]> xenbits.xensource.com Git - xenalyze.git/commitdiff
[global] Process unknown hvm records as generic by default
authorGeorge Dunlap <gdunlap@gdunlap-desktop.(none)>
Fri, 12 Sep 2008 14:03:35 +0000 (15:03 +0100)
committerGeorge Dunlap <gdunlap@gdunlap-desktop.(none)>
Fri, 12 Sep 2008 14:03:35 +0000 (15:03 +0100)
analyze.c

index 0ccd852343f0f4253065ce255955e76e6a218f62..89aef2b702a967b9b6ffa4e4ae221d92f1e79786 100644 (file)
--- a/analyze.c
+++ b/analyze.c
@@ -4185,6 +4185,7 @@ needs_vmexit:
     case TRC_HVM_MCE:
     case TRC_HVM_CLTS:
     case TRC_HVM_LMSW:
+    default:
         if ( h->post_process != NULL )
             fprintf(warn, "Strange, h->postprocess already set!\n");
         h->inflight.generic.event = ri->event;