107 Commits (82432638ebeedda8a2e18838b6fbef4b14a94f31)

Author SHA1 Message Date
Markus Armbruster 543f7bef13 qemu-io: Don't print NULL when open without non-option arg fails 12 years ago
Markus Armbruster 29f2601aa6 qemu-io: Plug memory leak in open command 12 years ago
Markus Armbruster 443422fde7 qemu-io: Support multiple -o in open command 12 years ago
Kevin Wolf 98522f63f4 block: Add errp to bdrv_new() 12 years ago
Maria Kustova d208cc353a qemu-io: Extended "--cmd" description in usage text 12 years ago
Stefan Weil f988388025 qemu-io: Fix warnings from static code analysis 12 years ago
Max Reitz 2e40134bfd block: Make bdrv_file_open() static 12 years ago
Max Reitz ddf5636dc9 block: Add reference parameter to bdrv_open() 12 years ago
Max Reitz f67503e5bd block: Change BDS parameter of bdrv_open() to ** 12 years ago
Fam Zheng 10f5bff622 util: Split out exec_dir from os_find_datadir 12 years ago
Stefan Weil d5d1507b34 readline: Add missing GCC_FMT_ATTR 12 years ago
Max Reitz fd0fee34b5 qemu-io: Make filename optional 12 years ago
Max Reitz 72daa72eee block: Allow reference for bdrv_file_open() 12 years ago
Stefan Hajnoczi 4694020d3c qemu-io: add command completion 13 years ago
Stefan Hajnoczi 0cf17e1817 qemu-io: use readline.c 13 years ago
Max Reitz b543c5cdcb qemu-io: Let "open" pass options to block driver 13 years ago
Max Reitz 34b5d2c68e block: Error parameter for open functions 13 years ago
Fam Zheng 4f6fd3491c block: make bdrv_delete() static 13 years ago
MORITA Kazutaka 526eda14a6 ignore SIGPIPE in qemu-img and qemu-io 13 years ago
Kevin Wolf 02da386a2d qemu-io: Use the qemu version for -V 13 years ago
Kevin Wolf 3d21994f9c qemu-io: Interface cleanup 13 years ago
Kevin Wolf d1174f13e7 qemu-io: Move command_loop() and friends 13 years ago
Kevin Wolf c2cdf5c589 qemu-io: Move functions for registering and running commands 13 years ago
Kevin Wolf e681be7eca qemu-io: Move 'quit' function 13 years ago
Kevin Wolf 797ac58cb2 qemu-io: Split off commands to qemu-io-cmds.c 13 years ago
Kevin Wolf 734c3b85cb qemu-io: Don't use global bs in command implementations 13 years ago
Kevin Wolf cf49a6a00c qemu-io: Handle cvtnum() errors in 'alloc' 13 years ago
Kevin Wolf b6e356aa25 qemu-io: Make cvtnum() a wrapper around strtosz_suffix() 13 years ago
Kevin Wolf a23818f4ff qemu-io: Remove unused args_command 13 years ago
Kevin Wolf a00e81e98f qemu-io: Fix 'map' output 13 years ago
Kevin Wolf 787e4a8500 block: Add options QDict to bdrv_file_open() prototypes 13 years ago
Kevin Wolf de9c0cec6c block: Add options QDict to bdrv_open() prototype 13 years ago
Paolo Bonzini 9e8f1835ea block: implement BDRV_O_UNMAP 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
Kevin Wolf 41c695c749 qemu-io: Add AIO debugging commands 14 years ago
Kevin Wolf 791bfa35ee qemu-io: Implement write -c for compressed clusters 14 years ago
Kevin Wolf e7c8b094c2 qemu-io: Use bdrv_drain_all instead of qemu_aio_flush 14 years ago
Paolo Bonzini 2592c59a66 tools: initialize main loop before block layer 14 years ago
Stefan Hajnoczi e01c30d3e2 qemu-io: add "abort" command to simulate program crash 14 years ago
Kevin Wolf 9e559533bd qemu-io: Fix memory leaks 14 years ago
Paolo Bonzini cc785c349d qemu-io: fix the alloc command 14 years ago
Paolo Bonzini a5a5238ee4 qemu-io: use main_loop_wait 14 years ago
Kevin Wolf 592fa07043 qemu-io: Add command line switch for cache mode 14 years ago
Stefan Hajnoczi d7bb72c83c qemu-io: add option to enable tracing 14 years ago
Zhi Yong Wu a57d114389 qemu-io: fix segment fault when the image format is qed 14 years ago
Stefan Hajnoczi 71b58b82da qemu-io: add write -z option for bdrv_co_write_zeroes 14 years ago
Laszlo Ersek 96bab41df6 qemu-io: end aio help text sentences with periods 14 years ago
Stefan Hajnoczi 031380d877 block: replace unchecked strdup/malloc/calloc with glib 14 years ago
Paolo Bonzini ad54ae80c7 block: bdrv_aio_* do not return NULL 15 years ago