[Qemu-devel] [PATCH] Block I/O signals in audio helper threads.

2010-08-06 Thread Gerd Hoffmann
Otherwise qemu might be killed due to SIGIO being received by a thread which isn't prepared for that. Seen happening with pulseaudio backend. Signed-off-by: Gerd Hoffmann --- audio/audio_pt_int.c |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/audio/audio_pt_int

[Qemu-devel] Re: [PATCH] Block I/O signals in audio helper threads.

2010-08-06 Thread Paolo Bonzini
On 08/06/2010 10:05 AM, Gerd Hoffmann wrote: Otherwise qemu might be killed due to SIGIO being received by a thread which isn't prepared for that. Seen happening with pulseaudio backend. For 0.14 it may make sense to switch it qemu-threads, which would do that automatically. Acked-by: Paolo

[Qemu-devel] Re: Win2K8 32-bit Mix of IDE and SCSI assertion

2010-08-06 Thread Gerd Hoffmann
On 08/05/10 22:58, Peter Lieven wrote: Hi, we today saw a Win2k8 VM with first device IDE and second device SCSI crash reprocably during boot. Win2k8 32-bit Server was installed with IDE only. The second SCSI device was added later. Here is the output and commandline: Aug 5 20:42:55 172.21.

Re: [Qemu-devel] [PATCH] Block I/O signals in audio helper threads.

2010-08-06 Thread malc
On Fri, 6 Aug 2010, Gerd Hoffmann wrote: > Otherwise qemu might be killed due to SIGIO being received by a thread > which isn't prepared for that. Seen happening with pulseaudio backend. I've commited different patch. [..snip..] -- mailto:av1...@comtv.ru

Re: [Qemu-devel] Win2K8 32-bit Mix of IDE and SCSI assertion

2010-08-06 Thread Michal Novotny
On 08/05/2010 10:58 PM, Peter Lieven wrote: Hi, we today saw a Win2k8 VM with first device IDE and second device SCSI crash reprocably during boot. Win2k8 32-bit Server was installed with IDE only. The second SCSI device was added later. Here is the output and commandline: Aug 5 20:42:55 17

Re: [Qemu-devel] [PATCH v2] rtc: Remove TARGET_I386 from qemu-config.c, enables driftfix

2010-08-06 Thread Daniel P. Berrange
On Wed, Jun 23, 2010 at 08:14:04PM +0530, Amit Shah wrote: > qemu-config.c doesn't contain any target-specific code, and the > TARGET_I386 conditional code didn't get compiled as a result. Removing > this enables the driftfix parameter for rtc. > > Signed-off-by: Amit Shah > --- > qemu-config.c

Re: [Qemu-devel] Win2K8 32-bit Mix of IDE and SCSI assertion

