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
---
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
---
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
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
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,
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
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,
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
---
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
---
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
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.
>
>
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
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
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
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
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
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
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
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
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
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
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
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
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
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!
&
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
>
> -
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
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
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
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
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
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,
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
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
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
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
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.
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
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
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
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
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
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
>
>
> 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
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
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
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
- "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
> >
>
>
48 matches
Mail list logo