Re: [Qemu-devel] [PATCH 16/16] ipmi: Add SMBIOS table entry

2013-11-14 Thread Corey Minyard
On 11/14/2013 01:46 AM, Michael S. Tsirkin wrote: > BTW you included this: > > Cc: qemu-devel@nongnu.org, Andreas Färber , > Bret Ketchum , > Corey Minyard > > the last address: cminy...@mvista.com is bouncing. > That's actually not the one bouncing. The one bouncing is cminy...@mvsit

Re: [Qemu-devel] [PATCH 16/16] ipmi: Add SMBIOS table entry

2013-11-13 Thread Michael S. Tsirkin
BTW you included this: Cc: qemu-devel@nongnu.org, Andreas Färber , Bret Ketchum , Corey Minyard the last address: cminy...@mvista.com is bouncing. -- MST

[Qemu-devel] [PATCH 16/16] ipmi: Add SMBIOS table entry

2013-11-12 Thread Corey Minyard
Add an IPMI table entry to the SMBIOS. --- hw/ipmi/isa_ipmi.c | 29 + include/hw/i386/smbios.h | 14 ++ 2 files changed, 43 insertions(+) diff --git a/hw/ipmi/isa_ipmi.c b/hw/ipmi/isa_ipmi.c index b38c846..e40ca90 100644 --- a/hw/ipmi/isa_ipmi.c +++ b