Sign in
qemu
/
qemu
/
ed89f078ff3d6684ce3e538e4777a3bb4ec3e2b1
/
qemu-nbd.c
7e1e0c1
qom: Clean up error reporting in user_creatable_add_opts_foreach()
by Markus Armbruster
· 6 years ago
50beeb6
Use error_fatal to simplify obvious fatal errors (again)
by Markus Armbruster
· 6 years ago
7f7dfe2
nbd/server: drop old-style negotiation
by Vladimir Sementsov-Ogievskiy
· 6 years ago
f5cd0bb
qemu-nbd: drop old-style negotiation
by Vladimir Sementsov-Ogievskiy
· 6 years ago
f7812df
qemu-nbd: Document --tls-creds
by Eric Blake
· 6 years ago
b3b5299
block: Cancel job in bdrv_close_all() callers
by Kevin Wolf
· 7 years ago
7e563bf
Polish the version strings containing the package version
by Thomas Huth
· 7 years ago
922a01a
Move include qemu/option.h from qemu-common.h to actual users
by Markus Armbruster
· 7 years ago
452fcdb
Include qapi/qmp/qdict.h exactly where needed
by Markus Armbruster
· 7 years ago
e4849c1
blockdev: convert qemu-nbd server to QIONetListener
by Daniel P. Berrange
· 7 years ago
f7abe0e
qapi: Change data type of the FOO_lookup generated for enum FOO
by Marc-André Lureau
· 7 years ago
5b5f825
qapi: Generate FOO_str() macro for QAPI enum FOO
by Markus Armbruster
· 7 years ago
06c60b6
qapi: Drop superfluous qapi_enum_parse() parameter max
by Markus Armbruster
· 7 years ago
f5048cb
maint: Include bug-reporting info in --help output
by Eric Blake
· 7 years ago
c2a3d7d
maint: Reorder include directives for qemu-{nbd, io}
by Eric Blake
· 8 years ago
be37713
qemu-nbd: Update version string
by Eric Blake
· 8 years ago
081dd1f
nbd: Implement NBD_INFO_BLOCK_SIZE on client
by Eric Blake
· 8 years ago
004a89f
nbd: Create struct for tracking export info
by Eric Blake
· 8 years ago
041e32b
qemu-nbd: Ignore SIGPIPE
by Max Reitz
· 8 years ago
0c9390d
nbd: Fix regression on resiliency to port scan
by Eric Blake
· 8 years ago
df8ad9f
nbd: Fully initialize client in case of failed negotiation
by Eric Blake
· 8 years ago
be41c10
nbd/client.c: use errp instead of LOG
by Vladimir Sementsov-Ogievskiy
· 8 years ago
bd269eb
sockets: Limit SocketAddressLegacy to external interfaces
by Markus Armbruster
· 8 years ago
dfd100f
sockets: Rename SocketAddress to SocketAddressLegacy
by Markus Armbruster
· 8 years ago
46f5ac2
qobject: Use simpler QDict/QList scalar insertion macros
by Eric Blake
· 8 years ago
53fabd4
qemu-ga: obey LISTEN_PID when using systemd socket activation
by Paolo Bonzini
· 8 years ago
a721f53
qemu-nbd: Implement socket activation.
by Richard W.M. Jones
· 8 years ago
b1a75b3
nbd: Add qemu-nbd -D for human-readable description
by Eric Blake
· 8 years ago
ffb31e1
qemu-nbd: Add --fork option
by Max Reitz
· 8 years ago
fe4db84
trace: provide mechanism for registering trace events
by Daniel P. Berrange
· 8 years ago
e424b65
qemu-nbd: Shrink image size by specified offset
by Tomáš Golembiovský
· 8 years ago
cd7fca9
nbd-server: Use a separate BlockBackend
by Kevin Wolf
· 9 years ago
7423f41
nbd: Limit nbdflags to 16 bits
by Eric Blake
· 8 years ago
39ca463
trace: enable tracing in qemu-nbd
by Denis V. Lunev
· 9 years ago
773dce3
nbd: Don't use *_to_cpup() functions
by Peter Maydell
· 9 years ago
e8f2d27
Use &error_fatal when initializing crypto on qemu-{img,io,nbd}
by Eduardo Habkost
· 9 years ago
58369e2
qemu-common: stop including qemu/bswap.h from qemu-common.h
by Paolo Bonzini
· 9 years ago
bd31c21
nbd: Switch to byte-based block access
by Eric Blake
· 9 years ago
51b9b47
qom: -object error messages lost location, restore it
by Markus Armbruster
· 9 years ago
23994a5
nbd: fix assert() on qemu-nbd stop
by Pavel Butsykin
· 9 years ago
c229708
block: initialize qcrypto API at startup
by Daniel P. Berrange
· 9 years ago
332a254
qemu-nbd: Document -x option
by Eric Blake
· 9 years ago
6effd5b
qemu-nbd: Call blk_set_enable_write_cache() explicitly
by Kevin Wolf
· 9 years ago
f348b6d
util: move declarations out of qemu-common.h
by Veronia Bahaa
· 9 years ago
da34e65
include/qemu/osdep.h: Don't include qapi/error.h
by Markus Armbruster
· 9 years ago
32bafa8
qapi: Don't special-case simple union wrappers
by Eric Blake
· 9 years ago
efaa7c4
blockdev: Split monitor reference from BB creation
by Max Reitz
· 9 years ago
0399293
util: Shorten references into SocketAddress
by Eric Blake
· 9 years ago
30456d5
all: Clean up includes
by Peter Maydell
· 9 years ago
aa6e546
qemu-nbd: use no_argument/required_argument constants
by Daniel P. Berrange
· 9 years ago
fa8b7ce
qemu-nbd: don't overlap long option values with short options
by Daniel P. Berrange
· 9 years ago
77c9aae
qemu-nbd: allow specifying image as a set of options args
by Daniel P. Berrange
· 9 years ago
145614a
nbd: enable use of TLS with qemu-nbd server
by Daniel P. Berrange
· 9 years ago
f95910f
nbd: implement TLS support in the protocol negotiation
by Daniel P. Berrange
· 9 years ago
3d4b2f9
nbd: allow setting of an export name for qemu-nbd server
by Daniel P. Berrange
· 9 years ago
1c778ef
nbd: convert to using I/O channels for actual socket I/O
by Daniel P. Berrange
· 9 years ago
d0d6ff5
nbd: convert qemu-nbd server to use I/O channels for connection setup
by Daniel P. Berrange
· 9 years ago
0ab3b33
qemu-nbd: add support for --object command line arg
by Daniel P. Berrange
· 9 years ago
d38ea87
all: Clean up includes
by Peter Maydell
· 9 years ago
ee7d7aa
nbd: Always call "close_fn" in nbd_client_new
by Fam Zheng
· 9 years ago
433672b
error: Clean up errors with embedded newlines (again)
by Markus Armbruster
· 9 years ago
9af9e0f
error: Strip trailing '\n' from error string arguments (again)
by Markus Armbruster
· 9 years ago
b988468
qemu-io qemu-nbd: Use error_report() etc. instead of fprintf()
by Markus Armbruster
· 9 years ago
c29b77f
error: Use error_reportf_err() where it makes obvious sense
by Markus Armbruster
· 9 years ago
a4699e5
qemu-nbd: Clean up "Failed to load snapshot" error message
by Markus Armbruster
· 9 years ago
7828867
error: Use error_report_err() instead of ad hoc prints
by Markus Armbruster
· 9 years ago
4fffeb5
error: Use error_report_err() where appropriate (again)
by Markus Armbruster
· 9 years ago
85b01e0
qemu-nbd: Replace BSDism <err.h> by error_report()
by Markus Armbruster
· 9 years ago
7fb1cf1
qapi: Don't let implicit enum MAX member collide
by Eric Blake
· 9 years ago
2d32add
sockets: Convert to new qapi union layout
by Eric Blake
· 9 years ago
bb628e1
qemu-nbd: always compile in --aio=MODE option
by Stefan Hajnoczi
· 9 years ago
48bec07
qemu-nbd: convert to use the QAPI SocketAddress object
by Daniel P. Berrange
· 9 years ago
6883de6
Trivial: fix commandline help message
by Andrey Korolyov
· 9 years ago
0683264
qemu-nbd: remove unnecessary qemu_notify_event()
by Paolo Bonzini
· 9 years ago
d49b683
qerror: Move #include out of qerror.h
by Markus Armbruster
· 10 years ago
70b9433
QemuOpts: Wean off qerror_report_err()
by Markus Armbruster
· 10 years ago
e4afbf4
qemu-nbd: Switch to qemu_set_fd_handler
by Fam Zheng
· 10 years ago
3f47265
nbd: Set block size to BDRV_SECTOR_SIZE
by Max Reitz
· 10 years ago
ac97393
nbd: Fix potential signed overflow issues
by Max Reitz
· 10 years ago
70d4739
qemu-nbd: fork() can fail
by Max Reitz
· 10 years ago
98f44bb
nbd: Handle blk_getlength() failure
by Max Reitz
· 10 years ago
453b07b
qemu-nbd: Detect unused partitions by system == 0
by Max Reitz
· 10 years ago
c5c6d7f
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into staging
by Peter Maydell
· 10 years ago
565f65d
error: Use error_report_err() where appropriate
by Markus Armbruster
· 10 years ago
4fbec26
qemu-nbd: Use blk_new_open() in main()
by Max Reitz
· 10 years ago
1ce5284
nbd: Improve error messages
by Max Reitz
· 10 years ago
4c58e80
qemu-nbd: Use BlockBackend where reasonable
by Max Reitz
· 10 years ago
e140177
nbd: Change external interface to BlockBackend
by Max Reitz
· 10 years ago
9ba10c9
block: Make BlockBackend own its BlockDriverState
by Markus Armbruster
· 10 years ago
7e7d56d
block: Connect BlockBackend to BlockDriverState
by Markus Armbruster
· 10 years ago
26f54e9
block: New BlockBackend
by Markus Armbruster
· 10 years ago
e4e9986
block: Split bdrv_new_root() off bdrv_new()
by Markus Armbruster
· 10 years ago
fbf28a4
block: Drop superfluous conditionals around qemu_opts_del()
by Markus Armbruster
· 10 years ago
e5d7bbe
qemu-nbd: Destroy the BlockDriverState properly
by Markus Armbruster
· 10 years ago
2f78e49
async: aio_context_new(): Handle event_notifier_init failure
by Chrysostomos Nanakos
· 10 years ago
713cc67
qemu-nbd: fix indentation and coding style
by Peter Lieven
· 10 years ago
b3838a4
qemu-nbd: add option to set detect-zeroes mode
by Peter Lieven
· 10 years ago
27e5eae
nbd: Shutdown socket before closing.
by Hani Benhabiles
· 11 years ago
3775ec6
qemu-nbd: Don't use qerror_report()
by Markus Armbruster
· 11 years ago
5672ee5
nbd: Miscellaneous typo fixes.
by Hani Benhabiles
· 11 years ago
Next »