From: Peter Dinda Date: Tue, 11 Mar 2014 16:09:42 +0000 (-0500) Subject: HPET does not abort load/save X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=commitdiff_plain;h=619573feabf1d01cf679a8c2f360cbc38b0a5664;p=palacios.releases.git HPET does not abort load/save --- 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