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-03
tricore: switch boards to "default y"
Paolo Bonzini
3
-3
/
+10
2024-05-03
sparc: switch boards to "default y"
Paolo Bonzini
5
-10
/
+17
2024-05-03
sh4: switch boards to "default y"
Paolo Bonzini
3
-6
/
+8
2024-05-03
s390x: switch boards to "default y"
Paolo Bonzini
3
-5
/
+6
2024-05-03
rx: switch boards to "default y"
Paolo Bonzini
3
-2
/
+5
2024-05-03
riscv: switch boards to "default y"
Paolo Bonzini
4
-16
/
+28
2024-05-03
ppc: switch boards to "default y"
Paolo Bonzini
5
-18
/
+45
2024-05-03
openrisc: switch boards to "default y"
Paolo Bonzini
3
-4
/
+7
2024-05-03
mips: switch boards to "default y"
Paolo Bonzini
5
-8
/
+26
2024-05-03
meson: make target endianneess available to Kconfig
Paolo Bonzini
2
-5
/
+10
2024-05-03
microblaze: switch boards to "default y"
Paolo Bonzini
3
-6
/
+12
2024-05-03
m68k: switch boards to "default y"
Paolo Bonzini
3
-8
/
+17
2024-05-03
loongarch: switch boards to "default y"
Paolo Bonzini
3
-3
/
+6
2024-05-03
i386: switch boards to "default y"
Paolo Bonzini
4
-8
/
+17
2024-05-03
hppa: switch boards to "default y"
Paolo Bonzini
3
-4
/
+5
2024-05-03
cris: switch boards to "default y"
Paolo Bonzini
3
-4
/
+6
2024-05-03
avr: switch boards to "default y"
Paolo Bonzini
2
-3
/
+5
2024-05-03
arm: switch boards to "default y"
Paolo Bonzini
3
-1
/
+5
2024-05-03
alpha: switch boards to "default y"
Paolo Bonzini
3
-4
/
+5
2024-05-03
configs: list "implied" device groups in the default configs
Paolo Bonzini
7
-4
/
+21
2024-05-03
kvm: ppc: disable sPAPR code if CONFIG_PSERIES is disabled
Paolo Bonzini
1
-4
/
+13
2024-05-03
gitlab-ci: adjust msys2-64bit to be able to run qtest
Paolo Bonzini
1
-4
/
+1
2024-05-03
tests/qtest: skip m48t59-test if the machine is absent
Paolo Bonzini
1
-5
/
+6
2024-05-03
Kconfig: kvm: allow building without any board
Paolo Bonzini
2
-0
/
+4
2024-05-03
target/i386: Give IRQs a chance when resetting HF_INHIBIT_IRQ_MASK
Ruihan Li
1
-4
/
+10
2024-05-01
qga: Implement SSH commands for Windows
aidaleuc
4
-11
/
+749
2024-05-01
qga: Refactor common SSH functions
aidaleuc
4
-47
/
+63
2024-05-01
qga/commands-posix: qmp_guest_set_user_password: use ga_run_command helper
Andrey Drobyshev
1
-83
/
+13
2024-05-01
qga/commands-posix: don't do fork()/exec() when suspending via sysfs
Andrey Drobyshev
1
-36
/
+5
2024-05-01
qga/commands-posix: execute_fsfreeze_hook: use ga_run_command helper
Andrey Drobyshev
1
-32
/
+3
2024-05-01
qga/commands-posix: qmp_guest_set_time: use ga_run_command helper
Andrey Drobyshev
1
-40
/
+3
2024-05-01
qga/commands-posix: qmp_guest_shutdown: use ga_run_command helper
Andrey Drobyshev
1
-33
/
+6
2024-05-01
qga: introduce ga_run_command() helper for guest cmd execution
Andrey Drobyshev
1
-0
/
+150
2024-05-01
qga: guest-get-fsinfo: add optional 'total-bytes-privileged' field
Andrey Drobyshev
3
-2
/
+8
2024-04-30
plugins: Update the documentation block for plugin-gen.c
Richard Henderson
1
-27
/
+4
2024-04-30
plugins: Inline plugin_gen_empty_callback
Richard Henderson
1
-16
/
+3
2024-04-30
plugins: Merge qemu_plugin_tb_insn_get to plugin-gen.c
Richard Henderson
2
-46
/
+32
2024-04-30
plugins: Split out common cb expanders
Richard Henderson
1
-43
/
+41
2024-04-30
plugins: Replace pr_ops with a proper debug dump flag
Richard Henderson
5
-57
/
+45
2024-04-30
plugins: Introduce PLUGIN_CB_MEM_REGULAR
Richard Henderson
3
-3
/
+4
2024-04-30
plugins: Simplify callback queues
Richard Henderson
3
-78
/
+65
2024-04-30
tcg: Remove INDEX_op_plugin_cb_{start,end}
Richard Henderson
4
-32
/
+0
2024-04-30
tcg: Remove TCG_CALL_PLUGIN
Richard Henderson
3
-11
/
+5
2024-04-30
plugins: Remove plugin helpers
Richard Henderson
4
-33
/
+0
2024-04-30
plugins: Use emit_before_op for PLUGIN_GEN_FROM_MEM
Richard Henderson
6
-372
/
+55
2024-04-30
plugins: Use emit_before_op for PLUGIN_GEN_FROM_INSN
Richard Henderson
3
-228
/
+67
2024-04-30
plugins: Add PLUGIN_GEN_AFTER_TB
Richard Henderson
1
-21
/
+16
2024-04-30
plugins: Use emit_before_op for PLUGIN_GEN_FROM_TB
Richard Henderson
2
-44
/
+58
2024-04-30
plugins: Use emit_before_op for PLUGIN_GEN_AFTER_INSN
Richard Henderson
4
-31
/
+50
2024-04-30
plugins: Create TCGHelperInfo for all out-of-line callbacks
Richard Henderson
2
-6
/
+46
[next]