aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-20ppc: spelling fixesMichael Tokarev
2023-09-19Merge tag 'mem-2023-09-19' of https://github.com/davidhildenbrand/qemu into s...Stefan Hajnoczi
2023-09-19Merge tag 'firmware/edk2-20230918-pull-request' of https://gitlab.com/kraxel/...Stefan Hajnoczi
2023-09-19Merge tag 'pull-ppc-20230918' of https://gitlab.com/danielhb/qemu into stagingStefan Hajnoczi
2023-09-19Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingStefan Hajnoczi
2023-09-19Merge tag 'pull-tcg-20230915-2' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2023-09-19memory: avoid updating ioeventfds for some address_spacehongmianquan
2023-09-19machine: Improve error message when using default RAM backend idDavid Hildenbrand
2023-09-19softmmu/physmem: Hint that "readonly=on,rom=off" exists when opening file R/W...David Hildenbrand
2023-09-19docs: Start documenting VM templatingDavid Hildenbrand
2023-09-19docs: Don't mention "-mem-path" in multi-process.rstDavid Hildenbrand
2023-09-19softmmu/physmem: Never return directories from file_ram_open()David Hildenbrand
2023-09-19softmmu/physmem: Fail creation of new files in file_ram_open() with readonly=...David Hildenbrand
2023-09-19softmmu/physmem: Bail out early in ram_block_discard_range() with readonly filesDavid Hildenbrand
2023-09-19softmmu/physmem: Remap with proper protection in qemu_ram_remap()David Hildenbrand
2023-09-19backends/hostmem-file: Add "rom" property to support VM templating with R/O f...David Hildenbrand
2023-09-19softmmu/physmem: Distinguish between file access mode and mmap protectionDavid Hildenbrand
2023-09-19nvdimm: Reject writing label data to ROM instead of crashing QEMUDavid Hildenbrand
2023-09-18Merge tag 'pull-crypto-20230915' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2023-09-18tests/acpi: disallow virt/SSDT.memhp updatesGerd Hoffmann
2023-09-18tests/acpi: update virt/SSDT.memhpGerd Hoffmann
2023-09-18edk2: update binaries to edk2-stable202308Gerd Hoffmann
2023-09-18edk2: update submodule to edk2-stable202308Gerd Hoffmann
2023-09-18edk2: workaround edk-stable202308 bugGerd Hoffmann
2023-09-18edk2: update build configGerd Hoffmann
2023-09-18edk2: update build scriptGerd Hoffmann
2023-09-18tests/acpi: allow virt/SSDT.memhp updatesGerd Hoffmann
2023-09-18spapr: Remove support for NVIDIA V100 GPU with NVLink2Cédric Le Goater
2023-09-18ppc/xive: Fix uint32_t overflowCédric Le Goater
2023-09-18MAINTAINERS: Nick Piggin PPC maintainer, other PPC changesDaniel Henrique Barboza
2023-09-18net/tap: Avoid variable-length arrayPeter Maydell
2023-09-18net/dump: Avoid variable length arrayPeter Maydell
2023-09-18hw/net/rocker: Avoid variable length arrayPeter Maydell
2023-09-18hw/net/fsl_etsec/rings.c: Avoid variable length arrayPeter Maydell
2023-09-18net: add initial support for AF_XDP network backendIlya Maximets
2023-09-18tests: bump libvirt-ci for libasan and libxdpIlya Maximets
2023-09-18e1000e: rename e1000e_ba_state and e1000e_write_hdr_to_rx_buffersTomasz Dzieciol
2023-09-18igb: packet-split descriptors supportTomasz Dzieciol
2023-09-18igb: add IPv6 extended headers traffic detectionTomasz Dzieciol
2023-09-18igb: RX payload guest writting refactoringTomasz Dzieciol
2023-09-18igb: RX descriptors guest writting refactoringTomasz Dzieciol
2023-09-18igb: rename E1000E_RingInfo_stTomasz Dzieciol
2023-09-18igb: remove TCP ACK detectionTomasz Dzieciol
2023-09-18virtio-net: Add support for USO featuresYuri Benditovich
2023-09-18virtio-net: Add USO flags to vhost support.Andrew Melnychenko
2023-09-18tap: Add check for USO featuresYuri Benditovich
2023-09-18tap: Add USO support to tap device.Andrew Melnychenko
2023-09-16tcg: Map code_gen_buffer with PROT_BTIRichard Henderson
2023-09-16tcg/aarch64: Emit BTI insns at jump landing padsRichard Henderson
2023-09-16util/cpuinfo-aarch64: Add CPUINFO_BTIRichard Henderson