qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/5] 9pfs-proxy simplification/cleanup


From: Michael Tokarev
Subject: [Qemu-devel] [PATCH 0/5] 9pfs-proxy simplification/cleanup
Date: Fri, 6 Mar 2015 12:23:46 +0300

This small patch series cleans up 9pfs-proxy.c code a little bit,
mostly by moving the same code repeated in all places to a single
place, and tiny cleanups to make the code more consistent.

Michael Tokarev (5):
  9pfs-proxy: simplify v9fs_request(), P1
  9pfs-proxy: simplify v9fs_request(), P2
  9pfs-proxy: simplify error handling
  9pfs-proxy: rename a few local variables for consistency
  9pfs-proxy: tiny cleanups in proxy_pwritev and proxy_preadv

 hw/9pfs/virtio-9p-proxy.c | 233 ++++++++--------------------------------------
 1 file changed, 41 insertions(+), 192 deletions(-)

-- 
2.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]