qemu-devel
[Top][All Lists]
Advanced

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

[PULL 00/23] Trivial branch for 6.1 patches


From: Laurent Vivier
Subject: [PULL 00/23] Trivial branch for 6.1 patches
Date: Mon, 3 May 2021 10:36:00 +0200

The following changes since commit 53c5433e84e8935abed8e91d4a2eb813168a0ecf:

  Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210501' into 
staging (2021-05-02 12:02:46 +0100)

are available in the Git repository at:

  git://github.com/vivier/qemu.git tags/trivial-branch-for-6.1-pull-request

for you to fetch changes up to 9197b5d4b5f163455c891baec531ae73f5d3a73a:

  hw/rx/rx-gdbsim: Do not accept invalid memory size (2021-05-03 10:07:41 +0200)

----------------------------------------------------------------
Trivial patches pull request 20210503

----------------------------------------------------------------

David Edmondson (1):
  accel: kvm: clarify that extra exit data is hexadecimal

Gan Qixin (1):
  mc146818rtc: put it into the 'misc' category

Greg Kurz (1):
  docs/system: Document the removal of "compat" property for POWER CPUs

Keqian Zhu (1):
  vmstate: Constify some VMStateDescriptions

Philippe Mathieu-Daudé (8):
  hw/arm/pxa2xx: Declare PCMCIA bus with Kconfig
  hw/ide: Add Kconfig dependency MICRODRIVE -> PCMCIA
  hw/pcmcia: Do not register PCMCIA type if not required
  hw/arm: Constify VMStateDescription
  hw/display/qxl: Constify VMStateDescription
  hw/usb: Constify VMStateDescription
  ui: Fix memory leak in qemu_xkeymap_mapping_table()
  hw/rx/rx-gdbsim: Do not accept invalid memory size

Robert Hoo (1):
  docs: More precisely describe memory-backend-*::id's user

Serge Guelton (1):
  Fix typo in CFI build documentation

Silvano Cirujano Cuesta (1):
  scripts: fix generation update-binfmts templates

