Sign in
qemu
/
qemu
/
13f1493f82860cff39e3b8160a3dce557970f95f
/
stubs
/
Makefile.objs
80adf54
stubs: Add vm state change handler stubs
by Fam Zheng
· 7 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
39164c1
qmp/hmp: add query-vm-generation-id and 'info vm-generation-id' commands
by Igor Mammedov
· 8 years ago
c2b38b2
block: move AioContext, QEMUTimer, main-loop to libqemuutil
by Paolo Bonzini
· 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
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
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
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
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
bcd82a9
iohandler: Introduce iohandler_get_aio_context
by Fam Zheng
· 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
9c4218e
blockdev: Keep track of monitor-owned BDS
by Max Reitz
· 9 years ago
0a9516c
monitor/target-ppc: Define target_get_monitor_def
by Alexey Kardashevskiy
· 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
4629ed1
qerror: Finally unused, clean up
by Markus Armbruster
· 10 years ago
f51074c
pci-hotplug-old: Has been dead for five major releases, bury
by Markus Armbruster
· 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
5692399
backends: Introduce chr-testdev
by Paolo Bonzini
· 11 years ago
089a394
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
by Peter Maydell
· 11 years ago
7517517
qapi event: clean up
by Wenchao Xia
· 11 years ago
1dc75c6
libqemustub: add more stubs for qemu-char
by Nikolay Nikolaev
· 11 years ago
6f2e273
qmp: add query-memory-devices command
by Igor Mammedov
· 11 years ago
07a32d6
libqemustub: add stubs to be able to use qemu-char.c
by Nikolay Nikolaev
· 11 years ago
4a66d3b
monitor: Remove unused monitor_print_filename
by Cole Robinson
· 11 years ago
c3adb58
blockdev: Refuse to open encrypted image unless paused
by Markus Armbruster
· 11 years ago
01c22f2
main-loop: Suppress "I/O thread spun" warnings for qtest
by Peter Maydell
· 11 years ago
d6032e0
kvm: Introduce kvm_arch_irqchip_create
by Christoffer Dall
· 11 years ago
5accc84
scsi: prefer UUID to VM name for the initiator name
by Paolo Bonzini
· 11 years ago
5b24c64
cpu: Introduce CPUClass::gdb_core_xml_file for GDB_CORE_XML
by Andreas Färber
· 12 years ago
88f62c2
dump: Move stubs into libqemustub.a
by Andreas Färber
· 12 years ago
2993683
cpu: Introduce cpu_resume(), for single CPU
by Igor Mammedov
· 12 years ago
1559e0d
hw: move device-hotplug.o to toplevel, compile it once
by Paolo Bonzini
· 12 years ago
5708fc6
stubs: fully replace qemu-tool.c and qemu-user.c
by Paolo Bonzini
· 12 years ago
906709a
libqemustub: sysbus_get_default() stub
by Eduardo Habkost
· 12 years ago
083a5f8
libqemustub: vmstate register/unregister stubs
by Eduardo Habkost
· 12 years ago
41c6bcd
libqemustub: Add qemu_[un]register_reset() stubs
by Eduardo Habkost
· 12 years ago
3bc2f57
build: replace weak symbols with a static library
by Paolo Bonzini
· 12 years ago