summaryrefslogtreecommitdiffstats
path: root/include/sysemu
Commit message (Expand)AuthorAgeFilesLines
...
* rng: switch request queue to QSIMPLEQLadi Prosek2016-03-081-1/+2
* rng: add request queue support to rng-randomLadi Prosek2016-03-031-2/+1Star
* rng: move request queue cleanup from RngEgd to RngBackendLadi Prosek2016-03-031-0/+12
* rng: move request queue from RngEgd to RngBackendLadi Prosek2016-03-031-0/+11
* rng: remove the unused request cancellation codeLadi Prosek2016-03-031-11/+0Star
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-02-253-0/+29
|\
| * chardev: Properly initialize ChardevCommon componentsEric Blake2016-02-251-0/+10
| * DumpState: adding total_size and written_size fieldsPeter Xu2016-02-221-0/+9
| * dump-guest-memory: add "detach" supportPeter Xu2016-02-222-0/+5
| * dump-guest-memory: introduce dump_process() helper function.Peter Xu2016-02-221-0/+3
| * dump-guest-memory: using static DumpState, add DumpStatusPeter Xu2016-02-221-0/+2
* | include: Clean up includesPeter Maydell2016-02-2313-16/+0Star
* | device_tree: qemu_fdt_getprop_cell converted to use the error APIEric Auger2016-02-191-1/+13
* | device_tree: qemu_fdt_getprop converted to use the error APIEric Auger2016-02-191-1/+12
* | device_tree: introduce qemu_fdt_node_pathEric Auger2016-02-191-0/+18
* | device_tree: introduce load_device_tree_from_sysfsEric Auger2016-02-191-0/+8
|/
* w32: include winsock2.h before windows.hPaolo Bonzini2016-02-111-1/+1
* block: Add blk_remove_all_bs()Max Reitz2016-02-021-0/+1
* block: Remove BDS close notifierMax Reitz2016-02-021-1/+0Star
* block: Add BB-BDS remove/insert notifiersMax Reitz2016-02-021-0/+2
* char: remove qemu_chr_open_eventfdMarc-André Lureau2016-02-021-3/+0Star
* watchdog: introduction of get_watchdog_actionBo Tu2016-01-271-0/+10
* qemu-char: add logfile facility to all chardev backendsDaniel P. Berrange2016-01-151-3/+6
* nbd-server: do not exit on failed memory allocationPaolo Bonzini2016-01-151-0/+1
* dump: allow target to set the physical baseAndrew Jones2016-01-152-1/+1
* dump: allow target to set the page sizeAndrew Jones2016-01-152-11/+7Star
* block-backend: add blk_get_max_iov()Stefan Hajnoczi2015-12-221-0/+1
* kvm: x86: add support for KVM_CAP_SPLIT_IRQCHIPPaolo Bonzini2015-12-171-1/+5
* kvm: add support for -machine kernel_irqchip=splitMatt Gingell2015-12-171-0/+11
* kvm: Hyper-V SynIC irq routing supportAndrey Smetanin2015-12-171-0/+1
* oslib-win32: Change return type of function getpagesizeStefan Weil2015-11-301-1/+1
* block: add blk_abort_aio_requestPeter Lieven2015-11-171-0/+3
* Finish non-postcopiable iterative devices before packageDr. David Alan Gilbert2015-11-121-1/+1
* KVM: add support for any length io eventfdJason Wang2015-11-121-0/+8
* block: Add blk_get_refcnt()Alberto Garcia2015-11-111-0/+1
* qmp: Introduce blockdev-change-mediumMax Reitz2015-11-111-2/+0Star
* block: Add functions for inheriting a BBRSMax Reitz2015-11-111-0/+2
* block: Add blk_remove_bs()Max Reitz2015-11-111-0/+1
* Inhibit ballooning during postcopyDr. David Alan Gilbert2015-11-101-0/+2
* Disable mlock around incoming postcopyDr. David Alan Gilbert2015-11-101-0/+1
* Don't iterate on precopy-only devices during postcopyDr. David Alan Gilbert2015-11-101-1/+1
* Add qemu_savevm_state_complete_postcopyDr. David Alan Gilbert2015-11-101-0/+1
* Modify save_live_pending for postcopyDr. David Alan Gilbert2015-11-101-1/+3
* MIG_CMD_PACKAGED: Send a packaged chunk of migration streamDr. David Alan Gilbert2015-11-101-0/+4
* Add wrappers and handlers for sending/receiving the postcopy-ram migration me...Dr. David Alan Gilbert2015-11-101-0/+19
* Return path: Control commandsDr. David Alan Gilbert2015-11-101-0/+4
* Migration commandsDr. David Alan Gilbert2015-11-101-0/+8
* Rename save_live_complete to save_live_complete_precopyDr. David Alan Gilbert2015-11-101-1/+1
* Provide runtime Target page informationDr. David Alan Gilbert2015-11-101-0/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-replay' into ...Peter Maydell2015-11-061-0/+120
|\