summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-03-01console: add & use qemu_console_lookup_by_device_nameGerd Hoffmann1-0/+2
2016-02-29Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160229-1' into st...Peter Maydell1-1/+1
2016-02-29Merge remote-tracking branch 'remotes/kraxel/tags/pull-fw-cfg-20160226-1' int...Peter Maydell1-0/+8
2016-02-29spice/gl: Enable dmabuf only for spice >= 0.13.1Michal Privoznik1-1/+1
2016-02-28xics: report errors with the QEMU Error APIGreg Kurz1-2/+3
2016-02-28migration: allow machine to enforce configuration section migrationGreg Kurz1-0/+1
2016-02-26Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160226'...Peter Maydell1-1/+2
2016-02-26migration (ordinary): move bdrv_invalidate_cache_all of of coroutine contextDenis V. Lunev1-0/+2
2016-02-26sdhci: add quirk property for card insert interrupt status on Raspberry PiAndrew Baumann1-0/+2
2016-02-26sdhci: Revert "add optional quirk property to disable card insertion/removal ...Andrew Baumann1-1/+0
2016-02-26migration/vmstate: document VMStateFlagsSascha Silbe1-10/+90
2016-02-26fw_cfg: unbreak migration compatibility for 2.4 and earlier machinesLaszlo Ersek1-0/+8
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