summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Merge tag 'pull-la-20220719' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell2022-07-197-25/+1084
|\ \ | |/ |/|
| * hw/loongarch: Add fdt supportXiaojuan Yang2022-07-192-4/+134
| * hw/loongarch: Add acpi ged supportXiaojuan Yang2022-07-194-3/+687
| * hw/loongarch: Add smbios supportXiaojuan Yang2022-07-192-0/+37
| * hw/loongarch: Add linux kernel booting supportXiaojuan Yang2022-07-191-15/+99
| * hw/loongarch: Add uefi bios loading supportXiaojuan Yang2022-07-191-0/+34
| * hw/loongarch: Add fw_cfg table supportXiaojuan Yang2022-07-194-1/+91
| * hw/intc/loongarch_pch_pic: Fix bugs for update_irq functionXiaojuan Yang2022-07-191-5/+5
* | Merge tag 'kraxel-20220719-pull-request' of https://gitlab.com/kraxel/qemu in...Peter Maydell2022-07-192-1/+13
|\ \ | |/ |/|
| * usb/hcd-xhci: check slotid in xhci_wakeup_endpoint()Mauro Matteo Cascella2022-07-191-1/+2
| * microvm: turn off io reservations for pcie root portsGerd Hoffmann2022-07-191-0/+11
* | Merge tag 'qemu-sparc-20220718' of https://github.com/mcayland/qemu into stagingPeter Maydell2022-07-197-200/+362
|\ \
| * | pckbd: remove legacy i8042_mm_init() functionMark Cave-Ayland2022-07-182-19/+10Star
| * | ps2: remove unused legacy ps2_mouse_init() functionMark Cave-Ayland2022-07-182-14/+0Star