Port-xen archive

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

Re: emulation possible?



On Sat, Oct 31, 2020 at 07:00:18PM +0100, Lizbeth Mutterhunt, Ph.D wrote:
> bash-5.0# cpuctl identify 1
> cpu1: highest basic info 0000000d
> cpu1: highest extended info 80000008
> cpu1: "Intel(R) Celeron(R) CPU 867 @ 1.30GHz"
> cpu1: Intel Xeon E3-12xx, 2nd gen i7, i5, i3 2xxx (686-class), 1297.05 MHz
> cpu1: family 0x6 model 0x2a stepping 0x7 (id 0x206a7)
> cpu1: features 0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE>
> cpu1: features 0xbfebfbff<MCA,CMOV,PAT,PSE36,CLFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2>
> cpu1: features 0xbfebfbff<SS,HTT,TM,SBF>
> cpu1: features1 0xdbae3bf<SSE3,PCLMULQDQ,DTES64,MONITOR,DS-CPL,VMX,EST,TM2>
> cpu1: features1 0xdbae3bf<SSSE3,CX16,xTPR,PDCM,PCID,SSE41,SSE42,X2APIC,POPCNT>
> cpu1: features1 0xdbae3bf<DEADLINE,XSAVE,OSXSAVE>
> cpu1: features2 0x28100000<XD,RDTSCP,EM64T>
> cpu1: features3 0x1<LAHF>
> cpu1: xsave features 0x3<x87,SSE>
> cpu1: xsave instructions 0x1<XSAVEOPT>
> cpu1: xsave area size: current 576, maximum 576, xgetbv enabled
> cpu1: enabled xsave 0x3<x87,SSE>
> cpu1: I-cache 32KB 64B/line 8-way, D-cache 32KB 64B/line 8-way
> cpu1: L2 cache 256KB 64B/line 8-way
> cpu1: L3 cache 2MB 64B/line 8-way
> cpu1: 64B prefetching
> cpu1: ITLB 128 4KB entries 4-way, 2M/4M: 8 entries
> cpu1: DTLB 64 4KB entries 4-way, 2M/4M: 32 entries (L0)
> cpu1: L2 STLB 512 4KB entries 4-way
> cpu1: Initial APIC ID 2
> cpu1: Cluster/Package ID 0
> cpu1: Core ID 1
> cpu1: SMT ID 0
> cpu1: MONITOR/MWAIT extensions 0x3<EMX,IBE>
> cpu1: monitor-line size 64
> cpu1: C1 substates 2
> cpu1: C2 substates 1
> cpu1: C3 substates 1
> cpu1: C4 substates 2
> cpu1: DSPM-eax 0x75<DTS,ARAT,PLN,ECMD,PTM>
> cpu1: DSPM-ecx 0x9<HWF,EPB>
> cpu1: SEF highest subleaf 00000000
> cpu1: Power Management features: 0x100<ITSC>
> cpu1: Perfmon-eax 0x7300803<VERSION=0x3,GPCounter=0x8,GPBitwidth=0x30>
> cpu1: Perfmon-eax 0x7300803<Vectorlen=0x7>
> cpu1: Perfmon-edx 0x603<FixedFunc=0x3,FFBitwidth=0x30>
> cpu1: microcode version 0x1b, platform ID 4
> 
> I found a pkg that doesn't install: xen-4.8.5.tar.gz somewhere.
> sysutils/xenkernel413 or 411 tells me it's build for 64bit cpus.
> 
> how to get access to netBSD 5.0 sources or even binaries?

check http://archive.netbsd.org/

but I think your CPU supports x86_64 (it has EM64T)


> 
> it's an old sandybridge original Intel. Is there any virtualisation
> possible? with qemu-system-i386 or qemu-system-x86_64 I get a
> core-dump (possible without the hypervisor) and kvm isn't.

You can probably install an old Xen in 32bits PAE mode. But you'll only
be able to run PV guests. 
Your CPU has VMX extentions, so with a 64bit Xen and dom0 you should
be able to run HVM guests too.


> 
> is there a way to emualate win7 or MirBSD?

With HVM, certainly.

-- 
Manuel Bouyer <bouyer%antioche.eu.org@localhost>
     NetBSD: 26 ans d'experience feront toujours la difference
--


Home | Main Index | Thread Index | Old Index