Re: [Qemu-devel] Add an IPMI device to qemu

2015-04-24 Thread Corey Minyard
On 04/24/2015 04:57 PM, Noel Burton-Krahn wrote: > Thanks, Corey. > > How does the lan_config_program in lan.conf work? I couldn't find an > example in the OpenIPMI-2.0.21 tarball. Our central controller > expects each node's ipmi module to dhcp for an address. I'm trying to > decide if I need t

Re: [Qemu-devel] Add an IPMI device to qemu

2015-04-24 Thread Noel Burton-Krahn
Thanks, Corey. How does the lan_config_program in lan.conf work? I couldn't find an example in the OpenIPMI-2.0.21 tarball. Our central controller expects each node's ipmi module to dhcp for an address. I'm trying to decide if I need to run dhcpc on the interface that ipmi_sim runs on. Can I j

Re: [Qemu-devel] Add an IPMI device to qemu

2015-04-23 Thread Corey Minyard
On 04/22/2015 07:25 PM, Noel Burton-Krahn wrote: > OK, I've build qemu and openipmi. I'm simulating a system where a > central control node boots from USB, then uses IPMI to boot a cluster > of slave nodes and provisions them by tftpboot. If I understand > correctly, I'll be running one ipmi_sim

Re: [Qemu-devel] Add an IPMI device to qemu

2015-04-23 Thread Noel Burton-Krahn
OK, I've build qemu and openipmi. I'm simulating a system where a central control node boots from USB, then uses IPMI to boot a cluster of slave nodes and provisions them by tftpboot. If I understand correctly, I'll be running one ipmi_sim per slave node, and my control node will tell that to boo

Re: [Qemu-devel] Add an IPMI device to qemu

2015-04-22 Thread Noel Burton-Krahn
Thanks a lot, Corey. I'll check them out. On Wed, Apr 22, 2015 at 3:46 PM, Corey Minyard wrote: > Sure, it's available on https://github.com/cminyard/qemu.git, the > stable-2.2-ipmi branch for now. > > I'm currently reworking these patches based upon feedback from the qemu > maintainers. > > -c

[Qemu-devel] Add an IPMI device to qemu

2015-04-22 Thread Noel Burton-Krahn
Hi Corey, I saw your patches for getting IPMI into qemu, but they don't appear to be in the qemu git repo yet. Do you have a github branch I could cherry-pick to try them out? We've been looking at getting IPMI on VMs for a while. Thanks for your work! [1] [Qemu-devel] [PATCH 00/16] Add an IPM

Re: [Qemu-devel] Add an IPMI device to qemu

2015-04-22 Thread Corey Minyard
Sure, it's available on https://github.com/cminyard/qemu.git, the stable-2.2-ipmi branch for now. I'm currently reworking these patches based upon feedback from the qemu maintainers. -corey On 04/22/2015 04:30 PM, Noel Burton-Krahn wrote: > Hi Corey, > > I saw your patches for getting IPMI into