Displaying 20 results from an estimated 2000 matches similar to: "Running libvirt on a virtualized server"
2013 Jun 17
0
Re: Fwd: Haswell 4770 misidentified as Sandy Bridge
Kashyap: I have not tried integrating your guest xml but I will look over
it today when I get a chance. Thank you.
Martin: Below is the output from /proc/cpuinfo. Let me know if there is
anything else that would be helpful in debugging this. Thank you,
Michael Giardino
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 60
model name : Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz
stepping
2016 Sep 13
0
Error doing PCI passthrough on CentOS 7.2
Hi all,
I am trying to configure a kvm guest using pci passthrough to pass it a wireless pci adapter (host is my personal laptop). But when I try to start it:
error: Failed to start domain obsdfw
error: unsupported configuration: host doesn't support passthrough of host PCI devices
PCI passthrough is enabled:
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-3.10.0-327.28.3.el7.x86_64
2017 May 11
0
CentOS 6 / Intel CPU support
On 05/11/2017 12:45 PM, Leon Fauster wrote:
>> Am 11.05.2017 um 16:29 schrieb Leon Fauster <leonfauster at googlemail.com>:
>>
>>> Am 11.05.2017 um 14:48 schrieb Leon Fauster <leonfauster at googlemail.com>:
>>>
>>> https://access.redhat.com/support/policy/intel
>>>
>>> shows mainly Xeon CPUs. What about
>>>
>>>
2017 May 11
3
CentOS 6 / Intel CPU support
> Here's mine. Interesting differences:
If you disable Intel Speedstep in the BIOS it should lock the CPU to its
fastest speed, but you lose power saving during idle.
On Thu, May 11, 2017 at 3:48 PM, ken <gebser at mousecar.com> wrote:
> On 05/11/2017 12:45 PM, Leon Fauster wrote:
>
>> Am 11.05.2017 um 16:29 schrieb Leon Fauster <leonfauster at googlemail.com>:
2017 Feb 06
2
Why Guest does not retain Host CPU flags
hi ,
I am creating Guest by Libvirt tool " virt-install" with cpu model as
host.
After Guest creation i see Guest Missing quite no of flags which Host was
having .
What could be the reason for this ? I am expecting all flags of Host to e
present in Guest as well when choosing cpu model as host .
Guest :
processor : 19
vendor_id : GenuineIntel
cpu family : 6
model
2014 Mar 03
0
Re: 'virsh capabilities' on Debian Wheezy-amd64 reports different cpu to Wheezy-i386 (on same hardware)
On Mon, Mar 03, 2014 at 10:30:11AM +0000, Struan Bartlett wrote:
> Hi Martin
>
> Thanks for your response. Here's the output of that grep:
>
> # grep ^flags /proc/cpuinfo | sort -u
> flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca
> cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall
> nx pdpe1gb rdtscp lm constant_tsc
2015 Feb 04
2
CPU model and missing AES-NI extension
Hi,
today I tried to configure a guest using Virt-Manager and used the "copy
host cpu configuration" option which resultet in a "Sandy Bridge" model.
What I noticed is that for example the "aes" extension is not available
in the guest even though it is available on the host cpu.
This is what the host cpu looks like:
model name : Intel(R) Xeon(R) CPU E5-2650 v3 @
2015 Feb 05
0
Re: CPU model and missing AES-NI extension
On 04.02.2015 22:32, Dennis Jacobfeuerborn wrote:
> Hi,
> today I tried to configure a guest using Virt-Manager and used the "copy
> host cpu configuration" option which resultet in a "Sandy Bridge" model.
> What I noticed is that for example the "aes" extension is not available
> in the guest even though it is available on the host cpu.
>
> This
2014 Mar 03
0
Re: 'virsh capabilities' on Debian Wheezy-amd64 reports different cpu to Wheezy-i386 (on same hardware)
On Mon, Mar 03, 2014 at 10:47:03AM +0000, Struan Bartlett wrote:
>
> On 03/03/2014 10:44, Martin Kletzander wrote:
> > On Mon, Mar 03, 2014 at 10:30:11AM +0000, Struan Bartlett wrote:
> >> Hi Martin
> >>
> >> Thanks for your response. Here's the output of that grep:
> >>
> >> # grep ^flags /proc/cpuinfo | sort -u
> >> flags
2018 Sep 30
1
libvirt reported capabilities doesn't match /proc/cpuinfo while the model does match
Hi,
According to virsh capabilities I only have the following cpu features:
<cpu>
<arch>x86_64</arch>
<model>IvyBridge-IBRS</model>
<vendor>Intel</vendor>
<microcode version='32'/>
<topology sockets='1' cores='4' threads='1'/>
<feature name='ds'/>
2017 Jan 30
0
Re: libvirt does not show same CPU Model as /proc/cpuinfo for CPU Model info.
On Sat, Jan 28, 2017 at 09:29:11PM +0530, akhilesh rawat wrote:
>Hi ,
>
>Created new thread .
>
>
>Environment:
>Bare Metal server + CentOs with qemu/KVM +libvirt for virtualization
>Guest Instantiated with virt-install with forced CPU model like below
> virt-install --virt-type kvm --name compute-0 --cpu
2012 Dec 07
3
(no subject)
Hi All,
I have recently installed CentOS 6.3 with QEMU+KVM for Virtualization.
I have successfully created a Windows 2003 VM with 4GB of RAM. The host
server is an HP ML350 G8 with 24GB RAM and 24 cores. Details of one of
the cores is shown below:
processor : 23
vendor_id : GenuineIntel
cpu family : 6
model : 45
model name : Intel(R) Xeon(R) CPU E5-2620 0 @
2014 Mar 03
0
Re: 'virsh capabilities' on Debian Wheezy-amd64 reports different cpu to Wheezy-i386 (on same hardware)
On Mon, Mar 03, 2014 at 02:15:43PM +0000, Struan Bartlett wrote:
>
>
> On 03/03/2014 13:42, Martin Kletzander wrote:
> > On Mon, Mar 03, 2014 at 11:15:51AM +0000, Struan Bartlett wrote:
> >> On 03/03/2014 10:55, Martin Kletzander wrote:
> >>> On Mon, Mar 03, 2014 at 10:47:03AM +0000, Struan Bartlett wrote:
> >>>> On 03/03/2014 10:44, Martin
2014 Mar 03
0
Re: 'virsh capabilities' on Debian Wheezy-amd64 reports different cpu to Wheezy-i386 (on same hardware)
On Mon, Mar 03, 2014 at 11:15:51AM +0000, Struan Bartlett wrote:
>
> On 03/03/2014 10:55, Martin Kletzander wrote:
> > On Mon, Mar 03, 2014 at 10:47:03AM +0000, Struan Bartlett wrote:
> >> On 03/03/2014 10:44, Martin Kletzander wrote:
> >>> On Mon, Mar 03, 2014 at 10:30:11AM +0000, Struan Bartlett wrote:
> >>>> Hi Martin
> >>>>
>
2013 Jun 13
0
Fwd: Haswell 4770 misidentified as Sandy Bridge
Hi,
I'm running libvert on a Debian 7 system. I have upgraded libvert and qemu
from source (v1.06 and 1.5.0 respectively) and the problem persists. The
guest OS is also a Debian 7 system running a non-SMP kernel. The error
message from virt-manager is
Error starting domain: unsupported configuration: guest and host CPU are
not compatible: Host CPU does not provide required features: rtm,
2014 Mar 03
2
Re: 'virsh capabilities' on Debian Wheezy-amd64 reports different cpu to Wheezy-i386 (on same hardware)
Hi Martin
Thanks for your response. Here's the output of that grep:
# grep ^flags /proc/cpuinfo | sort -u
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca
cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall
nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl
xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor
2011 Oct 20
1
Identifying proper CPU type
Hi,
I've been working on trying to figure out why my virtual machine keeps
crashing when I don't believe I have a hardware problem, and I believe
I might know why. As I'm relatively new to this, I believe I may have
misconfigured the XML file to try and maximize the CPU features that
are available to the guest from the host.
I have an Intel Xeon E3-1240 3.3Ghz quad-core. How can I
2017 Jan 28
2
libvirt does not show same CPU Model as /proc/cpuinfo for CPU Model info.
Hi ,
Created new thread .
Environment:
Bare Metal server + CentOs with qemu/KVM +libvirt for virtualization
Guest Instantiated with virt-install with forced CPU model like below
virt-install --virt-type kvm --name compute-0 --cpu
Haswell,+fma,+movbe,+fsgsbase,+bmi1,+hle,+avx2,+smep,+bmi2,+erms,+invpcid,+rtm
--ram=61440 --vcpus=20 --os-type=linux --os-variant=generic
After guest installation
2017 May 11
2
CentOS 6 / Intel CPU support
> Am 11.05.2017 um 16:29 schrieb Leon Fauster <leonfauster at googlemail.com>:
>
>> Am 11.05.2017 um 14:48 schrieb Leon Fauster <leonfauster at googlemail.com>:
>>
>> https://access.redhat.com/support/policy/intel
>>
>> shows mainly Xeon CPUs. What about
>>
>> Intel Core i7-6700 Quad-Core Skylake
>>
>> has the current EL6
2013 Jun 17
2
Re: Fwd: Haswell 4770 misidentified as Sandy Bridge
On 06/13/2013 10:11 PM, Michael Giardino wrote:
> Hi,
>
> I'm running libvert on a Debian 7 system. I have upgraded libvert and qemu
> from source (v1.06 and 1.5.0 respectively) and the problem persists. The
> guest OS is also a Debian 7 system running a non-SMP kernel. The error
> message from virt-manager is
>
> Error starting domain: unsupported configuration: