Sign in
qemu-android
/
qemu-android
/
e009894f088507e245ae6c62aa0761b2afdf1c6b
/
block_int.h
db593f2
Add flag to indicate external users to block device
by Marcelo Tosatti
· 14 years ago
db97ee6
block: tell drivers about an image resize
by Christoph Hellwig
· 14 years ago
75411d2
qed: Add QEMU Enhanced Disk image format
by Stefan Hajnoczi
· 14 years ago
bb8bf76
block: add discard support
by Christoph Hellwig
· 14 years ago
eec77d9
qemu-img: Deprecate obsolete -6 and -e options
by Jes Sorensen
· 14 years ago
1ca4d09
Add bootindex parameter to net/block/fd device
by Gleb Natapov
· 14 years ago
205ef79
block: Allow bdrv_flush to return errors
by Kevin Wolf
· 14 years ago
51ef672
Copy snapshots out of QCOW2 disk
by edison
· 15 years ago
8b33d9e
Revert "Make default invocation of block drivers safer (v3)"
by Anthony Liguori
· 15 years ago
4be9762
block: Change bdrv_eject() not to drop the image
by Markus Armbruster
· 15 years ago
336c1c1
block: Fix bdrv_has_zero_init
by Kevin Wolf
· 15 years ago
5545949
block: default to 0 minimal / optiomal I/O size
by Christoph Hellwig
· 15 years ago
79368c8
Make default invocation of block drivers safer (v3)
by Anthony Liguori
· 15 years ago
9ac228e
qcow2/vdi: Change check to distinguish error cases
by Kevin Wolf
· 15 years ago
18846de
block: Catch attempt to attach multiple devices to a blockdev
by Markus Armbruster
· 15 years ago
f8b6cc0
qdev: Decouple qdev_prop_drive from DriveInfo
by Markus Armbruster
· 15 years ago
1e297c3
block: fix physical_block_size calculation
by Christoph Hellwig
· 15 years ago
abd7f68
block: Move error actions from DriveInfo to BlockDriverState
by Markus Armbruster
· 15 years ago
294cc35
block: Add wr_highest_sector blockstat
by Kevin Wolf
· 15 years ago
66f82ce
block: Open the underlying image file in generic code
by Kevin Wolf
· 15 years ago
8a22f02
block: Convert first_drv to QLIST
by Stefan Hajnoczi
· 15 years ago
1b7bdbc
block: Convert bdrv_first to QTAILQ
by Stefan Hajnoczi
· 15 years ago
b66460e
block: Do not export bdrv_first
by Stefan Hajnoczi
· 15 years ago
8b9b0cc
blkdebug: Add events and rules
by Kevin Wolf
· 15 years ago
8cfacf0
block: add logical_block_size property
by Christoph Hellwig
· 15 years ago
4dca4b6
block: more read-only changes, related to backing files
by Naphtali Sprei
· 15 years ago
428c149
block: add topology qdev properties
by Christoph Hellwig
· 15 years ago
aaa0eb7
Count dirty blocks and expose an API to get dirty count
by Liran Schour
· 15 years ago
756e673
block: Add bdrv_change_backing_file
by Kevin Wolf
· 15 years ago
12c09b8
qemu-img: There is more than one host device driver
by Kevin Wolf
· 15 years ago
c6d2283
block migration: Cleanup dirty tracking code
by Jan Kiszka
· 15 years ago
7cd1e32
Expose a mechanism to trace block writes
by lirans@il.ibm.com
· 15 years ago
b2e12bc
block: add aio_flush operation
by Christoph Hellwig
· 16 years ago
e900a7b
block: add enable_write_cache flag
by Christoph Hellwig
· 16 years ago
40b4f53
Add bdrv_aio_multiwrite
by Kevin Wolf
· 16 years ago
a35e1c1
qcow2: Metadata preallocation
by Kevin Wolf
· 16 years ago
45566e9
replace bdrv_{get, put}_buffer with bdrv_{load, save}_vmstate
by Christoph Hellwig
· 16 years ago
508c7cb
block: add bdrv_probe_device method
by Christoph Hellwig
· 16 years ago
c16b5a2
fully split aio_pool from BlockDriver
by Christoph Hellwig
· 16 years ago
73c632e
qcow2: Allow different cluster sizes
by Kevin Wolf
· 16 years ago
0e7e198
Convert all block drivers to new bdrv_create
by Kevin Wolf
· 16 years ago
e268ca5
implement qemu_blockalign (Stefano Stabellini)
by aliguori
· 16 years ago
e97fc19
Introduce bdrv_check (Kevin Wolf)
by aliguori
· 16 years ago
f141eaf
push down vector linearization to posix-aio-compat.c (Christoph Hellwig)
by aliguori
· 16 years ago
178e08a
Fix savevm after BDRV_FILE size enforcement
by aliguori
· 16 years ago
5eb4563
block: support known backing format for image create and open (Uri Lublin)
by aliguori
· 16 years ago
221f715
new scsi-generic abstraction, use SG_IO (Christoph Hellwig)
by aliguori
· 16 years ago
6bbff9a
Refactor aio callback allocation to use an aiocb pool (Avi Kivity)
by aliguori
· 16 years ago
eda578e
Drop internal bdrv_pread()/bdrv_pwrite() APIs (Avi Kivity)
by aliguori
· 16 years ago
04eeb8b
Add internal scsi generic block API (Avi Kivity)
by aliguori
· 16 years ago
c0f4ce7
monitor: Rework early disk password inquiry (Jan Kiszka)
by aliguori
· 16 years ago
71d0770
Fix CVE-2008-0928 - insufficient block device address range checking (Anthony Liguori)
by aliguori
· 16 years ago
b0a7b12
qemu: record devfn on block driver instance (Marcelo Tosatti)
by aliguori
· 16 years ago
4fc9af5
Use an option rom instead of boot sector for -kernel
by aliguori
· 16 years ago
7ee930d
Fix warnings that would be caused by ld flag --warn-common
by blueswir1
· 17 years ago
b5eff35
Revert fix for CVE-2008-0928. Will be fixed in a different way later.
by aurel32
· 17 years ago
902b27d
Fix CVE-2008-0928 - insufficient block device address range checking
by aurel32
· 17 years ago
985a03b
Real SCSI device passthrough (v4), by Laurent Vivier.
by ths
· 17 years ago
a36e69d
Collecting block device statistics, by Richard W.M. Jones.
by ths
· 17 years ago
faf0796
Split block API from vl.h.
by pbrook
· 17 years ago
3b46e62
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
by ths
· 18 years ago
ec36ba1
vmdk compatibility level 6 images, by Soren Hansen.
by ths
· 18 years ago
5fafdf2
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
by ths
· 18 years ago
19cb373
better support of host drives
by bellard
· 19 years ago
ce1a14d
Dynamically allocate AIO Completion Blocks.
by pbrook
· 19 years ago
d15a771
qcow2 is now used for '-snapshot' - keep BlockDriverState.total_sectors
by bellard
· 19 years ago
faea38e
multiple snapshot support
by bellard
· 19 years ago
83f6409
async file I/O API
by bellard
· 19 years ago
7a6cba6
Disk cache flush support.
by pbrook
· 19 years ago
95389c8
qcow_make_empty() support (Johannes Schindelin)
by bellard
· 19 years ago
46d4767
better BIOS ATA translation support
by bellard
· 20 years ago
e2731ad
fixed block close() method prototype
by bellard
· 21 years ago
ea2384d
new disk image layer
by bellard
· 21 years ago