aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-07Merge tag 'pull-xenfv-stable-20231106' of git://git.infradead.org/users/dwmw2...Stefan Hajnoczi6-13/+31
2023-11-07Merge tag 'q800-for-8.2-pull-request' of https://github.com/vivier/qemu-m68k ...Stefan Hajnoczi1-8/+11
2023-11-06hw/xen: use correct default protocol for xen-block on x86David Woodhouse1-3/+7
2023-11-06hw/xen: take iothread mutex in xen_evtchn_reset_op()David Woodhouse1-0/+1
2023-11-06hw/xen: fix XenStore watch delivery to guestDavid Woodhouse1-3/+5
2023-11-06hw/xen: don't clear map_track[] in xen_gnttab_reset()David Woodhouse1-2/+0
2023-11-06hw/xen: select kernel mode for per-vCPU event channel upcall vectorDavid Woodhouse3-0/+14
2023-11-06i386/xen: fix per-vCPU upcall vector for Xen emulationDavid Woodhouse1-4/+4
2023-11-06i386/xen: Don't advertise XENFEAT_supervisor_mode_kernelDavid Woodhouse1-1/+0
2023-11-06Merge tag 'pull-sp-20231105' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi15-1381/+764
2023-11-06Merge tag 'migration-20231103-pull-request' of https://gitlab.com/juan.quinte...Stefan Hajnoczi10-70/+398
2023-11-06Merge tag 'dump-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi5-81/+134
2023-11-06Merge tag 'pull-loongarch-20231103' of https://gitlab.com/gaosong/qemu into s...Stefan Hajnoczi9-52/+318
2023-11-05target/sparc: Check for invalid cond in gen_compare_regRichard Henderson1-19/+26
2023-11-05target/sparc: Implement UDIV inlineRichard Henderson2-14/+56
2023-11-05target/sparc: Implement UDIVX and SDIVX inlineRichard Henderson4-44/+97
2023-11-05target/sparc: Discard cpu_cond at the end of each insnRichard Henderson1-0/+27
2023-11-05target/sparc: Record entire jump condition in DisasContextRichard Henderson1-11/+16
2023-11-05target/sparc: Merge gen_op_next_insn into only callerRichard Henderson1-7/+2
2023-11-05target/sparc: Pass displacement to advance_jump_condRichard Henderson1-7/+5
2023-11-05target/sparc: Merge advance_jump_uncond_{never,always} into advance_jump_condRichard Henderson1-44/+30
2023-11-05target/sparc: Merge gen_branch2 into advance_pcRichard Henderson1-14/+14
2023-11-05target/sparc: Do flush_cond in advance_jump_condRichard Henderson1-6/+4
2023-11-05target/sparc: Always copy conditions into a new temporaryRichard Henderson1-1/+2
2023-11-05target/sparc: Change DisasCompare.c2 to intRichard Henderson1-15/+18
2023-11-05target/sparc: Remove DisasCompare.is_boolRichard Henderson1-15/+7
2023-11-05target/sparc: Remove CC_OP leftoversRichard Henderson10-178/+26
2023-11-05target/sparc: Remove CC_OP_TADDTV, CC_OP_TSUBTVRichard Henderson4-200/+32
2023-11-05target/sparc: Remove CC_OP_SUB, CC_OP_SUBX, CC_OP_TSUBRichard Henderson3-261/+42
2023-11-05target/sparc: Remove CC_OP_ADD, CC_OP_ADDX, CC_OP_TADDRichard Henderson3-255/+87
2023-11-05target/sparc: Remove CC_OP_DIVRichard Henderson5-110/+93
2023-11-05target/sparc: Remove CC_OP_LOGICRichard Henderson3-53/+28
2023-11-05target/sparc: Split psr and xcc into componentsRichard Henderson7-270/+289
2023-11-05target/sparc: Introduce cpu_put_psr_iccRichard Henderson3-2/+8
2023-11-05macfb: allow reads from the DAFB_LUT registerMark Cave-Ayland1-0/+5
2023-11-05macfb: allow larger write accesses to the DAFB_LUT registerMark Cave-Ayland1-3/+3
2023-11-05macfb: rename DAFB_RESET to DAFB_LUT_INDEXMark Cave-Ayland1-3/+3
2023-11-05macfb: don't clear interrupts when writing to DAFB_RESETMark Cave-Ayland1-2/+0
2023-11-03migration: Unlock mutex in error caseJuan Quintela1-52/+52
2023-11-03docs/migration: Add the dirty limit sectionHyman Huang1-0/+71
2023-11-03tests/migration: Introduce dirty-limit into guestperfHyman Huang5-4/+81
2023-11-03tests/migration: Introduce dirty-ring-size option into guestperfHyman Huang3-4/+16
2023-11-03tests: Add migration dirty-limit capability testHyman Huang1-0/+164
2023-11-03system/dirtylimit: Drop the reduplicative checkHyman Huang1-4/+0
2023-11-03system/dirtylimit: Fix a race situationHyman Huang1-6/+14
2023-11-03linux-user/loongarch64: Add LASX sigcontext save/restoreSong Gao1-6/+62
2023-11-03linux-user/loongarch64: Add LSX sigcontext save/restoreSong Gao1-20/+87
2023-11-03linux-user/loongarch64: Use abi_{ulong,uint} typesSong Gao1-12/+12
2023-11-03linux-user/loongarch64: setup_sigframe() set 'end' context size 0Song Gao1-1/+1
2023-11-03linux-user/loongarch64: Fix setup_extcontext alloc wrong fpu_context sizeSong Gao1-1/+1