Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-17 | hw/i386/pc: Extract the port92 device | Philippe Mathieu-Daudé | |
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> |