[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v5 10/11] viridian: add implementation of synthetic timers
>>> On 13.03.19 at 14:06, <Paul.Durrant@xxxxxxxxxx> wrote: >> From: Paul Durrant [mailto:paul.durrant@xxxxxxxxxx] >> Sent: 11 March 2019 13:42 >> >> --- a/xen/include/asm-x86/hvm/viridian.h >> +++ b/xen/include/asm-x86/hvm/viridian.h >> @@ -40,6 +40,33 @@ union viridian_sint_msr >> }; >> }; >> >> +union viridian_stimer_config_msr >> +{ >> + uint64_t raw; >> + struct >> + { >> + uint64_t enabled:1; >> + uint64_t periodic:1; >> + uint64_t lazy:1; >> + uint64_t auto_enable:1; >> + uint64_t vector:8; >> + uint64_t direct_mode:1; >> + uint64_t reserved_zero1:3; >> + uint64_t sintx:4; >> + uint64_t reserved_zero2:44; >> + } fields; > > Looks like I missed this. I'll send a v6 with it removed. Oh, and I didn't really notice. But the real reason for my reply: Please trim the quoting in your replies. Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |