Re: [libvirt] Incompatible CPU after upgrading qemu

2017-04-18 Thread Jim Fehlig
On 04/18/2017 12:35 AM, Jiri Denemark wrote: On Thu, Apr 13, 2017 at 16:11:26 -0600, Jim Fehlig wrote: Hi All, I've been doing some upgrade testing and noticed a problem starting some existing VMs after upgrading qemu from 2.6 to 2.9 on one of my AMD machines. Using libvirt 3.2.0 and qemu 2.6,

[libvirt] [PATCH go-xml] Support for filesystem devices

2017-04-18 Thread Ryan Goodfellow
This commit adds filesystem device support. A new family of types DomainFilesystem* are introduced and plumbed into the DomainDeviceList struct. Testing has also been included. --- domain.go | 40 domain_test.go | 55

Re: [libvirt] [PATCH 5/6] util: add virNumToStr

2017-04-18 Thread Sri Ramanujam
Ah, you're absolutely right, I completely forgot this function existed. On Tue, Apr 18, 2017 at 5:18 PM Matthias Bolte < matthias.bo...@googlemail.com> wrote: > 2017-04-18 0:36 GMT+02:00 Sri Ramanujam : > > Add virNumToStr(), which safely converts numbers into their string

Re: [libvirt] [PATCH v3] hyperv: recognize array property as distinct type.

2017-04-18 Thread Matthias Bolte
2017-04-18 16:56 GMT+02:00 Dawid Zamirski : > When hyperv code generator for WMI classes identifies common > properties, it needs to take into account array type as a distinct > type, i.e string != string[]. This is the case where v1 of the > Msvm_VirtualSystemSettingData has

Re: [libvirt] [PATCH 5/6] util: add virNumToStr

2017-04-18 Thread Matthias Bolte
2017-04-18 0:36 GMT+02:00 Sri Ramanujam : > Add virNumToStr(), which safely converts numbers into their string > representation. > > Functions added: > * virNumToStr_l > * virNumToStr_ul > --- > src/util/virstring.c | 34 ++ >

Re: [libvirt] [PATCH v2 3/3] xlconfigtest: add tests for 'nestedhvm' support

2017-04-18 Thread Wim ten Have
On Mon, 17 Apr 2017 14:25:13 -0600 Jim Fehlig wrote: > On 03/24/2017 03:02 PM, Wim Ten Have wrote: > > From: Wim ten Have > > > > Testing various configuration schemas targeting postive, negative > > and undefined nestedhvm under libvirt > >

Re: [libvirt] [PATCH v2 2/3] xenconfig: add conversions for xen-xl

2017-04-18 Thread Wim ten Have
On Mon, 17 Apr 2017 14:22:20 -0600 Jim Fehlig wrote: > On 03/24/2017 03:02 PM, Wim Ten Have wrote: > > From: Wim ten Have > > > > Per xen-xl conversions from and to native under host-passthrough > > mode we take care for Xen (nestedhvm = mode) applied

Re: [libvirt] [PATCH v2 1/3] libxl: set nestedhvm for mode host-passthrough

2017-04-18 Thread Wim ten Have
On Mon, 17 Apr 2017 12:04:53 -0600 Jim Fehlig wrote: > On 03/24/2017 03:02 PM, Wim Ten Have wrote: > > From: Wim ten Have > > > > Xen feature nestedhvm is the option on Xen 4.4+ which enables > > nested virtualization when mode host-passthrough is

Re: [libvirt] [PATCH] xenconfig: avoid double free on OOM testing

2017-04-18 Thread Jim Fehlig
Peter Krempa wrote: > On Thu, Apr 13, 2017 at 11:07:41 -0600, Jim Fehlig wrote: >> Fix xlconfig channel tests when OOM testing is enabled. >> >> TEST: xlconfigtest >> 32) Xen XL-2-XML Format channel-unix ... OK >> Test OOM for nalloc=55 >>

[libvirt] [PATCH 1/1] Enable Travis CI build status icon

2017-04-18 Thread Claudio André
Using GitHub libvirt site, it is possible to show Travis's fancy icon of the current build status. It highlights the QA process. --- README.md | 12 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index

[libvirt] [PATCH 0/1] Enable Travis build status icon

2017-04-18 Thread Claudio André
Follow up of the recent 'work in progress' announced in "Enable CI build testing with Travis" mailing message. Claudio André (1): Enable Travis CI build status icon README.md | 12 1 file changed, 12 insertions(+) create mode 100644 README.md -- 2.11.0 -- libvir-list mailing

[libvirt] [PATCH] Fix error reporting when poll returns POLLHUP/POLLERR

2017-04-18 Thread Daniel P. Berrange
In the RPC client event loop code, if poll() returns only a POLLHUP or POLLERR status, then we end up reporting a bogus error message: error: failed to connect to the hypervisor error: An error occurred, but the cause is unknown We do actually report an error, but we virNetClientMarkClose

Re: [libvirt] [PATCH 0/2] autogen.sh: Rewrite and modularize

2017-04-18 Thread Daniel P. Berrange
On Tue, Apr 18, 2017 at 04:31:16PM +0200, Andrea Bolognani wrote: > This work was motivated by Dan's intention to introduce the > keycodemapdb module into libvirt[1]. As it is, we have a few > useful submodule-related features in our build system, but > they are limited in that they assume there

Re: [libvirt] [PATCH 2/2] autogen.sh: Modularize

2017-04-18 Thread Andrea Bolognani
On Tue, 2017-04-18 at 16:31 +0200, Andrea Bolognani wrote: > This sets up a generic framework for dealing with git > submodules, removing the assumption that gnulib is going to > be the only git submodule libvirt uses and making it > relatively easy for more to be added without sacrificing > the

Re: [libvirt] Add mdev reporting capability to the nodedev driver

2017-04-18 Thread Alex Williamson
On Tue, 18 Apr 2017 09:52:38 +0100 "Daniel P. Berrange" wrote: > On Tue, Apr 18, 2017 at 10:49:40AM +0200, Martin Polednik wrote: > > On 12/04/17 16:19 -0600, Alex Williamson wrote: > > > On Wed, 5 Apr 2017 09:21:17 +0100 > > > "Daniel P. Berrange"

Re: [libvirt] Trouble with virsh on Windows

2017-04-18 Thread Charles Bancroft
On 4/18/2017 11:09 AM, Daniel P. Berrange wrote: > FYI, I've tracked this down to a likely bug in gnulib. All versions of > libvirt from 1.2.14 onwards are affected & so will fail to connect. > > If you don't need the newer APIs, you could try using libvirt 1.2.13 for > your Windows builds - I've

Re: [libvirt] Trouble with virsh on Windows

2017-04-18 Thread Daniel P. Berrange
On Tue, Apr 18, 2017 at 01:55:17PM +0100, Daniel P. Berrange wrote: > On Tue, Apr 18, 2017 at 01:41:27PM +0100, Daniel P. Berrange wrote: > > On Tue, Apr 18, 2017 at 08:02:35AM -0400, Charles Bancroft wrote: > > > 2017-04-18 11:46:23.879+: 1: debug : virNetClientMarkClose:776 : > > >

[libvirt] [PATCH v3] hyperv: recognize array property as distinct type.

2017-04-18 Thread Dawid Zamirski
When hyperv code generator for WMI classes identifies common properties, it needs to take into account array type as a distinct type, i.e string != string[]. This is the case where v1 of the Msvm_VirtualSystemSettingData has Notes property as string whereas v2 uses Notes[], therefore they have to

Re: [libvirt] [PATCH v2 1/2] util: switch over to use keycodemapdb GIT submodule

2017-04-18 Thread Andrea Bolognani
On Wed, 2017-04-12 at 10:01 +0200, Andrea Bolognani wrote: > > > I'm also wondering whether we can avoid having all developers > > > run 'git submodule init && git submodule update' after these > > > changes have been pushed... > >   > > I assumed our blackmagic that deals with gnulib changing

[libvirt] [PATCH 0/2] autogen.sh: Rewrite and modularize

2017-04-18 Thread Andrea Bolognani
This work was motivated by Dan's intention to introduce the keycodemapdb module into libvirt[1]. As it is, we have a few useful submodule-related features in our build system, but they are limited in that they assume there will be a single submodule, and it will be gnulib. This series removes

[libvirt] [RFC] Add support for QEMU's l3-cache CPU property

2017-04-18 Thread Jiri Denemark
Hi, Apparently, reporting a level 3 cache on a virtual CPU can dramatically increase performance in some use cases [1]. The interesting part is that l3-cache=on does not provide the real CPU cache data, it's just making it up. Anyway, we should be able to enable this via libvirt. And since there

[libvirt] [PATCH 2/2] autogen.sh: Modularize

2017-04-18 Thread Andrea Bolognani
This sets up a generic framework for dealing with git submodules, removing the assumption that gnulib is going to be the only git submodule libvirt uses and making it relatively easy for more to be added without sacrificing the convenience we've gotten used to, eg. automatic updates. ---

[libvirt] [PATCH 1/2] autogen.sh: Rewrite

2017-04-18 Thread Andrea Bolognani
The goal is twofold: firstly, we want to be able to make parts of it into reusable modules, and secondly we'd like to reduce the amount of duplicated code. Moreover, since we're making heavy changes to the code anyway, we might as well make sure it follows a somewhat consistent coding style too.

[libvirt] [PATCH] [PATCH] rpc: fix keep alive timer segfault

2017-04-18 Thread Yi Wang
ka maybe have been freeed in virObjectUnref, application using virKeepAliveTimer will segfault when unlock ka. We should keep ka's refs positive before using it. Signed-off-by: Yi Wang --- src/rpc/virkeepalive.c | 11 --- 1 file changed, 4 insertions(+), 7

Re: [libvirt] [REPOST PATCH 0/5] Split out network object into its own module

2017-04-18 Thread Michal Privoznik
On 04/13/2017 02:04 AM, John Ferlan wrote: Reposting with update to top of git tree commit id '0563d3f06' from: https://www.redhat.com/archives/libvir-list/2017-March/msg00892.html Previous cover letter - cut-n-pasted: Reached the last of the code from my RFC for making a common pool object -

Re: [libvirt] server side copy from one volume to another

2017-04-18 Thread Pino Toscano
On Tuesday, 18 April 2017 13:03:11 CEST Vasiliy Tolstov wrote: > 2017-04-18 8:39 GMT+03:00 Michal Privoznik : > > s that right? Here I'm successfully cloning a volume across two storage > > pools: > > > Yes, it works but > Source image: > image:

[libvirt] error in docs https://libvirt.org/html/libvirt-libvirt-domain.html

2017-04-18 Thread Vasiliy Tolstov
virDomainMigrateFlags have errors VIR_MIGRATE_LIVE have invalid comment and as i see all comments are shifted down by one point. -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] Trouble with virsh on Windows

2017-04-18 Thread Daniel P. Berrange
On Tue, Apr 18, 2017 at 01:41:27PM +0100, Daniel P. Berrange wrote: > On Tue, Apr 18, 2017 at 08:02:35AM -0400, Charles Bancroft wrote: > > 2017-04-18 11:46:23.879+: 1: debug : virNetClientMarkClose:776 : > > client=00faa9a0, reason=1 > > We're marking the conneciton as closed, due to

Re: [libvirt] Trouble with virsh on Windows

2017-04-18 Thread Daniel P. Berrange
On Tue, Apr 18, 2017 at 08:02:35AM -0400, Charles Bancroft wrote: > > > On 4/18/2017 4:48 AM, Daniel P. Berrange wrote: > > On Mon, Apr 17, 2017 at 09:49:01AM -0400, Charles Bancroft wrote: > >> Hi List, > >> > >> I have a question about some troubles I am having with virsh on Windows > >> x64.

Re: [libvirt] server side copy from one volume to another

2017-04-18 Thread Vasiliy Tolstov
2017-04-18 15:00 GMT+03:00 Daniel P. Berrange : > XFS will also do speculative allocation of filesystem blocks which have > not yet had data written to them, on the basis that a future write might > need them soon. So you can't really compare allocation disk size at all. Ok

Re: [libvirt] [PATCH 06/38] virfdstream: Use messages instead of pipe

