aboutsummaryrefslogtreecommitdiff
path: root/chardev/chardev-sysemu.c
AgeCommit message (Collapse)AuthorFilesLines
2020-07-13chardev: Extract system emulation specific codePhilippe Mathieu-Daudé1-0/+69
Split out code only used during system emulation, to reduce code pulled in user emulation and tools. Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20200423202112.644-6-philmd@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>