aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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-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
2022-07-26i386/pc: bounds check phys-bits against max used GPAJoao Martins1-0/+27
2022-07-26i386/pc: factor out device_memory base/size to helperJoao Martins1-15/+31
2022-07-26i386/pc: handle unitialized mr in pc_get_cxl_range_end()Joao Martins1-10/+8
2022-07-26i386/pc: factor out cxl range start to helperJoao Martins1-7/+17
2022-07-26i386/pc: factor out cxl range end to helperJoao Martins1-10/+21
2022-07-26i386/pc: factor out above-4g end to an helperJoao Martins1-15/+14
2022-07-26i386/pc: pass pci_hole64_size to pc_memory_init()Joao Martins3-3/+17
2022-07-26i386/pc: create pci-host qdev prior to pc_memory_init()Joao Martins3-8/+10
2022-07-26hw/i386: add 4g boundary start to X86MachineStateJoao Martins4-7/+9
2022-07-26hw/i386/pc: Always place CXL Memory Regions after device_memoryJonathan Cameron1-4/+2
2022-07-26acpi/nvdimm: Define trace events for NVDIMM and substitute nvdimm_debug()Robert Hoo2-19/+29
2022-07-26hw/display/bcm2835_fb: Fix framebuffer allocation addressAlan Jian1-2/+1
2022-07-26Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingPeter Maydell2-13/+15
2022-07-26vdpa: Fix memory listener deletions of iova treeEugenio Pérez1-1/+1
2022-07-26vhost: Get vring base from vq, not svqEugenio Pérez1-12/+12
2022-07-26e1000e: Fix possible interrupt loss when using MSIAke Koomsin1-0/+2
2022-07-22hw/i386: pass RNG seed via setup_data entryJason A. Donenfeld5-7/+29
2022-07-22hw/rx: pass random seed to fdtJason A. Donenfeld1-0/+4
2022-07-22hw/mips: boston: pass random seed to fdtJason A. Donenfeld1-0/+5
2022-07-22hw/nios2: virt: pass random seed to fdtJason A. Donenfeld1-0/+5
2022-07-20Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingPeter Maydell4-105/+268
2022-07-20vdpa: Add device migration blockerEugenio Pérez1-0/+15
2022-07-20vdpa: manual forward CVQ buffersEugenio Pérez1-1/+2
2022-07-20vdpa: Export vhost_vdpa_dma_map and unmap callsEugenio Pérez1-4/+3
2022-07-20vhost: Add svq avail_handler callbackEugenio Pérez3-4/+44
2022-07-20vhost: add vhost_svq_pollEugenio Pérez2-0/+28
2022-07-20vhost: Expose vhost_svq_addEugenio Pérez2-3/+6