Sign in
qemu
/
qemu
/
c445321e66facc440d7de64f39fa33cb0cc330b2
/
block.h
f5edb01
Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone (and so is BDRV_O_ACCESS). Default value for bdrv_flags (0/zero) is READ-ONLY. Need to explicitly request READ-WRITE.
by Naphtali Sprei
· 15 years ago
756e673
block: Add bdrv_change_backing_file
by Kevin Wolf
· 15 years ago
b783e40
block: Introduce BDRV_O_NO_BACKING
by Kevin Wolf
· 15 years ago
218a536
block: Convert bdrv_info_stats() to QObject
by Luiz Capitulino
· 15 years ago
d15e546
block: Convert bdrv_info() to QObject
by Luiz Capitulino
· 15 years ago
23bd90d
block migration: Increase dirty chunk size to 1M
by Jan Kiszka
· 15 years ago
6ea4430
block migration: Rework constants API
by Jan Kiszka
· 15 years ago
a55eb92
block migration: Fix coding style and whitespaces
by Jan Kiszka
· 15 years ago
7cd1e32
Expose a mechanism to trace block writes
by lirans@il.ibm.com
· 15 years ago
eb85201
Configurable block format whitelist
by Markus Armbruster
· 15 years ago
59f2689
Added readonly flag to -drive command
by Naphtali Sprei
· 15 years ago
b2e12bc
block: add aio_flush operation
by Christoph Hellwig
· 15 years ago
e900a7b
block: add enable_write_cache flag
by Christoph Hellwig
· 15 years ago
40b4f53
Add bdrv_aio_multiwrite
by Kevin Wolf
· 15 years ago
5c6c3a6
raw-posix: add Linux native AIO support
by Christoph Hellwig
· 15 years ago
45566e9
replace bdrv_{get, put}_buffer with bdrv_{load, save}_vmstate
by Christoph Hellwig
· 16 years ago
1cec71e
Revert "support colon in filenames"
by Anthony Liguori
· 16 years ago
0aa217e
qcow2: Make cache=writethrough default
by Kevin Wolf
· 16 years ago
707c0db
support colon in filenames
by Ram Pai
· 16 years ago
aea2a33
Prevent CD-ROM media eject while device is locked
by Mark McLoughlin
· 16 years ago
0e7e198
Convert all block drivers to new bdrv_create
by Kevin Wolf
· 16 years ago
5efa9d5
Convert block infrastructure to use new module init functionality
by Anthony Liguori
· 16 years ago
e97fc19
Introduce bdrv_check (Kevin Wolf)
by aliguori
· 16 years ago
c87c067
remove bdrv_aio_read/bdrv_aio_write (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
7d78066
Add specialized block driver scsi generic API (Avi Kivity)
by aliguori
· 16 years ago
b7ea8c2
Revert r6405
by aliguori
· 16 years ago
70240ca
Revert r6407
by aliguori
· 16 years ago
376253e
monitor: Rework API (Jan Kiszka)
by aliguori
· 16 years ago
c0f4ce7
monitor: Rework early disk password inquiry (Jan Kiszka)
by aliguori
· 16 years ago
045df33
block: Introduce bdrv_get_encrypted_filename (Jan Kiszka)
by aliguori
· 16 years ago
51de976
block: Improve bdrv_iterate (Jan Kiszka)
by aliguori
· 16 years ago
1987530
qcow2 format: keep 'num_free_bytes', and show it upon 'info blockstats' (Uri Lublin)
by aliguori
· 16 years ago
c421820
block-qcow2: export highest_allocated through BlockDriverInfo and get_info() (Uri Lublin)
by aliguori
· 16 years ago
3b69e4b
Vectored block device API (Avi Kivity)
by aliguori
· 16 years ago
4dc822d
Use writeback caching by default with qcow2
by aliguori
· 16 years ago
f3d54fc
Abstract out geometry detection code from IDE for reuse
by aliguori
· 16 years ago
4fc9af5
Use an option rom instead of boot sector for -kernel
by aliguori
· 16 years ago
9f7965c
Expand cache= option and use write-through caching by default
by aliguori
· 16 years ago
c6ca28d
Add bdrv_flush_all()
by aliguori
· 16 years ago
a76bab4
Refactor AIO to allow multiple AIO implementations
by aliguori
· 16 years ago
03ff3ca
Use common objects for qemu-img and qemu-nbd
by aliguori
· 16 years ago
baf35cb
Use signalfd() to work around signal/select race
by aliguori
· 16 years ago
7581825
Allow QEMU to connect directly to an NBD server, by Laurent Vivier.
by ths
· 17 years ago
f58c7b3
New qemu-img convert -B option, by Marc Bevand.
by ths
· 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
33f0027
Add "cache" parameter to "-drive" (Laurent Vivier).
by balrog
· 17 years ago
96b8f13
Fix bdrv_get_geometry to return uint64_t, by Andre Przywara.
by ths
· 17 years ago
a36e69d
Collecting block device statistics, by Richard W.M. Jones.
by ths
· 17 years ago
87ecb68
Break up vl.h.
by pbrook
· 17 years ago
faf0796
Split block API from vl.h.
by pbrook
· 17 years ago