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

2015-07-03 Thread Michael S. Tsirkin
On Mon, Jun 08, 2015 at 08:11:55PM -0500, miny...@acm.org wrote: > I have reworked the QEMU IPMI patches, and I believe this design > improves greatly on the previous one. The suggestions made all > resulted in better design. To start an IPMI interface > with this, you would use: > > -device i

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

2015-07-02 Thread Paolo Bonzini
On 09/06/2015 03:11, miny...@acm.org wrote: > I have reworked the QEMU IPMI patches, and I believe this design > improves greatly on the previous one. The suggestions made all > resulted in better design. To start an IPMI interface > with this, you would use: > > -device ipmi-bmc-sim,id=bmc0

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

2015-07-02 Thread Benjamin Herrenschmidt
On Mon, 2015-06-08 at 20:11 -0500, miny...@acm.org wrote: > I have reworked the QEMU IPMI patches, and I believe this design > improves greatly on the previous one. The suggestions made all > resulted in better design. To start an IPMI interface > with this, you would use: > > -device ipmi-bmc

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

2015-06-08 Thread minyard
I have reworked the QEMU IPMI patches, and I believe this design improves greatly on the previous one. The suggestions made all resulted in better design. To start an IPMI interface with this, you would use: -device ipmi-bmc-sim,id=bmc0 -device isa-ipmi-bt,bmc=bmc0 Note that I did not make th