qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 14a48c: qemu-common: Move tcg_enabled() etc.


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] 14a48c: qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h
Date: Wed, 12 Jun 2019 06:43:11 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 14a48c1d0d687735c76880e59bcede6e99871ded
      
https://github.com/qemu/qemu/commit/14a48c1d0d687735c76880e59bcede6e99871ded
  Author: Markus Armbruster <address@hidden>
  Date:   2019-06-11 (Tue, 11 Jun 2019)

  Changed paths:
    M MAINTAINERS
    M accel/tcg/cpu-exec-common.c
    M accel/tcg/tcg-all.c
    M accel/tcg/translate-all.c
    M bsd-user/main.c
    M cpus.c
    M exec.c
    M hw/i386/pc.c
    M hw/ppc/spapr_caps.c
    M hw/s390x/ipl.c
    M include/exec/ram_addr.h
    M include/qemu-common.h
    A include/sysemu/tcg.h
    M linux-user/main.c
    M memory.c
    M monitor.c
    M qemu-nbd.c
    M qom/cpu.c
    M target/arm/cpu.c
    M target/i386/cpu.c
    M target/i386/cpu.h
    M target/i386/helper.c
    M target/i386/machine.c
    M target/ppc/translate_init.inc.c
    M target/s390x/cpu.c
    M target/s390x/cpu_models.c
    M target/s390x/gdbstub.c
    M target/s390x/helper.c
    M target/s390x/interrupt.c
    M target/s390x/machine.c
    M target/s390x/mmu_helper.c
    M target/s390x/sigp.c
    M vl.c

  Log Message:
  -----------
  qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h

Other accelerators have their own headers: sysemu/hax.h, sysemu/hvf.h,
sysemu/kvm.h, sysemu/whpx.h.  Only tcg_enabled() & friends sit in
qemu-common.h.  This necessitates inclusion of qemu-common.h into
headers, which is against the rules spelled out in qemu-common.h's
file comment.

Move tcg_enabled() & friends into their own header sysemu/tcg.h, and
adjust #include directives.

Cc: Richard Henderson <address@hidden>
Cc: Paolo Bonzini <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>
Message-Id: <address@hidden>
Reviewed-by: Richard Henderson <address@hidden>
[Rebased with conflicts resolved automatically, except for
accel/tcg/tcg-all.c]


  Commit: 856dfd8a035e42cd96ca823f1cbbd18d332e2f84
      
https://github.com/qemu/qemu/commit/856dfd8a035e42cd96ca823f1cbbd18d332e2f84
  Author: Markus Armbruster <address@hidden>
  Date:   2019-06-11 (Tue, 11 Jun 2019)

  Changed paths:
    M block/ssh.c
    M block/vvfat.c
    M gdbstub.c
    M hw/core/bus.c
    M hw/core/qdev-properties.c
    M hw/s390x/s390-virtio-ccw.c
    M hw/scsi/scsi-generic.c
    M include/qemu-common.h
    A include/qemu/ctype.h
    M monitor.c
    M net/net.c
    M net/tap-solaris.c
    M qapi/qapi-util.c
    M qobject/json-parser.c
    M target/ppc/monitor.c
    M target/riscv/cpu.c
    M tests/libqtest.c
    M tests/vhost-user-bridge.c
    M ui/keymaps.c
    M util/cutils.c
    M util/id.c
    M util/readline.c

  Log Message:
  -----------
  qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h

Signed-off-by: Markus Armbruster <address@hidden>
Message-Id: <address@hidden>
Reviewed-by: Richard Henderson <address@hidden>


  Commit: 0b8fa32f551e863bb548a11394239239270dd3dc
      
