summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-29block: Remove qemu_root_bds_optsKevin Wolf1-53/+1
2016-09-29block: Move 'discard' option to bdrv_open_common()Kevin Wolf3-26/+17
2016-09-29block: Use 'detect-zeroes' option for 'blockdev-change-medium'Kevin Wolf3-9/+11
2016-09-29block: Parse 'detect-zeroes' in bdrv_open_common()Kevin Wolf2-8/+34
2016-09-29block/qapi: Move 'aio' option to file driverKevin Wolf4-27/+83
2016-09-29block/qapi: Use separate options type for curl driverKevin Wolf1-7/+18
2016-09-29block: Drop aio/cache consistency check from qmp_blockdev_add()Kevin Wolf2-16/+1
2016-09-29block: Fix error path in qmp_blockdev_change_medium()Kevin Wolf1-1/+1
2016-09-29block-backend: remove blk_flush_allJohn Snow4-25/+4
2016-09-29qemu: use bdrv_flush_all for vm_stop et alJohn Snow1-2/+2
2016-09-29block: reintroduce bdrv_flush_allJohn Snow2-0/+26
2016-09-29hw/dma: vmstateify rc4030Dr. David Alan Gilbert1-54/+27
2016-09-29MAINTAINERS: update target-mips maintainersLeon Alrae1-1/+1
2016-09-29smbios: fix uuid copyMarc-André Lureau1-1/+1
2016-09-29xenpv: Fix qemu_uuid compiling errorFam Zheng1-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-28s390x/kvm: fix build against qemu_uuidChristian Borntraeger1-1/+1
2016-09-28s390x/css: {c,h,t,r,x}sch: require enable AND device number validSascha Silbe1-6/+6
2016-09-28pc-bios/s390-ccw.img: rebuild imageChristian Borntraeger1-0/+0
2016-09-28pc-bios/s390-ccw: enable subchannel for IPL I/O devicesDong Jia Shi1-1/+2
2016-09-28s390x/kvm: Fix potential deadlock in sigp handlingChristian Borntraeger1-0/+11
2016-09-28s390x/pci: code cleanupYi Min Zhao1-11/+0
2016-09-28s390x/pci: assign msix io region for each pci deviceYi Min Zhao2-13/+28
2016-09-28s390x/pci: re-arrange variable declarationsPierre Morel1-2/+4
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