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
/
scripts
/
qapi-gen.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-07-13
target/openrisc: Use tcg_constant_*
Richard Henderson
1
-33
/
+9
2021-07-13
target/alpha: Use tcg_constant_* elsewhere
Richard Henderson
1
-32
/
+14
2021-07-13
target/alpha: Use tcg_constant_i64 for zero and lit
Richard Henderson
1
-14
/
+2
2021-07-13
target/alpha: Use dest_sink for HW_RET temporary
Richard Henderson
1
-1
/
+1
2021-07-13
target/alpha: Store set into rx flag
Richard Henderson
1
-5
/
+1
2021-07-13
target/i386: Correct implementation for FCS, FIP, FDS and FDP
Ziqiao Kong
3
-9
/
+56
2021-07-13
target/i386: Split out do_fninit
Richard Henderson
1
-14
/
+8
2021-07-13
target/i386: Trivial code motion and code style fix
Ziqiao Kong
1
-435
/
+446
2021-07-13
target/i386: Tidy hw_breakpoint_remove
Dmitry Voronetskiy
1
-2
/
+2
2021-07-12
trace, lttng: require .pc files
Paolo Bonzini
3
-21
/
+3
2021-07-12
trace/simple: add st_init_group
Gerd Hoffmann
3
-0
/
+17
2021-07-12
trace/simple: pass iter to st_write_event_mapping
Gerd Hoffmann
1
-5
/
+5
2021-07-12
trace: add trace_event_iter_init_group
Gerd Hoffmann
2
-3
/
+29
2021-07-12
trace: iter init tweaks
Gerd Hoffmann
6
-16
/
+31
2021-07-12
qemu-trace-stap: changing SYSTEMTAP_TAPSET considered harmful.
Gerd Hoffmann
1
-10
/
+4
2021-07-12
nbd: register yank function earlier
Lukas Straub
1
-3
/
+5
2021-07-12
qemu-img: Reword 'qemu-img map --output=json' docs
Eric Blake
1
-10
/
+10
2021-07-12
qemu-img: Make unallocated part of backing chain obvious in map
Eric Blake
18
-690
/
+749
2021-07-12
iotests: Improve and rename test 309 to nbd-qemu-allocation
Eric Blake
2
-2
/
+15
2021-07-12
hw/sd/sdcard: Check for valid address range in SEND_WRITE_PROT (CMD30)
Philippe Mathieu-Daudé
4
-1
/
+74
2021-07-12
hw/sd/sdcard: Extract address_in_range() helper, log invalid accesses
Philippe Mathieu-Daudé
1
-12
/
+21
2021-07-12
hw/sd/sdcard: When card is in wrong state, log which state it is
Philippe Mathieu-Daudé
1
-1
/
+2
2021-07-11
dp8393x: don't force 32-bit register access
Mark Cave-Ayland
1
-5
/
+9
2021-07-11
dp8393x: Rewrite dp8393x_get() / dp8393x_put()
Philippe Mathieu-Daudé
1
-97
/
+63
2021-07-11
dp8393x: Store CAM registers as 16-bit
Philippe Mathieu-Daudé
1
-15
/
+12
2021-07-11
dp8393x: Replace 0x40 magic value by SONIC_REG_COUNT definition
Philippe Mathieu-Daudé
1
-3
/
+4
2021-07-11
dp8393x: Replace address_space_rw(is_write=1) by address_space_write()
Philippe Mathieu-Daudé
1
-4
/
+4
2021-07-11
dp8393x: fix CAM descriptor entry index
Mark Cave-Ayland
1
-2
/
+2
2021-07-11
target/mips: Rewrite UHI errno_mips() using switch statement
Philippe Mathieu-Daudé
1
-15
/
+9
2021-07-11
target/mips/tx79: Introduce SQ opcode (Store Quadword)
Philippe Mathieu-Daudé
2
-0
/
+28
2021-07-11
target/mips/tx79: Introduce LQ opcode (Load Quadword)
Philippe Mathieu-Daudé
3
-14
/
+45
2021-07-11
target/mips/tx79: Introduce PROT3W opcode (Parallel Rotate 3 Words)
Philippe Mathieu-Daudé
2
-0
/
+29
2021-07-11
target/mips/tx79: Introduce PPACW opcode (Parallel Pack to Word)
Philippe Mathieu-Daudé
2
-0
/
+31
2021-07-11
target/mips/tx79: Introduce PCGT* (Parallel Compare for Greater Than)
Philippe Mathieu-Daudé
2
-0
/
+21
2021-07-11
target/mips/tx79: Introduce PCEQ* opcodes (Parallel Compare for Equal)
Philippe Mathieu-Daudé
2
-0
/
+69
2021-07-11
target/mips/tx79: Introduce PEXTL[BHW] opcodes (Parallel Extend Lower)
Philippe Mathieu-Daudé
2
-0
/
+78
2021-07-11
target/mips/tx79: Introduce PEXTUW (Parallel Extend Upper from Word)
Philippe Mathieu-Daudé
2
-0
/
+34
2021-07-11
target/mips/tx79: Introduce PSUB* opcodes (Parallel Subtract)
Philippe Mathieu-Daudé
2
-0
/
+25
2021-07-11
target/mips/tx79: Introduce PAND/POR/PXOR/PNOR opcodes (parallel logic)
Philippe Mathieu-Daudé
2
-0
/
+58
2021-07-11
hw/pci-host/raven: Add PCI_IO_BASE_ADDR definition
Philippe Mathieu-Daudé
1
-4
/
+7
2021-07-11
hw/pci-host: Rename Raven ASIC PCI bridge as raven.c
Philippe Mathieu-Daudé
5
-4
/
+4
2021-07-09
cpu: Add breakpoint tracepoints
Richard Henderson
2
-4
/
+14
2021-07-09
tcg: Remove TCG_TARGET_HAS_goto_ptr
Richard Henderson
12
-18
/
+4
2021-07-09
accel/tcg: Log tb->cflags with -d exec
Richard Henderson
1
-3
/
+3
2021-07-09
accel/tcg: Split out log_cpu_exec
Richard Henderson
1
-27
/
+34
2021-07-09
accel/tcg: Move tb_lookup to cpu-exec.c
Richard Henderson
2
-50
/
+30
2021-07-09
accel/tcg: Move helper_lookup_tb_ptr to cpu-exec.c
Richard Henderson
2
-22
/
+30
2021-07-09
target/i386: Use cpu_breakpoint_test in breakpoint_handler
Richard Henderson
1
-9
/
+3
2021-07-09
tcg: Fix prologue disassembly
Richard Henderson
1
-2
/
+2
2021-07-09
util/guest-random: Fix size arg to tail memcpy
Mark Nelson
1
-1
/
+1
[next]