mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
hw/i386/vmport: Introduce vmport.h
No functional change. This is mere refactoring. Suggested-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Liran Alon <liran.alon@oracle.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20200312165431.82118-8-liran.alon@oracle.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
f8bdc55037
commit
d8f23d619c
5 changed files with 19 additions and 37 deletions
|
@ -25,10 +25,10 @@
|
|||
#include "qemu/osdep.h"
|
||||
#include "qapi/error.h"
|
||||
#include "ui/console.h"
|
||||
#include "hw/i386/vmport.h"
|
||||
#include "hw/input/i8042.h"
|
||||
#include "hw/qdev-properties.h"
|
||||
#include "migration/vmstate.h"
|
||||
#include "vmport.h"
|
||||
#include "cpu.h"
|
||||
|
||||
/* debug only vmmouse */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue