From: Hollis Blanchard <hollisb@us.ibm.com>
To: Keir Fraser <Keir.Fraser@cl.cam.ac.uk>
Cc: xen-devel@lists.xensource.com, xen-ppc-devel@lists.xensource.com
Subject: [PATCH 0 of 2] management tools portability v3
Date: Mon, 5 Jun 2006 16:18:32 -0500 [thread overview]
Message-ID: <patchbomb.1149542312@basalt.austin.ibm.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 395 bytes --]
These patches allow me to use 32-bit libxc (and xend and xm) with a 64-bit PPC hypervisor.
This is a resend. I've updated to the latest xen-unstable tree, and changed the privcmd types from uint64_t to __u64 at Chris Wright's request. I've also converted all PFN types (even non-arrays) in the ABI to use the new xen_pfn_t type.
Please apply.
--
Hollis Blanchard
IBM Linux Technology Center
[-- Attachment #2: Type: text/plain, Size: 1621 bytes --]
25 files changed, 174 insertions(+), 153 deletions(-)
linux-2.6-xen-sparse/include/xen/public/privcmd.h | 16 +++---
tools/debugger/libxendebug/xendebug.c | 2
tools/ioemu/hw/cirrus_vga.c | 12 ++--
tools/ioemu/vl.c | 15 +++--
tools/libxc/xc_core.c | 8 +--
tools/libxc/xc_domain.c | 10 +--
tools/libxc/xc_hvm_build.c | 6 +-
tools/libxc/xc_ia64_stubs.c | 12 ++--
tools/libxc/xc_linux.c | 2
tools/libxc/xc_linux_build.c | 21 ++++----
tools/libxc/xc_linux_restore.c | 14 ++---
tools/libxc/xc_linux_save.c | 26 +++++-----
tools/libxc/xc_load_aout9.c | 4 -
tools/libxc/xc_load_bin.c | 4 -
tools/libxc/xc_load_elf.c | 8 +--
tools/libxc/xc_private.c | 44 ++++++++---------
tools/libxc/xenctrl.h | 16 +++---
tools/libxc/xg_private.h | 4 -
tools/libxc/xg_save_restore.h | 12 ++--
xen/common/memory.c | 20 +++++--
xen/include/public/arch-ia64.h | 3 +
xen/include/public/arch-x86_32.h | 3 +
xen/include/public/arch-x86_64.h | 3 +
xen/include/public/dom0_ops.h | 54 ++++++++++-----------
xen/include/public/memory.h | 8 +--
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
next reply other threads:[~2006-06-05 21:18 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-05 21:18 Hollis Blanchard [this message]
2006-06-05 21:18 ` [PATCH 1 of 2] Represent PFNs with their own type, rather than 'unsigned long' Hollis Blanchard
2006-06-05 21:18 ` [PATCH 2 of 2] Use explicitly-sized types in the dom0_ops and privcmd structures Hollis Blanchard
2006-06-05 21:46 ` [XenPPC] [PATCH 0 of 2] management tools portability v3 Hollis Blanchard
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=patchbomb.1149542312@basalt.austin.ibm.com \
--to=hollisb@us.ibm.com \
--cc=Keir.Fraser@cl.cam.ac.uk \
--cc=xen-devel@lists.xensource.com \
--cc=xen-ppc-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.