2017-04-18 Thread Michal Privoznik
On 04/18/2017 02:03 PM, Daniel P. Berrange wrote: On Tue, Apr 18, 2017 at 02:00:09PM +0200, Michal Privoznik wrote: On 04/13/2017 07:13 PM, Daniel P. Berrange wrote: On Thu, Apr 13, 2017 at 06:52:31PM +0200, Michal Privoznik wrote: On 04/13/2017 03:55 PM, Daniel P. Berrange wrote: On Thu,

Re: [libvirt] [PATCH 06/38] virfdstream: Use messages instead of pipe

2017-04-18 Thread Daniel P. Berrange
On Tue, Apr 18, 2017 at 02:00:09PM +0200, Michal Privoznik wrote: > On 04/13/2017 07:13 PM, Daniel P. Berrange wrote: > > On Thu, Apr 13, 2017 at 06:52:31PM +0200, Michal Privoznik wrote: > > > On 04/13/2017 03:55 PM, Daniel P. Berrange wrote: > > > > On Thu, Apr 13, 2017 at 03:31:14PM +0200,

Re: [libvirt] server side copy from one volume to another

2017-04-18 Thread Daniel P. Berrange
On Tue, Apr 18, 2017 at 01:31:11PM +0200, Michal Privoznik wrote: > On 04/18/2017 01:03 PM, Vasiliy Tolstov wrote: > > 2017-04-18 8:39 GMT+03:00 Michal Privoznik : > > > s that right? Here I'm successfully cloning a volume across two storage > > > pools: > > > > > > Yes, it

Re: [libvirt] [PATCH v2 1/4] qemu: refactor qemuDomainMachine* functions

2017-04-18 Thread Pavel Hrdina
On Tue, Apr 18, 2017 at 01:45:31PM +0200, Peter Krempa wrote: > On Tue, Apr 18, 2017 at 13:37:26 +0200, Pavel Hrdina wrote: > > Introduce new wrapper functions without *Machine* in the function > > name that take the whole virDomainDef structure as argument and > > call the existing functions with

Re: [libvirt] [PATCH v2 1/4] qemu: refactor qemuDomainMachine* functions

2017-04-18 Thread Peter Krempa
On Tue, Apr 18, 2017 at 13:37:26 +0200, Pavel Hrdina wrote: > Introduce new wrapper functions without *Machine* in the function > name that take the whole virDomainDef structure as argument and > call the existing functions with *Machine* in the function name. > > Change the arguments of existing

[libvirt] [PATCH v2 1/4] qemu: refactor qemuDomainMachine* functions

2017-04-18 Thread Pavel Hrdina
Introduce new wrapper functions without *Machine* in the function name that take the whole virDomainDef structure as argument and call the existing functions with *Machine* in the function name. Change the arguments of existing functions to *machine* and *arch* because they don't need the whole

Re: [libvirt] server side copy from one volume to another

2017-04-18 Thread Michal Privoznik
On 04/18/2017 01:03 PM, Vasiliy Tolstov wrote: 2017-04-18 8:39 GMT+03:00 Michal Privoznik : s that right? Here I'm successfully cloning a volume across two storage pools: Yes, it works but Source image: image: /var/lib/libvirt/images/sda/143177 file format: qcow2

Re: [libvirt] server side copy from one volume to another

2017-04-18 Thread Vasiliy Tolstov
2017-04-18 14:03 GMT+03:00 Vasiliy Tolstov : > Why size is changed on destination image? In case of cp > --spwarse=always size does not changed. This is qemu-img feature... Does libvirt garantie that successful return from copy volume function not breaks dst volume? (md5

Re: [libvirt] server side copy from one volume to another

2017-04-18 Thread Vasiliy Tolstov
2017-04-18 8:39 GMT+03:00 Michal Privoznik : > s that right? Here I'm successfully cloning a volume across two storage pools: Yes, it works but Source image: image: /var/lib/libvirt/images/sda/143177 file format: qcow2 virtual size: 5.0G (5368709120 bytes) disk size:

Re: [libvirt] [PATCH 3/4] qemu: report IDE bus in domain capabilities only if it's supported

2017-04-18 Thread Pavel Hrdina
On Tue, Apr 18, 2017 at 12:08:30PM +0200, Peter Krempa wrote: > On Tue, Apr 18, 2017 at 12:00:12 +0200, Pavel Hrdina wrote: > > On Tue, Apr 18, 2017 at 11:31:20AM +0200, Peter Krempa wrote: > > > On Thu, Apr 13, 2017 at 16:57:15 +0200, Pavel Hrdina wrote: > > > > > > Was this the problem that

Re: [libvirt] [PATCH 3/4] qemu: report IDE bus in domain capabilities only if it's supported

2017-04-18 Thread Peter Krempa
On Tue, Apr 18, 2017 at 12:00:12 +0200, Pavel Hrdina wrote: > On Tue, Apr 18, 2017 at 11:31:20AM +0200, Peter Krempa wrote: > > On Thu, Apr 13, 2017 at 16:57:15 +0200, Pavel Hrdina wrote: > > > > Was this the problem that virt-manager allowed to use the IDE bus on > > Q35? > > Yes :) Then

