[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [Qemu-devel] [PATCH v3 01/10] ppc: add IPMI support
From: |
Cédric Le Goater |
Subject: |
Re: [Qemu-ppc] [Qemu-devel] [PATCH v3 01/10] ppc: add IPMI support |
Date: |
Tue, 26 Jan 2016 07:16:05 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.5.0 |
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 <address@hidden>
>> Cc: David Gibson <address@hidden>
>> Cc: address@hidden
>> ---
>> 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
>