From: Paul Durrant <paul.durrant@citrix.com>
To: xen-devel@lists.xenproject.org, qemu-block@nongnu.org,
qemu-devel@nongnu.org
Cc: Paul Durrant <paul.durrant@citrix.com>,
Anthony Perard <anthony.perard@citrix.com>,
Gerd Hoffmann <kraxel@redhat.com>, Greg Kurz <groug@kaod.org>,
Jason Wang <jasowang@redhat.com>, Kevin Wolf <kwolf@redhat.com>,
Max Reitz <mreitz@redhat.com>,
Paolo Bonzini <pbonzini@redhat.com>,
Stefano Stabellini <sstabellini@kernel.org>
Subject: [Qemu-devel] [PATCH v4 0/9] xen_disk: legacy code removal and cleanup
Date: Thu, 17 May 2018 16:35:49 +0100 [thread overview]
Message-ID: <1526571358-26685-1-git-send-email-paul.durrant@citrix.com> (raw)
The grant copy operation was added to libxengnttab in Xen 4.8.0 (released
nearly 18 months ago) but the xen_disk PV backend QEMU is still carrying
a significant amount of code purely to remain compatible with older
versions of Xen.
As can be inferred from the diff stats below, removing this support for
older versions of Xen from QEMU reduces the size of the xen_disk source by
around 320 lines (~25%).
This versionseries maintains compatibility with older Xen, and OS
not supporting the grant copy operation, by adding an emulation of it
into the xen_backend code. Thus xen_disk can be simplified without
regressing support for any environment. This series also performs
general cleanup of the code by introducing and consistently using
helper functions for calling into libxenttab.
v4:
- Added new patch #1 to negate the need for #ifdef exclusions in xen_disk
thus allowing the patch #2 (previous patch #1) to remain unmodified
from v3 but still compile against Xen 4.7.
Paul Durrant (9):
xen: add a meaningful declaration of grant_copy_segment into
xen_common.h
xen_backend: add grant table helpers
xen_disk: remove open-coded use of libxengnttab
xen: remove other open-coded use of libxengnttab
xen_backend: add an emulation of grant copy
xen_disk: remove use of grant map/unmap
xen_backend: make the xen_feature_grant_copy flag private
xen_disk: use a single entry iovec
xen_disk: be consistent with use of xendev and blkdev->xendev
hw/9pfs/xen-9p-backend.c | 32 ++-
hw/block/xen_disk.c | 614 +++++++------------------------------------
hw/char/xen_console.c | 9 +-
hw/net/xen_nic.c | 33 +--
hw/usb/xen-usb.c | 37 ++-
hw/xen/xen_backend.c | 178 ++++++++++++-
include/hw/xen/xen_backend.h | 34 ++-
include/hw/xen/xen_common.h | 17 +-
8 files changed, 365 insertions(+), 589 deletions(-)
---
Cc: Anthony Perard <anthony.perard@citrix.com>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: Greg Kurz <groug@kaod.org>
Cc: Jason Wang <jasowang@redhat.com>
Cc: Kevin Wolf <kwolf@redhat.com>
Cc: Max Reitz <mreitz@redhat.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Stefano Stabellini <sstabellini@kernel.org>
--
2.1.4
next reply other threads:[~2018-05-17 15:36 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-17 15:35 Paul Durrant [this message]
2018-05-17 15:35 ` [Qemu-devel] [PATCH v4 1/9] xen: add a meaningful declaration of grant_copy_segment into xen_common.h Paul Durrant
2018-05-18 10:37 ` Anthony PERARD
2018-05-17 15:35 ` [Qemu-devel] [PATCH v4 2/9] xen_backend: add grant table helpers Paul Durrant
2018-05-18 10:42 ` Anthony PERARD
2018-05-17 15:35 ` [Qemu-devel] [PATCH v4 3/9] xen_disk: remove open-coded use of libxengnttab Paul Durrant
2018-05-17 15:35 ` [Qemu-devel] [PATCH v4 4/9] xen: remove other " Paul Durrant
2018-05-17 15:35 ` [Qemu-devel] [PATCH v4 5/9] xen_backend: add an emulation of grant copy Paul Durrant
2018-05-18 10:44 ` Anthony PERARD
2018-05-17 15:35 ` [Qemu-devel] [PATCH v4 6/9] xen_disk: remove use of grant map/unmap Paul Durrant
2018-05-17 15:35 ` [Qemu-devel] [PATCH v4 7/9] xen_backend: make the xen_feature_grant_copy flag private Paul Durrant
2018-05-17 15:35 ` [Qemu-devel] [PATCH v4 8/9] xen_disk: use a single entry iovec Paul Durrant
2018-05-17 15:35 ` [Qemu-devel] [PATCH v4 9/9] xen_disk: be consistent with use of xendev and blkdev->xendev Paul Durrant
2018-05-17 15:37 ` Paul Durrant
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=1526571358-26685-1-git-send-email-paul.durrant@citrix.com \
--to=paul.durrant@citrix.com \
--cc=anthony.perard@citrix.com \
--cc=groug@kaod.org \
--cc=jasowang@redhat.com \
--cc=kraxel@redhat.com \
--cc=kwolf@redhat.com \
--cc=mreitz@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=sstabellini@kernel.org \
--cc=xen-devel@lists.xenproject.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).