From: Greg Kurz <groug@kaod.org>
To: qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>, Greg Kurz <groug@kaod.org>
Subject: [Qemu-devel] [PULL 0/3] 9p patches 2018-12-13
Date: Thu, 13 Dec 2018 10:03:40 +0100 [thread overview]
Message-ID: <20181213090343.1137475-1-groug@kaod.org> (raw)
The following changes since commit bb9bf94b3e8926553290bc9a7cb84315af422086:
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request' into staging (2018-12-11 19:18:58 +0000)
are available in the Git repository at:
https://github.com/gkurz/qemu.git tags/for-upstream
for you to fetch changes up to 93aee84f575d46699f49af3c96194012527e0b22:
9p: remove support for the "handle" backend (2018-12-12 14:18:10 +0100)
----------------------------------------------------------------
Most notable change in this PR is the full removal of the "handle" fsdev
backend.
----------------------------------------------------------------
Greg Kurz (3):
9p: use g_new(T, n) instead of g_malloc(sizeof(T) * n)
xen/9pfs: use g_new(T, n) instead of g_malloc(sizeof(T) * n)
9p: remove support for the "handle" backend
fsdev/qemu-fsdev.c | 3 -
hw/9pfs/9p-handle.c | 710 -----------------------------------------------
hw/9pfs/9p.c | 4 +-
hw/9pfs/Makefile.objs | 1 -
hw/9pfs/xen-9p-backend.c | 6 +-
qemu-deprecated.texi | 8 -
qemu-options.hx | 8 +-
7 files changed, 9 insertions(+), 731 deletions(-)
delete mode 100644 hw/9pfs/9p-handle.c
--
2.17.2
next reply other threads:[~2018-12-13 9:04 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-13 9:03 Greg Kurz [this message]
2018-12-13 9:03 ` [Qemu-devel] [PULL 1/3] 9p: use g_new(T, n) instead of g_malloc(sizeof(T) * n) Greg Kurz
2018-12-13 9:03 ` [Qemu-devel] [PULL 2/3] xen/9pfs: " Greg Kurz
2018-12-13 9:03 ` [Qemu-devel] [PULL 3/3] 9p: remove support for the "handle" backend Greg Kurz
2018-12-13 11:20 ` [Qemu-devel] [PULL 0/3] 9p patches 2018-12-13 no-reply
2018-12-13 12:04 ` Greg Kurz
2018-12-14 19:12 ` Peter Maydell
2018-12-15 18:44 ` Greg Kurz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181213090343.1137475-1-groug@kaod.org \
--to=groug@kaod.org \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).