x27; stands for.
Would you please kindly tell me the full name of '*via*'?
Thanks
--
Yuming Wu
Institute of Parallel and Distributed Systems (IPADS),
Shanghai Jiao Tong University
___
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
Thanks. The implementation use 'via' as param name and 'a' as local
variable which makes me think `via` is an abbreviation of something. Seems
wrong.
int xen_set_callback_via(uint64_t via)
{
struct xen_hvm_param a;
a.domid = DOMID_SELF;
a.index = HVM_PARAM_CALLBACK_IRQ;
a.value = via;
return HYPE
crash leaving an incomplete log.
How can I make it flush log buffer more frequently or how can I get a full
log/backtrace before system crash?
I'm using serial ttyS2 to debug xen. dom0 earlyprink is xen.
Thanks!
--
Yuming Wu
Institute of Parallel and Distributed Systems (IPADS),
Shanghai
Wow, thanks! Works very well.
On Fri, Nov 25, 2016 at 1:12 PM, Juergen Gross wrote:
> On 25/11/16 04:11, Yuming Wu wrote:
> > Hi,
> >
> > I'm debugging some xen code during hypervisor initialization. Before it
> > reset stack and jump to cpu loop, I
confused about this because new PT also has same mapping. The only
difference is address of page table page and hypervisor should have no
knowledge of this.
Does anyone know this? Or what docs should I refer to?
Thanks
--
Yuming Wu
Institute of Parallel and Distributed Systems (IPADS),
Shanghai