Re: [Qemu-devel] [PATCH 08/15] ipmi: Split out BT-specific code from ISA BT 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 BT interfaces. > > No functional changes, just split the code into generic BT code > and ISA-specific BT code. > > Signed-off-by: Corey Minyard Reviewed-by: Philippe Mathieu-Daudé > --- >

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

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