On Wed, Jan 25, 2017 at 9:49 AM, Alberto Garcia <be...@igalia.com> wrote: > > If it worked with an earlier version and now you find that the guest > is detecting new hardware, try forcing the emulation of a machine from > an older version of QEMU. > > For example: > > qemu-system-i386 -M pc-i440fx-1.6 -m 2G ... > > Type 'qemu-system-i386 -M ?' for a complete list. >
I tried various "machines" from that list but the issue still persists. I opened devices manager of XP and selected the yellow question mark relate to the "video controller (VGA compatible)". Under details tab, ID hardware, I can read the following code: PCI\VEN_1234&DEV_1111&SUBSYS_11001AF4&REV_00 Usually if you search google for that ID Hardware code, it reports vendor, product and so on about the hardware. But this time seems like the above code is just a "dummy" hardware ID. vendor: 1234 ??? dev:1111 ??? I suspect it is dummy hardware... Anyway I can use the system without any issues, ignoring that driver request. What do you think about?