aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-04util/qht: atomically set b->hashesAlex Bennée
2016-10-04cpu: atomically modify cpu->exit_requestAlex Bennée
2016-10-04qom/cpu: atomically clear the tb_jmp_cacheAlex Bennée
2016-10-04qom/object: update class cache atomicallyAlex Bennée
2016-10-04seqlock: use atomic writes for the sequencePaolo Bonzini
2016-10-04tcg/optimize: move default return out of if statementAlex Bennée
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 available on all targetsHervé Poussineau
2016-10-04intc: make HMP 'info irq' and 'info pic' commands use InterruptStatsProvider ...Hervé Poussineau
2016-10-04intc/lm32_pic: implement InterruptStatsProvider interfaceHervé Poussineau
2016-10-04intc/slavio_intctl: implement InterruptStatsProvider interfaceHervé Poussineau
2016-10-04intc/i8259: implement InterruptStatsProvider interfaceHervé Poussineau
2016-10-04intc: add an interface to gather statistics/informations on interrupt control...Hervé Poussineau
2016-10-04hw/misc/edu: support MSI interruptPeter Xu
2016-10-04MC146818 RTC: coordinate guest clock base to destination host after migrationJunlian Bell
2016-10-04hw/iommu: Fix problems reported by Coverity scanDavid Kiarie
2016-09-30Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell
2016-09-29ide: Fix memory leak in ide_register_restart_cb()Ashijeet Acharya
2016-09-29MAINTAINERS: Add some more headers to the IDE sectionThomas Huth
2016-09-29ahci: clear aiocb in ncq_cbJohn Snow
2016-09-29ide: fix DMA register transitionsJohn Snow
2016-09-29Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell
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-28trace: Document the execution mode of guest eventsLluís Vilanova
2016-09-28trace: Add event "guest_cpu_reset"Lluís Vilanova
2016-09-28trace: Add event "guest_cpu_enter"Lluís Vilanova
2016-09-28trace: Properly initialize dynamic event states in hot-plugged vCPUsLluís Vilanova
2016-09-28trace: move hw/virtio/virtio-balloon.c trace points into correct fileDaniel P. Berrange
2016-09-28trace: move hw/mem/pc-dimm.c trace points into correct fileDaniel P. Berrange
2016-09-28trace: move util/qemu-coroutine*.c trace points into correct fileDaniel P. Berrange
2016-09-28trace: move util/buffer.c trace points into correct fileDaniel P. Berrange
2016-09-28Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20160928-1' into...Peter Maydell
2016-09-28Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160928-1' into st...Peter Maydell
2016-09-28linux-aio: fix re-entrant completion processingStefan Hajnoczi
2016-09-28test-coroutine: test qemu_coroutine_entered()Stefan Hajnoczi
2016-09-28coroutine: add qemu_coroutine_entered() functionStefan Hajnoczi
2016-09-28Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160927-tag' into...Peter Maydell
2016-09-28ps2: do not generate invalid key codes for unknown keysHervé Poussineau
2016-09-28ps2: use QEMU qcodes instead of scancodesHervé Poussineau
2016-09-28ps2: allow keycode translation for all scancode setsHervé Poussineau
2016-09-28ps2: correctly handle 'get/set scancode' commandHervé Poussineau
2016-09-28ps2: reject unknown commands, instead of blindly accepting themHervé Poussineau
2016-09-28ui/vnc-enc-tight: remove switch and have single returnAlex Bennée
2016-09-28spice/gl: render DisplaySurface via openglGerd Hoffmann
2016-09-28console: track gl_block state in QemuConsoleGerd Hoffmann
2016-09-28console: skip same-size resizeMarc-André Lureau
2016-09-28libqos: fix qvring_init()Laurent Vivier
2016-09-28iothread: check iothread->ctx before aio_context_unref to avoid assertionLin Ma