Re: [PATCH] hw/ipmi: Allow multiple BMC instances

2025-04-04 Thread Philippe Mathieu-Daudé
On 4/4/25 15:04, Corey Minyard wrote: On Fri, Apr 04, 2025 at 02:41:46PM +0200, Philippe Mathieu-Daudé wrote: Hi Corey, On 4/4/25 02:57, Corey Minyard wrote: Allow a system to have multiple BMC connections to the same BMC and multiple different BMCs. This can happen on real systems, and is us

Re: [PATCH] hw/ipmi: Allow multiple BMC instances

2025-04-04 Thread Corey Minyard
On Fri, Apr 04, 2025 at 02:41:46PM +0200, Philippe Mathieu-Daudé wrote: > Hi Corey, > > On 4/4/25 02:57, Corey Minyard wrote: > > Allow a system to have multiple BMC connections to the same BMC and > > multiple different BMCs. This can happen on real systems, and is > > useful for testing the IPM

Re: [PATCH] hw/ipmi: Allow multiple BMC instances

2025-04-04 Thread Corey Minyard
On Fri, Apr 04, 2025 at 03:21:09PM +0200, Philippe Mathieu-Daudé wrote: > On 4/4/25 15:04, Corey Minyard wrote: > > On Fri, Apr 04, 2025 at 02:41:46PM +0200, Philippe Mathieu-Daudé wrote: > > > Hi Corey, > > > > > > On 4/4/25 02:57, Corey Minyard wrote: > > > > Allow a system to have multiple BMC

Re: [PATCH] hw/ipmi: Allow multiple BMC instances

2025-04-04 Thread Philippe Mathieu-Daudé
Hi Corey, On 4/4/25 02:57, Corey Minyard wrote: Allow a system to have multiple BMC connections to the same BMC and multiple different BMCs. This can happen on real systems, and is useful for testing the IPMI driver on Linux. Signed-off-by: Corey Minyard --- I'm working on a fairly extensive

[PATCH] hw/ipmi: Allow multiple BMC instances

2025-04-03 Thread Corey Minyard
Allow a system to have multiple BMC connections to the same BMC and multiple different BMCs. This can happen on real systems, and is useful for testing the IPMI driver on Linux. Signed-off-by: Corey Minyard --- I'm working on a fairly extensive test suite for IPMI, the Linux driver and qemu, and