Re: Standalone binary loader for BHyVe

2013-08-05 Thread Peter Grehan
Hi Takuya, I implemented standalone binary loader for BHyVe. This allows to load custom program on guest memory area, and run it from specified entry point address. I wrote this for test code of BHyVe suspend/resume project(Yoneji Iori's work), but it might be useful for some other purposes

Standalone binary loader for BHyVe

2013-08-04 Thread Takuya ASADA
Hi, I implemented standalone binary loader for BHyVe. This allows to load custom program on guest memory area, and run it from specified entry point address. I wrote this for test code of BHyVe suspend/resume project(Yoneji Iori's work), but it might be useful for some other purposes