]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[vmware] Add GuestRPC mechanism
authorMichael Brown <mcb30@ipxe.org>
Tue, 28 Feb 2012 17:48:46 +0000 (17:48 +0000)
committerMichael Brown <mcb30@ipxe.org>
Tue, 28 Feb 2012 23:10:02 +0000 (23:10 +0000)
commit3a5823a12684a537b2804e37f86cac0cad1436b4
tree63af70dfba2d6e0dbfebc966997504a37232d980
parent851b93fbc3d5d28851963bd412eb321742c5437f
[vmware] Add GuestRPC mechanism

Use the VMware backdoor I/O port to access the GuestRPC mechanism.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/i386/Makefile
src/arch/i386/include/bits/errfile.h
src/arch/i386/include/ipxe/guestrpc.h [new file with mode: 0644]
src/arch/i386/include/ipxe/vmware.h [new file with mode: 0644]
src/arch/i386/interface/vmware/guestrpc.c [new file with mode: 0644]
src/arch/i386/interface/vmware/vmware.c [new file with mode: 0644]