Sign in
qemu
/
qemu
/
241e7955bc0ac06a5e960a6e42732e63cc0f559e
/
stubs
e4ec5ad
replay: add BH oneshot event for block layer
by Pavel Dovgalyuk
· 6 years ago
54d3123
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
by Markus Armbruster
· 6 years ago
d5938f2
Clean up inclusion of sysemu/sysemu.h
by Markus Armbruster
· 6 years ago
fbfc29e
monitor: Replace monitor_init() with monitor_init_{hmp, qmp}()
by Kevin Wolf
· 6 years ago
854f63d
monitor: Fix return type of monitor_fdset_dup_fd_find
by Yury Kotov
· 6 years ago
a8d2532
Include qemu-common.h exactly where needed
by Markus Armbruster
· 6 years ago
4e7f903
semihosting: enable chardev backed output for console
by Alex Bennée
· 6 years ago
16932bb
semihosting: introduce CONFIG_SEMIHOSTING
by Alex Bennée
· 6 years ago
f79081b4
hw/display/ramfb: initialize fw-config space with xres/ yres
by Hou Qiming
· 6 years ago
b15c0f7
hw/nvram/fw_cfg: Add fw_cfg_arch_key_name()
by Philippe Mathieu-Daudé
· 6 years ago
637de4d
qemu-print: New qemu_printf(), qemu_vprintf() etc.
by Markus Armbruster
· 6 years ago
679cb8e
monitor error: Make printf()-like functions return a value
by Markus Armbruster
· 6 years ago
754cb9c
exec: Change RAMBlockIterFunc definition
by Yury Kotov
· 6 years ago
25a9d6c
qapi: make query-cpu-definitions depend on specific targets
by Marc-André Lureau
· 6 years ago
96f75b5
qapi: make query-cpu-model-expansion depend on s390 or x86
by Marc-André Lureau
· 6 years ago
0e2f453
qapi: make s390 commands depend on TARGET_S390X
by Marc-André Lureau
· 6 years ago
5d75648
qapi: Generate QAPIEvent stuff into separate files
by Markus Armbruster
· 6 years ago
1ab67b9
slirp: replace global polling with per-instance & notifier
by Marc-André Lureau
· 6 years ago
848c709
slirp: replace qemu_set_nonblock()
by Marc-André Lureau
· 6 years ago
a952910
qapi: Eliminate indirection through qmp_event_get_func_emit()
by Markus Armbruster
· 6 years ago
51c1c13
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 6 years ago
ac6dd31
acpi: build TPM Physical Presence interface
by Stefan Berger
· 6 years ago
e05ae1d
net: do not depend on slirp internals
by Marc-André Lureau
· 6 years ago
13399aa
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into staging
by Peter Maydell
· 6 years ago
d10e05f
tpm: Clean up error reporting in tpm_init_tpmdev()
by Markus Armbruster
· 6 years ago
74c0b81
replay: pass raw icount value to replay_save_clock
by Paolo Bonzini
· 6 years ago
7f623d0
stubs: add ramfb
by Gerd Hoffmann
· 6 years ago
cb764d0
qsp: track BQL callers explicitly
by Emilio G. Cota
· 7 years ago
977a720
tests: don't silence error reporting for all tests
by Daniel P. Berrangé
· 7 years ago
62aa1d8
monitor: Fix unsafe sharing of @cur_mon among threads
by Peter Xu
· 7 years ago
ed6e216
linux-aio: properly bubble up errors from initialization
by Nishanth Aravamudan
· 7 years ago
4745146
monitor: add lock to protect mon_fdsets
by Peter Xu
· 7 years ago
2cc0e2e
pc-dimm: factor out MemoryDevice interface
by David Hildenbrand
· 7 years ago
ed627b2
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 7 years ago
52c95ca
pc-dimm: make qmp_pc_dimm_device_list() sort devices by address
by Haozhong Zhang
· 7 years ago
a36544d
replay: make locking visible outside replay code
by Alex Bennée
· 7 years ago
c8ca2a2
vl: export machine_init_done
by Peter Xu
· 7 years ago
112ed24
qapi: Empty out qapi-schema.json
by Markus Armbruster
· 7 years ago
9af2398
Include less of the generated modular QAPI headers
by Markus Armbruster
· 7 years ago
abb297e
Include qmp-commands.h exactly where needed
by Markus Armbruster
· 7 years ago
e688df6
Include qapi/error.h exactly where needed
by Markus Armbruster
· 7 years ago
a37eaa5
stubs: Add stubs for ram block API
by Fam Zheng
· 7 years ago
c39f95d
tpm: add stubs
by Philippe Mathieu-Daudé
· 7 years ago
9aa3397
qmp: introduce query-memory-size-summary command
by Vadim Galitsyn
· 8 years ago
ab938ae
hw/acpi: Move acpi_set_pci_info to pcihp
by Anthony PERARD
· 8 years ago
80adf54
stubs: Add vm state change handler stubs
by Fam Zheng
· 8 years ago
1bfe5f0
migration: Move check_migratable() into qdev.c
by Juan Quintela
· 8 years ago
795c40b
migration: Create migration/blocker.h
by Juan Quintela
· 8 years ago
93d43e7
move xen-hvm.c to hw/i386/xen/
by Anthony Xu
· 8 years ago
56e2cd2
move xen-common.c to hw/xen/
by Anthony Xu
· 8 years ago
3f53bc6
cpus: define QEMUTimerListNotifyCB for QEMU system emulation
by Paolo Bonzini
· 8 years ago
9a81b79
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 8 years ago
39164c1
qmp/hmp: add query-vm-generation-id and 'info vm-generation-id' commands
by Igor Mammedov
· 8 years ago
7562f90
migrate: Introduce a 'dc->vmsd' check to avoid segfault for --only-migratable
by Ashijeet Acharya
· 8 years ago
c2b38b2
block: move AioContext, QEMUTimer, main-loop to libqemuutil
by Paolo Bonzini
· 8 years ago
bc5c4f2
vmstate_register_with_alias_id: Take an Error **
by Dr. David Alan Gilbert
· 8 years ago
0ec7b3e
char: rename CharDriverState Chardev
by Marc-André Lureau
· 8 years ago
fe44dc9
migration: disallow migrate_add_blocker during migration
by Ashijeet Acharya
· 8 years ago
80e5db3
machine: Make possible_cpu_arch_ids() return const pointer
by Igor Mammedov
· 8 years ago
d525ffa
stubs: remove stubs/kvm.c
by Paolo Bonzini
· 8 years ago
a15215f
build: remove --enable-colo/--disable-colo
by Paolo Bonzini
· 8 years ago
d6da1e9
event_notifier: cleanups around event_notifier_set_handler
by Paolo Bonzini
· 8 years ago
a0f8001
stubs: move vhost stubs to stubs/vhost.o
by Paolo Bonzini
· 8 years ago
858d436
stubs: group all monitor_fdset_* functions in a single file
by Paolo Bonzini
· 8 years ago
5564edb
stubs: group stubs for user-mode emulation
by Paolo Bonzini
· 8 years ago
2f7b92a
hw: move reset handlers from vl.c to hw/core
by Paolo Bonzini
· 8 years ago
671ab43
stubs: remove unused stub for serial_hd
by Paolo Bonzini
· 8 years ago
6a997d3
stubs: move acpi stubs to hw/acpi
by Paolo Bonzini
· 8 years ago
cc7a736
stubs: move smbios stubs to hw/smbios
by Paolo Bonzini
· 8 years ago
869e9ae
stubs: merge all monitor stubs in one file, remove monitor_cur_is_qmp stub
by Paolo Bonzini
· 8 years ago
f6a51c8
aio: add AioPollFn and io_poll() interface
by Stefan Hajnoczi
· 8 years ago
28017e0
tests: send error_report to test log
by Paolo Bonzini
· 8 years ago
397d30e
qemu-error: remove dependency of stubs on monitor
by Paolo Bonzini
· 8 years ago
eab9e96
Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.8' into staging
by Peter Maydell
· 8 years ago
d89e666
COLO: Add 'x-colo-lost-heartbeat' command to trigger failover
by zhanghailiang
· 8 years ago
25d0c16
migration: Switch to COLO process after finishing loadvm
by zhanghailiang
· 8 years ago
0b827d5
migration: Enter into COLO mode after migration if COLO is enabled
by zhanghailiang
· 8 years ago
35a6ed4
migration: Introduce capability 'x-colo' to migration
by zhanghailiang
· 8 years ago
e437016
aio: introduce qemu_get_current_aio_context
by Paolo Bonzini
· 8 years ago
24b9462
tests: cleanup ptimer-test
by Paolo Bonzini
· 8 years ago
9397740
trace: remove global 'uint16 dstate[]' array
by Daniel P. Berrange
· 8 years ago
cc9a366
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging
by Peter Maydell
· 8 years ago
2bfe11c
trace: Properly initialize dynamic event states in hot-plugged vCPUs
by Lluís Vilanova
· 8 years ago
6d0ceb8
replay: allow replay stopping and restarting
by Pavel Dovgalyuk
· 8 years ago
4c89275
Merge remote-tracking branch 'remotes/famz/tags/various-pull-request' into staging
by Peter Maydell
· 8 years ago
cea2527
util: Add UUID API
by Fam Zheng
· 8 years ago
5b262bb
tests: Add ptimer tests
by Dmitry Osipenko
· 8 years ago
f9ae6bc
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160906-v2' into staging
by Peter Maydell
· 9 years ago
b18b604
qmp: add QMP interface "query-cpu-model-baseline"
by David Hildenbrand
· 9 years ago
0031e0d
qmp: add QMP interface "query-cpu-model-comparison"
by David Hildenbrand
· 9 years ago
e09484e
qmp: add QMP interface "query-cpu-model-expansion"
by David Hildenbrand
· 9 years ago
8eb1b9d
trace: Avoid implicit bool->integer conversions
by Lluís Vilanova
· 9 years ago
a4d50b1
trace: Remove 'trace_events_dstate_init'
by Lluís Vilanova
· 9 years ago
4815185
trace: Add per-vCPU tracing states for events with the 'vcpu' property
by Lluís Vilanova
· 9 years ago
ac35f13
pc: acpi: introduce AcpiDeviceIfClass.madt_cpu hook
by Igor Mammedov
· 9 years ago
86e91dd
acpi: Add IPMI table entries
by Corey Minyard
· 9 years ago
35658f6
ipmi: Add SMBIOS table entry
by Corey Minyard
· 9 years ago
87776ab
qemu-common: stop including qemu/host-utils.h from qemu-common.h
by Paolo Bonzini
· 9 years ago
4b4629d
include: move CPU-related definitions out of qemu-common.h
by Paolo Bonzini
· 9 years ago
54e18d3
event-notifier: Add "is_external" parameter
by Fam Zheng
· 9 years ago
Next »