[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v6] x86/hvm: add vcpu parameter to guest memory copy function
On Thu, Feb 09, 2017 at 03:10:10AM -0700, Jan Beulich wrote: > >>> On 07.02.17 at 18:35, <roger.pau@xxxxxxxxxx> wrote: > > @@ -3178,9 +3179,9 @@ static enum hvm_copy_result __hvm_copy( > > { > > static unsigned long lastpage; > > if ( xchg(&lastpage, gfn) != gfn ) > > - gdprintk(XENLOG_DEBUG, "guest attempted write to > > read-only" > > + printk(XENLOG_DEBUG, "%pv guest attempted write to > > read-only" > > This broke the build, and I can't see how it would have built for you. > I've converted it to dprintk(XENLOG_G_DEBUG, ...) to retain as many > of the original properties as possible. Hm, this is currently building fine for me using clang 3.8. In any case, thanks and sorry for the trouble. Roger. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |