Hi John,
The error message means that QEMU was compiled without '–enable-gtk', so
the gtk option for display is not available.
I am afraid there is no quick and easy solution without: 1)
switching/upgrading to distribution version containing QEMU compiled
with '–enable-gtk', or 2) compiling
I have found a partial solution.
I can invoke QEMU successfully with the command below. No display option
is specified:-
qemu-system-i386 -m 16 -rtc base=localtime -drive
file=dos.img,index=0,media=disk,format=raw -drive
file=fat:rw:dosfiles/,format=raw -boot order=c -enable-kvm
It is unclear