[Qemu-devel] [PATCH 0/5] 9pfs/fsdev: trivial code cleanups

Greg Kurz posted 5 patches 6 years, 4 months ago
fsdev/file-op-9p.h         |   32 +++++++++++------------
hw/9pfs/9p-handle.c        |   48 +++++++++++++++++-----------------
hw/9pfs/9p-xattr.h         |    5 +---
hw/9pfs/9p.c               |    6 ++--
hw/9pfs/9p.h               |   12 ++++-----
hw/9pfs/virtio-9p-device.c |   62 +++++++++++++++++++++-----------------------
hw/9pfs/xen-9p-backend.c   |    2 +
7 files changed, 81 insertions(+), 86 deletions(-)
[Qemu-devel] [PATCH 0/5] 9pfs/fsdev: trivial code cleanups
Posted by Greg Kurz 6 years, 4 months ago
This series just do some cleanup to comply with the QEMU coding style.
No functional change.

--
Greg

---

Greg Kurz (5):
      virtio-9p: move unrealize/realize after virtio_9p_transport definition
      9pfs: fix XattrOperations typedef
      fsdev: fix some type definitions
      9pfs: fix some type definitions
      9pfs: handle: fix type definition


 fsdev/file-op-9p.h         |   32 +++++++++++------------
 hw/9pfs/9p-handle.c        |   48 +++++++++++++++++-----------------
 hw/9pfs/9p-xattr.h         |    5 +---
 hw/9pfs/9p.c               |    6 ++--
 hw/9pfs/9p.h               |   12 ++++-----
 hw/9pfs/virtio-9p-device.c |   62 +++++++++++++++++++++-----------------------
 hw/9pfs/xen-9p-backend.c   |    2 +
 7 files changed, 81 insertions(+), 86 deletions(-)