All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@web.de>
To: qemu-devel@nongnu.org, Alexander Graf <agraf@suse.de>
Cc: Anthony PERARD <anthony.perard@citrix.com>,
	xen-devel <xen-devel@lists.xensource.com>,
	Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Subject: [Qemu-devel] [PATCH 0/4] Xen cleanups
Date: Tue, 21 Jun 2011 08:26:32 +0200	[thread overview]
Message-ID: <cover.1308637593.git.jan.kiszka@web.de> (raw)

I came across some Xen oddities I couldn't help to clean up. These
patches
 - simplify the build
 - remove a win32 breakage from xen-mapcache.h
 - move the map cache functions out of the generic name space

Jan Kiszka (4):
  xen: Clean up build system
  xen: Uninline xen_unmap_block
  xen: Clean up map cache API naming
  xen: Fold CONFIG_XEN_MAPCACHE into CONFIG_XEN

 Makefile.objs       |    4 +-
 Makefile.target     |   14 +-----------
 configure           |    5 +---
 exec.c              |   25 ++++++++++++-----------
 hw/xen.h            |    9 --------
 trace-events        |    6 ++--
 xen-all.c           |    4 +-
 xen-mapcache-stub.c |   44 -------------------------------------------
 xen-mapcache.c      |   52 ++++++++++++++++++++++++++++++++------------------
 xen-mapcache.h      |   30 +++++++---------------------
 xen-stub.c          |   29 ++++++++++++++++++++++++++++
 11 files changed, 93 insertions(+), 129 deletions(-)
 delete mode 100644 xen-mapcache-stub.c

WARNING: multiple messages have this Message-ID (diff)
From: Jan Kiszka <jan.kiszka@web.de>
To: qemu-devel@nongnu.org, Alexander Graf <agraf@suse.de>
Cc: Anthony PERARD <anthony.perard@citrix.com>,
	xen-devel <xen-devel@lists.xensource.com>,
	Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Subject: [PATCH 0/4] Xen cleanups
Date: Tue, 21 Jun 2011 08:26:32 +0200	[thread overview]
Message-ID: <cover.1308637593.git.jan.kiszka@web.de> (raw)

I came across some Xen oddities I couldn't help to clean up. These
patches
 - simplify the build
 - remove a win32 breakage from xen-mapcache.h
 - move the map cache functions out of the generic name space

Jan Kiszka (4):
  xen: Clean up build system
  xen: Uninline xen_unmap_block
  xen: Clean up map cache API naming
  xen: Fold CONFIG_XEN_MAPCACHE into CONFIG_XEN

 Makefile.objs       |    4 +-
 Makefile.target     |   14 +-----------
 configure           |    5 +---
 exec.c              |   25 ++++++++++++-----------
 hw/xen.h            |    9 --------
 trace-events        |    6 ++--
 xen-all.c           |    4 +-
 xen-mapcache-stub.c |   44 -------------------------------------------
 xen-mapcache.c      |   52 ++++++++++++++++++++++++++++++++------------------
 xen-mapcache.h      |   30 +++++++---------------------
 xen-stub.c          |   29 ++++++++++++++++++++++++++++
 11 files changed, 93 insertions(+), 129 deletions(-)
 delete mode 100644 xen-mapcache-stub.c

             reply	other threads:[~2011-06-21  6:26 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-21  6:26 Jan Kiszka [this message]
2011-06-21  6:26 ` [PATCH 0/4] Xen cleanups Jan Kiszka
2011-06-21  6:26 ` [Qemu-devel] [PATCH 1/4] xen: Clean up build system Jan Kiszka
2011-06-21  6:26   ` Jan Kiszka
2011-06-21  7:21   ` [Qemu-devel] " Alexander Graf
2011-06-21  7:21     ` Alexander Graf
2011-06-21  7:23     ` [Qemu-devel] " Jan Kiszka
2011-06-21  7:23       ` Jan Kiszka
2011-06-21  7:26       ` [Qemu-devel] " Alexander Graf
2011-06-21  7:26         ` Alexander Graf
2011-06-21  7:27         ` [Qemu-devel] " Jan Kiszka
2011-06-21  7:27           ` Jan Kiszka
2011-06-21  7:46           ` [Qemu-devel] " Alexander Graf
2011-06-21  7:46             ` Alexander Graf
2011-06-21  7:57             ` [Qemu-devel] " Jan Kiszka
2011-06-21  7:57               ` Jan Kiszka
2011-06-21  8:15               ` [Qemu-devel] " Alexander Graf
2011-06-21  8:15                 ` Alexander Graf
2011-06-21 13:01     ` [Qemu-devel] [Xen-devel] " Ian Jackson
2011-06-21 13:01       ` Ian Jackson
2011-06-21 13:16       ` [Qemu-devel] [Xen-devel] " Jan Kiszka
2011-06-21 13:16         ` Jan Kiszka
2011-06-21 13:18       ` [Qemu-devel] [Xen-devel] " Alexander Graf
2011-06-21 13:18         ` Alexander Graf
2011-06-21 13:48         ` [Qemu-devel] [Xen-devel] " Stefano Stabellini
2011-06-21 13:48           ` Stefano Stabellini
2011-06-21  6:26 ` [Qemu-devel] [PATCH 2/4] xen: Uninline xen_unmap_block Jan Kiszka
2011-06-21  6:26   ` Jan Kiszka
2011-06-21  7:22   ` [Qemu-devel] " Alexander Graf
2011-06-21  7:22     ` Alexander Graf
2011-06-21 13:49     ` [Qemu-devel] " Stefano Stabellini
2011-06-21 13:49       ` Stefano Stabellini
2011-06-21  6:26 ` [Qemu-devel] [PATCH 3/4] xen: Clean up map cache API naming Jan Kiszka
2011-06-21  6:26   ` Jan Kiszka
2011-06-21  7:23   ` [Qemu-devel] " Alexander Graf
2011-06-21  7:23     ` Alexander Graf
2011-06-21 13:49     ` [Qemu-devel] " Stefano Stabellini
2011-06-21 13:49       ` Stefano Stabellini
2011-06-21  6:26 ` [Qemu-devel] [PATCH 4/4] xen: Fold CONFIG_XEN_MAPCACHE into CONFIG_XEN Jan Kiszka
2011-06-21  6:26   ` Jan Kiszka
2011-06-21  7:31   ` [Qemu-devel] " Alexander Graf
2011-06-21  7:31     ` Alexander Graf
2011-06-21 13:50     ` [Qemu-devel] " Stefano Stabellini
2011-06-21 13:50       ` Stefano Stabellini
2011-06-21 13:49 ` [Qemu-devel] [PATCH 0/4] Xen cleanups Stefano Stabellini
2011-06-21 13:49   ` Stefano Stabellini
2011-06-21 14:00 ` [Qemu-devel] " Alexander Graf
2011-06-21 14:00   ` Alexander Graf

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=cover.1308637593.git.jan.kiszka@web.de \
    --to=jan.kiszka@web.de \
    --cc=agraf@suse.de \
    --cc=anthony.perard@citrix.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefano.stabellini@eu.citrix.com \
    --cc=xen-devel@lists.xensource.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.