Merge tag 'exec-20241220' of https://github.com/philmd/qemu into staging
authorStefan Hajnoczi <stefanha@redhat.com>
Sat, 21 Dec 2024 16:07:00 +0000 (11:07 -0500)
committerStefan Hajnoczi <stefanha@redhat.com>
Sat, 21 Dec 2024 16:07:00 +0000 (11:07 -0500)
commit65cb7129f4160c7e07a0da107f888ec73ae96776
treec460c547e3722534132f18ad0a6422392815b7b7
parent60a07d4a6e65f51916a417adb5e56b3f7b38ed22
parent1a1f4a51f3708619fdda48dd061cf527778554af
Merge tag 'exec-20241220' of https://github.com/philmd/qemu into staging

Accel & Exec patch queue

- Ignore writes to CNTP_CTL_EL0 on HVF ARM (Alexander)
- Add '-d invalid_mem' logging option (Zoltan)
- Create QOM containers explicitly (Peter)
- Rename sysemu/ -> system/ (Philippe)
- Re-orderning of include/exec/ headers (Philippe)
  Move a lot of declarations from these legacy mixed bag headers:
    . "exec/cpu-all.h"
    . "exec/cpu-common.h"
    . "exec/cpu-defs.h"
    . "exec/exec-all.h"
    . "exec/translate-all"
  to these more specific ones:
    . "exec/page-protection.h"
    . "exec/translation-block.h"
    . "user/cpu_loop.h"
    . "user/guest-host.h"
    . "user/page-protection.h"

 # -----BEGIN PGP SIGNATURE-----
 #
 # iQIzBAABCAAdFiEE+qvnXhKRciHc/Wuy4+MsLN6twN4FAmdlnyAACgkQ4+MsLN6t
 # wN6mBw//QFWi7CrU+bb8KMM53kOU9C507tjn99LLGFb5or73/umDsw6eo/b8DHBt
 # KIwGLgATel42oojKfNKavtAzLK5rOrywpboPDpa3SNeF1onW+99NGJ52LQUqIX6K
 # A6bS0fPdGG9ZzEuPpbjDXlp++0yhDcdSgZsS42fEsT7Dyj5gzJYlqpqhiXGqpsn8
 # 4Y0UMxSL21K3HEexlzw2hsoOBFA3tUm2ujNDhNkt8QASr85yQVLCypABJnuoe///
 # 5Ojl5wTBeDwhANET0rhwHK8eIYaNboiM9fHopJYhvyw1bz6yAu9jQwzF/MrL3s/r
 # xa4OBHBy5mq2hQV9Shcl3UfCQdk/vDaYaWpgzJGX8stgMGYfnfej1SIl8haJIfcl
 # VMX8/jEFdYbjhO4AeGRYcBzWjEJymkDJZoiSWp2NuEDi6jqIW+7yW1q0Rnlg9lay
 # ShAqLK5Pv4zUw3t0Jy3qv9KSW8sbs6PQxtzXjk8p97rTf76BJ2pF8sv1tVzmsidP
 # 9L92Hv5O34IqzBu2oATOUZYJk89YGmTIUSLkpT7asJZpBLwNM2qLp5jO00WVU0Sd
 # +kAn324guYPkko/TVnjC/AY7CMu55EOtD9NU35k3mUAnxXT9oDUeL4NlYtfgrJx6
 # x1Nzr2FkS68+wlPAFKNSSU5lTjsjNaFM0bIJ4LCNtenJVP+SnRo=
 # =cjz8
 # -----END PGP SIGNATURE-----
 # gpg: Signature made Fri 20 Dec 2024 11:45:20 EST
 # gpg:                using RSA key FAABE75E12917221DCFD6BB2E3E32C2CDEADC0DE
 # gpg: Good signature from "Philippe Mathieu-Daudé (F4BUG) <f4bug@amsat.org>" [unknown]
 # gpg: WARNING: This key is not certified with a trusted signature!
 # gpg:          There is no indication that the signature belongs to the owner.
 # Primary key fingerprint: FAAB E75E 1291 7221 DCFD  6BB2 E3E3 2C2C DEAD C0DE

* tag 'exec-20241220' of https://github.com/philmd/qemu: (59 commits)
  util/qemu-timer: fix indentation
  meson: Do not define CONFIG_DEVICES on user emulation
  system/accel-ops: Remove unnecessary 'exec/cpu-common.h' header
  system/numa: Remove unnecessary 'exec/cpu-common.h' header
  hw/xen: Remove unnecessary 'exec/cpu-common.h' header
  target/mips: Drop left-over comment about Jazz machine
  target/mips: Remove tswap() calls in semihosting uhi_fstat_cb()
  target/xtensa: Remove tswap() calls in semihosting simcall() helper
  accel/tcg: Un-inline translator_is_same_page()
  accel/tcg: Include missing 'exec/translation-block.h' header
  accel/tcg: Move tcg_cflags_has/set() to 'exec/translation-block.h'
  accel/tcg: Restrict curr_cflags() declaration to 'internal-common.h'
  qemu/coroutine: Include missing 'qemu/atomic.h' header
  exec/translation-block: Include missing 'qemu/atomic.h' header
  accel/tcg: Declare cpu_loop_exit_requested() in 'exec/cpu-common.h'
  exec/cpu-all: Include 'cpu.h' earlier so MMU_USER_IDX is always defined
  target/sparc: Move sparc_restore_state_to_opc() to cpu.c
  target/sparc: Uninline cpu_get_tb_cpu_state()
  target/loongarch: Declare loongarch_cpu_dump_state() locally
  user: Move various declarations out of 'exec/exec-all.h'
  ...

