Hi, This series makes CONFIG_VMWARE_VGA actually work (today we can't disable the option without getting a build error).
It also add two new options: CONFIG_VMMOUSE and CONFIG_VMPORT, for vmmouse.o and vmport.o. Eduardo Habkost (4): Add config-devices.h again skip pci_vmsvga_init() calls if CONFIG_VMWARE_VGA is disabled add CONFIG_VMMOUSE option add CONFIG_VMPORT option Makefile | 7 +++++-- Makefile.target | 8 ++++++-- config.h | 11 +++++++++++ default-configs/i386-softmmu.mak | 3 +++ default-configs/x86_64-softmmu.mak | 3 +++ hw/mips_malta.c | 4 ++++ hw/pc.c | 6 ++++++ hw/pc_piix.c | 2 ++ 8 files changed, 40 insertions(+), 4 deletions(-) -- 1.7.3.2