Re: [Qemu-devel] [PATCH 00/16] Add an IPMI device to qemu

2014-12-15 Thread Paolo Bonzini
On 12/12/2014 20:15, miny...@acm.org wrote: > This set of patches adds an IPMI device to qemu. This is good for > systems that require an IPMI device to work correctly, for simulating > scenarios that require IPMI and testing software that uses IPMI, and > of course, for the Linux IPMI driver ma

[Qemu-devel] [PATCH 00/16] Add an IPMI device to qemu

2014-12-12 Thread minyard
This set of patches adds an IPMI device to qemu. This is good for systems that require an IPMI device to work correctly, for simulating scenarios that require IPMI and testing software that uses IPMI, and of course, for the Linux IPMI driver maintainer to use to reproduce issues that could not be

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

2013-11-12 Thread Corey Minyard
There are two (sets of) patches to the general code beyond the IPMI device addition. One set adds an option to qemu-char net devices to automatically try to reconnect if the connection disconnects. This lets the IPMI device connect to a remote BMC and recover if that BMC fails. The other set all