110 Commits (8301ea444abb49f7b7fb939b09c1e23b22977f30)

Author SHA1 Message Date
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
aliguori b71d1c2e11 block-vpc: Use the qemu block layer (Kevin Wolf) 18 years ago
aliguori 1fa792286c block-vpc: Fix disk size (Kevin Wolf) 18 years ago
aliguori 2cfacb6293 block-vpc: Adapt header structures to official documentation (Kevin Wolf) 18 years ago
aliguori b9fa33a6e4 block-vpc: Split up struct vpc_subheader (Kevin Wolf) 18 years ago
ths ffe8ab83da Fix char* signedness, by Andre Przywara. 19 years ago
pbrook faf07963cb Split block API from vl.h. 19 years ago
ths 3b46e62427 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. 19 years ago
ths 5fafdf24ef find -type f | xargs sed -i 's/[\t ]$//g' # on most files 19 years ago
bellard 83f6409109 async file I/O API 20 years ago
bellard 26a76461f2 C99 64 bit printf 20 years ago
bellard 712e78744e probing fixes 22 years ago
bellard 6a0f9e82c5 Virtual PC read-only disk image support (Alex Beregszaszi) 22 years ago