qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 16/24] qdev hotplug: infrastructure and monitor


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH 16/24] qdev hotplug: infrastructure and monitor commands.
Date: Tue, 29 Sep 2009 15:23:36 +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

  Hi,

I started that way.  Doesn't fly.  Not every device creation goes
through qdev_device_add().  Thus you'll have to do this in
qdev_create(), which in turn means that you would have to add a
hotplug parameter to tons of functions just to pass it down to
qdev_create ...

Isn't it sufficient if every *hotplug* device creation goes through
qdev_device_add()?

That isn't the case too.

cheers,
  Gerd




reply via email to

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