index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
coverage
/
compare_gcov_json.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-05-07
target/i386: allow instructions with more than one immediate
Paolo Bonzini
3
-7
/
+16
2024-05-07
target/i386: extract gen_far_call/jmp, reordering temporaries
Paolo Bonzini
1
-40
/
+53
2024-05-07
target/i386: move 00-5F opcodes to new decoder
Paolo Bonzini
3
-1
/
+323
2024-05-07
target/i386: reintroduce debugging mechanism
Paolo Bonzini
2
-0
/
+30
2024-05-07
target/i386: cleanup *gen_eob*
Paolo Bonzini
1
-13
/
+12
2024-05-07
target/i386: clarify the "reg" argument of functions returning CCPrepare
Paolo Bonzini
1
-7
/
+8
2024-05-07
target/i386: do not use s->T0 and s->T1 as scratch registers for CCPrepare
Paolo Bonzini
1
-7
/
+10
2024-05-07
target/i386: extend cc_* when using them to compute flags
Paolo Bonzini
1
-26
/
+18
2024-05-07
target/i386: pull cc_op update to callers of gen_jmp_rel{,_csize}
Paolo Bonzini
1
-3
/
+5
2024-05-07
target/i386: cleanup cc_op changes for REP/REPZ/REPNZ
Paolo Bonzini
1
-4
/
+10
2024-05-07
target/i386: cc_op is not dynamic in gen_jcc1
Paolo Bonzini
1
-2
/
+2
2024-05-07
target/i386: remove mask from CCPrepare
Paolo Bonzini
1
-54
/
+27
2024-05-07
target/i386: use TSTEQ/TSTNE to check flags
Paolo Bonzini
1
-16
/
+16
2024-05-07
target/i386: use TSTEQ/TSTNE to test low bits
Paolo Bonzini
2
-11
/
+22
2024-05-07
target/i386: Fix CPUID encoding of Fn8000001E_ECX
Babu Moger
3
-8
/
+17
2024-05-06
MAINTAINERS: Update my email address
Bin Meng
1
-4
/
+4
2024-05-06
MAINTAINERS: Update Aleksandar Rikalo email
Aleksandar Rikalo
1
-5
/
+5
2024-05-06
system: Pass RAM MemoryRegion and is_write in xen_map_cache()
Edgar E. Iglesias
3
-16
/
+36
2024-05-06
xen: mapcache: Break out xen_map_cache_init_single()
Edgar E. Iglesias
1
-21
/
+32
2024-05-06
xen: mapcache: Break out xen_invalidate_map_cache_single()
Edgar E. Iglesias
1
-10
/
+15
2024-05-06
xen: mapcache: Refactor xen_invalidate_map_cache_entry_unlocked
Edgar E. Iglesias
1
-10
/
+11
2024-05-06
xen: mapcache: Refactor xen_replace_cache_entry_unlocked
Edgar E. Iglesias
1
-4
/
+6
2024-05-06
xen: mapcache: Break out xen_ram_addr_from_mapcache_single
Edgar E. Iglesias
1
-6
/
+11
2024-05-06
xen: mapcache: Refactor xen_remap_bucket for multi-instance
Edgar E. Iglesias
1
-4
/
+5
2024-05-06
xen: mapcache: Refactor xen_map_cache for multi-instance
Edgar E. Iglesias
1
-17
/
+18
2024-05-06
xen: mapcache: Refactor lock functions for multi-instance
Edgar E. Iglesias
1
-17
/
+17
2024-05-06
xen: let xen_ram_addr_from_mapcache() return -1 in case of not found entry
Juergen Gross
1
-7
/
+3
2024-05-06
system: let qemu_map_ram_ptr() use qemu_ram_ptr_length()
Juergen Gross
1
-33
/
+23
2024-05-06
user: Use get_task_state() helper
Philippe Mathieu-Daudé
3
-5
/
+6
2024-05-06
user: Declare get_task_state() once in 'accel/tcg/vcpu-state.h'
Philippe Mathieu-Daudé
3
-10
/
+20
2024-05-06
user: Forward declare TaskState type definition
Philippe Mathieu-Daudé
3
-4
/
+5
2024-05-06
qapi: Simplify QAPISchemaVariants @tag_member
Markus Armbruster
1
-26
/
+18
2024-05-06
qapi: Move conditional code from QAPISchemaVariants to its subtypes
Markus Armbruster
1
-70
/
+70
2024-05-06
qapi: Rename QAPISchemaAlternateType.variants to .alternatives
Markus Armbruster
1
-12
/
+13
2024-05-06
qapi: Rename QAPISchemaObjectType.variants to .branches
Markus Armbruster
5
-22
/
+22
2024-05-06
qapi: Rename visitor parameter @variants to @alternatives
Markus Armbruster
6
-12
/
+15
2024-05-06
qapi: Rename visitor parameter @variants to @branches
Markus Armbruster
6
-25
/
+25
2024-05-06
qapi: New QAPISchemaBranches, QAPISchemaAlternatives
Markus Armbruster
4
-18
/
+38
2024-05-06
accel/tcg: Move @plugin_mem_cbs from CPUState to CPUNegativeOffsetState
Philippe Mathieu-Daudé
5
-12
/
+13
2024-05-06
accel/tcg: Restrict cpu_plugin_mem_cbs_enabled() to TCG
Philippe Mathieu-Daudé
2
-17
/
+17
2024-05-06
accel/tcg: Restrict qemu_plugin_vcpu_exit_hook() to TCG plugins
Philippe Mathieu-Daudé
1
-0
/
+4
2024-05-06
accel/tcg: Update CPUNegativeOffsetState::can_do_io field documentation
Philippe Mathieu-Daudé
1
-4
/
+4
2024-05-06
accel/tcg: Move user definition of cpu_interrupt() to user-exec.c
Philippe Mathieu-Daudé
2
-9
/
+8
2024-05-06
accel/tcg: Access tcg_cflags with getter / setter
Philippe Mathieu-Daudé
23
-29
/
+44
2024-05-06
accel/tcg: Use cpu_loop_exit_requested() in cpu_loop_exec_tb()
Philippe Mathieu-Daudé
1
-5
/
+2
2024-05-06
exec/cpu: Extract page-protection definitions to page-protection.h
Philippe Mathieu-Daudé
59
-30
/
+100
2024-05-06
exec/cpu: Remove duplicated PAGE_PASSTHROUGH definition
Philippe Mathieu-Daudé
1
-6
/
+0
2024-05-06
exec/cpu: Remove obsolete PAGE_RESERVED definition
Philippe Mathieu-Daudé
1
-4
/
+0
2024-05-06
exec/cpu: Rename PAGE_BITS macro to PAGE_RWX
BALATON Zoltan
7
-10
/
+10
2024-05-06
exec/cpu: Indent TARGET_PAGE_foo definitions
Philippe Mathieu-Daudé
1
-12
/
+13
[next]