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