qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 1/2] Add a generic vga device type for that spec


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 1/2] Add a generic vga device type for that specified by '-device'
Date: Thu, 06 Mar 2014 15:33:18 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

Il 06/03/2014 14:37, Mark Wu ha scritto:
Thanks for your reply!  I need confirm I am understanding your comments
correctly.  I think you're suggesting to traverse the pci devices and
check if it owns the I/O port 0x3d4 to detect if the vga device
is initialized.    But it seems not be able to resolve the bug. Because
the machine initialization code runs before the generic device
initialization, the I/O port 0x3d4 will not be registered at the time
machine initializes.  So it can't change the return value of
pci_vga_init.  The return value is checked in ppc code, which causes the
bug.

Right.  What about looking for any PCI device with VGA class?

Paolo




reply via email to

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