|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v6 13/17] xenctx: Add convert of more registers to symbols
>>> On 21.03.14 at 15:11, Don Slutz <dslutz@xxxxxxxxxxx> wrote:
> --- a/tools/xentrace/xenctx.c
> +++ b/tools/xentrace/xenctx.c
> @@ -106,6 +106,9 @@ unsigned long long kernel_start = 0xffffffff80000000UL;
> unsigned long long kernel_start = 0xffffff8000000000UL;
> #endif
>
> +static const uint64_t cr_reg_mask[5] = { [2] = ~UINT64_C(0) };
> +static const uint64_t dr_reg_mask[8] = { [0 ... 3] = ~UINT64_C(0) };
This should be in an x86-specific section (preferably be added to
an existing one rather than adding yet another).
Also the patch came through line wrapped.
Jan
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |