[Xen-devel] What is via in HVM_CALLBACK_VECTOR part?

2017-02-22 Thread Yuming Wu
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

Re: [Xen-devel] What is via in HVM_CALLBACK_VECTOR part?

2017-02-22 Thread Yuming Wu
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

[Xen-devel] printk() incomplete

2016-11-24 Thread Yuming Wu
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

Re: [Xen-devel] printk() incomplete

2016-11-24 Thread Yuming Wu
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

[Xen-devel] Why can't I change cr3 before ACPI boot

2016-12-09 Thread Yuming Wu
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