Re: [Qemu-devel] [PATCH 00/20] Add an IPMI device to QEMU

2013-11-05 Thread Bret Ketchum
>> I was pointed at these patches as an example of useful >> functionality that's out of qemu merely for lack of review >> resources. I'd like to help. >> >> Now that we have code to generate ACPI tables >> directly in qemu, this series can be rebased on top of >> that, with no need for new FW CFG

Re: [Qemu-devel] [PATCH 00/20] Add an IPMI device to QEMU

2013-11-05 Thread Corey Minyard
On 11/05/2013 10:09 AM, Andreas Färber wrote: > Hi, > > Am 05.11.2013 14:56, schrieb Michael S. Tsirkin: >> On Wed, May 29, 2013 at 05:07:56PM -0500, miny...@acm.org wrote: >>> I have finally gotten some time to work on this, this series of >>> patches adds an IPMI interface to qemu. The changes a

Re: [Qemu-devel] [PATCH 00/20] Add an IPMI device to QEMU

2013-11-05 Thread Andreas Färber
Hi, Am 05.11.2013 14:56, schrieb Michael S. Tsirkin: > On Wed, May 29, 2013 at 05:07:56PM -0500, miny...@acm.org wrote: >> I have finally gotten some time to work on this, this series of >> patches adds an IPMI interface to qemu. The changes are roughly: >> >> patches 01-05 - Add the capability t

Re: [Qemu-devel] [PATCH 00/20] Add an IPMI device to QEMU

2013-11-05 Thread Corey Minyard
On 11/05/2013 07:56 AM, Michael S. Tsirkin wrote: > On Wed, May 29, 2013 at 05:07:56PM -0500, miny...@acm.org wrote: >> I have finally gotten some time to work on this, this series of >> patches adds an IPMI interface to qemu. The changes are roughly: >> >> patches 01-05 - Add the capability to ha

Re: [Qemu-devel] [PATCH 00/20] Add an IPMI device to QEMU

2013-11-05 Thread Michael S. Tsirkin
On Wed, May 29, 2013 at 05:07:56PM -0500, miny...@acm.org wrote: > I have finally gotten some time to work on this, this series of > patches adds an IPMI interface to qemu. The changes are roughly: > > patches 01-05 - Add the capability to have a chardev reconnect if > the connections fails. Thi

[Qemu-devel] [PATCH 00/20] Add an IPMI device to QEMU

2013-05-29 Thread minyard
I have finally gotten some time to work on this, this series of patches adds an IPMI interface to qemu. The changes are roughly: patches 01-05 - Add the capability to have a chardev reconnect if the connections fails. This way, if using an external BMC, qemu will detect the failure and periodica