https://github.com/qemu/qemu/commit/0b8fa32f551e863bb548a11394239239270dd3dc
  Author: Markus Armbruster <address@hidden>
  Date:   2019-06-12 (Wed, 12 Jun 2019)

  Changed paths:
    M audio/alsaaudio.c
    M audio/audio.c
    M audio/coreaudio.c
    M audio/dsoundaudio.c
    M audio/noaudio.c
    M audio/ossaudio.c
    M audio/paaudio.c
    M audio/sdlaudio.c
    M audio/spiceaudio.c
    M audio/wavaudio.c
    M authz/base.c
    M authz/list.c
    M authz/listfile.c
    M authz/pamacct.c
    M authz/simple.c
    M backends/hostmem-file.c
    M backends/hostmem-memfd.c
    M backends/hostmem-ram.c
    M backends/rng-egd.c
    M backends/rng-random.c
    M backends/rng.c
    M backends/tpm.c
    M block/blklogwrites.c
    M block/blkreplay.c
    M block/blkverify.c
    M block/copy-on-read.c
    M block/crypto.c
    M block/curl.c
    M block/gluster.c
    M block/iscsi-opts.c
    M block/iscsi.c
    M block/nfs.c
    M block/null.c
    M block/nvme.c
    M block/qed.c
    M block/quorum.c
    M block/raw-format.c
    M block/rbd.c
    M block/replication.c
    M block/sheepdog.c
    M block/ssh.c
    M block/throttle.c
    M block/vhdx-log.c
    M block/vxhs.c
    M block/win32-aio.c
    M bsd-user/main.c
    M chardev/baum.c
    M chardev/char-console.c
    M chardev/char-fd.c
    M chardev/char-file.c
    M chardev/char-mux.c
    M chardev/char-null.c
    M chardev/char-parallel.c
    M chardev/char-pipe.c
    M chardev/char-pty.c
    M chardev/char-ringbuf.c
    M chardev/char-serial.c
    M chardev/char-socket.c
    M chardev/char-stdio.c
    M chardev/char-udp.c
    M chardev/char-win-stdio.c
    M chardev/char-win.c
    M chardev/char.c
    M chardev/msmouse.c
    M chardev/spice.c
    M chardev/testdev.c
    M chardev/wctablet.c
    M crypto/secret.c
    M crypto/tlscreds.c
    M crypto/tlscredsanon.c
    M crypto/tlscredspsk.c
    M crypto/tlscredsx509.c
    M fsdev/qemu-fsdev-dummy.c
    M gdbstub.c
    M hw/9pfs/virtio-9p-device.c
    M hw/acpi/core.c
    M hw/acpi/vmgenid.c
    M hw/adc/stm32f2xx_adc.c
    M hw/alpha/typhoon.c
    M hw/arm/allwinner-a10.c
    M hw/arm/armsse.c
    M hw/arm/armv7m.c
    M hw/arm/aspeed_soc.c
    M hw/arm/bcm2835_peripherals.c
    M hw/arm/bcm2836.c
    M hw/arm/digic.c
    M hw/arm/fsl-imx6.c
    M hw/arm/fsl-imx6ul.c
    M hw/arm/fsl-imx7.c
    M hw/arm/pxa2xx.c
    M hw/arm/pxa2xx_gpio.c
    M hw/arm/pxa2xx_pic.c
    M hw/arm/smmu-common.c
    M hw/arm/stm32f205_soc.c
    M hw/arm/virt.c
    M hw/arm/xlnx-versal.c
    M hw/arm/xlnx-zynqmp.c
    M hw/audio/ac97.c
    M hw/audio/adlib.c
    M hw/audio/cs4231.c
    M hw/audio/cs4231a.c
    M hw/audio/es1370.c
    M hw/audio/gus.c
    M hw/audio/hda-codec.c
    M hw/audio/intel-hda.c
    M hw/audio/marvell_88w8618.c
    M hw/audio/milkymist-ac97.c
    M hw/audio/pcspk.c
    M hw/audio/pl041.c
    M hw/audio/sb16.c
    M hw/audio/wm8750.c
    M hw/block/fdc.c
    M hw/block/m25p80.c
    M hw/block/nand.c
    M hw/block/nvme.c
    M hw/block/onenand.c
    M hw/block/pflash_cfi01.c
    M hw/block/pflash_cfi02.c
    M hw/block/virtio-blk.c
    M hw/block/xen-block.c
    M hw/bt/hci-csr.c
    M hw/char/bcm2835_aux.c
    M hw/char/cadence_uart.c
    M hw/char/cmsdk-apb-uart.c
    M hw/char/debugcon.c
    M hw/char/digic-uart.c
    M hw/char/escc.c
    M hw/char/etraxfs_ser.c
    M hw/char/exynos4210_uart.c
    M hw/char/grlib_apbuart.c
    M hw/char/imx_serial.c
    M hw/char/ipoctal232.c
    M hw/char/lm32_juart.c
    M hw/char/lm32_uart.c
    M hw/char/mcf_uart.c
    M hw/char/milkymist-uart.c
    M hw/char/nrf51_uart.c
    M hw/char/parallel.c
    M hw/char/pl011.c
    M hw/char/sclpconsole-lm.c
    M hw/char/sclpconsole.c
    M hw/char/serial-isa.c
    M hw/char/serial-pci.c
    M hw/char/spapr_vty.c
    M hw/char/stm32f2xx_usart.c
    M hw/char/terminal3270.c
    M hw/char/virtio-console.c
    M hw/char/virtio-serial-bus.c
    M hw/char/xilinx_uartlite.c
    M hw/core/bus.c
    M hw/core/empty_slot.c
    M hw/core/fw-path-provider.c
    M hw/core/generic-loader.c
    M hw/core/nmi.c
    M hw/core/or-irq.c
    M hw/core/platform-bus.c
    M hw/core/register.c
    M hw/core/split-irq.c
    M hw/core/stream.c
    M hw/core/sysbus.c
    M hw/cpu/a15mpcore.c
    M hw/cpu/a9mpcore.c
    M hw/cpu/arm11mpcore.c
    M hw/cpu/core.c
    M hw/cpu/realview_mpcore.c
    M hw/display/ads7846.c
    M hw/display/ati.c
    M hw/display/bcm2835_fb.c
    M hw/display/bochs-display.c
    M hw/display/cg3.c
    M hw/display/cirrus_vga.c
    M hw/display/cirrus_vga_isa.c
    M hw/display/dpcd.c
    M hw/display/exynos4210_fimd.c
    M hw/display/g364fb.c
    M hw/display/i2c-ddc.c
    M hw/display/jazz_led.c
    M hw/display/milkymist-tmu2.c
    M hw/display/milkymist-vgafb.c
    M hw/display/pl110.c
    M hw/display/qxl.c
    M hw/display/ramfb-standalone.c
    M hw/display/sii9022.c
    M hw/display/sm501.c
    M hw/display/ssd0303.c
    M hw/display/ssd0323.c
    M hw/display/tcx.c
    M hw/display/vga-isa.c
    M hw/display/vga-pci.c
    M hw/display/virtio-gpu-pci.c
    M hw/display/virtio-gpu.c
    M hw/display/virtio-vga.c
    M hw/display/vmware_vga.c
    M hw/display/xlnx_dp.c
    M hw/dma/bcm2835_dma.c
    M hw/dma/i82374.c
    M hw/dma/i8257.c
    M hw/dma/pl080.c
    M hw/dma/pl330.c
    M hw/dma/puv3_dma.c
    M hw/dma/pxa2xx_dma.c
    M hw/dma/rc4030.c
    M hw/dma/sparc32_dma.c
    M hw/dma/xilinx_axidma.c
    M hw/dma/xlnx-zdma.c
    M hw/dma/xlnx-zynq-devcfg.c
    M hw/dma/xlnx_dpdma.c
    M hw/gpio/bcm2835_gpio.c
    M hw/gpio/gpio_key.c
    M hw/gpio/imx_gpio.c
    M hw/gpio/max7310.c
    M hw/gpio/mpc8xxx.c
    M hw/gpio/nrf51_gpio.c
    M hw/gpio/omap_gpio.c
    M hw/gpio/pl061.c
    M hw/gpio/puv3_gpio.c
    M hw/gpio/zaurus.c
    M hw/hppa/dino.c
    M hw/hyperv/hyperv.c
    M hw/hyperv/hyperv_testdev.c
    M hw/i2c/aspeed_i2c.c
    M hw/i2c/bitbang_i2c.c
    M hw/i2c/core.c
    M hw/i2c/exynos4210_i2c.c
    M hw/i2c/imx_i2c.c
    M hw/i2c/microbit_i2c.c
    M hw/i2c/mpc_i2c.c
    M hw/i2c/omap_i2c.c
    M hw/i2c/ppc4xx_i2c.c
    M hw/i2c/smbus_ich9.c
    M hw/i2c/smbus_slave.c
    M hw/i2c/versatile_i2c.c
    M hw/i386/kvm/apic.c
    M hw/i386/kvm/clock.c
    M hw/i386/kvm/i8254.c
    M hw/i386/kvm/i8259.c
    M hw/i386/kvmvapic.c
    M hw/i386/xen/xen_apic.c
    M hw/i386/xen/xen_platform.c
    M hw/i386/xen/xen_pvdevice.c
    M hw/ide/ahci-allwinner.c
    M hw/ide/ahci.c
    M hw/ide/cmd646.c
    M hw/ide/ich.c
    M hw/ide/isa.c
    M hw/ide/macio.c
    M hw/ide/microdrive.c
    M hw/ide/mmio.c
    M hw/ide/pci.c
    M hw/ide/piix.c
    M hw/ide/qdev.c
    M hw/ide/sii3112.c
    M hw/ide/via.c
    M hw/input/adb-kbd.c
    M hw/input/adb-mouse.c
    M hw/input/adb.c
    M hw/input/lm832x.c
    M hw/input/milkymist-softusb.c
    M hw/input/pl050.c
    M hw/input/virtio-input-hid.c
    M hw/input/virtio-input-host.c
    M hw/input/virtio-input.c
    M hw/intc/allwinner-a10-pic.c
    M hw/intc/apic_common.c
    M hw/intc/arm_gic.c
    M hw/intc/arm_gic_common.c
    M hw/intc/arm_gic_kvm.c
    M hw/intc/arm_gicv2m.c
    M hw/intc/arm_gicv3.c
    M hw/intc/arm_gicv3_common.c
    M hw/intc/arm_gicv3_its_common.c
    M hw/intc/arm_gicv3_its_kvm.c
    M hw/intc/arm_gicv3_kvm.c
    M hw/intc/armv7m_nvic.c
    M hw/intc/aspeed_vic.c
    M hw/intc/bcm2835_ic.c
    M hw/intc/bcm2836_control.c
    M hw/intc/etraxfs_pic.c
    M hw/intc/exynos4210_combiner.c
    M hw/intc/exynos4210_gic.c
    M hw/intc/grlib_irqmp.c
    M hw/intc/heathrow_pic.c
    M hw/intc/imx_avic.c
    M hw/intc/imx_gpcv2.c
    M hw/intc/ioapic_common.c
    M hw/intc/lm32_pic.c
    M hw/intc/mips_gic.c
    M hw/intc/nios2_iic.c
    M hw/intc/omap_intc.c
    M hw/intc/ompic.c
    M hw/intc/openpic.c
    M hw/intc/openpic_kvm.c
    M hw/intc/pl190.c
    M hw/intc/pnv_xive.c
    M hw/intc/puv3_intc.c
    M hw/intc/realview_gic.c
    M hw/intc/s390_flic.c
    M hw/intc/s390_flic_kvm.c
    M hw/intc/slavio_intctl.c
    M hw/intc/spapr_xive.c
    M hw/intc/xics.c
    M hw/intc/xics_pnv.c
    M hw/intc/xilinx_intc.c
    M hw/intc/xive.c
    M hw/intc/xlnx-pmu-iomod-intc.c
    M hw/intc/xlnx-zynqmp-ipi.c
    M hw/ipack/ipack.c
    M hw/ipack/tpci200.c
    M hw/ipmi/ipmi.c
    M hw/ipmi/ipmi_bmc_extern.c
    M hw/ipmi/ipmi_bmc_sim.c
    M hw/ipmi/isa_ipmi_bt.c
    M hw/ipmi/isa_ipmi_kcs.c
    M hw/isa/isa-bus.c
    M hw/isa/isa-superio.c
    M hw/isa/pc87312.c
    M hw/isa/smc37c669-superio.c
    M hw/isa/vt82c686.c
    M hw/m68k/mcf_intc.c
    M hw/mem/nvdimm.c
    M hw/mem/pc-dimm.c
    M hw/mips/cps.c
    M hw/misc/a9scu.c
    M hw/misc/applesmc.c
    M hw/misc/arm11scu.c
    M hw/misc/arm_integrator_debug.c
    M hw/misc/arm_l2x0.c
    M hw/misc/arm_sysctl.c
    M hw/misc/armsse-cpuid.c
    M hw/misc/armsse-mhu.c
    M hw/misc/aspeed_scu.c
    M hw/misc/aspeed_sdmc.c
    M hw/misc/auxbus.c
    M hw/misc/bcm2835_mbox.c
    M hw/misc/bcm2835_property.c
    M hw/misc/bcm2835_rng.c
    M hw/misc/debugexit.c
    M hw/misc/eccmemctl.c
    M hw/misc/edu.c
    M hw/misc/exynos4210_clk.c
    M hw/misc/exynos4210_pmu.c
    M hw/misc/exynos4210_rng.c
    M hw/misc/imx25_ccm.c
    M hw/misc/imx2_wdt.c
    M hw/misc/imx31_ccm.c
    M hw/misc/imx6_ccm.c
    M hw/misc/imx6_src.c
    M hw/misc/imx6ul_ccm.c
    M hw/misc/imx7_ccm.c
    M hw/misc/imx7_gpr.c
    M hw/misc/imx7_snvs.c
    M hw/misc/imx_ccm.c
    M hw/misc/iotkit-secctl.c
    M hw/misc/iotkit-sysctl.c
    M hw/misc/iotkit-sysinfo.c
    M hw/misc/ivshmem.c
    M hw/misc/macio/cuda.c
    M hw/misc/macio/gpio.c
    M hw/misc/macio/mac_dbdma.c
    M hw/misc/macio/macio.c
    M hw/misc/macio/pmu.c
    M hw/misc/max111x.c
    M hw/misc/milkymist-hpdmc.c
    M hw/misc/milkymist-pfpu.c
    M hw/misc/mips_cmgcr.c
    M hw/misc/mips_cpc.c
    M hw/misc/mips_itu.c
    M hw/misc/mos6522.c
    M hw/misc/mps2-fpgaio.c
    M hw/misc/mps2-scc.c
    M hw/misc/msf2-sysreg.c
    M hw/misc/mst_fpga.c
    M hw/misc/nrf51_rng.c
    M hw/misc/pc-testdev.c
    M hw/misc/pca9552.c
    M hw/misc/pci-testdev.c
    M hw/misc/puv3_pm.c
    M hw/misc/pvpanic.c
    M hw/misc/sga.c
    M hw/misc/slavio_misc.c
    M hw/misc/stm32f2xx_syscfg.c
    M hw/misc/tmp105.c
    M hw/misc/tmp421.c
    M hw/misc/tz-mpc.c
    M hw/misc/tz-msc.c
    M hw/misc/tz-ppc.c
    M hw/misc/unimp.c
    M hw/misc/vmcoreinfo.c
    M hw/misc/zynq-xadc.c
    M hw/misc/zynq_slcr.c
    M hw/net/allwinner_emac.c
    M hw/net/cadence_gem.c
    M hw/net/can/can_kvaser_pci.c
    M hw/net/can/can_mioe3680_pci.c
    M hw/net/can/can_pcm3680_pci.c
    M hw/net/dp8393x.c
    M hw/net/e1000.c
    M hw/net/e1000e.c
    M hw/net/eepro100.c
    M hw/net/etraxfs_eth.c
    M hw/net/fsl_etsec/etsec.c
    M hw/net/ftgmac100.c
    M hw/net/imx_fec.c
    M hw/net/lan9118.c
    M hw/net/lance.c
    M hw/net/mcf_fec.c
    M hw/net/milkymist-minimac2.c
    M hw/net/mipsnet.c
    M hw/net/ne2000-isa.c
    M hw/net/ne2000.c
    M hw/net/opencores_eth.c
    M hw/net/pcnet-pci.c
    M hw/net/rocker/rocker.c
    M hw/net/rtl8139.c
    M hw/net/smc91c111.c
    M hw/net/spapr_llan.c
    M hw/net/stellaris_enet.c
    M hw/net/sungem.c
    M hw/net/sunhme.c
    M hw/net/virtio-net.c
    M hw/net/vmxnet3.c
    M hw/net/xgmac.c
    M hw/net/xilinx_axienet.c
    M hw/net/xilinx_ethlite.c
    M hw/nvram/ds1225y.c
    M hw/nvram/eeprom_at24c.c
    M hw/nvram/mac_nvram.c
    M hw/nvram/nrf51_nvm.c
    M hw/nvram/spapr_nvram.c
    M hw/pci-bridge/dec.c
    M hw/pci-bridge/gen_pcie_root_port.c
    M hw/pci-bridge/i82801b11.c
    M hw/pci-bridge/ioh3420.c
    M hw/pci-bridge/pci_bridge_dev.c
    M hw/pci-bridge/pci_expander_bridge.c
    M hw/pci-bridge/pcie_pci_bridge.c
    M hw/pci-bridge/pcie_root_port.c
    M hw/pci-bridge/simba.c
    M hw/pci-bridge/xio3130_downstream.c
    M hw/pci-bridge/xio3130_upstream.c
    M hw/pci-host/designware.c
    M hw/pci-host/gpex.c
    M hw/pci-host/grackle.c
    M hw/pci-host/ppce500.c
    M hw/pci-host/q35.c
    M hw/pci-host/sabre.c
    M hw/pci-host/uninorth.c
    M hw/pci-host/versatile.c
    M hw/pci-host/xilinx-pcie.c
    M hw/pci/pci_bridge.c
    M hw/pci/pci_host.c
    M hw/pci/pcie_host.c
    M hw/pci/pcie_port.c
    M hw/pcmcia/pcmcia.c
    M hw/pcmcia/pxa2xx.c
    M hw/ppc/mpc8544_guts.c
    M hw/ppc/pnv_core.c
    M hw/ppc/pnv_lpc.c
    M hw/ppc/pnv_occ.c
    M hw/ppc/pnv_psi.c
    M hw/ppc/pnv_xscom.c
    M hw/ppc/ppc440_pcix.c
    M hw/ppc/ppc440_uc.c
    M hw/ppc/ppc4xx_pci.c
    M hw/ppc/ppce500_spin.c
    M hw/ppc/prep_systemio.c
    M hw/ppc/spapr_hcall.c
    M hw/ppc/spapr_iommu.c
    M hw/ppc/spapr_pci.c
    M hw/ppc/spapr_rng.c
    M hw/ppc/spapr_rtas_ddw.c
    M hw/ppc/spapr_rtc.c
    M hw/rdma/vmw/pvrdma_main.c
    M hw/riscv/riscv_hart.c
    M hw/riscv/sifive_clint.c
    M hw/riscv/sifive_plic.c
    M hw/riscv/sifive_prci.c
    M hw/riscv/sifive_test.c
    M hw/s390x/ap-bridge.c
    M hw/s390x/ccw-device.c
    M hw/s390x/css-bridge.c
    M hw/s390x/event-facility.c
    M hw/s390x/s390-ccw.c
    M hw/s390x/s390-pci-bus.c
    M hw/s390x/s390-skeys-kvm.c
    M hw/s390x/sclpcpu.c
    M hw/s390x/sclpquiesce.c
    M hw/s390x/tod-kvm.c
    M hw/s390x/tod-qemu.c
    M hw/s390x/tod.c
    M hw/s390x/vhost-vsock-ccw.c
    M hw/s390x/virtio-ccw-9p.c
    M hw/s390x/virtio-ccw-balloon.c
    M hw/s390x/virtio-ccw-blk.c
    M hw/s390x/virtio-ccw-crypto.c
    M hw/s390x/virtio-ccw-gpu.c
    M hw/s390x/virtio-ccw-input.c
    M hw/s390x/virtio-ccw-net.c
    M hw/s390x/virtio-ccw-rng.c
    M hw/s390x/virtio-ccw-scsi.c
    M hw/s390x/virtio-ccw-serial.c
    M hw/s390x/virtio-ccw.c
    M hw/scsi/esp-pci.c
    M hw/scsi/esp.c
    M hw/scsi/lsi53c895a.c
    M hw/scsi/megasas.c
    M hw/scsi/mptsas.c
    M hw/scsi/scsi-bus.c
    M hw/scsi/scsi-disk.c
    M hw/scsi/scsi-generic.c
    M hw/scsi/spapr_vscsi.c
    M hw/scsi/vhost-scsi-common.c
    M hw/scsi/vhost-scsi.c
    M hw/scsi/virtio-scsi.c
    M hw/scsi/vmw_pvscsi.c
    M hw/sd/bcm2835_sdhost.c
    M hw/sd/core.c
    M hw/sd/milkymist-memcard.c
    M hw/sd/pl181.c
    M hw/sd/pxa2xx_mmci.c
    M hw/sd/sd.c
    M hw/sd/sdhci-pci.c
    M hw/sd/sdhci.c
    M hw/sd/ssi-sd.c
    M hw/sh4/sh_pci.c
    M hw/smbios/smbios.c
    M hw/sparc/sun4m_iommu.c
    M hw/sparc64/sun4u_iommu.c
    M hw/ssi/aspeed_smc.c
    M hw/ssi/imx_spi.c
    M hw/ssi/mss-spi.c
    M hw/ssi/pl022.c
    M hw/ssi/ssi.c
    M hw/ssi/stm32f2xx_spi.c
    M hw/ssi/xilinx_spi.c
    M hw/ssi/xilinx_spips.c
    M hw/timer/a9gtimer.c
    M hw/timer/allwinner-a10-pit.c
    M hw/timer/altera_timer.c
    M hw/timer/arm_mptimer.c
    M hw/timer/arm_timer.c
    M hw/timer/armv7m_systick.c
    M hw/timer/aspeed_timer.c
    M hw/timer/cadence_ttc.c
    M hw/timer/cmsdk-apb-dualtimer.c
    M hw/timer/cmsdk-apb-timer.c
    M hw/timer/digic-timer.c
    M hw/timer/ds1338.c
    M hw/timer/etraxfs_timer.c
    M hw/timer/exynos4210_mct.c
    M hw/timer/exynos4210_pwm.c
    M hw/timer/exynos4210_rtc.c
    M hw/timer/grlib_gptimer.c
    M hw/timer/i8254.c
    M hw/timer/i8254_common.c
    M hw/timer/imx_epit.c
    M hw/timer/imx_gpt.c
    M hw/timer/lm32_timer.c
    M hw/timer/m41t80.c
    M hw/timer/m48t59-isa.c
    M hw/timer/m48t59.c
    M hw/timer/mc146818rtc.c
    M hw/timer/milkymist-sysctl.c
    M hw/timer/mss-timer.c
    M hw/timer/nrf51_timer.c
    M hw/timer/pl031.c
    M hw/timer/puv3_ost.c
    M hw/timer/pxa2xx_timer.c
    M hw/timer/slavio_timer.c
    M hw/timer/stm32f2xx_timer.c
    M hw/timer/sun4v-rtc.c
    M hw/timer/twl92230.c
    M hw/timer/xilinx_timer.c
    M hw/timer/xlnx-zynqmp-rtc.c
    M hw/tpm/tpm_crb.c
    M hw/tpm/tpm_emulator.c
    M hw/tpm/tpm_passthrough.c
    M hw/tpm/tpm_tis.c
    M hw/usb/bus.c
    M hw/usb/ccid-card-emulated.c
    M hw/usb/ccid-card-passthru.c
    M hw/usb/chipidea.c
    M hw/usb/dev-audio.c
    M hw/usb/dev-bluetooth.c
    M hw/usb/dev-hid.c
    M hw/usb/dev-hub.c
    M hw/usb/dev-mtp.c
    M hw/usb/dev-network.c
    M hw/usb/dev-serial.c
    M hw/usb/dev-smartcard-reader.c
    M hw/usb/dev-storage.c
    M hw/usb/dev-uas.c
    M hw/usb/dev-wacom.c
    M hw/usb/hcd-ehci-pci.c
    M hw/usb/hcd-ehci-sysbus.c
    M hw/usb/hcd-ohci.c
    M hw/usb/hcd-uhci.c
    M hw/usb/hcd-xhci-nec.c
    M hw/usb/hcd-xhci.c
    M hw/usb/host-libusb.c
    M hw/usb/redirect.c
    M hw/usb/tusb6010.c
    M hw/vfio/amd-xgbe.c
    M hw/vfio/ap.c
    M hw/vfio/calxeda-xgmac.c
    M hw/vfio/ccw.c
    M hw/vfio/pci-quirks.c
    M hw/vfio/pci.c
    M hw/vfio/platform.c
    M hw/virtio/vhost-scsi-pci.c
    M hw/virtio/vhost-user-blk-pci.c
    M hw/virtio/vhost-user-scsi-pci.c
    M hw/virtio/vhost-vsock-pci.c
    M hw/virtio/vhost-vsock.c
    M hw/virtio/virtio-9p-pci.c
    M hw/virtio/virtio-balloon-pci.c
    M hw/virtio/virtio-balloon.c
    M hw/virtio/virtio-blk-pci.c
    M hw/virtio/virtio-bus.c
    M hw/virtio/virtio-crypto-pci.c
    M hw/virtio/virtio-crypto.c
    M hw/virtio/virtio-input-host-pci.c
    M hw/virtio/virtio-input-pci.c
    M hw/virtio/virtio-mmio.c
    M hw/virtio/virtio-net-pci.c
    M hw/virtio/virtio-pci.c
    M hw/virtio/virtio-rng-pci.c
    M hw/virtio/virtio-rng.c
    M hw/virtio/virtio-scsi-pci.c
    M hw/virtio/virtio-serial-pci.c
    M hw/virtio/virtio.c
    M hw/watchdog/cmsdk-apb-watchdog.c
    M hw/watchdog/wdt_aspeed.c
    M hw/watchdog/wdt_diag288.c
    M hw/watchdog/wdt_i6300esb.c
    M hw/watchdog/wdt_ib700.c
    M hw/xen/xen-bus.c
    M hw/xen/xen-common.c
    M include/hw/boards.h
    M include/hw/hw.h
    M include/hw/i386/pc.h
    M include/qemu-common.h
    M include/qom/object.h
    M io/channel-buffer.c
    M io/channel-command.c
    M io/channel-file.c
    M io/channel-socket.c
    M io/channel-tls.c
    M io/channel-websock.c
    M io/channel.c
    M io/dns-resolver.c
    M io/net-listener.c
    M linux-user/main.c
    M migration/rdma.c
    M net/can/can_core.c
    M net/can/can_host.c
    M net/can/can_socketcan.c
    M net/dump.c
    M net/filter-replay.c
    M net/filter.c
    M qemu-img.c
    M qemu-io.c
    M qemu-nbd.c
    M qga/main.c
    M qtest.c
    M replication.h
    M scripts/qapi/commands.py
    M scsi/pr-manager-helper.c
    M scsi/pr-manager.c
    M scsi/qemu-pr-helper.c
    M target/arm/cpu.c
    M target/arm/cpu64.c
    M target/hppa/cpu.c
    M target/i386/cpu.c
    M target/i386/sev.c
    M target/microblaze/cpu.c
    M target/mips/cpu.c
    M target/nios2/cpu.c
    M target/ppc/cpu-models.c
    M target/ppc/translate_init.inc.c
    M target/s390x/cpu.c
    M target/s390x/cpu_models.c
    M target/sparc/cpu.c
    M target/tilegx/cpu.c
    M target/xtensa/cpu.c
    M tests/ac97-test.c
    M tests/e1000-test.c
    M tests/e1000e-test.c
    M tests/eepro100-test.c
    M tests/es1370-test.c
    M tests/ipoctal232-test.c
    M tests/libqos/aarch64-xlnx-zcu102-machine.c
    M tests/libqos/arm-raspi2-machine.c
    M tests/libqos/arm-sabrelite-machine.c
    M tests/libqos/arm-smdkc210-machine.c
    M tests/libqos/arm-virt-machine.c
    M tests/libqos/arm-xilinx-zynq-a9-machine.c
    M tests/libqos/e1000e.c
    M tests/libqos/pci-pc.c
    M tests/libqos/pci-spapr.c
    M tests/libqos/ppc64_pseries-machine.c
    M tests/libqos/sdhci.c
    M tests/libqos/tpci200.c
    M tests/libqos/virtio-9p.c
    M tests/libqos/virtio-balloon.c
    M tests/libqos/virtio-blk.c
    M tests/libqos/virtio-mmio.c
    M tests/libqos/virtio-net.c
    M tests/libqos/virtio-rng.c
    M tests/libqos/virtio-scsi.c
    M tests/libqos/virtio-serial.c
    M tests/libqos/x86_64_pc-machine.c
    M tests/megasas-test.c
    M tests/migration-test.c
    M tests/ne2000-test.c
    M tests/nvme-test.c
    M tests/pci-test.c
    M tests/pcnet-test.c
    M tests/qos-test.c
    M tests/sdhci-test.c
    M tests/spapr-phb-test.c
    M tests/test-authz-list.c
    M tests/test-authz-listfile.c
    M tests/test-authz-pam.c
    M tests/test-authz-simple.c
    M tests/test-char.c
    M tests/test-crypto-block.c
    M tests/test-crypto-tlscredsx509.c
    M tests/test-crypto-tlssession.c
    M tests/test-io-channel-buffer.c
    M tests/test-io-channel-command.c
    M tests/test-io-channel-file.c
    M tests/test-io-channel-socket.c
    M tests/test-io-channel-tls.c
    M tests/test-io-task.c
    M tests/test-qmp-cmds.c
    M tests/test-throttle.c
    M tests/test-vmstate.c
    M tests/tpm-crb-swtpm-test.c
    M tests/tpm-crb-test.c
    M tests/tpm-tis-swtpm-test.c
    M tests/tpm-tis-test.c
    M tests/usb-hcd-ohci-test.c
    M tests/vhost-user-test.c
    M tests/virtio-9p-test.c
    M tests/virtio-blk-test.c
    M tests/virtio-net-test.c
    M tests/virtio-rng-test.c
    M tests/virtio-scsi-test.c
    M tests/virtio-serial-test.c
    M tests/virtio-test.c
    M tests/vmxnet3-test.c
    M ui/cocoa.m
    M ui/console.c
    M ui/curses.c
    M ui/egl-headless.c
    M ui/input-linux.c
    M ui/sdl2.c
    M ui/spice-app.c
    M ui/spice-core.c
    M ui/vnc.c

  Log Message:
  -----------
  Include qemu/module.h where needed, drop it from qemu-common.h

