aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-06target/hppa: Fix trans_ds for hppa64Richard Henderson1-11/+37
2023-11-06target/hppa: Truncate rotate count in trans_shrpw_sarRichard Henderson1-1/+4
2023-11-06target/hppa: Fix load in do_load_32Richard Henderson1-1/+1
2023-11-06target/hppa: Fix hppa64 case in machine.cRichard Henderson1-2/+2
2023-11-06target/hppa: Remove load_constRichard Henderson1-14/+7
2023-11-06target/hppa: Remove get_temp_tlRichard Henderson1-25/+3
2023-11-06target/hppa: Remove get_tempRichard Henderson1-45/+31
2023-11-06target/hppa: Populate an interval tree with valid tlb entriesRichard Henderson4-71/+167
2023-11-06target/hppa: Split out hppa_flush_tlb_rangeRichard Henderson1-15/+24
2023-11-06target/hppa: Always report one page to tlb_set_pageRichard Henderson2-4/+12
2023-11-06target/hppa: Use IntervalTreeNode in HPPATLBEntryRichard Henderson3-19/+23
2023-11-06target/hppa: Rename hppa_tlb_entry to HPPATLBEntryRichard Henderson3-22/+22
2023-11-06target/hppa: Include PSW_P in tb flags and mmu indexRichard Henderson4-27/+30
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-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