[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: Event delivery and "domain blocking" on PVHv2
On 2020-06-19 13:21, Roger Pau Monné wrote: On Fri, Jun 19, 2020 at 12:28:50PM +0200, Martin Lucina wrote:On 2020-06-18 13:46, Roger Pau Monné wrote: > On Thu, Jun 18, 2020 at 12:13:30PM +0200, Martin Lucina wrote: > > At this point I don't really have a clear idea of how to progress, > > comparing my implementation side-by-side with the original PV > > Mini-OS-based > > implementation doesn't show up any differences I can see. > > > > AFAICT the OCaml code I've also not changed in any material way, and > > that > > has been running in production on PV for years, so I'd be inclined > > to think > > the problem is in my reimplementation of the C parts, but where...? > > A good start would be to print the ISR and IRR lapic registers when > blocked, to assert there are no pending vectors there. > > Can you apply the following patch to your Xen, rebuild and check the > output of the 'l' debug key? > > Also add the output of the 'v' key.Had to fight the Xen Debian packages a bit as I wanted to patch the exact same Xen (there are some failures when building on a system that has Xeninstalled due to following symlinks when fixing shebangs).Here you go, when stuck during netfront setup, after allocating its eventchannel, presumably waiting on Xenstore: 'e': (XEN) Event channel information for domain 3: (XEN) Polling vCPUs: {} (XEN) port [p/m/s] (XEN) 1 [1/0/1]: s=3 n=0 x=0 d=0 p=33 (XEN) 2 [1/1/1]: s=3 n=0 x=0 d=0 p=34 (XEN) 3 [1/0/1]: s=5 n=0 x=0 v=0 (XEN) 4 [0/1/1]: s=2 n=0 x=0 d=0 'l': (XEN) d3v0 IRR: ffff8301732dc200b (XEN) d3v0 ISR: ffff8301732dc100bWhich version of Xen is this? AFAICT it doesn't have the support to print a bitmap. That in Debian 10 (stable):ii xen-hypervisor-4.11-amd64 4.11.3+24-g14b62ab3e5-1~deb10u1.2 amd64 Xen Hypervisor on AMD64 xen_major : 4 xen_minor : 11 xen_extra : .4-pre xen_version : 4.11.4-pre Do you think you could also pick commit 8cd9500958d818e3deabdd0d4164ea6fe1623d7c [0] and rebuild? (and print the info again). Done, here you go: (XEN) Event channel information for domain 3: (XEN) Polling vCPUs: {} (XEN) port [p/m/s] (XEN) 1 [1/0/1]: s=3 n=0 x=0 d=0 p=33 (XEN) 2 [1/1/1]: s=3 n=0 x=0 d=0 p=34 (XEN) 3 [1/0/1]: s=5 n=0 x=0 v=0 (XEN) 4 [0/1/1]: s=3 n=0 x=0 d=0 p=35(XEN) d3v0 IRR: 00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 (XEN) d3v0 ISR: 00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 (XEN) *********** VMCS Areas ************** (XEN) (XEN) >>> Domain 3 <<< (XEN) VCPU 0 (XEN) *** Guest State ***(XEN) CR0: actual=0x0000000080000033, shadow=0x0000000080000033, gh_mask=ffffffffffffffff (XEN) CR4: actual=0x0000000000002660, shadow=0x0000000000000020, gh_mask=ffffffffffc8f860 (XEN) CR3 = 0x00000000002e9000(XEN) RSP = 0x000000000ffffec0 (0x000000000ffffec0) RIP = 0x0000000000209997 (0x0000000000209998) (XEN) RFLAGS=0x00000297 (0x00000297) DR7 = 0x0000000000000400 (XEN) Sysenter RSP=0000000000000000 CS:RIP=0000:0000000000000000 (XEN) sel attr limit base (XEN) CS: 0008 0a099 ffffffff 0000000000000000 (XEN) DS: 0010 0c093 ffffffff 0000000000000000 (XEN) SS: 0010 0c093 ffffffff 0000000000000000 (XEN) ES: 0010 0c093 ffffffff 0000000000000000 (XEN) FS: 0000 1c000 ffffffff 0000000000000000 (XEN) GS: 0000 1c000 ffffffff 0000000000000000 (XEN) GDTR: 00000027 00000000003e13c0 (XEN) LDTR: 0000 10000 00000000 0000000000000000 (XEN) IDTR: 000002ff 00000000003e10a8 (XEN) TR: 0018 0008b 00000068 00000000003e1040 (XEN) EFER = 0x0000000000000000 PAT = 0x0007040600070406 (XEN) PreemptionTimer = 0x00000000 SM Base = 0x00000000(XEN) DebugCtl = 0x0000000000000000 DebugExceptions = 0x0000000000000000 (XEN) Interruptibility = 00000000 ActivityState = 00000000 (XEN) *** Host State ***(XEN) RIP = 0xffff82d08031df40 (vmx_asm_vmexit_handler) RSP = 0xffff83009c057f70 (XEN) CS=e008 SS=0000 DS=0000 ES=0000 FS=0000 GS=0000 TR=e040(XEN) FSBase=0000000000000000 GSBase=0000000000000000 TRBase=ffff82d08055e000 (XEN) GDTBase=ffff82d08042f000 IDTBase=ffff82d080559000 (XEN) CR0=0000000080050033 CR3=0000000171d9b000 CR4=00000000003526e0 (XEN) Sysenter RSP=ffff83009c057fa0 CS:RIP=e008:ffff82d0803664b0 (XEN) EFER = 0x0000000000000000 PAT = 0x0000050100070406 (XEN) *** Control State *** (XEN) PinBased=0000003f CPUBased=b6a065fa SecondaryExec=000014eb (XEN) EntryControls=000053ff ExitControls=000fefff (XEN) ExceptionBitmap=00060002 PFECmask=00000000 PFECmatch=00000000 (XEN) VMEntry: intr_info=00000020 errcode=00000000 ilen=00000000 (XEN) VMExit: intr_info=00000000 errcode=00000000 ilen=00000001 (XEN) reason=0000000c qualification=0000000000000000 (XEN) IDTVectoring: info=00000000 errcode=00000000(XEN) TSC Offset = 0xffffffd2984c98e6 TSC Multiplier = 0x0000000000000000 (XEN) TPR Threshold = 0x00 PostedIntrVec = 0x00 (XEN) EPT pointer = 0x000000016e5ac01e EPTP index = 0x0000 (XEN) PLE Gap=00000080 Window=00001000 (XEN) Virtual processor ID = 0x000e VMfunc controls = 0000000000000000 (XEN) ************************************** Martin Thanks, Roger. [0] http://xenbits.xen.org/gitweb/?p=xen.git;a=patch;h=8cd9500958d818e3deabdd0d4164ea6fe1623d7c
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |