OSDN Git Service

hax: Support for Linux hosts
authorAlexandro Sanchez Bach <asanchez@kryptoslogic.com>
Thu, 15 Nov 2018 01:33:30 +0000 (17:33 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 11 Jan 2019 12:57:24 +0000 (13:57 +0100)
commitb65cc8dec07fec77dbda7bc5daf1defcb7c411d9
tree24f06fbaa933f4e0fb2680d238201d3906fb9308
parent3ac7d43a6fbb5d4a3d01fc9a055c218030af3727
hax: Support for Linux hosts

Intel HAXM supports now 32-bit and 64-bit Linux hosts. This patch includes
the corresponding userland changes.

Since the Darwin userland backend is POSIX-compliant, the hax-darwin.{c,h}
files have been renamed to hax-posix.{c,h}. This prefix is consistent with
the naming used in the rest of QEMU.

Signed-off-by: Alexandro Sanchez Bach <asanchez@kryptoslogic.com>
Message-Id: <20181115013331.65820-1-asanchez@kryptoslogic.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/Makefile.objs
target/i386/hax-i386.h
target/i386/hax-posix.c [moved from target/i386/hax-darwin.c with 100% similarity]
target/i386/hax-posix.h [moved from target/i386/hax-darwin.h with 100% similarity]