qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 02/17] ipmi: Add a PC ISA type structure


From: Corey Minyard
Subject: Re: [Qemu-devel] [PATCH 02/17] ipmi: Add a PC ISA type structure
Date: Fri, 08 May 2015 15:59:40 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0

On 04/26/2015 12:03 PM, Paolo Bonzini wrote:
>
> On 26/04/2015 11:05, Michael S. Tsirkin wrote:
>>> +
>>> +#define FW_CFG_IPMI_INTERFACE   0x30
>>> +#define FW_CFG_IPMI_BASE_ADDR   0x31
>>> +#define FW_CFG_IPMI_REG_SPACE   0x32
>>> +#define FW_CFG_IPMI_REG_SPACING 0x33
>>> +#define FW_CFG_IPMI_SLAVE_ADDR  0x34
>>> +#define FW_CFG_IPMI_IRQ         0x35
>>> +#define FW_CFG_IPMI_VERSION     0x36
>>> +
>>> +#define FW_CFG_MAX_ENTRY        (FW_CFG_IPMI_VERSION + 1)
> Also, what is this used for?  I haven't seen firmware patches, maybe
> it's obsoleted by SMBIOS support in QEMU?
>
> Paolo

Finally back on this.  This is bogus, it was left over from something
else, and I missed it because it was at the end of the file.

-corey



reply via email to

[Prev in Thread] Current Thread [Next in Thread]