aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2024-06-09hw/arm: xen: Enable use of grant mappingsEdgar E. Iglesias1-0/+5
2024-06-09xen: mapcache: Add support for grant mappingsEdgar E. Iglesias2-37/+140
2024-06-09xen: mapcache: Pass the ram_addr offset to xen_map_cache()Edgar E. Iglesias1-5/+11
2024-06-09xen: mapcache: Unmap first entries in bucketsEdgar E. Iglesias1-3/+8
2024-06-09xen: mapcache: Make MCACHE_BUCKET_SHIFT runtime configurableEdgar E. Iglesias1-21/+33
2024-06-08Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2-4/+27
2024-06-08scsi-disk: Don't silently truncate serial numberKevin Wolf1-3/+17
2024-06-08machine, hostmem: improve error messages for unsupported featuresPaolo Bonzini1-0/+8
2024-06-08machine: default -M mem-merge to off is QEMU_MADV_MERGEABLE is not availablePaolo Bonzini1-1/+2
2024-06-06hw/loongarch/virt: Enable extioi virt extensionSong Gao1-3/+85
2024-06-06hw/loongarch/virt: Use MemTxAttrs interface for misc opsSong Gao1-12/+24
2024-06-06hw/intc/loongarch_extioi: Add extioi virt extension definitionSong Gao2-23/+125
2024-06-06tests/libqos: Add loongarch virt machine nodeBibo Mao1-0/+2
2024-06-05hw/dma/pl330: Use qemu_hexdump_line to avoid sprintfPhilippe Mathieu-Daudé1-16/+9
2024-06-05hw/ide/atapi: Use qemu_hexdump_line to avoid sprintfPhilippe Mathieu-Daudé1-8/+4
2024-06-05hw/scsi/scsi-disk: Use qemu_hexdump_line to avoid sprintfPhilippe Mathieu-Daudé1-10/+3
2024-06-05hw/mips/malta: Add re-usable rng_seed_hex_new() methodPhilippe Mathieu-Daudé1-12/+13
2024-06-05util/hexdump: Add unit_len and block_len to qemu_hexdump_lineRichard Henderson1-1/+1
2024-06-05util/hexdump: Use a GString for qemu_hexdump_lineRichard Henderson1-6/+8
2024-06-05Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson8-182/+62
2024-06-05hw/i386: Add support for loading BIOS using guest_memfdMichael Roth1-5/+12
2024-06-05hw/i386/sev: Use guest_memfd for legacy ROMsMichael Roth2-10/+23
2024-06-05hw/i386/sev: Add support to encrypt BIOS when SEV-SNP is enabledBrijesh Singh2-6/+8
2024-06-05hw/i386/sev: Add function to get SEV metadata from OVMF headerBrijesh Singh1-0/+4
2024-06-05machine: allow early use of machine_require_guest_memfdPaolo Bonzini1-1/+1
2024-06-05update-linux-headers: move pvpanic.h to correct directoryPaolo Bonzini3-3/+3
2024-06-05virtio-blk: remove SCSI passthrough functionalityPaolo Bonzini2-157/+11
2024-06-04Merge tag 'hw-misc-accel-20240604' of https://github.com/philmd/qemu into sta...Richard Henderson15-47/+60
2024-06-04Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingRichard Henderson5-160/+130
2024-06-04usb: add config options for the hub and hid devicesGerd Hoffmann2-2/+12
2024-06-04hw/acpi: Remove the deprecated QAPI MEM_UNPLUG_ERROR eventPhilippe Mathieu-Daudé2-18/+1
2024-06-04hw/dma/xlnx_dpdma: Read descriptor into buffer, not into pointer-to-bufferPeter Maydell1-1/+1
2024-06-04hw/misc/debugexit: use runstate API instead of plain exit()Thomas Weißschuh1-1/+3
2024-06-04hw/xen: Register framebuffer backend via xen_backend_init()Philippe Mathieu-Daudé2-4/+7
2024-06-04hw/xen: Make XenDevOps structures constPhilippe Mathieu-Daudé3-4/+4
2024-06-04hw/xen: Constify xenstore_be::XenDevOpsPhilippe Mathieu-Daudé1-3/+3
2024-06-04hw/xen: Constify XenLegacyDevice::XenDevOpsPhilippe Mathieu-Daudé1-1/+1
2024-06-04xen: Add xen_mr_is_memory()Edgar E. Iglesias1-2/+8
2024-06-04core/cpu-common: initialise plugin state before thread creationAlex Bennée1-8/+12
2024-06-04cpu: move Qemu[Thread|Cond] setup into common codeAlex Bennée1-0/+5
2024-06-04util/hexdump: Remove ascii parameter from qemu_hexdump_lineRichard Henderson1-1/+1
2024-06-04util/hexdump: Remove b parameter from qemu_hexdump_lineRichard Henderson2-3/+3
2024-06-04virtio-net: drop too short packets earlyAlexey Dobriyan1-6/+12
2024-06-04virtio-net: Do not write hashes to peer bufferAkihiko Odaki1-19/+17
2024-06-04virtio-net: Always set populate_hashAkihiko Odaki1-0/+1
2024-06-04virtio-net: Unify the logic to update NIC state for RSSAkihiko Odaki1-54/+36
2024-06-04virtio-net: Disable RSS on resetAkihiko Odaki1-34/+36
2024-06-04virtio-net: Shrink header byte swapping bufferAkihiko Odaki1-11/+6
2024-06-04virtio-net: Copy header only when necessaryAkihiko Odaki1-14/+12
2024-06-04virtio-net: Add only one queue pair when realizingAkihiko Odaki1-3/+1