Age | Commit message (Expand) | Author | Files | Lines |
2008-11-25 | Abstract out geometry detection code from IDE for reuse | aliguori | 1 | -0/+116 |
2008-11-08 | Use an option rom instead of boot sector for -kernel | aliguori | 1 | -32/+0 |
2008-10-14 | Expand cache= option and use write-through caching by default | aliguori | 1 | -3/+3 |
2008-10-13 | open() can also return EPERM for O_RDWR on a readonly device | aurel32 | 1 | -1/+1 |
2008-10-06 | Add bdrv_flush_all() | aliguori | 1 | -0/+10 |
2008-09-22 | Refactor AIO to allow multiple AIO implementations | aliguori | 1 | -2/+0 |
2008-09-17 | Fix warnings that would be caused by ld flag --warn-common | blueswir1 | 1 | -0/+2 |
2008-09-15 | Use common objects for qemu-img and qemu-nbd | aliguori | 1 | -32/+0 |
2008-09-14 | Fix warnings that would be caused by gcc flag -Wwrite-strings | blueswir1 | 1 | -1/+1 |
2008-09-12 | Let snapshot work with protocols | aliguori | 1 | -1/+13 |
2008-09-11 | Only build compatfd when using AIO and make sure to always init AIO | aliguori | 1 | -0/+2 |
2008-09-10 | Use signalfd() to work around signal/select race | aliguori | 1 | -10/+4 |
2008-08-30 | Fix some warnings that would be generated by gcc -Wredundant-decls | blueswir1 | 1 | -1/+0 |
2008-08-21 | Fix windows build | aliguori | 1 | -0/+2 |
2008-07-03 | Allow QEMU to connect directly to an NBD server, by Laurent Vivier. | ths | 1 | -0/+1 |
2008-06-05 | New qemu-img convert -B option, by Marc Bevand. | ths | 1 | -0/+27 |
2008-04-08 | unlink the bs from bdrv-list upon bdrv_delete(bs) | aurel32 | 1 | -1/+8 |
2008-03-11 | Revert fix for CVE-2008-0928. Will be fixed in a different way later. | aurel32 | 1 | -74/+0 |
2008-03-11 | Fix CVE-2008-0928 - insufficient block device address range checking | aurel32 | 1 | -0/+74 |
2008-03-10 | Honor TMPDIR environment variable | aurel32 | 1 | -1/+5 |
2007-12-24 | Real SCSI device passthrough (v4), by Laurent Vivier. | ths | 1 | -0/+16 |
2007-12-24 | Add "cache" parameter to "-drive" (Laurent Vivier). | balrog | 1 | -1/+1 |
2007-12-17 | Fix bdrv_get_geometry to return uint64_t, by Andre Przywara. | ths | 1 | -1/+1 |
2007-12-02 | Collecting block device statistics, by Richard W.M. Jones. | ths | 1 | -4/+46 |
2007-11-18 | Add statics and missing #includes for prototypes. | pbrook | 1 | -1/+1 |
2007-11-17 | Break up vl.h. | pbrook | 1 | -3/+2 |
2007-11-11 | Split block API from vl.h. | pbrook | 1 | -3/+9 |
2007-09-17 | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths | 1 | -11/+11 |
2007-09-16 | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 1 | -48/+48 |
2007-07-31 | Parallels disk image support, by Alex Beregszaszi. | ths | 1 | -0/+1 |
2007-02-11 | Use PATH_MAX for name lengths, by Sergey Vlasov. | ths | 1 | -2/+2 |
2007-01-26 | Define ENOMEDIUM to match ENODEV if it isn't available. | ths | 1 | -4/+0 |
2007-01-18 | Darwin build fix, by Pierre d'Herbemont. | ths | 1 | -0/+4 |
2007-01-07 | path_is_absolute() fix for win32 | bellard | 1 | -0/+5 |
2007-01-07 | win32 block device fixes (initial patch by kazu) | bellard | 1 | -11/+28 |
2006-12-22 | Escape filname printout properly, by Anthony Liguori and Julian Seward. | ths | 1 | -3/+6 |
2006-08-24 | fixed handling of relative filenames with -snapshot | bellard | 1 | -1/+2 |
2006-08-23 | win32 compilation fixes | bellard | 1 | -4/+11 |
2006-08-23 | fixed error handling | bellard | 1 | -1/+3 |
2006-08-19 | better support of host drives | bellard | 1 | -59/+159 |
2006-08-07 | fixed aio emulation | bellard | 1 | -8/+7 |
2006-08-07 | Dynamically allocate AIO Completion Blocks. | pbrook | 1 | -130/+107 |
2006-08-06 | qcow2 is now used for '-snapshot' - keep BlockDriverState.total_sectors | bellard | 1 | -7/+5 |
2006-08-05 | multiple snapshot support | bellard | 1 | -8/+136 |
2006-08-01 | async file I/O API | bellard | 1 | -316/+569 |
2006-06-26 | Windows sparse file support (Frediano Ziglio) | bellard | 1 | -0/+46 |
2006-06-04 | Disk cache flush support. | pbrook | 1 | -0/+15 |
2006-04-25 | Solaris port (Ben Taylor) | bellard | 1 | -1/+19 |
2005-12-18 | qcow_make_empty() support (Johannes Schindelin) | bellard | 1 | -3/+13 |
2005-11-26 | update boot sector when using -kernel (Magnus Damm) | bellard | 1 | -0/+3 |