Sign in
qemu-android
/
qemu-android
/
0931304788ecac6c7871f570c7ac8407b54e30c6
/
block.c
5db97df
block.c: Remove useless 'buf' variable
by Chen Gang
· 11 years ago
5a2d2cb
qapi event: convert BLOCK_IO_ERROR and BLOCK_JOB_ERROR
by Wenchao Xia
· 11 years ago
a5ee7bd
qapi event: convert DEVICE_TRAY_MOVED
by Wenchao Xia
· 11 years ago
a589569
qapi: adjust existing defines
by Wenchao Xia
· 11 years ago
2bd3bce
block: asynchronously stop the VM on I/O errors
by Paolo Bonzini
· 11 years ago
c282e1f
cleanup QEMUOptionParameter
by Chunyan Liu
· 11 years ago
83d0521
change block layer to support both QemuOpts and QEMUOptionParamter
by Chunyan Liu
· 11 years ago
13af91e
throttle: add throttle_detach/attach_aio_context()
by Stefan Hajnoczi
· 11 years ago
dcd0422
block: add bdrv_set_aio_context()
by Stefan Hajnoczi
· 11 years ago
9b536ad
block: acquire AioContext in bdrv_drain_all()
by Stefan Hajnoczi
· 11 years ago
ed78cda
block: acquire AioContext in bdrv_*_all()
by Stefan Hajnoczi
· 11 years ago
2572b37
block: use BlockDriverState AioContext
by Stefan Hajnoczi
· 11 years ago
b20e61e
block: Plug memory leak on brv_open_image() error path
by Markus Armbruster
· 11 years ago
ce78293
block: Drop redundant bdrv_refresh_limits
by Fam Zheng
· 11 years ago
826b6ca
block: Add backing_blocker in BlockDriverState
by Fam Zheng
· 11 years ago
920beae
block: Use bdrv_set_backing_hd everywhere
by Fam Zheng
· 11 years ago
8d24cce
block: Add bdrv_set_backing_hd()
by Fam Zheng
· 11 years ago
3718d8a
block: Replace in_use with operation blocker
by Fam Zheng
· 11 years ago
fbe40ff
block: Introduce op_blockers to BlockDriverState
by Fam Zheng
· 11 years ago
465bee1
block: optimize zero writes with bdrv_write_zeroes
by Peter Lieven
· 11 years ago
4993f7e
block: Allow JSON filenames
by Max Reitz
· 11 years ago
e88ae22
block: Fix bdrv_is_allocated() for short backing files
by Kevin Wolf
· 11 years ago
b1e6fc0
block: Fix open flags with BDRV_O_SNAPSHOT
by Kevin Wolf
· 11 years ago
f1f25a2
block: Fix open_flags in bdrv_reopen()
by Kevin Wolf
· 11 years ago
7e3d98d
Revert "block: another bdrv_append fix"
by Kevin Wolf
· 11 years ago
8bfea15
block: Unlink temporary files in raw-posix/win32
by Kevin Wolf
· 11 years ago
5669b44
block: Remove BDRV_O_COPY_ON_READ for bs->file
by Kevin Wolf
· 11 years ago
317fc44
block: Create bdrv_backing_flags()
by Kevin Wolf
· 11 years ago
0b50cc8
block: Create bdrv_inherited_flags()
by Kevin Wolf
· 11 years ago
e855e4f
block: Ignore duplicate or NULL format_name in bdrv_iterate_format
by Jeff Cody
· 11 years ago
0fb6395
Use error_is_set() only when necessary (again)
by Markus Armbruster
· 11 years ago
1ba4b6a
block: Prevent coroutine stack overflow when recursing in bdrv_open_backing_file.
by Benoît Canet
· 11 years ago
f2d953e
block: Catch duplicate IDs in bdrv_new()
by Kevin Wolf
· 11 years ago
98522f6
block: Add errp to bdrv_new()
by Kevin Wolf
· 11 years ago
636ea37
block: Remove -errno return value from bdrv_assign_node_name
by Kevin Wolf
· 11 years ago
b8afb52
block: Handle error of bdrv_getlength in bdrv_create_dirty_bitmap
by Fam Zheng
· 11 years ago
9ce10c0
block: Check bdrv_getlength() return value in bdrv_make_zero()
by Kevin Wolf
· 11 years ago
da15ee5
block: Catch integer overflow in bdrv_rw_co()
by Kevin Wolf
· 11 years ago
1dd3a44
block: Limit size to INT_MAX in bdrv_check_byte_request()
by Kevin Wolf
· 11 years ago
54db38a
block: Fix nb_sectors check in bdrv_check_byte_request()
by Kevin Wolf
· 11 years ago
f187743
block: Check bdrv_getlength() return value in bdrv_append_temp_snapshot()
by Kevin Wolf
· 11 years ago
b998875
block: Fix snapshot=on for protocol parsed from filename
by Kevin Wolf
· 11 years ago
e3fa4bf
block: Don't parse 'filename' option
by Kevin Wolf
· 11 years ago
8f4754e
block: Limit request size (CVE-2014-0143)
by Kevin Wolf
· 11 years ago
5a8a30d
block: Add error handling to bdrv_invalidate_cache()
by Kevin Wolf
· 11 years ago
c3adb58
blockdev: Refuse to open encrypted image unless paused
by Markus Armbruster
· 11 years ago
9562f69
block: Unlink temporary file
by Max Reitz
· 11 years ago
b5042a3
block: Rewrite the snapshot authorization mechanism for block filters.
by Benoît Canet
· 11 years ago
938789e
block: bs->drv may be NULL in bdrv_debug_resume()
by Max Reitz
· 11 years ago
3456a8d
block: Update image size in bdrv_invalidate_cache()
by Kevin Wolf
· 11 years ago
eb909c7
block: Fix error path segfault in bdrv_open()
by Kevin Wolf
· 11 years ago
cd5d031
block: Keep "filename" option after parsing
by Max Reitz
· 11 years ago
90ce8a0
block: make bdrv_swap rebuild the bs graph node list field.
by Benoît Canet
· 11 years ago
47ea2de
block: Fix bs->request_alignment assertion for bs->sg=1
by Kevin Wolf
· 11 years ago
69bef79
block: use /var/tmp instead of /tmp for -snapshot
by Amit Shah
· 11 years ago
f7d9fd8
block: Remove bdrv_open_image()'s force_raw option
by Max Reitz
· 11 years ago
5acd9d8
block: Reuse success path from bdrv_open()
by Max Reitz
· 11 years ago
5469a2a
block: Handle bs->options in bdrv_open() only
by Max Reitz
· 11 years ago
d4446ea
block: Remove bdrv_new() from bdrv_file_open()
by Max Reitz
· 11 years ago
5d12aa6
block: Reuse reference handling from bdrv_open()
by Max Reitz
· 11 years ago
2e40134
block: Make bdrv_file_open() static
by Max Reitz
· 11 years ago
ddf5636
block: Add reference parameter to bdrv_open()
by Max Reitz
· 11 years ago
f67503e
block: Change BDS parameter of bdrv_open() to **
by Max Reitz
· 11 years ago
e6dc8a1
block: Fix bdrv_is_first_non_filter()
by Kevin Wolf
· 11 years ago
4c0c9bb
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
by Peter Maydell
· 11 years ago
84d18f0
Use error_is_set() only when necessary
by Markus Armbruster
· 11 years ago
0c5e94e
block: Open by reference will try device then node_name.
by Benoît Canet
· 11 years ago
dd67fa5
block: Relax bdrv_lookup_bs constraints.
by Benoît Canet
· 11 years ago
e96126f
block: Fix 32 bit truncation in mark_request_serialising()
by Kevin Wolf
· 11 years ago
5f5bcd8
block: Don't call ROUND_UP with negative values
by Kevin Wolf
· 11 years ago
af91f9a
block: bdrv_aligned_pwritev: Assert overlap range
by Kevin Wolf
· 11 years ago
99c4a85
block: Fix memory leaks in bdrv_co_do_pwritev()
by Kevin Wolf
· 11 years ago
765003d
block: Fail gracefully with missing filename
by Kevin Wolf
· 11 years ago
d510358
block: Switch bdrv_io_limits_intercept() to byte granularity
by Kevin Wolf
· 11 years ago
9e1cb96
qemu-iotests: Test pwritev RMW logic
by Kevin Wolf
· 11 years ago
8407d5d
block: Make bdrv_pwrite() a bdrv_prwv_co() wrapper
by Kevin Wolf
· 11 years ago
a3ef657
block: Make bdrv_pread() a bdrv_prwv_co() wrapper
by Kevin Wolf
· 11 years ago
775aa8b
block: Change coroutine wrapper to byte granularity
by Kevin Wolf
· 11 years ago
28de2dc
block: Assert serialisation assumptions in pwritev
by Kevin Wolf
· 11 years ago
3b8242e
block: Align requests in bdrv_co_do_pwritev()
by Kevin Wolf
· 11 years ago
6460440
block: Allow wait_serialising_requests() at any point
by Kevin Wolf
· 11 years ago
7327145
block: Make overlap range for serialisation dynamic
by Kevin Wolf
· 11 years ago
2dbafdc
block: Generalise and optimise COR serialisation
by Kevin Wolf
· 11 years ago
ec746e1
block: Make zero-after-EOF work with larger alignment
by Kevin Wolf
· 11 years ago
65afd21
block: Allow waiting for overlapping requests between begin/end
by Kevin Wolf
· 11 years ago
793ed47
block: Switch BdrvTrackedRequest to byte granularity
by Kevin Wolf
· 11 years ago
6601553
block: Introduce bdrv_co_do_pwritev()
by Kevin Wolf
· 11 years ago
244eade
block: write: Handle COR dependency after I/O throttling
by Kevin Wolf
· 11 years ago
b404f72
block: Introduce bdrv_aligned_pwritev()
by Kevin Wolf
· 11 years ago
1b0288a
block: Introduce bdrv_co_do_preadv()
by Kevin Wolf
· 11 years ago
d0c7f64
block: Introduce bdrv_aligned_preadv()
by Kevin Wolf
· 11 years ago
c25f53b
raw: Probe required direct I/O alignment
by Paolo Bonzini
· 13 years ago
1b7fd72
block: rename buffer_alignment to guest_block_size
by Paolo Bonzini
· 13 years ago
339064d
block: Don't use guest sector size for qemu_blockalign()
by Kevin Wolf
· 11 years ago
1ff735b
block: Detect unaligned length in bdrv_qiov_is_aligned()
by Kevin Wolf
· 11 years ago
355ef4a
block: Update BlockLimits when they might have changed
by Kevin Wolf
· 11 years ago
466ad82
block: Inherit opt_transfer_length
by Kevin Wolf
· 11 years ago
d34682c
block: Move initialisation of BlockLimits to bdrv_refresh_limits()
by Kevin Wolf
· 11 years ago
dabfa6c
block: Fix bdrv_commit return value
by Kevin Wolf
· 11 years ago
72706ea
block: resize backing file image during offline commit, if necessary
by Jeff Cody
· 11 years ago
Next »