aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-16Update version for 9.0.2 releasev9.0.2staging-9.0stable-9.0Michael Tokarev1-1/+1
2024-07-12hw/nvme: fix number of PIDs for FDP RUH updateVincent Fu1-1/+1
2024-07-08sphinx/qapidoc: Fix to generate doc for explicit, unboxed argumentsMarkus Armbruster2-14/+5
2024-07-05char-stdio: Restore blocking mode of stdout on exitMaxim Mikityanskiy1-0/+4
2024-07-05virtio: remove virtio_tswap16s() call in vring_packed_event_read()Stefano Garzarella1-1/+0
2024-07-05virtio-pci: Fix the failure process in kvm_virtio_pci_vector_use_one()Cindy Lu1-16/+2
2024-07-04tcg/optimize: Fix TCG_COND_TST* simplification of setcond2Richard Henderson3-1/+33
2024-07-03block: Parse filenames only when explicitly requestedKevin Wolf1-33/+57
2024-07-03iotests/270: Don't store data-file with json: prefix in imageKevin Wolf1-3/+11
2024-07-03iotests/244: Don't store data-file with protocol in imageKevin Wolf1-3/+16
2024-07-03qcow2: Don't open data_file with BDRV_O_NO_IOKevin Wolf3-5/+26
2024-07-03tests: add testing of parameter=1 for SMP topologyDaniel P. Berrangé1-0/+8
2024-07-03hw/core: allow parameter=1 for SMP topology on any machineDaniel P. Berrangé2-50/+26
2024-07-02target/arm: Fix FJCVTZS vs flush-to-zeroRichard Henderson3-10/+32
2024-07-02target/arm: Fix VCMLA Dd, Dn, Dm[idx]Richard Henderson1-2/+2
2024-07-01i386/cpu: fixup number of addressable IDs for processor cores in the physical...Chuang Xu1-4/+2
2024-06-30tests: Update our CI to use CentOS Stream 9 instead of 8Thomas Huth6-54/+26
2024-06-22migration: Fix file migration with fdsetFabiano Rosas1-2/+9
2024-06-20tcg/loongarch64: Fix tcg_out_movi vs some pcrel pointersRichard Henderson1-17/+15
2024-06-20target/sparc: use signed denominator in sdiv helperClément Chigot1-1/+1
2024-06-20linux-user: Make TARGET_NR_setgroups affect only the current threadIlya Leoshkevich1-2/+8
2024-06-20accel/tcg: Fix typo causing tb->page_addr[1] to not be recordedAnton Johansson1-2/+2
2024-06-20stdvga: fix screen blankingGerd Hoffmann1-0/+7
2024-06-20hw/audio/virtio-snd: Always use little endian audio formatPhilippe Mathieu-Daudé1-1/+1
2024-06-14Revert "monitor: use aio_co_reschedule_self()"Stefan Hajnoczi1-2/+5
2024-06-11ui/gtk: Draw guest frame at refresh cycleDongwon Kim2-0/+2
2024-06-11virtio-net: drop too short packets earlyAlexey Dobriyan1-6/+12
2024-06-11target/i386: fix size of EBP writeback in gen_enter()Mark Cave-Ayland1-1/+1
2024-06-09Update version for 9.0.1 releasev9.0.1Michael Tokarev1-1/+1
2024-06-07target/loongarch: fix a wrong print in cpu dumplanyanzhi1-1/+1
2024-06-06ui/sdl2: Allow host to power down screenBernhard Beschow1-0/+1
2024-06-06virtio-gpu: fix v2 migrationMarc-André Lureau3-8/+24
2024-06-06target/i386: fix SSE and SSE2 feature checkXinyu Li1-2/+2
2024-06-06target/i386: fix xsave.flat from kvm-unit-testsPaolo Bonzini1-0/+5
2024-06-05disas/riscv: Decode all of the pmpcfg and pmpaddr CSRsAlistair Francis1-1/+64
2024-06-05riscv, gdbstub.c: fix reg_width in ricsv_gen_dynamic_vector_feature()Daniel Henrique Barboza1-3/+3
2024-06-05target/riscv/kvm.c: Fix the hart bit setting of AIAYong-Xuan Wang1-1/+8
2024-06-05target/riscv: rvzicbo: Fixup CBO extension register calculationAlistair Francis1-4/+12
2024-06-05target/riscv: do not set mtval2 for non guest-page faultsAlexei Filippov1-6/+6
2024-06-05target/riscv: prioritize pmp errors in raise_mmu_exception()Daniel Henrique Barboza1-10/+12
2024-06-05target/riscv: rvv: Remove redudant SEW checking for vector fp narrow/widen in...Max Chou1-12/+4
2024-06-05target/riscv: rvv: Check single width operator for vfncvt.rod.f.f.wMax Chou1-0/+1
2024-06-05target/riscv: rvv: Check single width operator for vector fp widen instructionsMax Chou1-0/+5
2024-06-05target/riscv: rvv: Fix Zvfhmin checking for vfwcvt.f.f.v and vfncvt.f.f.w ins...Max Chou1-2/+18
2024-06-05target/riscv/cpu.c: fix Zvkb extension configYangyu Chen1-1/+1
2024-06-05target/riscv: Fix the element agnostic function problemHuang Tao1-0/+22
2024-06-05target/riscv/kvm: tolerate KVM disable ext errorsDaniel Henrique Barboza1-4/+8
2024-06-05target/riscv/kvm: Fix exposure of ZkrAndrew Jones3-4/+42
2024-06-05hw/intc/riscv_aplic: APLICs should add child earlier than realizeyang.zhang1-4/+4
2024-06-05iotests: test NBD+TLS+iothreadEric Blake2-0/+222