Re: [Qemu-devel] [PATCH 13/16] IPMI: Add an external connection simulation interface

2013-04-03 Thread Corey Minyard
On 04/02/2013 06:32 AM, Zang Hongyong wrote: > What's the status of the IPMI patch? When will be merged into qemu? > With this patch, an external watchdog can be used for VM HA, even > through qemu is not healthy. > This is more attractive to qemu's own watchdog (ib700 or 6300esb). I haven't been

Re: [Qemu-devel] [PATCH 13/16] IPMI: Add an external connection simulation interface

2013-04-02 Thread Zang Hongyong
What's the status of the IPMI patch? When will be merged into qemu? With this patch, an external watchdog can be used for VM HA, even through qemu is not healthy. This is more attractive to qemu's own watchdog (ib700 or 6300esb). On 2012/9/19 4:00, miny...@acm.org wrote: > From: Corey Minyard > >

[Qemu-devel] [PATCH 13/16] IPMI: Add an external connection simulation interface

2012-09-18 Thread minyard
From: Corey Minyard This adds an interface for IPMI that connects to a remote BMC over a chardev (generally a TCP socket). The OpenIPMI lanserv simulator describes this interface, see that for interface details. Signed-off-by: Corey Minyard --- default-configs/i386-softmmu.mak |1 + def