aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-06target/arm: Fix A64 LDRA immediate decodepull-target-arm-20231106Peter Maydell
2023-11-06hw/arm/vexpress-a9: Remove useless mapping of RAM at address 0Peter Maydell
2023-11-06io/channel-socket: qio_channel_socket_flush(): improve msg validationVladimir Sementsov-Ogievskiy
2023-11-06hw/core/loader: gunzip(): initialize z_streamVladimir Sementsov-Ogievskiy
2023-11-06block/nvme: nvme_process_completion() fix bound for cidVladimir Sementsov-Ogievskiy
2023-11-06mc146818rtc: rtc_set_time(): initialize tm to zeroesVladimir Sementsov-Ogievskiy
2023-11-06util/filemonitor-inotify: qemu_file_monitor_watch(): assert no overflowVladimir Sementsov-Ogievskiy
2023-11-06hw/i386/intel_iommu: vtd_slpte_nonzero_rsvd(): assert no overflowVladimir Sementsov-Ogievskiy
2023-11-06tests/qtest/bios-tables-test: Update virt SPCR and DBG2 golden referencesPeter Maydell
2023-11-06hw/arm/virt: Report correct register sizes in ACPI DBG2/SPCR tables.Udo Steinberg
2023-11-06tests/qtest/bios-tables-test: Allow changes to virt SPCR and DBG2Peter Maydell
2023-11-06hw/arm/virt: fix PMU IRQ registrationSebastian Ott
2023-11-06Merge tag 'pull-sp-20231105' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2023-11-06Merge tag 'migration-20231103-pull-request' of https://gitlab.com/juan.quinte...Stefan Hajnoczi
2023-11-06Merge tag 'dump-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi
2023-11-06Merge tag 'pull-loongarch-20231103' of https://gitlab.com/gaosong/qemu into s...Stefan Hajnoczi
2023-11-05target/sparc: Check for invalid cond in gen_compare_regRichard Henderson
2023-11-05target/sparc: Implement UDIV inlineRichard Henderson
2023-11-05target/sparc: Implement UDIVX and SDIVX inlineRichard Henderson
2023-11-05target/sparc: Discard cpu_cond at the end of each insnRichard Henderson
2023-11-05target/sparc: Record entire jump condition in DisasContextRichard Henderson
2023-11-05target/sparc: Merge gen_op_next_insn into only callerRichard Henderson
2023-11-05target/sparc: Pass displacement to advance_jump_condRichard Henderson
2023-11-05target/sparc: Merge advance_jump_uncond_{never,always} into advance_jump_condRichard Henderson
2023-11-05target/sparc: Merge gen_branch2 into advance_pcRichard Henderson
2023-11-05target/sparc: Do flush_cond in advance_jump_condRichard Henderson
2023-11-05target/sparc: Always copy conditions into a new temporaryRichard Henderson
2023-11-05target/sparc: Change DisasCompare.c2 to intRichard Henderson
2023-11-05target/sparc: Remove DisasCompare.is_boolRichard Henderson
2023-11-05target/sparc: Remove CC_OP leftoversRichard Henderson
2023-11-05target/sparc: Remove CC_OP_TADDTV, CC_OP_TSUBTVRichard Henderson
2023-11-05target/sparc: Remove CC_OP_SUB, CC_OP_SUBX, CC_OP_TSUBRichard Henderson
2023-11-05target/sparc: Remove CC_OP_ADD, CC_OP_ADDX, CC_OP_TADDRichard Henderson
2023-11-05target/sparc: Remove CC_OP_DIVRichard Henderson
2023-11-05target/sparc: Remove CC_OP_LOGICRichard Henderson
2023-11-05target/sparc: Split psr and xcc into componentsRichard Henderson
2023-11-05target/sparc: Introduce cpu_put_psr_iccRichard Henderson
2023-11-03migration: Unlock mutex in error caseJuan Quintela
2023-11-03docs/migration: Add the dirty limit sectionHyman Huang
2023-11-03tests/migration: Introduce dirty-limit into guestperfHyman Huang
2023-11-03tests/migration: Introduce dirty-ring-size option into guestperfHyman Huang
2023-11-03tests: Add migration dirty-limit capability testHyman Huang
2023-11-03system/dirtylimit: Drop the reduplicative checkHyman Huang
2023-11-03system/dirtylimit: Fix a race situationHyman Huang
2023-11-03linux-user/loongarch64: Add LASX sigcontext save/restoreSong Gao
2023-11-03linux-user/loongarch64: Add LSX sigcontext save/restoreSong Gao
2023-11-03linux-user/loongarch64: Use abi_{ulong,uint} typesSong Gao
2023-11-03linux-user/loongarch64: setup_sigframe() set 'end' context size 0Song Gao
2023-11-03linux-user/loongarch64: Fix setup_extcontext alloc wrong fpu_context sizeSong Gao
2023-11-03linux-user/loongarch64: Use traps to track LSX/LASX usageRichard Henderson