Sign in
qemu-android
/
qemu-android
/
d0b4503ed2d8713791c38839341b023f78d1a3d9
d0b4503
raw-posix: implement write_zeroes with MAY_UNMAP for block devices
by Paolo Bonzini
· 11 years ago
260a82e
raw-posix: implement write_zeroes with MAY_UNMAP for files
by Paolo Bonzini
· 11 years ago
fa6252b
block/iscsi: check WRITE SAME support differently depending on MAY_UNMAP
by Paolo Bonzini
· 11 years ago
2af8a1a
block/iscsi: updated copyright
by Peter Lieven
· 11 years ago
4b52498
block/iscsi: remove .bdrv_has_zero_init
by Peter Lieven
· 11 years ago
cffb1ec
block drivers: expose requirement for write same alignment from formats
by Paolo Bonzini
· 11 years ago
95de6d7
block drivers: add discard/write_zeroes properties to bdrv_get_info implementation
by Paolo Bonzini
· 11 years ago
97b00e2
vpc, vhdx: add get_info
by Paolo Bonzini
· 11 years ago
b8d71c0
block: make bdrv_co_do_write_zeroes stricter in producing aligned requests
by Paolo Bonzini
· 11 years ago
7ce2101
block: handle ENOTSUP from discard in generic code
by Paolo Bonzini
· 11 years ago
d5ef94d
block: add bdrv_aio_write_zeroes
by Paolo Bonzini
· 11 years ago
94d6ff2
block: add flags argument to bdrv_co_write_zeroes tracepoint
by Paolo Bonzini
· 11 years ago
d20d9b7
block: add flags to BlockRequest
by Paolo Bonzini
· 11 years ago
d51e9fe
block: generalize BlockLimits handling to cover bdrv_aio_discard too
by Paolo Bonzini
· 11 years ago
af057fe
vmdk: Fix creating big description file
by Fam Zheng
· 11 years ago
7b6b145
coroutine: remove unused CoQueue AioContext
by Marc-André Lureau
· 11 years ago
f287c41
coroutine: remove qemu_co_queue_wait_insert_head
by Marc-André Lureau
· 11 years ago
981cbf5
qemu-iotests: Add sample image and test for VMDK version 3
by Fam Zheng
· 11 years ago
509d39a
vmdk: Allow read only open of VMDK version 3
by Fam Zheng
· 11 years ago
c34b801
qemu-iotests: Filter out 'qemu-io> ' prompt
by Fam Zheng
· 11 years ago
0d83c98
qemu-iotests: Filter qemu-io output in 025
by Fam Zheng
· 11 years ago
c9fbb99
block: Use BDRV_O_NO_BACKING where appropriate
by Kevin Wolf
· 11 years ago
f32f988
qemu-iotests: Test snapshot mode
by Kevin Wolf
· 11 years ago
9fd3171
block: Enable BDRV_O_SNAPSHOT with driver-specific options
by Kevin Wolf
· 11 years ago
b59b3d5
qemu-iotests: Make test case 030, 040 and 055 deterministic
by Fam Zheng
· 11 years ago
3cf53c7
qemu-iotest: Add pause_drive and resume_drive methods
by Fam Zheng
· 11 years ago
4cc70e9
blkdebug: add "remove_break" command
by Fam Zheng
· 11 years ago
5b43dbb
qemu-iotests: Drop local version of cancel_and_wait from 040
by Fam Zheng
· 11 years ago
b3af018
sheepdog: support user-defined redundancy option
by Liu Yuan
· 11 years ago
c31d482
sheepdog: refactor do_sd_create()
by Liu Yuan
· 11 years ago
4d5977e
qdict: Optimise qdict_do_flatten()
by Kevin Wolf
· 11 years ago
6273d11
qdict: Fix memory leak in qdict_do_flatten()
by Kevin Wolf
· 11 years ago
dce32b6
MAINTAINERS: add sheepdog development mailing list
by Liu Yuan
· 11 years ago
091b110
COW: Extend checking allocated bits to beyond one sector
by Charlie Shepherd
· 11 years ago
14b98fd
COW: Speed up writes
by Charlie Shepherd
· 11 years ago
21b5683
qapi: Change BlockDirtyInfo to list
by Fam Zheng
· 11 years ago
e4654d2
block: per caller dirty bitmap
by Fam Zheng
· 11 years ago
f4a193e
block/stream: Don't stream unbacked devices
by Max Reitz
· 11 years ago
8582972
sheepdog: implement .bdrv_get_allocated_file_size
by Liu Yuan
· 12 years ago
f8d1dae
Test coroutine execution order
by Charlie Shepherd
· 12 years ago
b276d24
util/error: Save errno from clobbering
by Max Reitz
· 11 years ago
5a37b60
qemu-img: conditionally zero out target on convert
by Peter Lieven
· 11 years ago
11b6699
qemu-img: add support for fully allocated images
by Peter Lieven
· 11 years ago
c3d8688
block/get_block_status: fix BDRV_BLOCK_ZERO for unallocated blocks
by Peter Lieven
· 11 years ago
d75cbb5
block: introduce bdrv_make_zero
by Peter Lieven
· 11 years ago
d4cd961
iscsi: add bdrv_co_write_zeroes
by Peter Lieven
· 11 years ago
01a6a23
iscsi: simplify iscsi_co_discard
by Peter Lieven
· 11 years ago
ba6c591
iscsi: set limits in BlockDriverState
by Peter Lieven
· 11 years ago
6f14da5
block: honour BlockLimits in bdrv_co_discard
by Peter Lieven
· 11 years ago
c31cb70
block: honour BlockLimits in bdrv_co_do_write_zeroes
by Peter Lieven
· 11 years ago
04f19e4
block/raw: copy BlockLimits on raw_open
by Peter Lieven
· 11 years ago
fe81c2c
block: add BlockLimits structure to BlockDriverState
by Peter Lieven
· 11 years ago
186d4f2
block/iscsi: add .bdrv_get_info
by Peter Lieven
· 11 years ago
4ce7869
block: add wrappers for logical block provisioning information
by Peter Lieven
· 11 years ago
e1a5c4b
block: add logical block provisioning info to BlockDriverInfo
by Peter Lieven
· 11 years ago
d32f35c
block: introduce BDRV_REQ_MAY_UNMAP request flag
by Peter Lieven
· 11 years ago
aa7bfbf
block: add flags to bdrv_*_write_zeroes
by Peter Lieven
· 11 years ago
6faac15
block: make BdrvRequestFlags public
by Peter Lieven
· 11 years ago
7dc65c0
Open 2.0 development tree
by Anthony Liguori
· 11 years ago
0e7b9f0
Update version for 1.7.0 release
by Anthony Liguori
· 11 years ago
171d643
qemu-iotests: Fix test 041
by Max Reitz
· 11 years ago
117e0c8
block/drive-mirror: Reuse backing HD for sync=none
by Max Reitz
· 11 years ago
7457fe9
Update version for v1.7.0-rc2 release
by Anthony Liguori
· 11 years ago
032ac6f
curses: fixup SIGWINCH handler mess
by Gerd Hoffmann
· 11 years ago
16f4e8f
qga: Fix two format strings for MinGW
by Stefan Weil
· 11 years ago
84dc96e
PPC: BookE: Make FIT/WDT timers at best millisecond grained
by Alexander Graf
· 11 years ago
455df3f
PPC: Make BookE FIT/WDT timers more lazy
by Alexander Graf
· 11 years ago
134d42d
acpi-build: fix support for glib < 2.22
by Michael S. Tsirkin
· 11 years ago
c0caec1
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
by Anthony Liguori
· 11 years ago
d916ada
Merge remote-tracking branch 'bonzini/tags/for-anthony' into staging
by Anthony Liguori
· 11 years ago
833637d
Merge remote-tracking branch 'mdroth/qga-pull-2013-11-22' into staging
by Anthony Liguori
· 11 years ago
0ff1e1d
Merge remote-tracking branch 'stefanha/net' into staging
by Anthony Liguori
· 11 years ago
e007dbe
configure: make --iasl option actually work
by Michael S. Tsirkin
· 11 years ago
bca4bf1
qemu-ga: vss-win32: Install VSS provider COM+ application service
by Tomoki Sekiyama
· 11 years ago
30c367e
qdev-properties-system.c: Allow vlan or netdev for -device, not both
by Vlad Yasevich
· 11 years ago
d607a52
qga: Fix compiler warnings (missing format attribute, wrong format strings)
by Stefan Weil
· 11 years ago
b6a06e7
mips jazz: do not raise data bus exception when accessing invalid addresses
by Hervé Poussineau
· 11 years ago
b5fc314
target-i386: yield to another VCPU on PAUSE
by Paolo Bonzini
· 11 years ago
fbdcec5
rng-egd: offset the point when repeatedly read from the buffer
by Amos Kong
· 11 years ago
60aad29
rng-egd: remove redundant free
by Amos Kong
· 11 years ago
2140cfa
target-i386: Fix build by providing stub kvm_arch_get_supported_cpuid()
by Peter Maydell
· 11 years ago
8d07d6c
vfio-pci: Fix multifunction=on
by Alex Williamson
· 11 years ago
392a4d5
atomic.h: Fix build with clang
by Peter Maydell
· 11 years ago
7839ff5
pc: get rid of builtin pvpanic for "-M pc-1.5"
by Paolo Bonzini
· 11 years ago
45d285a
configure: Explicitly set ARFLAGS so we can build with GNU Make 4.0
by Peter Maydell
· 11 years ago
da87dd7
sun4m: Add FCode ROM for TCX framebuffer
by Mark Cave-Ayland
· 11 years ago
607bb02
Update version for 1.7.0-rc1 release
by Anthony Liguori
· 11 years ago
187d623
vfio-pci: Fix multifunction=on
by Alex Williamson
· 11 years ago
7865eec
target-i386: Fix addr32 prefix in gen_lea_modrm
by Richard Henderson
· 11 years ago
33effd3
atomic.h: Fix build with clang
by Peter Maydell
· 11 years ago
76c2975
target-i386: do not override nr_cores for -cpu host
by Paolo Bonzini
· 11 years ago
54e7555
mips jazz: do not raise data bus exception when accessing invalid addresses
by Hervé Poussineau
· 11 years ago
81f3053
target-i386: yield to another VCPU on PAUSE
by Paolo Bonzini
· 11 years ago
1eb1bd9
rng-egd: offset the point when repeatedly read from the buffer
by Amos Kong
· 11 years ago
5e490b6
rng-egd: remove redundant free
by Amos Kong
· 11 years ago
d44bb86
virtio-rng: add check of period
by Amos Kong
· 11 years ago
376827d
s390x: fix flat file load on 32 bit systems
by Michael S. Tsirkin
· 11 years ago
b15654c
acpi-build: fix build on glib < 2.14
by Michael S. Tsirkin
· 11 years ago
542da88
acpi-build: fix build on glib < 2.22
by Michael S. Tsirkin
· 11 years ago
0a3c738
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
by Anthony Liguori
· 11 years ago
Next »