summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* fw_cfg: unbreak migration compatibility for 2.4 and earlier machinesLaszlo Ersek2019-11-291-0/+8
* chardev: Properly initialize ChardevCommon componentsEric Blake2019-11-291-0/+10
* memory: Remove unreachable return statementGonglei2019-11-291-2/+0
* memory: optimize qemu_get_ram_ptr and qemu_ram_ptr_lengthGonglei2019-11-291-2/+2
* exec: store RAMBlock pointer into memory regionGonglei2019-11-291-0/+2
* ich9: Remove enable_tco arguments from init functionsEduardo Habkost2019-11-292-2/+1
* machine: Remove no_tco fieldEduardo Habkost2019-11-291-1/+0
* vring: removePaolo Bonzini2019-11-292-126/+0
* virtio-scsi: do not use vring in dataplanePaolo Bonzini2019-11-291-20/+1
* virtio-blk: do not use vring in dataplanePaolo Bonzini2019-11-291-3/+0
* virtio-blk: fix "disabled data plane" modePaolo Bonzini2019-11-291-0/+1
* virtio: export vring_notify as virtio_should_notifyPaolo Bonzini2019-11-291-0/+1
* virtio: add AioContext-specific function for host notifiersPaolo Bonzini2019-11-291-0/+2
* vring: make vring_enable_notification return voidPaolo Bonzini2019-11-291-1/+1
* include: Clean up includesPeter Maydell2019-11-2997-156/+0
* osdep.h: Include config-target.h if NEED_CPU_H is definedPeter Maydell2019-11-291-0/+3
* osdep.h: Define macros for the benefit of C++ before C++11Peter Maydell2019-11-291-0/+14
* Postcopy+spice: Pass spice migration data earlierDr. David Alan Gilbert2019-11-291-0/+4
* spice/gl: add unblock timerGerd Hoffmann2019-11-291-0/+1
* spice: add opengl/virgl/dmabuf supportGerd Hoffmann2019-11-291-0/+15
* egl-helpers: add functions for render nodes and dma-buf passingGerd Hoffmann2019-11-291-0/+13
* move get_current_ram_size to virtio-balloon.cVladimir Sementsov-Ogievskiy2019-11-291-1/+0
* vhost-user: don't merge regions with different fdsMichael S. Tsirkin2019-11-291-0/+4
* bios-linker-loader: document+validate inputMichael S. Tsirkin2019-11-291-1/+1
* log: Redirect stderr to logfile if deamonizedDimitris Aragiorgis2019-11-291-6/+0
* DumpState: adding total_size and written_size fieldsPeter Xu2019-11-291-0/+9
* dump-guest-memory: add "detach" supportPeter Xu2019-11-292-0/+5
* dump-guest-memory: introduce dump_process() helper function.Peter Xu2019-11-291-0/+3
* dump-guest-memory: add dump_in_progress() helper functionPeter Xu2019-11-291-0/+4
* dump-guest-memory: using static DumpState, add DumpStatusPeter Xu2019-11-291-0/+2
* throttle: Add support for burst periodsAlberto Garcia2019-11-291-5/+36
* throttle: Use throttle_config_init() to initialize ThrottleConfigAlberto Garcia2019-11-291-0/+2
* throttle: Merge all functions that check the configuration into oneAlberto Garcia2019-11-291-4/+0
* throttle: Make throttle_is_valid() set errpAlberto Garcia2019-11-291-1/+1
* throttle: Make throttle_max_is_missing_limit() set errpAlberto Garcia2019-11-291-1/+1
* throttle: Make throttle_conflicting() set errpAlberto Garcia2019-11-291-1/+1
* throttle: Make throttle_compute_timer() staticAlberto Garcia2019-11-291-6/+0
* device_tree: qemu_fdt_getprop_cell converted to use the error APIEric Auger2019-11-291-1/+13
* device_tree: qemu_fdt_getprop converted to use the error APIEric Auger2019-11-291-1/+12
* device_tree: introduce qemu_fdt_node_pathEric Auger2019-11-291-0/+18
* device_tree: introduce load_device_tree_from_sysfsEric Auger2019-11-291-0/+8
* hw/vfio/platform: amd-xgbe deviceEric Auger2019-11-291-0/+51
* pcie_aer: expose pcie_aer_msg() interfaceChen Fan2019-11-291-0/+1
* aer: impove pcie_aer_init to support vfio deviceChen Fan2019-11-291-1/+1
* osdep.h: Remove int_fast*_t Solaris compatibility codePeter Maydell2019-11-291-7/+0
* fpu: Remove use of int_fast16_t in conversions to int16Peter Maydell2019-11-291-8/+8
* qapi: Change visit_start_implicit_struct to visit_start_alternateEric Blake2019-11-292-19/+47
* qapi: Don't box branches of flat unionsEric Blake2019-11-292-3/+0
* qapi: Adjust layout of FooList typesEric Blake2019-11-292-8/+7
* hw/sd/sdhci.c: Update to use SDBus APIsPeter Maydell2019-11-291-2/+1
OpenPOWER on IntegriCloud