aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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
2016-09-27target-i386: Don't try to enable PT State xsave componentEduardo Habkost1-3/+3
2016-09-27target-i386: Move feature name arrays inside FeatureWordInfoEduardo Habkost1-200/+170
2016-09-27linux-user: remove #define smp_{cores, threads}Marc-André Lureau3-9/+7
2016-09-27target-i386: Enable CPUID[0x8000000A] if SVM is enabledEduardo Habkost2-5/+14
2016-09-27target-i386: Automatically set level/xlevel/xlevel2 when neededEduardo Habkost4-13/+133
2016-09-27tests: Test CPUID level handling for old machinesEduardo Habkost1-0/+13
2016-09-27tests: Add test code for CPUID level/xlevel handlingEduardo Habkost3-0/+111
2016-09-27target-i386: Add a marker to end of the region zeroed on resetEduardo Habkost2-1/+2
2016-09-27target-i386: Remove unused X86CPUDefinition::xlevel2 fieldEduardo Habkost1-2/+0