Displaying 8 results from an estimated 8 matches for "kvm_put_msr".
Did you mean:
kvm_put_msrs
2018 Mar 23
2
Issue with libguestfs-test-tool on a guest hosted on VMWare ESXi
I am using a debian 9 guest, hosted on a ESXi platform with nested
virtualisation enabled.
On this debian 9 guest when I run libguesfs-test-tool, it fails with an
error:
"qemu-system-x86_64:
/build/qemu-DqynNa/qemu-2.8+dfsg/target-i386/kvm.c:1805: kvm_put_msrs:
Assertion `ret == cpu->kvm_msr_buf->nmsrs' failed."
Instead when I use a wrapper script and hook it with the env
variable LIBGUESTFS_HV=/tmp/qemu.wrapper, things work fine, as in the
script I just spawn the guest with the specific machine type pc-i440fx-2.1
over KVM.
exec qemu-sy...
2017 Sep 05
1
error/crash on mount
Hi,
I am having issues with libguestfs; I am unable to mount a disk either
from cli or via python bindings. This was working previously, but in
order to have access to python3.5 I am trying to upgrade from Debian
8/Jessie to Debian 9/Stretch. Unfortunately the libguestfs error is
getting in the way. Output of libguestfs-test-tool is attached as per
libguestfs.org help.
My current environment:
2018 Mar 23
0
Re: Issue with libguestfs-test-tool on a guest hosted on VMWare ESXi
...te:
> I am using a debian 9 guest, hosted on a ESXi platform with nested
> virtualisation enabled.
>
> On this debian 9 guest when I run libguesfs-test-tool, it fails with an
> error:
>
> "qemu-system-x86_64:
> /build/qemu-DqynNa/qemu-2.8+dfsg/target-i386/kvm.c:1805: kvm_put_msrs:
> Assertion `ret == cpu->kvm_msr_buf->nmsrs' failed."
See also https://bugzilla.redhat.com/show_bug.cgi?id=1456407
This is basically a bug in VMware and the qemu bug
https://bugs.launchpad.net/qemu/+bug/1661386
has a couple of hints about what it can be changed in VMware to avo...
2018 Nov 21
0
Re: DEBUGGING LIBGUESTFS
...t 11:47:18AM +0000, Tobita, Nilton (Nokia - BR/Sao Paulo)> Original error from libvirt: internal error: process exited while connecting to monitor: 2018-11-21T08:15:39.670714Z qemu-kvm: error: failed to set MSR 0x38d to 0x0
> qemu-kvm: /builddir/build/BUILD/qemu-2.10.0/target/i386/kvm.c:1809: kvm_put_msrs: Assertion `ret == cpu->kvm_msr_buf->nmsrs' failed. [code=1 int1=-1]
Yes this is unfortunately a recent bug in qemu which has come up
several times. I don't believe there is a resolution yet, but please
see:
https://bugzilla.redhat.com/show_bug.cgi?id=1651021
https://lists.gnu.org...
2018 Mar 23
2
Re: Issue with libguestfs-test-tool on a guest hosted on VMWare ESXi
...est, hosted on a ESXi platform with nested
> > virtualisation enabled.
> >
> > On this debian 9 guest when I run libguesfs-test-tool, it fails with an
> > error:
> >
> > "qemu-system-x86_64:
> > /build/qemu-DqynNa/qemu-2.8+dfsg/target-i386/kvm.c:1805: kvm_put_msrs:
> > Assertion `ret == cpu->kvm_msr_buf->nmsrs' failed."
>
> See also https://bugzilla.redhat.com/show_bug.cgi?id=1456407
> This is basically a bug in VMware and the qemu bug
> https://bugs.launchpad.net/qemu/+bug/1661386
> has a couple of hints about what it ca...
2015 Oct 26
9
[PATCH 0/7] Hyper-V Synthetic interrupt controller
Hyper-V SynIC (synthetic interrupt controller) device
implementation.
The implementation contains:
* msr's support
* irq routing setup
* irq injection
* irq ack callback registration
* event/message pages changes tracking at Hyper-V exit
* Hyper-V test device to test SynIC by kvm-unit-tests
Andrey Smetanin (7):
standard-headers/x86: add Hyper-V SynIC constants
target-i386/kvm: Hyper-V
2015 Oct 26
9
[PATCH 0/7] Hyper-V Synthetic interrupt controller
Hyper-V SynIC (synthetic interrupt controller) device
implementation.
The implementation contains:
* msr's support
* irq routing setup
* irq injection
* irq ack callback registration
* event/message pages changes tracking at Hyper-V exit
* Hyper-V test device to test SynIC by kvm-unit-tests
Andrey Smetanin (7):
standard-headers/x86: add Hyper-V SynIC constants
target-i386/kvm: Hyper-V
2011 Feb 26
1
make world error
...c_tpr’
/usr/src/xen-4.0.1/tools/ioemu-dir/target-i386/kvm.c:356: warning:
implicit declaration of function ‘cpu_get_apic_base’
/usr/src/xen-4.0.1/tools/ioemu-dir/target-i386/kvm.c:358: error:
‘CPUX86State’ has no member named ‘efer’
/usr/src/xen-4.0.1/tools/ioemu-dir/target-i386/kvm.c: In function
‘kvm_put_msrs’:
/usr/src/xen-4.0.1/tools/ioemu-dir/target-i386/kvm.c:379: error:
‘MSR_IA32_SYSENTER_CS’ undeclared (first use in this function)
/usr/src/xen-4.0.1/tools/ioemu-dir/target-i386/kvm.c:379: error:
‘CPUX86State’ has no member named ‘sysenter_cs’
/usr/src/xen-4.0.1/tools/ioemu-dir/target-i386/kvm.c:38...