Re: [libvirt] [PATCH 3/4] qemu: report IDE bus in domain capabilities only if it's supported

2017-04-18 Thread Pavel Hrdina
On Tue, Apr 18, 2017 at 11:31:20AM +0200, Peter Krempa wrote: > On Thu, Apr 13, 2017 at 16:57:15 +0200, Pavel Hrdina wrote: > > Was this the problem that virt-manager allowed to use the IDE bus on > Q35? Yes :) > > > Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1441964 > > > >

Re: [libvirt] Add mdev reporting capability to the nodedev driver

2017-04-18 Thread Erik Skultety
On Tue, Apr 18, 2017 at 09:52:38AM +0100, Daniel P. Berrange wrote: > On Tue, Apr 18, 2017 at 10:49:40AM +0200, Martin Polednik wrote: > > On 12/04/17 16:19 -0600, Alex Williamson wrote: > > > On Wed, 5 Apr 2017 09:21:17 +0100 > > > "Daniel P. Berrange" wrote: > > > > > > >

Re: [libvirt] [PATCH 1/4] qemu: refactor qemuDomainMachineIs* and qemuDomainMachineNeedsFDC

2017-04-18 Thread Pavel Hrdina
On Tue, Apr 18, 2017 at 11:38:09AM +0200, Peter Krempa wrote: > On Thu, Apr 13, 2017 at 16:57:13 +0200, Pavel Hrdina wrote: > > These functions don't require the whole virDomainDef structure, > > they only need *machine* and *arch*. > > > > Signed-off-by: Pavel Hrdina > > ---

Re: [libvirt] [PATCH v2 0/5] Prevent losing IPv6 routes due to forwarding

2017-04-18 Thread Cedric Bosdonnat
Yalan 你好 On Mon, 2017-04-17 at 17:30 +0800, Yalan Zhang wrote: > I have tested it, it works well. But the interface name will repeat 2 times.  > Please help to confirm this, and if below test for a single port host is > enough? > > # cat /proc/sys/net/ipv6/conf/enp0s25/accept_ra > 1 > > enable

Re: [libvirt] [PATCH 1/4] qemu: refactor qemuDomainMachineIs* and qemuDomainMachineNeedsFDC

2017-04-18 Thread Peter Krempa
On Thu, Apr 13, 2017 at 16:57:13 +0200, Pavel Hrdina wrote: > These functions don't require the whole virDomainDef structure, > they only need *machine* and *arch*. > > Signed-off-by: Pavel Hrdina > --- > src/qemu/qemu_alias.c | 4 +-- >

Re: [libvirt] [PATCH 4/4] tests: domaincapstest: add test for Q35 machine type

2017-04-18 Thread Peter Krempa
On Thu, Apr 13, 2017 at 16:57:16 +0200, Pavel Hrdina wrote: > Signed-off-by: Pavel Hrdina > --- > .../domaincapsschemadata/qemu_2.9.0-q35.x86_64.xml | 125 > + > tests/domaincapstest.c | 4 + > 2 files changed, 129

Re: [libvirt] [PATCH 3/4] qemu: report IDE bus in domain capabilities only if it's supported

2017-04-18 Thread Peter Krempa
On Thu, Apr 13, 2017 at 16:57:15 +0200, Pavel Hrdina wrote: Was this the problem that virt-manager allowed to use the IDE bus on Q35? > Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1441964 > > Signed-off-by: Pavel Hrdina > --- > src/qemu/qemu_capabilities.c

