All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anthony Liguori <anthony@codemonkey.ws>
To: qemu-devel@nongnu.org
Cc: kvm-ppc@vger.kernel.org
Subject: Re: [Qemu-devel] [PATCH 0/9] powerpc/kvm: Add MPC85xx platform support
Date: Thu, 15 Jan 2009 21:26:40 +0000	[thread overview]
Message-ID: <496FAA10.9090304@codemonkey.ws> (raw)
In-Reply-To: <1232022857-2315-1-git-send-email-yu.liu@freescale.com>

Liu Yu wrote:
> This patchset enable the support of MPC85xx platform in qemu/kvm.
>
> patch 1,2: bug fix
> patch 3: enable mpic for E500 core.
> patch 4: enable E500 mmu in kvm mode.
> patch 5: add E500 pci controller emulation.
> patch 6: add E500 irq support
> patch 7: add E500 core emulation
> patch 8: extern one function for E500 code use
> patch 9: add MPC85xx boards emulation.
>   

Applied 1, 2, and 4.  I'll wait for some more review on the rest.

Regards,

Anthony Liguori

>
>
>   


WARNING: multiple messages have this Message-ID (diff)
From: Anthony Liguori <anthony@codemonkey.ws>
To: qemu-devel@nongnu.org
Cc: kvm-ppc@vger.kernel.org
Subject: Re: [Qemu-devel] [PATCH 0/9] powerpc/kvm: Add MPC85xx platform support
Date: Thu, 15 Jan 2009 15:26:40 -0600	[thread overview]
Message-ID: <496FAA10.9090304@codemonkey.ws> (raw)
In-Reply-To: <1232022857-2315-1-git-send-email-yu.liu@freescale.com>

Liu Yu wrote:
> This patchset enable the support of MPC85xx platform in qemu/kvm.
>
> patch 1,2: bug fix
> patch 3: enable mpic for E500 core.
> patch 4: enable E500 mmu in kvm mode.
> patch 5: add E500 pci controller emulation.
> patch 6: add E500 irq support
> patch 7: add E500 core emulation
> patch 8: extern one function for E500 code use
> patch 9: add MPC85xx boards emulation.
>   

Applied 1, 2, and 4.  I'll wait for some more review on the rest.

Regards,

Anthony Liguori

>
>
>   

  parent reply	other threads:[~2009-01-15 21:26 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-15 12:34 [PATCH 0/9] powerpc/kvm: Add MPC85xx platform support Liu Yu
2009-01-15 12:34 ` [Qemu-devel] " Liu Yu
2009-01-15 12:34 ` [PATCH 1/9] powerpc/kvm: Fix a uninitialized bug Liu Yu
2009-01-15 12:34   ` [Qemu-devel] " Liu Yu
2009-01-15 12:34   ` [PATCH 2/9] powerpc/kvm: fix a openpic bug Liu Yu
2009-01-15 12:34     ` [Qemu-devel] " Liu Yu
2009-01-15 12:34     ` [PATCH 3/9] powerpc/kvm: Enable mpic for E500 platform Liu Yu
2009-01-15 12:34       ` [Qemu-devel] " Liu Yu
2009-01-15 12:34       ` [PATCH 4/9] powerpc/kvm: enable POWERPC_MMU_BOOKE_FSL when kvm is enabled Liu Yu
2009-01-15 12:34         ` [Qemu-devel] " Liu Yu
2009-01-15 12:34         ` [PATCH 5/9] powerpc/kvm: Add freescale pci controller's support Liu Yu
2009-01-15 12:34           ` [Qemu-devel] " Liu Yu
2009-01-15 12:34           ` [PATCH 6/9] powerpc/kvm: Add E500 irq support Liu Yu
2009-01-15 12:34             ` [Qemu-devel] " Liu Yu
2009-01-15 12:34             ` [PATCH 7/9] powerpc/kvm: Add E500 core emulation Liu Yu
2009-01-15 12:34               ` [Qemu-devel] " Liu Yu
2009-01-15 12:34               ` [PATCH 8/9] powerpc/kvm: extern one function for E500 code use Liu Yu
2009-01-15 12:34                 ` [Qemu-devel] " Liu Yu
     [not found]                 ` <1232022857-2315-10-git-send-email-yu.liu@freescale.com>
2009-01-16  8:22                   ` [PATCH 9/9] powerpc/kvm: Add MPC85xx board support Liu Yu
2009-01-16  8:22                     ` [Qemu-devel] " Liu Yu
2009-01-16 18:09                     ` Hollis Blanchard
2009-01-16 18:09                       ` [Qemu-devel] " Hollis Blanchard
2009-01-20  3:09                       ` Liu Yu
2009-01-20  3:09                         ` [Qemu-devel] " Liu Yu
2009-01-20 17:23                         ` Hollis Blanchard
2009-01-20 17:23                           ` [Qemu-devel] " Hollis Blanchard
2009-01-15 19:53               ` [PATCH 7/9] powerpc/kvm: Add E500 core emulation Hollis Blanchard
2009-01-15 19:53                 ` [Qemu-devel] " Hollis Blanchard
2009-01-16  7:51                 ` Liu Yu
2009-01-16  7:51                   ` [Qemu-devel] " Liu Yu
2009-01-16 18:02                   ` Hollis Blanchard
2009-01-16 18:02                     ` [Qemu-devel] " Hollis Blanchard
2009-01-19 10:54                     ` Liu Yu
2009-01-19 10:54                       ` [Qemu-devel] " Liu Yu
2009-01-19 10:59                       ` Liu Yu
2009-01-19 10:59                         ` [Qemu-devel] " Liu Yu
2009-01-15 20:02           ` [PATCH 5/9] powerpc/kvm: Add freescale pci controller's support Hollis Blanchard
2009-01-15 20:02             ` [Qemu-devel] " Hollis Blanchard
2009-01-16  7:37             ` Liu Yu
2009-01-16  7:37               ` [Qemu-devel] " Liu Yu
2009-01-15 21:22       ` [Qemu-devel] [PATCH 3/9] powerpc/kvm: Enable mpic for E500 platform Anthony Liguori
2009-01-15 21:22         ` Anthony Liguori
2009-01-16  5:34         ` Liu Yu
2009-01-16  5:34           ` Liu Yu
2009-01-16 18:17           ` [Qemu-devel] [PATCH 3/9] powerpc/kvm: Enable mpic for E500 Hollis Blanchard
2009-01-16 18:17             ` [Qemu-devel] [PATCH 3/9] powerpc/kvm: Enable mpic for E500 platform Hollis Blanchard
2009-01-16 21:20             ` [Qemu-devel] [PATCH 3/9] powerpc/kvm: Enable mpic for E500 Aurelien Jarno
2009-01-16 21:20               ` [Qemu-devel] [PATCH 3/9] powerpc/kvm: Enable mpic for E500 platform Aurelien Jarno
2009-01-15 20:06 ` [PATCH 0/9] powerpc/kvm: Add MPC85xx platform support Hollis Blanchard
2009-01-15 20:06   ` [Qemu-devel] " Hollis Blanchard
2009-01-15 21:26 ` Anthony Liguori [this message]
2009-01-15 21:26   ` [Qemu-devel] " Anthony Liguori

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=496FAA10.9090304@codemonkey.ws \
    --to=anthony@codemonkey.ws \
    --cc=kvm-ppc@vger.kernel.org \
    --cc=qemu-devel@nongnu.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.