OSDN Git Service

qmiga/qemu.git
2023-11-07 Richard Hendersontarget/hppa: Remove TARGET_REGISTER_BITS
2023-11-07 Richard Hendersonhw/hppa: Use uint32_t instead of target_ureg
2023-11-07 Richard Hendersontarget/hppa: Implement IDTLBT, IITLBT
2023-11-07 Richard Hendersontarget/hppa: Implement STDBY
2023-11-07 Richard Hendersontarget/hppa: Implement CLRBTS, POPBTS, PUSHBTS, PUSHNOM
2023-11-07 Richard Hendersontarget/hppa: Implement SHRPD
2023-11-07 Richard Hendersontarget/hppa: Implement EXTRD
2023-11-07 Richard Hendersontarget/hppa: Implement DEPD, DEPDI
2023-11-07 Richard Hendersontarget/hppa: Implement LDD, LDCD, LDDA, STD, STDA
2023-11-07 Richard Hendersontarget/hppa: Decode ADDB double-word
2023-11-07 Richard Hendersontarget/hppa: Decode CMPIB double-word
2023-11-07 Richard Hendersontarget/hppa: Decode d for cmpb instructions
2023-11-07 Richard Hendersontarget/hppa: Decode d for bb instructions
2023-11-07 Richard Hendersontarget/hppa: Decode d for sub instructions
2023-11-07 Richard Hendersontarget/hppa: Decode d for add instructions
2023-11-07 Richard Hendersontarget/hppa: Decode d for cmpclr instructions
2023-11-07 Richard Hendersontarget/hppa: Decode d for unit instructions
2023-11-07 Richard Hendersontarget/hppa: Decode d for logical instructions
2023-11-07 Richard Hendersontarget/hppa: Remove TARGET_HPPA64
2023-11-07 Richard Hendersontarget/hppa: Drop attempted gdbstub support for hppa64
2023-11-07 Richard Hendersonlinux-user/hppa: Fixes for TARGET_ABI32
2023-11-07 Richard Hendersontarget/hppa: Pass d to do_unit_cond
2023-11-07 Richard Hendersontarget/hppa: Pass d to do_sed_cond
2023-11-07 Richard Hendersontarget/hppa: Pass d to do_log_cond
2023-11-07 Richard Hendersontarget/hppa: Pass d to do_sub_cond
2023-11-07 Richard Hendersontarget/hppa: Pass d to do_cond
2023-11-07 Helge Dellertarget/hppa: sar register allows only 5 bits on 32...
2023-11-07 Richard Hendersontarget/hppa: Mask inputs in copy_iaoq_entry
2023-11-07 Richard Hendersontarget/hppa: Use copy_iaoq_entry for link in do_ibranch
2023-11-07 Richard Hendersontarget/hppa: Always use copy_iaoq_entry to set cpu_iaoq...
2023-11-07 Richard Hendersontarget/hppa: Pass DisasContext to copy_iaoq_entry
2023-11-07 Richard Hendersontarget/hppa: Fix hppa64 addressing
2023-11-07 Richard Hendersontarget/hppa: Adjust hppa_cpu_dump_state for hppa64
2023-11-07 Richard Hendersontarget/hppa: Handle absolute addresses for pa2.0
2023-11-07 Richard Hendersontarget/hppa: Update cpu_hppa_get/put_psw for hppa64
2023-11-07 Richard Hendersontarget/hppa: Implement hppa_cpu_class_by_name
2023-11-07 Richard Hendersontarget/hppa: Implement cpu_list
2023-11-07 Richard Hendersontarget/hppa: Make HPPA_BTLB_ENTRIES variable
2023-11-07 Richard Hendersontarget/hppa: Introduce TYPE_HPPA64_CPU
2023-11-07 Richard Hendersontarget/hppa: Fix extrw and depw with sar for hppa64
2023-11-07 Richard Hendersontarget/hppa: Fix bb_sar for hppa64
2023-11-07 Richard Hendersontarget/hppa: Fix do_add, do_sub for hppa64
2023-11-07 Richard Hendersontarget/hppa: Fix trans_ds for hppa64
2023-11-07 Richard Hendersontarget/hppa: Truncate rotate count in trans_shrpw_sar
2023-11-07 Richard Hendersontarget/hppa: Fix load in do_load_32
2023-11-07 Richard Hendersontarget/hppa: Fix hppa64 case in machine.c
2023-11-07 Richard Hendersontarget/hppa: Remove load_const
2023-11-07 Richard Hendersontarget/hppa: Remove get_temp_tl
2023-11-07 Richard Hendersontarget/hppa: Remove get_temp
2023-11-07 Richard Hendersontarget/hppa: Populate an interval tree with valid tlb...
2023-11-07 Richard Hendersontarget/hppa: Split out hppa_flush_tlb_range
2023-11-07 Richard Hendersontarget/hppa: Always report one page to tlb_set_page
2023-11-07 Richard Hendersontarget/hppa: Use IntervalTreeNode in HPPATLBEntry
2023-11-07 Richard Hendersontarget/hppa: Rename hppa_tlb_entry to HPPATLBEntry
2023-11-07 Richard Hendersontarget/hppa: Include PSW_P in tb flags and mmu index
2023-11-06 Stefan HajnocziMerge tag 'pull-sp-20231105' of https://gitlab.com...
2023-11-06 Stefan HajnocziMerge tag 'migration-20231103-pull-request' of https...
2023-11-06 Stefan HajnocziMerge tag 'dump-pull-request' of https://gitlab.com...
2023-11-06 Stefan HajnocziMerge tag 'pull-loongarch-20231103' of https://gitlab...
2023-11-05 Richard Hendersontarget/sparc: Check for invalid cond in gen_compare_reg
2023-11-05 Richard Hendersontarget/sparc: Implement UDIV inline
2023-11-05 Richard Hendersontarget/sparc: Implement UDIVX and SDIVX inline
2023-11-05 Richard Hendersontarget/sparc: Discard cpu_cond at the end of each insn
2023-11-05 Richard Hendersontarget/sparc: Record entire jump condition in DisasContext
2023-11-05 Richard Hendersontarget/sparc: Merge gen_op_next_insn into only caller
2023-11-05 Richard Hendersontarget/sparc: Pass displacement to advance_jump_cond
2023-11-05 Richard Hendersontarget/sparc: Merge advance_jump_uncond_{never,always...
2023-11-05 Richard Hendersontarget/sparc: Merge gen_branch2 into advance_pc
2023-11-05 Richard Hendersontarget/sparc: Do flush_cond in advance_jump_cond
2023-11-05 Richard Hendersontarget/sparc: Always copy conditions into a new temporary
2023-11-05 Richard Hendersontarget/sparc: Change DisasCompare.c2 to int
2023-11-05 Richard Hendersontarget/sparc: Remove DisasCompare.is_bool
2023-11-05 Richard Hendersontarget/sparc: Remove CC_OP leftovers
2023-11-05 Richard Hendersontarget/sparc: Remove CC_OP_TADDTV, CC_OP_TSUBTV
2023-11-05 Richard Hendersontarget/sparc: Remove CC_OP_SUB, CC_OP_SUBX, CC_OP_TSUB
2023-11-05 Richard Hendersontarget/sparc: Remove CC_OP_ADD, CC_OP_ADDX, CC_OP_TADD
2023-11-05 Richard Hendersontarget/sparc: Remove CC_OP_DIV
2023-11-05 Richard Hendersontarget/sparc: Remove CC_OP_LOGIC
2023-11-05 Richard Hendersontarget/sparc: Split psr and xcc into components
2023-11-05 Richard Hendersontarget/sparc: Introduce cpu_put_psr_icc
2023-11-03 Juan Quintelamigration: Unlock mutex in error case
2023-11-03 Hyman Huangdocs/migration: Add the dirty limit section
2023-11-03 Hyman Huangtests/migration: Introduce dirty-limit into guestperf
2023-11-03 Hyman Huangtests/migration: Introduce dirty-ring-size option into...
2023-11-03 Hyman Huangtests: Add migration dirty-limit capability test
2023-11-03 Hyman Huangsystem/dirtylimit: Drop the reduplicative check
2023-11-03 Hyman Huangsystem/dirtylimit: Fix a race situation
2023-11-03 Song Gaolinux-user/loongarch64: Add LASX sigcontext save/restore
2023-11-03 Song Gaolinux-user/loongarch64: Add LSX sigcontext save/restore
2023-11-03 Song Gaolinux-user/loongarch64: Use abi_{ulong,uint} types
2023-11-03 Song Gaolinux-user/loongarch64: setup_sigframe() set 'end'...
2023-11-03 Song Gaolinux-user/loongarch64: Fix setup_extcontext alloc...
2023-11-03 Richard Hendersonlinux-user/loongarch64: Use traps to track LSX/LASX...
2023-11-03 Song Gaotarget/loongarch: Support 4K page size
2023-11-03 Song Gaotarget/loongarch: Implement query-cpu-model-expansion
2023-11-03 Song Gaotarget/loongarch: Allow user enable/disable LSX/LASX...
2023-11-03 Song Gaotarget/loongarch: Add cpu model 'max'
2023-11-03 Stefan HajnocziMerge tag 'pull-target-arm-20231102' of https://git...
2023-11-03 Stefan HajnocziMerge tag 'migration-20231102-pull-request' of https...
2023-11-02 Tong Hotests/qtest: Introduce tests for AMD/Xilinx Versal...
next