]> Git Repo - qemu.git/commit
-machine vmport=off: Allow disabling of VMWare ioport emulation
authorDr. David Alan Gilbert <[email protected]>
Fri, 3 Oct 2014 21:33:37 +0000 (17:33 -0400)
committerPaolo Bonzini <[email protected]>
Fri, 31 Oct 2014 10:29:01 +0000 (11:29 +0100)
commitb154537ad07598377ebf98252fb7d2aff127983b
tree80e7e9667e95cd79bfc230bda0ae153140936858
parent7957ee71c7733ca20178a49ba7de2b84bbc53d29
-machine vmport=off: Allow disabling of VMWare ioport emulation

This is a pc & q35 only machine opt.

VMWare apparently doesn't like running under QEMU due to our
incomplete emulation of it's special IO Port.  This adds a
pc & q35 property to allow it to be turned off.

Signed-off-by: Dr. David Alan Gilbert <[email protected]>
Signed-off-by: Don Slutz <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
hw/i386/pc.c
hw/i386/pc_piix.c
hw/i386/pc_q35.c
include/hw/i386/pc.h
qemu-options.hx
vl.c
This page took 0.022866 seconds and 4 git commands to generate.