]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[vmware] Expose GuestRPC mechanism in 64-bit builds
authorMichael Brown <mcb30@ipxe.org>
Tue, 5 Jan 2016 17:20:36 +0000 (17:20 +0000)
committerMichael Brown <mcb30@ipxe.org>
Tue, 5 Jan 2016 17:20:36 +0000 (17:20 +0000)
commitdd485992dc213dc19876a331f3a044dcb2e7560b
treebed08bb9d09a1ab0ee96c9f1e8ad447487bf7ea3
parent29cb090f98132417eb7e1d0639823f7f32c63ffb
[vmware] Expose GuestRPC mechanism in 64-bit builds

The GuestRPC mechanism (used for VMWARE_SETTINGS and CONSOLE_VMWARE)
does not use any real-mode code and so can be exposed in both 64-bit
and 32-bit builds.

Reported-by: Matthew Helton <mwhelton@gmail.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/i386/Makefile
src/arch/x86/Makefile
src/arch/x86/include/ipxe/guestrpc.h [moved from src/arch/i386/include/ipxe/guestrpc.h with 100% similarity]
src/arch/x86/include/ipxe/vmware.h [moved from src/arch/i386/include/ipxe/vmware.h with 100% similarity]
src/arch/x86/interface/vmware/guestinfo.c [moved from src/arch/i386/interface/vmware/guestinfo.c with 100% similarity]
src/arch/x86/interface/vmware/guestrpc.c [moved from src/arch/i386/interface/vmware/guestrpc.c with 100% similarity]
src/arch/x86/interface/vmware/vmconsole.c [moved from src/arch/i386/interface/vmware/vmconsole.c with 100% similarity]
src/arch/x86/interface/vmware/vmware.c [moved from src/arch/i386/interface/vmware/vmware.c with 100% similarity]