From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alon Levy Subject: Re: [PATCH] allow building spice from git Date: Sun, 26 Jun 2011 22:05:11 +0200 Message-ID: <20110626200511.GM2731@bow.redhat.com> References: <1309118124-8080-1-git-send-email-alevy@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: autotest@test.kernel.org Return-path: Content-Disposition: inline In-Reply-To: <1309118124-8080-1-git-send-email-alevy@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: autotest-bounces@test.kernel.org Errors-To: autotest-bounces@test.kernel.org List-Id: kvm.vger.kernel.org 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. > > I'm not sure what the best way is to achieve the next points I need to do: > > 1. Installing pre built qxl drivers into images. I'd assume there is already support for > installing virtio? is the unattended install for windows used for that? > > 2. Running a spice client. Is there already support for running some long lived > process while a vm is running, and controlling it? > > I would possibly like to also build qxl drivers - it is doable from linux using > wine and ddk, and possibly 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 commented spice parameters > > client/tests/kvm/build.cfg.sample | 8 ++ > client/virt/kvm_installer.py | 188 +++++++++++++++++++------------------ > client/virt/kvm_vm.py | 3 + > 3 files changed, 106 insertions(+), 93 deletions(-) > > -- > 1.7.5.4 > > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html