index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
openrisc: switch boards to "default y"
Paolo Bonzini
2024-05-03
3
-4
/
+7
*
mips: switch boards to "default y"
Paolo Bonzini
2024-05-03
5
-8
/
+26
*
meson: make target endianneess available to Kconfig
Paolo Bonzini
2024-05-03
2
-5
/
+10
*
microblaze: switch boards to "default y"
Paolo Bonzini
2024-05-03
3
-6
/
+12
*
m68k: switch boards to "default y"
Paolo Bonzini
2024-05-03
3
-8
/
+17
*
loongarch: switch boards to "default y"
Paolo Bonzini
2024-05-03
3
-3
/
+6
*
i386: switch boards to "default y"
Paolo Bonzini
2024-05-03
4
-8
/
+17
*
hppa: switch boards to "default y"
Paolo Bonzini
2024-05-03
3
-4
/
+5
*
cris: switch boards to "default y"
Paolo Bonzini
2024-05-03
3
-4
/
+6
*
avr: switch boards to "default y"
Paolo Bonzini
2024-05-03
2
-3
/
+5
*
arm: switch boards to "default y"
Paolo Bonzini
2024-05-03
3
-1
/
+5
*
alpha: switch boards to "default y"
Paolo Bonzini
2024-05-03
3
-4
/
+5
*
configs: list "implied" device groups in the default configs
Paolo Bonzini
2024-05-03
7
-4
/
+21
*
kvm: ppc: disable sPAPR code if CONFIG_PSERIES is disabled
Paolo Bonzini
2024-05-03
1
-4
/
+13
*
gitlab-ci: adjust msys2-64bit to be able to run qtest
Paolo Bonzini
2024-05-03
1
-4
/
+1
*
tests/qtest: skip m48t59-test if the machine is absent
Paolo Bonzini
2024-05-03
1
-5
/
+6
*
Kconfig: kvm: allow building without any board
Paolo Bonzini
2024-05-03
2
-0
/
+4
*
target/i386: Give IRQs a chance when resetting HF_INHIBIT_IRQ_MASK
Ruihan Li
2024-05-03
1
-4
/
+10
*
Merge tag 'pull-tcg-20240501' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
2024-05-01
19
-930
/
+391
|
\
|
*
plugins: Update the documentation block for plugin-gen.c
Richard Henderson
2024-04-30
1
-27
/
+4
|
*
plugins: Inline plugin_gen_empty_callback
Richard Henderson
2024-04-30
1
-16
/
+3
|
*
plugins: Merge qemu_plugin_tb_insn_get to plugin-gen.c
Richard Henderson
2024-04-30
2
-46
/
+32
|
*
plugins: Split out common cb expanders
Richard Henderson
2024-04-30
1
-43
/
+41
|
*
plugins: Replace pr_ops with a proper debug dump flag
Richard Henderson
2024-04-30
5
-57
/
+45
|
*
plugins: Introduce PLUGIN_CB_MEM_REGULAR
Richard Henderson
2024-04-30
3
-3
/
+4
|
*
plugins: Simplify callback queues
Richard Henderson
2024-04-30
3
-78
/
+65
|
*
tcg: Remove INDEX_op_plugin_cb_{start,end}
Richard Henderson
2024-04-30
4
-32
/
+0
|
*
tcg: Remove TCG_CALL_PLUGIN
Richard Henderson
2024-04-30
3
-11
/
+5
|
*
plugins: Remove plugin helpers
Richard Henderson
2024-04-30
4
-33
/
+0
|
*
plugins: Use emit_before_op for PLUGIN_GEN_FROM_MEM
Richard Henderson
2024-04-30
6
-372
/
+55
|
*
plugins: Use emit_before_op for PLUGIN_GEN_FROM_INSN
Richard Henderson
2024-04-30
3
-228
/
+67
|
*
plugins: Add PLUGIN_GEN_AFTER_TB
Richard Henderson
2024-04-30
1
-21
/
+16
|
*
plugins: Use emit_before_op for PLUGIN_GEN_FROM_TB
Richard Henderson
2024-04-30
2
-44
/
+58
|
*
plugins: Use emit_before_op for PLUGIN_GEN_AFTER_INSN
Richard Henderson
2024-04-30
4
-31
/
+50
|
*
plugins: Create TCGHelperInfo for all out-of-line callbacks
Richard Henderson
2024-04-30
2
-6
/
+46
|
*
plugins: Move function pointer in qemu_plugin_dyn_cb
Richard Henderson
2024-04-30
3
-7
/
+9
|
*
plugins: Zero new qemu_plugin_dyn_cb entries
Richard Henderson
2024-04-30
1
-1
/
+1
|
*
tcg: Pass function pointer to tcg_gen_call*
Richard Henderson
2024-04-30
3
-38
/
+52
|
*
tcg: Make tcg/helper-info.h self-contained
Richard Henderson
2024-04-30
3
-2
/
+4
*
|
Merge tag 'pull-ufs-20240429' of https://gitlab.com/jeuk20.kim/qemu into staging
Richard Henderson
2024-05-01
1
-0
/
+8
|
\
\
|
*
|
hw/ufs: Fix buffer overflow bug
Jeuk Kim
2024-04-29
1
-0
/
+8
*
|
|
Merge tag 'qga-pull-2024-05-01' of https://github.com/kostyanf14/qemu into staging
Richard Henderson
2024-05-01
9
-283
/
+999
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
qga: Implement SSH commands for Windows
aidaleuc
2024-05-01
4
-11
/
+749
|
*
|
qga: Refactor common SSH functions
aidaleuc
2024-05-01
4
-47
/
+63
|
*
|
qga/commands-posix: qmp_guest_set_user_password: use ga_run_command helper
Andrey Drobyshev
2024-05-01
1
-83
/
+13
|
*
|
qga/commands-posix: don't do fork()/exec() when suspending via sysfs
Andrey Drobyshev
2024-05-01
1
-36
/
+5
|
*
|
qga/commands-posix: execute_fsfreeze_hook: use ga_run_command helper
Andrey Drobyshev
2024-05-01
1
-32
/
+3
|
*
|
qga/commands-posix: qmp_guest_set_time: use ga_run_command helper
Andrey Drobyshev
2024-05-01
1
-40
/
+3
|
*
|
qga/commands-posix: qmp_guest_shutdown: use ga_run_command helper
Andrey Drobyshev
2024-05-01
1
-33
/
+6
|
*
|
qga: introduce ga_run_command() helper for guest cmd execution
Andrey Drobyshev
2024-05-01
1
-0
/
+150
[next]