From: Hollis B. <ho...@us...> - 2008-01-09 00:12:12
|
When applied after Jerone's kvm_create_kernel_phys_mem() libkvm patch, these patches get the kvm-userspace/user/ test harness building and somewhat working for PowerPC. For the moment it's just a simply binary loader (hence the need for objcopy), but in the future it should be easy to add an ELF or even uImage loader. 3 files changed, 449 insertions(+), 9 deletions(-) user/config-powerpc.mak | 30 ++- user/configure | 2 user/main-ppc.c | 426 +++++++++++++++++++++++++++++++++++++++++++++++ |