aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Open 9.2 development treeHEADmasterRichard Henderson2024-09-031-1/+1
* Update version for v9.1.0 releaseRichard Henderson2024-09-031-1/+1
* Update version for v9.1.0-rc4 releaseRichard Henderson2024-08-281-1/+1
* Merge tag 'pull-qapi-2024-08-27' of https://repo.or.cz/qemu/armbru into stagingRichard Henderson2024-08-281-3/+2
|\
| * docs/sphinx: fix extra stuff in TOC after freeform QMP sectionsJohn Snow2024-08-271-3/+2
|/
* Merge tag 'pull-nbd-2024-08-26' of https://repo.or.cz/qemu/ericb into stagingRichard Henderson2024-08-271-4/+8
|\
| * nbd/server: CVE-2024-7409: Avoid use-after-free when closing serverEric Blake2024-08-261-4/+8
* | Merge tag 'pull-request-2024-08-26' of https://gitlab.com/thuth/qemu into stagingRichard Henderson2024-08-263-32/+14
|\ \ | |/ |/|
| * tests/qtest: Delete previous boot fileAkihiko Odaki2024-08-261-7/+11
| * .gitlab-ci.d/windows.yml: Disable the qtests in the MSYS2 jobThomas Huth2024-08-261-24/+2
| * gitlab-ci: Replace build_script -> step_script in Cirrus jobsPhilippe Mathieu-Daudé2024-08-261-1/+1
|/
* Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingRichard Henderson2024-08-243-5/+8
|\
| * hw/display/vhost-user-gpu.c: fix vhost_user_gpu_chr_read()Haoran Zhang2024-08-231-1/+1
| * system/vl.c: Print machine name, not "(null)", for unknown machine typesPeter Maydell2024-08-231-2/+2
| * hw/x86: add a couple of comments explaining how the kernel image is parsedAni Sinha2024-08-231-2/+5
|/
* Update version for v9.1.0-rc3 releaseRichard Henderson2024-08-221-1/+1
* Merge tag 'pull-loongarch-20240821' of https://gitlab.com/gaosong/qemu into stagingRichard Henderson2024-08-211-1/+1
|\
| * hw/loongarch: Fix length for lowram in ACPI SRATJiaxun Yang2024-08-211-1/+1
* | Merge tag 'pull-misc-20240821' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson2024-08-2110-19/+163
|\ \ | |/ |/|
| * target/i386: Fix tss access size in switch_tss_raRichard Henderson2024-08-211-2/+3
| * target/i386: Fix carry flag for BLSIRichard Henderson2024-08-217-1/+72
| * target/i386: Split out gen_prepare_val_nzRichard Henderson2024-08-211-8/+14
| * bsd-user: Handle short reads in mmap_h_gt_gRichard Henderson2024-08-211-2/+36
| * linux-user: Handle short reads in mmap_h_gt_gRichard Henderson2024-08-211-6/+38
* | Merge tag 'migration-20240820-pull-request' of https://gitlab.com/farosas/qemu into stagingRichard Henderson2024-08-211-0/+2
|\ \ | |/ |/|
| * migration/multifd: Free MultiFDRecvParams::dataPeter Maydell2024-08-201-0/+2
* | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into stagingRichard Henderson2024-08-204-2/+8
|\ \ | |/ |/|
| * virtio-pci: Fix the use of an uninitialized irqfdCindy Lu2024-08-201-0/+3
| * hw/audio/virtio-snd: fix invalid param checkVolker Rümelin2024-08-201-2/+2
| * vhost: Add VIRTIO_NET_F_RSC_EXT to vhost feature bitsAkihiko Odaki2024-08-202-0/+3
* | Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into stagingRichard Henderson2024-08-201-1/+1
|\ \ | |/ |/|
| * hw/nvme: fix leak of uninitialized memory in io_mgmt_recvKlaus Jensen2024-08-201-1/+1
* | Merge tag 'hw-misc-20240820' of https://github.com/philmd/qemu into stagingRichard Henderson2024-08-2017-67/+89
|\ \ | |/ |/|
| * crypto/tlscredspsk: Free username on finalizePeter Maydell2024-08-201-0/+1
| * hw/i386/pc: Ensure vmport prerequisites are fulfilledKamil Szczęk2024-08-202-5/+10
| * hw/i386/pc: Unify vmport=auto handlingKamil Szczęk2024-08-203-10/+5
| * hw/ppc/Kconfig: Add missing SERIAL_ISA dependency to POWERNV machineBernhard Beschow2024-08-201-0/+1
| * target/sparc: Restrict STQF to sparcv9Richard Henderson2024-08-202-2/+2
| * contrib/plugins/execlog: Fix shadowed declaration warningPierrick Bouvier2024-08-201-2/+2
| * tests/avocado: Mark ppc_hv_tests.py as non-flaky after fixed console interactionNicholas Piggin2024-08-201-1/+0
| * tests/avocado: exec_command should not consume console outputNicholas Piggin2024-08-201-0/+7
| * linux-user/mips: Select Loongson CPU for Loongson binariesPhilippe Mathieu-Daudé2024-08-201-0/+6
| * linux-user/mips: Select MIPS64R2-generic for Rel2 binariesPhilippe Mathieu-Daudé2024-08-201-1/+6
| * linux-user/mips: Select Octeon68XX CPU for Octeon binariesPhilippe Mathieu-Daudé2024-08-201-0/+8
| * linux-user/mips: Do not try to use removed R5900 CPUPhilippe Mathieu-Daudé2024-08-202-6/+0
| * hw/remote/message.c: Don't directly invoke DeviceClass:resetPeter Maydell2024-08-201-4/+1
| * hw/dma/xilinx_axidma: Use semicolon at end of statement, not commaPeter Maydell2024-08-201-1/+1
| * target/mips: Load PTE as DATAPhilippe Mathieu-Daudé2024-08-201-2/+2
| * target/mips: Use correct MMU index in get_pte()Philippe Mathieu-Daudé2024-08-201-7/+12
| * target/mips: Pass page table entry size as MemOp to get_pte()Philippe Mathieu-Daudé2024-08-201-31/+27