aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-25Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2015-02-16-v2-tag'...Peter Maydell
2015-02-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-02-24Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2015-02-24Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20150216-1' into s...Peter Maydell
2015-02-24Merge remote-tracking branch 'remotes/lalrae/tags/mips-20150213-2' into stagingPeter Maydell
2015-02-17qemu-ga-win: Fail loudly on bare 'set-time'Michal Privoznik
2015-02-17qga: add memory block command that unsupportedzhanghailiang
2015-02-17qga: implement qmp_guest_get_memory_block_info() for Linux with sysfszhanghailiang
2015-02-17qga: implement qmp_guest_set_memory_blocks() for Linux with sysfszhanghailiang
2015-02-17qga: implement qmp_guest_get_memory_blocks() for Linux with sysfszhanghailiang
2015-02-17qga: introduce three guest memory block commmands with stubszhanghailiang
2015-02-16qga: implement file commands for Windows guestOlga Krishtal
2015-02-16guest agent: guest-file-open: refactoringSimon Zolin
2015-02-16utils: drop strtok_r from envlist_parseOlga Krishtal
2015-02-16qga: add guest-set-user-password commandDaniel P. Berrange
2015-02-16Convert ram_list to RCUMike Day
2015-02-16exec: convert ram_list to QLISTMike Day
2015-02-16cosmetic changes preparing for the following patchesMike Day
2015-02-16exec: protect mru_block with RCUPaolo Bonzini
2015-02-16rcu: add g_free_rcuPaolo Bonzini
2015-02-16rcu: introduce RCU-enabled QLISTMike Day
2015-02-16exec: RCUify AddressSpaceDispatchPaolo Bonzini
2015-02-16exec: make iotlb RCU-friendlyPaolo Bonzini
2015-02-16exec: introduce cpu_reload_memory_mapPaolo Bonzini
2015-02-16docs: clarify memory region lifecyclePaolo Bonzini
2015-02-16pci: split shpc_cleanup and shpc_freePaolo Bonzini
2015-02-16pcie: remove mmconfig memory leak and wrap mmconfig update with transactionPaolo Bonzini
2015-02-16block: Keep bdrv_check*_request()'s return valueMax Reitz
2015-02-16block: Remove "growable" from BDSMax Reitz
2015-02-16block: Clamp BlockBackend requestsMax Reitz
2015-02-16qemu-io: Use BlockBackendMax Reitz
2015-02-16qemu-io: Remove "growable" optionMax Reitz
2015-02-16qemu-io: Use blk_new_open() in openfile()Max Reitz
2015-02-16qemu-nbd: Use blk_new_open() in main()Max Reitz
2015-02-16qemu-img: Use BlockBackend as far as possibleMax Reitz
2015-02-16qemu-img: Use blk_new_open() in img_rebase()Max Reitz
2015-02-16qemu-img: Use blk_new_open() in img_open()Max Reitz
2015-02-16block/xen: Use blk_new_open() in blk_connect()Max Reitz
2015-02-16blockdev: Use blk_new_open() in blockdev_init()Max Reitz
2015-02-16iotests: Add test for driver=qcow2, format=qcow2Max Reitz
2015-02-16block: Add Error parameter to bdrv_find_protocol()Max Reitz
2015-02-16block: Add blk_new_open()Max Reitz
2015-02-16block: Lift some BDS functions to the BlockBackendMax Reitz
2015-02-16iotests: Add test for qemu-img convert to NBDMax Reitz
2015-02-16qemu-img: Fix qemu-img convert -nMax Reitz
2015-02-16qemu-iotests: Add 093 for IO throttlingFam Zheng
2015-02-16qemu-iotests: Allow caller to disable underscore convertion for qmpFam Zheng
2015-02-16qemu-iotests: Add VM method qtest() to iotests.pyFam Zheng
2015-02-16qtest: Add scripts/qtest.pyFam Zheng
2015-02-16qemu-io: Account IO by aio_read and aio_writeFam Zheng