2016-01-11 18:50:28 +00:00
|
|
|
From 4b562134c3dad1a84aa92c1658e72046569e1570 Mon Sep 17 00:00:00 2001
|
|
|
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
|
|
|
Date: Mon, 11 Jan 2016 15:34:57 +0000
|
2016-01-11 19:56:42 +00:00
|
|
|
Subject: [PATCH 2/5] Update TODO.
|
2016-01-11 18:50:28 +00:00
|
|
|
|
|
|
|
---
|
|
|
|
TODO | 5 +++++
|
|
|
|
1 file changed, 5 insertions(+)
|
|
|
|
|
|
|
|
diff --git a/TODO b/TODO
|
|
|
|
index bcf2276..a05aa5b 100644
|
|
|
|
--- a/TODO
|
|
|
|
+++ b/TODO
|
|
|
|
@@ -1,6 +1,8 @@
|
|
|
|
* There is a proposal to narrow the range of possible errnos that the
|
|
|
|
server can return, and also to encode them in an OS-independent way.
|
|
|
|
See: http://article.gmane.org/gmane.linux.drivers.nbd.general/3154
|
|
|
|
+ Implemented in QEMU already:
|
|
|
|
+ http://git.qemu.org/?p=qemu.git;a=commitdiff;h=ca4414804114fd0095b317785bc0b51862e62ebb
|
|
|
|
|
|
|
|
* Can we do language bindings using #!'s?
|
|
|
|
You would enter:
|
|
|
|
@@ -25,6 +27,9 @@
|
|
|
|
default that accepts all exportnames, or to divide the export name
|
|
|
|
"space" up using regexps or wildcards.
|
|
|
|
|
|
|
|
+ Annoyingly nbd-client dropped support for the oldstyle protocol (see
|
|
|
|
+ https://bugzilla.redhat.com/1297100).
|
|
|
|
+
|
|
|
|
* Implement true parallel request handling. Currently
|
|
|
|
NBDKIT_THREAD_MODEL_SERIALIZE_REQUESTS and
|
|
|
|
NBDKIT_THREAD_MODEL_PARALLEL are the same, because we handle
|
|
|
|
--
|
|
|
|
2.5.0
|
|
|
|
|