63 Commits (bead59946a8b54398f4ba3c9c8ecd15eeac78c53)

Author SHA1 Message Date
Paolo Bonzini c84b31926f block: switch from g_slice allocator to malloc 11 years ago
Kevin Wolf 5d555030ba raw-win32: Fix write request error handling 11 years ago
Markus Armbruster d49b683644 qerror: Move #include out of qerror.h 11 years ago
Max Reitz c0191e763b block: Remove "growable" from BDS 11 years ago
Max Reitz 5f535a941e block: Make essential BlockDriver objects public 11 years ago
Markus Armbruster 097310b53e block: Rename BlockDriverCompletionFunc to BlockCompletionFunc 12 years ago
Markus Armbruster 7c84b1b831 block: Rename BlockDriverAIOCB* to BlockAIOCB* 12 years ago
Hu Tao 180e95265e block: don't convert file size to sector size 12 years ago
Hu Tao c2eb918e32 block: round up file size to nearest sector 12 years ago
Chunyan Liu c282e1fdf7 cleanup QEMUOptionParameter 12 years ago
Chunyan Liu ddef769993 raw-win32.c: replace QEMUOptionParameter with QemuOpts 12 years ago
Stefan Hajnoczi 85ebd381fd block/raw-win32: implement .bdrv_detach/attach_aio_context() 12 years ago
Stefan Hajnoczi 99cc598924 block/raw-win32: create one QEMUWin32AIOState per BDRVRawState 12 years ago
Kevin Wolf 8bfea15dda block: Unlink temporary files in raw-posix/win32 12 years ago
Max Reitz 57ed25b1b0 block/raw-win32: bdrv_parse_filename() for hdev 12 years ago
Max Reitz d5546c5e77 block/raw-win32: Strip "file:" prefix on creation 12 years ago
Max Reitz 7dc74db88b block/raw-win32: Implement bdrv_parse_filename() 12 years ago
Markus Armbruster 84d18f065f Use error_is_set() only when necessary 12 years ago
Paolo Bonzini c25f53b06e raw: Probe required direct I/O alignment 15 years ago
Peter Crosthwaite 87ea75d5e1 qemu-option: Remove qemu_opts_create_nofail 12 years ago
Fam Zheng b04b6b6ec3 block: Print its file name if backing file opening failed 13 years ago
Kevin Wolf b94a261057 block: Avoid unecessary drv->bdrv_getlength() calls 13 years ago
Max Reitz 45d57f6e71 block/raw-win32: Always use -errno in hdev_open 13 years ago
Max Reitz c6252b7cea block/raw-win32: Employ error parameter 13 years ago
Benoît Canet 030be32184 block: introduce BlockDriver.bdrv_needs_filename to enable some drivers. 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
Tal Kain 56e023af80 raw-win32.c: Fix incorrect handling behaviour of small block files 13 years ago
Stefan Weil 68dc036488 w32: Fix access to host devices (regression) 13 years ago
Peter Lieven 3ac216270a block: change default of .has_zero_init to 0 13 years ago
Kevin Wolf 56d1b4d21d block: Remove filename parameter from .bdrv_file_open() 13 years ago
Kevin Wolf 8a79380b8e raw-win32: Use bdrv_open options instead of filename 13 years ago
Stefan Weil ea804cadf8 block: Add options QDict to bdrv_file_open() prototypes (fix MinGW build) 13 years ago
Stefan Hajnoczi c4d9d19645 threadpool: drop global thread pool 13 years ago
Stefan Weil fccedc624c block/raw-win32: Fix compiler warnings (wrong format specifiers) 13 years ago
Paolo Bonzini 1de7afc984 misc: move include files to include/qemu/ 13 years ago
Paolo Bonzini 737e150e89 block: move include files to include/block/ 13 years ago
Fabien Chouteau fbcad04d6b Fix error code checking for SetFilePointer() call 14 years ago
Paolo Bonzini a27365265c raw-win32: implement native asynchronous I/O 14 years ago
Paolo Bonzini fc4edb84bf raw-win32: add emulated AIO support 14 years ago
Jeff Cody 39c9fb9565 block: do not parse BDRV_O_CACHE_WB in block drivers 14 years ago
Jeff Cody 6a8dc0422e block: move open flag parsing in raw block drivers to helper functions 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
Kevin Wolf c68b89acd6 block: Rename bdrv_co_flush to bdrv_co_flush_to_disk 15 years ago
Paolo Bonzini 8b94ff8573 block: change flush to co_flush 15 years ago
Stefan Weil 2c993ec294 w32: Fix qemu_ftruncate64 15 years ago
Markus Armbruster 02266d547a block/raw-win32: Drop disabled code for removable host devices 15 years ago
Fam Zheng 4a1d5e1fde block: add bdrv_get_allocated_file_size() operation 15 years ago
Christoph Hellwig a659979328 block: clarify the meaning of BDRV_O_NOCACHE 15 years ago