X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Fhpet.c;h=c0a8389a94d03a740f7c7eb79cb1618b249d7462;hb=a2cc73f21721d319aa8696ec64bb5822765c6011;hp=5e65cd9b65b8407538466c88671dba2d018c5af9;hpb=28ebc3ae749c8d48cc9bd02e3cd3c76ec30db528;p=palacios.git diff --git a/palacios/src/devices/hpet.c b/palacios/src/devices/hpet.c index 5e65cd9..c0a8389 100644 --- a/palacios/src/devices/hpet.c +++ b/palacios/src/devices/hpet.c @@ -789,7 +789,7 @@ static int hpet_save (struct v3_chkpt_ctx * ctx, void * private_data) { PrintError(VM_NONE, VCORE_NONE, "Unimplemented\n"); - return -1; + return 0; } @@ -797,7 +797,7 @@ static int hpet_load (struct v3_chkpt_ctx * ctx, void * private_data) { PrintError(VM_NONE, VCORE_NONE, "Unimplemented\n"); - return -1; + return 0; } #endif @@ -859,7 +859,7 @@ hpet_init (struct v3_vm_info * vm, v3_cfg_tree_t * cfg) /* init architecturally visible state */ init_hpet_state(hpet); - PrintDebug(core->vm_info, core "HPET: Hooking HPET mem region at %p\n", (void*)hpet->base_addr); + PrintDebug(core->vm_info, core, "HPET: Hooking HPET mem region at %p\n", (void*)hpet->base_addr); if (v3_hook_full_mem(vm, V3_MEM_CORE_ANY, hpet->base_addr,