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
/
include
/
sysemu
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
rng: switch request queue to QSIMPLEQ
Ladi Prosek
2016-03-08
1
-1
/
+2
*
rng: add request queue support to rng-random
Ladi Prosek
2016-03-03
1
-2
/
+1
*
rng: move request queue cleanup from RngEgd to RngBackend
Ladi Prosek
2016-03-03
1
-0
/
+12
*
rng: move request queue from RngEgd to RngBackend
Ladi Prosek
2016-03-03
1
-0
/
+11
*
rng: remove the unused request cancellation code
Ladi Prosek
2016-03-03
1
-11
/
+0
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2016-02-25
3
-0
/
+29
|
\
|
*
chardev: Properly initialize ChardevCommon components
Eric Blake
2016-02-25
1
-0
/
+10
|
*
DumpState: adding total_size and written_size fields
Peter Xu
2016-02-22
1
-0
/
+9
|
*
dump-guest-memory: add "detach" support
Peter Xu
2016-02-22
2
-0
/
+5
|
*
dump-guest-memory: introduce dump_process() helper function.
Peter Xu
2016-02-22
1
-0
/
+3
|
*
dump-guest-memory: using static DumpState, add DumpStatus
Peter Xu
2016-02-22
1
-0
/
+2
*
|
include: Clean up includes
Peter Maydell
2016-02-23
13
-16
/
+0
*
|
device_tree: qemu_fdt_getprop_cell converted to use the error API
Eric Auger
2016-02-19
1
-1
/
+13
*
|
device_tree: qemu_fdt_getprop converted to use the error API
Eric Auger
2016-02-19
1
-1
/
+12
*
|
device_tree: introduce qemu_fdt_node_path
Eric Auger
2016-02-19
1
-0
/
+18
*
|
device_tree: introduce load_device_tree_from_sysfs
Eric Auger
2016-02-19
1
-0
/
+8
|
/
*
w32: include winsock2.h before windows.h
Paolo Bonzini
2016-02-11
1
-1
/
+1
*
block: Add blk_remove_all_bs()
Max Reitz
2016-02-02
1
-0
/
+1
*
block: Remove BDS close notifier
Max Reitz
2016-02-02
1
-1
/
+0
*
block: Add BB-BDS remove/insert notifiers
Max Reitz
2016-02-02
1
-0
/
+2
*
char: remove qemu_chr_open_eventfd
Marc-André Lureau
2016-02-02
1
-3
/
+0
*
watchdog: introduction of get_watchdog_action
Bo Tu
2016-01-27
1
-0
/
+10
*
qemu-char: add logfile facility to all chardev backends
Daniel P. Berrange
2016-01-15
1
-3
/
+6
*
nbd-server: do not exit on failed memory allocation
Paolo Bonzini
2016-01-15
1
-0
/
+1
*
dump: allow target to set the physical base
Andrew Jones
2016-01-15
2
-1
/
+1
*
dump: allow target to set the page size
Andrew Jones
2016-01-15
2
-11
/
+7
*
block-backend: add blk_get_max_iov()
Stefan Hajnoczi
2015-12-22
1
-0
/
+1
*
kvm: x86: add support for KVM_CAP_SPLIT_IRQCHIP
Paolo Bonzini
2015-12-17
1
-1
/
+5
*
kvm: add support for -machine kernel_irqchip=split
Matt Gingell
2015-12-17
1
-0
/
+11
*
kvm: Hyper-V SynIC irq routing support
Andrey Smetanin
2015-12-17
1
-0
/
+1
*
oslib-win32: Change return type of function getpagesize
Stefan Weil
2015-11-30
1
-1
/
+1
*
block: add blk_abort_aio_request
Peter Lieven
2015-11-17
1
-0
/
+3
*
Finish non-postcopiable iterative devices before package
Dr. David Alan Gilbert
2015-11-12
1
-1
/
+1
*
KVM: add support for any length io eventfd
Jason Wang
2015-11-12
1
-0
/
+8
*
block: Add blk_get_refcnt()
Alberto Garcia
2015-11-11
1
-0
/
+1
*
qmp: Introduce blockdev-change-medium
Max Reitz
2015-11-11
1
-2
/
+0
*
block: Add functions for inheriting a BBRS
Max Reitz
2015-11-11
1
-0
/
+2
*
block: Add blk_remove_bs()
Max Reitz
2015-11-11
1
-0
/
+1
*
Inhibit ballooning during postcopy
Dr. David Alan Gilbert
2015-11-10
1
-0
/
+2
*
Disable mlock around incoming postcopy
Dr. David Alan Gilbert
2015-11-10
1
-0
/
+1
*
Don't iterate on precopy-only devices during postcopy
Dr. David Alan Gilbert
2015-11-10
1
-1
/
+1
*
Add qemu_savevm_state_complete_postcopy
Dr. David Alan Gilbert
2015-11-10
1
-0
/
+1
*
Modify save_live_pending for postcopy
Dr. David Alan Gilbert
2015-11-10
1
-1
/
+3
*
MIG_CMD_PACKAGED: Send a packaged chunk of migration stream
Dr. David Alan Gilbert
2015-11-10
1
-0
/
+4
*
Add wrappers and handlers for sending/receiving the postcopy-ram migration me...
Dr. David Alan Gilbert
2015-11-10
1
-0
/
+19
*
Return path: Control commands
Dr. David Alan Gilbert
2015-11-10
1
-0
/
+4
*
Migration commands
Dr. David Alan Gilbert
2015-11-10
1
-0
/
+8
*
Rename save_live_complete to save_live_complete_precopy
Dr. David Alan Gilbert
2015-11-10
1
-1
/
+1
*
Provide runtime Target page information
Dr. David Alan Gilbert
2015-11-10
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-replay' into ...
Peter Maydell
2015-11-06
1
-0
/
+120
|
\
[prev]
[next]