Signed-off-by: Markus Armbruster <address@hidden>
Message-Id: <address@hidden>
[Rebased with conflicts resolved automatically, except for
hw/usb/dev-hub.c hw/misc/exynos4210_rng.c hw/misc/bcm2835_rng.c
hw/misc/aspeed_scu.c hw/display/virtio-vga.c hw/arm/stm32f205_soc.c;
ui/cocoa.m fixed up]


  Commit: a8d2532645cf5ce4f75981f81dfe363efc35d05c
      
https://github.com/qemu/qemu/commit/a8d2532645cf5ce4f75981f81dfe363efc35d05c
  Author: Markus Armbruster <address@hidden>
  Date:   2019-06-12 (Wed, 12 Jun 2019)

  Changed paths:
    M accel/kvm/kvm-all.c
    M accel/stubs/hax-stub.c
    M accel/stubs/hvf-stub.c
    M accel/stubs/kvm-stub.c
    M accel/stubs/whpx-stub.c
    M accel/tcg/cpu-exec.c
    M accel/tcg/translate-all.c
    M accel/tcg/translator.c
    M accel/tcg/user-exec-stub.c
    M arch_init.c
    M audio/audio_legacy.c
    M audio/audio_pt_int.c
    M audio/mixeng.c
    M balloon.c
    M block/bochs.c
    M block/cloop.c
    M block/dirty-bitmap.c
    M block/dmg-bz2.c
    M block/dmg.c
    M block/dmg.h
    M block/file-posix.c
    M block/iscsi.c
    M block/linux-aio.c
    M block/nbd-client.h
    M block/qapi.c
    M block/qcow2-cache.c
    M block/qcow2-cluster.c
    M block/qcow2-refcount.c
    M block/sheepdog.c
    M block/vhdx-endian.c
    M blockjob.c
    M bsd-user/main.c
    M bt-vhci.c
    M chardev/char-fd.c
    M chardev/char-pipe.c
    M chardev/char-pty.c
    M contrib/ivshmem-client/ivshmem-client.c
    M contrib/ivshmem-client/main.c
    M contrib/ivshmem-server/ivshmem-server.c
    M cpus.c
    M crypto/aes.c
    M disas.c
    M disas/cris.c
    M disas/i386.c
    M disas/s390.c
    M dump.c
    M exec.c
    M gdbstub.c
    M hmp.h
    M hw/9pfs/9p-proxy.c
    M hw/9pfs/coth.c
    M hw/acpi/bios-linker-loader.c
    M hw/acpi/tco.c
    M hw/alpha/pci.c
    M hw/arm/aspeed.c
    M hw/arm/boot.c
    M hw/arm/cubieboard.c
    M hw/arm/exynos4210.c
    M hw/arm/exynos4_boards.c
    M hw/arm/fsl-imx25.c
    M hw/arm/fsl-imx31.c
    M hw/arm/highbank.c
    M hw/arm/imx25_pdk.c
    M hw/arm/integratorcp.c
    M hw/arm/kzm.c
    M hw/arm/mcimx6ul-evk.c
    M hw/arm/mcimx7d-sabre.c
    M hw/arm/msf2-soc.c
    M hw/arm/musicpal.c
    M hw/arm/nrf51_soc.c
    M hw/arm/omap2.c
    M hw/arm/pxa2xx.c
    M hw/arm/raspi.c
    M hw/arm/realview.c
    M hw/arm/sabrelite.c
    M hw/arm/strongarm.c
    M hw/arm/sysbus-fdt.c
    M hw/arm/versatilepb.c
    M hw/arm/virt-acpi-build.c
    M hw/arm/virt.c
    M hw/arm/xilinx_zynq.c
    M hw/arm/xlnx-zcu102.c
    M hw/audio/soundhw.c
    M hw/block/cdrom.c
    M hw/bt/core.c
    M hw/bt/hci.c
    M hw/bt/hid.c
    M hw/bt/l2cap.c
    M hw/bt/sdp.c
    M hw/core/irq.c
    M hw/core/loader.c
    M hw/core/null-machine.c
    M hw/cris/axis_dev88.c
    M hw/cris/boot.c
    M hw/display/blizzard.c
    M hw/display/cg3.c
    M hw/display/edid-generate.c
    M hw/display/edid-region.c
    M hw/display/qxl.h
    M hw/display/tcx.c
    M hw/display/virtio-gpu-3d.c
    M hw/dma/etraxfs_dma.c
    M hw/dma/omap_dma.c
    M hw/dma/pl330.c
    M hw/dma/soc_dma.c
    M hw/dma/xlnx_dpdma.c
    M hw/hppa/pci.c
    M hw/i386/acpi-build.c
    M hw/i386/pc_sysfw.c
    M hw/intc/apic.c
    M hw/intc/sh_intc.c
    M hw/isa/lpc_ich9.c
    M hw/lm32/lm32_boards.c
    M hw/lm32/lm32_hwsetup.h
    M hw/m68k/an5206.c
    M hw/m68k/mcf5206.c
    M hw/microblaze/petalogix_ml605_mmu.c
    M hw/microblaze/petalogix_s3adsp1800_mmu.c
    M hw/microblaze/xlnx-zynqmp-pmu.c
    M hw/mips/boston.c
    M hw/mips/mips_fulong2e.c
    M hw/mips/mips_jazz.c
    M hw/misc/macio/cuda.c
    M hw/misc/macio/pmu.c
    M hw/moxie/moxiesim.c
    M hw/net/rocker/qmp-norocker.c
    M hw/nios2/10m50_devboard.c
    M hw/nios2/cpu_pic.c
    M hw/nvram/fw_cfg.c
    M hw/openrisc/openrisc_sim.c
    M hw/pci-bridge/dec.h
    M hw/pci-host/prep.c
    M hw/pci/pci.c
    M hw/pci/pcie.c
    M hw/pci/shpc.c
    M hw/ppc/e500.c
    M hw/ppc/e500plat.c
    M hw/ppc/mac_newworld.c
    M hw/ppc/mac_oldworld.c
    M hw/ppc/mpc8544ds.c
    M hw/ppc/pnv.c
    M hw/ppc/ppc.c
    M hw/ppc/ppc405_uc.c
    M hw/ppc/ppc_booke.c
    M hw/ppc/spapr.c
    M hw/ppc/spapr_pci_vfio.c
    M hw/ppc/spapr_rtc.c
    M hw/ppc/virtex_ml507.c
    M hw/s390x/ipl.c
    M hw/s390x/s390-pci-inst.c
    M hw/s390x/tod-qemu.c
    M hw/scsi/megasas.c
    M hw/sh4/r2d.c
    M hw/sh4/shix.c
    M hw/sparc64/niagara.c
    M hw/timer/exynos4210_rtc.c
    M hw/timer/m41t80.c
    M hw/timer/m48t59.c
    M hw/timer/mc146818rtc.c
    M hw/timer/pl031.c
    M hw/timer/twl92230.c
    M hw/timer/xlnx-zynqmp-rtc.c
    M hw/tpm/tpm_passthrough.c
    M hw/tricore/tricore_testboard.c
    M hw/usb/ccid-card-passthru.c
    M hw/usb/combined-packet.c
    M hw/usb/core.c
    M hw/usb/dev-mtp.c
    M hw/usb/hcd-musb.c
    M hw/usb/host-stub.c
    M hw/usb/libhw.c
    M hw/usb/redirect.c
    M hw/vfio/pci.h
    M hw/xen/xen-host-pci-device.c
    M hw/xen/xen_pt.h
    M hw/xtensa/sim.c
    M hw/xtensa/xtensa_memory.c
    M hw/xtensa/xtensa_memory.h
    M include/authz/base.h
    M include/block/aio.h
    M include/block/dirty-bitmap.h
    M include/block/write-threshold.h
    M include/chardev/char-io.h
    M include/crypto/random.h
    M include/crypto/xts.h
    M include/disas/disas.h
    M include/exec/cpu-all.h
    M include/exec/exec-all.h
    M include/hw/acpi/tco.h
    M include/hw/arm/allwinner-a10.h
    M include/hw/arm/bcm2835_peripherals.h
    M include/hw/arm/exynos4210.h
    M include/hw/arm/virt.h
    M include/hw/arm/xlnx-zynqmp.h
    M include/hw/block/fdc.h
    M include/hw/dma/bcm2835_dma.h
    M include/hw/fw-path-provider.h
    M include/hw/i2c/ppc4xx_i2c.h
    M include/hw/i386/apic.h
    M include/hw/ipmi/ipmi.h
    M include/hw/isa/apm.h
    M include/hw/isa/superio.h
    M include/hw/lm32/lm32_pic.h
    M include/hw/nmi.h
    M include/hw/pci-host/pam.h
    M include/hw/pci/msi.h
    M include/hw/pci/msix.h
    M include/hw/pci/shpc.h
    M include/hw/pci/slotid_cap.h
    M include/hw/ppc/openpic.h
    M include/hw/ptimer.h
    M include/hw/sd/sdhci.h
    M include/hw/sh4/sh_intc.h
    M include/hw/sparc/sun4m_iommu.h
    M include/hw/sparc/sun4u_iommu.h
    M include/hw/stream.h
    M include/hw/timer/m48t59.h
    M include/hw/vfio/vfio-common.h
    M include/hw/virtio/vhost-scsi-common.h
    M include/hw/virtio/vhost-scsi.h
    M include/hw/virtio/vhost-user-blk.h
    M include/hw/virtio/vhost-user-scsi.h
    M include/hw/xen/xen.h
    M include/io/channel.h
    M include/io/dns-resolver.h
    M include/io/task.h
    M include/migration/colo.h
    M include/migration/failover.h
    M include/monitor/monitor.h
    M include/net/announce.h
    M include/net/filter.h
    M include/net/queue.h
    M include/net/tap.h
    M include/qemu-common.h
    M include/qemu-io.h
    M include/qemu/base64.h
    M include/qemu/buffer.h
    M include/qemu/crc32c.h
    M include/qemu/event_notifier.h
    M include/qemu/filemonitor.h
    M include/qemu/mmap-alloc.h
    M include/qemu/qdist.h
    M include/qemu/throttle.h
    M include/qemu/timer.h
    M include/qemu/uuid.h
    M include/sysemu/cryptodev-vhost.h
    M include/sysemu/cryptodev.h
    M include/sysemu/hax.h
    M include/sysemu/hvf.h
    M include/sysemu/qtest.h
    M include/sysemu/rng.h
    M include/sysemu/tpm_backend.h
    M include/sysemu/whpx.h
    M io/channel-socket.c
    M ioport.c
    M job-qmp.c
    M job.c
    M linux-user/aarch64/cpu_loop.c
    M linux-user/alpha/cpu_loop.c
    M linux-user/arm/cpu_loop.c
    M linux-user/cris/cpu_loop.c
    M linux-user/i386/cpu_loop.c
    M linux-user/m68k/cpu_loop.c
    M linux-user/main.c
    M linux-user/microblaze/cpu_loop.c
    M linux-user/mips/cpu_loop.c
    M linux-user/mmap.c
    M linux-user/openrisc/cpu_loop.c
    M linux-user/ppc/cpu_loop.c
    M linux-user/riscv/cpu_loop.c
    M linux-user/s390x/cpu_loop.c
    M linux-user/sh4/cpu_loop.c
    M linux-user/signal.c
    M linux-user/sparc/cpu_loop.c
    M linux-user/syscall.c
    M linux-user/tilegx/cpu_loop.c
    M memory_mapping.c
    M migration/migration.h
    M migration/page_cache.c
    M migration/qemu-file.c
    M migration/ram.h
    M migration/socket.c
    M migration/vmstate-types.c
    M migration/vmstate.c
    M net/checksum.c
    M net/colo-compare.c
    M net/dump.c
    M net/eth.c
    M net/filter-buffer.c
    M net/filter-mirror.c
    M net/filter-rewriter.c
    M net/hub.h
    M net/l2tpv3.c
    M net/tap-bsd.c
    M net/tap-linux.c
    M net/tap_int.h
    M os-posix.c
    M os-win32.c
    M qapi/qapi-dealloc-visitor.c
    M qapi/qapi-visit-core.c
    M qapi/qmp-event.c
    M qapi/qobject-input-visitor.c
    M qapi/qobject-output-visitor.c
    M qapi/string-input-visitor.c
    M qemu-edid.c
    M qemu-img.c
    M qemu-io.c
    M qemu-keymap.c
    M qemu-nbd.c
    M qga/commands-posix.c
    M qga/guest-agent-core.h
    M qga/main.c
    M qmp.c
    M qom/qom-qobject.c
    M replay/replay-events.c
    M replay/replay-input.c
    M replay/replay-internal.c
    M replay/replay-snapshot.c
    M replay/replay-time.c
    M scripts/modules/module_block.py
    M scripts/qapi/events.py
    M scripts/qapi/visit.py
    M scripts/tracetool/format/h.py
    M scripts/tracetool/format/tcg_helper_c.py
    M scripts/tracetool/format/ust_events_h.py
    M scsi/qemu-pr-helper.c
    M stubs/bdrv-next-monitor-owned.c
    M stubs/blk-commit-all.c
    M stubs/change-state-handler.c
    M stubs/clock-warp.c
    M stubs/cpu-get-clock.c
    M stubs/cpu-get-icount.c
    M stubs/dump.c
    M stubs/error-printf.c
    M stubs/fd-register.c
    M stubs/fdset.c
    M stubs/iothread-lock.c
    M stubs/is-daemonized.c
    M stubs/machine-init-done.c
    M stubs/migr-blocker.c
    M stubs/monitor.c
    M stubs/notify-event.c
    M stubs/set-fd-handler.c
    M stubs/uuid.c
    M stubs/vm-stop.c
    M stubs/vmstate.c
    M stubs/xen-common.c
    M stubs/xen-hvm.c
    M target/alpha/cpu.c
    M target/alpha/cpu.h
    M target/alpha/gdbstub.c
    M target/alpha/machine.c
    M target/arm/arm-semi.c
    M target/arm/cpu.c
    M target/arm/cpu.h
    M target/arm/gdbstub.c
    M target/arm/gdbstub64.c
    M target/arm/kvm-stub.c
    M target/arm/machine.c
    M target/cris/cpu.c
    M target/cris/cpu.h
    M target/cris/gdbstub.c
    M target/cris/machine.c
    M target/hppa/cpu.h
    M target/hppa/gdbstub.c
    M target/hppa/machine.c
    M target/i386/gdbstub.c
    M target/i386/kvm-stub.c
    M target/i386/kvm.c
    M target/i386/sev-stub.c
    M target/i386/xsave_helper.c
    M target/lm32/cpu.c
    M target/lm32/cpu.h
    M target/lm32/gdbstub.c
    M target/lm32/machine.c
    M target/m68k/cpu.c
    M target/m68k/cpu.h
    M target/m68k/gdbstub.c
    M target/m68k/m68k-semi.c
    M target/microblaze/cpu.h
    M target/microblaze/gdbstub.c
    M target/mips/cpu.h
    M target/mips/gdbstub.c
    M target/mips/machine.c
    M target/moxie/cpu.c
    M target/moxie/cpu.h
    M target/moxie/machine.c
    M target/nios2/cpu.h
    M target/nios2/mmu.c
    M target/openrisc/cpu.c
    M target/openrisc/cpu.h
    M target/openrisc/disas.c
    M target/openrisc/exception.h
    M target/openrisc/gdbstub.c
    M target/openrisc/interrupt.c
    M target/openrisc/machine.c
    M target/openrisc/mmu.c
    M target/openrisc/translate.c
    M target/ppc/cpu.h
    M target/ppc/gdbstub.c
    M target/ppc/kvm-stub.c
    M target/ppc/machine.c
    M target/riscv/cpu.h
    M target/riscv/gdbstub.c
    M target/riscv/pmp.c
    M target/s390x/cpu.h
    M target/s390x/kvm-stub.c
    M target/s390x/vec_helper.c
    M target/sh4/cpu.c
    M target/sh4/cpu.h
    M target/sh4/gdbstub.c
    M target/sparc/cpu.h
    M target/sparc/gdbstub.c
    M target/sparc/machine.c
    M target/tilegx/cpu.h
    M target/tilegx/helper.c
    M target/tilegx/simd_helper.c
    M target/tricore/cpu.c
    M target/tricore/cpu.h
    M target/unicore32/cpu.c
    M target/unicore32/cpu.h
    M target/xtensa/core-dc233c.c
    M target/xtensa/core-de212.c
    M target/xtensa/core-fsf.c
    M target/xtensa/core-sample_controller.c
    M target/xtensa/core-test_kc705_be.c
    M target/xtensa/cpu.h
    M target/xtensa/gdbstub.c
    M tcg/optimize.c
    M tcg/tcg-common.c
    M tcg/tcg-op-gvec.c
    M tcg/tcg-op-vec.c
    M tcg/tcg-op.c
    M tcg/tcg.h
    M tests/crypto-tls-psk-helpers.h
    M tests/crypto-tls-x509-helpers.h
    M tests/e1000e-test.c
    M tests/test-filter-mirror.c
    M tests/test-filter-redirector.c
    M tests/virtio-net-test.c
    M trace/control.h
    M ui/console-gl.c
    M ui/cursor.c
    M ui/egl-context.c
    M ui/gtk-egl.c
    M ui/gtk-gl-area.c
    M ui/gtk.c
    M ui/keymaps.c
    M ui/keymaps.h
    M ui/qemu-pixman.c
    M ui/sdl2-2d.c
    M ui/sdl2-gl.c
    M ui/sdl2-input.c
    M ui/shader.c
    M ui/spice-input.c
    M ui/vnc-enc-tight.c
    M ui/vnc.h
    M util/aio-posix.c
    M util/async.c
    M util/bufferiszero.c
    M util/compatfd.c
    M util/coroutine-ucontext.c
    M util/crc32c.c
    M util/cutils.c
    M util/envlist.c
    M util/error.c
    M util/fifo8.c
    M util/getauxval.c
    M util/guest-random.c
    M util/iohandler.c
    M util/log.c
    M util/module.c
    M util/notify.c
    M util/oslib-posix.c
    M util/oslib-win32.c
    M util/qemu-config.c
    M util/qemu-coroutine-lock.c
    M util/qemu-coroutine.c
    M util/qemu-option.c
    M util/qemu-sockets.c
    M util/rcu.c
    M util/thread-pool.c
    M util/uuid.c
    M vl.c
    M win_dump.c

  Log Message:
  -----------
  Include qemu-common.h exactly where needed

