index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qemu-nbd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-02-09
1
-1
/
+1
*
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
2018-02-09
1
-0
/
+1
*
blockdev: convert qemu-nbd server to QIONetListener
Daniel P. Berrange
2017-12-21
1
-37
/
+24
*
qapi: Change data type of the FOO_lookup generated for enum FOO
Marc-André Lureau
2017-09-04
1
-1
/
+1
*
qapi: Generate FOO_str() macro for QAPI enum FOO
Markus Armbruster
2017-09-04
1
-1
/
+0
*
qapi: Drop superfluous qapi_enum_parse() parameter max
Markus Armbruster
2017-09-04
1
-1
/
+0
*
maint: Include bug-reporting info in --help output
Eric Blake
2017-08-08
1
-1
/
+1
*
maint: Reorder include directives for qemu-{nbd, io}
Eric Blake
2017-07-24
1
-4
/
+4
*
qemu-nbd: Update version string
Eric Blake
2017-07-24
1
-2
/
+3
*
nbd: Implement NBD_INFO_BLOCK_SIZE on client
Eric Blake
2017-07-14
1
-1
/
+1
*
nbd: Create struct for tracking export info
Eric Blake
2017-07-14
1
-6
/
+4
*
qemu-nbd: Ignore SIGPIPE
Max Reitz
2017-06-15
1
-0
/
+4
*
nbd: Fix regression on resiliency to port scan
Eric Blake
2017-06-15
1
-2
/
+2
*
nbd: Fully initialize client in case of failed negotiation
Eric Blake
2017-06-07
1
-1
/
+1
*
nbd/client.c: use errp instead of LOG
Vladimir Sementsov-Ogievskiy
2017-06-06
1
-1
/
+2
*
sockets: Limit SocketAddressLegacy to external interfaces
Markus Armbruster
2017-05-09
1
-9
/
+8
*
sockets: Rename SocketAddress to SocketAddressLegacy
Markus Armbruster
2017-05-09
1
-6
/
+6
*
qobject: Use simpler QDict/QList scalar insertion macros
Eric Blake
2017-05-09
1
-1
/
+1
*
qemu-ga: obey LISTEN_PID when using systemd socket activation
Paolo Bonzini
2017-03-19
1
-92
/
+8
*
qemu-nbd: Implement socket activation.
Richard W.M. Jones
2017-02-16
1
-9
/
+163
*
nbd: Add qemu-nbd -D for human-readable description
Eric Blake
2016-11-02
1
-1
/
+11
*
qemu-nbd: Add --fork option
Max Reitz
2016-10-24
1
-1
/
+16
*
trace: provide mechanism for registering trace events
Daniel P. Berrange
2016-10-12
1
-0
/
+1
*
qemu-nbd: Shrink image size by specified offset
Tomáš Golembiovský
2016-10-06
1
-0
/
+8
*
nbd-server: Use a separate BlockBackend
Kevin Wolf
2016-09-05
1
-2
/
+2
*
nbd: Limit nbdflags to 16 bits
Eric Blake
2016-08-03
1
-2
/
+2
*
trace: enable tracing in qemu-nbd
Denis V. Lunev
2016-06-28
1
-1
/
+18
*
nbd: Don't use *_to_cpup() functions
Peter Maydell
2016-06-16
1
-2
/
+2
*
Use &error_fatal when initializing crypto on qemu-{img,io,nbd}
Eduardo Habkost
2016-05-20
1
-4
/
+1
*
qemu-common: stop including qemu/bswap.h from qemu-common.h
Paolo Bonzini
2016-05-19
1
-0
/
+1
*
nbd: Switch to byte-based block access
Eric Blake
2016-05-12
1
-4
/
+9
*
qom: -object error messages lost location, restore it
Markus Armbruster
2016-04-28
1
-2
/
+1
*
nbd: fix assert() on qemu-nbd stop
Pavel Butsykin
2016-04-15
1
-1
/
+1
*
block: initialize qcrypto API at startup
Daniel P. Berrange
2016-04-12
1
-0
/
+7
*
qemu-nbd: Document -x option
Eric Blake
2016-04-08
1
-0
/
+1
*
qemu-nbd: Call blk_set_enable_write_cache() explicitly
Kevin Wolf
2016-03-30
1
-1
/
+4
*
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
1
-0
/
+1
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
1
-0
/
+1
*
qapi: Don't special-case simple union wrappers
Eric Blake
2016-03-18
1
-3
/
+3
*
blockdev: Split monitor reference from BB creation
Max Reitz
2016-03-17
1
-2
/
+2
*
util: Shorten references into SocketAddress
Eric Blake
2016-03-05
1
-4
/
+5
*
all: Clean up includes
Peter Maydell
2016-02-23
1
-2
/
+0
*
qemu-nbd: use no_argument/required_argument constants
Daniel P. Berrange
2016-02-22
1
-25
/
+26
*
qemu-nbd: don't overlap long option values with short options
Daniel P. Berrange
2016-02-22
1
-7
/
+7
*
qemu-nbd: allow specifying image as a set of options args
Daniel P. Berrange
2016-02-22
1
-5
/
+38
*
nbd: enable use of TLS with qemu-nbd server
Daniel P. Berrange
2016-02-16
1
-1
/
+61
*
nbd: implement TLS support in the protocol negotiation
Daniel P. Berrange
2016-02-16
1
-1
/
+3
*
nbd: allow setting of an export name for qemu-nbd server
Daniel P. Berrange
2016-02-16
1
-2
/
+12
*
nbd: convert to using I/O channels for actual socket I/O
Daniel P. Berrange
2016-02-16
1
-7
/
+3
*
nbd: convert qemu-nbd server to use I/O channels for connection setup
Daniel P. Berrange
2016-02-16
1
-38
/
+53
[next]