X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fgeekos%2Fvm.c;h=70da496857224bcc2d52e12422c0939791916d9f;hb=9499a207c37ebd0eac1e9f62b4600c448101d7b0;hp=a46bc761336de8fb1edf322a0a354358d5ea1172;hpb=dd37e2c1fabd6d6856c7a2cdbd2f3f73fb034393;p=palacios.releases.git diff --git a/palacios/src/geekos/vm.c b/palacios/src/geekos/vm.c index a46bc76..70da496 100644 --- a/palacios/src/geekos/vm.c +++ b/palacios/src/geekos/vm.c @@ -164,7 +164,7 @@ void BuzzVM() } - +/* int passthrough_mem_read(void * guest_addr, void * dst, uint_t length, void * priv_data) { memcpy(dst, (void*)guest_addr, length); return length; @@ -174,7 +174,7 @@ int passthrough_mem_write(void * guest_addr, void * src, uint_t length, void * p memcpy((void*)guest_addr, src, length); return length; } - +*/ /* We need a configuration mechanism, so we can wrap this completely inside the VMM code,