summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2016-03-01console: add & use qemu_console_lookup_by_device_nameGerd Hoffmann
2016-02-29Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160229-1' into st...Peter Maydell
2016-02-29Merge remote-tracking branch 'remotes/kraxel/tags/pull-fw-cfg-20160226-1' int...Peter Maydell
2016-02-29spice/gl: Enable dmabuf only for spice >= 0.13.1Michal Privoznik
2016-02-28xics: report errors with the QEMU Error APIGreg Kurz
2016-02-28migration: allow machine to enforce configuration section migrationGreg Kurz
2016-02-26Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160226'...Peter Maydell
2016-02-26migration (ordinary): move bdrv_invalidate_cache_all of of coroutine contextDenis V. Lunev
2016-02-26sdhci: add quirk property for card insert interrupt status on Raspberry PiAndrew Baumann
2016-02-26sdhci: Revert "add optional quirk property to disable card insertion/removal ...Andrew Baumann
2016-02-26migration/vmstate: document VMStateFlagsSascha Silbe
2016-02-26fw_cfg: unbreak migration compatibility for 2.4 and earlier machinesLaszlo Ersek
2016-02-25Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-02-25chardev: Properly initialize ChardevCommon componentsEric Blake
2016-02-25memory: Remove unreachable return statementGonglei
2016-02-25memory: optimize qemu_get_ram_ptr and qemu_ram_ptr_lengthGonglei
2016-02-25exec: store RAMBlock pointer into memory regionGonglei
2016-02-25Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2016-02-25ich9: Remove enable_tco arguments from init functionsEduardo Habkost
2016-02-25machine: Remove no_tco fieldEduardo Habkost
2016-02-25vring: removePaolo Bonzini
2016-02-25virtio-scsi: do not use vring in dataplanePaolo Bonzini
2016-02-25virtio-blk: do not use vring in dataplanePaolo Bonzini
2016-02-25virtio-blk: fix "disabled data plane" modePaolo Bonzini
2016-02-25virtio: export vring_notify as virtio_should_notifyPaolo Bonzini
2016-02-25virtio: add AioContext-specific function for host notifiersPaolo Bonzini
2016-02-25vring: make vring_enable_notification return voidPaolo Bonzini
2016-02-23Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20160223-1' into ...Peter Maydell
2016-02-23include: Clean up includesPeter Maydell
2016-02-23osdep.h: Include config-target.h if NEED_CPU_H is definedPeter Maydell
2016-02-23osdep.h: Define macros for the benefit of C++ before C++11Peter Maydell
2016-02-23Postcopy+spice: Pass spice migration data earlierDr. David Alan Gilbert
2016-02-23spice/gl: add unblock timerGerd Hoffmann
2016-02-23spice: add opengl/virgl/dmabuf supportGerd Hoffmann
2016-02-23egl-helpers: add functions for render nodes and dma-buf passingGerd Hoffmann
2016-02-23move get_current_ram_size to virtio-balloon.cVladimir Sementsov-Ogievskiy
2016-02-23vhost-user: don't merge regions with different fdsMichael S. Tsirkin
2016-02-23bios-linker-loader: document+validate inputMichael S. Tsirkin
2016-02-22log: Redirect stderr to logfile if deamonizedDimitris Aragiorgis
2016-02-22DumpState: adding total_size and written_size fieldsPeter Xu
2016-02-22dump-guest-memory: add "detach" supportPeter Xu
2016-02-22dump-guest-memory: introduce dump_process() helper function.Peter Xu
2016-02-22dump-guest-memory: add dump_in_progress() helper functionPeter Xu
2016-02-22dump-guest-memory: using static DumpState, add DumpStatusPeter Xu
2016-02-22throttle: Add support for burst periodsAlberto Garcia
2016-02-22throttle: Use throttle_config_init() to initialize ThrottleConfigAlberto Garcia
2016-02-22throttle: Merge all functions that check the configuration into oneAlberto Garcia
2016-02-22throttle: Make throttle_is_valid() set errpAlberto Garcia
2016-02-22throttle: Make throttle_max_is_missing_limit() set errpAlberto Garcia
2016-02-22throttle: Make throttle_conflicting() set errpAlberto Garcia