search for: hvm_data

Displaying 2 results from an estimated 2 matches for "hvm_data".

Did you mean: hmm_data
2012 Oct 10
7
[PATCH 0 of 7] Miscellaneous updates
Clearing out my local queue of changes before applying other''s.
2010 May 07
0
[PATCH] More xenalyze type fixes
...quot;, h->dump_header, - r->gpa, r->qualification, - r->mfn, r->p2mt); + (unsigned long long)r->gpa, r->qualification, + (unsigned long long)r->mfn, r->p2mt); } void hvm_generic_postprocess(struct hvm_data *h) @@ -5741,7 +5741,7 @@ case 2: if(sizeof(r->gpl2) != ri->extra_words * 4) { - fprintf(warn, "%s: expected %d bytes for %d-level guest, got %d!\n", + fprintf(warn, "%s: expected %zd bytes for %d-level guest, got %d!\n",...