aboutsummaryrefslogtreecommitdiff
path: root/hw/vmport.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/vmport.c')
-rw-r--r--hw/vmport.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/hw/vmport.c b/hw/vmport.c
index 95f95f4e4..c2253080a 100644
--- a/hw/vmport.c
+++ b/hw/vmport.c
@@ -21,9 +21,13 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
-#include "vl.h"
-#include "cpu-all.h"
+
+#include "hw.h"
+#include "isa.h"
+#include "pc.h"
+#include "sysemu.h"
#include "libkvm.h"
+#include "qemu-kvm.h"
#define VMPORT_CMD_GETVERSION 0x0a
#define VMPORT_CMD_GETRAMSIZE 0x14