[PATCH] allow building spice from git

2011-06-26 Thread Alon Levy
with mingw (the former I already use). Is something similar being done for virtio drivers? Alon Levy (4): kvm_vm: add build/lib to LD_LIBRARY_PATH for qemu_cmd kvm_installer: introduce GitRepo helper class kvm_installer: build spice from git client/tests/kvm/build.cfg.sample: add comme

[PATCH] kvm_installer: build spice from git

2011-06-26 Thread Alon Levy
--- client/virt/kvm_installer.py | 23 ++- 1 files changed, 22 insertions(+), 1 deletions(-) diff --git a/client/virt/kvm_installer.py b/client/virt/kvm_installer.py index df47fc0..b7f6291 100644 --- a/client/virt/kvm_installer.py +++ b/client/virt/kvm_installer.py @@ -654,6

[PATCH] client/tests/kvm/build.cfg.sample: add commented spice parameters

2011-06-26 Thread Alon Levy
--- client/tests/kvm/build.cfg.sample |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/client/tests/kvm/build.cfg.sample b/client/tests/kvm/build.cfg.sample index a43c0e9..245ffb6 100644 --- a/client/tests/kvm/build.cfg.sample +++ b/client/tests/kvm/build.cfg.sample

[PATCH] kvm_installer: introduce GitRepo helper class

2011-06-26 Thread Alon Levy
Will allow adding further git repositories more easily later. --- client/virt/kvm_installer.py | 163 ++--- 1 files changed, 72 insertions(+), 91 deletions(-) diff --git a/client/virt/kvm_installer.py b/client/virt/kvm_installer.py index 54829f4..df47fc0 10064

[PATCH] kvm_vm: add build/lib to LD_LIBRARY_PATH for qemu_cmd

2011-06-26 Thread Alon Levy
build/lib can contain libspice-server.so built from git. --- client/virt/kvm_vm.py |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/client/virt/kvm_vm.py b/client/virt/kvm_vm.py index 3fa4b1a..48a1fc5 100644 --- a/client/virt/kvm_vm.py +++ b/client/virt/kvm_vm.py @@ -403,

[PATCH] allow building spice from git

2011-06-26 Thread Alon Levy
with mingw (the former I already use). Is something similar being done for virtio drivers? Alon Levy (4): kvm_vm: add build/lib to LD_LIBRARY_PATH for qemu_cmd kvm_installer: introduce GitRepo helper class kvm_installer: build spice from git client/tests/kvm/build.cfg.sample: add comme

[PATCH] kvm_vm: add build/lib to LD_LIBRARY_PATH for qemu_cmd

2011-06-26 Thread Alon Levy
build/lib can contain libspice-server.so built from git. --- client/virt/kvm_vm.py |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/client/virt/kvm_vm.py b/client/virt/kvm_vm.py index 3fa4b1a..48a1fc5 100644 --- a/client/virt/kvm_vm.py +++ b/client/virt/kvm_vm.py @@ -403,

[PATCH] kvm_installer: introduce GitRepo helper class

2011-06-26 Thread Alon Levy
Will allow adding further git repositories more easily later. --- client/virt/kvm_installer.py | 163 ++--- 1 files changed, 72 insertions(+), 91 deletions(-) diff --git a/client/virt/kvm_installer.py b/client/virt/kvm_installer.py index 54829f4..df47fc0 10064

[PATCH] kvm_installer: build spice from git

2011-06-26 Thread Alon Levy
--- client/virt/kvm_installer.py | 23 ++- 1 files changed, 22 insertions(+), 1 deletions(-) diff --git a/client/virt/kvm_installer.py b/client/virt/kvm_installer.py index df47fc0..b7f6291 100644 --- a/client/virt/kvm_installer.py +++ b/client/virt/kvm_installer.py @@ -654,6

[PATCH] client/tests/kvm/build.cfg.sample: add commented spice parameters

2011-06-26 Thread Alon Levy
--- client/tests/kvm/build.cfg.sample |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/client/tests/kvm/build.cfg.sample b/client/tests/kvm/build.cfg.sample index a43c0e9..245ffb6 100644 --- a/client/tests/kvm/build.cfg.sample +++ b/client/tests/kvm/build.cfg.sample

Re: [PATCH] allow building spice from git

