summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-04qom/object: update class cache atomicallyAlex Bennée1-7/+8
2016-10-04seqlock: use atomic writes for the sequencePaolo Bonzini1-2/+2
2016-10-04tcg/optimize: move default return out of if statementAlex Bennée1-2/+1
2016-10-04atomic.h: comment on use of atomic_read/setAlex Bennée1-0/+6
2016-10-04atomic.h: fix __SANITIZE_THREAD__ buildAlex Bennée1-1/+1
2016-10-04intc: make HMP 'info irq' and 'info pic' commands available on all targetsHervé Poussineau1-4/+1
2016-10-04intc: make HMP 'info irq' and 'info pic' commands use InterruptStatsProvider ...Hervé Poussineau11-144/+68
2016-10-04intc/lm32_pic: implement InterruptStatsProvider interfaceHervé Poussineau1-4/+28
2016-10-04intc/slavio_intctl: implement InterruptStatsProvider interfaceHervé Poussineau1-0/+35
2016-10-04intc/i8259: implement InterruptStatsProvider interfaceHervé Poussineau1-0/+37
2016-10-04intc: add an interface to gather statistics/informations on interrupt control...Hervé Poussineau3-0/+75
2016-10-04hw/misc/edu: support MSI interruptPeter Xu2-3/+22
2016-10-04MC146818 RTC: coordinate guest clock base to destination host after migrationJunlian Bell1-1/+9
2016-10-04hw/iommu: Fix problems reported by Coverity scanDavid Kiarie1-9/+13
2016-09-30Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell5-2/+16
2016-09-29ide: Fix memory leak in ide_register_restart_cb()Ashijeet Acharya3-1/+13
2016-09-29MAINTAINERS: Add some more headers to the IDE sectionThomas Huth1-0/+1
2016-09-29ahci: clear aiocb in ncq_cbJohn Snow1-0/+1
2016-09-29ide: fix DMA register transitionsJohn Snow1-1/+1
2016-09-29Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell15-60/+106
2016-09-28Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell49-521/+1157
2016-09-28Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell8-10/+78
2016-09-28trace: Document the execution mode of guest eventsLluís Vilanova1-0/+3
2016-09-28trace: Add event "guest_cpu_reset"Lluís Vilanova2-0/+8
2016-09-28trace: Add event "guest_cpu_enter"Lluís Vilanova2-0/+11
2016-09-28trace: Properly initialize dynamic event states in hot-plugged vCPUsLluís Vilanova8-33/+54
2016-09-28trace: move hw/virtio/virtio-balloon.c trace points into correct fileDaniel P. Berrange2-4/+5
2016-09-28trace: move hw/mem/pc-dimm.c trace points into correct fileDaniel P. Berrange3-4/+6
2016-09-28trace: move util/qemu-coroutine*.c trace points into correct fileDaniel P. Berrange2-13/+13
2016-09-28trace: move util/buffer.c trace points into correct fileDaniel P. Berrange2-6/+6
2016-09-28Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20160928-1' into...Peter Maydell1-54/+558
2016-09-28Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160928-1' into st...Peter Maydell5-17/+109
2016-09-28linux-aio: fix re-entrant completion processingStefan Hajnoczi1-3/+6
2016-09-28test-coroutine: test qemu_coroutine_entered()Stefan Hajnoczi1-0/+42
2016-09-28coroutine: add qemu_coroutine_entered() functionStefan Hajnoczi2-0/+18
2016-09-28Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160927-tag' into...Peter Maydell3-5/+217
2016-09-28ps2: do not generate invalid key codes for unknown keysHervé Poussineau1-13/+7
2016-09-28ps2: use QEMU qcodes instead of scancodesHervé Poussineau1-48/+485
2016-09-28ps2: allow keycode translation for all scancode setsHervé Poussineau1-26/+97
2016-09-28ps2: correctly handle 'get/set scancode' commandHervé Poussineau1-3/+5
2016-09-28ps2: reject unknown commands, instead of blindly accepting themHervé Poussineau1-1/+1
2016-09-28ui/vnc-enc-tight: remove switch and have single returnAlex Bennée1-4/+2
2016-09-28spice/gl: render DisplaySurface via openglGerd Hoffmann2-9/+88
2016-09-28console: track gl_block state in QemuConsoleGerd Hoffmann2-4/+12
2016-09-28console: skip same-size resizeMarc-André Lureau1-0/+7
2016-09-28libqos: fix qvring_init()Laurent Vivier1-1/+1
2016-09-28iothread: check iothread->ctx before aio_context_unref to avoid assertionLin Ma1-0/+3
2016-09-28aio-posix: avoid unnecessary aio_epoll_enabled() callsYaowei Bai1-5/+7
2016-09-28block: mirror: fix wrong comment of mirror_startYaowei Bai1-1/+1
2016-09-28tests: cris: add v17 ADDC testRabin Vincent2-2/+82