qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/3] RFC: 9pfs-proxy: simplify/cleanup
@ 2015-03-06 21:43 Michael Tokarev
  2015-03-06 21:43 ` [Qemu-devel] [PATCH 1/3] 9pfs-proxy: simplify error handling Michael Tokarev
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: Michael Tokarev @ 2015-03-06 21:43 UTC (permalink / raw)
  To: Aneesh Kumar K.V; +Cc: Michael Tokarev, qemu-devel

Try to make the code a bit less ugly.  First by moving
errno = -retval to a common place, and second by simplifying
common place a lot.  What's left is v9fs_receive_response().

V3: merge several small patches into larger ones,
    drop trivial stuff

Michael Tokarev (3):
  9pfs-proxy: simplify error handling
  fsdev: introduce v9fs_vmarshal() and v9fs_vunmarshal()
  9pfs-proxy: remove one half of redundrand code

 fsdev/virtio-9p-marshal.c |  38 +++--
 fsdev/virtio-9p-marshal.h |   6 +
 hw/9pfs/virtio-9p-proxy.c | 405 +++++-----------------------------------------
 3 files changed, 77 insertions(+), 372 deletions(-)

-- 
2.1.4

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2015-03-11 20:08 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-06 21:43 [Qemu-devel] [PATCH v3 0/3] RFC: 9pfs-proxy: simplify/cleanup Michael Tokarev
2015-03-06 21:43 ` [Qemu-devel] [PATCH 1/3] 9pfs-proxy: simplify error handling Michael Tokarev
2015-03-07 20:37   ` Eric Blake
2015-03-07 22:10     ` Michael Tokarev
2015-03-07 22:11       ` Michael Tokarev
2015-03-08 16:27       ` Aneesh Kumar K.V
2015-03-10  4:23         ` Michael Tokarev
2015-03-10 17:41           ` Aneesh Kumar K.V
2015-03-11  5:58             ` Michael Tokarev
2015-03-11  8:46               ` Aneesh Kumar K.V
2015-03-11 20:05                 ` Michael Tokarev
2015-03-11 20:08                   ` Michael Tokarev
2015-03-08 16:21   ` Aneesh Kumar K.V
2015-03-06 21:43 ` [Qemu-devel] [PATCH 2/3] fsdev: introduce v9fs_vmarshal() and v9fs_vunmarshal() Michael Tokarev
2015-03-06 21:43 ` [Qemu-devel] [PATCH 3/3] 9pfs-proxy: remove one half of redundrand code Michael Tokarev
2015-03-06 21:46   ` Michael Tokarev
2015-03-07 20:39   ` Eric Blake
2015-03-10  4:49 ` [Qemu-devel] [PATCH v3 0/3] RFC: 9pfs-proxy: simplify/cleanup Michael Tokarev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).