All of lore.kernel.org
 help / color / mirror / Atom feed
From: Avi Kivity <avi@redhat.com>
To: Alexander Graf <agraf-l3A5Bk7waGM@public.gmane.org>
Cc: kvm-ppc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	kvm list <kvm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: [PATCH 00/21] KVM: PPC: Virtualize Gekko guests v2
Date: Sun, 21 Feb 2010 10:01:59 +0000	[thread overview]
Message-ID: <4B810497.5030206@redhat.com> (raw)
In-Reply-To: <1266573647-30153-1-git-send-email-agraf-l3A5Bk7waGM@public.gmane.org>

On 02/19/2010 12:00 PM, Alexander Graf wrote:
> In an effort to get KVM on PPC more useful for other userspace users than
> Qemu, I figured it'd be a nice idea to implement virtualization of the
> Gekko CPU.
>
> The Gekko is the CPU used in the GameCube. In a slightly more modern
> fashion it lives on in the Wii today.
>
> Using this patch set and a modified version of Dolphin, I was able to
> virtualize simple GameCube demos on a 970MP system.
>
> As always, while getting this to run I stumbled across several broken
> parts and fixed them as they came up. So expect some bug fixes in this
> patch set too.
>    

Applied all, thanks.

-- 
error compiling committee.c: too many arguments to function


WARNING: multiple messages have this Message-ID (diff)
From: Avi Kivity <avi-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
To: Alexander Graf <agraf-l3A5Bk7waGM@public.gmane.org>
Cc: kvm-ppc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	kvm list <kvm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: [PATCH 00/21] KVM: PPC: Virtualize Gekko guests v2
Date: Sun, 21 Feb 2010 12:01:59 +0200	[thread overview]
Message-ID: <4B810497.5030206@redhat.com> (raw)
In-Reply-To: <1266573647-30153-1-git-send-email-agraf-l3A5Bk7waGM@public.gmane.org>

On 02/19/2010 12:00 PM, Alexander Graf wrote:
> In an effort to get KVM on PPC more useful for other userspace users than
> Qemu, I figured it'd be a nice idea to implement virtualization of the
> Gekko CPU.
>
> The Gekko is the CPU used in the GameCube. In a slightly more modern
> fashion it lives on in the Wii today.
>
> Using this patch set and a modified version of Dolphin, I was able to
> virtualize simple GameCube demos on a 970MP system.
>
> As always, while getting this to run I stumbled across several broken
> parts and fixed them as they came up. So expect some bug fixes in this
> patch set too.
>    

Applied all, thanks.

-- 
error compiling committee.c: too many arguments to function

  parent reply	other threads:[~2010-02-21 10:01 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-19 10:00 [PATCH 00/21] KVM: PPC: Virtualize Gekko guests v2 Alexander Graf
2010-02-19 10:00 ` Alexander Graf
2010-02-19 10:00 ` [PATCH 04/21] KVM: PPC: Teach MMIO Signedness Alexander Graf
2010-02-19 10:00   ` Alexander Graf
     [not found] ` <1266573647-30153-1-git-send-email-agraf-l3A5Bk7waGM@public.gmane.org>
2010-02-19 10:00   ` [PATCH 01/21] KVM: PPC: Add QPR registers Alexander Graf
2010-02-19 10:00     ` Alexander Graf
2010-02-19 10:00   ` [PATCH 02/21] KVM: PPC: Make fpscr 64-bit Alexander Graf
2010-02-19 10:00     ` Alexander Graf
2010-02-19 10:00   ` [PATCH 03/21] KVM: PPC: Enable MMIO to do 64 bits, fprs and qprs Alexander Graf
2010-02-19 10:00     ` Alexander Graf
2010-02-19 10:00   ` [PATCH 05/21] KVM: PPC: Add AGAIN type for emulation return Alexander Graf
2010-02-19 10:00     ` Alexander Graf
2010-02-19 10:00   ` [PATCH 06/21] KVM: PPC: Add hidden flag for paired singles Alexander Graf
2010-02-19 10:00     ` Alexander Graf
2010-02-19 10:00   ` [PATCH 07/21] KVM: PPC: Add Gekko SPRs Alexander Graf
2010-02-19 10:00     ` Alexander Graf
2010-02-19 10:00   ` [PATCH 10/21] KVM: PPC: Fix typo in book3s_32 debug code Alexander Graf
2010-02-19 10:00     ` Alexander Graf
2010-02-19 10:00   ` [PATCH 13/21] KVM: PPC: Make ext giveup non-static Alexander Graf
2010-02-19 10:00     ` Alexander Graf
2010-02-19 10:00   ` [PATCH 14/21] KVM: PPC: Add helpers to call FPU instructions Alexander Graf
2010-02-19 10:00     ` Alexander Graf
2010-02-19 10:00   ` [PATCH 16/21] KVM: PPC: Add helpers to modify ppc fields Alexander Graf
2010-02-19 10:00     ` Alexander Graf
2010-02-19 10:00   ` [PATCH 17/21] KVM: PPC: Enable program interrupt to do MMIO Alexander Graf
2010-02-19 10:00     ` Alexander Graf
2010-02-19 10:00   ` [PATCH 18/21] KVM: PPC: Implement Paired Single emulation Alexander Graf
2010-02-19 10:00     ` Alexander Graf
2010-02-19 10:00   ` [PATCH 20/21] KVM: PPC: Enable use of secondary htab bucket Alexander Graf
2010-02-19 10:00     ` Alexander Graf
2010-02-21 10:01   ` Avi Kivity [this message]
2010-02-21 10:01     ` [PATCH 00/21] KVM: PPC: Virtualize Gekko guests v2 Avi Kivity
2010-02-19 10:00 ` [PATCH 08/21] KVM: PPC: Combine extension interrupt handlers Alexander Graf
2010-02-19 10:00   ` Alexander Graf
2010-02-19 10:00 ` [PATCH 09/21] KVM: PPC: Preload FPU when possible Alexander Graf
2010-02-19 10:00   ` Alexander Graf
2010-02-19 10:00 ` [PATCH 11/21] KVM: PPC: Implement mtsr instruction emulation Alexander Graf
2010-02-19 10:00   ` Alexander Graf
2010-02-19 10:00 ` [PATCH 12/21] KVM: PPC: Make software load/store return eaddr Alexander Graf
2010-02-19 10:00   ` Alexander Graf
2010-02-19 10:00 ` [PATCH 15/21] KVM: PPC: Fix error in BAT assignment Alexander Graf
2010-02-19 10:00   ` Alexander Graf
2010-02-19 10:00 ` [PATCH 19/21] KVM: PPC: Add capability for paired singles Alexander Graf
2010-02-19 10:00   ` Alexander Graf
2010-02-19 10:00 ` [PATCH 21/21] KVM: PPC: Simplify kvmppc_load_up_(FPU|VMX|VSX) Alexander Graf
2010-02-19 10: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=4B810497.5030206@redhat.com \
    --to=avi@redhat.com \
    --cc=agraf-l3A5Bk7waGM@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.