212 Commits (32cad1ffb81dcecf6f4a8af56d6e5892682839b1)

Author SHA1 Message Date
Deepak Kathayat dc6fb73d21 Fixed various typos 12 years ago
Paolo Bonzini 76abe4071d block: do not abuse EMEDIUMTYPE 12 years ago
Paolo Bonzini b6d5066d32 qcow: correctly propagate errors 12 years ago
Max Reitz 2e40134bfd block: Make bdrv_file_open() static 12 years ago
Max Reitz 72daa72eee block: Allow reference for bdrv_file_open() 12 years ago
Max Reitz cc84d90ff5 block: Error parameter for create functions 13 years ago
Max Reitz 34b5d2c68e block: Error parameter for open functions 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
Paolo Bonzini 4bc74be997 block: return get_block_status data and flags for formats 13 years ago
Paolo Bonzini b6b8a33354 block: introduce bdrv_get_block_status API 13 years ago
Fam Zheng 4f6fd3491c block: make bdrv_delete() static 13 years ago
Peter Lieven 3ac216270a block: change default of .has_zero_init to 0 13 years ago
Stefan Hajnoczi 16b3c5cd9f qcow: allow sub-cluster compressed write to last cluster 13 years ago
Aurelien Jarno 753d9b82c5 aes: move aes.h from include/block to include/qemu 13 years ago
Kevin Wolf 787e4a8500 block: Add options QDict to bdrv_file_open() prototypes 13 years ago
Kevin Wolf 1a86938f04 block: Add options QDict to .bdrv_open() 13 years ago
Stefan Weil 15bac0d54f block: Use error code EMEDIUMTYPE for wrong format in some block drivers 13 years ago
Paolo Bonzini 1de7afc984 misc: move include files to include/qemu/ 13 years ago
Paolo Bonzini caf71f86a3 migration: move include files to include/migration/ 13 years ago
Paolo Bonzini 737e150e89 block: move include files to include/block/ 13 years ago
Jeff Cody d177692ede block: qcow image file reopen 14 years ago
Michael Tokarev d5e6b1619c change qemu_iovec_to_buf() to match other to,from_buf functions 14 years ago
Michael Tokarev 03396148bc allow qemu_iovec_from_buffer() to specify offset from which to start copying 14 years ago
Paolo Bonzini 29cdb2513c block: push recursive flushing up from drivers 14 years ago
Li Zhi Hui 2b16c9ffb2 qcow: Use bdrv functions to replace file operation 15 years ago
Li Zhi Hui 84b0ec020f qcow: Return real error code in qcow_open 14 years ago
Stefan Hajnoczi f8a2e5e3ca block: convert qcow2, qcow2, and vmdk to .bdrv_co_is_allocated() 15 years ago
Dong Xu Wang a968168c58 block: Add coroutine_fn marker to coroutine functions 15 years ago
Kevin Wolf fd9f102c3e qcow: Add migration blocker 15 years ago
Kevin Wolf c68b89acd6 block: Rename bdrv_co_flush to bdrv_co_flush_to_disk 15 years ago
Kevin Wolf 64ebe71aa0 qcow: Fix bdrv_write_compressed error handling 15 years ago
Paolo Bonzini 8b94ff8573 block: change flush to co_flush 15 years ago
Stefan Hajnoczi 6f6dc6565e block: drop redundant bdrv_flush implementation 15 years ago
Stefan Weil add8d26203 block/qcow: Fix use of free() instead of g_free() 15 years ago
Frediano Ziglio 122bbd1dd9 qcow: remove old #undefined code 15 years ago
Frediano Ziglio 27deebe836 qcow: Remove QCowAIOCB 15 years ago
Frediano Ziglio 43ca85b559 qcow: move some blocks of code to avoid useless variable initialization 15 years ago
Frediano Ziglio 430bbaaa95 qcow: QCowAIOCB field cleanup 15 years ago
Frediano Ziglio f5cd8173e7 qcow/qcow2: Allocate QCowAIOCB structure using stack 15 years ago
Scott Wood de33b1f3dd qcow: initialize coroutine mutex 15 years ago
Anthony Liguori 7267c0947d Use glib memory allocation and free functions 15 years ago
Kevin Wolf 52b8eb6013 qcow: Use coroutines 15 years ago
Kevin Wolf b11a24dee6 qcow: Avoid direct AIO callback 15 years ago
Stefan Weil 5614c188c6 block/qcow: Don't ignore immediate read/write and other failures 15 years ago
Kevin Wolf 80465c5016 block: Remove unused s->hd in various drivers 16 years ago
Kevin Wolf 205ef7961f block: Allow bdrv_flush to return errors 16 years ago
Kevin Wolf 5e5557d970 qcow: Use bdrv_(p)write_sync for metadata writes 16 years ago
Kevin Wolf b666d23950 block: Avoid unchecked casts for AIOCBs 16 years ago
Kevin Wolf 66f82ceed6 block: Open the underlying image file in generic code 16 years ago