82 Commits (3515727f31a2377ec94d0adb450cc175f33138f7)

Author SHA1 Message Date
Daniel P. Berrange 10817bf09d coroutine: move into libqemuutil.a library 11 years ago
Kevin Wolf 9a4f4c3156 block: Convert bs->file to BdrvChild 11 years ago
Max Reitz 6ebf9aa2ef block: Drop drv parameter from bdrv_open() 11 years ago
Alberto Garcia 81e5f78a9f block: use bdrv_get_device_or_node_name() in error messages 12 years ago
Max Reitz f0ab6f1096 block/vdi: Add locking for parallel requests 12 years ago
Jeff Cody 0d0d7f47b4 block: remove BLOCK_OPT_NOCOW from vdi_create_opts 12 years ago
Max Reitz d20418ee51 block/vdi: Limit maximum size even futher 12 years ago
SeokYeon Hwang f18a768efb vdi: wrapped uuid_unparse() in #ifdef 12 years ago
Max Reitz e9082e4736 block/vdi: Use {DIV_,}ROUND_UP 12 years ago
Markus Armbruster bfb197e0d9 block: Eliminate BlockDriverState member device_name[] 12 years ago
Hu Tao c2eb918e32 block: round up file size to nearest sector 12 years ago
Markus Armbruster 5839e53bbc block: Use g_new() & friends where that makes obvious sense 12 years ago
Kevin Wolf 17cce73578 vdi: Handle failure for potentially large allocations 12 years ago
Jeff Cody dddc7750d6 block: use the standard 'ret' instead of 'result' 12 years ago
Jeff Cody 70747862f1 block: vdi - use block layer ops in vdi_create, instead of posix calls 12 years ago
Chunyan Liu 4ab1559085 qemu-img create: add 'nocow' option 12 years ago
Chunyan Liu c282e1fdf7 cleanup QEMUOptionParameter 12 years ago
Chunyan Liu 004b7f2522 vdi.c: replace QEMUOptionParameter with QemuOpts 12 years ago
Paolo Bonzini 6998b6c11b vdi: remove double conversion 12 years ago
Max Reitz 0549ea8b6d block/vdi: Error out immediately in vdi_create() 12 years ago
Max Reitz 521b2b5df0 block: Use correct width in format strings 12 years ago
Jeff Cody 63fa06dc97 vdi: add bounds checks for blocks_in_image and disk_size header fields (CVE-2014-0144) 13 years ago
Deepak Kathayat dc6fb73d21 Fixed various typos 13 years ago
Paolo Bonzini 5b7aa9b56d vdi: say why an image is bad 13 years ago
Paolo Bonzini 76abe4071d block: do not abuse EMEDIUMTYPE 13 years ago
Paolo Bonzini 95de6d7078 block drivers: add discard/write_zeroes properties to bdrv_get_info implementation 13 years ago
Jeff Cody 8368febd81 block: vdi - use QEMU_PACKED for on-disk structures 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
Peter Lieven 3ac216270a block: change default of .has_zero_init to 0 13 years ago
Kevin Wolf 1a86938f04 block: Add options QDict to .bdrv_open() 14 years ago
Markus Armbruster 6528499fa4 g_malloc(0) and g_malloc0(0) return NULL; simplify 14 years ago
Stefan Weil 0e87ba2ccb block/vdi: Check for bad signature 14 years ago
Stefan Weil 8937f8222c block/vdi: Improved return values from vdi_open 14 years ago
Stefan Weil 9f0470bb2d block/vdi: Improve debug output for signature 14 years ago
Paolo Bonzini 9c17d615a6 softmmu: move include files to include/sysemu/ 14 years ago
Paolo Bonzini 1de7afc984 misc: move include files to include/qemu/ 14 years ago
Paolo Bonzini caf71f86a3 migration: move include files to include/migration/ 14 years ago
Paolo Bonzini 737e150e89 block: move include files to include/block/ 14 years ago
Stefan Hajnoczi 8ba2aae32c vdi: don't override libuuid symbols 14 years ago
Jeff Cody ecfe2bbabb block: vdi image file reopen 14 years ago
Stefan Weil 514f21a5d4 vdi: Fix warning from clang 14 years ago
Corey Bryant 6165f4d85d block: Convert open calls to qemu_open 14 years ago
Kevin Wolf 4534ff5426 qemu-img check -r for repairing images 14 years ago
Paolo Bonzini eb9566d13e vdi: change goto to loop 15 years ago
Paolo Bonzini 4eea78e634 vdi: do not create useless iovecs 15 years ago
Paolo Bonzini a7a43aa199 vdi: leave bounce buffering to block layer 15 years ago
Paolo Bonzini bfc45fc183 vdi: move aiocb fields to locals 15 years ago