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
*
qemu-nbd: Use user_creatable_process_cmdline() for --object
Kevin Wolf
2021-03-19
1
-31
/
+3
*
qemu-nbd: Permit --shared=0 for unlimited clients
Eric Blake
2021-02-12
1
-3
/
+3
*
qemu-nbd: Use SOMAXCONN for socket listen() backlog
Eric Blake
2021-02-12
1
-1
/
+9
*
block: move blk_exp_close_all() to qemu_cleanup()
Sergio Lopez
2021-02-02
1
-0
/
+1
*
qemu-nbd: Fix a memleak in nbd_client_thread()
Alex Chen
2021-01-20
1
-23
/
+17
*
qemu-nbd: Fix a memleak in qemu_nbd_client_list()
Alex Chen
2021-01-20
1
-1
/
+1
*
trace: remove argument from trace_init_file
Paolo Bonzini
2020-11-11
1
-4
/
+2
*
nbd: Add 'qemu-nbd -A' to expose allocation depth
Eric Blake
2020-10-30
1
-2
/
+10
*
nbd: Update qapi to support exporting multiple bitmaps
Eric Blake
2020-10-30
1
-9
/
+9
*
block: move block exports to libblockdev
Stefan Hajnoczi
2020-10-23
1
-13
/
+8
*
qemu-nbd: Honor SIGINT and SIGHUP
Eric Blake
2020-10-09
1
-7
/
+8
*
block/export: Move writable to BlockExportOptions
Kevin Wolf
2020-10-02
1
-2
/
+2
*
block/export: Add 'id' option to block-export-add
Kevin Wolf
2020-10-02
1
-0
/
+1
*
block/export: Add blk_exp_close_all(_type)
Kevin Wolf
2020-10-02
1
-1
/
+1
*
block/export: Add node-name to BlockExportOptions
Kevin Wolf
2020-10-02
1
-1
/
+1
*
qemu-nbd: Use blk_exp_add() to create the export
Kevin Wolf
2020-10-02
1
-6
/
+22
*
nbd: Remove NBDExport.close callback
Kevin Wolf
2020-10-02
1
-10
/
+4
*
block/export: Remove magic from block-export-add
Kevin Wolf
2020-10-02
1
-2
/
+1
*
qemu-nbd: Use raw block driver for --offset
Kevin Wolf
2020-10-02
1
-15
/
+12
*
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
2020-09-23
1
-1
/
+1
*
nbd: disable signals and forking on Windows builds
Daniel P. Berrangé
2020-09-02
1
-0
/
+5
*
nbd: skip SIGTERM handler if NBD device support is not built
Daniel P. Berrangé
2020-09-02
1
-1
/
+4
*
block: add missing socket_init() calls to tools
Daniel P. Berrangé
2020-09-02
1
-0
/
+1
*
error: Use error_reportf_err() where appropriate
Markus Armbruster
2020-05-27
1
-4
/
+3
*
qemu-nbd: Close inherited stderr
Raphael Pour
2020-05-18
1
-1
/
+5
*
qemu-nbd: Removed deprecated --partition option
Eric Blake
2020-02-06
1
-131
/
+2
*
qemu-nbd: adds option for aio engines
Aarushi Mehta
2020-01-30
1
-8
/
+4
*
nbd: Don't send oversize strings
Eric Blake
2019-11-18
1
-0
/
+9
*
qemu-nbd: Support help options for --object
Kevin Wolf
2019-10-14
1
-1
/
+8
*
nbd: Prepare for NBD_CMD_FLAG_FAST_ZERO
Eric Blake
2019-09-05
1
-0
/
+1
*
nbd: Improve per-export flag handling in server
Eric Blake
2019-09-05
1
-3
/
+3
*
nbd: Advertise multi-conn for shared read-only connections
Eric Blake
2019-09-05
1
-1
/
+1
*
socket: Add num connections to qio_net_listener_open_sync()
Juan Quintela
2019-09-03
1
-1
/
+1
*
block/nbd: use non-blocking io channel for nbd negotiation
Vladimir Sementsov-Ogievskiy
2019-08-15
1
-1
/
+1
*
qemu-nbd: Do not close stderr
Max Reitz
2019-06-13
1
-1
/
+2
*
qemu-nbd: Add --pid-file option
Max Reitz
2019-06-13
1
-0
/
+11
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
1
-0
/
+1
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-1
/
+1
*
qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h
Markus Armbruster
2019-06-11
1
-0
/
+1
*
qemu-nbd: Look up flag names in array
Max Reitz
2019-05-07
1
-29
/
+17
*
log: Make glib logging go through QEMU
Christophe Fergeau
2019-04-17
1
-1
/
+1
*
qemu-nbd: add support for authorization of TLS clients
Daniel P. Berrange
2019-03-06
1
-1
/
+18
*
qemu-nbd: Deprecate qemu-nbd --partition
Eric Blake
2019-02-04
1
-0
/
+2
*
qemu-nbd: Add --list option
Eric Blake
2019-01-21
1
-13
/
+142
*
nbd/client: Move export name into NBDExportInfo
Eric Blake
2019-01-21
1
-2
/
+4
*
qemu-nbd: Avoid strtol open-coding
Eric Blake
2019-01-21
1
-19
/
+9
*
nbd/server: Favor [u]int64_t over off_t
Eric Blake
2019-01-21
1
-18
/
+11
*
qemu-nbd: Sanity check partition bounds
Eric Blake
2019-01-21
1
-1
/
+21
*
qemu-nbd: Add --bitmap=NAME option
Eric Blake
2019-01-14
1
-2
/
+8
*
nbd: Merge nbd_export_bitmap into nbd_export_new
Eric Blake
2019-01-14
1
-2
/
+3
[next]