[PATCH] kvm: remove unused variable 'vcpu_book3s'

2015-12-01 Thread Geyslan G. Bem
The vcpu_book3s struct is assigned but never used. So remove it. Signed-off-by: Geyslan G. Bem <geys...@gmail.com> --- arch/powerpc/kvm/book3s_64_mmu.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/powerpc/kvm/book3s_64_mmu.c b/arch/powerpc/kvm/book3s_64_mmu.c index 774a253..9

[PATCH] kvm: remove unused variable 'vcpu_book3s'

2015-12-01 Thread Geyslan G. Bem
The vcpu_book3s struct is assigned but never used. So remove it. Signed-off-by: Geyslan G. Bem <geys...@gmail.com> --- arch/powerpc/kvm/book3s_64_mmu.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/powerpc/kvm/book3s_64_mmu.c b/arch/powerpc/kvm/book3s_64_mmu.c index 774a253..9

Re: [PATCH] kvm: remove unused variable 'vcpu_book3s'

2015-12-01 Thread Geyslan G. Bem
2015-12-01 21:34 GMT-03:00 Daniel Axtens <d...@axtens.net>: > "Geyslan G. Bem" <geys...@gmail.com> writes: > >> The vcpu_book3s struct is assigned but never used. So remove it. > > Just out of interest, how did you find this? Compiler warning? Static > an

Re: [PATCH] kvm: remove unused variable 'vcpu_book3s'

2015-12-01 Thread Geyslan G. Bem
2015-12-01 21:34 GMT-03:00 Daniel Axtens <d...@axtens.net>: > "Geyslan G. Bem" <geys...@gmail.com> writes: > >> The vcpu_book3s struct is assigned but never used. So remove it. > > Just out of interest, how did you find this? Compiler warning? Static > an

Re: KVM in HA active/active + fault-tolerant configuration

2013-08-22 Thread g . danti
On 2013-08-22 02:35, Timon Wang wrote: On Thu, Aug 22, 2013 at 5:47 AM, Brian Jackson i...@theiggy.com wrote: On Wednesday, August 21, 2013 3:49:09 PM CDT, g.da...@assyoma.it wrote: On 2013-08-21 21:40, Brian Jackson wrote: On Wednesday, August 21, 2013 6:02:31 AM CDT, g.da...@assyoma.it

KVM in HA active/active + fault-tolerant configuration

2013-08-21 Thread g . danti
Hi all, I have a question about Linux KVM HA cluster. I understand that in a HA setup I can live migrate virtual machine between host that shares the same storage (via various methods, eg: DRDB). This enable us to migrate the VMs based on hosts loads and performance. ìMy current

Re: KVM in HA active/active + fault-tolerant configuration

2013-08-21 Thread g . danti
On 2013-08-21 21:40, Brian Jackson wrote: On Wednesday, August 21, 2013 6:02:31 AM CDT, g.da...@assyoma.it wrote: Hi all, I have a question about Linux KVM HA cluster. I understand that in a HA setup I can live migrate virtual machine between host that shares the same storage (via various

Hanging System - Any OS

2011-03-07 Thread James G
Recently someone performed a dist-upgrade on my debian 5 VM, to upgrade it to 6 (stable). After rebooting, the system hangs at loading Grub2 indefinitely. I assumed this was a boot loader problem, so I booted into the debian 6 CD and attempted to boot into rescue mode, this also managed to hang.

virtio module question...

2010-07-30 Thread Vasiliy G Tolstov
via network (for example snmp under load does not respond). Does kvm have skeleton module, what i can use and append code needed for me? Or how can i get such information? Thank You. Sorry for bad English. -- Vasiliy G Tolstov v.tols...@selfip.ru Selfip.Ru -- To unsubscribe from this list

modify files in running vm

2010-06-30 Thread Vasiliy G Tolstov
backing_file xxx and run the user vm. Can i modify after that base image? Does modification of base image appears on user vm? Thank You. -- Vasiliy G Tolstov v.tols...@selfip.ru Selfip.Ru -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord

problem installing opensolaris under 2.6.32

2010-02-01 Thread Vasiliy G Tolstov
-enable-nesting -daemonize -cdrom /media/osol-0906-x86.iso -hda /media/opensolaris.qcow2 After succeseful(may be) install i see grub menu, after that opensolaris boot splash ending with automatic restart. This continue forever. Thanks. -- Vasiliy G Tolstov v.tols...@selfip.ru Selfip.Ru

may be offtopic question

2010-01-07 Thread Vasiliy G Tolstov
-nesting -cdrom /media/kvm/install-x86-minimal-20091103.iso -hda ~vase/exherbo-kvm-amd64-20091013.img -- Vasiliy G Tolstov v.tols...@selfip.ru Selfip.Ru -- 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

Re: KVM crashes when using certain USB device

2009-07-21 Thread G
On Tue, Jul 21, 2009 at 1:23 AM, Jim Parisj...@jtan.com wrote: G wrote: And thanks for your help and suggestions so far, btw. Here's a patch to try.  I'm not familiar with the code, but it looks like this buffer might be too small versus the packet lengths that you're seeing, and similar

Re: KVM crashes when using certain USB device

2009-07-06 Thread G
On Sat, Jul 4, 2009 at 12:01 PM, Gtjmad...@gmail.com wrote: On Fri, Jul 3, 2009 at 6:18 PM, Jim Parisj...@jtan.com wrote: G wrote: Hello again, I've continued my attempts to get the HASP dongle working, but with no success: [snip] Anyone got any ideas what I might try out to find

Re: KVM crashes when using certain USB device

2009-07-04 Thread G
On Fri, Jul 3, 2009 at 6:18 PM, Jim Parisj...@jtan.com wrote: G wrote: Hello again, I've continued my attempts to get the HASP dongle working, but with no success: Downloaded kvm-72.tar.gz through kvm-87.tar.gz to find out when the problem first appear, as kvm-72 is working. Unfortunately

Re: KVM crashes when using certain USB device

2009-07-03 Thread G
Hello again, I've continued my attempts to get the HASP dongle working, but with no success: Downloaded kvm-72.tar.gz through kvm-87.tar.gz to find out when the problem first appear, as kvm-72 is working. Unfortunately, kvm-72 through kvm-82 fails to compile on my Debian system with kernel

KVM crashes when using certain USB device

2009-07-02 Thread G
Hello, As the subject says, kvm crashes for me, when I'm trying to use an Aladdin HASP USB dongle. Short background: for over a year I have used kvm to run a Windows XP Professional 32bit SP2 install with the EnCase software package, which requires an Aladdin HASP USB dongle. The last working