Re: [Qemu-devel] [PATCH] Documentation: Update chapter on installation

2010-04-10 Thread Stefan Weil
Aurelien Jarno schrieb: > On Sun, Mar 28, 2010 at 11:50:19AM +0200, Stefan Weil wrote: > >> * Replace broken links by link to QEMU wiki. >> >> * Separate sections for Linux / Windows / Mac OS X >> are no longer needed: the wiki link will provide >> additional links, so we don't need them her

[Qemu-devel] [PATCH] Avoid compiler error

2010-04-10 Thread Stefan Weil
A 32 bit cross compilation of x86_64-linux-user raises this error: CCx86_64-linux-user/exec.o cc1: warnings being treated as errors exec.c: In function ‘page_init’: exec.c:350: error: large integer implicitly truncated to unsigned type L1_MAP_ADDR_SPACE_BITS == 47, HOST_LONG_BITS == 32, so

Re: [Qemu-devel] [PATCH] Fix cross compilation

2010-04-10 Thread Stefan Weil
Aurelien Jarno schrieb: > On Sun, Mar 28, 2010 at 11:44:05AM +0200, Stefan Weil wrote: >> This patch enhances the algorithm which finds the correct settings >> for SDL. >> For cross compilations (when cross_prefix is set), it looks for >> sdl-config >> with cross prefix. Here is the complete search

Re: [Qemu-devel] [PATCH] Documentation: Update chapter on installation

2010-04-10 Thread Aurelien Jarno
On Sat, Apr 10, 2010 at 09:21:54AM +0200, Stefan Weil wrote: > Aurelien Jarno schrieb: > > On Sun, Mar 28, 2010 at 11:50:19AM +0200, Stefan Weil wrote: > > > >> * Replace broken links by link to QEMU wiki. > >> > >> * Separate sections for Linux / Windows / Mac OS X > >> are no longer needed:

Re: [Qemu-devel] [PATCH] Documentation: Update chapter on installation

2010-04-10 Thread Stefan Weil
Aurelien Jarno schrieb: > On Sat, Apr 10, 2010 at 09:21:54AM +0200, Stefan Weil wrote: >> Aurelien Jarno schrieb: >>> On Sun, Mar 28, 2010 at 11:50:19AM +0200, Stefan Weil wrote: >>> * Replace broken links by link to QEMU wiki. * Separate sections for Linux / Windows / Mac OS X

Re: [Qemu-devel] [PATCH 2/2] block: Convert bdrv_first to QTAILQ

2010-04-10 Thread Kevin Wolf
Am 10.04.2010 08:04, schrieb Stefan Hajnoczi: > On Fri, Apr 9, 2010 at 7:17 PM, Stefan Hajnoczi wrote: >> I see three options: >> 1. Leave the search. >> 2. Modify qemu-queue.h to add a QTAILQ_ON_LIST(elm) macro. >> 3. Break the QTAILQ abstraction and test tge_prev directly. > > I see a nicer opt

Re: [Qemu-devel] [PATCH 0/6] qcow2: More error path fixes

