summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-28target-cris: add v17 CPURabin Vincent3-0/+38
2016-09-28target-cris: reduce v32isms from v10 log dumpsHans-Peter Nilsson1-13/+23
2016-09-28tests: cris: remove check_time1Rabin Vincent2-47/+0
2016-09-28tests: cris: remove openpf4 testRabin Vincent2-6/+0
2016-09-28tests: cris: fix syscall inline asmRabin Vincent1-9/+17
2016-09-28tests: cris: force inliningRabin Vincent10-26/+28
2016-09-27qdisk - hw/block/xen_disk: grant copy implementationPaulina Szubarczyk3-5/+217
2016-09-27Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell15-302/+540
2016-09-27sysbus: Remove ignored return value of FindSysbusDeviceFuncDavid Gibson6-16/+8
2016-09-27target-i386: Remove has_msr_* global vars for KVM featuresEduardo Habkost1-15/+6
2016-09-27target-i386: Clear KVM CPUID features if KVM is disabledEduardo Habkost1-0/+4
2016-09-27target-i386: Remove has_msr_hv_tsc global variableEduardo Habkost1-6/+8
2016-09-27target-i386: Remove has_msr_hv_apic global variableEduardo Habkost1-5/+3
2016-09-27target-i386: Remove has_msr_mtrr global variableEduardo Habkost1-6/+2
2016-09-27target-i386: Move xsave component mask to features arrayEduardo Habkost2-15/+30
2016-09-27target-i386: xsave: Calculate set of xsave components on realizeEduardo Habkost2-23/+33
2016-09-27target-i386: xsave: Helper function to calculate xsave area sizeEduardo Habkost1-7/+15
2016-09-27target-i386: xsave: Simplify CPUID[0xD,0].{EAX,EDX} calculationEduardo Habkost1-6/+2
2016-09-27target-i386: xsave: Calculate enabled components only onceEduardo Habkost1-10/+16