From: Jean Guyader Date: Fri, 4 Sep 2009 02:49:20 +0000 (+0100) Subject: Add the aardvark member to ATAPIPassThroughState. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=dd1808a6f5095673c95df190d6b43e897fdaa24b;p=xenclient%2Fioemu-pq.git Add the aardvark member to ATAPIPassThroughState. --- diff --git a/master/atapi-pt-write b/master/atapi-pt-write index c300040..8097365 100644 --- a/master/atapi-pt-write +++ b/master/atapi-pt-write @@ -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__ */ +