X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Fhpet.c;h=c0a8389a94d03a740f7c7eb79cb1618b249d7462;hb=ea65d1874b27fd5d8ef5b560c1f4b6eb8c57b40b;hp=a9b5d1ad885753ad896d2db52ee716a993475643;hpb=0cfff557ab0e411afa26850f502d39c6026cb355;p=palacios.git diff --git a/palacios/src/devices/hpet.c b/palacios/src/devices/hpet.c index a9b5d1a..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