No header includes qemu-common.h after this commit, as prescribed by
qemu-common.h's file comment.

Signed-off-by: Markus Armbruster <address@hidden>
Message-Id: <address@hidden>
[Rebased with conflicts resolved automatically, except for
include/hw/arm/xlnx-zynqmp.h hw/arm/nrf51_soc.c hw/arm/msf2-soc.c
block/qcow2-refcount.c block/qcow2-cluster.c block/qcow2-cache.c
target/arm/cpu.h target/lm32/cpu.h target/m68k/cpu.h target/mips/cpu.h
target/moxie/cpu.h target/nios2/cpu.h target/openrisc/cpu.h
target/riscv/cpu.h target/tilegx/cpu.h target/tricore/cpu.h
target/unicore32/cpu.h target/xtensa/cpu.h; bsd-user/main.c and
net/tap-bsd.c fixed up]


  Commit: 0553d895f98d6ffa7354dee324ff7a65fca3367f
      
https://github.com/qemu/qemu/commit/0553d895f98d6ffa7354dee324ff7a65fca3367f
  Author: Markus Armbruster <address@hidden>
  Date:   2019-06-12 (Wed, 12 Jun 2019)

  Changed paths:
    M crypto/ivgen-essiv.h
    M crypto/ivgen-plain.h
    M crypto/ivgen-plain64.h
    M include/hw/arm/allwinner-a10.h
    M include/hw/arm/omap.h
    M include/hw/arm/xlnx-zynqmp.h
    M include/hw/char/cadence_uart.h
    M include/hw/display/xlnx_dp.h
    M include/hw/dma/xlnx-zynq-devcfg.h
    M include/hw/net/cadence_gem.h
    M target/i386/whp-dispatch.h
    M target/tilegx/spr_def_64.h
    M tests/io-channel-helpers.h

  Log Message:
  -----------
  Normalize position of header guard

This is the common header guard idiom:

    /*
     * File comment
     */

    #ifndef GUARD_SYMBOL_H
    #define GUARD_SYMBOL_H

    ... actual contents ...

    #endif

A few of our headers have some #include before the guard.
target/tilegx/spr_def_64.h has #ifndef __DOXYGEN__ outside the guard.
A few more have the #define elsewhere.

Change them to match the common idiom.  For spr_def_64.h, that means
dropping #ifndef __DOXYGEN__.  While there, rename guard symbols to
make scripts/clean-header-guards.pl happy.

Signed-off-by: Markus Armbruster <address@hidden>
Message-Id: <address@hidden>
[Rebased with conflicts resolved automatically]


  Commit: c0a9956b32e2806a9d50ce8c651ace140f5f79f1
      
https://github.com/qemu/qemu/commit/c0a9956b32e2806a9d50ce8c651ace140f5f79f1
  Author: Markus Armbruster <address@hidden>
  Date:   2019-06-12 (Wed, 12 Jun 2019)

  Changed paths:
    M scripts/clean-header-guards.pl

  Log Message:
  -----------
  scripts/clean-header-guards: Fix handling of trailing comments

clean-header-guards.pl fails to recognize a header guard #endif when
it's followed by a // comment, or multiple comments.  Fix that.

Signed-off-by: Markus Armbruster <address@hidden>
Message-Id: <address@hidden>


  Commit: 37677d7db39a3c250ad661d00fb7c3b59d047b1f
      
https://github.com/qemu/qemu/commit/37677d7db39a3c250ad661d00fb7c3b59d047b1f
  Author: Markus Armbruster <address@hidden>
  Date:   2019-06-12 (Wed, 12 Jun 2019)

  Changed paths:
    M contrib/elf2dmp/qemu_elf.h
    M include/disas/dis-asm.h
    M include/hw/semihosting/console.h
    M include/hw/xen/io/ring.h
    M target/cris/opcode-cris.h
    M tests/migration/migration-test.h
    M tests/uefi-test-tools/UefiTestToolsPkg/Include/Guid/BiosTablesTest.h

  Log Message:
  -----------
  Clean up a few header guard symbols

Commit 58ea30f5145 "Clean up header guards that don't match their file
name" messed up contrib/elf2dmp/qemu_elf.h and
tests/migration/migration-test.h.

It missed target/cris/opcode-cris.h and
tests/uefi-test-tools/UefiTestToolsPkg/Include/Guid/BiosTablesTest.h
due to the scripts/clean-header-guards.pl bug fixed in the previous
commit.

Commit a8b991b52dc "Clean up ill-advised or unusual header guards"
missed include/hw/xen/io/ring.h for the same reason.

Commit 3979fca4b69 "disas: Rename include/disas/bfd.h back to
include/disas/dis-asm.h" neglected to update the guard symbol for the
rename.

Commit a331c6d7741 "semihosting: implement a semihosting console"
created include/hw/semihosting/console.h with an ill-advised guard
symbol.

Clean them up.

Signed-off-by: Markus Armbruster <address@hidden>
Message-Id: <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Tested-by: Philippe Mathieu-Daudé <address@hidden>


  Commit: f91005e195e7e1485e60cb121731589960f1a3c9
      
