aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (unfollow)
Commit message (Expand)AuthorFilesLines
2024-09-03Update version for v9.1.0 releaseRichard Henderson1-1/+1
2024-08-28Update version for v9.1.0-rc4 releaseRichard Henderson1-1/+1
2024-08-27docs/sphinx: fix extra stuff in TOC after freeform QMP sectionsJohn Snow1-3/+2
2024-08-26nbd/server: CVE-2024-7409: Avoid use-after-free when closing serverEric Blake1-4/+8
2024-08-26tests/qtest: Delete previous boot fileAkihiko Odaki1-7/+11
2024-08-26.gitlab-ci.d/windows.yml: Disable the qtests in the MSYS2 jobThomas Huth1-24/+2
2024-08-26gitlab-ci: Replace build_script -> step_script in Cirrus jobsPhilippe Mathieu-Daudé1-1/+1
2024-08-23hw/display/vhost-user-gpu.c: fix vhost_user_gpu_chr_read()Haoran Zhang1-1/+1
2024-08-23system/vl.c: Print machine name, not "(null)", for unknown machine typesPeter Maydell1-2/+2
2024-08-23hw/x86: add a couple of comments explaining how the kernel image is parsedAni Sinha1-2/+5
2024-08-22Update version for v9.1.0-rc3 releaseRichard Henderson1-1/+1
2024-08-21hw/loongarch: Fix length for lowram in ACPI SRATJiaxun Yang1-1/+1
2024-08-21target/i386: Fix tss access size in switch_tss_raRichard Henderson1-2/+3
2024-08-21target/i386: Fix carry flag for BLSIRichard Henderson7-1/+72
2024-08-21target/i386: Split out gen_prepare_val_nzRichard Henderson1-8/+14
2024-08-21bsd-user: Handle short reads in mmap_h_gt_gRichard Henderson1-2/+36
2024-08-21linux-user: Handle short reads in mmap_h_gt_gRichard Henderson1-6/+38
2024-08-20migration/multifd: Free MultiFDRecvParams::dataPeter Maydell1-0/+2
2024-08-20virtio-pci: Fix the use of an uninitialized irqfdCindy Lu1-0/+3
2024-08-20hw/audio/virtio-snd: fix invalid param checkVolker Rümelin1-2/+2
2024-08-20vhost: Add VIRTIO_NET_F_RSC_EXT to vhost feature bitsAkihiko Odaki2-0/+3
2024-08-20hw/nvme: fix leak of uninitialized memory in io_mgmt_recvKlaus Jensen1-1/+1
2024-08-20crypto/tlscredspsk: Free username on finalizePeter Maydell1-0/+1
2024-08-20hw/i386/pc: Ensure vmport prerequisites are fulfilledKamil Szczęk2-5/+10
2024-08-20hw/i386/pc: Unify vmport=auto handlingKamil Szczęk3-10/+5
2024-08-20hw/ppc/Kconfig: Add missing SERIAL_ISA dependency to POWERNV machineBernhard Beschow1-0/+1
2024-08-20target/sparc: Restrict STQF to sparcv9Richard Henderson2-2/+2
2024-08-20contrib/plugins/execlog: Fix shadowed declaration warningPierrick Bouvier1-2/+2
2024-08-20tests/avocado: Mark ppc_hv_tests.py as non-flaky after fixed console interactionNicholas Piggin1-1/+0
2024-08-20tests/avocado: exec_command should not consume console outputNicholas Piggin1-0/+7
2024-08-20linux-user/mips: Select Loongson CPU for Loongson binariesPhilippe Mathieu-Daudé1-0/+6
2024-08-20linux-user/mips: Select MIPS64R2-generic for Rel2 binariesPhilippe Mathieu-Daudé1-1/+6
2024-08-20linux-user/mips: Select Octeon68XX CPU for Octeon binariesPhilippe Mathieu-Daudé1-0/+8
2024-08-20linux-user/mips: Do not try to use removed R5900 CPUPhilippe Mathieu-Daudé2-6/+0
2024-08-20hw/remote/message.c: Don't directly invoke DeviceClass:resetPeter Maydell1-4/+1
2024-08-20hw/dma/xilinx_axidma: Use semicolon at end of statement, not commaPeter Maydell1-1/+1
2024-08-20target/mips: Load PTE as DATAPhilippe Mathieu-Daudé1-2/+2
2024-08-20target/mips: Use correct MMU index in get_pte()Philippe Mathieu-Daudé1-7/+12
2024-08-20target/mips: Pass page table entry size as MemOp to get_pte()Philippe Mathieu-Daudé1-31/+27
2024-08-20qemu-options.hx: correct formatting -smbios type=4Heinrich Schuchardt1-1/+1
2024-08-20hw/mips/loongson3_virt: Fix condition of IPI IOCSR connectionJiaxun Yang1-1/+1
2024-08-20hw/mips/loongson3_virt: Store core_iocsr into LoongsonMachineStateJiaxun Yang1-0/+3
2024-08-19Revert "hw/riscv/virt.c: imsics DT: add '#msi-cells'"Andrew Jones1-1/+0
2024-08-16plugins: fix race condition with scoreboardsPierrick Bouvier1-12/+31
2024-08-16docs/devel: update tcg-plugins pagePierrick Bouvier2-12/+50
2024-08-16docs: Fix some typos (found by typos) and grammar issuesStefan Weil7-10/+10
2024-08-16savevm: Fix load_snapshot error path crashNicholas Piggin1-0/+1
2024-08-16virtio-net: Use virtual time for RSC timersNicholas Piggin1-3/+3
2024-08-16virtio-net: Use replay_schedule_bh_event for bhs that affect machine stateNicholas Piggin1-5/+6
2024-08-16chardev: set record/replay on the base device of a muxed deviceNicholas Piggin1-21/+50