- 5efa9d5 Convert block infrastructure to use new module init functionality by Anthony Liguori · 16 years ago
- fbb7b4e Improve block range checks by Kevin Wolf · 16 years ago
- e268ca5 implement qemu_blockalign (Stefano Stabellini) by aliguori · 16 years ago
- e97fc19 Introduce bdrv_check (Kevin Wolf) by aliguori · 16 years ago
- 3f4cb3d Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static' by blueswir1 · 16 years ago
- ceb42de native preadv/pwritev support (Christoph Hellwig) by aliguori · 16 years ago
- f141eaf push down vector linearization to posix-aio-compat.c (Christoph Hellwig) 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
- 081501d check for bs->drv in bdrv_flush (Christoph Hellwig) by aliguori · 16 years ago
- 999dec5 remove dead code in bdrv_check_request (Christoph Hellwig) 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
- c240b9a Fix vectored aio bounce handling immediate errors (Avi Kivity) by aliguori · 16 years ago
- 3fb94d5 Use vectored aiocb storage to store vector translation state (Avi Kivity) by aliguori · 16 years ago
- c07a900 Convert vectored aio emulation to use a dedicated pool (Avi Kivity) by aliguori · 16 years ago
- 6bbff9a Refactor aio callback allocation to use an aiocb pool (Avi Kivity) by aliguori · 16 years ago
- eda578e Drop internal bdrv_pread()/bdrv_pwrite() APIs (Avi Kivity) by aliguori · 16 years ago
- 04eeb8b Add internal scsi generic block API (Avi Kivity) by aliguori · 16 years ago
- 7d78066 Add specialized block driver scsi generic API (Avi Kivity) by aliguori · 16 years ago
- ebf53fc Revert r6406 by aliguori · 16 years ago
- 70240ca Revert r6407 by aliguori · 16 years ago
- 49dc768 Fix windows build and clean up use of <windows.h> by aliguori · 16 years ago
- 179a2c1 Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configure by blueswir1 · 16 years ago
- c5e9723 Support for DragonFly BSD (Hasso Tepper) by blueswir1 · 16 years ago
- 376253e monitor: Rework API (Jan Kiszka) by aliguori · 16 years ago
- bb5fc20 monitor: Rework modal password input (Jan Kiszka) by aliguori · 16 years ago
- c0f4ce7 monitor: Rework early disk password inquiry (Jan Kiszka) by aliguori · 16 years ago
- 430eb50 monitor: Report encrypted disks in snapshot mode (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
- 51d7c00 block: Polish error handling of brdv_open2 (Jan Kiszka) by aliguori · 16 years ago
- 71d0770 Fix CVE-2008-0928 - insufficient block device address range checking (Anthony Liguori) by aliguori · 16 years ago
- d905dba fix SIGSEGV when USE_KQEMU is defined by aurel32 · 16 years ago
- 3ec88e8 block: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
- 249aa74 qemu iovec: keep track of total size, allow partial copies (Gerd Hoffman) 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
- a7cbfae info blockstats: show highest_allocated if exists (Uri Lublin) by aliguori · 16 years ago
- 3b69e4b Vectored block device API (Avi Kivity) by aliguori · 16 years ago
- 42fb280 bdrv_write should not stop on partial write (Gleb Natapov) by aliguori · 16 years ago
- a38131b Attached patch contains warning fixes. by blueswir1 · 16 years ago
- 3990d09 sys-queue.h defines _SYS_QUEUE_H_ which is also defined by by blueswir1 · 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
- a0a8353 open() can also return EPERM for O_RDWR on a readonly device by aurel32 · 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
- 7ee930d Fix warnings that would be caused by ld flag --warn-common by blueswir1 · 16 years ago
- 03ff3ca Use common objects for qemu-img and qemu-nbd by aliguori · 16 years ago
- 7ccfb2e Fix warnings that would be caused by gcc flag -Wwrite-strings by blueswir1 · 16 years ago
- 7c96d46 Let snapshot work with protocols by aliguori · 16 years ago
- a3392f9 Only build compatfd when using AIO and make sure to always init AIO by aliguori · 16 years ago
- baf35cb Use signalfd() to work around signal/select race by aliguori · 16 years ago
- 79383c9 Fix some warnings that would be generated by gcc -Wredundant-decls by blueswir1 · 16 years ago
- cd01b4a Fix windows build by aliguori · 17 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
- 34c6f05 unlink the bs from bdrv-list upon bdrv_delete(bs) by aurel32 · 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
- 0badc1e Honor TMPDIR environment variable 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
- 9596ebb Add statics and missing #includes for prototypes. by pbrook · 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
- 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
- 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
- 6ada745 Parallels disk image support, by Alex Beregszaszi. by ths · 18 years ago
- eb5c851 Use PATH_MAX for name lengths, by Sergey Vlasov. by ths · 18 years ago
- 71c2fd5 Define ENOMEDIUM to match ENODEV if it isn't available. by ths · 18 years ago
- 7f1c9da Darwin build fix, by Pierre d'Herbemont. by ths · 18 years ago
- 2166442 path_is_absolute() fix for win32 by bellard · 18 years ago
- 3b9f94e win32 block device fixes (initial patch by kazu) by bellard · 18 years ago
- fef3074 Escape filname printout properly, by Anthony Liguori and Julian Seward. by ths · 18 years ago
- a817d93 fixed handling of relative filenames with -snapshot by bellard · 19 years ago
- f45512f win32 compilation fixes by bellard · 19 years ago
- 6b21b97 fixed error handling by bellard · 19 years ago
- 19cb373 better support of host drives by bellard · 19 years ago
- 9076542 fixed aio emulation by bellard · 19 years ago
- ce1a14d Dynamically allocate AIO Completion Blocks. by pbrook · 19 years ago
- d15a771 qcow2 is now used for '-snapshot' - keep BlockDriverState.total_sectors by bellard · 19 years ago
- faea38e multiple snapshot support by bellard · 19 years ago
- 83f6409 async file I/O API by bellard · 19 years ago
- beac80c Windows sparse file support (Frediano Ziglio) by bellard · 19 years ago
- 7a6cba6 Disk cache flush support. by pbrook · 19 years ago
- ec530c8 Solaris port (Ben Taylor) by bellard · 19 years ago
- 95389c8 qcow_make_empty() support (Johannes Schindelin) by bellard · 19 years ago
- 79639d4 update boot sector when using -kernel (Magnus Damm) by bellard · 19 years ago
- 3b0d4f6 OS X: support for the built in CD-ROM drive (Mike Kronenberg) by bellard · 19 years ago
- 712e787 probing fixes by bellard · 20 years ago
- 6a0f9e8 Virtual PC read-only disk image support (Alex Beregszaszi) by bellard · 20 years ago
- e5484d3 BSD fix by bellard · 20 years ago
- 7674e7b BSD cdrom device access fix by bellard · 20 years ago
- c747cd1 raw CDROM access for windows (Filip Navara) by bellard · 20 years ago
- a8753c3 Bochs disk image support (Alex Beregszaszi) by bellard · 20 years ago
- 585d0ed .dmg disk image format support (Johannes Schindelin) by bellard · 20 years ago