[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v5 13/17] xenctx: Add convert of more registers to symbols
>>> On 21.03.14 at 16:07, Ian Campbell <Ian.Campbell@xxxxxxxxxx> wrote: > On Thu, 2014-03-20 at 15:07 -0400, Don Slutz wrote: > >> @@ -368,8 +380,11 @@ static void print_ctx_32(vcpu_guest_context_x86_32_t >> *ctx) >> printf(" gs: %04x\n", regs->gs); >> >> if (xenctx.disp_all) { >> - print_special(ctx->ctrlreg, "cr", 0x1d, 4); >> - print_special(ctx->debugreg, "dr", 0xcf, 4); >> + uint64_t cr_reg_mask[5] = {0, 0, ~0ULL}; >> + uint64_t dr_reg_mask[8] = {~0ULL, ~0ULL, ~0ULL, ~0ULL}; > > Are you really using 8*64 bits to represent 8 boolean values? Your masks > are all 0 or ~0. Actually I had asked for this, since special registers may happen to have (often at their bottom or top) bits not being part of an address. Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |