The following changes since commit b33afc415622e5eb26e0f14fd27eb86e32a5472e:
Merge remote-tracking branch 'remotes/stsquad/tags/pull-ci-updates-for-softfreeze-021117-2' into staging (2017-11-03 10:08:34 +0000) are available in the Git repository at: git://github.com/bonzini/qemu.git tags/for-upstream for you to fetch changes up to 20bc94a2b8449b7700b6bfa25a87ce2320a1c649: build: disable -Wmissing-braces on older compilers (2017-11-05 14:52:10 +0100) (I see some brokenness in check-qtest-sparc, but not caused by my two patches of course). ---------------------------------------------------------------- * Remove legacy KVM PCI device assignment * Fix qemu-pr-helper.c compilation on older compilers ---------------------------------------------------------------- Paolo Bonzini (2): pci-assign: Remove build: disable -Wmissing-braces on older compilers configure | 13 + docs/qdev-device-use.txt | 12 +- hw/i386/Makefile.objs | 1 - hw/i386/kvm/Makefile.objs | 2 +- hw/i386/kvm/pci-assign.c | 1887 -------------------- hw/xen/Makefile.objs | 1 + .../xen_pt_load_rom.c} | 4 +- include/hw/pci/pci-assign.h | 27 - qdev-monitor.c | 1 - scripts/device-crash-test | 2 - 10 files changed, 19 insertions(+), 1931 deletions(-) delete mode 100644 hw/i386/kvm/pci-assign.c rename hw/{i386/pci-assign-load-rom.c => xen/xen_pt_load_rom.c} (96%) delete mode 100644 include/hw/pci/pci-assign.h -- 2.14.3