2010-04-10 Thread Kevin Wolf
Am 10.04.2010 02:02, schrieb Aurelien Jarno: > On Tue, Apr 06, 2010 at 03:30:08PM +0200, Kevin Wolf wrote: >> This is part three of the qcow2 error path fixes. More to come... >> >> May depend on any patches sent earlier that are in my queue (I think it does >> depend at least on the blkdebug serie

[Qemu-devel] Re: [PATCH v2] block: Convert bdrv_first to QTAILQ

2010-04-10 Thread Kevin Wolf
Am 10.04.2010 08:02, schrieb Stefan Hajnoczi: > Signed-off-by: Stefan Hajnoczi > --- > block.c | 41 +++-- > block_int.h |3 ++- > 2 files changed, 21 insertions(+), 23 deletions(-) Thanks, applied to the block branch. Kevin

Re: [Qemu-devel] [PATCH 6/6] [S390] Add firmware code

2010-04-10 Thread Alexander Graf
On 10.04.2010, at 02:00, Aurelien Jarno wrote: > On Sat, Apr 10, 2010 at 01:29:55AM +0200, Alexander Graf wrote: >> >> On 09.04.2010, at 22:17, Aurelien Jarno wrote: >> >>> On Thu, Apr 01, 2010 at 06:42:41PM +0200, Alexander Graf wrote: This patch adds a firmware blob to the S390 target. T

Re: [Qemu-devel] [PATCH] Documentation: Update chapter on installation

2010-04-10 Thread Aurelien Jarno
On Sat, Apr 10, 2010 at 09:56:00AM +0200, Stefan Weil wrote: > Aurelien Jarno schrieb: > > On Sat, Apr 10, 2010 at 09:21:54AM +0200, Stefan Weil wrote: > >> Aurelien Jarno schrieb: > >>> On Sun, Mar 28, 2010 at 11:50:19AM +0200, Stefan Weil wrote: > >>> > * Replace broken links by link to QEMU

Re: [Qemu-devel] [PATCH] Documentation: Update chapter on installation

2010-04-10 Thread Stefan Weil
Aurelien Jarno schrieb: > On Sat, Apr 10, 2010 at 09:56:00AM +0200, Stefan Weil wrote: >> Aurelien Jarno schrieb: >>> On Sat, Apr 10, 2010 at 09:21:54AM +0200, Stefan Weil wrote: Aurelien Jarno schrieb: > On Sun, Mar 28, 2010 at 11:50:19AM +0200, Stefan Weil wrote: > >> * Replace b

Re: [Qemu-devel] [PATCH] microblaze: Fix two format specifiers in disassembler

2010-04-10 Thread Thomas Monjalon
Stefan Weil wrote: > inst is unsigned long, so use %04lx instead of %04x. > > Signed-off-by: Stefan Weil I've sent a patch (http://lists.gnu.org/archive/html/qemu-devel/2010-04/msg00637.html) which include this change and fix a bug, as explained by Paolo Bonzini: http://lists.gnu.org/archive/htm

Re: [libvirt] [Qemu-devel] Re: Libvirt debug API

2010-04-10 Thread Paolo Bonzini
On 04/09/2010 11:30 PM, Eric Blake wrote: Yeah, having the ability to specify an optional wrapper script, that receives the name of the normal interpreter and all the arguments the normal interpreter would have been given, sounds like the ultimate in flexibility at a minimum of xml. You can als

Re: [Qemu-devel] [GSoC 2010] Pass-through filesystem support.

2010-04-10 Thread Jamie Lokier
Mohammed Gamal wrote: > Hi Javier, > Thanks for the link. However, I'm still concerned with > interoperability with other operating systems, including non-Windows > ones. I am not sure of how many operating systems actually support 9p, > but I'm almost certain that CIFS would be more widely-support

Re: [Qemu-devel] [GSoC 2010] Pass-through filesystem support.

2010-04-10 Thread Mohammed Gamal
On Sat, Apr 10, 2010 at 2:12 PM, Jamie Lokier wrote: > Mohammed Gamal wrote: >> Hi Javier, >> Thanks for the link. However, I'm still concerned with >> interoperability with other operating systems, including non-Windows >> ones. I am not sure of how many operating systems actually support 9p, >>

Re: [Qemu-devel] [PATCH 6/6] [S390] Add firmware code

2010-04-10 Thread Aurelien Jarno
On Sat, Apr 10, 2010 at 11:22:37AM +0200, Alexander Graf wrote: > > On 10.04.2010, at 02:00, Aurelien Jarno wrote: > > > On Sat, Apr 10, 2010 at 01:29:55AM +0200, Alexander Graf wrote: > >> > >> On 09.04.2010, at 22:17, Aurelien Jarno wrote: > >> > >>> On Thu, Apr 01, 2010 at 06:42:41PM +0200,

Re: [Qemu-devel] [PATCH] Fix cross compilation

2010-04-10 Thread Aurelien Jarno
On Sat, Apr 10, 2010 at 09:34:31AM +0200, Stefan Weil wrote: > Aurelien Jarno schrieb: > > On Sun, Mar 28, 2010 at 11:44:05AM +0200, Stefan Weil wrote: > >> This patch enhances the algorithm which finds the correct settings > >> for SDL. > >> For cross compilations (when cross_prefix is set), it lo

Re: [Qemu-devel] [PATCH] Fix cross compilation

2010-04-10 Thread Stefan Weil
Aurelien Jarno schrieb: > On Sat, Apr 10, 2010 at 09:34:31AM +0200, Stefan Weil wrote: >> Aurelien Jarno schrieb: >>> On Sun, Mar 28, 2010 at 11:44:05AM +0200, Stefan Weil wrote: This patch enhances the algorithm which finds the correct settings for SDL. For cross compilations (when

[Qemu-devel] Re: [PATCH] Avoid compiler error

2010-04-10 Thread Aurelien Jarno
On Sat, Apr 10, 2010 at 09:26:03AM +0200, Stefan Weil wrote: > A 32 bit cross compilation of x86_64-linux-user raises this error: > > CCx86_64-linux-user/exec.o > cc1: warnings being treated as errors > exec.c: In function ‘page_init’: > exec.c:350: error: large integer implicitly truncated

Re: [Qemu-devel] [PATCHv2] Avoid page_set_flags() assert in qemu-user host page protection code

2010-04-10 Thread Aurelien Jarno
On Fri, Apr 09, 2010 at 10:02:41PM +0200, Aurelien Jarno wrote: > On Wed, Mar 31, 2010 at 11:00:36PM +0200, Juergen Lock wrote: > > V2 that uses endaddr = end-of-guest-address-space if !h2g_valid(endaddr) > > after I found out that indeed works; and also disables the FreeBSD 6.x > > /compat/linux/p

[Qemu-devel] [PATCH] Write cmos hd data for ide drives using -device parm

2010-04-10 Thread Bruce Rogers
When specifying ide devices using -device, the cmos information which the bios depends on is not written. This patch generalizes the cmos hd data setting for the existing code path and adds the ability to call that code on a per machine, per ide drive basis. This is important for older guests

[Qemu-devel] [PATCH] linux-user: do_shmdt(): Fix page_set_flags's 2nd arg.

2010-04-10 Thread takasi-y
2nd arg of page_set_flags() should be start+size, but size. Signed-off-by: Takashi YOSHII --- linux-user/syscall.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index a03e432..26c0fb4 100644 --- a/linux-user/syscall.c +++ b/

Re: [Qemu-devel] [PATCHv2] Avoid page_set_flags() assert in qemu-user host page protection code

2010-04-10 Thread Juergen Lock
On Sat, Apr 10, 2010 at 05:22:08PM +0200, Aurelien Jarno wrote: > On Fri, Apr 09, 2010 at 10:02:41PM +0200, Aurelien Jarno wrote: > > On Wed, Mar 31, 2010 at 11:00:36PM +0200, Juergen Lock wrote: > > > V2 that uses endaddr = end-of-guest-address-space if !h2g_valid(endaddr) > > > after I found out

[Qemu-devel] Print inpit assembly

2010-04-10 Thread John Vele
Hello to all, I am using i386 linux user mode to run linux i386 binaries. I was wondering if there is way to print the input assembly of the executable. I run: ./i386-linux-user/qemu-i386 -d in_asm ../executable but I don't know exactly what in_asm stands for: is it the exact assembly of the exe

[Qemu-devel] Re: [PATCH] Avoid compiler error

2010-04-10 Thread Richard Henderson
On 04/10/2010 12:26 AM, Stefan Weil wrote: A 32 bit cross compilation of x86_64-linux-user raises this error: } else { #if TARGET_ABI_BITS<= L1_MAP_ADDR_SPACE_BITS endaddr = ~0ul; +#elif HOST_LONG_BITS<= L1_MAP_ADDR_SPACE_BITS +

[Qemu-devel] Problem with QEMU on KVM

2010-04-10 Thread Gerhard Wiesinger
Hello, Booting DOS 6.22 with NT4 Bootloader works fine. With enabled KVM it boots, but hangs at counting down the boot loader selection menu (30s, 29s, hang). Booting Knoppix 6.2 from CD wwith KVM orks well. Versions (0.12.3): x86_64-softmmu: OK i386-softmmu: OK x86_64-softmmu with -enable-kv

Re: [Qemu-devel] Call for 0.12.4

2010-04-10 Thread Gerhard Wiesinger
On Thu, 8 Apr 2010, Aurelien Jarno wrote: Hi all, A number of fixes have been accumulated in the stable-0.12 branch, and I think it's time to release a new stable version. I would like to see that happening for the end of next week (around the 18th of April). If you want to see some patches in

Re: [Qemu-devel] Call for 0.12.4

2010-04-10 Thread Aurelien Jarno
On Sat, Apr 10, 2010 at 10:08:45PM +0200, Gerhard Wiesinger wrote: > On Thu, 8 Apr 2010, Aurelien Jarno wrote: > >> Hi all, >> >> A number of fixes have been accumulated in the stable-0.12 branch, and >> I think it's time to release a new stable version. I would like to see >> that happening for th

Re: [Qemu-devel] [GSoC 2010] Pass-through filesystem support.

2010-04-10 Thread Javier Guerra Giraldez
On Sat, Apr 10, 2010 at 7:42 AM, Mohammed Gamal wrote: > On Sat, Apr 10, 2010 at 2:12 PM, Jamie Lokier wrote: >> To throw a spanner in, the most widely supported filesystem across >> operating systems is probably NFS, version 2 :-) > > Remember that Windows usage on a VM is not some rare use case

Re: [Qemu-devel] Call for 0.12.4

2010-04-10 Thread Brian Jackson
On Thursday 08 April 2010 13:37:07 Aurelien Jarno wrote: > Hi all, > > A number of fixes have been accumulated in the stable-0.12 branch, and > I think it's time to release a new stable version. I would like to see > that happening for the end of next week (around the 18th of April). > > If you w