index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qemu-nbd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
blockdev: Split monitor reference from BB creation
Max Reitz
2019-11-29
1
-2
/
+2
*
util: Shorten references into SocketAddress
Eric Blake
2019-11-29
1
-4
/
+5
*
all: Clean up includes
Peter Maydell
2019-11-29
1
-2
/
+0
*
qemu-nbd: use no_argument/required_argument constants
Daniel P. Berrange
2019-11-29
1
-25
/
+26
*
qemu-nbd: don't overlap long option values with short options
Daniel P. Berrange
2019-11-29
1
-7
/
+7
*
qemu-nbd: allow specifying image as a set of options args
Daniel P. Berrange
2019-11-29
1
-5
/
+38
*
nbd: enable use of TLS with qemu-nbd server
Daniel P. Berrange
2019-11-29
1
-1
/
+61
*
nbd: implement TLS support in the protocol negotiation
Daniel P. Berrange
2019-11-29
1
-1
/
+3
*
nbd: allow setting of an export name for qemu-nbd server
Daniel P. Berrange
2019-11-29
1
-2
/
+12
*
nbd: convert to using I/O channels for actual socket I/O
Daniel P. Berrange
2019-11-29
1
-7
/
+3
*
nbd: convert qemu-nbd server to use I/O channels for connection setup
Daniel P. Berrange
2019-11-29
1
-38
/
+53
*
qemu-nbd: add support for --object command line arg
Daniel P. Berrange
2019-11-29
1
-0
/
+34
*
all: Clean up includes
Peter Maydell
2019-11-29
1
-4
/
+1
*
nbd: Always call "close_fn" in nbd_client_new
Fam Zheng
2019-11-29
1
-7
/
+3
*
error: Clean up errors with embedded newlines (again)
Markus Armbruster
2019-11-29
1
-3
/
+2
*
error: Strip trailing '\n' from error string arguments (again)
Markus Armbruster
2019-11-29
1
-2
/
+2
*
qemu-io qemu-nbd: Use error_report() etc. instead of fprintf()
Markus Armbruster
2019-11-29
1
-1
/
+1
*
error: Use error_reportf_err() where it makes obvious sense
Markus Armbruster
2019-11-29
1
-6
/
+5
*
qemu-nbd: Clean up "Failed to load snapshot" error message
Markus Armbruster
2019-11-29
1
-9
/
+5
*
error: Use error_report_err() instead of ad hoc prints
Markus Armbruster
2019-11-29
1
-2
/
+1
*
error: Use error_report_err() where appropriate (again)
Markus Armbruster
2019-11-29
1
-1
/
+1
*
qemu-nbd: Replace BSDism <err.h> by error_report()
Markus Armbruster
2019-11-29
1
-44
/
+77
*
qapi: Don't let implicit enum MAX member collide
Eric Blake
2019-11-29
1
-1
/
+1
*
sockets: Convert to new qapi union layout
Eric Blake
2015-11-02
1
-8
/
+8
*
qemu-nbd: always compile in --aio=MODE option
Stefan Hajnoczi
2015-10-16
1
-8
/
+0
*
qemu-nbd: convert to use the QAPI SocketAddress object
Daniel P. Berrange
2015-09-25
1
-64
/
+38
*
Trivial: fix commandline help message
Andrey Korolyov
2015-09-11
1
-1
/
+1
*
qemu-nbd: remove unnecessary qemu_notify_event()
Paolo Bonzini
2015-08-14
1
-1
/
+0
*
qerror: Move #include out of qerror.h
Markus Armbruster
2015-06-22
1
-0
/
+1
*
QemuOpts: Wean off qerror_report_err()
Markus Armbruster
2015-06-22
1
-1
/
+2
*
qemu-nbd: Switch to qemu_set_fd_handler
Fam Zheng
2015-06-05
1
-4
/
+17
*
nbd: Set block size to BDRV_SECTOR_SIZE
Max Reitz
2015-03-18
1
-3
/
+2
*
nbd: Fix potential signed overflow issues
Max Reitz
2015-03-18
1
-2
/
+3
*
qemu-nbd: fork() can fail
Max Reitz
2015-03-18
1
-1
/
+3
*
nbd: Handle blk_getlength() failure
Max Reitz
2015-03-18
1
-1
/
+9
*
qemu-nbd: Detect unused partitions by system == 0
Max Reitz
2015-03-18
1
-2
/
+4
*
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into...
Peter Maydell
2015-02-26
1
-8
/
+4
|
\
|
*
error: Use error_report_err() where appropriate
Markus Armbruster
2015-02-18
1
-8
/
+4
*
|
qemu-nbd: Use blk_new_open() in main()
Max Reitz
2015-02-16
1
-16
/
+9
|
/
*
nbd: Improve error messages
Max Reitz
2015-02-06
1
-1
/
+6
*
qemu-nbd: Use BlockBackend where reasonable
Max Reitz
2014-12-10
1
-5
/
+5
*
nbd: Change external interface to BlockBackend
Max Reitz
2014-12-10
1
-1
/
+1
*
block: Make BlockBackend own its BlockDriverState
Markus Armbruster
2014-10-20
1
-1
/
+0
*
block: Connect BlockBackend to BlockDriverState
Markus Armbruster
2014-10-20
1
-2
/
+2
*
block: New BlockBackend
Markus Armbruster
2014-10-20
1
-1
/
+4
*
block: Split bdrv_new_root() off bdrv_new()
Markus Armbruster
2014-10-20
1
-1
/
+1
*
block: Drop superfluous conditionals around qemu_opts_del()
Markus Armbruster
2014-10-03
1
-3
/
+1
*
qemu-nbd: Destroy the BlockDriverState properly
Markus Armbruster
2014-09-25
1
-1
/
+1
*
async: aio_context_new(): Handle event_notifier_init failure
Chrysostomos Nanakos
2014-09-22
1
-1
/
+5
*
qemu-nbd: fix indentation and coding style
Peter Lieven
2014-09-08
1
-36
/
+39
[next]