index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rust
/
qemu-api-macros
/
src
/
utils.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-05-02
target/i386: do not block singlestep for STI
Paolo Bonzini
1
-1
/
+5
2025-05-02
target/i386: do not trigger IRQ shadow for LSS
Paolo Bonzini
2
-13
/
+18
2025-05-02
target/i386/hvf: fix a compilation error
Wei Liu
1
-0
/
+1
2025-05-02
target/i386/emulate: remove rflags leftovers
Magnus Kulke
1
-11
/
+6
2025-05-02
rust/hpet: Support migration
Zhao Liu
2
-3
/
+146
2025-05-02
rust/timer: Define NANOSECONDS_PER_SECOND binding as u64
Zhao Liu
1
-0
/
+2
2025-05-02
rust/vmstate_test: Test varray with num field wrapped in BqlCell
Zhao Liu
1
-8
/
+33
2025-05-02
rust: assertions: Support index field wrapped in BqlCell
Paolo Bonzini
1
-16
/
+9
2025-05-02
vmstate: support varray for vmstate_clock!
Paolo Bonzini
1
-3
/
+10
2025-05-02
rust/vmstate: Add support for field_exists checks
Zhao Liu
1
-33
/
+37
2025-04-30
file-posix: Fix crash on discard_granularity == 0
Kevin Wolf
1
-1
/
+1
2025-04-28
tcg/sparc64: Implement CTPOP
Richard Henderson
1
-5
/
+22
2025-04-28
tcg/sparc64: Unexport use_vis3_instructions
Richard Henderson
2
-8
/
+4
2025-04-28
tcg: Remove tcg_out_op
Richard Henderson
11
-79
/
+3
2025-04-28
tcg: Convert qemu_st{2} to TCGOutOpLdSt{2}
Richard Henderson
11
-259
/
+272
2025-04-28
tcg: Convert qemu_ld{2} to TCGOutOpLoad{2}
Richard Henderson
11
-133
/
+283
2025-04-28
tcg: Merge INDEX_op_{ld,st}_{i32,i64,i128}
Richard Henderson
15
-304
/
+198
2025-04-28
tcg: Remove INDEX_op_qemu_st8_*
Richard Henderson
17
-44
/
+7
2025-04-28
tcg: Stash MemOp size in TCGOP_FLAGS
Richard Henderson
1
-2
/
+6
2025-04-28
tcg: Merge INDEX_op_st*_{i32,i64}
Richard Henderson
6
-108
/
+50
2025-04-28
tcg: Convert st to TCGOutOpStore
Richard Henderson
11
-312
/
+341
2025-04-28
tcg: Merge INDEX_op_ld*_{i32,i64}
Richard Henderson
6
-120
/
+81
2025-04-28
tcg: Convert ld to TCGOutOpLoad
Richard Henderson
11
-419
/
+721
2025-04-28
tcg: Formalize tcg_out_goto_ptr
Richard Henderson
11
-80
/
+71
2025-04-28
tcg: Formalize tcg_out_br
Richard Henderson
11
-53
/
+60
2025-04-28
tcg: Formalize tcg_out_mb
Richard Henderson
11
-51
/
+28
2025-04-28
tcg: Remove add2/sub2 opcodes
Richard Henderson
16
-217
/
+3
2025-04-28
tcg/tci: Implement add/sub carry opcodes
Richard Henderson
4
-101
/
+125
2025-04-28
tcg/sparc64: Implement add/sub carry opcodes
Richard Henderson
3
-110
/
+201
2025-04-28
tcg/sparc64: Hoist tcg_cond_to_bcond lookup out of tcg_out_movcc
Richard Henderson
1
-10
/
+11
2025-04-28
tcg/s390x: Use ADD LOGICAL WITH SIGNED IMMEDIATE
Richard Henderson
1
-1
/
+21
2025-04-28
tcg/s390x: Implement add/sub carry opcodes
Richard Henderson
3
-68
/
+95
2025-04-28
tcg/s390x: Add TCG_CT_CONST_N32
Richard Henderson
3
-3
/
+8
2025-04-28
tcg/s390x: Honor carry_live in tcg_out_movi
Richard Henderson
1
-14
/
+21
2025-04-28
tcg/ppc: Implement add/sub carry opcodes
Richard Henderson
4
-89
/
+153
2025-04-28
tcg/arm: Implement add/sub carry opcodes
Richard Henderson
3
-59
/
+161
2025-04-28
tcg/aarch64: Implement add/sub carry opcodes
Richard Henderson
3
-88
/
+150
2025-04-28
target/tricore: Use tcg_gen_addcio_i32 for gen_addc_CC
Richard Henderson
1
-6
/
+2
2025-04-28
target/sparc: Use tcg_gen_addcio_tl for gen_op_addcc_int
Richard Henderson
1
-2
/
+1
2025-04-28
target/sh4: Use tcg_gen_addcio_i32 for addc
Richard Henderson
1
-8
/
+2
2025-04-28
target/s390x: Use tcg_gen_addcio_i64 for op_addc64
Richard Henderson
1
-5
/
+1
2025-04-28
target/ppc: Use tcg_gen_addcio_tl for ADD and SUBF
Richard Henderson
1
-7
/
+4
2025-04-28
target/openrisc: Use tcg_gen_addcio_* for ADDC
Richard Henderson
1
-2
/
+1
2025-04-28
target/microblaze: Use tcg_gen_addcio_i32
Richard Henderson
1
-8
/
+2
2025-04-28
target/hppa: Use tcg_gen_addcio_i64
Richard Henderson
1
-11
/
+6
2025-04-28
target/arm: Use tcg_gen_addcio_* for ADCS
Richard Henderson
2
-20
/
+5
2025-04-28
tcg: Add tcg_gen_addcio_{i32,i64,tl}
Richard Henderson
3
-0
/
+101
2025-04-28
tcg/i386: Special case addci r, 0, 0
Richard Henderson
2
-3
/
+44
2025-04-28
tcg/i386: Implement add/sub carry opcodes
Richard Henderson
3
-49
/
+75
2025-04-28
tcg/i386: Honor carry_live in tcg_out_movi
Richard Henderson
1
-1
/
+1
[next]