aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-07main-loop: replace WaitForMultipleObjects with g_pollPaolo Bonzini1-23/+17
2012-04-07main-loop: interrupt wait when data arrives on a socketPaolo Bonzini3-25/+48
2012-04-07main-loop: disable fd_set-based glib integration under w32Paolo Bonzini1-30/+33
2012-04-07main loop: use msec-based timeout in glib_select_fillPaolo Bonzini1-12/+10
2012-04-07target-sparc: QOM'ify CPUAndreas Färber3-9/+135
2012-04-07target-sparc: Rename cpu_init.cAndreas Färber2-1/+1
2012-04-06Userspace ARM BE8 supportPaul Brook7-20/+86
2012-04-06elf.h: Update EF_ARM_ constants to newer ABI versionsPeter Maydell1-0/+21
2012-04-06arm-linux-user: fix elfload.c's AT_HWCAP to reflect cpu features.Benoit Canet1-4/+27
2012-04-06linux-user/arm/syscall_nr.h: Add syscall number for ppollPeter Maydell1-1/+1
2012-04-06linux-user: Add support for prctl PR_GET_NAME and PR_SET_NAMEPeter Maydell1-0/+24
2012-04-06linux-user/syscall.c: Fix indentation in prctl handlingPeter Maydell1-14/+15
2012-04-06linux-user: reserve 4GB of vmem for 32-on-64Alexander Graf1-0/+11
2012-04-06linux-user: resolve reserved_va vma downwardsPeter Maydell3-11/+26
2012-04-06linux-user: take RESERVED_VA into account for g2h_valid()Alexander Graf1-1/+2
2012-04-06linux-user: fix fallocateAlexander Graf1-0/+5
2012-04-06linux-user: Add ioctl for BLKBSZGETAlexander Graf1-0/+1
2012-04-06linux-user: add BLKSSZGET ioctl wrapperAlexander Graf1-0/+1
2012-04-06linux-user: fix BLK ioctl argumentsAlexander Graf1-3/+5
2012-04-06linux-user: add struct old_dev_t compatAlexander Graf3-2/+58
2012-04-06linux-user: implement device mapper ioctlsAlexander Graf4-0/+312
2012-04-06linux-user: target_argv is placed on ts->bprm->argv and can't be freed()Fabio Erculiani1-5/+0
2012-04-06linux-user: improve fake /proc/self/stat making `ps` not segfault.Fabio Erculiani1-4/+15
2012-04-05qed: remove incoming live migration blockerBenoît Canet2-11/+0
2012-04-05qed: honor BDRV_O_INCOMING for incoming live migrationBenoît Canet1-2/+3
2012-04-05migration: clear BDRV_O_INCOMING flags on end of incoming live migrationBenoît Canet1-0/+1
2012-04-05qed: add bdrv_invalidate_cache to be called after incoming live migrationBenoît Canet1-0/+10
2012-04-05blockdev: open images with BDRV_O_INCOMING on incoming live migrationBenoît Canet1-0/+4
2012-04-05block: add a function to clear incoming live migration flagsBenoît Canet2-0/+11
2012-04-05block: Add new BDRV_O_INCOMING flag to notice incoming live migrationBenoît Canet1-0/+1
2012-04-05block stream: close unused files and update ->backing_hdMarcelo Tosatti1-0/+34
2012-04-05qemu-iotests: Fix call syntax for qemu-ioStefan Weil3-6/+6
2012-04-05qemu-iotests: Fix call syntax for qemu-imgStefan Weil1-2/+7
2012-04-05qemu-iotests: Test unknown qcow2 header extensionsKevin Wolf3-0/+149
2012-04-05qemu-iotests: qcow2.pyKevin Wolf1-0/+207
2012-04-05sheepdog: fix send req helpersLiu Yuan1-0/+2
2012-04-05sheepdog: implement SD_OP_FLUSH_VDI operationLiu Yuan1-14/+128
2012-04-05block: bdrv_append() fixesJeff Cody1-2/+11
2012-04-05qed: track dirty flag statusDong Xu Wang1-0/+1
2012-04-05qemu-img: add dirty flag statusDong Xu Wang2-0/+4
2012-04-05qed: image fragmentation statisticsDong Xu Wang1-0/+9
2012-04-05qemu-img: add image fragmentation statisticsDong Xu Wang2-1/+15
2012-04-05block: document job APIPaolo Bonzini1-3/+112
2012-04-05block: set job->speed in block_set_speedPaolo Bonzini2-2/+7
2012-04-05block: fix streaming/closing racePaolo Bonzini3-2/+22
2012-04-05block: cancel jobs when a device is ready to go awayPaolo Bonzini1-0/+3
2012-04-05block: disable I/O throttling on sync apiZhi Yong Wu1-0/+20
2012-04-05Use DMADirection type for dma_bdrv_ioDavid Gibson4-16/+22
2012-04-05vdi: change goto to loopPaolo Bonzini1-73/+68
2012-04-05vdi: do not create useless iovecsPaolo Bonzini1-46/+33