From: "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>
To: Alexander Graf <agraf@suse.de>
Cc: "qemu-ppc@nongnu.org list:PowerPC" <qemu-ppc@nongnu.org>,
Paul Mackerras <paulus@samba.org>,
QEMU Developers <qemu-devel@nongnu.org>,
Paolo Bonzini <pbonzini@redhat.com>
Subject: Re: [Qemu-devel] [PATCH -V2] kvm: Add a new machine property kvm_type
Date: Wed, 18 Dec 2013 23:21:53 +0530 [thread overview]
Message-ID: <87haa69hdy.fsf@linux.vnet.ibm.com> (raw)
In-Reply-To: <7E9EE0FC-EFAC-4DBB-8BB4-B59510713E19@suse.de>
Alexander Graf <agraf@suse.de> writes:
> On 07.11.2013, at 15:27, Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> wrote:
>
>> From: "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>
>> diff --git a/hw/ppc/e500plat.c b/hw/ppc/e500plat.c
>> index 2e964b2..4be4b24 100644
>> --- a/hw/ppc/e500plat.c
>> +++ b/hw/ppc/e500plat.c
>> @@ -17,6 +17,7 @@
>> #include "hw/pci/pci.h"
>> #include "hw/ppc/openpic.h"
>> #include "kvm_ppc.h"
>> +#include "kvmtype.h"
>>
>> static void e500plat_fixup_devtree(PPCE500Params *params, void *fdt)
>> {
>> @@ -51,6 +52,7 @@ static QEMUMachine e500plat_machine = {
>> .desc = "generic paravirt e500 platform",
>> .init = e500plat_init,
>> .max_cpus = 32,
>> + .kvm_type = pr_kvm_type,
>
> What about mpc8544ds? Also, e500plat can definitely support HV
> (e500mc+) and PR (e500v2) mode. So you probably want the same check
> here as you have in spapr.
I don't have access to the hardware to validate. So at this point, I
would suggest we change the code such that we don't change the
functionality.
>
> Unfortunately the patch doesn't apply anymore. Would you care to
> rebase it? I think it's also more targeted towards the kvm queue
> rather than the ppc queue, so I'd either like an ack from Paolo or
> would defer to his tree for inclusion :).
Will resend
-aneesh
next prev parent reply other threads:[~2013-12-18 17:52 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-07 14:27 [Qemu-devel] [PATCH -V2] kvm: Add a new machine property kvm_type Aneesh Kumar K.V
2013-12-18 9:58 ` Alexander Graf
2013-12-18 17:51 ` Aneesh Kumar K.V [this message]
2013-12-18 18:29 ` 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=87haa69hdy.fsf@linux.vnet.ibm.com \
--to=aneesh.kumar@linux.vnet.ibm.com \
--cc=agraf@suse.de \
--cc=paulus@samba.org \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@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.