111 Commits (098d314a3263693ec31e227f4018646e74d439a0)

Author SHA1 Message Date
Markus Armbruster 7d4b4ba5c2 block: New change_media_cb() parameter load 15 years ago
Markus Armbruster 7b6f9300d5 block: New bdrv_set_buffer_alignment() 15 years ago
Markus Armbruster d1a0739de5 block: Move BlockConf & friends from block_int.h to block.h 15 years ago
Markus Armbruster e4def80b36 block: Show whether the virtual tray is open in info block 15 years ago
Markus Armbruster 9e6a4c9177 block: Drop BlockDriverState member removable 15 years ago
Markus Armbruster 2c6942fa7b block: Clean up remaining users of "removable" 15 years ago
Markus Armbruster 025e849a50 block: Rename bdrv_set_locked() to bdrv_lock_medium() 15 years ago
Markus Armbruster f107639a6f block: Drop medium lock tracking, ask device models instead 15 years ago
Markus Armbruster fdec4404dd block: Leave enforcing tray lock to device models 15 years ago
Markus Armbruster ba5b7ad449 block: Declare qemu_blockalign() in block.h, not block_int.h 15 years ago
Markus Armbruster 145feb176f block: Split change_cb() into change_media_cb(), resize_cb() 15 years ago
Markus Armbruster 0e49de5232 block: Generalize change_cb() to BlockDevOps 15 years ago
Markus Armbruster fa879d62eb block: Attach non-qdev devices as well 15 years ago
Christoph Hellwig c488c7f649 block: latency accounting 15 years ago
Christoph Hellwig a597e79ce1 block: explicit I/O accounting 15 years ago
Stefan Hajnoczi c3993cdca3 block: parse cache mode flags in a single place 15 years ago
Kevin Wolf da1fa91d6c block: Add bdrv_co_readv/writev 15 years ago
Frediano Ziglio 5bf3f8e4f7 block: Removed unused function bdrv_write_sync 15 years ago
Fam Zheng 4a1d5e1fde block: add bdrv_get_allocated_file_size() operation 15 years ago
Devin Nakamura 39aa9a12cc Replaced tabs with spaces in block.h and block_int.h 15 years ago
Markus Armbruster 8d278467ff block: Remove type hint, it's guest matter, doesn't belong here 15 years ago
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