From: "Cédric Le Goater" <clg@fr.ibm.com>
To: David Gibson <david@gibson.dropbear.id.au>
Cc: Corey Minyard <cminyard@mvista.com>,
"Michael S. Tsirkin" <mst@redhat.com>,
qemu-devel@nongnu.org, qemu-ppc@nongnu.org,
Greg Kurz <gkurz@linux.vnet.ibm.com>
Subject: Re: [Qemu-devel] [PATCH v3 01/10] ppc: add IPMI support
Date: Tue, 26 Jan 2016 07:16:05 +0100 [thread overview]
Message-ID: <56A70F25.1080601@fr.ibm.com> (raw)
In-Reply-To: <20160126054630.GC16692@voom.fritz.box>
On 01/26/2016 06:46 AM, David Gibson wrote:
> On Mon, Jan 25, 2016 at 03:07:26PM +0100, Cédric Le Goater wrote:
>> Open PowerNV systems use a BT device to communicate with the BMC.
>> Provide support for it.
>
> Given that there's quite a bit of work to be done to make PowerNV
> machines work under qemu, this seems a little premature.
I thought we could start compiling it on ppc anyway, even if
the devices are not yet defined or used in mainline qemu.
The patch is not of big importance so we can drop it for the
moment.
Thanks,
C.
>>
>> Signed-off-by: Cédric Le Goater <clg@fr.ibm.com>
>> Cc: David Gibson <david@gibson.dropbear.id.au>
>> Cc: qemu-ppc@nongnu.org
>> ---
>> default-configs/ppc64-softmmu.mak | 4 ++++
>> 1 file changed, 4 insertions(+)
>>
>> diff --git a/default-configs/ppc64-softmmu.mak b/default-configs/ppc64-softmmu.mak
>> index bb71b23ee78a..d6871f43cbd5 100644
>> --- a/default-configs/ppc64-softmmu.mak
>> +++ b/default-configs/ppc64-softmmu.mak
>> @@ -7,6 +7,10 @@ CONFIG_VIRTIO_VGA=y
>> CONFIG_ISA_MMIO=y
>> CONFIG_ESCC=y
>> CONFIG_M48T59=y
>> +CONFIG_IPMI=y
>> +CONFIG_IPMI_LOCAL=y
>> +CONFIG_IPMI_EXTERN=y
>> +CONFIG_ISA_IPMI_BT=y
>> CONFIG_SERIAL=y
>> CONFIG_PARALLEL=y
>> CONFIG_I8254=y
>
next prev parent reply other threads:[~2016-01-26 6:16 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-25 14:07 [Qemu-devel] [PATCH v3 00/10] ipmi: a couple of enhancements to the BMC simulator Cédric Le Goater
2016-01-25 14:07 ` [Qemu-devel] [PATCH v3 01/10] ppc: add IPMI support Cédric Le Goater
2016-01-26 5:46 ` David Gibson
2016-01-26 6:16 ` Cédric Le Goater [this message]
2016-01-25 14:07 ` [Qemu-devel] [PATCH v3 02/10] ipmi: replace goto by a return statement Cédric Le Goater
2016-01-25 14:07 ` [Qemu-devel] [PATCH v3 03/10] ipmi: replace *_MAXCMD defines Cédric Le Goater
2016-01-25 14:07 ` [Qemu-devel] [PATCH v3 04/10] ipmi: cleanup error_report messages Cédric Le Goater
2016-01-25 14:07 ` [Qemu-devel] [PATCH v3 05/10] ipmi: fix SDR length value Cédric Le Goater
2016-01-25 14:07 ` [Qemu-devel] [PATCH v3 06/10] ipmi: introduce a struct ipmi_sdr_compact Cédric Le Goater
2016-01-25 14:07 ` [Qemu-devel] [PATCH v3 07/10] ipmi: add get and set SENSOR_TYPE commands Cédric Le Goater
2016-01-25 14:07 ` [Qemu-devel] [PATCH v3 08/10] ipmi: add GET_SYS_RESTART_CAUSE chassis command Cédric Le Goater
2016-01-25 14:07 ` [Qemu-devel] [PATCH v3 09/10] ipmi: add ACPI power and GUID commands Cédric Le Goater
2016-01-25 14:07 ` [Qemu-devel] [PATCH v3 10/10] ipmi: add SET_SENSOR_READING command (tentative try) Cédric Le Goater
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=56A70F25.1080601@fr.ibm.com \
--to=clg@fr.ibm.com \
--cc=cminyard@mvista.com \
--cc=david@gibson.dropbear.id.au \
--cc=gkurz@linux.vnet.ibm.com \
--cc=mst@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.