With this series it is possible to build QEMU with this configuration: CONFIG_MICROVM=y CONFIG_SERIAL_ISA=y CONFIG_VIRTIO=y CONFIG_VIRTIO_BALLOON=y CONFIG_VIRTIO_BLK=y CONFIG_VIRTIO_NET=y CONFIG_VIRTIO_RNG=y CONFIG_VIRTIO_SCSI=y CONFIG_VIRTIO_SERIAL=y CONFIG_WDT_IB700=y CONFIG_I8254=y
Thanks, Paolo Paolo Bonzini (5): i386: conditionally compile more files fw_cfg: allow building without other devices x86: move more functions to X86MachineState and x86.c pci-stub: add more MSI functions kvm: check before accessing PCMachineState fields hw/i386/Makefile.objs | 6 +-- hw/i386/fw_cfg.c | 7 ++++ hw/i386/kvm/Makefile.objs | 6 ++- hw/i386/pc.c | 101 ---------------------------------------------- hw/i386/x86.c | 101 ++++++++++++++++++++++++++++++++++++++++++++++ hw/pci/pci-stub.c | 27 +++++++++++++ include/hw/i386/pc.h | 12 ------ include/hw/i386/x86.h | 13 ++++++ roms/SLOF | 2 +- target/i386/kvm.c | 11 ++++- 10 files changed, 166 insertions(+), 120 deletions(-) -- 1.8.3.1