https://github.com/qemu/qemu/commit/f91005e195e7e1485e60cb121731589960f1a3c9
  Author: Markus Armbruster <address@hidden>
  Date:   2019-06-12 (Wed, 12 Jun 2019)

  Changed paths:
    M hw/9pfs/xen-9pfs.h
    M hw/hppa/hppa_hardware.h
    M hw/input/adb-internal.h
    M hw/net/e1000e_core.h
    M hw/net/e1000x_common.h
    M hw/net/vmxnet3_defs.h
    M hw/usb/hcd-xhci.h
    M hw/usb/quirks.h
    M include/fpu/softfloat-macros.h
    M include/hw/arm/raspi_platform.h
    M include/hw/kvm/clock.h
    M include/hw/m68k/mcf_fec.h
    M include/hw/mips/bios.h
    M include/hw/pci-bridge/simba.h
    M include/hw/pci/pci_regs.h
    M include/hw/qdev-dma.h
    M include/hw/sparc/sparc64.h
    M include/hw/timer/xlnx-zynqmp-rtc.h
    M include/ui/spice-display.h
    M linux-user/aarch64/syscall_nr.h
    M linux-user/aarch64/termbits.h
    M linux-user/alpha/syscall_nr.h
    M linux-user/alpha/termbits.h
    M linux-user/arm/syscall_nr.h
    M linux-user/arm/termbits.h
    M linux-user/cris/syscall_nr.h
    M linux-user/cris/termbits.h
    M linux-user/errno_defs.h
    M linux-user/flat.h
    M linux-user/hppa/sockbits.h
    M linux-user/hppa/syscall_nr.h
    M linux-user/hppa/termbits.h
    M linux-user/i386/syscall_nr.h
    M linux-user/i386/termbits.h
    M linux-user/m68k/syscall_nr.h
    M linux-user/m68k/termbits.h
    M linux-user/microblaze/syscall_nr.h
    M linux-user/microblaze/termbits.h
    M linux-user/mips/syscall_nr.h
    M linux-user/mips/termbits.h
    M linux-user/mips64/syscall_nr.h
    M linux-user/nios2/syscall_nr.h
    M linux-user/nios2/termbits.h
    M linux-user/openrisc/syscall_nr.h
    M linux-user/openrisc/termbits.h
    M linux-user/ppc/syscall_nr.h
    M linux-user/ppc/termbits.h
    M linux-user/riscv/syscall_nr.h
    M linux-user/riscv/target_syscall.h
    M linux-user/riscv/termbits.h
    M linux-user/s390x/syscall_nr.h
    M linux-user/s390x/termbits.h
    M linux-user/sh4/syscall_nr.h
    M linux-user/sh4/termbits.h
    M linux-user/socket.h
    M linux-user/sparc/syscall_nr.h
    M linux-user/sparc/termbits.h
    M linux-user/sparc64/syscall_nr.h
    M linux-user/sparc64/termbits.h
    M linux-user/target_flat.h
    M linux-user/x86_64/syscall_nr.h
    M linux-user/x86_64/termbits.h
    M linux-user/xtensa/target_flat.h
    M target/cris/crisv10-decode.h
    M target/cris/mmu.h
    M target/microblaze/microblaze-decode.h
    M target/microblaze/mmu.h
    M target/moxie/mmu.h
    M target/riscv/cpu_bits.h
    M target/riscv/cpu_user.h
    M target/riscv/instmap.h
    M target/tricore/tricore-opcodes.h
    M tcg/tcg-gvec-desc.h
    M tcg/tcg-op-gvec.h
    M tests/crypto-tls-psk-helpers.h
    M tests/crypto-tls-x509-helpers.h
    M tests/libqos/virtio-9p.h
    M tests/libqos/virtio-balloon.h
    M tests/libqos/virtio-blk.h
    M tests/libqos/virtio-net.h
    M tests/libqos/virtio-rng.h
    M tests/libqos/virtio-scsi.h
    M tests/libqos/virtio-serial.h
    M tests/socket-helpers.h

  Log Message:
  -----------
  Supply missing header guards

Signed-off-by: Markus Armbruster <address@hidden>
Message-Id: <address@hidden>


  Commit: fe2611b0165e019e341981ce663282e335f5bc4e
      
https://github.com/qemu/qemu/commit/fe2611b0165e019e341981ce663282e335f5bc4e
  Author: Markus Armbruster <address@hidden>
  Date:   2019-06-12 (Wed, 12 Jun 2019)

  Changed paths:
    M contrib/vhost-user-gpu/virgl.h
    M contrib/vhost-user-gpu/vugbm.h
    M contrib/vhost-user-gpu/vugpu.h
    M hw/display/virtio-vga.h

  Log Message:
  -----------
  Clean up a header guard symbols (again)

Commit d52c454aad "contrib: add vhost-user-gpu" and "c68082c43a
virtio-gpu: split virtio-gpu-pci & virtio-vga" created headers with
unusual header guard symbols.  Clean them up

Signed-off-by: Markus Armbruster <address@hidden>
Message-Id: <address@hidden>


  Commit: 30aec7d331c0dd43c3e83b028c3169993d897552
      
https://github.com/qemu/qemu/commit/30aec7d331c0dd43c3e83b028c3169993d897552
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2019-06-12 (Wed, 12 Jun 2019)

  Changed paths:
    M MAINTAINERS

  Log Message:
  -----------
  MAINTAINERS: Remove duplicate entries of address@hidden

The list is always selected by the 'All patches CC here' section.

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
[Conflicts resolved by redoing the patch]
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 6347e1f1cc7afc4276392361c30bdc8b3e7aafa3
      
https://github.com/qemu/qemu/commit/6347e1f1cc7afc4276392361c30bdc8b3e7aafa3
  Author: Markus Armbruster <address@hidden>
  Date:   2019-06-12 (Wed, 12 Jun 2019)

  Changed paths:
    M MAINTAINERS

  Log Message:
  -----------
  MAINTAINERS: Improve section headlines

When scripts/get_maintainer.pl reports something like

    John Doe <address@hidden> (maintainer:Overall)

the user is left to wonder *which* of our three "Overall" sections
applies: the one under "Guest CPU cores (TCG)", or the one under
"Guest CPU Cores (KVM)", or the one under "Usermode emulation".

Rename sections under

* "Guest CPU cores (TCG)" from "FOO" to "FOO TCG CPUs"

* "Guest CPU Cores (KVM)" from "FOO" to "FOO KVM CPUs"

* "Guest CPU Cores (Xen)" from "FOO" to "FOO Xen CPUs"

* "Architecture support" from "FOO" to "FOO general architecture
  support"

* "Usermode Emulation" from "Overall" to "Overall usermode emulation"

* "Tiny Code Generator (TCG)" from "FOO target" to "FOO TCG target",
  and from "Common code" to "Common TCG code"

Signed-off-by: Markus Armbruster <address@hidden>
Message-Id: <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>


  Commit: 84995ea21935403cc9d57b6cb7dddcac5fa02c1c
      
https://github.com/qemu/qemu/commit/84995ea21935403cc9d57b6cb7dddcac5fa02c1c
  Author: Markus Armbruster <address@hidden>
  Date:   2019-06-12 (Wed, 12 Jun 2019)

  Changed paths:
    M MAINTAINERS

  Log Message:
  -----------
  MAINTAINERS: Polish headline decorations

Signed-off-by: Markus Armbruster <address@hidden>
Message-Id: <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>


  Commit: 59c58f96b270f5edd4ad10954c3a96556cb3a728
      
