Re: kvm-userspace broken?

2009-05-04 Thread Carlo Marcelo Arenas Belon
On Mon, May 04, 2009 at 09:40:03AM +0300, Avi Kivity wrote: Hans de Bruin wrote: Avi Kivity wrote: kvm-userspace.git has been retired; it's now playing golf in git://git.kernel.org/pub/scm/virt/kvm/retired/kvm-userspace.git. Use git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git instead.

Re: kvm-userspace broken?

2009-05-04 Thread Carlo Marcelo Arenas Belon
On Mon, May 04, 2009 at 11:14:58AM +0300, Avi Kivity wrote: Avi Kivity wrote: Carlo Marcelo Arenas Belon wrote: On Mon, May 04, 2009 at 09:40:03AM +0300, Avi Kivity wrote: Hans de Bruin wrote: Avi Kivity wrote: kvm-userspace.git has been retired; it's now playing golf

Re: trouble with dvd drives

2009-04-12 Thread Carlo Marcelo Arenas Belon
On Sat, Apr 11, 2009 at 11:31:41PM -0500, Gene Horodecki wrote: Hi there.. I have a new machine with an AMD Phenom processor and two fairly average LG DVD burners. I've gotten to the point that I seem to be able to see both but they are not coming up as writable drives.. AFAIK the IDE

Re: KVM-82 failed to compile

2009-01-02 Thread Carlo Marcelo Arenas Belon
Thu, Jan 01, 2009 at 12:17:06PM -0800, Simon Gao wrote: I am seeing following error while compiling kvm-82: In file included from /tmp/kvm-82/kernel/x86/svm.c:56: /tmp/kvm-82/kernel/include/linux/kvm_host.h:171: error: field ‘mmu_notifier’ has incomplete type does that line correspond to

[PATCH] qemu: missing definition for virtio_blk in device-hotplug

2008-12-24 Thread Carlo Marcelo Arenas Belon
Trivial fix for the following warning : kvm-81/qemu/hw/device-hotplug.c:165: warning: implicit declaration of function 'virtio_blk_init' Signed-off-by: Carlo Marcelo Arenas Belon care...@sajinet.com.pe --- qemu/hw/device-hotplug.c |1 + 1 files changed, 1 insertions(+), 0 deletions

Re: Solaris 10 x86_64 guest on kvm keeps restarting

2008-11-11 Thread Carlo Marcelo Arenas Belon
On Tue, Nov 11, 2008 at 06:51:26PM +0530, mr ashok wrote: Hi all, I have a F9 box with 2.6.27.4-58.fc10.x86_64 version installed with kvm-74-5.fc10.x86_64 installed. you are going to need a patched version of the kvm module to be able to run Solaris 10 amd64 as explained in the Guest Support

APIC problems with kvm-77 (was Re: [ANNOUNCE] kvm-77 release)

2008-10-17 Thread Carlo Marcelo Arenas Belon
On Sun, Oct 12, 2008 at 06:18:29PM +, Don Parsons wrote: Trying to boot with kvm-77 gave a debugging hint, so here is what I get. Does not look informative to me though. This was typed from screen (Can copy paste work?): Startup script: modprobe kvm-intel; sleep 1

Re: Problem with -curses mode ?

2008-08-10 Thread Carlo Marcelo Arenas Belon
On Sun, Aug 10, 2008 at 11:56:37AM +0100, Ian Kirk wrote: Before I go trying to debug try later versions of kvm userspace, is this a known problem, or an obvious user error ? known problem, it is not kvm specific either (as the implementation comes AS-IS from qemu) so if you are going to

Re: [PATCH 2/2] configure: passthrough for audio-{drv,card} and logic cleanup

2008-07-31 Thread Carlo Marcelo Arenas Belon
to apply by doing something like : $ tar -xzf kvm-72.tar.gz $ cd kvm-72 $ patch -p1 kvm-72-configure-audio-list.patch Carlo From 0e457bd68805df64b120a70c44fd62860b759f3c Mon Sep 17 00:00:00 2001 From: Carlo Marcelo Arenas Belon [EMAIL PROTECTED] Date: Tue, 15 Jul 2008 22:52:42 -0700 Subject

Re: kvm72: configure script mangles --audio-drv-list and --audio-card-list and blocks them from --help

2008-07-30 Thread Carlo Marcelo Arenas Belon
On Wed, Jul 30, 2008 at 12:13:10PM +0100, TJ wrote: The ./configure script, whilst trying to be clever in passing options to qemu/configure, mangles the --audio-*-list options. It also prevents the audio-*-list options showing up as a result of --help. this sounds like the problem that was

[RESEND][PATCH 0/2] configure: add support for audio-{drv,card}-list

2008-07-30 Thread Carlo Marcelo Arenas Belon
This is a rebased version of the original patch series presented to fix issues to configure the different audio options in kvm and that is still present in kvm-72 as shown by recent reports. The following series adds support for the audio option lists from qemu's configure that were added in

