aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-29block-backend: remove blk_flush_allJohn Snow
2016-09-29qemu: use bdrv_flush_all for vm_stop et alJohn Snow
2016-09-29block: reintroduce bdrv_flush_allJohn Snow
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-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
2016-09-28aio-posix: avoid unnecessary aio_epoll_enabled() callsYaowei Bai
2016-09-28block: mirror: fix wrong comment of mirror_startYaowei Bai
2016-09-28tests: cris: add v17 ADDC testRabin Vincent
2016-09-28target-cris: add v17 CPURabin Vincent
2016-09-28target-cris: reduce v32isms from v10 log dumpsHans-Peter Nilsson
2016-09-28tests: cris: remove check_time1Rabin Vincent
2016-09-28tests: cris: remove openpf4 testRabin Vincent
2016-09-28tests: cris: fix syscall inline asmRabin Vincent
2016-09-28tests: cris: force inliningRabin Vincent
2016-09-27qdisk - hw/block/xen_disk: grant copy implementationPaulina Szubarczyk
2016-09-27Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell
2016-09-27sysbus: Remove ignored return value of FindSysbusDeviceFuncDavid Gibson
2016-09-27target-i386: Remove has_msr_* global vars for KVM featuresEduardo Habkost
2016-09-27target-i386: Clear KVM CPUID features if KVM is disabledEduardo Habkost
2016-09-27target-i386: Remove has_msr_hv_tsc global variableEduardo Habkost
2016-09-27target-i386: Remove has_msr_hv_apic global variableEduardo Habkost
2016-09-27target-i386: Remove has_msr_mtrr global variableEduardo Habkost
2016-09-27target-i386: Move xsave component mask to features arrayEduardo Habkost
2016-09-27target-i386: xsave: Calculate set of xsave components on realizeEduardo Habkost
2016-09-27target-i386: xsave: Helper function to calculate xsave area sizeEduardo Habkost
2016-09-27target-i386: xsave: Simplify CPUID[0xD,0].{EAX,EDX} calculationEduardo Habkost
2016-09-27target-i386: xsave: Calculate enabled components only onceEduardo Habkost
2016-09-27target-i386: Don't try to enable PT State xsave componentEduardo Habkost
2016-09-27target-i386: Move feature name arrays inside FeatureWordInfoEduardo Habkost
2016-09-27linux-user: remove #define smp_{cores, threads}Marc-André Lureau
2016-09-27target-i386: Enable CPUID[0x8000000A] if SVM is enabledEduardo Habkost
2016-09-27target-i386: Automatically set level/xlevel/xlevel2 when neededEduardo Habkost
2016-09-27tests: Test CPUID level handling for old machinesEduardo Habkost