Re: [Qemu-devel] [PATCH 07/15] ipmi: Split out KCS-specific code from ISA KCS code

2019-08-21 Thread Philippe Mathieu-Daudé
On 8/19/19 10:16 PM, miny...@acm.org wrote: > From: Corey Minyard > > Get ready for PCI and other KCS interfaces. > > No functional changes, just split the code into the generic KCS code > and the ISA-specific code. > > Signed-off-by: Corey Minyard Reviewed-by: Philippe Mathieu-Daudé > ---

[Qemu-devel] [PATCH 07/15] ipmi: Split out KCS-specific code from ISA KCS code

2019-08-19 Thread minyard
From: Corey Minyard Get ready for PCI and other KCS interfaces. No functional changes, just split the code into the generic KCS code and the ISA-specific code. Signed-off-by: Corey Minyard --- hw/ipmi/Makefile.objs | 2 +- hw/ipmi/ipmi_kcs.c | 408 ++