43 Commits (fefddf951b6dfe51c28d41f86669bfffb68c7a15)

Author SHA1 Message Date
Jeff Cody e54835c06d block: vpc - use QEMU_PACKED for on-disk structures 13 years ago
Max Reitz d5124c00d8 bdrv: Use "Error" for creating images 13 years ago
Max Reitz 015a1036a7 bdrv: Use "Error" for opening images 13 years ago
Kevin Wolf 72c6cc94da vpc: Implement .bdrv_has_zero_init 13 years ago
Kevin Wolf 1a86938f04 block: Add options QDict to .bdrv_open() 14 years ago
Stefan Hajnoczi 33ccf6675f Revert "block/vpc: Fix size calculation" 14 years ago
Stefan Weil f880defbb0 block/vpc: Fix size calculation 14 years ago
Kevin Wolf 59294e4659 vpc: Fix bdrv_open() error handling 14 years ago
Paolo Bonzini 1de7afc984 misc: move include files to include/qemu/ 14 years ago
Paolo Bonzini caf71f86a3 migration: move include files to include/migration/ 14 years ago
Paolo Bonzini 737e150e89 block: move include files to include/block/ 14 years ago
Charles Arnold 258d2edbcd block: vpc support for ~2 TB disks 14 years ago
Charles Arnold 1fe1fa510a block: vpc initialize the uuid footer field 14 years ago
Jeff Cody 3fe4b70008 block: vpc image file reopen 14 years ago
Corey Bryant 2e1e79dae7 block: Convert close calls to qemu_close 14 years ago
Corey Bryant 6165f4d85d block: Convert open calls to qemu_open 14 years ago
Zhang Shengju c088b69136 block/vpc: write checksum back to footer after check 15 years ago
Paolo Bonzini 29cdb2513c block: push recursive flushing up from drivers 15 years ago
Kevin Wolf ecd880d9ee vpc: Round up image size during fixed image creation 15 years ago
Charles Arnold 24da78dbb5 vpc: Add support for Fixed Disk type 15 years ago
Kevin Wolf 5bb1cbac4f vpc: Add missing error handling in alloc_block 15 years ago
Kevin Wolf 612ff3d887 vpc: Add migration blocker 15 years ago
Kevin Wolf c68b89acd6 block: Rename bdrv_co_flush to bdrv_co_flush_to_disk 15 years ago
Charles Arnold 78439f6af1 block: Fix vpc initialization of the Dynamic Disk Header 15 years ago
Paolo Bonzini 8b94ff8573 block: change flush to co_flush 15 years ago
Paolo Bonzini e183ef75cc block: take lock around bdrv_write implementations 15 years ago
Paolo Bonzini 2914caa088 block: take lock around bdrv_read implementations 15 years ago
Paolo Bonzini 848c66e8f5 block: add a CoMutex to synchronous read drivers 15 years ago
Anthony Liguori 7267c0947d Use glib memory allocation and free functions 15 years ago
Serge E. Hallyn efc8243d00 block/vpc.c: Detect too-large vpc file 15 years ago
Mitnick Lyu 2d56a546a7 vpc.c: Use get_option_parameter() does the search 16 years ago
Blue Swirl f0ff243a16 vpc: fix a file descriptor leak 16 years ago
Kevin Wolf 80465c5016 block: Remove unused s->hd in various drivers 16 years ago
Kevin Wolf 4a4111851f vpc: Implement bdrv_flush 16 years ago
Kevin Wolf 078a458e07 vpc: Use bdrv_(p)write_sync for metadata writes 16 years ago
Kevin Wolf 6c6ea921ff vpc: Read/write multiple sectors at once 16 years ago
Stefan Weil dede4188cc block/vpc: Fix conversion from size to disk geometry 17 years ago
Kevin Wolf 66f82ceed6 block: Open the underlying image file in generic code 17 years ago
Stefan Weil cc2040f8c2 Fix spelling in comment. 17 years ago
Nathan Froyd 5ec4d682d2 eliminate errors about unused results in block/vpc.c 17 years ago
Kevin Wolf db08adf526 qemu-img: Print available options with -o ? 17 years ago
Kevin Wolf 0e7e1989f7 Convert all block drivers to new bdrv_create 17 years ago
Anthony Liguori 019d6b8ff0 Move block drivers into their own directory 18 years ago
Anthony Liguori 5efa9d5a8b Convert block infrastructure to use new module init functionality 18 years ago
aurel32 6e9ea0c062 block-vpc: Don't silently create smaller image than requested 18 years ago
aurel32 e60f469ca8 Use C99 initializers for BlockDriver methods 18 years ago
aliguori 3ec88e8036 block: remove error handling from qemu_malloc() callers (Avi Kivity) 18 years ago
aliguori 378e2aea1b block-vpc: Fix support for images > 4 GB (Kevin Wolf) 18 years ago
aliguori 57c7d9e579 block-vpc: Create images (Kevin Wolf) 18 years ago
aliguori 15d35bc557 block-vpc: Write support (Kevin Wolf) 18 years ago