Thomas Huth (8):
  hw: Remove superfluous includes of hw/hw.h
  hw: Do not include hw/sysbus.h if it is not necessary
  hw: Do not include hw/irq.h if it is not necessary
  hw: Do not include qemu/log.h if it is not necessary
  Do not include sysemu/sysemu.h if it's not really necessary
  Do not include hw/boards.h if it's not really necessary
  Do not include cpu.h if it's not really necessary
  Do not include exec/address-spaces.h if it's not really necessary

 accel/kvm/kvm-all.c                   |  4 +---
 accel/stubs/kvm-stub.c                |  1 -
 accel/stubs/tcg-stub.c                |  1 -
 accel/tcg/cpu-exec-common.c           |  1 -
 accel/tcg/cpu-exec.c                  |  1 -
 accel/tcg/cputlb.c                    |  2 --
 accel/tcg/plugin-gen.c                |  1 -
 accel/tcg/tcg-accel-ops-icount.c      |  1 -
 accel/tcg/tcg-accel-ops-rr.c          |  1 -
 accel/tcg/tcg-accel-ops.c             |  1 -
 accel/tcg/translate-all.c             |  1 -
 accel/tcg/translator.c                |  1 -
 accel/tcg/user-exec-stub.c            |  1 -
 accel/tcg/user-exec.c                 |  1 -
 backends/hostmem-file.c               |  1 -
 backends/hostmem-memfd.c              |  1 -
 backends/hostmem.c                    |  1 -
 block.c                               |  1 -
 block/block-backend.c                 |  1 -
 block/nfs.c                           |  1 -
 bsd-user/main.c                       |  1 -
 chardev/char-mux.c                    |  1 -
 chardev/char.c                        |  1 -
 disas.c                               |  1 -
 docs/devel/control-flow-integrity.rst |  4 ++--
 docs/system/removed-features.rst      |  6 ++++++
 dump/dump.c                           |  1 -
 dump/win_dump.c                       |  1 -
 gdbstub.c                             |  1 -
 hw/acpi/cpu.c                         |  1 -
 hw/acpi/generic_event_device.c        |  1 -
 hw/acpi/ich9.c                        |  1 -
 hw/acpi/memory_hotplug.c              |  1 -
 hw/acpi/pcihp.c                       |  1 -
 hw/acpi/piix4.c                       |  1 -
 hw/alpha/dp264.c                      |  1 -
 hw/alpha/typhoon.c                    |  2 --
 hw/arm/Kconfig                        |  1 +
 hw/arm/allwinner-a10.c                |  2 --
 hw/arm/allwinner-h3.c                 |  2 --
 hw/arm/armv7m.c                       |  2 --
 hw/arm/aspeed.c                       |  5 -----
 hw/arm/aspeed_ast2600.c               |  3 ---
 hw/arm/aspeed_soc.c                   |  3 ---
 hw/arm/bcm2836.c                      |  1 -
 hw/arm/boot.c                         |  1 -
 hw/arm/cubieboard.c                   |  4 ----
 hw/arm/digic_boards.c                 |  3 ---
 hw/arm/exynos4210.c                   |  1 -
 hw/arm/exynos4_boards.c               |  2 --
 hw/arm/fsl-imx25.c                    |  2 --
 hw/arm/fsl-imx31.c                    |  1 -
 hw/arm/highbank.c                     |  3 +--
 hw/arm/imx25_pdk.c                    |  2 --
 hw/arm/kzm.c                          |  1 -
 hw/arm/mcimx6ul-evk.c                 |  1 -
 hw/arm/mcimx7d-sabre.c                |  1 -
 hw/arm/msf2-soc.c                     |  1 -
 hw/arm/msf2-som.c                     |  1 -
 hw/arm/musicpal.c                     |  2 --
 hw/arm/npcm7xx.c                      |  1 -
 hw/arm/npcm7xx_boards.c               |  2 --
 hw/arm/nrf51_soc.c                    |  2 --
 hw/arm/nseries.c                      |  1 -
 hw/arm/omap1.c                        |  1 -
 hw/arm/omap2.c                        |  1 -
 hw/arm/orangepi.c                     |  3 ---
 hw/arm/palm.c                         |  1 -
 hw/arm/pxa2xx_pic.c                   |  2 +-
 hw/arm/raspi.c                        |  2 --
 hw/arm/realview.c                     |  1 -
 hw/arm/sabrelite.c                    |  1 -
 hw/arm/sbsa-ref.c                     |  1 -
 hw/arm/smmu-common.c                  |  1 -
 hw/arm/smmuv3.c                       |  1 -
 hw/arm/spitz.c                        |  4 ++--
 hw/arm/stellaris.c                    |  1 -
 hw/arm/strongarm.c                    |  3 +--
 hw/arm/versatilepb.c                  |  1 -
 hw/arm/vexpress.c                     |  1 -
 hw/arm/virt.c                         |  3 ---
 hw/arm/xilinx_zynq.c                  |  1 -
 hw/arm/xlnx-versal-virt.c             |  2 --
 hw/arm/xlnx-versal.c                  |  1 -
 hw/arm/xlnx-zcu102.c                  |  1 -
 hw/arm/xlnx-zynqmp.c                  |  2 --
 hw/arm/z2.c                           |  4 ++--
 hw/avr/arduino.c                      |  1 -
 hw/avr/atmega.c                       |  1 -
 hw/block/ecc.c                        |  2 +-
 hw/block/nvme-subsys.c                |  1 -
 hw/char/mchp_pfsoc_mmuart.c           |  1 -
 hw/char/riscv_htif.c                  |  1 -
 hw/char/sifive_uart.c                 |  2 --
 hw/char/spapr_vty.c                   |  1 -
 hw/char/virtio-serial-bus.c           |  1 -
 hw/core/generic-loader.c              |  1 -
 hw/core/guest-loader.c                |  1 -
 hw/core/loader.c                      |  1 -
 hw/core/machine-qmp-cmds.c            |  2 --
 hw/core/null-machine.c                |  1 -
 hw/core/numa.c                        |  1 -
 hw/cris/axis_dev88.c                  |  1 -
 hw/display/next-fb.c                  |  2 --
 hw/display/qxl.c                      |  8 ++++----
 hw/dma/pl080.c                        |  1 -
 hw/dma/pxa2xx_dma.c                   |  4 ++--
 hw/dma/sifive_pdma.c                  |  1 -
 hw/dma/xlnx_csu_dma.c                 |  1 -
 hw/hppa/dino.c                        |  2 --
 hw/hppa/lasi.c                        |  3 ---
 hw/hppa/machine.c                     |  1 -
 hw/i2c/mpc_i2c.c                      |  1 -
 hw/i386/acpi-build.c                  |  1 -
 hw/i386/acpi-microvm.c                |  1 -
 hw/i386/intel_iommu.c                 |  2 --
 hw/i386/kvm/apic.c                    |  1 -
 hw/i386/kvm/clock.c                   |  1 -
 hw/i386/kvm/ioapic.c                  |  1 -
 hw/i386/kvmvapic.c                    |  1 -
 hw/i386/microvm.c                     |  1 -
 hw/i386/pc.c                          |  2 --
 hw/i386/pc_piix.c                     |  3 ---
 hw/i386/pc_q35.c                      |  1 -
 hw/i386/pc_sysfw.c                    |  1 -
 hw/i386/vmport.c                      |  1 -
 hw/i386/x86-iommu.c                   |  1 -
 hw/i386/xen/xen-hvm.c                 |  1 -
 hw/i386/xen/xen_platform.c            |  2 --
 hw/ide/Kconfig                        |  1 +
 hw/ide/ahci_internal.h                |  1 -
 hw/input/lasips2.c                    |  3 ---
 hw/intc/apic.c                        |  1 -
 hw/intc/apic_common.c                 |  1 -
 hw/intc/arm_gic_kvm.c                 |  2 --
 hw/intc/arm_gicv3.c                   |  1 -
 hw/intc/arm_gicv3_kvm.c               |  1 -
 hw/intc/armv7m_nvic.c                 |  1 -
 hw/intc/grlib_irqmp.c                 |  1 -
 hw/intc/imx_gpcv2.c                   |  1 -
 hw/intc/ompic.c                       |  1 -
 hw/intc/openpic.c                     |  1 -
 hw/intc/openpic_kvm.c                 |  2 --
 hw/intc/s390_flic.c                   |  1 -
 hw/intc/s390_flic_kvm.c               |  2 --
 hw/intc/sifive_plic.c                 |  2 --
 hw/intc/xics.c                        |  1 -
 hw/intc/xics_kvm.c                    |  1 -
 hw/intc/xics_spapr.c                  |  1 -
 hw/ipmi/isa_ipmi_bt.c                 |  1 -
 hw/ipmi/isa_ipmi_kcs.c                |  1 -
 hw/isa/isa-superio.c                  |  1 -
 hw/isa/lpc_ich9.c                     |  2 --
 hw/isa/piix3.c                        |  1 -
 hw/isa/piix4.c                        |  1 -
 hw/isa/vt82c686.c                     |  1 -
 hw/lm32/lm32_boards.c                 |  1 -
 hw/lm32/milkymist.c                   |  1 -
 hw/m68k/an5206.c                      |  1 -
 hw/m68k/mcf5208.c                     |  1 -
 hw/m68k/mcf_intc.c                    |  1 -
 hw/m68k/next-cube.c                   |  2 --
 hw/m68k/next-kbd.c                    |  3 ---
 hw/m68k/q800.c                        |  3 ---
 hw/m68k/virt.c                        |  3 ---
 hw/mem/sparse-mem.c                   |  1 -
 hw/microblaze/boot.c                  |  1 -
 hw/mips/boston.c                      |  1 -
 hw/mips/fuloong2e.c                   |  2 --
 hw/mips/gt64xxx_pci.c                 |  1 -
 hw/mips/jazz.c                        |  1 -
 hw/mips/loongson3_virt.c              |  4 ----
 hw/mips/malta.c                       |  3 ---
 hw/mips/mips_int.c                    |  1 -
 hw/mips/mipssim.c                     |  2 --
 hw/misc/imx7_snvs.c                   |  1 -
 hw/misc/imx_ccm.c                     |  1 -
 hw/misc/imx_rngc.c                    |  1 -
 hw/misc/led.c                         |  1 -
 hw/misc/macio/macio.c                 |  1 -
 hw/misc/mchp_pfsoc_dmc.c              |  1 -
 hw/misc/mchp_pfsoc_ioscb.c            |  1 -
 hw/misc/mchp_pfsoc_sysreg.c           |  1 -
 hw/misc/mips_itu.c                    |  1 -
 hw/misc/mst_fpga.c                    |  2 +-
 hw/misc/pvpanic-isa.c                 |  1 -
 hw/misc/pvpanic-pci.c                 |  1 -
 hw/misc/sifive_e_prci.c               |  1 -
 hw/misc/sifive_test.c                 |  1 -
 hw/misc/virt_ctrl.c                   |  1 -
 hw/moxie/moxiesim.c                   |  2 --
 hw/net/can/xlnx-zynqmp-can.c          |  1 -
 hw/net/i82596.c                       |  1 -
 hw/net/lasi_i82596.c                  |  1 -
 hw/net/msf2-emac.c                    |  1 -
 hw/net/spapr_llan.c                   |  1 -
 hw/net/xgmac.c                        |  1 -
 hw/nios2/10m50_devboard.c             |  1 -
 hw/nios2/boot.c                       |  2 --
 hw/nios2/generic_nommu.c              |  2 --
 hw/nubus/nubus-bus.c                  |  1 -
 hw/nvram/nrf51_nvm.c                  |  1 -
 hw/nvram/spapr_nvram.c                |  2 --
 hw/openrisc/openrisc_sim.c            |  1 -
 hw/pci-host/bonito.c                  |  1 -
 hw/pci-host/ppce500.c                 |  1 -
 hw/pci-host/prep.c                    |  1 -
 hw/pci-host/sabre.c                   |  1 -
 hw/pci-host/sh_pci.c                  |  1 -
 hw/pci/pci.c                          |  1 -
 hw/pci/pcie_host.c                    |  1 -
 hw/pcmcia/meson.build                 |  2 +-
 hw/ppc/e500.c                         |  2 --
 hw/ppc/mac_newworld.c                 |  2 --
 hw/ppc/mac_oldworld.c                 |  2 --
 hw/ppc/pnv.c                          |  3 ---
 hw/ppc/pnv_pnor.c                     |  1 -
 hw/ppc/pnv_psi.c                      |  1 -
 hw/ppc/ppc.c                          |  1 -
 hw/ppc/ppc405_boards.c                |  3 ---
 hw/ppc/ppc405_uc.c                    |  1 -
 hw/ppc/ppc440_bamboo.c                |  1 -
 hw/ppc/ppc440_pcix.c                  |  1 -
 hw/ppc/ppc440_uc.c                    |  2 --
 hw/ppc/ppc4xx_devs.c                  |  1 -
 hw/ppc/ppc4xx_pci.c                   |  1 -
 hw/ppc/ppc_booke.c                    |  1 -
 hw/ppc/prep.c                         |  4 ----
 hw/ppc/rs6000_mc.c                    |  1 -
 hw/ppc/sam460ex.c                     |  1 -
 hw/ppc/spapr.c                        |  2 --
 hw/ppc/spapr_drc.c                    |  1 -
 hw/ppc/spapr_events.c                 |  1 -
 hw/ppc/spapr_hcall.c                  |  1 -
 hw/ppc/spapr_iommu.c                  |  1 -
 hw/ppc/spapr_pci.c                    |  2 --
 hw/ppc/spapr_pci_vfio.c               |  1 -
 hw/ppc/spapr_rng.c                    |  1 -
 hw/ppc/spapr_rtas.c                   |  2 --
 hw/ppc/spapr_rtas_ddw.c               |  1 -
 hw/ppc/spapr_rtc.c                    |  1 -
 hw/ppc/spapr_tpm_proxy.c              |  1 -
 hw/ppc/virtex_ml507.c                 |  2 --
 hw/remote/iohub.c                     |  1 -
 hw/remote/machine.c                   |  1 -
 hw/remote/memory.c                    |  1 -
 hw/remote/proxy-memory-listener.c     |  2 --
 hw/riscv/microchip_pfsoc.c            |  2 --
 hw/riscv/numa.c                       |  1 -
 hw/riscv/opentitan.c                  |  1 -
 hw/riscv/sifive_e.c                   |  2 --
 hw/riscv/sifive_u.c                   |  1 -
 hw/riscv/spike.c                      |  1 -
 hw/riscv/virt.c                       |  1 -
 hw/rtc/m48t59.c                       |  1 -
 hw/rtc/mc146818rtc.c                  |  2 +-
 hw/rx/rx-gdbsim.c                     |  5 +----
 hw/rx/rx62n.c                         |  2 --
 hw/s390x/3270-ccw.c                   |  1 -
 hw/s390x/css-bridge.c                 |  1 -
 hw/s390x/css.c                        |  1 -
 hw/s390x/ipl.c                        |  2 --
 hw/s390x/pv.c                         |  1 -
 hw/s390x/s390-ccw.c                   |  1 -
 hw/s390x/s390-pci-bus.c               |  1 -
 hw/s390x/s390-pci-inst.c              |  1 -
 hw/s390x/s390-stattrib-kvm.c          |  1 -
 hw/s390x/s390-stattrib.c              |  1 -
 hw/s390x/s390-virtio-ccw.c            |  4 ----
 hw/s390x/sclp.c                       |  2 --
 hw/s390x/sclpcpu.c                    |  1 -
 hw/s390x/virtio-ccw.c                 |  1 -
 hw/scsi/spapr_vscsi.c                 |  1 -
 hw/sd/cadence_sdhci.c                 |  2 --
 hw/sh4/r2d.c                          |  1 -
 hw/sh4/sh7750.c                       |  1 -
 hw/sh4/shix.c                         |  2 --
 hw/sparc/leon3.c                      |  1 -
 hw/sparc64/niagara.c                  |  1 -
 hw/ssi/aspeed_smc.c                   |  1 -
 hw/ssi/sifive_spi.c                   |  1 -
 hw/ssi/xilinx_spi.c                   |  1 -
 hw/timer/mips_gictimer.c              |  1 -
 hw/timer/sse-counter.c                |  1 -
 hw/tpm/tpm_crb.c                      |  1 -
 hw/tricore/tc27x_soc.c                |  4 ----
 hw/tricore/triboard.c                 |  3 ---
 hw/tricore/tricore_testboard.c        |  1 -
 hw/usb/ccid-card-passthru.c           |  2 +-
 hw/usb/chipidea.c                     |  1 -
 hw/usb/dev-smartcard-reader.c         |  8 ++++----
 hw/usb/hcd-dwc3.c                     |  1 -
 hw/usb/imx-usb-phy.c                  |  1 -
 hw/usb/xen-usb.c                      |  1 -
 hw/usb/xlnx-usb-subsystem.c           |  2 --
 hw/usb/xlnx-versal-usb2-ctrl-regs.c   |  1 -
 hw/vfio/ap.c                          |  2 --
 hw/vfio/ccw.c                         |  1 -
 hw/vfio/display.c                     |  1 -
 hw/vfio/migration.c                   |  1 -
 hw/vfio/pci-quirks.c                  |  1 -
 hw/vfio/pci.c                         |  1 -
 hw/vfio/spapr.c                       |  1 -
 hw/virtio/vhost.c                     |  1 -
 hw/virtio/virtio.c                    |  1 -
 hw/xen/xen-bus-helper.c               |  1 -
 hw/xen/xen-legacy-backend.c           |  1 -
 hw/xen/xen_pt.c                       |  1 -
 hw/xtensa/sim.c                       |  2 --
 hw/xtensa/virt.c                      |  3 ---
 hw/xtensa/xtensa_memory.c             |  1 -
 hw/xtensa/xtfpga.c                    |  1 -
 include/hw/block/flash.h              |  2 +-
 include/hw/char/avr_usart.h           |  1 -
 include/hw/misc/avr_power.h           |  1 -
 include/hw/misc/stm32f4xx_exti.h      |  1 -
 include/hw/misc/stm32f4xx_syscfg.h    |  1 -
 include/hw/pci-host/i440fx.h          |  1 -
 include/hw/timer/avr_timer16.h        |  1 -
 linux-user/main.c                     |  1 -
 linux-user/semihost.c                 |  1 -
 migration/ram.c                       |  2 --
 monitor/misc.c                        |  1 -
 monitor/monitor.c                     |  1 -
 net/dump.c                            |  1 -
 net/filter-replay.c                   |  1 -
 net/net.c                             |  2 --
 net/netmap.c                          |  1 -
 plugins/api.c                         |  2 --
 plugins/core.c                        |  2 --
 plugins/loader.c                      |  1 -
 qemu-options.hx                       |  6 +++---
 scripts/qemu-binfmt-conf.sh           |  4 +++-
 semihosting/arm-compat-semi.c         |  2 --
 semihosting/config.c                  |  1 -
 semihosting/console.c                 |  2 --
 softmmu/arch_init.c                   |  2 --
 softmmu/device_tree.c                 |  1 -
 softmmu/memory.c                      |  2 --
 softmmu/memory_mapping.c              |  1 -
 softmmu/physmem.c                     |  3 ---
 softmmu/qdev-monitor.c                |  1 -
 softmmu/vl.c                          |  1 -
 stubs/semihost.c                      |  1 -
 target/arm/cpu.c                      |  1 -
 target/arm/op_helper.c                |  1 -
 target/hexagon/cpu.c                  |  1 -
 target/hexagon/decode.c               |  1 -
 target/hexagon/genptr.c               |  1 -
 target/i386/cpu.h                     |  2 +-
 target/i386/hvf/hvf.c                 |  1 -
 target/i386/hvf/x86_mmu.c             |  1 -
 target/i386/machine.c                 |  2 +-
 target/i386/sev.c                     |  1 -
 target/lm32/lm32-semi.c               |  1 -
 target/openrisc/sys_helper.c          |  1 -
 target/riscv/op_helper.c              |  1 -
 target/rx/helper.c                    |  1 -
 target/s390x/cpu.c                    |  1 -
 target/s390x/diag.c                   |  1 -
 target/s390x/excp_helper.c            |  1 -
 target/s390x/interrupt.c              |  1 -
 target/xtensa/op_helper.c             |  1 -
 tcg/tcg-op-vec.c                      |  1 -
 tcg/tcg-op.c                          |  1 -
 tcg/tcg.c                             |  2 --
 tests/qtest/fuzz/fuzz.c               |  1 -
 tests/qtest/fuzz/generic_fuzz.c       |  2 --
 tests/qtest/fuzz/qos_fuzz.c           |  2 --
 ui/x_keymap.c                         | 15 ++++++++++-----
 util/oslib-win32.c                    |  1 -
 371 files changed, 53 insertions(+), 507 deletions(-)

-- 
2.31.1




reply via email to

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