Re: [libvirt] [PATCH 2/4] qemu: use qemuDomainMachineIsPSeries

2017-04-18 Thread Peter Krempa
On Thu, Apr 13, 2017 at 16:57:14 +0200, Pavel Hrdina wrote: > Signed-off-by: Pavel Hrdina > --- > src/qemu/qemu_capabilities.c | 6 ++ > 1 file changed, 2 insertions(+), 4 deletions(-) ACK signature.asc Description: Digital signature -- libvir-list mailing list

Re: [libvirt] [PATCH V3] Expose resource control capabilites on cache bank

2017-04-18 Thread Martin Kletzander
On Fri, Apr 07, 2017 at 01:10:38PM +0100, Daniel P. Berrange wrote: On Fri, Apr 07, 2017 at 08:07:23PM +0800, Eli Qiao wrote: On Friday, 7 April 2017 at 7:06 PM, Daniel P. Berrange wrote: > On Fri, Apr 07, 2017 at 01:04:57PM +0200, Martin Kletzander wrote: > > On Fri, Apr 07, 2017 at

Re: [libvirt] Add mdev reporting capability to the nodedev driver

2017-04-18 Thread Daniel P. Berrange
On Tue, Apr 18, 2017 at 10:49:40AM +0200, Martin Polednik wrote: > On 12/04/17 16:19 -0600, Alex Williamson wrote: > > On Wed, 5 Apr 2017 09:21:17 +0100 > > "Daniel P. Berrange" wrote: > > > > > On Wed, Apr 05, 2017 at 08:12:31AM +0200, Erik Skultety wrote: > > > > On Tue,

Re: [libvirt] Add mdev reporting capability to the nodedev driver

2017-04-18 Thread Martin Polednik
On 12/04/17 16:19 -0600, Alex Williamson wrote: On Wed, 5 Apr 2017 09:21:17 +0100 "Daniel P. Berrange" wrote: On Wed, Apr 05, 2017 at 08:12:31AM +0200, Erik Skultety wrote: > On Tue, Apr 04, 2017 at 04:23:18PM +0100, Daniel P. Berrange wrote: > > On Wed, Mar 29, 2017 at

Re: [libvirt] Trouble with virsh on Windows

2017-04-18 Thread Daniel P. Berrange
On Mon, Apr 17, 2017 at 09:49:01AM -0400, Charles Bancroft wrote: > Hi List, > > I have a question about some troubles I am having with virsh on Windows > x64. I am currently running a KVM server on a linux box and need to > allow Windows clients to access it. I have set up the server for

Re: [libvirt] [PATCH 0/5] Use-after-free fix and cleanups

2017-04-18 Thread Marc Hartmayer
On Mon, Apr 10, 2017 at 02:52 PM +0200, Michal Privoznik wrote: > On 04/03/2017 10:24 AM, Marc Hartmayer wrote: >> While looking at a use-after-free situation going through how the QEMU >> monitor is set up I noticed some things. These cleanups and the fix >> for the

Re: [libvirt] [PATCH v2] hyperv: recognize array property as distinct type.

2017-04-18 Thread Matthias Bolte
2017-04-11 21:42 GMT+02:00 Dawid Zamirski : > When hyperv code generator for WMI classes identifies common > properties, it needs to take into account array type as a distinct > type, i.e string != string[]. This is the case where v1 of the > Msvm_VirtualSystemSettingData has

Re: [libvirt] [PATCH] xenconfig: avoid double free on OOM testing

2017-04-18 Thread Peter Krempa
On Thu, Apr 13, 2017 at 11:07:41 -0600, Jim Fehlig wrote: > Fix xlconfig channel tests when OOM testing is enabled. > > TEST: xlconfigtest > 32) Xen XL-2-XML Format channel-unix ... OK > Test OOM for nalloc=55 >

Re: [libvirt] Incompatible CPU after upgrading qemu

2017-04-18 Thread Jiri Denemark
On Thu, Apr 13, 2017 at 16:11:26 -0600, Jim Fehlig wrote: > Hi All, > > I've been doing some upgrade testing and noticed a problem starting some > existing VMs after upgrading qemu from 2.6 to 2.9 on one of my AMD machines. > Using libvirt 3.2.0 and qemu 2.6, I have no problems starting a VM with