qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: [PATCH 4/8] ide/qdev: add ide bus.


From: Gerd Hoffmann
Subject: [Qemu-devel] Re: [PATCH 4/8] ide/qdev: add ide bus.
Date: Fri, 11 Sep 2009 16:10:57 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.1) Gecko/20090814 Fedora/3.0-2.6.b3.fc11 Lightning/1.0pre Thunderbird/3.0b3

  struct IDEBus {
      BusState qbus;
+    IDEDevice *master;
+    IDEDevice *slave;

Can this ones be embedded, not pointers, please.

No.

Also note that vmstate doesn't has to follow these pointers, so you have no reason in the first place ;)

cheers,
  Gerd





reply via email to

[Prev in Thread] Current Thread [Next in Thread]