Re: Unknown KVM internal error on 3.2.1

2013-01-29 Thread Doug Goldstein
On Wed, Mar 7, 2012 at 4:41 AM, Avi Kivity wrote: > On 02/25/2012 05:35 PM, Doug Goldstein wrote: >> Hello, I'm seeing the following failure when running on 3.2.1: > > > >> KVM internal error. Suberror: 1 >> emulation failure >> EAX=8004003b EBX=38d54633

Re: 1.1.1 -> 1.1.2 migrate /managedsave issue

2012-11-04 Thread Doug Goldstein
On Sun, Nov 4, 2012 at 3:51 PM, Anthony Liguori wrote: > Avi Kivity writes: > >> On 10/22/2012 09:04 AM, Philipp Hahn wrote: >>> Hello Doug, >>> >>> On Saturday 20 October 2012 00:46:43 Doug Goldstein wrote: >>>> I'm using li

Re: 1.1.1 -> 1.1.2 migrate /managedsave issue

2012-10-28 Thread Doug Goldstein
On Mon, Oct 22, 2012 at 6:23 AM, Avi Kivity wrote: > On 10/22/2012 09:04 AM, Philipp Hahn wrote: >> Hello Doug, >> >> On Saturday 20 October 2012 00:46:43 Doug Goldstein wrote: >>> I'm using libvirt 0.10.2 and I had qemu-kvm 1.1.1 running all my VMs. >>

[PATCH] migrate: error message for ram_load size

2012-10-28 Thread Doug Goldstein
Report an error when ramblock's sizes mismatch with a suggestion to the user as to what went wrong. --- libvirt uses migration to save the state, however when performing a distro upgrade you might get an error starting your VMs up again without much detail. This patch attempts to remedy that with

Re: 1.1.1 -> 1.1.2 migrate /managedsave issue

2012-10-23 Thread Doug Goldstein
On Mon, Oct 22, 2012 at 6:23 AM, Avi Kivity wrote: > On 10/22/2012 09:04 AM, Philipp Hahn wrote: >> Hello Doug, >> >> On Saturday 20 October 2012 00:46:43 Doug Goldstein wrote: >>> I'm using libvirt 0.10.2 and I had qemu-kvm 1.1.1 running all my VMs. >>

1.1.1 -> 1.1.2 migrate /managedsave issue

2012-10-19 Thread Doug Goldstein
make this easier to debug. Thanks. -- Doug Goldstein -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Unknown KVM internal error on 3.2.1

2012-03-27 Thread Doug Goldstein
On Tue, Mar 27, 2012 at 5:53 AM, Avi Kivity wrote: > On 03/26/2012 10:12 PM, Doug Goldstein wrote: >> > >> > When it happens again, please keep the guest alive so we can examine it >> > via qemu monitor commands. >> > >> >> It happened again.

Re: Unknown KVM internal error on 3.2.1

2012-03-26 Thread Doug Goldstein
0 GS = b7ff06c0 LDT=0088 c073f020 0027 8200 DPL=0 LDT TR =0080 c1804000 2073 8b00 DPL=0 TSS32-busy GDT= c1812000 00ff IDT= c06ee000 000007ff CR0=8005003b CR2=091020c8 CR3=37f5f000 CR4=06d0 DR0= DR1=00

Re: Unknown KVM internal error on 3.2.1

2012-03-20 Thread Doug Goldstein
me : QEMU Virtual CPU version 0.15.1 stepping: 3 cpu MHz : 2100.026 fdiv_bug: no hlt_bug : no f00f_bug: no coma_bug: no fpu : yes fpu_exception : yes cpuid level : 4 wp : yes flags : fpu de pse tsc msr pae

Unknown KVM internal error on 3.2.1

2012-02-25 Thread Doug Goldstein
t me know and I'll get it. -- Doug Goldstein -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 1/2] kvm: Use kvm-kmod headers if available

2010-01-12 Thread Doug Goldstein
configure --with-kvm-kmod{=optional/path/to} because otherwise this adds a potential automagical dependency onto kvm-kmod (i.e. if the user had kvm-kmod installed at the time of build but then removed them and went back with their kernel provided version) Thanks. -- Doug Goldstein -- To unsubscribe

Re: Migration VMWare Server -> KVM

2010-01-12 Thread Doug Goldstein
ld convert the file to raw. Additionally vmware2libvirt will explicitly configure the image to only allow graphics connections from localhost so you need to remove this if you're not using localhost. -- Doug Goldstein -- To unsubscribe from this list: send the line "unsu