Re: [Qemu-devel] [PATCH 4/9] Add a base IPMI interface

2012-07-10 Thread Corey Minyard
On 07/10/2012 04:17 AM, Daniel P. Berrange wrote: On Mon, Jul 09, 2012 at 02:17:04PM -0500, miny...@acm.org wrote: diff --git a/qemu-options.hx b/qemu-options.hx index 125a4da..823f6bc 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -2204,6 +2204,41 @@ Three button serial mouse. Configure

Re: [Qemu-devel] [PATCH 4/9] Add a base IPMI interface

2012-07-10 Thread Markus Armbruster
"Daniel P. Berrange" writes: > On Mon, Jul 09, 2012 at 02:17:04PM -0500, miny...@acm.org wrote: >> diff --git a/qemu-options.hx b/qemu-options.hx >> index 125a4da..823f6bc 100644 >> --- a/qemu-options.hx >> +++ b/qemu-options.hx >> @@ -2204,6 +2204,41 @@ Three button serial mouse. Configure the g

Re: [Qemu-devel] [PATCH 4/9] Add a base IPMI interface

2012-07-10 Thread Paolo Bonzini
Il 09/07/2012 21:17, miny...@acm.org ha scritto: > + > +/* Phyical interface types. */ > +#define IPMI_KCS 1 > +#define IPMI_BT 2 > +#define IPMI_SMIC3 The code is not 100% consistent for values that are defined in hardware specs (enums are preferred for new code, but that's n

Re: [Qemu-devel] [PATCH 4/9] Add a base IPMI interface

2012-07-10 Thread Daniel P. Berrange
On Mon, Jul 09, 2012 at 02:17:04PM -0500, miny...@acm.org wrote: > diff --git a/qemu-options.hx b/qemu-options.hx > index 125a4da..823f6bc 100644 > --- a/qemu-options.hx > +++ b/qemu-options.hx > @@ -2204,6 +2204,41 @@ Three button serial mouse. Configure the guest to use > Microsoft protocol. >

[Qemu-devel] [PATCH 4/9] Add a base IPMI interface

2012-07-09 Thread minyard
From: Corey Minyard Add the basic IPMI types and infrastructure to QEMU. Low-level interfaces and simulation interfaces will register with this; it's kind of the go-between to tie them together. Signed-off-by: Corey Minyard --- default-configs/i386-softmmu.mak |1 + default-configs/x86_