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
---
hw/cirrus_vga.c |4
hw/vga-pci.c|4
hw/vmware_vga.c |4
3 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/hw/c
Gerd Hoffmann writes:
> On 05/18/10 14:33, Markus Armbruster wrote:
>> Gerd Hoffmann 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
On 05/18/10 14:33, Markus Armbruster wrote:
Gerd Hoffmann 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 device doing ISA c
Gerd Hoffmann 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?
On 5/11/10, Gerd Hoffmann wrote:
> Try to pci hotplug a vga card, watch qemu die with hw_error().
> This patch fixes it.
>
> Signed-off-by: Gerd Hoffmann
> ---
> hw/cirrus_vga.c |3 +++
> hw/vga-pci.c|3 +++
> hw/vmware_vga.c |3 +++
> 3 files changed, 9 insertions(+), 0 d
Try to pci hotplug a vga card, watch qemu die with hw_error().
This patch fixes it.
Signed-off-by: Gerd Hoffmann
---
hw/cirrus_vga.c |3 +++
hw/vga-pci.c|3 +++
hw/vmware_vga.c |3 +++
3 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/hw/cirrus_vga.c b/hw/cirrus_vga.