Re: [Qemu-devel] [PATCH] hw/char: Move multi-serial devices into separate file

2019-04-05 Thread Philippe Mathieu-Daudé
On 4/1/19 7:39 AM, Thomas Huth wrote: > In our downstream distribution of QEMU, we'd like to ship the binary > without the multi-serial PCI devices. To make this disablement easier, > let's move the devices into a separate file and add a proper Kconfig- > switch for these devices. > > Signed-off-b

Re: [Qemu-devel] [PATCH] hw/char: Move multi-serial devices into separate file

2019-04-05 Thread Marc-André Lureau
Hi On Mon, Apr 1, 2019 at 7:40 AM Thomas Huth wrote: > > In our downstream distribution of QEMU, we'd like to ship the binary > without the multi-serial PCI devices. To make this disablement easier, > let's move the devices into a separate file and add a proper Kconfig- > switch for these devices

[Qemu-devel] [PATCH] hw/char: Move multi-serial devices into separate file

2019-03-31 Thread Thomas Huth
In our downstream distribution of QEMU, we'd like to ship the binary without the multi-serial PCI devices. To make this disablement easier, let's move the devices into a separate file and add a proper Kconfig- switch for these devices. Signed-off-by: Thomas Huth --- I've forgot to Cc: qemu-devel