aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-07-14dma-helpers: Fix too long qiovKevin Wolf3-0/+18
2014-07-14qtest: fix vhost-user-test compilation with old GLibNikolay Nikolaev1-0/+4
2014-07-14tests: Fix unterminated string output visitor enum human stringAndreas Färber1-6/+1
2014-07-14AioContext: do not rely on aio_poll(ctx, true) result to end a loopPaolo Bonzini3-16/+20
2014-07-14virtio-blk: embed VirtQueueElement in VirtIOBlockReqStefan Hajnoczi5-52/+48
2014-07-14virtio-blk: avoid g_slice_new0() for VirtIOBlockReq and VirtQueueElementStefan Hajnoczi1-2/+4
2014-07-14dataplane: do not free VirtQueueElement in vring_push()Stefan Hajnoczi2-6/+4
2014-07-14virtio-blk: avoid dataplane VirtIOBlockReq early freeStefan Hajnoczi1-1/+0
2014-07-14block: Assert qiov length matches request lengthKevin Wolf2-4/+13
2014-07-14qed: Make qiov match request size until backing file EOFKevin Wolf2-8/+31
2014-07-14qcow2: Make qiov match request size until backing file EOFKevin Wolf1-1/+10
2014-07-14block: Make qiov match the request size until EOFKevin Wolf1-2/+14
2014-07-09AioContext: speed up aio_notifyPaolo Bonzini4-2/+164
2014-07-09test-aio: fix GSource-based timer testPaolo Bonzini1-7/+6
2014-07-09block: drop aio functions that operate on the main AioContextPaolo Bonzini7-46/+12
2014-07-09block: prefer aio_poll to qemu_aio_waitPaolo Bonzini3-4/+4
2014-07-09block: Fix bdrv_is_allocated() return valueKevin Wolf1-1/+1
2014-07-09block/backup: Fix hang for unaligned image sizeKevin Wolf3-2/+296
2014-07-08Update version for v2.1.0-rc1 releasev2.1.0-rc1Peter Maydell1-1/+1
2014-07-08hw/ppc/spapr_hcall.c: Add ULL suffix to 64 bit constantPeter Maydell1-1/+1
2014-07-08Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20140708' into stagingPeter Maydell5-1/+28
2014-07-08s390x/css: reflect cpa in scswCornelia Huck1-0/+9
2014-07-08pc-bios/s390-ccw: update binaryCornelia Huck1-0/+0
2014-07-08pc-bios/s390-ccw: store proper subsystem information wordChristian Borntraeger3-1/+19
2014-07-08Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140708'...Peter Maydell4-20/+7
2014-07-08target-arm: Implement vCPU reset via KVM_ARM_VCPU_INIT for 32-bit CPUsPeter Maydell2-18/+5
2014-07-08hw/arm/vexpress: Alias NOR flash at 0 for vexpress-a9Peter Maydell1-1/+1
2014-07-08disas/libvixl: prepend the include path of libvixl header filesStefano Stabellini1-1/+1
2014-07-08Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...Peter Maydell12-122/+69
2014-07-08PPC: e500: Actually install u-boot.e500Cole Robinson1-1/+2
2014-07-08target-ppc: Remove POWER7+ and POWER8E familiesAlexey Kardashevskiy2-73/+4
2014-07-08target-ppc: Add pvr_match() callbackAlexey Kardashevskiy4-21/+37
2014-07-08pseries: Update SLOF firmware image to qemu-slof-20140630Alexey Kardashevskiy3-1/+1
2014-07-08PPC: Fix booke206 TLB with phys addrs > 32bitAlexander Graf1-3/+3
2014-07-08target-ppc: Fix gdbstub for ppc64le-linux-userRichard Henderson1-19/+15
2014-07-08target-ppc: Change default cpu for ppc64le-linux-userRichard Henderson2-4/+8
2014-07-08target-ppc: KVMPPC_H_CAS fix cpu-version endianessLaurent Dufour1-2/+1
2014-07-07Merge remote-tracking branch 'remotes/afaerber/tags/prep-for-2.1' into stagingPeter Maydell4-15/+1
2014-07-07Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell16-48/+68
2014-07-07prep: Update ppc_rom.binAndreas Färber2-0/+0
2014-07-07prep: Remove CPU reset entry point hack related to OpenHack'WareHervé Poussineau1-3/+0
2014-07-07prep: Remove PCI memory hack related to OpenHack'WareHervé Poussineau2-12/+1
2014-07-07Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell16-53/+356
2014-07-07Merge remote-tracking branch 'remotes/sstabellini/xen_arm_20140707' into stagingPeter Maydell5-11/+33
2014-07-07xen: build on ARMStefano Stabellini3-11/+13
2014-07-07xen_backend: introduce xenstore_read_uint64 and xenstore_read_fe_uint64Stefano Stabellini2-0/+20
2014-07-07qmp: show QOM properties in device-list-propertiesStefan Hajnoczi1-23/+76
2014-07-07dataplane: submit I/O as a batchMing Lei1-0/+2
2014-07-07linux-aio: implement io plug, unplug and flush io queueMing Lei3-2/+141
2014-07-07block: block: introduce APIs for submitting IO as a batchMing Lei3-0/+40