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
/
nbd
Commit message (
Expand
)
Author
Age
Files
Lines
*
nbd: Don't kill server on client that doesn't request TLS
Eric Blake
2019-11-29
1
-2
/
+13
*
nbd: Don't fail handshake on NBD_OPT_LIST descriptions
Eric Blake
2019-11-29
1
-2
/
+21
*
nbd: do not hang nbd_wr_syncv if outside a coroutine and no available data
Paolo Bonzini
2019-11-29
1
-1
/
+4
*
nbd: Don't kill server when client requests unknown option
Eric Blake
2019-11-29
1
-1
/
+4
*
nbd: Fix NBD unsupported options
Alex Bligh
2019-11-29
1
-10
/
+45
*
nbd: Improve debug traces on little-endian
Eric Blake
2019-11-29
2
-6
/
+7
*
nbd: Avoid bitrot in TRACE() usage
Eric Blake
2019-11-29
1
-6
/
+9
*
nbd: Return correct error for write to read-only export
Eric Blake
2019-11-29
1
-0
/
+1
*
nbd: Fix poor debug message
Eric Blake
2019-11-29
1
-1
/
+1
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2019-11-29
3
-0
/
+3
*
all: Clean up includes
Peter Maydell
2019-11-29
1
-4
/
+0
*
nbd: implement TLS support in the protocol negotiation
Daniel P. Berrange
2019-11-29
4
-8
/
+275
*
nbd: use "" as a default export name if none provided
Daniel P. Berrange
2019-11-29
2
-2
/
+3
*
nbd: always query export list in fixed new style protocol
Daniel P. Berrange
2019-11-29
2
-3
/
+194
*
nbd: make client request fixed new style if advertised
Daniel P. Berrange
2019-11-29
1
-10
/
+17
*
nbd: make server compliant with fixed newstyle spec
Daniel P. Berrange
2019-11-29
1
-23
/
+46
*
nbd: invert client logic for negotiating protocol version
Daniel P. Berrange
2019-11-29
1
-31
/
+29
*
nbd: convert to using I/O channels for actual socket I/O
Daniel P. Berrange
2019-11-29
4
-124
/
+152
*
nbd: avoid unaligned uint64_t store
John Snow
2019-11-29
1
-10
/
+10
*
all: Clean up includes
Peter Maydell
2019-11-29
3
-0
/
+3
*
nbd: Switch from close to eject notifier
Max Reitz
2019-11-29
1
-0
/
+13
*
nbd: client_close on error in nbd_co_client_start
Max Reitz
2019-11-29
1
-2
/
+1
*
nbd: add missed aio_context_acquire in nbd_export_new
Denis V. Lunev
2019-11-29
1
-0
/
+2
*
block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVE
Kevin Wolf
2019-11-29
1
-1
/
+1
*
nbd-server: do not exit on failed memory allocation
Paolo Bonzini
2019-11-29
1
-1
/
+5
*
nbd-server: do not check request length except for reads and writes
Paolo Bonzini
2019-11-29
1
-7
/
+7
*
nbd-server: Coroutine based negotiation
Fam Zheng
2019-11-29
1
-47
/
+103
*
nbd: Split nbd.c
Fam Zheng
2019-11-29
5
-0
/
+1591