search for: cpu_map

Displaying 20 results from an estimated 35 matches for "cpu_map".

2015 Jul 21
2
libvirtd error missing cpu model
...on is not supported by the connection driver: cannot get node CPU data for ppc architecture Below is the output of important files.. cat /proc/cpuinfo processor : 0 cpu : e5500 clock : 1400.000000MHz revision : 2.1 (pvr 8024 1021) bogomips : 75.00 cat /usr/share/libvirt/cpu_map.xml <model name='POWERPC_e5500'> <vendor name='Freescale'/> <pvr value='0x80240000'/> </model> <model name='POWERPC_e6500'> <vendor name='Freescale'/> <pvr value='0x80400000'/&g...
2015 Jul 22
2
Re: libvirtd error missing cpu model
Hi Andrea Thanks for the reply. Below is some more information regarding the same.. uname -a Linux t1040rdb 3.12.37-rt51-QorIQ-SDK-V1.8+gf488de6 #2 SMP Mon Jul 20 14:43:02 IST 2015 ppc GNU/Linux libvirtd --version libvirtd (libvirt) 1.2.13 cat /usr/share/libvirt/cpu_map.xml </arch> <arch name='ppc64'> <model name='POWERPC_e5500'> <vendor name='Freescale'/> <pvr value='0x80240000'/> </model> <model name='POWERPC_e6500'> <vendor name='Freescale...
2014 Aug 07
1
Passing literal -cpu model string to qemu
...he obvious one would be: <cpu><model>cortex-a57</model></cpu> This passes `-cpu host' which is both wrong and likely to be a bug. I tried adding various flags and studying the source, but it's extremely non-obvious how to do this. Also adding the following into cpu_map.xml didn't make any difference: --- a/src/cpu/cpu_map.xml +++ b/src/cpu/cpu_map.xml @@ -626,6 +626,11 @@ <vendor name='IBM'/> <pvr value='0x004b0100'/> </model> + </arch> + <!-- ARM, 64 bit --> + <arch name='aarch64...
2014 Mar 03
2
Re: 'virsh capabilities' on Debian Wheezy-amd64 reports different cpu to Wheezy-i386 (on same hardware)
...efinitions you've sent (basically because I'm fairly > certain we have no such mistakes in our code O:-) ). > > But I did that now and indeed, you can see that the difference is only > in the "syscall" feature. You can do that yourselves using the info > from "cpu_map.xml" if you don't believe me ;) > > Martin Martin Many thanks for helping me get to the bottom of this, though could you clarify what you mean when you say that the difference is only in the "syscall" feature? I've looked at cpu_map.xml, and compared the features fo...
2015 Nov 11
2
[PATCH] instmem/gk20a: use DMA API CPU mapping
...many clients are using vaddr? */ + u32 use_cpt; + /* will point to the higher half of pages */ dma_addr_t *dma_addrs; /* array of base.mem->size pages (+ dma_addr_ts) */ @@ -109,8 +110,6 @@ struct gk20a_instmem { /* Only used by DMA API */ struct dma_attrs attrs; - - void __iomem * (*cpu_map)(struct nvkm_memory *); }; #define gk20a_instmem(p) container_of((p), struct gk20a_instmem, base) @@ -132,46 +131,19 @@ gk20a_instobj_size(struct nvkm_memory *memory) return (u64)gk20a_instobj(memory)->mem.size << 12; } -static void __iomem * -gk20a_instobj_cpu_map_dma(struct nvkm...
2014 Mar 03
0
Re: 'virsh capabilities' on Debian Wheezy-amd64 reports different cpu to Wheezy-i386 (on same hardware)
...t (basically because I'm fairly > > certain we have no such mistakes in our code O:-) ). > > > > But I did that now and indeed, you can see that the difference is only > > in the "syscall" feature. You can do that yourselves using the info > > from "cpu_map.xml" if you don't believe me ;) > > > > Martin > Martin > > Many thanks for helping me get to the bottom of this, though could you > clarify what you mean when you say that the difference is only in the > "syscall" feature? I've looked at cpu_map.xm...
2014 Mar 03
2
Re: 'virsh capabilities' on Debian Wheezy-amd64 reports different cpu to Wheezy-i386 (on same hardware)
...gt; Wheezy-i386. The results given by the Wheezy-i386 version seem very >>>>>> wrong (since n270 is an Atom processor). Apart from architecture, the >>>>>> package versions of libvirt-bin are identical: 1.2.1-1~bpo70+1. >>>>>> /usr/share/libvirt/cpu_map.xml files are identical. Is this a known >>>>>> issue? Details for one server are: >>>>>> >>>>>> # cat /proc/cpuinfo| head -n 26 >>>>>> processor : 0 >>>>>> vendor_id : GenuineIntel >>>&gt...
2015 Nov 11
0
[PATCH] instmem/gk20a: use DMA API CPU mapping
...t; + > /* will point to the higher half of pages */ > dma_addr_t *dma_addrs; > /* array of base.mem->size pages (+ dma_addr_ts) */ > @@ -109,8 +110,6 @@ struct gk20a_instmem { > > /* Only used by DMA API */ > struct dma_attrs attrs; > - > - void __iomem * (*cpu_map)(struct nvkm_memory *); > }; > #define gk20a_instmem(p) container_of((p), struct gk20a_instmem, base) > > @@ -132,46 +131,19 @@ gk20a_instobj_size(struct nvkm_memory *memory) > return (u64)gk20a_instobj(memory)->mem.size << 12; > } > > -static void __iomem...
2015 Jul 22
0
Re: libvirtd error missing cpu model
...for ppc architecture > > > > Below is the output of important files.. > > cat /proc/cpuinfo > processor : 0 > cpu : e5500 > clock : 1400.000000MHz > revision : 2.1 (pvr 8024 1021) > bogomips : 75.00 > > > cat /usr/share/libvirt/cpu_map.xml > > <model name='POWERPC_e5500'> > <vendor name='Freescale'/> > <pvr value='0x80240000'/> > </model> > > <model name='POWERPC_e6500'> > <vendor name='Freescale'/> &gt...
2014 Feb 28
2
'virsh capabilities' on Debian Wheezy-amd64 reports different cpu to Wheezy-i386 (on same hardware)
...capabilities' reports the cpu differently on Debian Wheezy-amd64 and Wheezy-i386. The results given by the Wheezy-i386 version seem very wrong (since n270 is an Atom processor). Apart from architecture, the package versions of libvirt-bin are identical: 1.2.1-1~bpo70+1. /usr/share/libvirt/cpu_map.xml files are identical. Is this a known issue? Details for one server are: # cat /proc/cpuinfo| head -n 26 processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 45 model name : Intel(R) Xeon(R) CPU E5-2650L 0 @ 1.80GHz stepping : 7 microcode :...
2015 Jul 22
2
Re: libvirtd error missing cpu model
...formation regarding the same.. > > > > uname -a > > Linux t1040rdb 3.12.37-rt51-QorIQ-SDK-V1.8+gf488de6 #2 SMP Mon Jul 20 > > 14:43:02 IST 2015 ppc GNU/Linux > > > > libvirtd --version > > libvirtd (libvirt) 1.2.13 > > > > cat /usr/share/libvirt/cpu_map.xml > > > > </arch> > > <arch name='ppc64'> > > <model name='POWERPC_e5500'> > > <vendor name='Freescale'/> > > <pvr value='0x80240000'/> > > </model> > > > &gt...
2017 Jan 24
2
LibVirt query CPU Model support and restore operation
...de required features: invpcid, erms, bmi2, smep, avx2, bmi1, fsgsbase, movbe, fma Domain installation does not appear to have been successful. I could not resolve this error . Finally i came across the post which say that libvirt cross verifies flags under CPU model present in /usr/share/libvirt/cpu_map.xml and cat /proc/cpuinfo . An yes the flag complained were not present in host proc/cpuinfo. Question 1: Is it really needed for Libvirt to do this check . AS KVM seems to allow support Haswell with native commands . Why libvirt is doing this check then ? As i was not sure where the problem li...
2014 Mar 03
2
Re: 'virsh capabilities' on Debian Wheezy-amd64 reports different cpu to Wheezy-i386 (on same hardware)
...cpu differently on Debian Wheezy-amd64 and >> Wheezy-i386. The results given by the Wheezy-i386 version seem very >> wrong (since n270 is an Atom processor). Apart from architecture, the >> package versions of libvirt-bin are identical: 1.2.1-1~bpo70+1. >> /usr/share/libvirt/cpu_map.xml files are identical. Is this a known >> issue? Details for one server are: >> >> # cat /proc/cpuinfo| head -n 26 >> processor : 0 >> vendor_id : GenuineIntel >> cpu family : 6 >> model : 45 >> model name : Intel(R)...
2014 Mar 03
0
Re: 'virsh capabilities' on Debian Wheezy-amd64 reports different cpu to Wheezy-i386 (on same hardware)
...39; reports the cpu differently on Debian Wheezy-amd64 and > Wheezy-i386. The results given by the Wheezy-i386 version seem very > wrong (since n270 is an Atom processor). Apart from architecture, the > package versions of libvirt-bin are identical: 1.2.1-1~bpo70+1. > /usr/share/libvirt/cpu_map.xml files are identical. Is this a known > issue? Details for one server are: > > # cat /proc/cpuinfo| head -n 26 > processor : 0 > vendor_id : GenuineIntel > cpu family : 6 > model : 45 > model name : Intel(R) Xeon(R) CPU E5-2650L 0 @ 1.80GHz...
2014 Mar 03
2
Re: 'virsh capabilities' on Debian Wheezy-amd64 reports different cpu to Wheezy-i386 (on same hardware)
...-amd64 and >>>> Wheezy-i386. The results given by the Wheezy-i386 version seem very >>>> wrong (since n270 is an Atom processor). Apart from architecture, the >>>> package versions of libvirt-bin are identical: 1.2.1-1~bpo70+1. >>>> /usr/share/libvirt/cpu_map.xml files are identical. Is this a known >>>> issue? Details for one server are: >>>> >>>> # cat /proc/cpuinfo| head -n 26 >>>> processor : 0 >>>> vendor_id : GenuineIntel >>>> cpu family : 6 >>>> m...
2017 Mar 23
2
[PATCH] p2v: Use lscpu instead of libvirt to get CPU information.
...r from lscpu output. + */ static void -ignore_errors (void *ignore, virErrorPtr ignore2) +get_vendor (char **lscpu, struct cpu_config *cpu) { - /* empty */ + const char *vendor = get_field (lscpu, "Vendor ID"); + + if (vendor) { + /* Note this mapping comes from /usr/share/libvirt/cpu_map.xml */ + if (STREQ (vendor, "GenuineIntel")) + cpu->vendor = strdup ("Intel"); + else if (STREQ (vendor, "AuthenticAMD")) + cpu->vendor = strdup ("AMD"); + /* Currently aarch64 lscpu has no Vendor ID XXX. */ + } } -static void lib...
2014 Mar 03
0
Re: 'virsh capabilities' on Debian Wheezy-amd64 reports different cpu to Wheezy-i386 (on same hardware)
...between the processor definitions you've sent (basically because I'm fairly certain we have no such mistakes in our code O:-) ). But I did that now and indeed, you can see that the difference is only in the "syscall" feature. You can do that yourselves using the info from "cpu_map.xml" if you don't believe me ;) Martin > Struan > > >>> Martin > >>> > >>>> Struan > >>>> > >>>> On 03/03/2014 10:00, Martin Kletzander wrote: > >>>>> On Fri, Feb 28, 2014 at 03:45:01PM +0000, St...
2014 Mar 03
0
Re: 'virsh capabilities' on Debian Wheezy-amd64 reports different cpu to Wheezy-i386 (on same hardware)
...ebian Wheezy-amd64 and > >> Wheezy-i386. The results given by the Wheezy-i386 version seem very > >> wrong (since n270 is an Atom processor). Apart from architecture, the > >> package versions of libvirt-bin are identical: 1.2.1-1~bpo70+1. > >> /usr/share/libvirt/cpu_map.xml files are identical. Is this a known > >> issue? Details for one server are: > >> > >> # cat /proc/cpuinfo| head -n 26 > >> processor : 0 > >> vendor_id : GenuineIntel > >> cpu family : 6 > >> model : 45 &...
2014 Mar 03
0
Re: 'virsh capabilities' on Debian Wheezy-amd64 reports different cpu to Wheezy-i386 (on same hardware)
...>>> Wheezy-i386. The results given by the Wheezy-i386 version seem very > >>>> wrong (since n270 is an Atom processor). Apart from architecture, the > >>>> package versions of libvirt-bin are identical: 1.2.1-1~bpo70+1. > >>>> /usr/share/libvirt/cpu_map.xml files are identical. Is this a known > >>>> issue? Details for one server are: > >>>> > >>>> # cat /proc/cpuinfo| head -n 26 > >>>> processor : 0 > >>>> vendor_id : GenuineIntel > >>>> cpu fami...
2015 Jul 22
0
Re: libvirtd error missing cpu model
...for the reply. > Below is some more information regarding the same.. > > uname -a > Linux t1040rdb 3.12.37-rt51-QorIQ-SDK-V1.8+gf488de6 #2 SMP Mon Jul 20 > 14:43:02 IST 2015 ppc GNU/Linux > > libvirtd --version > libvirtd (libvirt) 1.2.13 > > cat /usr/share/libvirt/cpu_map.xml > > </arch> > <arch name='ppc64'> > <model name='POWERPC_e5500'> > <vendor name='Freescale'/> > <pvr value='0x80240000'/> > </model> > > <model name='POWERPC_e6500'...