From: Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com>
To: kvm-ppc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
kvm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org
Cc: hollisb-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org
Subject: Re: [PATCH 0/3] kvm-userspace: ppc: userspace fixes for powerpc
Date: Tue, 28 Oct 2008 09:25:47 +0000 [thread overview]
Message-ID: <4906DA9B.3010504@linux.vnet.ibm.com> (raw)
In-Reply-To: <1225184902-25769-1-git-send-email-ehrhardt-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
Ok I should have send these two series with some minutes in between to
not intermix them :-/
Additionally I have the wrong header in this one it should be [0/5] :-/++
Overall it is a patch series of three patches for powerpc kvm-userspace,
a five patch series for kvm-suerspace/user/ and a single patch I just
submitted while cleaning our userspace repo to get the missing things
upstream.
Avi, let me know if I confused you and I'll send them once again with
some time in between to order them easier.
ehrhardt@linux.vnet.ibm.com wrote:
> From: Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com>
>
> This is a set of fixes for the powerpc tests kvm-userspace/user.
>
> Patch 1&2 fix main-ppc.c while patch 3 introduces libcflat for powerpc.
> Further on patch 4 provides a timebase accessor for the ppc testcases (not
> used yet) and patch 5 finally adds a stub nmi handler to main-ppc.c.
>
> [patches in series]
> [PATCH 1/5] user: ppc: fix threading bugs in main-ppc.c
> [PATCH 2/5] user: ppc: better error reporting in load_file
> [PATCH 3/5] user: ppc: implement PowerPC 44x libcflat
> [PATCH 4/5] libcflat: ppc: add timebase accessor
> [PATCH 5/5] user: ppc: add stub nmi handler
>
> ---
> [diffstat]
> b/user/config-powerpc-44x.mak | 14 +++++++++
> b/user/config-powerpc.mak | 46 ++++++++++++++++++++---------
> b/user/main-ppc.c | 32 +++++++-------------
> b/user/test/lib/powerpc/44x/map.c | 51 +++++++++++++++++++++++++++++++++
> b/user/test/lib/powerpc/44x/timebase.S | 28 ++++++++++++++++++
> b/user/test/lib/powerpc/44x/timebase.h | 25 ++++++++++++++++
> b/user/test/lib/powerpc/44x/tlbwe.S | 29 ++++++++++++++++++
> b/user/test/lib/powerpc/io.c | 35 ++++++++++++++++++++++
> b/user/test/powerpc/cstart.S | 38 ++++++++++++++++++++++++
> b/user/test/powerpc/exit.c | 23 ++++++++++++++
> user/config-powerpc-44x.mak | 3 +
> user/main-ppc.c | 9 +++++
> 12 files changed, 296 insertions(+), 37 deletions(-)
> --
> To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
--
Grüsse / regards,
Christian Ehrhardt
IBM Linux Technology Center, Open Virtualization
WARNING: multiple messages have this Message-ID (diff)
From: Christian Ehrhardt <ehrhardt-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
To: kvm-ppc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
kvm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org
Cc: hollisb-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org
Subject: Re: [PATCH 0/3] kvm-userspace: ppc: userspace fixes for powerpc
Date: Tue, 28 Oct 2008 10:25:47 +0100 [thread overview]
Message-ID: <4906DA9B.3010504@linux.vnet.ibm.com> (raw)
In-Reply-To: <1225184902-25769-1-git-send-email-ehrhardt-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
Ok I should have send these two series with some minutes in between to
not intermix them :-/
Additionally I have the wrong header in this one it should be [0/5] :-/++
Overall it is a patch series of three patches for powerpc kvm-userspace,
a five patch series for kvm-suerspace/user/ and a single patch I just
submitted while cleaning our userspace repo to get the missing things
upstream.
Avi, let me know if I confused you and I'll send them once again with
some time in between to order them easier.
ehrhardt-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org wrote:
> From: Christian Ehrhardt <ehrhardt-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
>
> This is a set of fixes for the powerpc tests kvm-userspace/user.
>
> Patch 1&2 fix main-ppc.c while patch 3 introduces libcflat for powerpc.
> Further on patch 4 provides a timebase accessor for the ppc testcases (not
> used yet) and patch 5 finally adds a stub nmi handler to main-ppc.c.
>
> [patches in series]
> [PATCH 1/5] user: ppc: fix threading bugs in main-ppc.c
> [PATCH 2/5] user: ppc: better error reporting in load_file
> [PATCH 3/5] user: ppc: implement PowerPC 44x libcflat
> [PATCH 4/5] libcflat: ppc: add timebase accessor
> [PATCH 5/5] user: ppc: add stub nmi handler
>
> ---
> [diffstat]
> b/user/config-powerpc-44x.mak | 14 +++++++++
> b/user/config-powerpc.mak | 46 ++++++++++++++++++++---------
> b/user/main-ppc.c | 32 +++++++-------------
> b/user/test/lib/powerpc/44x/map.c | 51 +++++++++++++++++++++++++++++++++
> b/user/test/lib/powerpc/44x/timebase.S | 28 ++++++++++++++++++
> b/user/test/lib/powerpc/44x/timebase.h | 25 ++++++++++++++++
> b/user/test/lib/powerpc/44x/tlbwe.S | 29 ++++++++++++++++++
> b/user/test/lib/powerpc/io.c | 35 ++++++++++++++++++++++
> b/user/test/powerpc/cstart.S | 38 ++++++++++++++++++++++++
> b/user/test/powerpc/exit.c | 23 ++++++++++++++
> user/config-powerpc-44x.mak | 3 +
> user/main-ppc.c | 9 +++++
> 12 files changed, 296 insertions(+), 37 deletions(-)
> --
> To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in
> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
--
Grüsse / regards,
Christian Ehrhardt
IBM Linux Technology Center, Open Virtualization
--
To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2008-10-28 9:25 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-28 9:08 [PATCH 0/3] kvm-userspace: ppc: userspace fixes for powerpc ehrhardt
2008-10-28 9:08 ` ehrhardt-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8
2008-10-28 9:08 ` [PATCH 1/5] user: ppc: fix threading bugs in main-ppc.c ehrhardt
2008-10-28 9:08 ` ehrhardt
2008-10-28 9:08 ` [PATCH 0/3] kvm-userspace: ppc: userspace fixes for powerpc ehrhardt
2008-10-28 9:08 ` [Qemu-devel] " ehrhardt
2008-10-28 9:08 ` ehrhardt-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8
2008-10-28 9:08 ` [PATCH 2/5] user: ppc: better error reporting in load_file ehrhardt
2008-10-28 9:08 ` ehrhardt
2008-10-28 9:08 ` [PATCH 4/5] libcflat: ppc: add timebase accessor ehrhardt
2008-10-28 9:08 ` ehrhardt
[not found] ` <1225184902-25769-1-git-send-email-ehrhardt-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
2008-10-28 9:08 ` [PATCH 3/5] user: ppc: implement PowerPC 44x libcflat ehrhardt
2008-10-28 9:08 ` ehrhardt-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8
2008-10-28 9:08 ` [PATCH 5/5] user: ppc: add stub nmi handler ehrhardt
2008-10-28 9:08 ` ehrhardt-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8
2008-10-28 9:25 ` Christian Ehrhardt [this message]
2008-10-28 9:25 ` [PATCH 0/3] kvm-userspace: ppc: userspace fixes for powerpc Christian Ehrhardt
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=4906DA9B.3010504@linux.vnet.ibm.com \
--to=ehrhardt@linux.vnet.ibm.com \
--cc=avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org \
--cc=hollisb-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org \
--cc=kvm-ppc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=kvm-u79uwXL29TY76Z2rM5mHXA@public.gmane.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 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.