Re: [Qemu-devel] -device ipmi-bmc-sim attached to -netdev vde

2019-03-04 Thread Corey Minyard
On Mon, Mar 04, 2019 at 05:09:00PM +, Daniel P. Berrangé wrote: > On Tue, Feb 19, 2019 at 09:07:08PM -0600, Corey Minyard wrote: > > My suggestion, though, would be to implement something that ran over > > TLS with two-way authentication. It doesn't look too hard to do > > in qemu (though I ha

Re: [Qemu-devel] -device ipmi-bmc-sim attached to -netdev vde

2019-03-04 Thread Daniel P . Berrangé
On Tue, Feb 19, 2019 at 09:07:08PM -0600, Corey Minyard wrote: > My suggestion, though, would be to implement something that ran over > TLS with two-way authentication. It doesn't look too hard to do > in qemu (though I haven't tried it) but you could have a qemu console > running over TLS that wo

Re: [Qemu-devel] -device ipmi-bmc-sim attached to -netdev vde

2019-03-04 Thread Robin Jarry
Hi Corey, Thanks a lot for your detailed answer! 2019-02-19, Corey Minyard: > If you really wanted to do this, you would need to implement the IPMI > LAN protocol inside QEMU and sit it on top of a UDP chardev. It could > then plug into the standard IPMI infrastructure in QEMU. The power > mana

Re: [Qemu-devel] -device ipmi-bmc-sim attached to -netdev vde

2019-02-19 Thread Corey Minyard
On Mon, Feb 11, 2019 at 06:09:24PM +0100, Robin Jarry wrote: > Hi, > > I have several QEMU VMs connected via a vde_switch (with "-netdev vde" > interfaces). I use this to create virtual network topologies without > requiring root access (i.e. no tap + bridge on host). Performance is not > a concer

[Qemu-devel] -device ipmi-bmc-sim attached to -netdev vde

2019-02-11 Thread Robin Jarry
Hi, I have several QEMU VMs connected via a vde_switch (with "-netdev vde" interfaces). I use this to create virtual network topologies without requiring root access (i.e. no tap + bridge on host). Performance is not a concern here. To emulate "real" platforms, I would like one of the VMs to contr