summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * memory: Remove unreachable return statementGonglei2016-02-251-2/+0Star
| * memory: optimize qemu_get_ram_ptr and qemu_ram_ptr_lengthGonglei2016-02-251-2/+2
| * exec: store RAMBlock pointer into memory regionGonglei2016-02-251-0/+2
| * log: Redirect stderr to logfile if deamonizedDimitris Aragiorgis2016-02-221-6/+0Star
| * 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: add dump_in_progress() helper functionPeter Xu2016-02-221-0/+4
| * dump-guest-memory: using static DumpState, add DumpStatusPeter Xu2016-02-221-0/+2
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2016-02-2511-154/+11Star
|\ \
| * | ich9: Remove enable_tco arguments from init functionsEduardo Habkost2016-02-252-2/+1Star
| * | machine: Remove no_tco fieldEduardo Habkost2016-02-251-1/+0Star
| * | vring: removePaolo Bonzini2016-02-252-126/+0Star
| * | virtio-scsi: do not use vring in dataplanePaolo Bonzini2016-02-251-20/+1Star
| * | virtio-blk: do not use vring in dataplanePaolo Bonzini2016-02-251-3/+0Star
| * | virtio-blk: fix "disabled data plane" modePaolo Bonzini2016-02-251-0/+1
| * | virtio: export vring_notify as virtio_should_notifyPaolo Bonzini2016-02-251-0/+1
| * | virtio: add AioContext-specific function for host notifiersPaolo Bonzini2016-02-251-0/+2
| * | vring: make vring_enable_notification return voidPaolo Bonzini2016-02-251-1/+1
| * | move get_current_ram_size to virtio-balloon.cVladimir Sementsov-Ogievskiy2016-02-231-1/+0Star
| * | vhost-user: don't merge regions with different fdsMichael S. Tsirkin2016-02-231-0/+4
| * | bios-linker-loader: document+validate inputMichael S. Tsirkin2016-02-231-1/+1
* | | Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20160223-1' into ...Peter Maydell2016-02-233-0/+33
|\ \ \
| * | | Postcopy+spice: Pass spice migration data earlierDr. David Alan Gilbert2016-02-231-0/+4
| * | | spice/gl: add unblock timerGerd Hoffmann2016-02-231-0/+1
| * | | spice: add opengl/virgl/dmabuf supportGerd Hoffmann2016-02-231-0/+15
| * | | egl-helpers: add functions for render nodes and dma-buf passingGerd Hoffmann2016-02-231-0/+13
| |/ /
* | | include: Clean up includesPeter Maydell2016-02-2397-156/+0Star
* | | osdep.h: Include config-target.h if NEED_CPU_H is definedPeter Maydell2016-02-231-0/+3
* | | osdep.h: Define macros for the benefit of C++ before C++11Peter Maydell2016-02-231-0/+14
|/ /
* | throttle: Add support for burst periodsAlberto Garcia2016-02-221-5/+36
* | throttle: Use throttle_config_init() to initialize ThrottleConfigAlberto Garcia2016-02-221-0/+2
* | throttle: Merge all functions that check the configuration into oneAlberto Garcia2016-02-221-4/+0Star
* | throttle: Make throttle_is_valid() set errpAlberto Garcia2016-02-221-1/+1
* | throttle: Make throttle_max_is_missing_limit() set errpAlberto Garcia2016-02-221-1/+1
* | throttle: Make throttle_conflicting() set errpAlberto Garcia2016-02-221-1/+1
* | throttle: Make throttle_compute_timer() staticAlberto Garcia2016-02-221-6/+0Star
* | Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20160219.1' i...Peter Maydell2016-02-193-3/+104
|\ \
| * | 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
| * | hw/vfio/platform: amd-xgbe deviceEric Auger2016-02-191-0/+51
| * | pcie_aer: expose pcie_aer_msg() interfaceChen Fan2016-02-191-0/+1
| * | aer: impove pcie_aer_init to support vfio deviceChen Fan2016-02-191-1/+1
* | | osdep.h: Remove int_fast*_t Solaris compatibility codePeter Maydell2016-02-191-7/+0Star
* | | fpu: Remove use of int_fast16_t in conversions to int16Peter Maydell2016-02-191-8/+8
|/ /
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-02-19' into ...Peter Maydell2016-02-192-30/+54
|\ \
| * | qapi: Change visit_start_implicit_struct to visit_start_alternateEric Blake2016-02-192-19/+47
| * | qapi: Don't box branches of flat unionsEric Blake2016-02-192-3/+0Star