https://github.com/qemu/qemu/commit/59c58f96b270f5edd4ad10954c3a96556cb3a728
  Author: Peter Maydell <address@hidden>
  Date:   2019-06-12 (Wed, 12 Jun 2019)

  Changed paths:
    M MAINTAINERS
    M accel/kvm/kvm-all.c
    M accel/stubs/hax-stub.c
    M accel/stubs/hvf-stub.c
    M accel/stubs/kvm-stub.c
    M accel/stubs/whpx-stub.c
    M accel/tcg/cpu-exec-common.c
    M accel/tcg/cpu-exec.c
    M accel/tcg/tcg-all.c
    M accel/tcg/translate-all.c
    M accel/tcg/translator.c
    M accel/tcg/user-exec-stub.c
    M arch_init.c
    M audio/alsaaudio.c
    M audio/audio.c
    M audio/audio_legacy.c
    M audio/audio_pt_int.c
    M audio/coreaudio.c
    M audio/dsoundaudio.c
    M audio/mixeng.c
    M audio/noaudio.c
    M audio/ossaudio.c
    M audio/paaudio.c
    M audio/sdlaudio.c
    M audio/spiceaudio.c
    M audio/wavaudio.c
    M authz/base.c
    M authz/list.c
    M authz/listfile.c
    M authz/pamacct.c
    M authz/simple.c
    M backends/hostmem-file.c
    M backends/hostmem-memfd.c
    M backends/hostmem-ram.c
    M backends/rng-egd.c
    M backends/rng-random.c
    M backends/rng.c
    M backends/tpm.c
    M balloon.c
    M block/blklogwrites.c
    M block/blkreplay.c
    M block/blkverify.c
    M block/bochs.c
    M block/cloop.c
    M block/copy-on-read.c
    M block/crypto.c
    M block/curl.c
    M block/dirty-bitmap.c
    M block/dmg-bz2.c
    M block/dmg.c
    M block/dmg.h
    M block/file-posix.c
    M block/gluster.c
    M block/iscsi-opts.c
    M block/iscsi.c
    M block/linux-aio.c
    M block/nbd-client.h
    M block/nfs.c
    M block/null.c
    M block/nvme.c
    M block/qapi.c
    M block/qcow2-cache.c
    M block/qcow2-cluster.c
    M block/qcow2-refcount.c
    M block/qed.c
    M block/quorum.c
    M block/raw-format.c
    M block/rbd.c
    M block/replication.c
    M block/sheepdog.c
    M block/ssh.c
    M block/throttle.c
    M block/vhdx-endian.c
    M block/vhdx-log.c
    M block/vvfat.c
    M block/vxhs.c
    M block/win32-aio.c
    M blockjob.c
    M bsd-user/main.c
    M bt-vhci.c
    M chardev/baum.c
    M chardev/char-console.c
    M chardev/char-fd.c
    M chardev/char-file.c
    M chardev/char-mux.c
    M chardev/char-null.c
    M chardev/char-parallel.c
    M chardev/char-pipe.c
    M chardev/char-pty.c
    M chardev/char-ringbuf.c
    M chardev/char-serial.c
    M chardev/char-socket.c
    M chardev/char-stdio.c
    M chardev/char-udp.c
    M chardev/char-win-stdio.c
    M chardev/char-win.c
    M chardev/char.c
    M chardev/msmouse.c
    M chardev/spice.c
    M chardev/testdev.c
    M chardev/wctablet.c
    M contrib/elf2dmp/qemu_elf.h
    M contrib/ivshmem-client/ivshmem-client.c
    M contrib/ivshmem-client/main.c
    M contrib/ivshmem-server/ivshmem-server.c
    M contrib/vhost-user-gpu/virgl.h
    M contrib/vhost-user-gpu/vugbm.h
    M contrib/vhost-user-gpu/vugpu.h
    M cpus.c
    M crypto/aes.c
    M crypto/ivgen-essiv.h
    M crypto/ivgen-plain.h
    M crypto/ivgen-plain64.h
    M crypto/secret.c
    M crypto/tlscreds.c
    M crypto/tlscredsanon.c
    M crypto/tlscredspsk.c
    M crypto/tlscredsx509.c
    M disas.c
    M disas/cris.c
    M disas/i386.c
    M disas/s390.c
    M dump.c
    M exec.c
    M fsdev/qemu-fsdev-dummy.c
    M gdbstub.c
    M hmp.h
    M hw/9pfs/9p-proxy.c
    M hw/9pfs/coth.c
    M hw/9pfs/virtio-9p-device.c
    M hw/9pfs/xen-9pfs.h
    M hw/acpi/bios-linker-loader.c
    M hw/acpi/core.c
    M hw/acpi/tco.c
    M hw/acpi/vmgenid.c
    M hw/adc/stm32f2xx_adc.c
    M hw/alpha/pci.c
    M hw/alpha/typhoon.c
    M hw/arm/allwinner-a10.c
    M hw/arm/armsse.c
    M hw/arm/armv7m.c
    M hw/arm/aspeed.c
    M hw/arm/aspeed_soc.c
    M hw/arm/bcm2835_peripherals.c
    M hw/arm/bcm2836.c
    M hw/arm/boot.c
    M hw/arm/cubieboard.c
    M hw/arm/digic.c
    M hw/arm/exynos4210.c
    M hw/arm/exynos4_boards.c
    M hw/arm/fsl-imx25.c
    M hw/arm/fsl-imx31.c
    M hw/arm/fsl-imx6.c
    M hw/arm/fsl-imx6ul.c
    M hw/arm/fsl-imx7.c
    M hw/arm/highbank.c
    M hw/arm/imx25_pdk.c
    M hw/arm/integratorcp.c
    M hw/arm/kzm.c
    M hw/arm/mcimx6ul-evk.c
    M hw/arm/mcimx7d-sabre.c
    M hw/arm/msf2-soc.c
    M hw/arm/musicpal.c
    M hw/arm/nrf51_soc.c
    M hw/arm/omap2.c
    M hw/arm/pxa2xx.c
    M hw/arm/pxa2xx_gpio.c
    M hw/arm/pxa2xx_pic.c
    M hw/arm/raspi.c
    M hw/arm/realview.c
    M hw/arm/sabrelite.c
    M hw/arm/smmu-common.c
    M hw/arm/stm32f205_soc.c
    M hw/arm/strongarm.c
    M hw/arm/sysbus-fdt.c
    M hw/arm/versatilepb.c
    M hw/arm/virt-acpi-build.c
    M hw/arm/virt.c
    M hw/arm/xilinx_zynq.c
    M hw/arm/xlnx-versal.c
    M hw/arm/xlnx-zcu102.c
    M hw/arm/xlnx-zynqmp.c
    M hw/audio/ac97.c
    M hw/audio/adlib.c
    M hw/audio/cs4231.c
    M hw/audio/cs4231a.c
    M hw/audio/es1370.c
    M hw/audio/gus.c
    M hw/audio/hda-codec.c
    M hw/audio/intel-hda.c
    M hw/audio/marvell_88w8618.c
    M hw/audio/milkymist-ac97.c
    M hw/audio/pcspk.c
    M hw/audio/pl041.c
    M hw/audio/sb16.c
    M hw/audio/soundhw.c
    M hw/audio/wm8750.c
    M hw/block/cdrom.c
    M hw/block/fdc.c
    M hw/block/m25p80.c
    M hw/block/nand.c
    M hw/block/nvme.c
    M hw/block/onenand.c
    M hw/block/pflash_cfi01.c
    M hw/block/pflash_cfi02.c
    M hw/block/virtio-blk.c
    M hw/block/xen-block.c
    M hw/bt/core.c
    M hw/bt/hci-csr.c
    M hw/bt/hci.c
    M hw/bt/hid.c
    M hw/bt/l2cap.c
    M hw/bt/sdp.c
    M hw/char/bcm2835_aux.c
    M hw/char/cadence_uart.c
    M hw/char/cmsdk-apb-uart.c
    M hw/char/debugcon.c
    M hw/char/digic-uart.c
    M hw/char/escc.c
    M hw/char/etraxfs_ser.c
    M hw/char/exynos4210_uart.c
    M hw/char/grlib_apbuart.c
    M hw/char/imx_serial.c
    M hw/char/ipoctal232.c
    M hw/char/lm32_juart.c
    M hw/char/lm32_uart.c
    M hw/char/mcf_uart.c
    M hw/char/milkymist-uart.c
    M hw/char/nrf51_uart.c
    M hw/char/parallel.c
    M hw/char/pl011.c
    M hw/char/sclpconsole-lm.c
    M hw/char/sclpconsole.c
    M hw/char/serial-isa.c
    M hw/char/serial-pci.c
    M hw/char/spapr_vty.c
    M hw/char/stm32f2xx_usart.c
    M hw/char/terminal3270.c
    M hw/char/virtio-console.c
    M hw/char/virtio-serial-bus.c
    M hw/char/xilinx_uartlite.c
    M hw/core/bus.c
    M hw/core/empty_slot.c
    M hw/core/fw-path-provider.c
    M hw/core/generic-loader.c
    M hw/core/irq.c
    M hw/core/loader.c
    M hw/core/nmi.c
    M hw/core/null-machine.c
    M hw/core/or-irq.c
    M hw/core/platform-bus.c
    M hw/core/qdev-properties.c
    M hw/core/register.c
    M hw/core/split-irq.c
    M hw/core/stream.c
    M hw/core/sysbus.c
    M hw/cpu/a15mpcore.c
    M hw/cpu/a9mpcore.c
    M hw/cpu/arm11mpcore.c
    M hw/cpu/core.c
    M hw/cpu/realview_mpcore.c
    M hw/cris/axis_dev88.c
    M hw/cris/boot.c
    M hw/display/ads7846.c
    M hw/display/ati.c
    M hw/display/bcm2835_fb.c
    M hw/display/blizzard.c
    M hw/display/bochs-display.c
    M hw/display/cg3.c
    M hw/display/cirrus_vga.c
    M hw/display/cirrus_vga_isa.c
    M hw/display/dpcd.c
    M hw/display/edid-generate.c
    M hw/display/edid-region.c
    M hw/display/exynos4210_fimd.c
    M hw/display/g364fb.c
    M hw/display/i2c-ddc.c
    M hw/display/jazz_led.c
    M hw/display/milkymist-tmu2.c
    M hw/display/milkymist-vgafb.c
    M hw/display/pl110.c
    M hw/display/qxl.c
    M hw/display/qxl.h
    M hw/display/ramfb-standalone.c
    M hw/display/sii9022.c
    M hw/display/sm501.c
    M hw/display/ssd0303.c
    M hw/display/ssd0323.c
    M hw/display/tcx.c
    M hw/display/vga-isa.c
    M hw/display/vga-pci.c
    M hw/display/virtio-gpu-3d.c
    M hw/display/virtio-gpu-pci.c
    M hw/display/virtio-gpu.c
    M hw/display/virtio-vga.c
    M hw/display/virtio-vga.h
    M hw/display/vmware_vga.c
    M hw/display/xlnx_dp.c
    M hw/dma/bcm2835_dma.c
    M hw/dma/etraxfs_dma.c
    M hw/dma/i82374.c
    M hw/dma/i8257.c
    M hw/dma/omap_dma.c
    M hw/dma/pl080.c
    M hw/dma/pl330.c
    M hw/dma/puv3_dma.c
    M hw/dma/pxa2xx_dma.c
    M hw/dma/rc4030.c
    M hw/dma/soc_dma.c
    M hw/dma/sparc32_dma.c
    M hw/dma/xilinx_axidma.c
    M hw/dma/xlnx-zdma.c
    M hw/dma/xlnx-zynq-devcfg.c
    M hw/dma/xlnx_dpdma.c
    M hw/gpio/bcm2835_gpio.c
    M hw/gpio/gpio_key.c
    M hw/gpio/imx_gpio.c
    M hw/gpio/max7310.c
    M hw/gpio/mpc8xxx.c
    M hw/gpio/nrf51_gpio.c
    M hw/gpio/omap_gpio.c
    M hw/gpio/pl061.c
    M hw/gpio/puv3_gpio.c
    M hw/gpio/zaurus.c
    M hw/hppa/dino.c
    M hw/hppa/hppa_hardware.h
    M hw/hppa/pci.c
    M hw/hyperv/hyperv.c
    M hw/hyperv/hyperv_testdev.c
    M hw/i2c/aspeed_i2c.c
    M hw/i2c/bitbang_i2c.c
    M hw/i2c/core.c
    M hw/i2c/exynos4210_i2c.c
    M hw/i2c/imx_i2c.c
    M hw/i2c/microbit_i2c.c
    M hw/i2c/mpc_i2c.c
    M hw/i2c/omap_i2c.c
    M hw/i2c/ppc4xx_i2c.c
    M hw/i2c/smbus_ich9.c
    M hw/i2c/smbus_slave.c
    M hw/i2c/versatile_i2c.c
    M hw/i386/acpi-build.c
    M hw/i386/kvm/apic.c
    M hw/i386/kvm/clock.c
    M hw/i386/kvm/i8254.c
    M hw/i386/kvm/i8259.c
    M hw/i386/kvmvapic.c
    M hw/i386/pc.c
    M hw/i386/pc_sysfw.c
    M hw/i386/xen/xen_apic.c
    M hw/i386/xen/xen_platform.c
    M hw/i386/xen/xen_pvdevice.c
    M hw/ide/ahci-allwinner.c
    M hw/ide/ahci.c
    M hw/ide/cmd646.c
    M hw/ide/ich.c
    M hw/ide/isa.c
    M hw/ide/macio.c
    M hw/ide/microdrive.c
    M hw/ide/mmio.c
    M hw/ide/pci.c
    M hw/ide/piix.c
    M hw/ide/qdev.c
    M hw/ide/sii3112.c
    M hw/ide/via.c
    M hw/input/adb-internal.h
    M hw/input/adb-kbd.c
    M hw/input/adb-mouse.c
    M hw/input/adb.c
    M hw/input/lm832x.c
    M hw/input/milkymist-softusb.c
    M hw/input/pl050.c
    M hw/input/virtio-input-hid.c
    M hw/input/virtio-input-host.c
    M hw/input/virtio-input.c
    M hw/intc/allwinner-a10-pic.c
    M hw/intc/apic.c
    M hw/intc/apic_common.c
    M hw/intc/arm_gic.c
    M hw/intc/arm_gic_common.c
    M hw/intc/arm_gic_kvm.c
    M hw/intc/arm_gicv2m.c
    M hw/intc/arm_gicv3.c
    M hw/intc/arm_gicv3_common.c
    M hw/intc/arm_gicv3_its_common.c
    M hw/intc/arm_gicv3_its_kvm.c
    M hw/intc/arm_gicv3_kvm.c
    M hw/intc/armv7m_nvic.c
    M hw/intc/aspeed_vic.c
    M hw/intc/bcm2835_ic.c
    M hw/intc/bcm2836_control.c
    M hw/intc/etraxfs_pic.c
    M hw/intc/exynos4210_combiner.c
    M hw/intc/exynos4210_gic.c
    M hw/intc/grlib_irqmp.c
    M hw/intc/heathrow_pic.c
    M hw/intc/imx_avic.c
    M hw/intc/imx_gpcv2.c
    M hw/intc/ioapic_common.c
    M hw/intc/lm32_pic.c
    M hw/intc/mips_gic.c
    M hw/intc/nios2_iic.c
    M hw/intc/omap_intc.c
    M hw/intc/ompic.c
    M hw/intc/openpic.c
    M hw/intc/openpic_kvm.c
    M hw/intc/pl190.c
    M hw/intc/pnv_xive.c
    M hw/intc/puv3_intc.c
    M hw/intc/realview_gic.c
    M hw/intc/s390_flic.c
    M hw/intc/s390_flic_kvm.c
    M hw/intc/sh_intc.c
    M hw/intc/slavio_intctl.c
    M hw/intc/spapr_xive.c
    M hw/intc/xics.c
    M hw/intc/xics_pnv.c
    M hw/intc/xilinx_intc.c
    M hw/intc/xive.c
    M hw/intc/xlnx-pmu-iomod-intc.c
    M hw/intc/xlnx-zynqmp-ipi.c
    M hw/ipack/ipack.c
    M hw/ipack/tpci200.c
    M hw/ipmi/ipmi.c
    M hw/ipmi/ipmi_bmc_extern.c
    M hw/ipmi/ipmi_bmc_sim.c
    M hw/ipmi/isa_ipmi_bt.c
    M hw/ipmi/isa_ipmi_kcs.c
    M hw/isa/isa-bus.c
    M hw/isa/isa-superio.c
    M hw/isa/lpc_ich9.c
    M hw/isa/pc87312.c
    M hw/isa/smc37c669-superio.c
    M hw/isa/vt82c686.c
    M hw/lm32/lm32_boards.c
    M hw/lm32/lm32_hwsetup.h
    M hw/m68k/an5206.c
    M hw/m68k/mcf5206.c
    M hw/m68k/mcf_intc.c
    M hw/mem/nvdimm.c
    M hw/mem/pc-dimm.c
    M hw/microblaze/petalogix_ml605_mmu.c
    M hw/microblaze/petalogix_s3adsp1800_mmu.c
    M hw/microblaze/xlnx-zynqmp-pmu.c
    M hw/mips/boston.c
    M hw/mips/cps.c
    M hw/mips/mips_fulong2e.c
    M hw/mips/mips_jazz.c
    M hw/misc/a9scu.c
    M hw/misc/applesmc.c
    M hw/misc/arm11scu.c
    M hw/misc/arm_integrator_debug.c
    M hw/misc/arm_l2x0.c
    M hw/misc/arm_sysctl.c
    M hw/misc/armsse-cpuid.c
    M hw/misc/armsse-mhu.c
    M hw/misc/aspeed_scu.c
    M hw/misc/aspeed_sdmc.c
    M hw/misc/auxbus.c
    M hw/misc/bcm2835_mbox.c
    M hw/misc/bcm2835_property.c
    M hw/misc/bcm2835_rng.c
    M hw/misc/debugexit.c
    M hw/misc/eccmemctl.c
    M hw/misc/edu.c
    M hw/misc/exynos4210_clk.c
    M hw/misc/exynos4210_pmu.c
    M hw/misc/exynos4210_rng.c
    M hw/misc/imx25_ccm.c
    M hw/misc/imx2_wdt.c
    M hw/misc/imx31_ccm.c
    M hw/misc/imx6_ccm.c
    M hw/misc/imx6_src.c
    M hw/misc/imx6ul_ccm.c
    M hw/misc/imx7_ccm.c
    M hw/misc/imx7_gpr.c
    M hw/misc/imx7_snvs.c
    M hw/misc/imx_ccm.c
    M hw/misc/iotkit-secctl.c
    M hw/misc/iotkit-sysctl.c
    M hw/misc/iotkit-sysinfo.c
    M hw/misc/ivshmem.c
    M hw/misc/macio/cuda.c
    M hw/misc/macio/gpio.c
    M hw/misc/macio/mac_dbdma.c
    M hw/misc/macio/macio.c
    M hw/misc/macio/pmu.c
    M hw/misc/max111x.c
    M hw/misc/milkymist-hpdmc.c
    M hw/misc/milkymist-pfpu.c
    M hw/misc/mips_cmgcr.c
    M hw/misc/mips_cpc.c
    M hw/misc/mips_itu.c
    M hw/misc/mos6522.c
    M hw/misc/mps2-fpgaio.c
    M hw/misc/mps2-scc.c
    M hw/misc/msf2-sysreg.c
    M hw/misc/mst_fpga.c
    M hw/misc/nrf51_rng.c
    M hw/misc/pc-testdev.c
    M hw/misc/pca9552.c
    M hw/misc/pci-testdev.c
    M hw/misc/puv3_pm.c
    M hw/misc/pvpanic.c
    M hw/misc/sga.c
    M hw/misc/slavio_misc.c
    M hw/misc/stm32f2xx_syscfg.c
    M hw/misc/tmp105.c
    M hw/misc/tmp421.c
    M hw/misc/tz-mpc.c
    M hw/misc/tz-msc.c
    M hw/misc/tz-ppc.c
    M hw/misc/unimp.c
    M hw/misc/vmcoreinfo.c
    M hw/misc/zynq-xadc.c
    M hw/misc/zynq_slcr.c
    M hw/moxie/moxiesim.c
    M hw/net/allwinner_emac.c
    M hw/net/cadence_gem.c
    M hw/net/can/can_kvaser_pci.c
    M hw/net/can/can_mioe3680_pci.c
    M hw/net/can/can_pcm3680_pci.c
    M hw/net/dp8393x.c
    M hw/net/e1000.c
    M hw/net/e1000e.c
    M hw/net/e1000e_core.h
    M hw/net/e1000x_common.h
    M hw/net/eepro100.c
    M hw/net/etraxfs_eth.c
    M hw/net/fsl_etsec/etsec.c
    M hw/net/ftgmac100.c
    M hw/net/imx_fec.c
    M hw/net/lan9118.c
    M hw/net/lance.c
    M hw/net/mcf_fec.c
    M hw/net/milkymist-minimac2.c
    M hw/net/mipsnet.c
    M hw/net/ne2000-isa.c
    M hw/net/ne2000.c
    M hw/net/opencores_eth.c
    M hw/net/pcnet-pci.c
    M hw/net/rocker/qmp-norocker.c
    M hw/net/rocker/rocker.c
    M hw/net/rtl8139.c
    M hw/net/smc91c111.c
    M hw/net/spapr_llan.c
    M hw/net/stellaris_enet.c
    M hw/net/sungem.c
    M hw/net/sunhme.c
    M hw/net/virtio-net.c
    M hw/net/vmxnet3.c
    M hw/net/vmxnet3_defs.h
    M hw/net/xgmac.c
    M hw/net/xilinx_axienet.c
    M hw/net/xilinx_ethlite.c
    M hw/nios2/10m50_devboard.c
    M hw/nios2/cpu_pic.c
    M hw/nvram/ds1225y.c
    M hw/nvram/eeprom_at24c.c
    M hw/nvram/fw_cfg.c
    M hw/nvram/mac_nvram.c
    M hw/nvram/nrf51_nvm.c
    M hw/nvram/spapr_nvram.c
    M hw/openrisc/openrisc_sim.c
    M hw/pci-bridge/dec.c
    M hw/pci-bridge/dec.h
    M hw/pci-bridge/gen_pcie_root_port.c
    M hw/pci-bridge/i82801b11.c
    M hw/pci-bridge/ioh3420.c
    M hw/pci-bridge/pci_bridge_dev.c
    M hw/pci-bridge/pci_expander_bridge.c
    M hw/pci-bridge/pcie_pci_bridge.c
    M hw/pci-bridge/pcie_root_port.c
    M hw/pci-bridge/simba.c
    M hw/pci-bridge/xio3130_downstream.c
    M hw/pci-bridge/xio3130_upstream.c
    M hw/pci-host/designware.c
    M hw/pci-host/gpex.c
    M hw/pci-host/grackle.c
    M hw/pci-host/ppce500.c
    M hw/pci-host/prep.c
    M hw/pci-host/q35.c
    M hw/pci-host/sabre.c
    M hw/pci-host/uninorth.c
    M hw/pci-host/versatile.c
    M hw/pci-host/xilinx-pcie.c
    M hw/pci/pci.c
    M hw/pci/pci_bridge.c
    M hw/pci/pci_host.c
    M hw/pci/pcie.c
    M hw/pci/pcie_host.c
    M hw/pci/pcie_port.c
    M hw/pci/shpc.c
    M hw/pcmcia/pcmcia.c
    M hw/pcmcia/pxa2xx.c
    M hw/ppc/e500.c
    M hw/ppc/e500plat.c
    M hw/ppc/mac_newworld.c
    M hw/ppc/mac_oldworld.c
    M hw/ppc/mpc8544_guts.c
    M hw/ppc/mpc8544ds.c
    M hw/ppc/pnv.c
    M hw/ppc/pnv_core.c
    M hw/ppc/pnv_lpc.c
    M hw/ppc/pnv_occ.c
    M hw/ppc/pnv_psi.c
    M hw/ppc/pnv_xscom.c
    M hw/ppc/ppc.c
    M hw/ppc/ppc405_uc.c
    M hw/ppc/ppc440_pcix.c
    M hw/ppc/ppc440_uc.c
    M hw/ppc/ppc4xx_pci.c
    M hw/ppc/ppc_booke.c
    M hw/ppc/ppce500_spin.c
    M hw/ppc/prep_systemio.c
    M hw/ppc/spapr.c
    M hw/ppc/spapr_caps.c
    M hw/ppc/spapr_hcall.c
    M hw/ppc/spapr_iommu.c
    M hw/ppc/spapr_pci.c
    M hw/ppc/spapr_pci_vfio.c
    M hw/ppc/spapr_rng.c
    M hw/ppc/spapr_rtas_ddw.c
    M hw/ppc/spapr_rtc.c
    M hw/ppc/virtex_ml507.c
    M hw/rdma/vmw/pvrdma_main.c
    M hw/riscv/riscv_hart.c
    M hw/riscv/sifive_clint.c
    M hw/riscv/sifive_plic.c
    M hw/riscv/sifive_prci.c
    M hw/riscv/sifive_test.c
    M hw/s390x/ap-bridge.c
    M hw/s390x/ccw-device.c
    M hw/s390x/css-bridge.c
    M hw/s390x/event-facility.c
    M hw/s390x/ipl.c
    M hw/s390x/s390-ccw.c
    M hw/s390x/s390-pci-bus.c
    M hw/s390x/s390-pci-inst.c
    M hw/s390x/s390-skeys-kvm.c
    M hw/s390x/s390-virtio-ccw.c
    M hw/s390x/sclpcpu.c
    M hw/s390x/sclpquiesce.c
    M hw/s390x/tod-kvm.c
    M hw/s390x/tod-qemu.c
    M hw/s390x/tod.c
    M hw/s390x/vhost-vsock-ccw.c
    M hw/s390x/virtio-ccw-9p.c
    M hw/s390x/virtio-ccw-balloon.c
    M hw/s390x/virtio-ccw-blk.c
    M hw/s390x/virtio-ccw-crypto.c
    M hw/s390x/virtio-ccw-gpu.c
    M hw/s390x/virtio-ccw-input.c
    M hw/s390x/virtio-ccw-net.c
    M hw/s390x/virtio-ccw-rng.c
    M hw/s390x/virtio-ccw-scsi.c
    M hw/s390x/virtio-ccw-serial.c
    M hw/s390x/virtio-ccw.c
    M hw/scsi/esp-pci.c
    M hw/scsi/esp.c
    M hw/scsi/lsi53c895a.c
    M hw/scsi/megasas.c
    M hw/scsi/mptsas.c
    M hw/scsi/scsi-bus.c
    M hw/scsi/scsi-disk.c
    M hw/scsi/scsi-generic.c
    M hw/scsi/spapr_vscsi.c
    M hw/scsi/vhost-scsi-common.c
    M hw/scsi/vhost-scsi.c
    M hw/scsi/virtio-scsi.c
    M hw/scsi/vmw_pvscsi.c
    M hw/sd/bcm2835_sdhost.c
    M hw/sd/core.c
    M hw/sd/milkymist-memcard.c
    M hw/sd/pl181.c
    M hw/sd/pxa2xx_mmci.c
    M hw/sd/sd.c
    M hw/sd/sdhci-pci.c
    M hw/sd/sdhci.c
    M hw/sd/ssi-sd.c
    M hw/sh4/r2d.c
    M hw/sh4/sh_pci.c
    M hw/sh4/shix.c
    M hw/smbios/smbios.c
    M hw/sparc/sun4m_iommu.c
    M hw/sparc64/niagara.c
    M hw/sparc64/sun4u_iommu.c
    M hw/ssi/aspeed_smc.c
    M hw/ssi/imx_spi.c
    M hw/ssi/mss-spi.c
    M hw/ssi/pl022.c
    M hw/ssi/ssi.c
    M hw/ssi/stm32f2xx_spi.c
    M hw/ssi/xilinx_spi.c
    M hw/ssi/xilinx_spips.c
    M hw/timer/a9gtimer.c
    M hw/timer/allwinner-a10-pit.c
    M hw/timer/altera_timer.c
    M hw/timer/arm_mptimer.c
    M hw/timer/arm_timer.c
    M hw/timer/armv7m_systick.c
    M hw/timer/aspeed_timer.c
    M hw/timer/cadence_ttc.c
    M hw/timer/cmsdk-apb-dualtimer.c
    M hw/timer/cmsdk-apb-timer.c
    M hw/timer/digic-timer.c
    M hw/timer/ds1338.c
    M hw/timer/etraxfs_timer.c
    M hw/timer/exynos4210_mct.c
    M hw/timer/exynos4210_pwm.c
    M hw/timer/exynos4210_rtc.c
    M hw/timer/grlib_gptimer.c
    M hw/timer/i8254.c
    M hw/timer/i8254_common.c
    M hw/timer/imx_epit.c
    M hw/timer/imx_gpt.c
    M hw/timer/lm32_timer.c
    M hw/timer/m41t80.c
    M hw/timer/m48t59-isa.c
    M hw/timer/m48t59.c
    M hw/timer/mc146818rtc.c
    M hw/timer/milkymist-sysctl.c
    M hw/timer/mss-timer.c
    M hw/timer/nrf51_timer.c
    M hw/timer/pl031.c
    M hw/timer/puv3_ost.c
    M hw/timer/pxa2xx_timer.c
    M hw/timer/slavio_timer.c
    M hw/timer/stm32f2xx_timer.c
    M hw/timer/sun4v-rtc.c
    M hw/timer/twl92230.c
    M hw/timer/xilinx_timer.c
    M hw/timer/xlnx-zynqmp-rtc.c
    M hw/tpm/tpm_crb.c
    M hw/tpm/tpm_emulator.c
    M hw/tpm/tpm_passthrough.c
    M hw/tpm/tpm_tis.c
    M hw/tricore/tricore_testboard.c
    M hw/usb/bus.c
    M hw/usb/ccid-card-emulated.c
    M hw/usb/ccid-card-passthru.c
    M hw/usb/chipidea.c
    M hw/usb/combined-packet.c
    M hw/usb/core.c
    M hw/usb/dev-audio.c
    M hw/usb/dev-bluetooth.c
    M hw/usb/dev-hid.c
    M hw/usb/dev-hub.c
    M hw/usb/dev-mtp.c
    M hw/usb/dev-network.c
    M hw/usb/dev-serial.c
    M hw/usb/dev-smartcard-reader.c
    M hw/usb/dev-storage.c
    M hw/usb/dev-uas.c
    M hw/usb/dev-wacom.c
    M hw/usb/hcd-ehci-pci.c
    M hw/usb/hcd-ehci-sysbus.c
    M hw/usb/hcd-musb.c
    M hw/usb/hcd-ohci.c
    M hw/usb/hcd-uhci.c
    M hw/usb/hcd-xhci-nec.c
    M hw/usb/hcd-xhci.c
    M hw/usb/hcd-xhci.h
    M hw/usb/host-libusb.c
    M hw/usb/host-stub.c
    M hw/usb/libhw.c
    M hw/usb/quirks.h
    M hw/usb/redirect.c
    M hw/usb/tusb6010.c
    M hw/vfio/amd-xgbe.c
    M hw/vfio/ap.c
    M hw/vfio/calxeda-xgmac.c
    M hw/vfio/ccw.c
    M hw/vfio/pci-quirks.c
    M hw/vfio/pci.c
    M hw/vfio/pci.h
    M hw/vfio/platform.c
    M hw/virtio/vhost-scsi-pci.c
    M hw/virtio/vhost-user-blk-pci.c
    M hw/virtio/vhost-user-scsi-pci.c
    M hw/virtio/vhost-vsock-pci.c
    M hw/virtio/vhost-vsock.c
    M hw/virtio/virtio-9p-pci.c
    M hw/virtio/virtio-balloon-pci.c
    M hw/virtio/virtio-balloon.c
    M hw/virtio/virtio-blk-pci.c
    M hw/virtio/virtio-bus.c
    M hw/virtio/virtio-crypto-pci.c
    M hw/virtio/virtio-crypto.c
    M hw/virtio/virtio-input-host-pci.c
    M hw/virtio/virtio-input-pci.c
    M hw/virtio/virtio-mmio.c
    M hw/virtio/virtio-net-pci.c
    M hw/virtio/virtio-pci.c
    M hw/virtio/virtio-rng-pci.c
    M hw/virtio/virtio-rng.c
    M hw/virtio/virtio-scsi-pci.c
    M hw/virtio/virtio-serial-pci.c
    M hw/virtio/virtio.c
    M hw/watchdog/cmsdk-apb-watchdog.c
    M hw/watchdog/wdt_aspeed.c
    M hw/watchdog/wdt_diag288.c
    M hw/watchdog/wdt_i6300esb.c
    M hw/watchdog/wdt_ib700.c
    M hw/xen/xen-bus.c
    M hw/xen/xen-common.c
    M hw/xen/xen-host-pci-device.c
    M hw/xen/xen_pt.h
    M hw/xtensa/sim.c
    M hw/xtensa/xtensa_memory.c
    M hw/xtensa/xtensa_memory.h
    M include/authz/base.h
    M include/block/aio.h
    M include/block/dirty-bitmap.h
    M include/block/write-threshold.h
    M include/chardev/char-io.h
    M include/crypto/random.h
    M include/crypto/xts.h
    M include/disas/dis-asm.h
    M include/disas/disas.h
    M include/exec/cpu-all.h
    M include/exec/exec-all.h
    M include/exec/ram_addr.h
    M include/fpu/softfloat-macros.h
    M include/hw/acpi/tco.h
    M include/hw/arm/allwinner-a10.h
    M include/hw/arm/bcm2835_peripherals.h
    M include/hw/arm/exynos4210.h
    M include/hw/arm/omap.h
    M include/hw/arm/raspi_platform.h
    M include/hw/arm/virt.h
    M include/hw/arm/xlnx-zynqmp.h
    M include/hw/block/fdc.h
    M include/hw/boards.h
    M include/hw/char/cadence_uart.h
    M include/hw/display/xlnx_dp.h
    M include/hw/dma/bcm2835_dma.h
    M include/hw/dma/xlnx-zynq-devcfg.h
    M include/hw/fw-path-provider.h
    M include/hw/hw.h
    M include/hw/i2c/ppc4xx_i2c.h
    M include/hw/i386/apic.h
    M include/hw/i386/pc.h
    M include/hw/ipmi/ipmi.h
    M include/hw/isa/apm.h
    M include/hw/isa/superio.h
    M include/hw/kvm/clock.h
    M include/hw/lm32/lm32_pic.h
    M include/hw/m68k/mcf_fec.h
    M include/hw/mips/bios.h
    M include/hw/net/cadence_gem.h
    M include/hw/nmi.h
    M include/hw/pci-bridge/simba.h
    M include/hw/pci-host/pam.h
    M include/hw/pci/msi.h
    M include/hw/pci/msix.h
    M include/hw/pci/pci_regs.h
    M include/hw/pci/shpc.h
    M include/hw/pci/slotid_cap.h
    M include/hw/ppc/openpic.h
    M include/hw/ptimer.h
    M include/hw/qdev-dma.h
    M include/hw/sd/sdhci.h
    M include/hw/semihosting/console.h
    M include/hw/sh4/sh_intc.h
    M include/hw/sparc/sparc64.h
    M include/hw/sparc/sun4m_iommu.h
    M include/hw/sparc/sun4u_iommu.h
    M include/hw/stream.h
    M include/hw/timer/m48t59.h
    M include/hw/timer/xlnx-zynqmp-rtc.h
    M include/hw/vfio/vfio-common.h
    M include/hw/virtio/vhost-scsi-common.h
    M include/hw/virtio/vhost-scsi.h
    M include/hw/virtio/vhost-user-blk.h
    M include/hw/virtio/vhost-user-scsi.h
    M include/hw/xen/io/ring.h
    M include/hw/xen/xen.h
    M include/io/channel.h
    M include/io/dns-resolver.h
    M include/io/task.h
    M include/migration/colo.h
    M include/migration/failover.h
    M include/monitor/monitor.h
    M include/net/announce.h
    M include/net/filter.h
    M include/net/queue.h
    M include/net/tap.h
    M include/qemu-common.h
    M include/qemu-io.h
    M include/qemu/base64.h
    M include/qemu/buffer.h
    M include/qemu/crc32c.h
    A include/qemu/ctype.h
    M include/qemu/event_notifier.h
    M include/qemu/filemonitor.h
    M include/qemu/mmap-alloc.h
    M include/qemu/qdist.h
    M include/qemu/throttle.h
    M include/qemu/timer.h
    M include/qemu/uuid.h
    M include/qom/object.h
    M include/sysemu/cryptodev-vhost.h
    M include/sysemu/cryptodev.h
    M include/sysemu/hax.h
    M include/sysemu/hvf.h
    M include/sysemu/qtest.h
    M include/sysemu/rng.h
    A include/sysemu/tcg.h
    M include/sysemu/tpm_backend.h
    M include/sysemu/whpx.h
    M include/ui/spice-display.h
    M io/channel-buffer.c
    M io/channel-command.c
    M io/channel-file.c
    M io/channel-socket.c
    M io/channel-tls.c
    M io/channel-websock.c
    M io/channel.c
    M io/dns-resolver.c
    M io/net-listener.c
    M ioport.c
    M job-qmp.c
    M job.c
    M linux-user/aarch64/cpu_loop.c
    M linux-user/aarch64/syscall_nr.h
    M linux-user/aarch64/termbits.h
    M linux-user/alpha/cpu_loop.c
    M linux-user/alpha/syscall_nr.h
    M linux-user/alpha/termbits.h
    M linux-user/arm/cpu_loop.c
    M linux-user/arm/syscall_nr.h
    M linux-user/arm/termbits.h
    M linux-user/cris/cpu_loop.c
    M linux-user/cris/syscall_nr.h
    M linux-user/cris/termbits.h
    M linux-user/errno_defs.h
    M linux-user/flat.h
    M linux-user/hppa/sockbits.h
    M linux-user/hppa/syscall_nr.h
    M linux-user/hppa/termbits.h
    M linux-user/i386/cpu_loop.c
    M linux-user/i386/syscall_nr.h
    M linux-user/i386/termbits.h
    M linux-user/m68k/cpu_loop.c
    M linux-user/m68k/syscall_nr.h
    M linux-user/m68k/termbits.h
    M linux-user/main.c
    M linux-user/microblaze/cpu_loop.c
    M linux-user/microblaze/syscall_nr.h
    M linux-user/microblaze/termbits.h
    M linux-user/mips/cpu_loop.c
    M linux-user/mips/syscall_nr.h
    M linux-user/mips/termbits.h
    M linux-user/mips64/syscall_nr.h
    M linux-user/mmap.c
    M linux-user/nios2/syscall_nr.h
    M linux-user/nios2/termbits.h
    M linux-user/openrisc/cpu_loop.c
    M linux-user/openrisc/syscall_nr.h
    M linux-user/openrisc/termbits.h
    M linux-user/ppc/cpu_loop.c
    M linux-user/ppc/syscall_nr.h
    M linux-user/ppc/termbits.h
    M linux-user/riscv/cpu_loop.c
    M linux-user/riscv/syscall_nr.h
    M linux-user/riscv/target_syscall.h
    M linux-user/riscv/termbits.h
    M linux-user/s390x/cpu_loop.c
    M linux-user/s390x/syscall_nr.h
    M linux-user/s390x/termbits.h
    M linux-user/sh4/cpu_loop.c
    M linux-user/sh4/syscall_nr.h
    M linux-user/sh4/termbits.h
    M linux-user/signal.c
    M linux-user/socket.h
    M linux-user/sparc/cpu_loop.c
    M linux-user/sparc/syscall_nr.h
    M linux-user/sparc/termbits.h
    M linux-user/sparc64/syscall_nr.h
    M linux-user/sparc64/termbits.h
    M linux-user/syscall.c
    M linux-user/target_flat.h
    M linux-user/tilegx/cpu_loop.c
    M linux-user/x86_64/syscall_nr.h
    M linux-user/x86_64/termbits.h
    M linux-user/xtensa/target_flat.h
    M memory.c
    M memory_mapping.c
    M migration/migration.h
    M migration/page_cache.c
    M migration/qemu-file.c
    M migration/ram.h
    M migration/rdma.c
    M migration/socket.c
    M migration/vmstate-types.c
    M migration/vmstate.c
    M monitor.c
    M net/can/can_core.c
    M net/can/can_host.c
    M net/can/can_socketcan.c
    M net/checksum.c
    M net/colo-compare.c
    M net/dump.c
    M net/eth.c
    M net/filter-buffer.c
    M net/filter-mirror.c
    M net/filter-replay.c
    M net/filter-rewriter.c
    M net/filter.c
    M net/hub.h
    M net/l2tpv3.c
    M net/net.c
    M net/tap-bsd.c
    M net/tap-linux.c
    M net/tap-solaris.c
    M net/tap_int.h
    M os-posix.c
    M os-win32.c
    M qapi/qapi-dealloc-visitor.c
    M qapi/qapi-util.c
    M qapi/qapi-visit-core.c
    M qapi/qmp-event.c
    M qapi/qobject-input-visitor.c
    M qapi/qobject-output-visitor.c
    M qapi/string-input-visitor.c
    M qemu-edid.c
    M qemu-img.c
    M qemu-io.c
    M qemu-keymap.c
    M qemu-nbd.c
    M qga/commands-posix.c
    M qga/guest-agent-core.h
    M qga/main.c
    M qmp.c
    M qobject/json-parser.c
    M qom/cpu.c
    M qom/qom-qobject.c
    M qtest.c
    M replay/replay-events.c
    M replay/replay-input.c
    M replay/replay-internal.c
    M replay/replay-snapshot.c
    M replay/replay-time.c
    M replication.h
    M scripts/clean-header-guards.pl
    M scripts/modules/module_block.py
    M scripts/qapi/commands.py
    M scripts/qapi/events.py
    M scripts/qapi/visit.py
    M scripts/tracetool/format/h.py
    M scripts/tracetool/format/tcg_helper_c.py
    M scripts/tracetool/format/ust_events_h.py
    M scsi/pr-manager-helper.c
    M scsi/pr-manager.c
    M scsi/qemu-pr-helper.c
    M stubs/bdrv-next-monitor-owned.c
    M stubs/blk-commit-all.c
    M stubs/change-state-handler.c
    M stubs/clock-warp.c
    M stubs/cpu-get-clock.c
    M stubs/cpu-get-icount.c
    M stubs/dump.c
    M stubs/error-printf.c
    M stubs/fd-register.c
    M stubs/fdset.c
    M stubs/iothread-lock.c
    M stubs/is-daemonized.c
    M stubs/machine-init-done.c
    M stubs/migr-blocker.c
    M stubs/monitor.c
    M stubs/notify-event.c
    M stubs/set-fd-handler.c
    M stubs/uuid.c
    M stubs/vm-stop.c
    M stubs/vmstate.c
    M stubs/xen-common.c
    M stubs/xen-hvm.c
    M target/alpha/cpu.c
    M target/alpha/cpu.h
    M target/alpha/gdbstub.c
    M target/alpha/machine.c
    M target/arm/arm-semi.c
    M target/arm/cpu.c
    M target/arm/cpu.h
    M target/arm/cpu64.c
    M target/arm/gdbstub.c
    M target/arm/gdbstub64.c
    M target/arm/kvm-stub.c
    M target/arm/machine.c
    M target/cris/cpu.c
    M target/cris/cpu.h
    M target/cris/crisv10-decode.h
    M target/cris/gdbstub.c
    M target/cris/machine.c
    M target/cris/mmu.h
    M target/cris/opcode-cris.h
    M target/hppa/cpu.c
    M target/hppa/cpu.h
    M target/hppa/gdbstub.c
    M target/hppa/machine.c
    M target/i386/cpu.c
    M target/i386/cpu.h
    M target/i386/gdbstub.c
    M target/i386/helper.c
    M target/i386/kvm-stub.c
    M target/i386/kvm.c
    M target/i386/machine.c
    M target/i386/sev-stub.c
    M target/i386/sev.c
    M target/i386/whp-dispatch.h
    M target/i386/xsave_helper.c
    M target/lm32/cpu.c
    M target/lm32/cpu.h
    M target/lm32/gdbstub.c
    M target/lm32/machine.c
    M target/m68k/cpu.c
    M target/m68k/cpu.h
    M target/m68k/gdbstub.c
    M target/m68k/m68k-semi.c
    M target/microblaze/cpu.c
    M target/microblaze/cpu.h
    M target/microblaze/gdbstub.c
    M target/microblaze/microblaze-decode.h
    M target/microblaze/mmu.h
    M target/mips/cpu.c
    M target/mips/cpu.h
    M target/mips/gdbstub.c
    M target/mips/machine.c
    M target/moxie/cpu.c
    M target/moxie/cpu.h
    M target/moxie/machine.c
    M target/moxie/mmu.h
    M target/nios2/cpu.c
    M target/nios2/cpu.h
    M target/nios2/mmu.c
    M target/openrisc/cpu.c
    M target/openrisc/cpu.h
    M target/openrisc/disas.c
    M target/openrisc/exception.h
    M target/openrisc/gdbstub.c
    M target/openrisc/interrupt.c
    M target/openrisc/machine.c
    M target/openrisc/mmu.c
    M target/openrisc/translate.c
    M target/ppc/cpu-models.c
    M target/ppc/cpu.h
    M target/ppc/gdbstub.c
    M target/ppc/kvm-stub.c
    M target/ppc/machine.c
    M target/ppc/monitor.c
    M target/ppc/translate_init.inc.c
    M target/riscv/cpu.c
    M target/riscv/cpu.h
    M target/riscv/cpu_bits.h
    M target/riscv/cpu_user.h
    M target/riscv/gdbstub.c
    M target/riscv/instmap.h
    M target/riscv/pmp.c
    M target/s390x/cpu.c
    M target/s390x/cpu.h
    M target/s390x/cpu_models.c
    M target/s390x/gdbstub.c
    M target/s390x/helper.c
    M target/s390x/interrupt.c
    M target/s390x/kvm-stub.c
    M target/s390x/machine.c
    M target/s390x/mmu_helper.c
    M target/s390x/sigp.c
    M target/s390x/vec_helper.c
    M target/sh4/cpu.c
    M target/sh4/cpu.h
    M target/sh4/gdbstub.c
    M target/sparc/cpu.c
    M target/sparc/cpu.h
    M target/sparc/gdbstub.c
    M target/sparc/machine.c
    M target/tilegx/cpu.c
    M target/tilegx/cpu.h
    M target/tilegx/helper.c
    M target/tilegx/simd_helper.c
    M target/tilegx/spr_def_64.h
    M target/tricore/cpu.c
    M target/tricore/cpu.h
    M target/tricore/tricore-opcodes.h
    M target/unicore32/cpu.c
    M target/unicore32/cpu.h
    M target/xtensa/core-dc233c.c
    M target/xtensa/core-de212.c
    M target/xtensa/core-fsf.c
    M target/xtensa/core-sample_controller.c
    M target/xtensa/core-test_kc705_be.c
    M target/xtensa/cpu.c
    M target/xtensa/cpu.h
    M target/xtensa/gdbstub.c
    M tcg/optimize.c
    M tcg/tcg-common.c
    M tcg/tcg-gvec-desc.h
    M tcg/tcg-op-gvec.c
    M tcg/tcg-op-gvec.h
    M tcg/tcg-op-vec.c
    M tcg/tcg-op.c
    M tcg/tcg.h
    M tests/ac97-test.c
    M tests/crypto-tls-psk-helpers.h
    M tests/crypto-tls-x509-helpers.h
    M tests/e1000-test.c
    M tests/e1000e-test.c
    M tests/eepro100-test.c
    M tests/es1370-test.c
    M tests/io-channel-helpers.h
    M tests/ipoctal232-test.c
    M tests/libqos/aarch64-xlnx-zcu102-machine.c
    M tests/libqos/arm-raspi2-machine.c
    M tests/libqos/arm-sabrelite-machine.c
    M tests/libqos/arm-smdkc210-machine.c
    M tests/libqos/arm-virt-machine.c
    M tests/libqos/arm-xilinx-zynq-a9-machine.c
    M tests/libqos/e1000e.c
    M tests/libqos/pci-pc.c
    M tests/libqos/pci-spapr.c
    M tests/libqos/ppc64_pseries-machine.c
    M tests/libqos/sdhci.c
    M tests/libqos/tpci200.c
    M tests/libqos/virtio-9p.c
    M tests/libqos/virtio-9p.h
    M tests/libqos/virtio-balloon.c
    M tests/libqos/virtio-balloon.h
    M tests/libqos/virtio-blk.c
    M tests/libqos/virtio-blk.h
    M tests/libqos/virtio-mmio.c
    M tests/libqos/virtio-net.c
    M tests/libqos/virtio-net.h
    M tests/libqos/virtio-rng.c
    M tests/libqos/virtio-rng.h
    M tests/libqos/virtio-scsi.c
    M tests/libqos/virtio-scsi.h
    M tests/libqos/virtio-serial.c
    M tests/libqos/virtio-serial.h
    M tests/libqos/x86_64_pc-machine.c
    M tests/libqtest.c
    M tests/megasas-test.c
    M tests/migration-test.c
    M tests/migration/migration-test.h
    M tests/ne2000-test.c
    M tests/nvme-test.c
    M tests/pci-test.c
    M tests/pcnet-test.c
    M tests/qos-test.c
    M tests/sdhci-test.c
    M tests/socket-helpers.h
    M tests/spapr-phb-test.c
    M tests/test-authz-list.c
    M tests/test-authz-listfile.c
    M tests/test-authz-pam.c
    M tests/test-authz-simple.c
    M tests/test-char.c
    M tests/test-crypto-block.c
    M tests/test-crypto-tlscredsx509.c
    M tests/test-crypto-tlssession.c
    M tests/test-filter-mirror.c
    M tests/test-filter-redirector.c
    M tests/test-io-channel-buffer.c
    M tests/test-io-channel-command.c
    M tests/test-io-channel-file.c
    M tests/test-io-channel-socket.c
    M tests/test-io-channel-tls.c
    M tests/test-io-task.c
    M tests/test-qmp-cmds.c
    M tests/test-throttle.c
    M tests/test-vmstate.c
    M tests/tpm-crb-swtpm-test.c
    M tests/tpm-crb-test.c
    M tests/tpm-tis-swtpm-test.c
    M tests/tpm-tis-test.c
    M tests/uefi-test-tools/UefiTestToolsPkg/Include/Guid/BiosTablesTest.h
    M tests/usb-hcd-ohci-test.c
    M tests/vhost-user-bridge.c
    M tests/vhost-user-test.c
    M tests/virtio-9p-test.c
    M tests/virtio-blk-test.c
    M tests/virtio-net-test.c
    M tests/virtio-rng-test.c
    M tests/virtio-scsi-test.c
    M tests/virtio-serial-test.c
    M tests/virtio-test.c
    M tests/vmxnet3-test.c
    M trace/control.h
    M ui/cocoa.m
    M ui/console-gl.c
    M ui/console.c
    M ui/curses.c
    M ui/cursor.c
    M ui/egl-context.c
    M ui/egl-headless.c
    M ui/gtk-egl.c
    M ui/gtk-gl-area.c
    M ui/gtk.c
    M ui/input-linux.c
    M ui/keymaps.c
    M ui/keymaps.h
    M ui/qemu-pixman.c
    M ui/sdl2-2d.c
    M ui/sdl2-gl.c
    M ui/sdl2-input.c
    M ui/sdl2.c
    M ui/shader.c
    M ui/spice-app.c
    M ui/spice-core.c
    M ui/spice-input.c
    M ui/vnc-enc-tight.c
    M ui/vnc.c
    M ui/vnc.h
    M util/aio-posix.c
    M util/async.c
    M util/bufferiszero.c
    M util/compatfd.c
    M util/coroutine-ucontext.c
    M util/crc32c.c
    M util/cutils.c
    M util/envlist.c
    M util/error.c
    M util/fifo8.c
    M util/getauxval.c
    M util/guest-random.c
    M util/id.c
    M util/iohandler.c
    M util/log.c
    M util/module.c
    M util/notify.c
    M util/oslib-posix.c
    M util/oslib-win32.c
    M util/qemu-config.c
    M util/qemu-coroutine-lock.c
    M util/qemu-coroutine.c
    M util/qemu-option.c
    M util/qemu-sockets.c
    M util/rcu.c
    M util/readline.c
    M util/thread-pool.c
    M util/uuid.c
    M vl.c
    M win_dump.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2019-06-11-v3' 
into staging

Miscellaneous patches for 2019-06-11

# gpg: Signature made Wed 12 Jun 2019 12:20:41 BST
# gpg:                using RSA key 354BC8B3D7EB2A6B68674E5F3870B400EB918653
# gpg:                issuer "address@hidden"
# gpg: Good signature from "Markus Armbruster <address@hidden>" [full]
# gpg:                 aka "Markus Armbruster <address@hidden>" [full]
# Primary key fingerprint: 354B C8B3 D7EB 2A6B 6867  4E5F 3870 B400 EB91 8653

* remotes/armbru/tags/pull-misc-2019-06-11-v3:
  MAINTAINERS: Polish headline decorations
  MAINTAINERS: Improve section headlines
  MAINTAINERS: Remove duplicate entries of address@hidden
  Clean up a header guard symbols (again)
  Supply missing header guards
  Clean up a few header guard symbols
  scripts/clean-header-guards: Fix handling of trailing comments
  Normalize position of header guard
  Include qemu-common.h exactly where needed
  Include qemu/module.h where needed, drop it from qemu-common.h
  qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h
  qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/d3e3413bd6a8...59c58f96b270



reply via email to

[Prev in Thread] Current Thread [Next in Thread]