index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
stubs
/
Makefile.objs
Commit message (
Expand
)
Author
Age
Files
Lines
*
semihosting: introduce CONFIG_SEMIHOSTING
Alex Bennée
2019-05-28
1
-0
/
+1
*
hw/nvram/fw_cfg: Add fw_cfg_arch_key_name()
Philippe Mathieu-Daudé
2019-05-23
1
-0
/
+1
*
qapi: make query-cpu-definitions depend on specific targets
Marc-André Lureau
2019-02-18
1
-1
/
+0
*
qapi: make query-cpu-model-expansion depend on s390 or x86
Marc-André Lureau
2019-02-18
1
-1
/
+0
*
qapi: make s390 commands depend on TARGET_S390X
Marc-André Lureau
2019-02-18
1
-2
/
+0
*
slirp: replace global polling with per-instance & notifier
Marc-André Lureau
2019-02-07
1
-1
/
+0
*
slirp: replace qemu_set_nonblock()
Marc-André Lureau
2019-02-07
1
-1
/
+1
*
stubs: add ramfb
Gerd Hoffmann
2018-10-15
1
-0
/
+1
*
pc-dimm: factor out MemoryDevice interface
David Hildenbrand
2018-05-07
1
-1
/
+1
*
stubs: Add stubs for ram block API
Fam Zheng
2018-02-08
1
-0
/
+1
*
tpm: add stubs
Philippe Mathieu-Daudé
2017-10-25
1
-0
/
+1
*
qmp: introduce query-memory-size-summary command
Vadim Galitsyn
2017-09-14
1
-1
/
+1
*
hw/acpi: Move acpi_set_pci_info to pcihp
Anthony PERARD
2017-09-08
1
-0
/
+1
*
stubs: Add vm state change handler stubs
Fam Zheng
2017-08-15
1
-0
/
+1
*
move xen-hvm.c to hw/i386/xen/
Anthony Xu
2017-04-25
1
-0
/
+1
*
move xen-common.c to hw/xen/
Anthony Xu
2017-04-25
1
-0
/
+1
*
qmp/hmp: add query-vm-generation-id and 'info vm-generation-id' commands
Igor Mammedov
2017-03-02
1
-0
/
+1
*
block: move AioContext, QEMUTimer, main-loop to libqemuutil
Paolo Bonzini
2017-02-21
1
-0
/
+1
*
stubs: remove stubs/kvm.c
Paolo Bonzini
2017-01-16
1
-1
/
+0
*
build: remove --enable-colo/--disable-colo
Paolo Bonzini
2017-01-16
1
-1
/
+0
*
event_notifier: cleanups around event_notifier_set_handler
Paolo Bonzini
2017-01-16
1
-1
/
+0
*
stubs: move vhost stubs to stubs/vhost.o
Paolo Bonzini
2017-01-16
1
-1
/
+0
*
stubs: group all monitor_fdset_* functions in a single file
Paolo Bonzini
2017-01-16
1
-4
/
+1
*
stubs: group stubs for user-mode emulation
Paolo Bonzini
2017-01-16
1
-2
/
+0
*
hw: move reset handlers from vl.c to hw/core
Paolo Bonzini
2017-01-16
1
-1
/
+0
*
stubs: remove unused stub for serial_hd
Paolo Bonzini
2017-01-16
1
-1
/
+0
*
stubs: move acpi stubs to hw/acpi
Paolo Bonzini
2017-01-16
1
-1
/
+0
*
stubs: move smbios stubs to hw/smbios
Paolo Bonzini
2017-01-16
1
-1
/
+0
*
stubs: merge all monitor stubs in one file, remove monitor_cur_is_qmp stub
Paolo Bonzini
2017-01-16
1
-3
/
+1
*
qemu-error: remove dependency of stubs on monitor
Paolo Bonzini
2016-11-01
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.8' ...
Peter Maydell
2016-10-31
1
-0
/
+1
|
\
|
*
migration: Introduce capability 'x-colo' to migration
zhanghailiang
2016-10-30
1
-0
/
+1
*
|
aio: introduce qemu_get_current_aio_context
Paolo Bonzini
2016-10-28
1
-0
/
+1
|
/
*
qmp: add QMP interface "query-cpu-model-baseline"
David Hildenbrand
2016-09-06
1
-0
/
+1
*
qmp: add QMP interface "query-cpu-model-comparison"
David Hildenbrand
2016-09-06
1
-0
/
+1
*
qmp: add QMP interface "query-cpu-model-expansion"
David Hildenbrand
2016-09-06
1
-0
/
+1
*
trace: Add per-vCPU tracing states for events with the 'vcpu' property
Lluís Vilanova
2016-07-18
1
-0
/
+1
*
pc: acpi: introduce AcpiDeviceIfClass.madt_cpu hook
Igor Mammedov
2016-06-24
1
-0
/
+1
*
acpi: Add IPMI table entries
Corey Minyard
2016-06-24
1
-0
/
+1
*
ipmi: Add SMBIOS table entry
Corey Minyard
2016-06-24
1
-0
/
+1
*
iohandler: Introduce iohandler_get_aio_context
Fam Zheng
2016-04-22
1
-0
/
+1
*
block: Add bdrv_next_monitor_owned()
Max Reitz
2016-03-17
1
-0
/
+1
*
block: Move some bdrv_*_all() functions to BB
Max Reitz
2016-03-17
1
-1
/
+1
*
blockdev: Keep track of monitor-owned BDS
Max Reitz
2016-02-02
1
-0
/
+1
*
monitor/target-ppc: Define target_get_monitor_def
Alexey Kardashevskiy
2015-11-12
1
-0
/
+1
*
replay: global variables and function stubs
Pavel Dovgalyuk
2015-11-05
1
-0
/
+2
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2015-10-22
1
-0
/
+1
|
\
|
*
vhost: add vhost_has_free_slot() interface
Igor Mammedov
2015-10-22
1
-0
/
+1
*
|
qemu-char: convert vc backend to data-driven creation
Paolo Bonzini
2015-10-19
1
-1
/
+0
*
|
qemu-char: convert spice backend to data-driven creation
Paolo Bonzini
2015-10-19
1
-1
/
+0
[next]