Displaying 11 results from an estimated 11 matches for "ignore_msrs".
2015 Nov 26
2
Install nested ESXi 6.x host under CentOS 7 kvm host
Hi all,
I am trying to install nested Esxi 6.x under a Centos7 kvm host to
use it as test lab for new ESXi versions, but I am doing something
wrong because I can't install it.
I have configured kvm and kvm_intel modules with the following options:
options kvm ignore_msrs=1
options kvm_intel nested=1 ept=1
and I add the following options in <cpu> xml guest file:
<cpu mode='custom' match='exact'>
<model fallback='allow'>Westmere</model>
<feature policy='require' name='vmx'/>
</cpu...
2014 Mar 14
0
[PATCH] perf/x86/intel: Use rdmsrl_safe when initializing RAPL PMU.
...ined per model number. If you report a model
>>number you're expected to implement the MSRs defined for that model number.
>>
>>AFAIK Xen just reports 0 for unknown MSRs (and I'm surprised KVM doesn't too)
>>
>>I would suggest to fix KVM.
>
>I believe ignore_msrs parameter to kvm handles that.
>
>David
Hi,
cc-ing the virtualization mailing list for more detail on the kvm
default for ignore_msrs (it defaults off).
1) Just returning 0 for unsupported MSRs is not workable -- 0 may be a
meaningful value for an MSR. RDMSR/WRMSR already have a mechan...
2014 Mar 14
0
[PATCH] perf/x86/intel: Use rdmsrl_safe when initializing RAPL PMU.
...ined per model number. If you report a model
>>number you're expected to implement the MSRs defined for that model number.
>>
>>AFAIK Xen just reports 0 for unknown MSRs (and I'm surprised KVM doesn't too)
>>
>>I would suggest to fix KVM.
>
>I believe ignore_msrs parameter to kvm handles that.
>
>David
Hi,
cc-ing the virtualization mailing list for more detail on the kvm
default for ignore_msrs (it defaults off).
1) Just returning 0 for unsupported MSRs is not workable -- 0 may be a
meaningful value for an MSR. RDMSR/WRMSR already have a mechan...
2015 Nov 27
0
Install nested ESXi 6.x host under CentOS 7 kvm host
...>
> I am trying to install nested Esxi 6.x under a Centos7 kvm host to
> use it as test lab for new ESXi versions, but I am doing something
> wrong because I can't install it.
>
> I have configured kvm and kvm_intel modules with the following options:
>
> options kvm ignore_msrs=1
> options kvm_intel nested=1 ept=1
>
> and I add the following options in <cpu> xml guest file:
>
> <cpu mode='custom' match='exact'>
> <model fallback='allow'>Westmere</model>
> <feature policy='require...
2016 Dec 13
1
virsh not detecting hugepage mount; disabled by config?
Hi,
I’m struggling with virsh not detecting my hugepage mount.
I have the following kernel command line:
BOOT_IMAGE=/vmlinuz-4.8.13-gentoo root=/dev/mapper/gensd-gentoo ro quiet
splash intel_iommu=on video=efifb:off,vesafb:off,simplefb:off
splash=verbose,theme:livedvd-aurora kvm.ignore_msrs=1
transparent_hugepage=never hugepages=3072 softlevel=qemuvm
My startup script outputs the following:
hugetlbfs /var/lib/hugetlbfs hugetlbfs
rw,relatime,pagesize=2097152,uid=77,gid=77,mode=0770 0 0
[2016.12.13 22:22:50 virsh 2808] ERROR Failed to start domain win10
[2016.12.13 22:22:50 virsh 2808]...
2015 Mar 25
2
Networking issues in host
I've been having intermittent network issues on my Host - they go away when
I stop and disable libvirtd and then reboot. They do not go away if I just
stop libvirtd and don't reboot.
I'm at a loss as to where to start with my troubleshooting, and being a
relative n00b to libvirt, I'd love any pointers.
Regards,
Richard
2015 Nov 27
3
Install nested ESXi 6.x host under CentOS 7 kvm host
...to install nested Esxi 6.x under a Centos7 kvm host to
>> use it as test lab for new ESXi versions, but I am doing something
>> wrong because I can't install it.
>>
>> I have configured kvm and kvm_intel modules with the following options:
>>
>> options kvm ignore_msrs=1
>> options kvm_intel nested=1 ept=1
>>
>> and I add the following options in <cpu> xml guest file:
>>
>> <cpu mode='custom' match='exact'>
>> <model fallback='allow'>Westmere</model>
>> <fe...
2015 Mar 29
0
Re: Networking issues in host
...d
Install Script : Yes
Validated By : None
root@eanna i ~ # modinfo kvm
filename: /lib/modules/3.18.6-1-ARCH/kernel/arch/x86/kvm/kvm.ko.gz
license: GPL
author: Qumranet
depends:
intree: Y
vermagic: 3.18.6-1-ARCH SMP preempt mod_unload modversions
parm: ignore_msrs:bool
parm: min_timer_period_us:uint
parm: tsc_tolerance_ppm:uint
parm: allow_unsafe_assigned_interrupts:Enable device
assignment on platforms without interrupt remapping support. (bool)
root@eanna i ~ # grep -P "^(?\!#).*GRUB_CMDLINE" /etc/default/grub
GRUB_C...
2014 Oct 13
1
Re: KVM incremental backup using CBT
On 10/12/2014 10:19 PM, Jd wrote:
[please don't top-post on technical lists]
> Thanks Kashyap,
> The command line examples makes thing quite clear :)
> rsync for image (large) files create a new file for every little
> change, that was the reason I started looking in to using dirty bitmaps.
Upstream qemu still doesn't have persistent dirty bitmap tracking
working yet; once
2016 Dec 14
0
Re: virsh not detecting hugepage mount; disabled by config?
...irsh not detecting my hugepage mount. >> >> I have the following kernel
command line: >> BOOT_IMAGE=/vmlinuz-4.8.13-gentoo
root=/dev/mapper/gensd-gentoo ro quiet >> splash intel_iommu=on
video=efifb:off,vesafb:off,simplefb:off >>
splash=verbose,theme:livedvd-aurora kvm.ignore_msrs=1 >>
transparent_hugepage=never hugepages=3072 softlevel=qemuvm >> >> My
startup script outputs the following: >> hugetlbfs /var/lib/hugetlbfs
hugetlbfs >> rw,relatime,pagesize=2097152,uid=77,gid=77,mode=0770 0 0 >>
[2016.12.13 22:22:50 virsh 2808] ERROR Failed t...
2020 Feb 02
1
[OFF TOPIC] Teo En Ming's Guide to GPU/VGA Passthrough of NVidia GeForce GTX1650 to Windows 10 Virtual Machine using Linux KVM on Ubuntu 18.04.3 LTS Desktop Edition
...file:
alias pci:v000010DEd00001F82sv00001462sd00008D92bc03sc00i00 vfio-pci
alias pci:v000010DEd000010FAsv00001462sd00008D92bc04sc03i00 vfio-pci
options vfio-pci ids=10de:1f82,10de:10fa
options vfio-pci disable_vga=1
Linux command: sudo nano /etc/modprobe.d/kvm.conf
Contents of file:
options kvm ignore_msrs=1
Linux command: sudo nano /etc/initramfs-tools/modules
Contents of file:
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
vhost-net
Linux command: sudo update-initramfs -u
Output:
update-initramfs: Generating /boot/initrd.img-5.3.0-28-generic
I will configure bridge networking much later, after G...