> On Aug 9, 2017, at 6:42 PM, Paolo Bonzini <pbonz...@redhat.com> wrote: > > >> I haven't test version QEMU 2.9.0 but I did test version 2.8.0 and it has the >> same problem. Starting up Windows 2000 in VGA mode allowed me to access the >> operating system. Found out QEMU's default video controller is not >> recognized. In the Device Manager I can see a yellow question mark for Video >> Controller (VGA Compatible). I remember Windows 2000 being able to use the >> default video card in QEMU in the past. I may be able to bisect this issue >> after all. > > Try going back to 2.7.0 and so on... > > Paolo
I went back all the way to 2.4.1 to find a version that works. I've ran into problems with compiling QEMU a little beyond that. I'm seeing this error: fatal error: 'epoxy/egl.h' file not found #include <epoxy/egl.h> It will take me a while to figure out how to fix this issue. I did see some very interesting commits up ahead that involve VGA. If you look at this page: https://github.com/qemu/qemu/commits/stable-2.5, there are five patches that effect VGA. I'm thinking one of them might be the problem.