Age | Commit message (Expand) | Author |
2015-02-18 | s390x/mmu: Skip exceptions properly when translating addresses for debug | Thomas Huth |
2015-02-18 | s390x/mmu: Check table length and offset fields | Thomas Huth |
2015-02-18 | s390x/mmu: Fix the handling of the table levels | Thomas Huth |
2015-02-18 | s390x/mmu: Fix the check for the real-space designation bit | Thomas Huth |
2015-02-18 | s390x/mmu: Move mmu_translate() and friends to separate file | Thomas Huth |
2015-02-17 | qemu-ga-win: Fail loudly on bare 'set-time' | Michal Privoznik |
2015-02-17 | qga: add memory block command that unsupported | zhanghailiang |
2015-02-17 | qga: implement qmp_guest_get_memory_block_info() for Linux with sysfs | zhanghailiang |
2015-02-17 | qga: implement qmp_guest_set_memory_blocks() for Linux with sysfs | zhanghailiang |
2015-02-17 | qga: implement qmp_guest_get_memory_blocks() for Linux with sysfs | zhanghailiang |
2015-02-17 | qga: introduce three guest memory block commmands with stubs | zhanghailiang |
2015-02-16 | qga: implement file commands for Windows guest | Olga Krishtal |
2015-02-16 | guest agent: guest-file-open: refactoring | Simon Zolin |
2015-02-16 | utils: drop strtok_r from envlist_parse | Olga Krishtal |
2015-02-16 | qga: add guest-set-user-password command | Daniel P. Berrange |
2015-02-16 | Convert ram_list to RCU | Mike Day |
2015-02-16 | exec: convert ram_list to QLIST | Mike Day |
2015-02-16 | cosmetic changes preparing for the following patches | Mike Day |
2015-02-16 | exec: protect mru_block with RCU | Paolo Bonzini |
2015-02-16 | rcu: add g_free_rcu | Paolo Bonzini |
2015-02-16 | rcu: introduce RCU-enabled QLIST | Mike Day |
2015-02-16 | exec: RCUify AddressSpaceDispatch | Paolo Bonzini |
2015-02-16 | exec: make iotlb RCU-friendly | Paolo Bonzini |
2015-02-16 | exec: introduce cpu_reload_memory_map | Paolo Bonzini |
2015-02-16 | docs: clarify memory region lifecycle | Paolo Bonzini |
2015-02-16 | pci: split shpc_cleanup and shpc_free | Paolo Bonzini |
2015-02-16 | pcie: remove mmconfig memory leak and wrap mmconfig update with transaction | Paolo Bonzini |
2015-02-16 | block: Keep bdrv_check*_request()'s return value | Max Reitz |
2015-02-16 | block: Remove "growable" from BDS | Max Reitz |
2015-02-16 | block: Clamp BlockBackend requests | Max Reitz |
2015-02-16 | qemu-io: Use BlockBackend | Max Reitz |
2015-02-16 | qemu-io: Remove "growable" option | Max Reitz |
2015-02-16 | qemu-io: Use blk_new_open() in openfile() | Max Reitz |
2015-02-16 | qemu-nbd: Use blk_new_open() in main() | Max Reitz |
2015-02-16 | qemu-img: Use BlockBackend as far as possible | Max Reitz |
2015-02-16 | qemu-img: Use blk_new_open() in img_rebase() | Max Reitz |
2015-02-16 | qemu-img: Use blk_new_open() in img_open() | Max Reitz |
2015-02-16 | block/xen: Use blk_new_open() in blk_connect() | Max Reitz |
2015-02-16 | blockdev: Use blk_new_open() in blockdev_init() | Max Reitz |
2015-02-16 | iotests: Add test for driver=qcow2, format=qcow2 | Max Reitz |
2015-02-16 | block: Add Error parameter to bdrv_find_protocol() | Max Reitz |
2015-02-16 | block: Add blk_new_open() | Max Reitz |
2015-02-16 | block: Lift some BDS functions to the BlockBackend | Max Reitz |
2015-02-16 | iotests: Add test for qemu-img convert to NBD | Max Reitz |
2015-02-16 | qemu-img: Fix qemu-img convert -n | Max Reitz |
2015-02-16 | qemu-iotests: Add 093 for IO throttling | Fam Zheng |
2015-02-16 | qemu-iotests: Allow caller to disable underscore convertion for qmp | Fam Zheng |
2015-02-16 | qemu-iotests: Add VM method qtest() to iotests.py | Fam Zheng |
2015-02-16 | qtest: Add scripts/qtest.py | Fam Zheng |
2015-02-16 | qemu-io: Account IO by aio_read and aio_write | Fam Zheng |