aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-30sheepdog: make add_aio_request and send_aioreq void functionsMORITA Kazutaka
2013-10-30sheepdog: try to reconnect to sheepdog after network errorMORITA Kazutaka
2013-10-30coroutine: add co_aio_sleep_ns() to allow sleep in block driversMORITA Kazutaka
2013-10-30sheepdog: reload inode outside of resend_aioreqMORITA Kazutaka
2013-10-30sheepdog: handle vdi objects in resend_aio_reqMORITA Kazutaka
2013-10-30sheepdog: check return values of qemu_co_recv/send correctlyMORITA Kazutaka
2013-10-30qemu-iotests: Test case for backing file deletionMax Reitz
2013-10-30qemu-iotests: drop duplicated "create_image"Fam Zheng
2013-10-29qemu-iotests: Fix 051 reference outputKevin Wolf
2013-10-29block: Avoid unecessary drv->bdrv_getlength() callsKevin Wolf
2013-10-29block: Disable BDRV_O_COPY_ON_READ for the backing fileThibaut LAURENT
2013-10-29ahci: fix win7 hang on bootAlexander Graf
2013-10-28sheepdog: pass copy_policy in the requestLiu Yuan
2013-10-28sheepdog: explicitly set copies as type uint8_tLiu Yuan
2013-10-28block: Don't copy backing file name on errorMax Reitz
2013-10-28tests: Multiboot mmap test caseKevin Wolf
2013-10-28ide-test: Check what happens with bus mastering disabledKevin Wolf
2013-10-28exec: Fix bounce buffer allocation in address_space_map()Kevin Wolf
2013-10-28qcow2: Flush image after creationMax Reitz
2013-10-25qemu-iotests: Test for loading VM state from qcow2Max Reitz
2013-10-24block/vpc: check that the image has not been truncatedPeter Lieven
2013-10-24qemu-img: add special exit code if bdrv_check is not supportedPeter Lieven
2013-10-24qcow2: Unset zero_beyond_eof in save_vmstateMax Reitz
2013-10-24qcow2: Restore total_sectors value in save_vmstateMax Reitz
2013-10-21qapi: fix documentation exampleEric Blake
2013-10-18Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2013-10-18Merge remote-tracking branch 'stefanha/net' into stagingAnthony Liguori
2013-10-18Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori
2013-10-18Merge remote-tracking branch 'bonzini/iommu-for-anthony' into stagingAnthony Liguori
2013-10-18Merge remote-tracking branch 'bonzini/configure' into stagingAnthony Liguori
2013-10-18Merge remote-tracking branch 'spice/spice.v75' into stagingAnthony Liguori
2013-10-18Merge remote-tracking branch 'filippov/tags/20131015-xtensa' into stagingAnthony Liguori
2013-10-18vmdk: fix VMFS extent parsingFam Zheng
2013-10-18vmdk: Only read cid from image file when openingFam Zheng
2013-10-18net/rtl8139: update network information when macaddr is changed in guestAmos Kong
2013-10-18net/e1000: update network information when macaddr is changed in guestAmos Kong
2013-10-18net: update nic info during device resetAmos Kong
2013-10-18virtio: Remove unneeded memcpyStefan Weil
2013-10-17exec: remove qemu_safe_ram_ptrPaolo Bonzini
2013-10-17icount: make it thread-safePaolo Bonzini
2013-10-17icount: document (future) locking rules for icountPaolo Bonzini
2013-10-17icount: prepare the code for future races in calling qemu_clock_warpPaolo Bonzini
2013-10-17icount: reorganize icount_warp_rtPaolo Bonzini
2013-10-17icount: use cpu_get_icount() directlyPaolo Bonzini
2013-10-17timer: add timer_mod_anticipate and timer_mod_anticipate_nsPaolo Bonzini
2013-10-17timer: extract timer_mod_ns_locked and timerlist_rearmPaolo Bonzini
2013-10-17timer: make qemu_clock_enable sync between disable and timer's cbLiu Ping Fan
2013-10-17qemu-thread: add QemuEventPaolo Bonzini
2013-10-17timer: protect timers_state's clock with seqlockLiu Ping Fan
2013-10-17seqlock: introduce read-write seqlockPaolo Bonzini