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
/
source.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-05-03
qapi/machine: remove types from typedefs.h
Paolo Bonzini
2
-2
/
+1
2024-05-03
monitor: remove MonitorDef from typedefs.h
Paolo Bonzini
3
-7
/
+8
2024-05-03
migration: remove PostcopyDiscardState from typedefs.h
Paolo Bonzini
2
-3
/
+2
2024-05-03
lockable: remove QemuLockable from typedefs.h
Paolo Bonzini
3
-5
/
+4
2024-05-03
intc: remove PICCommonState from typedefs.h
Paolo Bonzini
2
-1
/
+2
2024-05-03
qemu-option: remove QemuOpt from typedefs.h
Paolo Bonzini
2
-1
/
+2
2024-05-03
net: remove AnnounceTimer from typedefs.h
Paolo Bonzini
2
-3
/
+2
2024-05-03
numa: remove types from typedefs.h
Paolo Bonzini
2
-6
/
+4
2024-05-03
qdev-core: remove DeviceListener from typedefs.h
Paolo Bonzini
2
-1
/
+1
2024-05-03
fw_cfg: remove useless declarations from typedefs.h
Paolo Bonzini
2
-3
/
+2
2024-05-03
build: do not build virtio-vga-gl if virgl/opengl not available
Paolo Bonzini
1
-6
/
+8
2024-05-03
bitmap: Use g_try_new0/g_new0/g_renew
Paolo Bonzini
1
-11
/
+8
2024-05-03
target/i386: Introduce SapphireRapids-v3 to add missing features
Lei Wang
1
-0
/
+11
2024-05-03
docs: document new convention for Kconfig board symbols
Paolo Bonzini
1
-2
/
+12
2024-05-03
xtensa: switch boards to "default y"
Paolo Bonzini
3
-6
/
+11
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
[next]