aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-04-18block: Drain BH in bdrv_drained_beginFam Zheng
2017-04-11block: Introduce bdrv_coroutine_enterFam Zheng
2017-04-11async: Introduce aio_co_enterFam Zheng
2017-04-11coroutine: Extract qemu_aio_coroutine_enterFam Zheng
2017-04-11block: Make bdrv_parent_drained_begin/end publicFam Zheng
2017-04-10Merge remote-tracking branch 'remotes/stsquad/tags/pull-mttcg-fixups-for-rc2-...Peter Maydell
2017-04-10cpus: introduce cpu_update_icount helperAlex Bennée
2017-04-10cpus: don't credit executed instructions before they have runAlex Bennée
2017-04-07block: Ignore guest dev permissions during incoming migrationKevin Wolf
2017-04-05tco: do not generate an NMIPaolo Bonzini
2017-04-04Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2017-04-03sockets: New helper socket_address_crumple()Markus Armbruster
2017-04-03exec: revert MemoryRegionCachePaolo Bonzini
2017-03-30vhost: generalize iommu memory regionJason Wang
2017-03-30Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170329' into...Peter Maydell
2017-03-29spapr: fix memory hot-unpluggingLaurent Vivier
2017-03-29virtio: fix vring_align() on 64-bit windowsAndrew Baumann
2017-03-27Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2017-03-27Revert "apic: save apic_delivered flag"Paolo Bonzini
2017-03-27win32: replace custom mutex and condition variable with native primitivesAndrey Shedel
2017-03-27virtio-input: fix eventq batchingLadi Prosek
2017-03-24virtio-scsi: Make virtio_scsi_acquire/release publicFam Zheng
2017-03-23Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170323' into...Peter Maydell
2017-03-23Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell
2017-03-22block-backend: add drained_begin / drained_end opsJohn Snow
2017-03-22hw/acpi/vmgenid: prevent more than one vmgenid deviceLaszlo Ersek
2017-03-22hw/acpi/vmgenid: prevent device realization on pre-2.5 machine typesLaszlo Ersek
2017-03-22numa,spapr: align default numa node memory size to 256MBLaurent Vivier
2017-03-19qemu-ga: obey LISTEN_PID when using systemd socket activationPaolo Bonzini
2017-03-17block: Always call bdrv_child_check_perm firstFam Zheng
2017-03-16Merge remote-tracking branch 'remotes/kraxel/tags/pull-cirrus-20170316-1' int...Peter Maydell
2017-03-16Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170316' i...Peter Maydell
2017-03-16Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2017-03-16RAMBlocks: qemu_ram_is_sharedDr. David Alan Gilbert
2017-03-16cirrus: switch to 4 MB video memory by defaultGerd Hoffmann
2017-03-16cirrus/vnc: zap bitblit support from console code.Gerd Hoffmann
2017-03-16Change the method to calculate dirty-pages-rateChao Fan
2017-03-15ide: core: add cleanup functionLi Qiang
2017-03-16hw/virtio: fix Power Management Control Register for PCI Express virtio devicesMarcel Apfelbaum
2017-03-16hw/virtio: fix Link Control Register for PCI Express virtio devicesMarcel Apfelbaum
2017-03-16hw/virtio: fix error enabling flags in Device Control registerMarcel Apfelbaum
2017-03-16hw/pcie: fix Extended Configuration Space for devices with no Extended Capabi...Marcel Apfelbaum
2017-03-15pci: introduce a bus master containerJason Wang
2017-03-14icount: process QEMU_CLOCK_VIRTUAL timers in vCPU threadPaolo Bonzini
2017-03-14cpus: define QEMUTimerListNotifyCB for QEMU system emulationPaolo Bonzini
2017-03-14qemu-timer: do not include sysemu/cpus.h from util/qemu-timer.hPaolo Bonzini
2017-03-14mem-prealloc: reduce large guest start-up and migration time.Jitendra Kolhe
2017-03-14memory_region: Fix name commentsDr. David Alan Gilbert
2017-03-14Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170314' into...Peter Maydell
2017-03-14build: include sys/sysmacros.h for major() and minor()Christopher Covington