]> Git Repo - qemu.git/blobdiff - target/i386/hax-i386.h
i386/kvm: move Hyper-V CPUID filling to hyperv_handle_properties()
[qemu.git] / target / i386 / hax-i386.h
index 8ffe91fcb521ad02ab066d6bbaee5c9138a41f1b..54e9d8b057f30e4c631fe18950b56039fb80cb11 100644 (file)
  *
  */
 
-#ifndef _HAX_I386_H
-#define _HAX_I386_H
+#ifndef HAX_I386_H
+#define HAX_I386_H
 
 #include "cpu.h"
 #include "sysemu/hax.h"
 
-#ifdef CONFIG_DARWIN
+#ifdef CONFIG_POSIX
 typedef int hax_fd;
 #endif
 
@@ -37,6 +37,7 @@ struct hax_state {
     uint32_t version;
     struct hax_vm *vm;
     uint64_t mem_quota;
+    bool supports_64bit_ramblock;
 };
 
 #define HAX_MAX_VCPU 0x10
@@ -81,8 +82,8 @@ hax_fd hax_mod_open(void);
 void hax_memory_init(void);
 
 
-#ifdef CONFIG_DARWIN
-#include "target/i386/hax-darwin.h"
+#ifdef CONFIG_POSIX
+#include "target/i386/hax-posix.h"
 #endif
 
 #ifdef CONFIG_WIN32
This page took 0.024691 seconds and 4 git commands to generate.