qemu-devel
[Top][All Lists]
Advanced

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

[PULL 0/5] 9p patches 2020-01-20


From: Greg Kurz
Subject: [PULL 0/5] 9p patches 2020-01-20
Date: Mon, 20 Jan 2020 18:06:35 +0100

The following changes since commit 43d1455cf84283466e5c22a217db5ef4b8197b14:

  qapi: Fix code generation with Python 3.5 (2020-01-20 12:17:38 +0000)

are available in the Git repository at:

  https://github.com/gkurz/qemu.git tags/9p-next-2020-01-20

for you to fetch changes up to b858e80a02ca64b9208499155f4dab4ef298b523:

  9pfs/9p.c: remove unneeded labels (2020-01-20 15:11:39 +0100)

----------------------------------------------------------------
Assorted fixes and cleanups.
v2: - fix 32-bit build

----------------------------------------------------------------
Daniel Henrique Barboza (3):
      9p: local: always return -1 on error in local_unlinkat_common
      virtfs-proxy-helper.c: remove 'err_out' label in setugid()
      9pfs/9p.c: remove unneeded labels

Greg Kurz (1):
      9p: init_in_iov_from_pdu can truncate the size

Jiajun Chen (1):
      9pfs: local: Fix possible memory leak in local_link()

 fsdev/virtfs-proxy-helper.c |  4 +---
 hw/9pfs/9p-local.c          | 16 +++++++---------
 hw/9pfs/9p.c                | 42 +++++++++++++++++++++++++-----------------
 hw/9pfs/9p.h                |  2 +-
 hw/9pfs/virtio-9p-device.c  | 11 +++++++----
 hw/9pfs/xen-9p-backend.c    | 13 ++++++++-----
 6 files changed, 49 insertions(+), 39 deletions(-)
-- 
2.21.1




reply via email to

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