]> xenbits.xen.org Git - xenclient/ioemu-pq.git/commitdiff
Add the aardvark member to ATAPIPassThroughState.
authorJean Guyader <jean.guyader@eu.citrix.com>
Fri, 4 Sep 2009 02:49:20 +0000 (03:49 +0100)
committerJean Guyader <jean.guyader@eu.citrix.com>
Fri, 4 Sep 2009 02:49:20 +0000 (03:49 +0100)
master/atapi-pt-write

index c300040c702135dfd1ca76ac7899dca80fd34f97..809736561c898124c5662ce0035f09a2d06ef66f 100644 (file)
@@ -465,3 +465,15 @@ index 413cc47..2441096 100644
      s->atapi_pt.cmd_sent(s);
 +#endif
  }
+diff --git a/hw/ide.c b/hw/ide.c
+index 6c1d60a..0a5a764 100644
+--- a/hw/ide.c
++++ b/hw/ide.c
+@@ -435,6 +435,7 @@ typedef struct ATAPIPassThroughState
+     time_t               new_cd_time;
+     time_t               eject_time;
++    uint8_t              aardvark;
+ } ATAPIPassThroughState;
+ #endif /* __linux__ */