aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-02-25Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell6-10/+37
2016-02-25chardev: Properly initialize ChardevCommon componentsEric Blake1-0/+10
2016-02-25memory: Remove unreachable return statementGonglei1-2/+0
2016-02-25memory: optimize qemu_get_ram_ptr and qemu_ram_ptr_lengthGonglei1-2/+2
2016-02-25exec: store RAMBlock pointer into memory regionGonglei1-0/+2
2016-02-25Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell11-154/+11
2016-02-25ich9: Remove enable_tco arguments from init functionsEduardo Habkost2-2/+1
2016-02-25machine: Remove no_tco fieldEduardo Habkost1-1/+0
2016-02-25vring: removePaolo Bonzini2-126/+0
2016-02-25virtio-scsi: do not use vring in dataplanePaolo Bonzini1-20/+1
2016-02-25virtio-blk: do not use vring in dataplanePaolo Bonzini1-3/+0
2016-02-25virtio-blk: fix "disabled data plane" modePaolo Bonzini1-0/+1
2016-02-25virtio: export vring_notify as virtio_should_notifyPaolo Bonzini1-0/+1
2016-02-25virtio: add AioContext-specific function for host notifiersPaolo Bonzini1-0/+2
2016-02-25vring: make vring_enable_notification return voidPaolo Bonzini1-1/+1
2016-02-23Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20160223-1' into ...Peter Maydell3-0/+33
2016-02-23include: Clean up includesPeter Maydell97-156/+0
2016-02-23osdep.h: Include config-target.h if NEED_CPU_H is definedPeter Maydell1-0/+3
2016-02-23osdep.h: Define macros for the benefit of C++ before C++11Peter Maydell1-0/+14
2016-02-23Postcopy+spice: Pass spice migration data earlierDr. David Alan Gilbert1-0/+4
2016-02-23spice/gl: add unblock timerGerd Hoffmann1-0/+1
2016-02-23spice: add opengl/virgl/dmabuf supportGerd Hoffmann1-0/+15
2016-02-23egl-helpers: add functions for render nodes and dma-buf passingGerd Hoffmann1-0/+13
2016-02-23move get_current_ram_size to virtio-balloon.cVladimir Sementsov-Ogievskiy1-1/+0
2016-02-23vhost-user: don't merge regions with different fdsMichael S. Tsirkin1-0/+4
2016-02-23bios-linker-loader: document+validate inputMichael S. Tsirkin1-1/+1
2016-02-22log: Redirect stderr to logfile if deamonizedDimitris Aragiorgis1-6/+0
2016-02-22DumpState: adding total_size and written_size fieldsPeter Xu1-0/+9
2016-02-22dump-guest-memory: add "detach" supportPeter Xu2-0/+5
2016-02-22dump-guest-memory: introduce dump_process() helper function.Peter Xu1-0/+3
2016-02-22dump-guest-memory: add dump_in_progress() helper functionPeter Xu1-0/+4
2016-02-22dump-guest-memory: using static DumpState, add DumpStatusPeter Xu1-0/+2
2016-02-22throttle: Add support for burst periodsAlberto Garcia1-5/+36
2016-02-22throttle: Use throttle_config_init() to initialize ThrottleConfigAlberto Garcia1-0/+2
2016-02-22throttle: Merge all functions that check the configuration into oneAlberto Garcia1-4/+0
2016-02-22throttle: Make throttle_is_valid() set errpAlberto Garcia1-1/+1
2016-02-22throttle: Make throttle_max_is_missing_limit() set errpAlberto Garcia1-1/+1
2016-02-22throttle: Make throttle_conflicting() set errpAlberto Garcia1-1/+1
2016-02-22throttle: Make throttle_compute_timer() staticAlberto Garcia1-6/+0
2016-02-19Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20160219.1' i...Peter Maydell3-3/+104
2016-02-19device_tree: qemu_fdt_getprop_cell converted to use the error APIEric Auger1-1/+13
2016-02-19device_tree: qemu_fdt_getprop converted to use the error APIEric Auger1-1/+12
2016-02-19device_tree: introduce qemu_fdt_node_pathEric Auger1-0/+18
2016-02-19device_tree: introduce load_device_tree_from_sysfsEric Auger1-0/+8
2016-02-19hw/vfio/platform: amd-xgbe deviceEric Auger1-0/+51
2016-02-19pcie_aer: expose pcie_aer_msg() interfaceChen Fan1-0/+1
2016-02-19aer: impove pcie_aer_init to support vfio deviceChen Fan1-1/+1
2016-02-19osdep.h: Remove int_fast*_t Solaris compatibility codePeter Maydell1-7/+0
2016-02-19fpu: Remove use of int_fast16_t in conversions to int16Peter Maydell1-8/+8
2016-02-19Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-02-19' into ...Peter Maydell2-30/+54