index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qemu-nbd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-02
nbd: disable signals and forking on Windows builds
Daniel P. Berrangé
1
-0
/
+5
2020-09-02
nbd: skip SIGTERM handler if NBD device support is not built
Daniel P. Berrangé
1
-1
/
+4
2020-09-02
block: add missing socket_init() calls to tools
Daniel P. Berrangé
1
-0
/
+1
2020-05-27
error: Use error_reportf_err() where appropriate
Markus Armbruster
1
-4
/
+3
2020-05-18
qemu-nbd: Close inherited stderr
Raphael Pour
1
-1
/
+5
2020-02-05
qemu-nbd: Removed deprecated --partition option
Eric Blake
1
-131
/
+2
2020-01-30
qemu-nbd: adds option for aio engines
Aarushi Mehta
1
-8
/
+4
2019-11-18
nbd: Don't send oversize strings
Eric Blake
1
-0
/
+9
2019-10-14
qemu-nbd: Support help options for --object
Kevin Wolf
1
-1
/
+8
2019-09-05
nbd: Prepare for NBD_CMD_FLAG_FAST_ZERO
Eric Blake
1
-0
/
+1
2019-09-05
nbd: Improve per-export flag handling in server
Eric Blake
1
-3
/
+3
2019-09-05
nbd: Advertise multi-conn for shared read-only connections
Eric Blake
1
-1
/
+1
2019-09-03
socket: Add num connections to qio_net_listener_open_sync()
Juan Quintela
1
-1
/
+1
2019-08-15
block/nbd: use non-blocking io channel for nbd negotiation
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2019-06-13
qemu-nbd: Do not close stderr
Max Reitz
1
-1
/
+2
2019-06-13
qemu-nbd: Add --pid-file option
Max Reitz
1
-0
/
+11
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
1
-0
/
+1
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-1
/
+1
2019-06-11
qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h
Markus Armbruster
1
-0
/
+1
2019-05-07
qemu-nbd: Look up flag names in array
Max Reitz
1
-29
/
+17
2019-04-17
log: Make glib logging go through QEMU
Christophe Fergeau
1
-1
/
+1
2019-03-06
qemu-nbd: add support for authorization of TLS clients
Daniel P. Berrange
1
-1
/
+18
2019-02-04
qemu-nbd: Deprecate qemu-nbd --partition
Eric Blake
1
-0
/
+2
2019-01-21
qemu-nbd: Add --list option
Eric Blake
1
-13
/
+142
2019-01-21
nbd/client: Move export name into NBDExportInfo
Eric Blake
1
-2
/
+4
2019-01-21
qemu-nbd: Avoid strtol open-coding
Eric Blake
1
-19
/
+9
2019-01-21
nbd/server: Favor [u]int64_t over off_t
Eric Blake
1
-18
/
+11
2019-01-21
qemu-nbd: Sanity check partition bounds
Eric Blake
1
-1
/
+21
2019-01-14
qemu-nbd: Add --bitmap=NAME option
Eric Blake
1
-2
/
+8
2019-01-14
nbd: Merge nbd_export_bitmap into nbd_export_new
Eric Blake
1
-2
/
+3
2019-01-14
nbd: Merge nbd_export_set_name into nbd_export_new
Eric Blake
1
-5
/
+3
2019-01-14
qemu-nbd: Rename 'exp' variable clashing with math::exp() symbol
Philippe Mathieu-Daudé
1
-9
/
+10
2019-01-05
qemu-nbd: Fail earlier for -c/-d on non-linux
Eric Blake
1
-2
/
+19
2019-01-04
qemu-nbd: Use program name in error messages
Eric Blake
1
-0
/
+1
2018-10-19
qom: Clean up error reporting in user_creatable_add_opts_foreach()
Markus Armbruster
1
-5
/
+3
2018-10-19
Use error_fatal to simplify obvious fatal errors (again)
Markus Armbruster
1
-5
/
+1
2018-10-03
nbd/server: drop old-style negotiation
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2018-10-03
qemu-nbd: drop old-style negotiation
Vladimir Sementsov-Ogievskiy
1
-19
/
+6
2018-10-03
qemu-nbd: Document --tls-creds
Eric Blake
1
-0
/
+1
2018-05-23
block: Cancel job in bdrv_close_all() callers
Kevin Wolf
1
-1
/
+7
2018-03-12
Polish the version strings containing the package version
Thomas Huth
1
-1
/
+1
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
1
-1
/
+1
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
1
-0
/
+1
2017-12-21
blockdev: convert qemu-nbd server to QIONetListener
Daniel P. Berrange
1
-37
/
+24
2017-09-04
qapi: Change data type of the FOO_lookup generated for enum FOO
Marc-André Lureau
1
-1
/
+1
2017-09-04
qapi: Generate FOO_str() macro for QAPI enum FOO
Markus Armbruster
1
-1
/
+0
2017-09-04
qapi: Drop superfluous qapi_enum_parse() parameter max
Markus Armbruster
1
-1
/
+0
2017-08-08
maint: Include bug-reporting info in --help output
Eric Blake
1
-1
/
+1
2017-07-24
maint: Reorder include directives for qemu-{nbd, io}
Eric Blake
1
-4
/
+4
2017-07-24
qemu-nbd: Update version string
Eric Blake
1
-2
/
+3
[next]