]> Git Repo - qemu.git/commit
hw/char: Move multi-serial devices into separate file
authorThomas Huth <[email protected]>
Sun, 31 Mar 2019 12:40:28 +0000 (14:40 +0200)
committerPaolo Bonzini <[email protected]>
Fri, 17 May 2019 13:19:39 +0000 (15:19 +0200)
commitd09ecd8c14d11d805f65445557cfa691a510dd31
tree873fc858b303a57db8f8940b425b65ee18083538
parent958a01dab8e02fc49f4fd619fad8c82a1108afdb
hw/char: Move multi-serial devices into separate file

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 <[email protected]>
Message-Id: <1554036028[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
hw/char/Kconfig
hw/char/Makefile.objs
hw/char/serial-pci-multi.c [new file with mode: 0644]
hw/char/serial-pci.c
This page took 0.025621 seconds and 4 git commands to generate.