default:
if ( PIB_LOW_HALF(pib_off) ) { // lower half
if ( s != 8 || ma != 0x4 /* UC */ ) {
- panic("Undefined IPI-LHF write with s %d, ma %d!\n", s, ma);
+ panic("Undefined IPI-LHF write with s %ld, ma %d!\n", s, ma);
}
else {
write_ipi(vcpu, pib_off, *(uint64_t *)src);
vio = get_vio(v->domain, v->vcpu_id);
if (vio == 0) {
- panic("bad shared page: %lx");
+ panic("bad shared page\n");
}
p = &vio->vp_ioreq;
p->addr = TO_LEGACY_IO(pa&0x3ffffffUL);
// result.v1,1LL);
// }
while (result.status != 0) {
- panic("PAL_CACHE_FLUSH ERROR, status %d", result.status);
+ panic("PAL_CACHE_FLUSH ERROR, status %ld", result.status);
}
return result;