aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-21parallels: create mark_used() helper which sets bit in used bitmapDenis V. Lunev1-9/+25
2023-09-21parallels: refactor path when we need to re-check image in parallels_openDenis V. Lunev1-11/+10
2023-09-21parallels: return earlier from parallels_open() function on errorDenis V. Lunev1-9/+5
2023-09-21parallels: return earler in fail_format branch in parallels_open()Denis V. Lunev1-1/+2
2023-09-21parallels: invent parallels_opts_prealloc() helper to parse prealloc optsDenis V. Lunev1-28/+44
2023-09-21parallels: fix memory leak in parallels_open()Denis V. Lunev1-0/+1
2023-09-21parallels: mark driver as supporting CBTDenis V. Lunev1-0/+6
2023-09-21parallels: fix formatting in bdrv_parallels initializationDenis V. Lunev1-17/+19
2023-09-19Merge tag 'mem-2023-09-19' of https://github.com/davidhildenbrand/qemu into s...Stefan Hajnoczi16-49/+354
2023-09-19Merge tag 'firmware/edk2-20230918-pull-request' of https://gitlab.com/kraxel/...Stefan Hajnoczi14-76/+138
2023-09-19Merge tag 'pull-ppc-20230918' of https://gitlab.com/danielhb/qemu into stagingStefan Hajnoczi13-722/+22
2023-09-19Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingStefan Hajnoczi50-284/+1435
2023-09-19Merge tag 'pull-tcg-20230915-2' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi39-393/+7419
2023-09-19memory: avoid updating ioeventfds for some address_spacehongmianquan2-0/+13
2023-09-19machine: Improve error message when using default RAM backend idDavid Hildenbrand1-3/+8
2023-09-19softmmu/physmem: Hint that "readonly=on,rom=off" exists when opening file R/W...David Hildenbrand1-0/+19
2023-09-19docs: Start documenting VM templatingDavid Hildenbrand3-0/+127
2023-09-19docs: Don't mention "-mem-path" in multi-process.rstDavid Hildenbrand1-2/+3
2023-09-19softmmu/physmem: Never return directories from file_ram_open()David Hildenbrand1-0/+19
2023-09-19softmmu/physmem: Fail creation of new files in file_ram_open() with readonly=...David Hildenbrand1-7/+9
2023-09-19softmmu/physmem: Bail out early in ram_block_discard_range() with readonly filesDavid Hildenbrand1-0/+10
2023-09-19softmmu/physmem: Remap with proper protection in qemu_ram_remap()David Hildenbrand1-4/+6
2023-09-19backends/hostmem-file: Add "rom" property to support VM templating with R/O f...David Hildenbrand3-3/+89
2023-09-19softmmu/physmem: Distinguish between file access mode and mmap protectionDavid Hildenbrand5-25/+30
2023-09-19nvdimm: Reject writing label data to ROM instead of crashing QEMUDavid Hildenbrand4-7/+23
2023-09-18Merge tag 'pull-crypto-20230915' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi18-286/+434
2023-09-18tests/acpi: disallow virt/SSDT.memhp updatesGerd Hoffmann1-1/+0
2023-09-18tests/acpi: update virt/SSDT.memhpGerd Hoffmann1-0/+0
2023-09-18edk2: update binaries to edk2-stable202308Gerd Hoffmann10-0/+0
2023-09-18edk2: update submodule to edk2-stable202308Gerd Hoffmann1-0/+0
2023-09-18edk2: workaround edk-stable202308 bugGerd Hoffmann1-0/+6
2023-09-18edk2: update build configGerd Hoffmann1-2/+4
2023-09-18edk2: update build scriptGerd Hoffmann1-74/+128
2023-09-18tests/acpi: allow virt/SSDT.memhp updatesGerd Hoffmann1-0/+1
2023-09-18spapr: Remove support for NVIDIA V100 GPU with NVLink2Cédric Le Goater11-708/+14
2023-09-18ppc/xive: Fix uint32_t overflowCédric Le Goater1-1/+1
2023-09-18MAINTAINERS: Nick Piggin PPC maintainer, other PPC changesDaniel Henrique Barboza1-13/+7
2023-09-18net/tap: Avoid variable-length arrayPeter Maydell1-1/+2
2023-09-18net/dump: Avoid variable length arrayPeter Maydell1-1/+1
2023-09-18hw/net/rocker: Avoid variable length arrayPeter Maydell1-1/+1
2023-09-18hw/net/fsl_etsec/rings.c: Avoid variable length arrayPeter Maydell1-2/+10
2023-09-18net: add initial support for AF_XDP network backendIlya Maximets16-1/+693
2023-09-18tests: bump libvirt-ci for libasan and libxdpIlya Maximets11-10/+10
2023-09-18e1000e: rename e1000e_ba_state and e1000e_write_hdr_to_rx_buffersTomasz Dzieciol1-13/+15
2023-09-18igb: packet-split descriptors supportTomasz Dzieciol3-43/+316
2023-09-18igb: add IPv6 extended headers traffic detectionTomasz Dzieciol2-1/+4
2023-09-18igb: RX payload guest writting refactoringTomasz Dzieciol3-86/+150
2023-09-18igb: RX descriptors guest writting refactoringTomasz Dzieciol3-88/+96
2023-09-18igb: rename E1000E_RingInfo_stTomasz Dzieciol2-38/+38
2023-09-18igb: remove TCP ACK detectionTomasz Dzieciol1-5/+0