aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2022-08-25s390x/cpumodel: add stfl197 processor-activity-instrumentation extension 1Christian Borntraeger1-0/+1
2022-08-25hw: Add compat machines for 7.2Cornelia Huck8-7/+73
2022-08-23scsi-generic: Fix emulated block limits VPD pageKevin Wolf1-7/+14
2022-08-17virtio-pci: don't touch pci on virtio resetMichael S. Tsirkin1-2/+8
2022-08-17hw/cxl: Correctly handle variable sized mailbox input payloads.Jonathan Cameron1-1/+1
2022-08-17hw/cxl: Fix Get LSA input payload size which should be 8 bytes.Jonathan Cameron1-1/+1
2022-08-17hw/cxl: Add stub write function for RO MemoryRegionOps entries.Jonathan Cameron1-3/+9
2022-08-17hw/cxl: Fix wrong query of target portsJonathan Cameron1-7/+5
2022-08-17hw/cxl: Fix memory leak in error pathsJonathan Cameron1-2/+3
2022-08-17x86: disable rng seeding via setup_dataGerd Hoffmann3-3/+3
2022-08-17hw/virtio: fix vhost_user_read tracepointAlex Bennée1-2/+2
2022-08-17hw/virtio: handle un-configured shutdown in virtio-pciAlex Bennée1-2/+7
2022-08-17hw/virtio: gracefully handle unset vhost_dev vdevAlex Bennée1-3/+7
2022-08-17virtio-scsi: fix race in virtio_scsi_dataplane_start()Stefan Hajnoczi2-3/+13
2022-08-16hw/usb/hcd-xhci: Fix unbounded loop in xhci_ring_chain_length() (CVE-2020-14394)Thomas Huth1-4/+19
2022-08-12hw/arm/virt-acpi-build: Present the GICR structure properly for GICv4Zenghui Yu1-2/+2
2022-08-09Merge tag 'trivial-branch-for-7.1-pull-request' of https://gitlab.com/laurent...Richard Henderson1-2/+2
2022-08-09hw/net/rocker: Avoid undefined shifts with more than 31 portsPeter Maydell1-2/+2
2022-08-08hw/misc/grlib_ahb_apb_pnp: Support 8 and 16 bit accessesPeter Maydell2-6/+8
2022-08-08hw/mips/malta: turn off x86 specific features of PIIX4_PMIgor Mammedov1-0/+9
2022-08-08Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson1-7/+18
2022-08-08xlnx_dp: drop unsupported AUXCommand in xlnx_dp_aux_set_commandQiang Liu1-2/+2
2022-08-05hw/loongarch: remove acpi-build.c unused variable 'aml_len'Song Gao1-10/+1
2022-08-04hw/ppc: sam460ex.c: store all GPIO lines in mal_irqs[]Daniel Henrique Barboza1-1/+1
2022-08-02hw/block/hd-geometry: Do not override specified bios-chs-transLev Kujawski1-1/+6
2022-08-01Merge tag 'pull-aspeed-20220801' of https://github.com/legoater/qemu into sta...Richard Henderson2-7/+9
2022-08-01Merge tag 'pull-request-2022-08-01' of https://gitlab.com/thuth/qemu into sta...Richard Henderson8-9/+9
2022-08-01Merge tag 'for-qemu-2022-08-01' of github.com:cminyard/qemu into stagingRichard Henderson1-1/+3
2022-08-01aspeed/fby35: Fix owner of the BMC RAM memory regionCédric Le Goater1-5/+9
2022-08-01aspeed: Remove unused fields from AspeedMachineStateCédric Le Goater1-2/+0
2022-08-01scsi-disk: ensure block size is non-zero and changes limited to bits 8-15Mark Cave-Ayland1-4/+14
2022-08-01scsi-disk: fix overflow when block size is not a multiple of BDRV_SECTOR_SIZEMark Cave-Ayland1-3/+4
2022-08-01ipmi:smbus: Add a check around a memcpyCorey Minyard1-1/+3
2022-08-01hw/nvme: do not enable ioeventfd by defaultKlaus Jensen1-1/+1
2022-08-01hw/nvme: unregister the event notifier handler on the main loopKlaus Jensen1-0/+2
2022-08-01hw/nvme: skip queue processing if notifier is clearedKlaus Jensen1-2/+6
2022-08-01trivial: Fix duplicated wordsThomas Huth2-2/+2
2022-08-01misc: fix commonly doubled up wordsDaniel P. Berrangé6-7/+7
2022-07-29hw/loongarch: Change macro name 'LS7A_XXX' to 'VIRT_XXX'Xiaojuan Yang2-37/+37
2022-07-29hw/loongarch: Rename file 'loongson3.XXX' to 'virt.XXX'Xiaojuan Yang2-1/+1
2022-07-29Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson1-1/+2
2022-07-28Merge tag 'pull-ppc-20220728' of https://gitlab.com/danielhb/qemu into stagingRichard Henderson2-5/+18
2022-07-28vga: fix incorrect line height in 640x200x2 modePaolo Bonzini1-1/+2
2022-07-28hw/ppc/ppc440_uc: Initialize length passed to cpu_physical_memory_map()Peter Maydell1-1/+4
2022-07-28hw/ppc: check if spapr_drc_index() returns NULL in spapr_nvdimm.cDaniel Henrique Barboza1-4/+14
2022-07-28hw/intc: sifive_plic: Fix multi-socket plic configuraitonAtish Patra1-2/+2
2022-07-26Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson10-95/+249
2022-07-26hw/virtio/virtio-iommu: Enforce power-of-two notify for both MAP and UNMAPJean-Philippe Brucker1-19/+28
2022-07-26i386/pc: restrict AMD only enforcing of 1Tb hole to new machine typeJoao Martins3-2/+6
2022-07-26i386/pc: relocate 4g start to 1T where applicableJoao Martins1-0/+54