qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v6 09/51] i386/xen: handle guest hypercalls


From: David Woodhouse
Subject: Re: [PATCH v6 09/51] i386/xen: handle guest hypercalls
Date: Mon, 16 Jan 2023 17:57:27 +0000
User-agent: Evolution 3.44.4-0ubuntu1

On Mon, 2023-01-16 at 16:24 +0000, Paul Durrant wrote:
> > +    trace_kvm_xen_hypercall(CPU(cpu)->cpu_index, exit->u.hcall.cpl,
> > +                            exit->u.hcall.input, exit->u.hcall.params[0],
> > +                            exit->u.hcall.params[1], 
> > exit->u.hcall.params[2],
> > +                            exit->u.hcall.result);
> 
> It seems odd to have the trace message after the hypercall is handled. 
> Any additional tracing in the handler if going to come out before we're 
> told what hypercall it is.

Well yeah, but if we do it sooner then we don't have the result, and
end up with two separate trace lines to print the result too.

Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]