Age | Commit message (Expand) | Author | Files | Lines |
2016-01-15 | nbd: Always call "close_fn" in nbd_client_new | Fam Zheng | 1 | -7/+3 |
2016-01-13 | error: Clean up errors with embedded newlines (again) | Markus Armbruster | 1 | -3/+2 |
2016-01-13 | error: Strip trailing '\n' from error string arguments (again) | Markus Armbruster | 1 | -2/+2 |
2016-01-13 | qemu-io qemu-nbd: Use error_report() etc. instead of fprintf() | Markus Armbruster | 1 | -1/+1 |
2016-01-13 | error: Use error_reportf_err() where it makes obvious sense | Markus Armbruster | 1 | -6/+5 |
2016-01-13 | qemu-nbd: Clean up "Failed to load snapshot" error message | Markus Armbruster | 1 | -9/+5 |
2016-01-13 | error: Use error_report_err() instead of ad hoc prints | Markus Armbruster | 1 | -2/+1 |
2016-01-13 | error: Use error_report_err() where appropriate (again) | Markus Armbruster | 1 | -1/+1 |
2016-01-13 | qemu-nbd: Replace BSDism <err.h> by error_report() | Markus Armbruster | 1 | -44/+77 |
2015-12-17 | qapi: Don't let implicit enum MAX member collide | Eric Blake | 1 | -1/+1 |
2015-11-02 | sockets: Convert to new qapi union layout | Eric Blake | 1 | -8/+8 |
2015-10-16 | qemu-nbd: always compile in --aio=MODE option | Stefan Hajnoczi | 1 | -8/+0 |
2015-09-25 | qemu-nbd: convert to use the QAPI SocketAddress object | Daniel P. Berrange | 1 | -64/+38 |
2015-09-11 | Trivial: fix commandline help message | Andrey Korolyov | 1 | -1/+1 |
2015-08-14 | qemu-nbd: remove unnecessary qemu_notify_event() | Paolo Bonzini | 1 | -1/+0 |
2015-06-22 | qerror: Move #include out of qerror.h | Markus Armbruster | 1 | -0/+1 |
2015-06-22 | QemuOpts: Wean off qerror_report_err() | Markus Armbruster | 1 | -1/+2 |
2015-06-05 | qemu-nbd: Switch to qemu_set_fd_handler | Fam Zheng | 1 | -4/+17 |
2015-03-18 | nbd: Set block size to BDRV_SECTOR_SIZE | Max Reitz | 1 | -3/+2 |
2015-03-18 | nbd: Fix potential signed overflow issues | Max Reitz | 1 | -2/+3 |
2015-03-18 | qemu-nbd: fork() can fail | Max Reitz | 1 | -1/+3 |
2015-03-18 | nbd: Handle blk_getlength() failure | Max Reitz | 1 | -1/+9 |
2015-03-18 | qemu-nbd: Detect unused partitions by system == 0 | Max Reitz | 1 | -2/+4 |
2015-02-26 | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into... | Peter Maydell | 1 | -8/+4 |
2015-02-18 | error: Use error_report_err() where appropriate | Markus Armbruster | 1 | -8/+4 |
2015-02-16 | qemu-nbd: Use blk_new_open() in main() | Max Reitz | 1 | -16/+9 |
2015-02-06 | nbd: Improve error messages | Max Reitz | 1 | -1/+6 |
2014-12-10 | qemu-nbd: Use BlockBackend where reasonable | Max Reitz | 1 | -5/+5 |
2014-12-10 | nbd: Change external interface to BlockBackend | Max Reitz | 1 | -1/+1 |
2014-10-20 | block: Make BlockBackend own its BlockDriverState | Markus Armbruster | 1 | -1/+0 |
2014-10-20 | block: Connect BlockBackend to BlockDriverState | Markus Armbruster | 1 | -2/+2 |
2014-10-20 | block: New BlockBackend | Markus Armbruster | 1 | -1/+4 |
2014-10-20 | block: Split bdrv_new_root() off bdrv_new() | Markus Armbruster | 1 | -1/+1 |
2014-10-03 | block: Drop superfluous conditionals around qemu_opts_del() | Markus Armbruster | 1 | -3/+1 |
2014-09-25 | qemu-nbd: Destroy the BlockDriverState properly | Markus Armbruster | 1 | -1/+1 |
2014-09-22 | async: aio_context_new(): Handle event_notifier_init failure | Chrysostomos Nanakos | 1 | -1/+5 |
2014-09-08 | qemu-nbd: fix indentation and coding style | Peter Lieven | 1 | -36/+39 |
2014-09-08 | qemu-nbd: add option to set detect-zeroes mode | Peter Lieven | 1 | -0/+25 |
2014-06-30 | nbd: Shutdown socket before closing. | Hani Benhabiles | 1 | -0/+1 |
2014-05-28 | qemu-nbd: Don't use qerror_report() | Markus Armbruster | 1 | -3/+3 |
2014-05-24 | nbd: Miscellaneous typo fixes. | Hani Benhabiles | 1 | -1/+1 |
2014-05-24 | nbd: Close socket on negotiation failure. | Hani Benhabiles | 1 | -1/+3 |
2014-04-22 | block: Add errp to bdrv_new() | Kevin Wolf | 1 | -1/+2 |
2014-03-17 | qemu-nbd: Fix coverity issues | Paolo Bonzini | 1 | -4/+13 |
2014-02-25 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 1 | -1/+53 |
2014-02-21 | nbd: move socket wrappers to qemu-nbd | Paolo Bonzini | 1 | -0/+52 |
2014-02-21 | block: Add reference parameter to bdrv_open() | Max Reitz | 1 | -1/+1 |
2014-02-21 | block: Change BDS parameter of bdrv_open() to ** | Max Reitz | 1 | -1/+1 |
2014-02-20 | util: Split out exec_dir from os_find_datadir | Fam Zheng | 1 | -0/+1 |
2013-12-04 | qemu-nbd: add doc for option -f | Wenchao Xia | 1 | -0/+1 |