aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2016-10-04util: Introduce qemu_get_pid_nameMichal Privoznik
2016-10-04char: use a fixed idx for child muxed chrMarc-André Lureau
2016-10-04seqlock: use atomic writes for the sequencePaolo Bonzini
2016-10-04atomic.h: comment on use of atomic_read/setAlex Bennée
2016-10-04atomic.h: fix __SANITIZE_THREAD__ buildAlex Bennée
2016-10-04intc: make HMP 'info irq' and 'info pic' commands use InterruptStatsProvider ...Hervé Poussineau
2016-10-04intc: add an interface to gather statistics/informations on interrupt control...Hervé Poussineau
2016-09-29ide: Fix memory leak in ide_register_restart_cb()Ashijeet Acharya
2016-09-28Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-09-28Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2016-09-28Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160928-1' into st...Peter Maydell
2016-09-28coroutine: add qemu_coroutine_entered() functionStefan Hajnoczi
2016-09-28spice/gl: render DisplaySurface via openglGerd Hoffmann
2016-09-28console: track gl_block state in QemuConsoleGerd Hoffmann
2016-09-28block: mirror: fix wrong comment of mirror_startYaowei Bai
2016-09-27qdisk - hw/block/xen_disk: grant copy implementationPaulina Szubarczyk
2016-09-27sysbus: Remove ignored return value of FindSysbusDeviceFuncDavid Gibson
2016-09-27linux-user: remove #define smp_{cores, threads}Marc-André Lureau
2016-09-27target-i386: Automatically set level/xlevel/xlevel2 when neededEduardo Habkost
2016-09-27replay: allow replay stopping and restartingPavel Dovgalyuk
2016-09-27cpus-common: lock-free fast path for cpu_exec_start/endPaolo Bonzini
2016-09-27tcg: Make tb_flush() thread safeSergey Fedorov
2016-09-27cpus-common: Introduce async_safe_run_on_cpu()Paolo Bonzini
2016-09-27cpus-common: simplify locking for start_exclusive/end_exclusivePaolo Bonzini
2016-09-27cpus-common: move exclusive work infrastructure from linux-userPaolo Bonzini
2016-09-27cpus-common: move CPU work item management to common codeSergey Fedorov
2016-09-27cpus-common: move CPU list management to common codePaolo Bonzini
2016-09-27cpus: pass CPUState to run_on_cpu helpersAlex Bennée
2016-09-27migration: sync all address spacesPaolo Bonzini
2016-09-27compiler: Swap 'public domain' header for licenseFelipe Franciosi
2016-09-27x86: ioapic: boost default version to 0x20Peter Xu
2016-09-27Jhash: add linux kernel jhashtable in qemuZhang Chen
2016-09-27qemu-char: Add qemu_chr_add_handlers_full() for GMaincontextZhang Chen
2016-09-27virtio-net: allow increasing rx queue sizeMichael S. Tsirkin
2016-09-27memory: introduce IOMMUOps.notify_flag_changedPeter Xu
2016-09-27memory: introduce IOMMUNotifier and its capsPeter Xu
2016-09-26Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2016-09-24hw/i386: AMD IOMMU IVRS tableDavid Kiarie
2016-09-23hw/pci: Prepare for AMD IOMMUDavid Kiarie
2016-09-23virtio: stop virtqueue processing if device is brokenStefan Hajnoczi
2016-09-23target-i386: turn off CPU.l3-cache only for 2.7 and older machine typesIgor Mammedov
2016-09-23pc: clean up COMPAT macro chainingIgor Mammedov
2016-09-23Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2016-09-23Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.8-20160923' into...Peter Maydell
2016-09-23Merge remote-tracking branch 'remotes/famz/tags/various-pull-request' into st...Peter Maydell
2016-09-23qdev-monitor: Add blk_by_qdev_id()Kevin Wolf
2016-09-23block: Add blk_by_dev()Kevin Wolf
2016-09-23block: Add "read-only" to the options QDictAlberto Garcia
2016-09-23block: Remove bdrv_is_snapshotAlberto Garcia
2016-09-23vl: Switch qemu_uuid to QemuUUIDFam Zheng