Thanks for your help, turns out that the hotlpug is set by piix4 after
the devices are realized.
On Mon, Oct 8, 2018 at 11:28 AM Igor Mammedov wrote:
>
> On Sun, 7 Oct 2018 12:52:11 +0300
> Sameeh Jubran wrote:
>
> > This is the command line. All of the devices are wired to pci.0, there is
> > no
On Sun, 7 Oct 2018 12:52:11 +0300
Sameeh Jubran wrote:
> This is the command line. All of the devices are wired to pci.0, there is
> no pci bridge.
>
> According to this, Integrated Endpoints are not hot-pluggable. However I
> can still use device_del to delete a device and device_add to add e1
This is the command line. All of the devices are wired to pci.0, there is
no pci bridge.
According to this, Integrated Endpoints are not hot-pluggable. However I
can still use device_del to delete a device and device_add to add e1000
with no issues.
https://github.com/qemu/qemu/blob/master/docs/p
On Wed, 3 Oct 2018 19:50:58 +0300
Sameeh Jubran wrote:
> Hi all,
>
> I am trying to get the hotplug handler of a pci device in Qemu using
> "qdev_get_hotplug_handler" function. This function simply tries to get
> the hotplug handler from the parent bus. For some reason it's always
> null. Why it
Hi all,
I am trying to get the hotplug handler of a pci device in Qemu using
"qdev_get_hotplug_handler" function. This function simply tries to get
the hotplug handler from the parent bus. For some reason it's always
null. Why it is not initialized?
Thanks!