qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/3] 9pfs: update some function declarations


From: Greg Kurz
Subject: [Qemu-devel] [PATCH 0/3] 9pfs: update some function declarations
Date: Sun, 02 Oct 2016 18:06:01 +0200
User-agent: StGit/0.17.1-dirty

This series drops useless extern annotations and adds some coroutine_fn in the
9pfs and fsdev code.

It does not change any functionality. 

---

Greg Kurz (3):
      9pfs: fsdev: drop useless extern annotation for functions
      9pfs: use coroutine_fn annotation in hw/9pfs/co*.[ch]
      9pfs: use coroutine_fn annotation in hw/9pfs/9p.[ch]


 fsdev/9p-marshal.h  |    6 +--
 hw/9pfs/9p-synth.h  |   10 ++--
 hw/9pfs/9p.c        |  117 +++++++++++++++++++++++++++------------------------
 hw/9pfs/9p.h        |   18 ++++----
 hw/9pfs/codir.c     |   17 ++++---
 hw/9pfs/cofile.c    |   32 +++++++-------
 hw/9pfs/cofs.c      |   43 +++++++++++--------
 hw/9pfs/coth.h      |   95 +++++++++++++++++++++--------------------
 hw/9pfs/coxattr.c   |   19 ++++----
 hw/9pfs/virtio-9p.h |    2 -
 10 files changed, 189 insertions(+), 170 deletions(-)

--
Greg




reply via email to

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