Sign in
qemu
/
qemu
/
f7abe0ecd4973dfe36944b916c5b9cf8ec199b8a
/
stubs
80adf54
stubs: Add vm state change handler stubs
by Fam Zheng
· 7 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
· 8 years ago
b18b604
qmp: add QMP interface "query-cpu-model-baseline"
by David Hildenbrand
· 8 years ago
0031e0d
qmp: add QMP interface "query-cpu-model-comparison"
by David Hildenbrand
· 8 years ago
e09484e
qmp: add QMP interface "query-cpu-model-expansion"
by David Hildenbrand
· 8 years ago
8eb1b9d
trace: Avoid implicit bool->integer conversions
by Lluís Vilanova
· 8 years ago
a4d50b1
trace: Remove 'trace_events_dstate_init'
by Lluís Vilanova
· 8 years ago
4815185
trace: Add per-vCPU tracing states for events with the 'vcpu' property
by Lluís Vilanova
· 8 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
bcd82a9
iohandler: Introduce iohandler_get_aio_context
by Fam Zheng
· 9 years ago
6378567
replay: introduce block devices record/replay
by Pavel Dovgalyuk
· 9 years ago
c80f6e9
Clean up includes some more
by Markus Armbruster
· 9 years ago
14b6d44
Use scripts/clean-includes to drop redundant qemu/typedefs.h
by Markus Armbruster
· 9 years ago
da34e65
include/qemu/osdep.h: Don't include qapi/error.h
by Markus Armbruster
· 9 years ago
262b4e8
block: Add bdrv_next_monitor_owned()
by Max Reitz
· 9 years ago
fe1a9cb
block: Move some bdrv_*_all() functions to BB
by Max Reitz
· 9 years ago
e76d179
icount: decouple warp calls
by Pavel Dovgalyuk
· 9 years ago
33577b4
replay: character devices
by Pavel Dovgalyuk
· 9 years ago
b23197f
typedefs: Add CPUState
by Lluís Vilanova
· 9 years ago
39de998
move get_current_ram_size to virtio-balloon.c
by Vladimir Sementsov-Ogievskiy
· 9 years ago
c964b66
all: Clean up includes
by Peter Maydell
· 9 years ago
87c9b5e
stubs: Clean up includes
by Peter Maydell
· 9 years ago
9c4218e
blockdev: Keep track of monitor-owned BDS
by Max Reitz
· 9 years ago
15eafc2
kvm: x86: add support for KVM_CAP_SPLIT_IRQCHIP
by Paolo Bonzini
· 9 years ago
21a2430
main-loop: suppress warnings under qtest
by Michael S. Tsirkin
· 9 years ago
0a9516c
monitor/target-ppc: Define target_get_monitor_def
by Alexey Kardashevskiy
· 9 years ago
7615936
replay: initialization and deinitialization
by Pavel Dovgalyuk
· 9 years ago
8bd7f71
replay: checkpoints
by Pavel Dovgalyuk
· 9 years ago
8eda206
replay: recording and replaying clock ticks
by Pavel Dovgalyuk
· 9 years ago
6f06096
replay: interrupts and exceptions
by Pavel Dovgalyuk
· 9 years ago
d73abd6
replay: global variables and function stubs
by Pavel Dovgalyuk
· 9 years ago
ca3e40e
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 9 years ago
2ce68e4
vhost: add vhost_has_free_slot() interface
by Igor Mammedov
· 9 years ago
fa19d02
qemu-char: convert vc backend to data-driven creation
by Paolo Bonzini
· 9 years ago
68145e1
qemu-char: convert spice backend to data-driven creation
by Paolo Bonzini
· 9 years ago
0498790
qemu-char: convert testdev backend to data-driven creation
by Paolo Bonzini
· 9 years ago
e47666b
qemu-char: convert braille backend to data-driven creation
by Paolo Bonzini
· 9 years ago
96d885b
qemu-char: convert msmouse backend to data-driven creation
by Paolo Bonzini
· 9 years ago
bf95728
monitor: remove target-specific code from monitor.c
by Pavel Butsykin
· 9 years ago
afbe705
main-loop: introduce qemu_mutex_iothread_locked
by Paolo Bonzini
· 9 years ago
cc7a8ea
Include qapi/qmp/qerror.h exactly where needed
by Markus Armbruster
· 10 years ago
4629ed1
qerror: Finally unused, clean up
by Markus Armbruster
· 10 years ago
c6bd8c7
qerror: Clean up QERR_ macros to expand into a single string
by Markus Armbruster
· 10 years ago
f4d248b
iohandler: Change return type of qemu_set_fd_handler to "void"
by Fam Zheng
· 10 years ago
6484e42
main-loop: Drop qemu_set_fd_handler2
by Fam Zheng
· 10 years ago
0bc12c4
stubs: Add qemu_set_fd_handler
by Fam Zheng
· 10 years ago
489653b
monitor: Change return type of monitor_cur_is_qmp() to bool
by Markus Armbruster
· 10 years ago
0048fa6
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 10 years ago
87a45cf
pc-dimm: add a function to calculate VM's current RAM size
by zhanghailiang
· 10 years ago
f51074c
pci-hotplug-old: Has been dead for five major releases, bury
by Markus Armbruster
· 10 years ago
2822c1b
stubs: Fix warning caused by missing include statement
by Stefan Weil
· 10 years ago
8fb3c76
block: Code motion to get rid of stubs/blockdev.c
by Markus Armbruster
· 10 years ago
3ae5958
block: Keep DriveInfo alive until BlockDriverState dies
by Markus Armbruster
· 10 years ago
b3dd1b8
monitor: fix use after free
by Michael S. Tsirkin
· 10 years ago
Next »