aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2022-09-01scsi: Reject commands if the CDB length exceeds buf_lenJohn Millikin
2022-09-01scsi: Add buf_len parameter to scsi_req_new()John Millikin
2022-09-01esp: Handle CMD_BUSRESET by resetting the SCSI busJohn Millikin
2022-08-25s390x/cpumodel: add stfl197 processor-activity-instrumentation extension 1Christian Borntraeger
2022-08-25hw: Add compat machines for 7.2Cornelia Huck
2022-08-23scsi-generic: Fix emulated block limits VPD pageKevin Wolf
2022-08-17virtio-pci: don't touch pci on virtio resetMichael S. Tsirkin
2022-08-17hw/cxl: Correctly handle variable sized mailbox input payloads.Jonathan Cameron
2022-08-17hw/cxl: Fix Get LSA input payload size which should be 8 bytes.Jonathan Cameron
2022-08-17hw/cxl: Add stub write function for RO MemoryRegionOps entries.Jonathan Cameron
2022-08-17hw/cxl: Fix wrong query of target portsJonathan Cameron
2022-08-17hw/cxl: Fix memory leak in error pathsJonathan Cameron
2022-08-17x86: disable rng seeding via setup_dataGerd Hoffmann
2022-08-17hw/virtio: fix vhost_user_read tracepointAlex Bennée
2022-08-17hw/virtio: handle un-configured shutdown in virtio-pciAlex Bennée
2022-08-17hw/virtio: gracefully handle unset vhost_dev vdevAlex Bennée
2022-08-17virtio-scsi: fix race in virtio_scsi_dataplane_start()Stefan Hajnoczi
2022-08-16hw/usb/hcd-xhci: Fix unbounded loop in xhci_ring_chain_length() (CVE-2020-14394)Thomas Huth
2022-08-12hw/arm/virt-acpi-build: Present the GICR structure properly for GICv4Zenghui Yu
2022-08-09Merge tag 'trivial-branch-for-7.1-pull-request' of https://gitlab.com/laurent...Richard Henderson
2022-08-09hw/net/rocker: Avoid undefined shifts with more than 31 portsPeter Maydell
2022-08-08hw/misc/grlib_ahb_apb_pnp: Support 8 and 16 bit accessesPeter Maydell
2022-08-08hw/mips/malta: turn off x86 specific features of PIIX4_PMIgor Mammedov
2022-08-08Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2022-08-08xlnx_dp: drop unsupported AUXCommand in xlnx_dp_aux_set_commandQiang Liu
2022-08-05hw/loongarch: remove acpi-build.c unused variable 'aml_len'Song Gao
2022-08-04hw/ppc: sam460ex.c: store all GPIO lines in mal_irqs[]Daniel Henrique Barboza
2022-08-02hw/block/hd-geometry: Do not override specified bios-chs-transLev Kujawski
2022-08-01Merge tag 'pull-aspeed-20220801' of https://github.com/legoater/qemu into sta...Richard Henderson
2022-08-01Merge tag 'pull-request-2022-08-01' of https://gitlab.com/thuth/qemu into sta...Richard Henderson
2022-08-01Merge tag 'for-qemu-2022-08-01' of github.com:cminyard/qemu into stagingRichard Henderson
2022-08-01aspeed/fby35: Fix owner of the BMC RAM memory regionCédric Le Goater
2022-08-01aspeed: Remove unused fields from AspeedMachineStateCédric Le Goater
2022-08-01scsi-disk: ensure block size is non-zero and changes limited to bits 8-15Mark Cave-Ayland
2022-08-01scsi-disk: fix overflow when block size is not a multiple of BDRV_SECTOR_SIZEMark Cave-Ayland
2022-08-01ipmi:smbus: Add a check around a memcpyCorey Minyard
2022-08-01hw/nvme: do not enable ioeventfd by defaultKlaus Jensen
2022-08-01hw/nvme: unregister the event notifier handler on the main loopKlaus Jensen
2022-08-01hw/nvme: skip queue processing if notifier is clearedKlaus Jensen
2022-08-01trivial: Fix duplicated wordsThomas Huth
2022-08-01misc: fix commonly doubled up wordsDaniel P. Berrangé
2022-07-29hw/loongarch: Change macro name 'LS7A_XXX' to 'VIRT_XXX'Xiaojuan Yang
2022-07-29hw/loongarch: Rename file 'loongson3.XXX' to 'virt.XXX'Xiaojuan Yang
2022-07-29Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2022-07-28Merge tag 'pull-ppc-20220728' of https://gitlab.com/danielhb/qemu into stagingRichard Henderson
2022-07-28vga: fix incorrect line height in 640x200x2 modePaolo Bonzini
2022-07-28hw/ppc/ppc440_uc: Initialize length passed to cpu_physical_memory_map()Peter Maydell
2022-07-28hw/ppc: check if spapr_drc_index() returns NULL in spapr_nvdimm.cDaniel Henrique Barboza
2022-07-28hw/intc: sifive_plic: Fix multi-socket plic configuraitonAtish Patra
2022-07-26Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson