90 Commits (7a2c4b82340d621bff462672b29c88d2020d68c1)

Author SHA1 Message Date
Ryan Harper d22b2f41c4 Do not delete BlockDriverState when deleting the drive 16 years ago
Blue Swirl 5bbdbb4676 fdc: move floppy geometry guessing to block.c 16 years ago
Marcelo Tosatti db593f2565 Add flag to indicate external users to block device 16 years ago
Christoph Hellwig db97ee6a97 block: tell drivers about an image resize 16 years ago
Christoph Hellwig bb8bf76fb1 block: add discard support 16 years ago
Jes Sorensen f88e1a4201 qemu-img.c: Re-factor img_create() 16 years ago
Kevin Wolf 205ef7961f block: Allow bdrv_flush to return errors 16 years ago
edison 51ef67270b Copy snapshots out of QCOW2 disk 16 years ago
Kevin Wolf ceb25e5c75 block: Fix BDRV_O_CACHE_MASK 16 years ago
Blue Swirl 199630b62e Fix -snapshot deleting images on disk change 16 years ago
Kevin Wolf e076f3383b qemu-img check: Distinguish different kinds of errors 16 years ago
Markus Armbruster 7d0d69509a block: Fix virtual media change for if=none 16 years ago
Markus Armbruster f9092b108f savevm: Survive hot-unplug of snapshot device 16 years ago
Markus Armbruster 18846dee1a block: Catch attempt to attach multiple devices to a blockdev 16 years ago
Kevin Wolf f08145fe16 block: Add bdrv_(p)write_sync 16 years ago
Markus Armbruster 2f399b0aad block: New bdrv_next() 16 years ago
Markus Armbruster 6ab4b5ab8f block: Decouple block device "commit all" from DriveInfo 16 years ago
Markus Armbruster abd7f68d08 block: Move error actions from DriveInfo to BlockDriverState 16 years ago
Miguel Di Ciurcio Filho feeee5aca7 savevm: Really verify if a drive supports snapshots 16 years ago
MORITA Kazutaka 2bc93fed76 close all the block drivers before the qemu process exits 16 years ago
Jes Sorensen c63782cbe8 block.h: Make BDRV_SECTOR_SIZE 64 bit safe 16 years ago
MORITA Kazutaka b50cbabc1b add support for protocol driver create_options 16 years ago
Alexander Graf 016f5cf6ff Add cache=unsafe parameter to -drive 16 years ago
Stefan Hajnoczi 3abbc4d981 block: Remove semicolon in BDRV_SECTOR_MASK macro 17 years ago
Kevin Wolf f2feebbd93 block: bdrv_has_zero_init 17 years ago
Christoph Hellwig 84a12e6648 block: separate raw images from the file protocol 17 years ago
Kevin Wolf 85de0ba5e9 block.h: bdrv_create2 doesn't exist any more 17 years ago
Christoph Hellwig 6db956039d block: get rid of the BDRV_O_FILE flag 17 years ago
Kevin Wolf d6e9098e10 Replace calls of old bdrv_open 17 years ago
Kevin Wolf 8252278afb qcow2: Trigger blkdebug events 17 years ago
Kevin Wolf 8b9b0cc2fd blkdebug: Add events and rules 17 years ago
Luiz Capitulino 2582bfedd2 block: BLOCK_IO_ERROR QMP event 17 years ago
Liran Schour aaa0eb75e2 Count dirty blocks and expose an API to get dirty count 17 years ago
Christoph Hellwig 9a2d77ad0d block: kill BDRV_O_CREAT 17 years ago
Naphtali Sprei 37226ad946 No need anymoe for bdrv_set_read_only 17 years ago
Naphtali Sprei f5edb014ed 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. 17 years ago
Kevin Wolf 756e6736a1 block: Add bdrv_change_backing_file 17 years ago
Kevin Wolf b783e409bf block: Introduce BDRV_O_NO_BACKING 17 years ago
Luiz Capitulino 218a536a7a block: Convert bdrv_info_stats() to QObject 17 years ago
Luiz Capitulino d15e546567 block: Convert bdrv_info() to QObject 17 years ago
Jan Kiszka 23bd90d2f9 block migration: Increase dirty chunk size to 1M 17 years ago
Jan Kiszka 6ea44308b0 block migration: Rework constants API 17 years ago
Jan Kiszka a55eb92c22 block migration: Fix coding style and whitespaces 17 years ago
lirans@il.ibm.com 7cd1e32a86 Expose a mechanism to trace block writes 17 years ago
Markus Armbruster eb852011ab Configurable block format whitelist 17 years ago
Naphtali Sprei 59f2689d90 Added readonly flag to -drive command 17 years ago
Christoph Hellwig b2e12bc6e3 block: add aio_flush operation 17 years ago
Christoph Hellwig e900a7b748 block: add enable_write_cache flag 17 years ago
Kevin Wolf 40b4f53967 Add bdrv_aio_multiwrite 17 years ago
Christoph Hellwig 5c6c3a6c54 raw-posix: add Linux native AIO support 17 years ago