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 ins

Re: KVM crashes when using certain USB device

2009-07-03 Thread G
vm-72 crash... Anyone got any ideas what I might try out to find the cause for the crashes? On Thu, Jul 2, 2009 at 5:42 PM, G wrote: > 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 y

Re: KVM crashes when using certain USB device

2009-07-04 Thread G
On Fri, Jul 3, 2009 at 6:18 PM, Jim Paris 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 &

Re: KVM crashes when using certain USB device

2009-07-06 Thread G
On Sat, Jul 4, 2009 at 12:01 PM, G wrote: > On Fri, Jul 3, 2009 at 6:18 PM, Jim Paris wrote: >> G wrote: >>> Hello again, >>> >>> I've continued my attempts to get the HASP dongle working, but with no >>> success: [snip] >>> Anyone g

Re: KVM crashes when using certain USB device

2009-07-21 Thread G
On Tue, Jul 21, 2009 at 1:23 AM, Jim Paris 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

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. N

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 understandin

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 meth

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 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 wrote: ... Hi

problem installing opensolaris under 2.6.32

2010-02-01 Thread Vasiliy G Tolstov
vase -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 Selfip.Ru -- To unsubscribe from

may be offtopic question

2010-01-07 Thread Vasiliy G Tolstov
time -name vm1,process=vm1 -vga std -balloon virtio -enable-kvm -runas vase -enable-nesting -cdrom /media/kvm/install-x86-minimal-20091103.iso -hda ~vase/exherbo-kvm-amd64-20091013.img -- Vasiliy G Tolstov Selfip.Ru -- To unsubscribe from this list: send the line "unsubscribe kvm&qu

modify files in running vm

2010-06-29 Thread Vasiliy G Tolstov
th -o 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 Selfip.Ru -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord...@vger.

virtio module question...

2010-07-30 Thread Vasiliy G Tolstov
ation 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 Selfip.Ru -- To unsubscribe from this list: send the

[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 --- 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..9bf7031 100644 --- a/arch

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 : > "Geyslan G. Bem" 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 > analysis? Manual inspection? Sorry, I should hav