Age | Commit message (Expand) | Author |
2017-06-06 | nbd/client.c: use errp instead of LOG | Vladimir Sementsov-Ogievskiy |
2017-05-09 | sockets: Limit SocketAddressLegacy to external interfaces | Markus Armbruster |
2017-05-09 | sockets: Rename SocketAddress to SocketAddressLegacy | Markus Armbruster |
2017-05-09 | qobject: Use simpler QDict/QList scalar insertion macros | Eric Blake |
2017-03-19 | qemu-ga: obey LISTEN_PID when using systemd socket activation | Paolo Bonzini |
2017-02-16 | qemu-nbd: Implement socket activation. | Richard W.M. Jones |
2016-11-02 | nbd: Add qemu-nbd -D for human-readable description | Eric Blake |
2016-10-24 | qemu-nbd: Add --fork option | Max Reitz |
2016-10-12 | trace: provide mechanism for registering trace events | Daniel P. Berrange |
2016-10-06 | qemu-nbd: Shrink image size by specified offset | Tomáš Golembiovský |
2016-09-05 | nbd-server: Use a separate BlockBackend | Kevin Wolf |
2016-08-03 | nbd: Limit nbdflags to 16 bits | Eric Blake |
2016-06-28 | trace: enable tracing in qemu-nbd | Denis V. Lunev |
2016-06-16 | nbd: Don't use *_to_cpup() functions | Peter Maydell |
2016-05-20 | Use &error_fatal when initializing crypto on qemu-{img,io,nbd} | Eduardo Habkost |
2016-05-19 | qemu-common: stop including qemu/bswap.h from qemu-common.h | Paolo Bonzini |
2016-05-12 | nbd: Switch to byte-based block access | Eric Blake |
2016-04-28 | qom: -object error messages lost location, restore it | Markus Armbruster |
2016-04-15 | nbd: fix assert() on qemu-nbd stop | Pavel Butsykin |
2016-04-12 | block: initialize qcrypto API at startup | Daniel P. Berrange |
2016-04-08 | qemu-nbd: Document -x option | Eric Blake |
2016-03-30 | qemu-nbd: Call blk_set_enable_write_cache() explicitly | Kevin Wolf |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-03-18 | qapi: Don't special-case simple union wrappers | Eric Blake |
2016-03-17 | blockdev: Split monitor reference from BB creation | Max Reitz |
2016-03-05 | util: Shorten references into SocketAddress | Eric Blake |
2016-02-23 | all: Clean up includes | Peter Maydell |
2016-02-22 | qemu-nbd: use no_argument/required_argument constants | Daniel P. Berrange |
2016-02-22 | qemu-nbd: don't overlap long option values with short options | Daniel P. Berrange |
2016-02-22 | qemu-nbd: allow specifying image as a set of options args | Daniel P. Berrange |
2016-02-16 | nbd: enable use of TLS with qemu-nbd server | Daniel P. Berrange |
2016-02-16 | nbd: implement TLS support in the protocol negotiation | Daniel P. Berrange |
2016-02-16 | nbd: allow setting of an export name for qemu-nbd server | Daniel P. Berrange |
2016-02-16 | nbd: convert to using I/O channels for actual socket I/O | Daniel P. Berrange |
2016-02-16 | nbd: convert qemu-nbd server to use I/O channels for connection setup | Daniel P. Berrange |
2016-02-16 | qemu-nbd: add support for --object command line arg | Daniel P. Berrange |
2016-02-04 | all: Clean up includes | Peter Maydell |
2016-01-15 | nbd: Always call "close_fn" in nbd_client_new | Fam Zheng |
2016-01-13 | error: Clean up errors with embedded newlines (again) | Markus Armbruster |
2016-01-13 | error: Strip trailing '\n' from error string arguments (again) | Markus Armbruster |
2016-01-13 | qemu-io qemu-nbd: Use error_report() etc. instead of fprintf() | Markus Armbruster |
2016-01-13 | error: Use error_reportf_err() where it makes obvious sense | Markus Armbruster |
2016-01-13 | qemu-nbd: Clean up "Failed to load snapshot" error message | Markus Armbruster |
2016-01-13 | error: Use error_report_err() instead of ad hoc prints | Markus Armbruster |
2016-01-13 | error: Use error_report_err() where appropriate (again) | Markus Armbruster |
2016-01-13 | qemu-nbd: Replace BSDism <err.h> by error_report() | Markus Armbruster |
2015-12-17 | qapi: Don't let implicit enum MAX member collide | Eric Blake |
2015-11-02 | sockets: Convert to new qapi union layout | Eric Blake |
2015-10-16 | qemu-nbd: always compile in --aio=MODE option | Stefan Hajnoczi |