sdk/emulator/qemu.git
2015-02-25 Peter MaydellMerge remote-tracking branch 'remotes/mdroth/tags/qga...
2015-02-24 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/tags...
2015-02-24 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2015-02-24 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/pull...
2015-02-24 Peter MaydellMerge remote-tracking branch 'remotes/lalrae/tags/mips...
2015-02-17 Michal Privoznikqemu-ga-win: Fail loudly on bare 'set-time'
2015-02-17 zhanghailiangqga: add memory block command that unsupported
2015-02-17 zhanghailiangqga: implement qmp_guest_get_memory_block_info() for...
2015-02-17 zhanghailiangqga: implement qmp_guest_set_memory_blocks() for Linux...
2015-02-17 zhanghailiangqga: implement qmp_guest_get_memory_blocks() for Linux...
2015-02-17 zhanghailiangqga: introduce three guest memory block commmands with...
2015-02-16 Olga Krishtalqga: implement file commands for Windows guest
2015-02-16 Simon Zolinguest agent: guest-file-open: refactoring
2015-02-16 Olga Krishtalutils: drop strtok_r from envlist_parse
2015-02-16 Daniel P. Berrangeqga: add guest-set-user-password command
2015-02-16 Mike DayConvert ram_list to RCU
2015-02-16 Mike Dayexec: convert ram_list to QLIST
2015-02-16 Mike Daycosmetic changes preparing for the following patches
2015-02-16 Paolo Bonziniexec: protect mru_block with RCU
2015-02-16 Paolo Bonzinircu: add g_free_rcu
2015-02-16 Mike Dayrcu: introduce RCU-enabled QLIST
2015-02-16 Paolo Bonziniexec: RCUify AddressSpaceDispatch
2015-02-16 Paolo Bonziniexec: make iotlb RCU-friendly
2015-02-16 Paolo Bonziniexec: introduce cpu_reload_memory_map
2015-02-16 Paolo Bonzinidocs: clarify memory region lifecycle
2015-02-16 Paolo Bonzinipci: split shpc_cleanup and shpc_free
2015-02-16 Paolo Bonzinipcie: remove mmconfig memory leak and wrap mmconfig...
2015-02-16 Max Reitzblock: Keep bdrv_check*_request()'s return value
2015-02-16 Max Reitzblock: Remove "growable" from BDS
2015-02-16 Max Reitzblock: Clamp BlockBackend requests
2015-02-16 Max Reitzqemu-io: Use BlockBackend
2015-02-16 Max Reitzqemu-io: Remove "growable" option
2015-02-16 Max Reitzqemu-io: Use blk_new_open() in openfile()
2015-02-16 Max Reitzqemu-nbd: Use blk_new_open() in main()
2015-02-16 Max Reitzqemu-img: Use BlockBackend as far as possible
2015-02-16 Max Reitzqemu-img: Use blk_new_open() in img_rebase()
2015-02-16 Max Reitzqemu-img: Use blk_new_open() in img_open()
2015-02-16 Max Reitzblock/xen: Use blk_new_open() in blk_connect()
2015-02-16 Max Reitzblockdev: Use blk_new_open() in blockdev_init()
2015-02-16 Max Reitziotests: Add test for driver=qcow2, format=qcow2
2015-02-16 Max Reitzblock: Add Error parameter to bdrv_find_protocol()
2015-02-16 Max Reitzblock: Add blk_new_open()
2015-02-16 Max Reitzblock: Lift some BDS functions to the BlockBackend
2015-02-16 Max Reitziotests: Add test for qemu-img convert to NBD
2015-02-16 Max Reitzqemu-img: Fix qemu-img convert -n
2015-02-16 Fam Zhengqemu-iotests: Add 093 for IO throttling
2015-02-16 Fam Zhengqemu-iotests: Allow caller to disable underscore conver...
2015-02-16 Fam Zhengqemu-iotests: Add VM method qtest() to iotests.py
2015-02-16 Fam Zhengqtest: Add scripts/qtest.py
2015-02-16 Fam Zhengqemu-io: Account IO by aio_read and aio_write
2015-02-16 Fam Zhengqtest: Fix deadloop by running main loop AIO context...
2015-02-16 Jeff Codyblock: vmdk - fixed sizeof() error
2015-02-16 Kevin Wolfsavevm: Improve error message for blocked migration
2015-02-16 Bin Wunbd: fix the co_queue multi-adding bug
2015-02-16 John Snowqtest/ahci: Adding simple dma read-write test
2015-02-16 John Snowqtest/ahci: Assert sector size in identify test
2015-02-16 John Snowlibqos/ahci: Add ahci_clean_mem
2015-02-16 John Snowlibqos/ahci: add ahci_io
2015-02-16 John Snowlibqos/ahci: Add ahci_guest_io
2015-02-16 John Snowlibqos/ahci: add ahci command size setters
2015-02-16 John Snowlibqos/ahci: add ahci command verify
2015-02-16 John Snowlibqos/ahci: add ahci command functions
2015-02-16 John Snowlibqos/ahci: Add ide cmd properties
2015-02-16 John Snowqtest/ahci: add ahci_write_fis
2015-02-16 John Snowqtest/ahci: Demagic ahci tests.
2015-02-16 John Snowlibqos/ahci: Add cmd response sanity check helpers
2015-02-16 John Snowlibqos/ahci: Add port_check_nonbusy helper
2015-02-16 John Snowlibqos/ahci: Add ahci_port_check_interrupts helper
2015-02-16 John Snowlibqos/ahci: Add ahci_port_check_error helper
2015-02-16 John Snowlibqos/ahci: Add command header helpers
2015-02-16 John Snowqtest/ahci: rename 'Command' to 'CommandHeader'
2015-02-16 John Snowlibqos/ahci: Add ahci_port_clear helper
2015-02-16 John Snowlibqos/ahci: Add ahci_port_select helper
2015-02-16 Cornelia Huckdataplane: endianness-aware accesses
2015-02-16 John Snowlibqos/ahci: create libqos/ahci.c
2015-02-16 John Snowqtest/ahci: Bookmark FB and CLB pointers
2015-02-16 John Snowqtest/ahci: remove getter/setter macros
2015-02-16 John Snowlibqos/ahci: Functional register helpers
2015-02-16 John Snowqtest/ahci: remove guest_malloc global
2015-02-16 John Snowqtest/ahci: remove pcibus global
2015-02-16 John Snowqtest/ahci: finalize AHCIQState consolidation
2015-02-16 John Snowqtest/ahci: Store hba_base in AHCIQState
2015-02-16 John Snowlibqos: add pc specific interface
2015-02-16 John Snowlibqos: Update QGuestAllocator to be opaque
2015-02-16 John Snowlibqos: add alloc_init_flags
2015-02-16 John Snowlibqos: add qtest_vboot
2015-02-16 John Snowlibqos: create libqos.c
2015-02-16 John Snowqtest/ahci: Create ahci.h
2015-02-16 John Snowlibqos: Split apart pc_alloc_init
2015-02-16 Max Reitziotests: Add test for drive-mirror with NBD target
2015-02-16 Max Reitziotests: Add "wait" functionality to _cleanup_qemu
2015-02-16 Max Reitznbd: Drop BDS backpointer
2015-02-16 Gerd Hoffmannvnc: fix coverity warning
2015-02-16 Peter Lievenui/vnc: optimize full scanline updates
2015-02-16 Gongleivnc: auto assian an id when calling change vnc qmp...
2015-02-16 Gongleivnc: introduce an wrapper for auto assign vnc id
2015-02-16 Gongleivnc: using bool type instead of int for QEMU_OPT_BOOL
2015-02-16 Gongleivnc: correct missing property about vnc_display
2015-02-16 Gongleivnc: fix qemu crash when not configure vnc option
2015-02-13 Leon Alraelinux-user: correct stat structure in MIPS N32
next