search for: 06h

Displaying 6 results from an estimated 6 matches for "06h".

Did you mean: 06
2012 Aug 04
2
wheezy VT-d passthrough test: DMAR:[fault reason 06h] PTE Read access is not set
...erial console output: http://pastebin.ca/2177395 Main error appears to be: (XEN) [VT-D]iommu.c:858: iommu_fault_status: Primary Pending Fault (XEN) [VT-D]iommu.c:833: DMAR:[DMA Read] Request device [00:1e.0] fault addr df8e5000, iommu reg = ffff82c3fff57000 (XEN) DMAR:[fault reason 06h] PTE Read access is not set onboard nic on the same bus is going down as depicted in the console log non-vtd passthrough to pv appears to work fine (shows up on domU lspci, did not run a hardware test) _______________________________________________ Xen-devel mailing list Xen-devel@lists....
2003 Aug 09
1
Does Wildcard x100p support Caller ID outside the US? (fwd)
...quot;, cid->rawdata); > > and the result on August 8 at 10:06 from 0490233081 was:- > > File callerid.c, Line 278 (callerid_feed): Got this:- 080810060490233081 > > OK, Now what do I do? Well, I'd say: just strip the date and time off!. You made that call on 2003-08-08, 10:06h local time, didn't you? Cheers, Siggi
2011 May 19
5
vcpu-pin cause dom0 kernel panic
I use xen 4.0(dom0 is suse11.sp1,2.6.32 x86_64) on Dell R710 with PERC H700 RAID adapter. --Intel(R) Xeon(R) CPU E5620 @ 2.40GHz --8 CPU cores. --Memory 64G --RAID5 4.5T When I dedicated (pin) a CPU core only for dom0 use. (I specify "dom0_max_vcpus=1 dom0_vcpus_pin" options for Xen) I got dom0 kernel panic error(pin-1-5.30.bmp) When I pin 2 core to dom0, the dom0 system can boot up,
2009 Mar 22
1
[PATCH] [memdisk] Additional comments in memdisk.inc and postprocess.pl
...; 32-bit code mov eax,[cs:Mem1MB] mov ecx,eax mov ebx,[cs:Mem16MB] mov edx,ebx jmp short int15_success -int15_88: +int15_88: ; Get extended mem size mov ax,[cs:MemInt1588] jmp short int15_success @@ -805,7 +812,8 @@ Int13Funcs dw Reset ; 00h - RESET dw Invalid ; 06h - FORMAT TRACK AND SET BAD FLAGS dw Invalid ; 07h - FORMAT DRIVE AT TRACK dw GetParms ; 08h - GET PARAMETERS - dw InitWithParms ; 09h - INITIALIZE CONTROLLER WITH DRIVE PARAMETERS + dw InitWithParms ; 09h - INITIALIZE CONTROLLER WITH + ; DRIVE PARAMETERS dw Invalid ; 0Ah dw Inv...
2013 May 07
1
PXE sometimes fails to reboot
Hello, In our system (lot of CPCI boards) the atftp server is sometimes so busy that a TFTP request times out. I added the PXE option reboottime to force a quick reboot. Once in a while this fails and the board just doesn't reboot. I can easily reproduce the problem when I rename/delete the pxelinux.cfg directory. In that case the board reboots fine a few times but hangs within 15 minutes.
2007 Nov 30
4
[PATCH 0/4] [AMD IOMMU] Enable PCI passthru for HVM guest
Hi, The following 4 patches enable direct device assignment (PCI passthru) for HVM guest on AMD IOMMU platforms. Please apply them against C/S 16491 as the named order. To enable AMD IOMMU, please add "enable_amd_iommu" as xen boot parameter. 1-cleanup.patch: code cleanup, bug fix, minor enhancements to existing amd-iommu codes. 2-passthru-amd.patch: passthru support, modifications to