summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* hw/loongarch: Change macro name 'LS7A_XXX' to 'VIRT_XXX'Xiaojuan Yang2022-07-302-37/+37
* hw/loongarch: Rename file 'loongson3.XXX' to 'virt.XXX'Xiaojuan Yang2022-07-302-1/+1
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2022-07-291-1/+2
|\
| * vga: fix incorrect line height in 640x200x2 modePaolo Bonzini2022-07-281-1/+2
* | Merge tag 'pull-ppc-20220728' of https://gitlab.com/danielhb/qemu into stagingRichard Henderson2022-07-292-5/+18
|\ \
| * | hw/ppc/ppc440_uc: Initialize length passed to cpu_physical_memory_map()Peter Maydell2022-07-281-1/+4
| * | hw/ppc: check if spapr_drc_index() returns NULL in spapr_nvdimm.cDaniel Henrique Barboza2022-07-281-4/+14
| |/
* / hw/intc: sifive_plic: Fix multi-socket plic configuraitonAtish Patra2022-07-281-2/+2
|/
* Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson2022-07-2610-95/+249
|\
| * hw/virtio/virtio-iommu: Enforce power-of-two notify for both MAP and UNMAPJean-Philippe Brucker2022-07-261-19/+28
| * i386/pc: restrict AMD only enforcing of 1Tb hole to new machine typeJoao Martins2022-07-263-2/+6
| * i386/pc: relocate 4g start to 1T where applicableJoao Martins2022-07-261-0/+54
| * i386/pc: bounds check phys-bits against max used GPAJoao Martins2022-07-261-0/+27
| * i386/pc: factor out device_memory base/size to helperJoao Martins2022-07-261-15/+31
| * i386/pc: handle unitialized mr in pc_get_cxl_range_end()Joao Martins2022-07-261-10/+8Star
| * i386/pc: factor out cxl range start to helperJoao Martins2022-07-261-7/+17
| * i386/pc: factor out cxl range end to helperJoao Martins2022-07-261-10/+21
| * i386/pc: factor out above-4g end to an helperJoao Martins2022-07-261-15/+14Star
| * i386/pc: pass pci_hole64_size to pc_memory_init()Joao Martins2022-07-263-3/+17
| * i386/pc: create pci-host qdev prior to pc_memory_init()Joao Martins2022-07-263-8/+10
| * hw/i386: add 4g boundary start to X86MachineStateJoao Martins2022-07-264-7/+9
| * hw/i386/pc: Always place CXL Memory Regions after device_memoryJonathan Cameron2022-07-261-4/+2Star
| * acpi/nvdimm: Define trace events for NVDIMM and substitute nvdimm_debug()Robert Hoo2022-07-262-19/+29
* | hw/display/bcm2835_fb: Fix framebuffer allocation addressAlan Jian2022-07-261-2/+1Star
|/
* Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingPeter Maydell2022-07-262-13/+15
|\
| * vdpa: Fix memory listener deletions of iova treeEugenio Pérez2022-07-261-1/+1
| * vhost: Get vring base from vq, not svqEugenio Pérez2022-07-261-12/+12
| * e1000e: Fix possible interrupt loss when using MSIAke Koomsin2022-07-261-0/+2
* | hw/i386: pass RNG seed via setup_data entryJason A. Donenfeld2022-07-225-7/+29
* | hw/rx: pass random seed to fdtJason A. Donenfeld2022-07-221-0/+4
* | hw/mips: boston: pass random seed to fdtJason A. Donenfeld2022-07-221-0/+5
* | hw/nios2: virt: pass random seed to fdtJason A. Donenfeld2022-07-221-0/+5
|/
* Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingPeter Maydell2022-07-204-105/+268
|\
| * vdpa: Add device migration blockerEugenio Pérez2022-07-201-0/+15
| * vdpa: manual forward CVQ buffersEugenio Pérez2022-07-201-1/+2
| * vdpa: Export vhost_vdpa_dma_map and unmap callsEugenio Pérez2022-07-201-4/+3Star
| * vhost: Add svq avail_handler callbackEugenio Pérez2022-07-203-4/+44
| * vhost: add vhost_svq_pollEugenio Pérez2022-07-202-0/+28
| * vhost: Expose vhost_svq_addEugenio Pérez2022-07-202-3/+6
| * vhost: add vhost_svq_push_elemEugenio Pérez2022-07-202-0/+19
| * vhost: Track number of descs in SVQDescStateEugenio Pérez2022-07-202-2/+8
| * vhost: Add SVQDescStateEugenio Pérez2022-07-202-10/+14
| * vhost: Decouple vhost_svq_add from VirtQueueElementEugenio Pérez2022-07-201-11/+22
| * vhost: Check for queue full at vhost_svq_addEugenio Pérez2022-07-201-26/+33
| * vhost: Move vhost_svq_kick call to vhost_svq_addEugenio Pérez2022-07-201-1/+1
| * vhost: Reorder vhost_svq_kickEugenio Pérez2022-07-201-14/+14
| * vdpa: Avoid compiler to squash reads to used idxEugenio Pérez2022-07-201-1/+2
| * virtio-net: Expose ctrl virtqueue logicEugenio Pérez2022-07-201-35/+49
| * virtio-net: Expose MAC_TABLE_ENTRIESEugenio Pérez2022-07-201-1/+0Star
| * vhost: move descriptor translation to vhost_svq_vring_write_descsEugenio Pérez2022-07-201-11/+27