Re: [Qemu-devel] [PATCH v2 2/4] piix: tag as not hotpluggable.

2011-01-13 Thread Gerd Hoffmann
Hi, +.no_hotplug = 1, What about piix3-usb-uhci friends? Hmm. Good question. UHCI controllers are hotpluggable. But of course it isn't when it is a function of the chipset because pci can hotplug slots only. Guess the best way to handle this for now is to just disable

Re: [Qemu-devel] [PATCH v2 2/4] piix: tag as not hotpluggable.

2011-01-12 Thread Markus Armbruster
Gerd Hoffmann kra...@redhat.com writes: This patch tags all pci devices which belong to the piix3/4 chipsets as not hotpluggable (Host bridge, ISA bridge, IDE controller, ACPI bridge). Signed-off-by: Gerd Hoffmann kra...@redhat.com --- hw/acpi_piix4.c |2 ++ hw/ide/piix.c |2 ++

Re: [Qemu-devel] [PATCH v2 2/4] piix: tag as not hotpluggable.

2011-01-07 Thread Aurelien Jarno
On Thu, Jan 06, 2011 at 03:14:38PM +0100, Gerd Hoffmann wrote: This patch tags all pci devices which belong to the piix3/4 chipsets as not hotpluggable (Host bridge, ISA bridge, IDE controller, ACPI bridge). Signed-off-by: Gerd Hoffmann kra...@redhat.com --- hw/acpi_piix4.c |2 ++

[Qemu-devel] [PATCH v2 2/4] piix: tag as not hotpluggable.

2011-01-06 Thread Gerd Hoffmann
This patch tags all pci devices which belong to the piix3/4 chipsets as not hotpluggable (Host bridge, ISA bridge, IDE controller, ACPI bridge). Signed-off-by: Gerd Hoffmann kra...@redhat.com --- hw/acpi_piix4.c |2 ++ hw/ide/piix.c |2 ++ hw/piix4.c |1 + hw/piix_pci.c |