Conflicts:
hw/char/riscv_htif.c
hw/intc/riscv_aplic.c
target/s390x/cpu.c

Apply sysemu header path changes to not in the pull request.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
251 files changed:
MAINTAINERS
accel/kvm/kvm-all.c
backends/tpm/tpm_util.c
cpu-target.c
hw/9pfs/virtio-9p-device.c
hw/acpi/aml-build.c
hw/acpi/erst.c
hw/acpi/generic_event_device.c
hw/acpi/piix4.c
hw/acpi/vmgenid.c
hw/arm/armv7m.c
hw/arm/fsl-imx25.c
hw/arm/fsl-imx6.c
hw/arm/fsl-imx6ul.c
hw/arm/fsl-imx7.c
hw/arm/integratorcp.c
hw/arm/msf2-soc.c
hw/arm/npcm7xx.c
hw/arm/stellaris.c
hw/arm/strongarm.c
hw/arm/virt-acpi-build.c
hw/arm/xlnx-versal.c
hw/arm/xlnx-zynqmp.c
hw/audio/ac97.c
hw/audio/es1370.c
hw/audio/intel-hda.c
hw/audio/virtio-snd.c
hw/avr/atmega.c
hw/block/fdc-isa.c
hw/block/fdc.c
hw/block/m25p80.c
hw/block/nand.c
hw/block/pflash_cfi01.c
hw/block/pflash_cfi02.c
hw/block/swim.c
hw/block/vhost-user-blk.c
hw/block/virtio-blk.c
hw/block/xen-block.c
hw/char/goldfish_tty.c
hw/char/parallel.c
hw/char/riscv_htif.c
hw/char/serial-isa.c
hw/char/serial.c
hw/char/xen_console.c
hw/core/generic-loader.c
hw/core/guest-loader.c
hw/core/qdev-properties-system.c
hw/cpu/a15mpcore.c
hw/display/cirrus_vga.c
hw/display/qxl.c
hw/display/virtio-gpu-gl.c
hw/display/virtio-gpu.c
hw/dma/pl330.c
hw/dma/xilinx_axidma.c
hw/dma/xlnx_csu_dma.c
hw/hyperv/hv-balloon.c
hw/i386/intel_iommu.c
hw/i386/kvm/clock.c
hw/i386/kvm/i8254.c
hw/i386/kvm/ioapic.c
hw/i386/vmport.c
hw/i386/x86-iommu.c
hw/ide/cmd646.c
hw/ide/ide-dev.c
hw/ide/isa.c
hw/ide/macio.c
hw/ide/mmio.c
hw/input/pckbd.c
hw/intc/apic_common.c
hw/intc/arm_gic_common.c
hw/intc/arm_gicv2m.c
hw/intc/arm_gicv3_common.c
hw/intc/arm_gicv3_its_kvm.c
hw/intc/armv7m_nvic.c
hw/intc/ioapic.c
hw/intc/mips_gic.c
hw/intc/openpic_kvm.c
hw/intc/pnv_xive.c
hw/intc/pnv_xive2.c
hw/intc/riscv_aplic.c
hw/intc/riscv_imsic.c
hw/intc/sifive_plic.c
hw/intc/spapr_xive.c
hw/intc/xics.c
hw/intc/xive.c
hw/intc/xive2.c
hw/ipmi/ipmi.c
hw/ipmi/ipmi_bmc_sim.c
hw/isa/lpc_ich9.c
hw/isa/piix.c
hw/loongarch/acpi-build.c
hw/m68k/mcf5206.c
hw/m68k/next-cube.c
hw/mem/cxl_type3.c
hw/mem/nvdimm.c
hw/mem/pc-dimm.c
hw/mem/sparse-mem.c
hw/mips/cps.c
hw/misc/arm_sysctl.c
hw/misc/bcm2835_property.c
hw/misc/debugexit.c
hw/misc/iotkit-sysctl.c
hw/misc/ivshmem.c
hw/misc/mac_via.c
hw/misc/macio/cuda.c
hw/misc/macio/pmu.c
hw/misc/pci-testdev.c
hw/misc/pvpanic-isa.c
hw/misc/pvpanic-pci.c
hw/misc/sifive_e_aon.c
hw/misc/sifive_u_otp.c
hw/misc/zynq_slcr.c
hw/net/allwinner-sun8i-emac.c
hw/net/cadence_gem.c
hw/net/e1000.c
hw/net/e1000e.c
hw/net/eepro100.c
hw/net/ftgmac100.c
hw/net/igb.c
hw/net/imx_fec.c
hw/net/lance.c
hw/net/lasi_i82596.c
hw/net/mv88w8618_eth.c
hw/net/ne2000-isa.c
hw/net/ne2000-pci.c
hw/net/npcm7xx_emc.c
hw/net/npcm_gmac.c
hw/net/pcnet-pci.c
hw/net/rtl8139.c
hw/net/spapr_llan.c
hw/net/sungem.c
hw/net/sunhme.c
hw/net/tulip.c
hw/net/virtio-net.c
hw/net/vmxnet3.c
hw/nvme/ctrl.c
hw/nvme/ns.c
hw/nvram/eeprom_at24c.c
hw/nvram/fw_cfg.c
hw/nvram/mac_nvram.c
hw/nvram/spapr_nvram.c
hw/nvram/xlnx-bbram.c
hw/nvram/xlnx-efuse.c
hw/pci-bridge/pci_expander_bridge.c
hw/pci-host/pnv_phb.c
hw/pci-host/pnv_phb3.c
hw/pci-host/pnv_phb4_pec.c
hw/pci-host/ppce500.c
hw/pci-host/sabre.c
hw/pci/pci.c
hw/ppc/pnv.c
hw/ppc/pnv_chiptod.c
hw/ppc/pnv_core.c
hw/ppc/pnv_homer.c
hw/ppc/pnv_i2c.c
hw/ppc/pnv_pnor.c
hw/ppc/pnv_psi.c
hw/ppc/ppc405_uc.c
hw/ppc/ppc440_uc.c
hw/ppc/prep_systemio.c
hw/ppc/spapr_cpu_core.c
hw/ppc/spapr_pci.c
hw/ppc/spapr_rng.c
hw/ppc/spapr_tpm_proxy.c
hw/remote/proxy.c
hw/riscv/boot.c
hw/riscv/microblaze-v-generic.c
hw/riscv/microchip_pfsoc.c
hw/riscv/opentitan.c
hw/riscv/riscv_hart.c
hw/riscv/sifive_e.c
hw/riscv/sifive_u.c
hw/riscv/spike.c
hw/riscv/virt-acpi-build.c
hw/riscv/virt.c
hw/rtc/allwinner-rtc.c
hw/rtc/goldfish_rtc.c
hw/rtc/m48t59.c
hw/rtc/mc146818rtc.c
hw/rtc/pl031.c
hw/rx/rx62n.c
hw/s390x/ipl.c
hw/s390x/s390-pci-bus.c
hw/s390x/s390-skeys.c
hw/scsi/megasas.c
hw/scsi/mptsas.c
hw/scsi/scsi-bus.c
hw/scsi/scsi-disk.c
hw/scsi/scsi-generic.c
hw/scsi/vhost-scsi.c
hw/scsi/vhost-user-scsi.c
hw/scsi/virtio-scsi.c
hw/sd/allwinner-sdhost.c
hw/sd/sd.c
hw/sd/sdhci.c
hw/sparc/sun4m.c
hw/sparc64/sun4u.c
hw/ssi/xilinx_spips.c
hw/timer/a9gtimer.c
hw/timer/pxa2xx_timer.c
hw/tpm/tpm_crb.c
hw/tpm/tpm_spapr.c
hw/ufs/lu.c
hw/usb/bus.c
hw/usb/dev-network.c
hw/usb/dev-storage-classic.c
hw/usb/hcd-uhci.c
hw/usb/host-libusb.c
hw/usb/redirect.c
hw/vfio/ap.c
hw/vfio/ccw.c
hw/vfio/pci.c
hw/vfio/platform.c
hw/virtio/vdpa-dev.c
hw/virtio/vhost-user-fs.c
hw/virtio/vhost-user-scsi-pci.c
hw/virtio/virtio-balloon.c
hw/virtio/virtio-crypto.c
hw/virtio/virtio-iommu.c
hw/virtio/virtio-mem.c
hw/virtio/virtio-mmio.c
hw/virtio/virtio-pci.c
hw/virtio/virtio-pmem.c
hw/virtio/virtio-rng.c
hw/virtio/virtio.c
hw/watchdog/sbsa_gwdt.c
hw/watchdog/wdt_aspeed.c
hw/watchdog/wdt_imx2.c
hw/xen/xen-bus.c
include/qemu/main-loop.h
include/system/kvm.h
migration/migration.c
migration/options.c
system/cpus.c
system/qdev-monitor.c
target/arm/cpu.c
target/avr/cpu.c
target/hexagon/cpu.c
target/i386/cpu.c
target/i386/kvm/kvm.c
target/microblaze/cpu.c
target/mips/cpu.c
target/ppc/cpu_init.c
target/riscv/cpu.c
target/riscv/cpu_helper.c
target/riscv/csr.c
target/riscv/kvm/kvm-cpu.c
target/riscv/tcg/tcg-cpu.c
target/s390x/cpu.c
target/sparc/cpu.c
tests/unit/test-qdev-global-props.c