[PATCH 1/2] configure: include audio list options for --help output

2008-07-30 Thread Carlo Marcelo Arenas Belon
but will require build or script instructions to replace calls to from --enable-{adlib,ac97,gus} or --enable-{coreaudio,alsa,esd,fmod,dsound} with their equivalent flags. Signed-off-by: Carlo Marcelo Arenas Belon [EMAIL PROTECTED] --- configure |5 +++-- 1 files changed, 3 insertions(+), 2 deletions

[PATCH 2/2] configure: passthrough for audio-{drv,card} and logic cleanup

2008-07-30 Thread Carlo Marcelo Arenas Belon
Avoids reformatting for the options that are send verbatim to qemu's configure and add a passthrough for qemu options that use a space separated list of options like the list for audio drivers enabled or the list for audio devices emulated. Signed-off-by: Carlo Marcelo Arenas Belon [EMAIL

[PATCH 0/2] configure: add support for audio-{drv,card}-list

2008-07-16 Thread Carlo Marcelo Arenas Belon
The following series adds support for qemu's audio configure option lists that were added in kvm-71 to support selecting which interface will be used to enable audio in the host from the guest (oss, alsa, sdl, esd, fmod, or pulseaudio) and which audio devices emulation to enable for the guest

[PATCH 2/2] configure: passthrough for audio-{drv,card}-list and logic cleanup

2008-07-16 Thread Carlo Marcelo Arenas Belon
emulated. Signed-off-by: Carlo Marcelo Arenas Belon [EMAIL PROTECTED] --- configure | 17 + 1 files changed, 13 insertions(+), 4 deletions(-) diff --git a/configure b/configure index 2558e0e..fc05767 100755 --- a/configure +++ b/configure @@ -10,6 +10,8 @@ qemu_cflags= qemu_ldflags

[PATCH] qemu: re-add definition for qemu_get_launch_info

2008-07-16 Thread Carlo Marcelo Arenas Belon
somehow missing from sysemu.h after a qemu merge and otherwise complaining with the following warning : kvm-71/qemu/migration.c: In function 'migration_init_ssh': kvm-71/qemu/migration.c:629: warning: implicit declaration of function 'qemu_get_launch_info' Signed-off-by: Carlo Marcelo

[PATCH] qemu: remove duplicated inclusion of signal.h in qemu-kvm.h

2008-07-16 Thread Carlo Marcelo Arenas Belon
added by mistake as part of 4820cce75999b2673a964eb87601229a4bd78ad9 Signed-off-by: Carlo Marcelo Arenas Belon [EMAIL PROTECTED] --- qemu/qemu-kvm.h |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/qemu/qemu-kvm.h b/qemu/qemu-kvm.h index 8b7dcde..7e28428 100644

Re: [ANNOUNCE] kvm-71 release

2008-07-15 Thread Carlo Marcelo Arenas Belon
On Tue, Jul 15, 2008 at 09:35:56PM +0200, Jindrich Makovicka wrote: On Mon, 14 Jul 2008 18:00:37 +0300 Avi Kivity [EMAIL PROTECTED] wrote: Again, this took longer than I'd like, but the new release is finally out. It's composed mainly of incremental fixes, but important ones. [...]

Re: QEMU Accel - git tree

2008-07-04 Thread Carlo Marcelo Arenas Belon
On Fri, Jul 04, 2008 at 05:40:03PM -0300, Glauber Costa wrote: Hey Folks I'm publishing a git repository for the QEMU Accel patches. It lives at git://git.kernel.org/pub/scm/virt/qemu/glommer/qemu-accel.git for the few of us that had been living under a rock, could you give an explanation

Re: kvm-70 w/ x86_64 CentOS5 guest failing to exit on halt

2008-07-02 Thread Carlo Marcelo Arenas Belon
On Wed, Jul 02, 2008 at 07:07:04PM -0500, Charles Duffy wrote: Per subject. As the below log makes evident, ACPI is quite certainly enabled: ACPI halting doesn't turn off a real server either, maybe you want : # poweroff -p Carlo -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH] configure: remove configure warning against not using gcc3

2008-06-26 Thread Carlo Marcelo Arenas Belon
On Wed, Jun 25, 2008 at 02:56:58PM +0300, Avi Kivity wrote: Carlo Marcelo Arenas Belon wrote: @@ -28,8 +28,6 @@ usage() { Any additional option is given to qemu's configure verbatim; including: ---disable-gcc-checkdon't insist on gcc-3.x

[PATCH] libkvm: export init for coalesced MMIO support

2008-06-17 Thread Carlo Marcelo Arenas Belon
'kvm_init_coalesced_mmio' Signed-off-by: Carlo Marcelo Arenas Belon [EMAIL PROTECTED] --- libkvm/libkvm.h |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/libkvm/libkvm.h b/libkvm/libkvm.h index a33e9db..4fd8587 100644 --- a/libkvm/libkvm.h +++ b/libkvm/libkvm.h @@ -576,6