2010-08-06 Thread Paolo Bonzini
On 08/06/2010 01:08 PM, Michal Novotny wrote: Aug 5 20:43:06 172.21.59.142 kvm: Aborted Aug 5 20:43:06 172.21.59.142 kvm errno=134 when I tried to seach some information on errno=134 (based on assumption it's a standard OS error) I don't know where exactly the output is coming from, but in th

Re: [Qemu-devel] Win2K8 32-bit Mix of IDE and SCSI assertion

2010-08-06 Thread Michal Novotny
On 08/06/2010 01:17 PM, Paolo Bonzini wrote: On 08/06/2010 01:08 PM, Michal Novotny wrote: Aug 5 20:43:06 172.21.59.142 kvm: Aborted Aug 5 20:43:06 172.21.59.142 kvm errno=134 when I tried to seach some information on errno=134 (based on assumption it's a standard OS error) I don't know wher

Re: [Qemu-devel] [PATCH] Added an option to set the VMDK adapter type

2010-08-06 Thread Aaron Mason
Let's try that again. I'd paste it but GMail likes to break patches to honour the 73 char limit. I'll install Git on my home PC and try git send-email from there (my work PC is behind a restrictive firewall so email via Gmail is out). Thanks for finding more that I missed, I'll fix them on Monda

Re: [Qemu-devel] Win2K8 32-bit Mix of IDE and SCSI assertion

2010-08-06 Thread Michal Novotny
On 08/06/2010 04:37 PM, Peter Lieven wrote: ... hi all, the error was with qemu 0.12.4. i looked at 0.12.5 changelog, but did not find any scsi related changes after 0.12.4. the guest that caused the problem was win2k8 server 64-bit. i applied the patch gerd pointed to and this fixed the issue.

[Qemu-devel] [Bug 613529] Re: qemu does not accept regular disk geometry

2010-08-06 Thread Hadmut Danisch
has been (orally) confirmed by other users. It is effectively impossible to reliably install a system on an lvm logical device and run it under kvm/qemu -- qemu does not accept regular disk geometry https://bugs.launchpad.net/bugs/613529 You received this bug notification because you are a membe

Re: [Qemu-devel] Win2K8 32-bit Mix of IDE and SCSI assertion

2010-08-06 Thread Peter Lieven
Am 06.08.2010 um 13:30 schrieb Michal Novotny: > On 08/06/2010 01:17 PM, Paolo Bonzini wrote: >> On 08/06/2010 01:08 PM, Michal Novotny wrote: Aug 5 20:43:06 172.21.59.142 kvm: Aborted Aug 5 20:43:06 172.21.59.142 kvm errno=134 >>> >>> when I tried to seach some information on errno=13

[Qemu-devel] Question about starting 2 VMs using Qemu

2010-08-06 Thread Anjali Kulkarni
Hi, I can start my freebsd based image in Qemu, and I use tap interface for connectivity to the host or external world, but when I try to fire up 2 instances, using tap, it fails. For the second invocation, it gives me the error: [r...@ipg-virt01 tmp]# ./qemu-system-x86_64 -m 512 anjali.img -net

[Qemu-devel] guest MAC-address isolation

2010-08-06 Thread Robert Rebstock
Hello all, can anyone recommend a better way to achive (guest agnostic) MAC-address isolation in qemu/kvm, then with user-mode networking? I have multiple guests requiring the same MAC-address, and user-mode/slirp networking is quite slow. best regards, Robert PS. Please BCC me, as I am not on

[Qemu-devel] Re: [PATCH] [sparc32] fix last cpu timer initialization

2010-08-06 Thread Artyom Tarasenko
2010/8/2 Artyom Tarasenko : > Btw, it would be nice to get this patch applied for 0.13: it's a pure > fix, and it allows running the OBP v2.10 for LX and some older OBP > versions for SS-20 too. ping? Objections? > 2010/8/2 Blue Swirl : >> Thanks, applied. Please remember to use Signed-off-by tag

[Qemu-devel] Re: [PATCH 4/4] ppc4xx: load Bamboo kernel, initrd, and fdt at fixed addresses

2010-08-06 Thread Hollis Blanchard
On Thu, Aug 5, 2010 at 7:39 PM, Liu Yu-B13201 wrote: > > >> -Original Message- >> From: kvm-ppc-ow...@vger.kernel.org >> [mailto:kvm-ppc-ow...@vger.kernel.org] On Behalf Of Hollis Blanchard >> Sent: Thursday, August 05, 2010 8:22 AM >> To: qemu-devel@nongnu.org >> Cc: kvm-...@vger.kernel.o

Re: [Qemu-devel] Re: [PATCH 4/4] ppc4xx: load Bamboo kernel, initrd, and fdt at fixed addresses

2010-08-06 Thread Edgar E. Iglesias
On Fri, Aug 06, 2010 at 10:55:36AM -0700, Hollis Blanchard wrote: > On Thu, Aug 5, 2010 at 7:39 PM, Liu Yu-B13201 wrote: > > > > > >> -Original Message- > >> From: kvm-ppc-ow...@vger.kernel.org > >> [mailto:kvm-ppc-ow...@vger.kernel.org] On Behalf Of Hollis Blanchard > >> Sent: Thursday, A

[Qemu-devel] [PATCH] Fix spelling in comments

2010-08-06 Thread Stefan Weil
multifuction -> multifunction successfull -> successful. Signed-off-by: Stefan Weil --- hw/pci.c |2 +- posix-aio-compat.c |2 +- ui/vnc-enc-tight.c |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/pci.c b/hw/pci.c index a98d6f3..5aa690d 100644 --- a

Re: [Qemu-devel] [PATCH v2] rtc: Remove TARGET_I386 from qemu-config.c, enables driftfix

2010-08-06 Thread Amit Shah
On (Fri) Aug 06 2010 [12:12:45], Daniel P. Berrange wrote: > On Wed, Jun 23, 2010 at 08:14:04PM +0530, Amit Shah wrote: > > qemu-config.c doesn't contain any target-specific code, and the > > TARGET_I386 conditional code didn't get compiled as a result. Removing > > this enables the driftfix parame

[Qemu-devel] [patch] fix scsi-generic

2010-08-06 Thread adq
Hi, I've been tracking down why scsi generic devices (using SG_IO) don't work any more. After adding debug, I can see that it actually submits the scsi CDB in hw/scsi-generic.c/execute_command(), but that the hw/scsi-generic.c/scsi_read_complete() callback is never called. This is because these ar

[Qemu-devel] Re: [patch] fix scsi-generic

2010-08-06 Thread adq
On 7 August 2010 01:55, adq wrote: > Hi, I've been tracking down why scsi generic devices (using SG_IO) > don't work any more. After adding debug, I can see that it actually > submits the scsi CDB in hw/scsi-generic.c/execute_command(), but that > the hw/scsi-generic.c/scsi_read_complete() callbac

[Qemu-devel] Re: [patch] fix scsi-generic

2010-08-06 Thread adq
On 7 August 2010 02:50, adq wrote: > On 7 August 2010 01:55, adq wrote: >> Hi, I've been tracking down why scsi generic devices (using SG_IO) >> don't work any more. After adding debug, I can see that it actually >> submits the scsi CDB in hw/scsi-generic.c/execute_command(), but that >> the hw/s

Re: [Qemu-devel] guest MAC-address isolation

2010-08-06 Thread Mulyadi Santosa
Hi... On Fri, Aug 6, 2010 at 22:10, Robert Rebstock wrote: > Hello all, > > can anyone recommend a better way to achive (guest agnostic) MAC-address > isolation in qemu/kvm, then with user-mode networking? > > I have multiple guests requiring the same MAC-address, and user-mode/slirp > networking

Re: [Qemu-devel] Question about starting 2 VMs using Qemu

2010-08-06 Thread Mulyadi Santosa
Hi.. On Fri, Aug 6, 2010 at 21:09, Anjali Kulkarni wrote: > Hi, > > I can start my freebsd based image in Qemu, and I use tap interface for > connectivity to the host or external world, but when I try to fire up 2 > instances, using tap, it fails. For the second invocation, it gives me the > erro

Re: [Qemu-devel] Questions about networking

2010-08-06 Thread Mulyadi Santosa
Hi Peter... On Tue, Aug 3, 2010 at 15:13, Peter Niessen wrote: > Dear List, > > I'm trying to set up a testbed for batch systems using qemu-kvm. So far, > I've created two machines, a master ("torque") and an execution host > ("mom") for use with torque. I'm using the following command lines to >