All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Gibson <david@gibson.dropbear.id.au>
To: "Cédric Le Goater" <clg@fr.ibm.com>
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 16:46:30 +1100	[thread overview]
Message-ID: <20160126054630.GC16692@voom.fritz.box> (raw)
In-Reply-To: <1453730855-29302-2-git-send-email-clg@fr.ibm.com>

[-- Attachment #1: Type: text/plain, Size: 1183 bytes --]

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.

> 
> 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

-- 
David Gibson			| I'll have my music baroque, and my code
david AT gibson.dropbear.id.au	| minimalist, thank you.  NOT _the_ _other_
				| _way_ _around_!
http://www.ozlabs.org/~dgibson

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

  reply	other threads:[~2016-01-26  5:50 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 [this message]
2016-01-26  6:16     ` Cédric Le Goater
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=20160126054630.GC16692@voom.fritz.box \
    --to=david@gibson.dropbear.id.au \
    --cc=clg@fr.ibm.com \
    --cc=cminyard@mvista.com \
    --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.