index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-05-22
qcow2: style fixes in qcow2-cache.c
Alberto Garcia
2015-05-22
qcow2: make qcow2_cache_put() a void function
Alberto Garcia
2015-05-22
qcow2: use a hash to look for entries in the L2 cache
Alberto Garcia
2015-05-22
qcow2: remove qcow2_cache_find_entry_to_replace()
Alberto Garcia
2015-05-22
qcow2: use an LRU algorithm to replace entries from the L2 cache
Alberto Garcia
2015-05-22
qcow2: simplify qcow2_cache_put() and qcow2_cache_entry_mark_dirty()
Alberto Garcia
2015-05-22
qcow2: use one single memory block for the L2/refcount cache tables
Alberto Garcia
2015-05-22
vmdk: Fix overflow if l1_size is 0x20000000
Fam Zheng
2015-05-22
vmdk: Fix next_cluster_sector for compressed write
Fam Zheng
2015-05-22
nvme: support NVME_VOLATILE_WRITE_CACHE feature
Christoph Hellwig
2015-05-22
qcow2: Flush pending discards before allocating cluster
Kevin Wolf
2015-05-22
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2015-05-22
Revert "target-alpha: Add vector implementation for CMPBGE"
Peter Maydell
2015-05-22
Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20150521' into staging
Peter Maydell
2015-05-22
block: get_block_status: use "else" when testing the opposite condition
Paolo Bonzini
2015-05-22
qemu-iotests: Test unaligned sub-block zero write
Fam Zheng
2015-05-22
block: Fix NULL deference for unaligned write if qiov is NULL
Fam Zheng
2015-05-22
Revert "block: Fix unaligned zero write"
Fam Zheng
2015-05-22
block: align bounce buffers to page
Denis V. Lunev
2015-05-22
block: minimal bounce buffer alignment
Denis V. Lunev
2015-05-22
block: return EPERM on writes or discards to read-only devices
Paolo Bonzini
2015-05-22
configure: Add workaround for ccache and clang
John Snow
2015-05-22
configure: silence glib unknown attribute __alloc_size__
John Snow
2015-05-22
configure: factor out supported flag check
John Snow
2015-05-22
configure: handle clang -nopie argument warning
Stefan Hajnoczi
2015-05-22
block/parallels: improve image writing performance further
Denis V. Lunev
2015-05-22
block/parallels: optimize linear image expansion
Denis V. Lunev
2015-05-22
block/parallels: add prealloc-mode and prealloc-size open paramemets
Denis V. Lunev
2015-05-22
block/parallels: delay writing to BAT till bdrv_co_flush_to_os
Denis V. Lunev
2015-05-22
block/parallels: create bat_entry_off helper
Denis V. Lunev
2015-05-22
block/parallels: improve image reading performance
Denis V. Lunev
2015-05-22
iotests, parallels: check for incorrectly closed image in tests
Denis V. Lunev
2015-05-22
block/parallels: implement incorrect close detection
Denis V. Lunev
2015-05-22
block/parallels: implement parallels_check method of block driver
Denis V. Lunev
2015-05-22
block/parallels: move parallels_open/probe to the very end of the file
Denis V. Lunev
2015-05-22
block/parallels: read parallels image header and BAT into single buffer
Denis V. Lunev
2015-05-22
block/parallels: keep BAT bitmap data in little endian in memory
Denis V. Lunev
2015-05-22
block/parallels: create bat2sect helper
Denis V. Lunev
2015-05-22
block/parallels: rename catalog_ names to bat_
Denis V. Lunev
2015-05-22
parallels: change copyright information in the image header
Denis V. Lunev
2015-05-22
iotests, parallels: test for newly created parallels image via qemu-img
Denis V. Lunev
2015-05-22
block/parallels: support parallels image creation
Denis V. Lunev
2015-05-22
iotests, parallels: test for write into Parallels image
Denis V. Lunev
2015-05-22
block/parallels: _co_writev callback for Parallels format
Denis V. Lunev
2015-05-22
block/parallels: mark parallels format driver as zero inited
Denis V. Lunev
2015-05-22
block/parallels: replace magic constants 4, 64 with proper sizeofs
Denis V. Lunev
2015-05-22
block/parallels: provide _co_readv routine for parallels format driver
Denis V. Lunev
2015-05-22
block/parallels: add get_block_status
Roman Kagan
2015-05-22
block/parallels: read up to cluster end in one go
Roman Kagan
2015-05-22
block/parallels: switch to bdrv_read
Roman Kagan
[next]