[Qemu-devel] [PATCH 2/2] all vga: fail graicefully when vga ports are taken

2010-05-19 Thread Gerd Hoffmann
Try to pci hotplug a vga card, watch qemu die with hw_error(). This patch fixes it. [v2: code style fixes] Signed-off-by: Gerd Hoffmann kra...@redhat.com --- hw/cirrus_vga.c |4 hw/vga-pci.c|4 hw/vmware_vga.c |4 3 files changed, 12 insertions(+), 0 deletions(-)

Re: [Qemu-devel] [PATCH 2/2] all vga: fail graicefully when vga ports are taken

2010-05-18 Thread Gerd Hoffmann
On 05/18/10 14:33, Markus Armbruster wrote: Gerd Hoffmannkra...@redhat.com writes: Try to pci hotplug a vga card, watch qemu die with hw_error(). This patch fixes it. Looks good. Are there any other hot-pluggable devices that acquire single-use resources such as fixed I/O ports? Any PCI

Re: [Qemu-devel] [PATCH 2/2] all vga: fail graicefully when vga ports are taken

2010-05-18 Thread Markus Armbruster
Gerd Hoffmann kra...@redhat.com writes: On 05/18/10 14:33, Markus Armbruster wrote: Gerd Hoffmannkra...@redhat.com writes: Try to pci hotplug a vga card, watch qemu die with hw_error(). This patch fixes it. Looks good. Are there any other hot-pluggable devices that acquire single-use

Re: [Qemu-devel] [PATCH 2/2] all vga: fail graicefully when vga ports are taken

2010-05-12 Thread Blue Swirl
On 5/11/10, Gerd Hoffmann kra...@redhat.com wrote: Try to pci hotplug a vga card, watch qemu die with hw_error(). This patch fixes it. Signed-off-by: Gerd Hoffmann kra...@redhat.com --- hw/cirrus_vga.c |3 +++ hw/vga-pci.c|3 +++ hw/vmware_vga.c |3 +++ 3 files

[Qemu-devel] [PATCH 2/2] all vga: fail graicefully when vga ports are taken

2010-05-11 Thread Gerd Hoffmann
Try to pci hotplug a vga card, watch qemu die with hw_error(). This patch fixes it. Signed-off-by: Gerd Hoffmann kra...@redhat.com --- hw/cirrus_vga.c |3 +++ hw/vga-pci.c|3 +++ hw/vmware_vga.c |3 +++ 3 files changed, 9 insertions(+), 0 deletions(-) diff --git