Re: [Qemu-discuss] qemu -cpu host

2017-02-06 Thread Nerijus Baliunas
Kernel should be OK (it is a distribution kernel), fixes are backported, but qemu version is very old. On Mon, 6 Feb 2017 13:06:16 +0100 Vincenzo Romano wrote: > Yes, both the kernel (for the KVM) and Qemu are quite behind... > > -- > Vincenzo Romano -

Re: [Qemu-discuss] qemu -cpu host

2017-02-06 Thread Nerijus Baliunas
On Mon, 6 Feb 2017 16:58:18 +0530 akhilesh rawat wrote: > /usr/libexec/qemu-kvm -help > QEMU emulator version 1.5.3 (qemu-kvm-1.5.3-126.el7_3.3), Copyright (c) > 2003-2008 Fabrice Bellard > > [root@centos qemu]# uname -r > 3.10.0-514.6.1.el7.x86_64 It is a very old

Re: [Qemu-discuss] qemu -cpu host

2017-02-06 Thread akhilesh rawat
hi, I am using libvirt tool to create instance like below virt-install --virt-type kvm --name compute-0 --cpu host --ram=61440 And when i check the KVM process under host this which is doing this Job ..it as as below usr/libexec/qemu-kvm -name compute-0 -S -machine

Re: [Qemu-discuss] qemu -cpu host

2017-02-06 Thread akhilesh rawat
/usr/libexec/qemu-kvm -help QEMU emulator version 1.5.3 (qemu-kvm-1.5.3-126.el7_3.3), Copyright (c) 2003-2008 Fabrice Bellard [root@centos qemu]# uname -r 3.10.0-514.6.1.el7.x86_64 On Mon, Feb 6, 2017 at 4:53 PM, Vincenzo Romano wrote: > Which version of qemu

Re: [Qemu-discuss] qemu -cpu host

2017-02-06 Thread Narcis Garcia
How did you get that translation from "qemu -cpu host" to "...-cpu SandyBridge,+vme,+ds,+acpi,+ss,..." ? El 06/02/17 a les 12:15, akhilesh rawat ha escrit: > thanks , but if you see the guest which was run as > > > qemu -cpu host > > > has auto generated model as SandyBridge in KVM

Re: [Qemu-discuss] qemu -cpu host

2017-02-06 Thread Vincenzo Romano
Which version of qemu are you using? Which version of the kernel are you running? -- Vincenzo Romano - NotOrAnd.IT Information Technologies -- NON QVIETIS MARIBVS NAVTA PERITVS 2017-02-06 12:19 GMT+01:00 akhilesh rawat : > [root@centos qemu]# /usr/libexec/qemu-kvm

Re: [Qemu-discuss] qemu -cpu host

2017-02-06 Thread akhilesh rawat
thanks , but if you see the guest which was run as qemu -cpu host has auto generated model as SandyBridge in KVM process. usr/libexec/qemu-kvm -name compute-0 -S -machine pc-i440fx-rhel7.0.0,accel=kvm,usb=off -cpu

Re: [Qemu-discuss] qemu -cpu host

2017-02-06 Thread Vincenzo Romano
2017-02-06 11:36 GMT+01:00 akhilesh rawat : > > processor: 19 > vendor_id: GenuineIntel > cpu family: 6 > model: 42 Hmmm. your guest CPU is a different model form the host one. Would you please: - try forcing "SandyBridge" cpu (that'd be your

Re: [Qemu-discuss] qemu -cpu host

2017-02-06 Thread akhilesh rawat
hello, Like below list goes missing : dts acpi ht tm pbe arch_perfmon xtopology nonstop_tsc aperfmperf dtes64 monitor ds_cpl xtpr pdcm pcid And dues to this My nested Guest show error like . Here constant _tsc is miiing from guest 2017-02-04T16:21:06.000 2461: error : qemuMonitorIO:697 :

[Qemu-discuss] qemu -cpu host

2017-02-06 Thread akhilesh rawat
Hello, I want to pass all available host processor features to the guest, and I used the command line switch qemu *-cpu host* *Still I see number of missing features on Guest .* *What could be the reason ? * *-aki*

[Qemu-discuss] Qemu "-cpu host" option

2015-11-26 Thread Abhinav Sharma
Hi, What does Qemu do when invoked using "-cpu host" option that sets target CPU same as the host CPU? Is it that when this option is used Qemu performs no binary translation? Because the target CPU is same as host CPU, code compiled for target CPU may run directly on host CPU. Or does Qemu

Re: [Qemu-discuss] Qemu "-cpu host" option

2015-11-26 Thread Bandan Das
> On Nov 26, 2015, at 12:33 PM, Abhinav Sharma wrote: > > Hi, > What does Qemu do when invoked using "-cpu host" option that sets target CPU > same as the host CPU? > > Is it that when this option is used Qemu performs no binary translation? > Because the target CPU

Re: [Qemu-discuss] Qemu "-cpu host" option

2015-11-26 Thread Peter Maydell
On 26 November 2015 at 17:33, Abhinav Sharma wrote: > Hi, > What does Qemu do when invoked using "-cpu host" option that sets target CPU > same as the host CPU? > > Is it that when this option is used Qemu performs no binary translation? > Because the target CPU is same as

Re: [Qemu-discuss] Qemu "-cpu host" option

2015-11-26 Thread Abhinav Sharma
Sorry, I should have mentioned this earlier. I'm running it on x86_64 architecture, and I'm using -enable-kvm . So in this case, does Qemu binary translate even when "-cpu host" is used? Thanks, Abhinav On Thu, Nov 26, 2015 at 11:11 PM, Peter Maydell wrote: > On 26