hw/i386/pc: Extract the port92 device
commitd3e07dc83e98127a130a29878c7c652d05eaaf18
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Fri, 13 Dec 2019 10:51:00 +0000 (13 11:51 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 17 Dec 2019 18:33:51 +0000 (17 19:33 +0100)
treec3606b01c714b597a902736e5cee40b3fae792ac
parent1820b70eb3fd8acf25d22485a58d0def8ad72234
hw/i386/pc: Extract the port92 device

This device is only used by the PC machines. The pc.c file is
already big enough, with 2255 lines. By removing 113 lines of
it, we reduced it by 5%. It is now a bit easier to navigate
the file.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/i386/Makefile.objs
hw/i386/pc.c
hw/i386/port92.c [new file with mode: 0644]
hw/i386/trace-events
include/hw/i386/pc.h