sdk/emulator/qemu.git
2014-10-23 Max Reitzdocs/qcow2: Limit refcount_order to [0, 6]
2014-10-23 Max Reitzdocs/qcow2: Correct refcount_block_entries
2014-10-23 Max Reitzqcow2: Drop REFCOUNT_SHIFT
2014-10-23 Max Reitziotests: Add test for potentially damaging repairs
2014-10-23 Max Reitziotests: Fix test outputs
2014-10-23 Max Reitzqcow2: Clean up after refcount rebuild
2014-10-23 Max Reitzqcow2: Rebuild refcount structure during check
2014-10-23 Max Reitzqcow2: Do not perform potentially damaging repairs
2014-10-23 Max Reitzqcow2: Fix refcount blocks beyond image end
2014-10-23 Max Reitzqcow2: Reuse refcount table in calculate_refcounts()
2014-10-23 Max Reitzqcow2: Let inc_refcounts() resize the reftable
2014-10-23 Max Reitzqcow2: Let inc_refcounts() return -errno
2014-10-23 Max Reitzqcow2: Split fail code in L1 and L2 checks
2014-10-23 Max Reitzqcow2: Use int64_t for in-memory reftable size
2014-10-23 Max Reitzqcow2: Pull check_refblocks() up
2014-10-23 Max Reitzqcow2: Use sizeof(**refcount_table)
2014-10-23 Max Reitzqcow2: Split qcow2_check_refcounts()
2014-10-23 Max Reitzqcow2: Fix leaks in dirty images
2014-10-23 Max Reitzqcow2: Calculate refcount block entry count
2014-10-23 Max Reitzblock: Add qemu_{,try_}blockalign0()
2014-10-23 Peter Lievenblock: qemu-iotests change _supported_proto to file...
2014-10-23 Max Reitzblock/vdi: Use {DIV_,}ROUND_UP
2014-10-23 Paolo BonziniMAINTAINERS: add the image fuzzer to the block layer
2014-10-23 Kevin WolfMAINTAINERS: qemu-iotests belongs to the block layer
2014-10-23 Paolo BonziniMAINTAINERS: add aio to block layer
2014-10-22 Peter MaydellMerge remote-tracking branch 'remotes/mdroth/tags/qga...
2014-10-22 Peter MaydellMerge remote-tracking branch 'remotes/bkoppelmann/tags...
2014-10-22 Peter MaydellMerge remote-tracking branch 'remotes/cohuck/tags/s390x...
2014-10-22 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2014-10-22 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/pull...
2014-10-22 Peter MaydellMerge remote-tracking branch 'remotes/spice/tags/pull...
2014-10-22 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/pull...
2014-10-22 zhanghailiangqga: Rewrite code where using readdir_r
2014-10-22 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/pull...
2014-10-22 Peter MaydellMerge remote-tracking branch 'remotes/lalrae/tags/mips...
2014-10-22 Peter Maydellhw/i386/pc_q35.c: Avoid g_assert_cmpint() as it is...
2014-10-21 Cornelia Hucks390x: sweep up unmaintained files
2014-10-20 Markus Armbrusterblock: Make device model's references to BlockBackend...
2014-10-20 Markus Armbrusterblock: Lift device model API into BlockBackend
2014-10-20 Markus Armbrusterblockdev: Convert qmp_eject(), qmp_change_blockdev...
2014-10-20 Markus Armbrusterblock/qapi: Convert qmp_query_block() to BlockBackend
2014-10-20 Markus Armbrusterblockdev: Fix blockdev-add not to create DriveInfo
2014-10-20 Markus Armbrusterblockdev: Drop superfluous DriveInfo member id
2014-10-20 Markus Armbrusterpc87312: Drop unused members of PC87312State
2014-10-20 Markus Armbrusteride: Complete conversion from BlockDriverState to Block...
2014-10-20 Markus Armbrusterhw: Convert from BlockDriverState to BlockBackend,...
2014-10-20 Markus Armbrustervirtio-blk: Rename VirtIOBlkConf variables to conf
2014-10-20 Markus Armbrustervirtio-blk: Drop redundant VirtIOBlock member conf
2014-10-20 Markus Armbrusterblock: Rename BlockDriverCompletionFunc to BlockComplet...
2014-10-20 Markus Armbrusterblock: Rename BlockDriverAIOCB* to BlockAIOCB*
2014-10-20 Markus Armbrusterblock: Eliminate DriveInfo member bdrv, use blk_by_lega...
2014-10-20 Markus Armbrusterblock: Merge BlockBackend and BlockDriverState name...
2014-10-20 Markus Armbrusterblock: Eliminate BlockDriverState member device_name[]
2014-10-20 Markus Armbrusterblock: Eliminate bdrv_iterate(), use bdrv_next()
2014-10-20 Markus Armbrusterblockdev: Eliminate drive_del()
2014-10-20 Markus Armbrusterblock: Make BlockBackend own its BlockDriverState
2014-10-20 Markus Armbrusterblock: Code motion to get rid of stubs/blockdev.c
2014-10-20 Markus Armbrusterblock: Connect BlockBackend and DriveInfo
2014-10-20 Markus Armbrusterblock: Connect BlockBackend to BlockDriverState
2014-10-20 Markus Armbrusterblock: New BlockBackend
2014-10-20 Markus Armbrusterblock: Split bdrv_new_root() off bdrv_new()
2014-10-20 Max Reitznbd: Fix filename generation
2014-10-20 Tony Breedsblock/raw-posix: use seek_hole ahead of fiemap
2014-10-20 Tony Breedsblock/raw-posix: Fix disk corruption in try_fiemap
2014-10-20 Zhang Haoyuqcow2: fix leak of Qcow2DiscardRegion in update_refcoun...
2014-10-20 Bastian Koppelmanntarget-tricore: Add instructions of BO opcode format
2014-10-20 Bastian Koppelmanntarget-tricore: Add instructions of BIT opcode format
2014-10-20 Bastian Koppelmanntarget-tricore: Add instructions of B opcode format
2014-10-20 Bastian Koppelmanntarget-tricore: Add instructions of ABS, ABSB opcode...
2014-10-20 Bastian Koppelmanntarget-tricore: Cleanup and Bugfixes
2014-10-16 Gongleiglib: add compatibility interface for g_strcmp0()
2014-10-16 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/pull...
2014-10-16 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/pull...
2014-10-15 Stefan Hajnocziglib: add compatibility interface for g_get_monotonic_t...
2014-10-15 Gerd Hoffmannxhci: remove dead code
2014-10-15 Jan Veselyusb-hid: Add high speed keyboard configuration
2014-10-15 Jan Veselyusb-hid: Add high speed mouse configuration
2014-10-15 Peter MaydellMerge remote-tracking branch 'remotes/juanquintela...
2014-10-15 Jan Kiszkaconfigure: Prepend pixman and ftd flags to overrule...
2014-10-15 Peter Maydellhw/display/vga: Remove unused arrays dmask4 and dmask16
2014-10-15 Gerd Hoffmannvga-pci: add qext region to mmio
2014-10-15 Marc-André... qxl: keep going if reaching guest bug on empty area
2014-10-15 Jan Veselyusb-hid: Move descriptor decision to usb-hid initfn
2014-10-15 Martin Deckygtk: add support for the Pause key
2014-10-15 Chen Fangtk.c: Fix memory leak in gd_set_keycode_type()
2014-10-15 Gongleibootindex: change fprintf to error_report
2014-10-15 Gongleibootindex: delete bootindex when device is removed
2014-10-15 Gongleibootindex: move calling add_boot_device_patch to bootin...
2014-10-15 Gongleiide: add calling add_boot_device_patch in bootindex...
2014-10-15 Gongleinvma: ide: add bootindex to qom property
2014-10-15 Gongleiusb-storage: add bootindex to qom property
2014-10-15 Gongleivirtio-blk: alias bootindex property explicitly for...
2014-10-15 Gongleiblock: remove bootindex property from qdev to qom
2014-10-15 Gongleivirtio-blk: add bootindex to qom property
2014-10-15 Gongleiide: add bootindex to qom property
2014-10-15 Gongleiscsi: add bootindex to qom property
2014-10-15 Gongleiisa-fdc: remove bootindexA/B property from qdev to qom
2014-10-15 Gongleiredirect: remove bootindex property from qdev to qom
2014-10-15 Gongleivfio: remove bootindex property from qdev to qom
2014-10-15 Gongleipci-assign: remove bootindex property from qdev to qom
next