2011-06-26 Thread Alon Levy
On Sun, Jun 26, 2011 at 09:55:20PM +0200, Alon Levy wrote: Sent before confirming my registration to autotest, am sending again, sorry for the double post. > Hi, > > These patches refactor the kvm_installer and add two repositories, > spice-protocol > and spice. > >

[PATCH] client/bin/autotest: mention control file in usage message

2011-09-07 Thread Alon Levy
Signed-off-by: Alon Levy --- client/bin/autotest |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/client/bin/autotest b/client/bin/autotest index af521de..c84b771 100755 --- a/client/bin/autotest +++ b/client/bin/autotest @@ -21,7 +21,7 @@ os.environ['AU

Re: [RFC PATCH 5/7] [hyper-v] hyper-v helper functions

2011-10-09 Thread Alon Levy
On Sun, Oct 09, 2011 at 08:52:53PM +0200, Vadim Rozenfeld wrote: > --- > hyperv.c | 44 > hyperv.h |7 +++ > 2 files changed, 51 insertions(+), 0 deletions(-) > > diff --git a/hyperv.c b/hyperv.c > index a17f879..57915b9 100644 > --- a/hyperv

Re: [Qemu-devel] KVM call minutes for Feb 22

2011-02-22 Thread Alon Levy
On Tue, Feb 22, 2011 at 06:06:22PM +0200, Michael S. Tsirkin wrote: > Looks like Chris will send minutes too, > so I didn't do much to polish this, > I didn't realise he's doing it until I had this, so > here's the braindump: hope it helps. > > 1. 0.14 postmortem > - what went well > wiki fo

Re: [Qemu-devel] Re: kvm crashes with spice while loading qxl

2011-02-27 Thread Alon Levy
On Sat, Feb 26, 2011 at 01:29:01PM +0100, Jan Kiszka wrote: > On 2011-02-26 12:43, xming wrote: > > When trying to start X (and it loads qxl driver) the kvm process just > > crashes. This is fixed by Gerd's attached patch (taken from rhel repository, don't know why it wasn't pushed to qemu-kvm up

[PATCH] spice/qxl: locking fix for qemu-kvm

2011-02-27 Thread Alon Levy
From: Gerd Hoffmann qxl needs to release the qemu lock before calling some libspice functions (and re-aquire it later). In upstream qemu qxl can just use qemu_mutex_{unlock,lock}_iothread. In qemu-kvm this doesn't work, qxl needs additionally save+restore the cpu_single_env pointer on unlock+lo

Re: [Qemu-devel] Re: kvm crashes with spice while loading qxl

2011-02-27 Thread Alon Levy
On Sun, Feb 27, 2011 at 08:11:26PM +0100, Jan Kiszka wrote: > On 2011-02-27 20:03, Alon Levy wrote: > > On Sat, Feb 26, 2011 at 01:29:01PM +0100, Jan Kiszka wrote: > >> On 2011-02-26 12:43, xming wrote: > >>> When trying to start X (and it loads qxl driver) the k

Re: [Qemu-devel] Re: kvm crashes with spice while loading qxl

2011-02-27 Thread Alon Levy
On Sun, Feb 27, 2011 at 08:27:01PM +0100, Jan Kiszka wrote: > On 2011-02-27 20:16, Alon Levy wrote: > > On Sun, Feb 27, 2011 at 08:11:26PM +0100, Jan Kiszka wrote: > >> On 2011-02-27 20:03, Alon Levy wrote: > >>> On Sat, Feb 26, 2011 at 01:29:01PM +0100, Jan Kiszka

Re: [Qemu-devel] Re: kvm crashes with spice while loading qxl

2011-02-27 Thread Alon Levy
On Sun, Feb 27, 2011 at 08:27:01PM +0100, Jan Kiszka wrote: > On 2011-02-27 20:16, Alon Levy wrote: > > On Sun, Feb 27, 2011 at 08:11:26PM +0100, Jan Kiszka wrote: > >> On 2011-02-27 20:03, Alon Levy wrote: > >>> On Sat, Feb 26, 2011 at 01:29:01PM +0100, Jan Kiszka

Re: [Qemu-devel] Re: kvm crashes with spice while loading qxl

2011-03-01 Thread Alon Levy
On Sun, Feb 27, 2011 at 08:11:26PM +0100, Jan Kiszka wrote: > On 2011-02-27 20:03, Alon Levy wrote: > > On Sat, Feb 26, 2011 at 01:29:01PM +0100, Jan Kiszka wrote: > >> On 2011-02-26 12:43, xming wrote: > >>> When trying to start X (and it loads qxl driver) the k

Re: [Qemu-devel] Re: kvm crashes with spice while loading qxl

2011-03-02 Thread Alon Levy
On Wed, Mar 02, 2011 at 09:22:35AM +0100, Jan Kiszka wrote: > On 2011-03-01 13:58, Alon Levy wrote: > > On Sun, Feb 27, 2011 at 08:11:26PM +0100, Jan Kiszka wrote: > >> On 2011-02-27 20:03, Alon Levy wrote: > >>> On Sat, Feb 26, 2011 at 01:29:01PM +0100, Jan Kiszka

Re: [Qemu-devel] Re: kvm crashes with spice while loading qxl

2011-03-02 Thread Alon Levy
On Wed, Mar 02, 2011 at 12:34:24PM +0100, Jan Kiszka wrote: > On 2011-03-02 11:56, Alon Levy wrote: > > On Wed, Mar 02, 2011 at 09:22:35AM +0100, Jan Kiszka wrote: > >> On 2011-03-01 13:58, Alon Levy wrote: > >>> On Sun, Feb 27, 2011 at 08:11:26PM +0100, Jan Kiszka

Re: kvm crashes with spice while loading qxl

2011-03-06 Thread Alon Levy
On Sat, Mar 05, 2011 at 01:35:58PM -0300, Marcelo Tosatti wrote: > On Sat, Feb 26, 2011 at 01:29:01PM +0100, Jan Kiszka wrote: > > > at > > > /var/tmp/portage/app-emulation/qemu-kvm-0.14.0/work/qemu-kvm-0.14.0/qemu-kvm.c:1466 > > > #12 0x777bb944 in start_thread () from /lib/libpthread

Re: [ANNOUNCE] Native Linux KVM tool

2011-04-03 Thread Alon Levy
On Thu, Mar 31, 2011 at 08:30:56PM +0300, Pekka Enberg wrote: > Hi all, > > We’re proud to announce the native Linux KVM tool! > > The goal of this tool is to provide a clean, from-scratch, lightweight > KVM host tool implementation that can boot Linux guest images (just a > hobby, won't be big a

Re: [ANNOUNCE] Native Linux KVM tool

2011-04-03 Thread Alon Levy
On Sun, Apr 03, 2011 at 01:01:38PM +0300, Pekka Enberg wrote: > On Sun, 2011-04-03 at 12:01 +0300, Alon Levy wrote: > > On Thu, Mar 31, 2011 at 08:30:56PM +0300, Pekka Enberg wrote: > > > Hi all, > > > > > > We’re proud to announce the native Linux KVM tool! &

Re: [Qemu-devel] KVM call agenda for April 05

2011-04-05 Thread Alon Levy
On Mon, Apr 04, 2011 at 02:59:27PM -0500, Anthony Liguori wrote: > On 04/04/2011 02:22 PM, Juan Quintela wrote: > >Please, send in any agenda items you are interested in covering. > > - KVM Forum -- do we have an ETA on CFP? > > - Sub-maintainership -- how we can expand and improve upon it > > -

spice in kvm-autotest [was: Re: KVM call minutes for Apr 5]

2011-04-05 Thread Alon Levy
On Tue, Apr 05, 2011 at 08:07:03AM -0700, Chris Wright wrote: [snip] > kvm-autotest > - roadmap...refactor to centralize testing (handle the xen-autotest split off) > - internally at RH, lmr and cleber maintain autotest server to test > branches (testing qemu.git daily) > - have good automation

Re: spice in kvm-autotest [was: Re: KVM call minutes for Apr 5]

2011-04-05 Thread Alon Levy
On Tue, Apr 05, 2011 at 01:27:48PM -0300, Lucas Meneghel Rodrigues wrote: > On Tue, 2011-04-05 at 19:01 +0300, Alon Levy wrote: > > screenshots are already there, and they are a great start. But you can't > > really do testing if you aren't recreating the same environment

Re: spice in kvm-autotest [was: Re: KVM call minutes for Apr 5]

2011-04-06 Thread Alon Levy
On Tue, Apr 05, 2011 at 03:03:00PM -0300, Lucas Meneghel Rodrigues wrote: > On Tue, 2011-04-05 at 20:08 +0300, Alon Levy wrote: > > On Tue, Apr 05, 2011 at 01:27:48PM -0300, Lucas Meneghel Rodrigues wrote: > > > On Tue, 2011-04-05 at 19:01 +0300, Alon Levy wrote: > > &g

Re: [Qemu-devel] KVM call minutes for November 29

2011-11-30 Thread Alon Levy
On Tue, Nov 29, 2011 at 04:59:51PM -0600, Anthony Liguori wrote: > On 11/29/2011 10:59 AM, Avi Kivity wrote: > >On 11/29/2011 05:51 PM, Juan Quintela wrote: > >>How to do high level stuff? > >>- python? > >> > > > >One of the disadvantages of the various scripting languages is the lack > >of static

Re: [Qemu-devel] KVM call minutes for November 29

2011-11-30 Thread Alon Levy
On Wed, Nov 30, 2011 at 07:54:30AM -0600, Anthony Liguori wrote: [snip] > But the way we're structuring QOM, we could do very simple bindings > that just used introspection (much like GObject does). Is this the current tree? http://repo.or.cz/w/qemu/aliguori.git/tree/refs/heads/qom > > The vast

Re: Poor graphics performance with Windows Vista guest

2012-04-30 Thread Alon Levy
On Mon, Apr 30, 2012 at 10:29:03AM +0200, Dirk Heinrichs wrote: > Hello, > > I've tried using a 32bit Windows Vista guest on both VirtualBox and > KVM, hosted on 64bit Ubuntu 12.04 (DualCore AMD Athlon X2, 8G RAM, > Radeon graphics). > > After installing VBox guest additions on the Windows guest,

Re: Poor graphics performance with Windows Vista guest

2012-04-30 Thread Alon Levy
On Mon, Apr 30, 2012 at 03:31:09PM +0200, Dirk Heinrichs wrote: > Am 30.04.2012 10:56, schrieb Alon Levy: > > > You can use the qxl device and spice protocol. You could try > > virt-manager or gnome-boxes for setting it up. It should give you > > better performan

Re: Poor graphics performance with Windows Vista guest

2012-04-30 Thread Alon Levy
On Mon, Apr 30, 2012 at 04:36:28PM +0200, Dirk Heinrichs wrote: > Am 30.04.2012 16:27, schrieb Alon Levy: > > > Sounds like a problem fixed by a recent version of the > > virtio-serial driver. Please try the driver from > > http://download.devel.redhat.com/brewroot/pac

Re: Poor graphics performance with Windows Vista guest

2012-05-01 Thread Alon Levy
On Tue, May 01, 2012 at 08:26:32AM +0200, Dirk Heinrichs wrote: > Am 01.05.2012 07:18, schrieb Alon Levy: > > > My bad, gave you an internal redhat link. Here is the closest > > build I could find: > > > > http://people.redhat.com/vrozenfe/build-26/virtio-win-pr

Re: Sound not working on vm clients

2012-06-17 Thread Alon Levy
On Sat, Jun 16, 2012 at 06:40:13PM -0700, David Highley wrote: > We have two vm clients and neither have sound. > hosting platform is Fedora 16 x86_64 > first client is Fedora 17 i686 > second client is Ubuntu 12.04 i686 > > libvirt-0.9.6-5.fc16.x86_64 > qemu-kvm-0.15.1-5.fc16.x86_64 > > Tried bo

Re: [KVM] Windows 7 Media Center - Video Driver question

2012-02-22 Thread Alon Levy
On Tue, Feb 21, 2012 at 09:06:30PM -0500, Jay Mann wrote: > Hi all, > > Is there any video driver for KVM that supports HDCP? I'm trying to > run windows media center inside a VM and it's saying the "Your > graphics card or driver doesn't support content protection" > qxl doesn't support HDCP.

Re: [PTACH] libcacard: fix VCARD_ATTR_PREFIX macro

2012-03-18 Thread Alon Levy
On Sun, Mar 18, 2012 at 06:41:18PM +0100, Marcel Heinz wrote: > Hi, > Thanks for the patch, but I think you are using a not up to date tree, it's fixed by: commit 0202181245297a9e847c05f4a18623219d95e93e Author: Hans de Goede Date: Fri Mar 2 16:49:44 2012 +0100 libcacard: Fix compilatio

Re: kvm + vmwgfx

2012-04-19 Thread Alon Levy
On Thu, Apr 19, 2012 at 11:57:50AM +0200, Alberich de megres wrote: > I tried this one, but I have no /dev/dri/card0, > nor any module is loaded in the kernel that uses drm. > It doesn't use DRM/DRI yet. There is a userspace X driver, xf86-video-qxl, that directly accesses the pci. > > > > On

Re: [Qemu-devel] Assertion after chaning display resolution

2012-04-24 Thread Alon Levy
On Tue, Apr 24, 2012 at 03:24:31PM +0200, Peter Lieven wrote: > Hi all, > > I saw the following assert after chaning display resolution. This might be > the cause, but i am not sure. Threaded VNC is enabled. > Anyone ever seen this? > > qemu-kvm-1.0: malloc.c:3096: sYSMALLOc: Assertion `(old_top

Re: [PATCH v2] kvm tool: add QCOW verions 1 read/write support

2011-04-14 Thread Alon Levy
On Thu, Apr 14, 2011 at 11:32:21AM +0300, Pekka Enberg wrote: > Hi Kevin! > > Am 14.04.2011 10:21, schrieb Pekka Enberg: > >> On Thu, Apr 14, 2011 at 11:02 AM, Kevin Wolf wrote: > >>> Have you thought about a way to actually share code with qemu instead of > >>> repeating Xen's mistake of copying

Re: kvm crashes with spice while loading qxl

2011-04-26 Thread Alon Levy
On Tue, Apr 26, 2011 at 10:53:04AM +0200, Gerd Hoffmann wrote: > Hi, > > [ ... back online now ... ] > > >>/var/tmp/portage/app-emulation/qemu-kvm-0.14.0/work/qemu-kvm-0.14.0/qemu-kvm.c:1724: > >>kvm_mutex_unlock: Assertion `!cpu_single_env' failed. > > >That's a spice bug. In fact, there are

Re: [PATCH] kvm tools, ui: Optimize SDL updates

2011-06-05 Thread Alon Levy
On Sat, Jun 04, 2011 at 01:07:09PM +0200, Alexander Graf wrote: > > On 04.06.2011, at 12:54, Ingo Molnar wrote: > > > > > * Alexander Graf wrote: > > > >> > >> On 04.06.2011, at 12:42, Ingo Molnar wrote: > >> > >>> > >>> * Alexander Graf wrote: > >>> > I wrote up 2 virtio-fb implemen

Re: Virtualbox svga card in KVM

2013-03-21 Thread Alon Levy
> > > Hi, > I am planning on bringing in the virtualbox svga card into kvm > as a new svga card type (vbox probably?) so that we can load > the VirtualBox SVGA card drivers in the guest. > > Is this even feasible?. Any ideas on where I should start > looking? I don't se

Re: Problem after update windows VirtIO drivers

2013-12-09 Thread Alon Levy
On 12/09/2013 04:45 PM, Carlos Rodrigues wrote: > Hello, > > After update the VirtIO drivers for Windows Server 2008 R2 64-bit, when > i reboot virtual machine, the windows OS get stuck on loading bar. > > The VirtIO drivers is the latest stable that i made the download from > http://alt.fedorapr

Re: Problem after update windows VirtIO drivers

2013-12-10 Thread Alon Levy
On 12/10/2013 04:24 AM, Vadim Rozenfeld wrote: > > > - Original Message - > From: "Alon Levy" > To: "Carlos Rodrigues" , kvm@vger.kernel.org, "Vadim > Rozenfeld" > Sent: Tuesday, December 10, 2013 3:45:32 AM > Subject: Re: Problem

Re: Problem after update windows VirtIO drivers

2013-12-11 Thread Alon Levy
On 12/11/2013 11:27 AM, Vadim Rozenfeld wrote: > On Tue, 2013-12-10 at 15:29 +0200, Alon Levy wrote: >> On 12/10/2013 04:24 AM, Vadim Rozenfeld wrote: >>> >>> >>> - Original Message - >>> From: "Alon Levy" >>> To: "Carl

Re: [Qemu-devel] Re: [PATCH] [RFC] Add support for a USB audio device model

2010-10-14 Thread Alon Levy
- "H. Peter Anvin" wrote: > On 10/14/2010 06:51 AM, Mike Snitzer wrote: > > > > Was just wondering if you've been able to put some time to the > > rate-matching issues? > > > > Has this usb-audio patch evolved and I'm just missing it? > > > > Thanks for doing this work! > > Mike > > > >