CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/04/04 11:13:54
Modified files:
usr.sbin/vmd : loadfile_elf.c virtio.c vmd.h vmm.c
Log message:
Directly use physical addresses from ELF header for kernel loading.
This allows us to remove the 'do_mask' parameters in read_mem and
write_mem as well as the address mask operaton itself.
ok mlarkin@
