Displaying 20 results from an estimated 100000 matches similar to: "Support statement on Nested virtualization"
2012 Jul 25
0
CPU-Capabilties for Nested Virtualization
Hi,
I have some questions about the CPU-Capabilities for Virtualization
especially for Nested Virtualization like the Turtles Project.
I am trying to create a Nested Environment by following the instruction
of:
http://kashyapc.wordpress.com/2012/01/18/nested-virtualization-with-kvm-and-amd/
The bare-metal system is a Dell Server with following CPU-Flags (virsh
capabilities)
<cpu>
2016 Mar 11
0
Re: 100% CPU when using nested virtualization
On Thu, Mar 10, 2016 at 10:29:08PM -0500, Digimer wrote:
> Hi all,
>
> I got a new laptop recently and what worked before no longer works
> (Fedora 23 on the laptops in both cases)...
>
> I'm trying to get nested virtualization to work because I use the VMs
> on the laptop to simulate an HA cluster that itself hosts VMs. I don't
> care much at all about the
2020 Sep 14
0
Re: [ovirt-users] Re: Testing ovirt 4.4.1 Nested KVM on Skylake-client (core i5) does not work
On Mon, Sep 14, 2020 at 8:42 AM Yedidyah Bar David <didi@redhat.com> wrote:
>
> On Mon, Sep 14, 2020 at 12:28 AM wodel youchi <wodel.youchi@gmail.com> wrote:
> >
> > Hi,
> >
> > Thanks for the help, I think I found the solution using this link : https://www.berrange.com/posts/2018/06/29/cpu-model-configuration-for-qemu-kvm-on-x86-hosts/
> >
> >
2018 Feb 08
0
Re: Nested KVM: L0 guest produces kernel BUG on wakeup from managed save (while a nested VM is running)
On Wed, Feb 7, 2018 at 11:26 PM, David Hildenbrand <david@redhat.com> wrote:
> On 07.02.2018 16:31, Kashyap Chamarthy wrote:
>> [Cc: KVM upstream list.]
>>
>> On Tue, Feb 06, 2018 at 04:11:46PM +0100, Florian Haas wrote:
>>> Hi everyone,
>>>
>>> I hope this is the correct list to discuss this issue; please feel
>>> free to redirect me
2018 Feb 08
0
Re: Nested KVM: L0 guest produces kernel BUG on wakeup from managed save (while a nested VM is running)
Hi David,
thanks for the added input! I'm taking the liberty to snip a few
paragraphs to trim this email down a bit.
On Thu, Feb 8, 2018 at 1:07 PM, David Hildenbrand <david@redhat.com> wrote:
>> Just to give an example,
>> https://www.redhat.com/en/blog/inception-how-usable-are-nested-kvm-guests
>> from just last September talks explicitly about how "guests can
2020 May 10
0
Nested Virtualization on Google Cloud.
I am using nested virtualization on a Google Cloud Compute instance. Things
are generally working fine with libvirt using qemu+kvm, however I observed
that <cpu mode='host-model'> is not exposing avx and avx2 instruction set
to the guest Linux instance. Google Cloud platform claims the CPU model of
the host compute instance is Broadwell, however libvirt capabilities maps
it to
2016 Sep 01
3
Help With Nested Virtualization
On Wed, Aug 31, 2016 at 12:48:33PM +0200, Martin Kletzander wrote:
> On Mon, Aug 29, 2016 at 09:42:17PM -0400, Brandon Golway wrote:
> > (Copied from my post on the Arch Linux forums:
[...]
> > Can someone clue me in on what the issue is?
> >
> > Here's the entire XML config for the FreeNAS VM
> >
> > [code]<!--
> > WARNING: THIS IS AN
2016 Mar 11
2
100% CPU when using nested virtualization
Hi all,
I got a new laptop recently and what worked before no longer works
(Fedora 23 on the laptops in both cases)...
I'm trying to get nested virtualization to work because I use the VMs
on the laptop to simulate an HA cluster that itself hosts VMs. I don't
care much at all about the performance of the nested VM, it's just there
so that I can work on the cluster's code.
2018 Dec 12
0
Re: Usable and non-usable CPU models in nested virtualization
On Tue, Dec 11, 2018 at 10:45:12 +0100, Milan Zamazal wrote:
> Jiri Denemark <jdenemar@redhat.com> writes:
>
> > On Fri, Dec 07, 2018 at 11:52:38 +0100, Milan Zamazal wrote:
> >> Hi, some custom CPU models are reported from
> >> virConnectGetDomainCapabilities as usable='yes' on a physical machine
> >
> >> while as usable='no'
2018 Feb 08
5
Re: Nested KVM: L0 guest produces kernel BUG on wakeup from managed save (while a nested VM is running)
>> In short: there is no (live) migration support for nested VMX yet. So as
>> soon as your guest is using VMX itself ("nVMX"), this is not expected to
>> work.
>
> Hi David, thanks for getting back to us on this.
Hi Florian,
(sombeody please correct me if I'm wrong)
>
> I see your point, except the issue Kashyap and I are describing does
> not
2018 Dec 11
0
Re: Usable and non-usable CPU models in nested virtualization
On Fri, Dec 07, 2018 at 11:52:38 +0100, Milan Zamazal wrote:
> Hi, some custom CPU models are reported from
> virConnectGetDomainCapabilities as usable='yes' on a physical machine
> while as usable='no' inside a VM running on the same machine. That's
> not completely surprising.
>
> But what surprises me is that those models are still reported from
>
2018 Feb 06
2
Nested KVM: L0 guest produces kernel BUG on wakeup from managed save (while a nested VM is running)
Hi everyone,
I hope this is the correct list to discuss this issue; please feel
free to redirect me otherwise.
I have a nested virtualization setup that looks as follows:
- Host: Ubuntu 16.04, kernel 4.4.0 (an OpenStack Nova compute node)
- L0 guest: openSUSE Leap 42.3, kernel 4.4.104-39-default
- Nested guest: SLES 12, kernel 3.12.28-4-default
The nested guest is configured with
2017 Jan 10
0
回复: [libvirt] xml config nested
thanks your mail,now below:
If the KVM supports nested VMX and QEMU starts with the arguments -enable-kvm and
-cpu ..., + vmx, then the LOCK bit of the guest MSR_IA32_FEATURE_CONTROL and
Enable VMX out of SMX operation bit will be set.
Well, I should add -enable-kvm parameters of the document which xml position, Exactly speaking, how to amend xml configuration file?
2018 Feb 07
5
Re: Nested KVM: L0 guest produces kernel BUG on wakeup from managed save (while a nested VM is running)
On 07.02.2018 16:31, Kashyap Chamarthy wrote:
> [Cc: KVM upstream list.]
>
> On Tue, Feb 06, 2018 at 04:11:46PM +0100, Florian Haas wrote:
>> Hi everyone,
>>
>> I hope this is the correct list to discuss this issue; please feel
>> free to redirect me otherwise.
>>
>> I have a nested virtualization setup that looks as follows:
>>
>> - Host:
2007 Mar 10
1
Amd-v which processor for virtualization
I am wanting to play with the amd-v virtualization processor and centos.
I was just looking at an AMD6000+ CPU but did not find any mention of
it have the AMD-V instructions.
What AMD processors support AMD-V instructions?
Jerry
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2017 Jan 05
0
Re: [libvirt] xml config nested
NB, in future please don't CC all possible mailing lists at once.
Just pick the most appropriate mailing list for your question. I've
dropped libvirt-list & libvirt-announce from the CC, since this is
a question most suited for libvirt-users.
On Thu, Jan 05, 2017 at 11:44:29AM +0800, 放牛班的春天 wrote:
> How to configure libvirt, so qemu-kvm support nested virtualization, virtual
2018 Dec 11
2
Re: Usable and non-usable CPU models in nested virtualization
Jiri Denemark <jdenemar@redhat.com> writes:
> On Fri, Dec 07, 2018 at 11:52:38 +0100, Milan Zamazal wrote:
>> Hi, some custom CPU models are reported from
>> virConnectGetDomainCapabilities as usable='yes' on a physical machine
>
>> while as usable='no' inside a VM running on the same machine. That's
>> not completely surprising.
>>
2018 Dec 07
2
Usable and non-usable CPU models in nested virtualization
Hi, some custom CPU models are reported from
virConnectGetDomainCapabilities as usable='yes' on a physical machine
while as usable='no' inside a VM running on the same machine. That's
not completely surprising.
But what surprises me is that those models are still reported from
virConnectCompareCPU as supported (VIR_CPU_COMPARE_SUPERSET) in the
nested environment and VMs can
2013 Feb 16
1
Write access for wiki howto "Nested virtualization on CentOS 6"
Dear admins,
My centos wiki username: MarkSmulders
Proposed subject: Nested virtualization on CentOS 6
Proposed location: under Howto > Virtualization
Content is ready for preview under "Steps to enable nested virtualization
on CentOS 6" in my online notes at
https://sites.google.com/a/nocoffee.nl/technotes/nested-virtualization-on-centos-6
Thanks,
Mark
(using alias
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