[KVM-AUTOTEST] New test module: iperf

2009-05-31 Thread Alexey Eromenko
s). For this you will need only to add respective binaries in "misc/" folder, and modify "kvm_tests.py" for respective OSes. iperf: http://sourceforge.net/projects/iperf - source for latest. iperf for Windows: http://dast.nlanr.net/Projects/Iperf/iperf-1.7.0-win32.exe - stab

Re: KVM-86 not exposing 64 bits CPU anymore, NICE

2009-06-04 Thread Alexey Eromenko
- "Gilles PIETRI" wrote: > Hi, > > I'm quite pissed off. I just upgraded to kvm-86 on a host that has > worked nicely on kvm-78 for quite some time. But since I was fearing > the > qcow2 corruption issues, I wanted to upgrade kvm-86. After testing the > > performance, I decided to switch

Re: [Autotest] [KVM-AUTOTEST PATCH 1/4] Make all programs on kvm test use /usr/bin/python

2009-06-10 Thread Alexey Eromenko
Even better would be to use "/usr/bin/python2". This is because future distros will include python3, which is incompatible with python2 code. "python" will be symlink of "python3". -Alexey -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord...@v

[KVM-AUTOTEST] New test module: iperf

2009-06-11 Thread Alexey Eromenko
inary. http://noc.pregi.net/iperf.html To commit this module we may need to commit iPerf binaries, which I hate to do. but I have no better idea for now. Please review it & commit it. -Alexey Eromenko kvm_iperf.py Description: Binary data kvm_runtest_2.py.patch Description: Binary data

Re: [Autotest] [KVM-AUTOTEST PATCH 1/4] Make all programs on kvm test use /usr/bin/python

2009-06-15 Thread Alexey Eromenko
- "Martin Bligh" wrote: > On Wed, Jun 10, 2009 at 4:01 AM, Alexey Eromenko > wrote: > > > > Even better would be to use "/usr/bin/python2". > > That doesn't seem to exist, on Ubuntu at least. > Red Hat systems have it. "/usr/

Re: [KVM-AUTOTEST PATCH 1/2] KVM test: add shutdown test

2009-06-16 Thread Alexey Eromenko
Michael I don't fully understand why shutdown test is needed; Shutdown is tested during reboot, where GuestOS must de-init itself. -- 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

Re: Problem with Grub and KVM 88

2009-07-15 Thread Alexey Eromenko
- "Erik Wartusch" wrote: > Hi all, > > Following problem. > I recently upgraded kvm from 7.2 (Debian Lenny repository version) to > the newest 88 KVM. > > Since then when I first started and stopped a Debian Lenny virtual > instance (guest) at the next (second) start I get the following >

Re: KVM vs Xen/OpenVZ for VPS hosting business

2009-07-20 Thread Alexey Eromenko
- "howard chen" wrote: > Hello, > > Currently both Xen and OpenVZ are well known and mature product used > in hosting companies. > > How about KVM? What are the advantages if I use KVM as the VPS > solution? > > E.g. > > performance? Due to a difference between virtualization and contai

KVM-88 broke floppy controller

2009-07-22 Thread Alexey Eromenko
( commit bb598da496c040d42dde564bd8ace181be52293e by Glauber Costa) on 6.7.2009. Can you look at it please ? -Alexey Eromenko -- 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: KVM-88 broke floppy controller

2009-07-22 Thread Alexey Eromenko
- "Gleb Natapov" wrote: > On Wed, Jul 22, 2009 at 07:43:51AM -0400, Alexey Eromenko wrote: > > > > Hi All ! > > > > I found a new bug in Floppy controller -- usually I report bugs to > Avi, > > but since he is not here, I decided to repor

KVM-88 broke VirtIO Hard Disks

2009-07-23 Thread Alexey Eromenko
Hi All ! In addition to Floppy controllers KVM-88 also break VirtIO hard disks. (Windows 2003 Drivers refuse to work now) Linux (RHEL 5.3/x64) still boots off VirtIO Hard Disk. It turned out to be a Qemu merge into KVM userspace: kvm-87-119-ga8b7f95 (commit a8b7f959d1fd97c4ccaf08ce750020ecd08b

Re: KVM-88 broke VirtIO Hard Disks

2009-07-23 Thread Alexey Eromenko
- "Marcelo Tosatti" wrote: > On Thu, Jul 23, 2009 at 07:37:37AM -0400, Alexey Eromenko wrote: > > > > Hi All ! > > > > In addition to Floppy controllers KVM-88 also break VirtIO hard > disks. (Windows 2003 Drivers refuse to work now) > > &