[Qemu-devel] [PATCH] darwin-user merge attempt

2007-01-11 Thread Pierre d'Herbemont
Hi, Here is an attempt to merge the qemu tree hosted in darwine CVS repository [1]. This branch contains a darwin-user target for qemu, which goal is similar to linux-user on linux. For now there is still much to do, like: 1- fill the ioctls*.h files 2- Accurately implement all the syscall.

Re: [Qemu-devel] Preliminary Malta platform support

2007-01-11 Thread Aurelien Jarno
On Thu, Jan 11, 2007 at 08:55:28PM +0100, Stefan Weil wrote: > > Hello Aurelien, Hi! > merci pour l'emulation de MIPS malta. C'est très jolie. > > I added the MIPS display device which I already published > in an earlier mail, so now Thiemo can see LINUX ON MALTA > scrolling. Maybe the colors n

Re: [Qemu-devel] Re: weird slirp problems (dns lookups stopped working, and maybe more) [PATCH]

2007-01-11 Thread Jason Wessel
I posted a similar patch last year, but it was not accepted for some reason. Making this change allows UDP nfs to work to a remote file server as well. I would recommend, making one further change as included in this patch. It allows KGDBOE to operate on the local host or from a remote host

[Qemu-devel] Re: weird slirp problems (dns lookups stopped working, and maybe more)

2007-01-11 Thread Juergen Lock
On Wed, Jan 10, 2007 at 12:04:03AM +0100, Juergen Lock wrote: >... > Ok, garrison on irc just helped solve this mystery: This (the same) > one actually goes out first, before the 10.0.2.3 one (I didn't notice > at first), and since slirp reuses the socket because the source ip and > port hasnt cha

Re: [Qemu-devel] [PATCH] Change the 82371SB PCI-to-ISA bridge into a82371EB

2007-01-11 Thread Aurelien Jarno
On Thu, Jan 11, 2007 at 09:00:58PM +0100, Fabrice Bellard wrote: > I would prefer to keep the PIIX3 for the PC until the PIIX4 is more > tested (and implemented !). I would accept having both PIIX3 and PIIX4 > (a flag could suffice at the init). > Please find below a new patch. I have actually

Re: [Qemu-devel] [PATCH] Change the 82371SB PCI-to-ISA bridge into a82371EB

2007-01-11 Thread Fabrice Bellard
I would prefer to keep the PIIX3 for the PC until the PIIX4 is more tested (and implemented !). I would accept having both PIIX3 and PIIX4 (a flag could suffice at the init). Regards, Fabrice. Aurelien Jarno wrote: On Tue, Jan 09, 2007 at 09:03:01PM +0300, Alexander Voropay wrote: "Aurelie

Re: [Qemu-devel] [PATCH] better handling of removal in IOHandlerRecord list

2007-01-11 Thread Fabrice Bellard
I think a more complete patch is needed to fully correct the problem. Regards, Fabrice. jerome Arbez-Gindre wrote: On Thu, 2007-01-11 at 14:56 +0100, jerome Arbez-Gindre wrote: On Wed, 2007-01-10 at 17:34 +0100, jerome Arbez-Gindre wrote: Hi, by a call to qemu_set_fd_handler(fd,NULL,NULL,

Re: [Qemu-devel] Preliminary Malta platform support

2007-01-11 Thread Stefan Weil
Aurelien Jarno schrieb: > Aurelien Jarno a écrit : >> Hi, >> >> I have recently worked on adding support for the Malta platform [1] with >> a CoreLV CPU in QEMU. Due to lack of time this is currently not >> finished, but if you want to try, my preliminary patches are now public. >> It currently onl

[Qemu-devel][PATCH] qemu console.c - improved ANSI escape sequences

2007-01-11 Thread Stefan Weil
Hi, here is a patch which improves the handling of escape sequences for text consoles. This fix is needed for programs like top, vi, clear and reset running in QEMU's serial console, but also for readline line editing (eg. in bash). While many users of Windows or Linux on i386 never use the seria

[Qemu-devel] Re: problem with 64/64 guest running grub (also 32/64)

2007-01-11 Thread Ludovic Drolez
Werner Dittmann t-online.de> writes: > > Same happen to Suse 64 host/64 guest system (Suse 10.1). A 32-bit > guest system install quite well. I've also got the problem on a Debian 32 host/64 guest. But installing lilo works. Cheers, Ludovic. __

Re: [Qemu-devel] [PATCH] better handling of removal in IOHandlerRecord list

2007-01-11 Thread jerome Arbez-Gindre
On Thu, 2007-01-11 at 14:56 +0100, jerome Arbez-Gindre wrote: > On Wed, 2007-01-10 at 17:34 +0100, jerome Arbez-Gindre wrote: > > Hi, > > > > by a call to qemu_set_fd_handler(fd,NULL,NULL,NULL) in the fd_read > > callback, I have generated a "Segmentation fault" in vl.c. > > > > My solution is no

Re: [Qemu-devel] [PATCH] better handling of removal in IOHandlerRecord list

2007-01-11 Thread jerome Arbez-Gindre
On Wed, 2007-01-10 at 17:34 +0100, jerome Arbez-Gindre wrote: > Hi, > > by a call to qemu_set_fd_handler(fd,NULL,NULL,NULL) in the fd_read > callback, I have generated a "Segmentation fault" in vl.c. > > My solution is not very smart... but it is very simple. I reply to myself because I did not

[Qemu-devel] Support for vga= kernel option

2007-01-11 Thread Pascal Terjan
Hello, here is a little patch to add support for vga= when using -kernel. Index: hw/pc.c === RCS file: /sources/qemu/qemu/hw/pc.c,v retrieving revision 1.68 diff -u -r1.68 pc.c --- hw/pc.c 10 Jan 2007 16:23:41 - 1.68 +++ hw/pc.c 1

[Qemu-devel] QEMU x86_64: sles 64, bug with floats (with test program) (3rd try)

2007-01-11 Thread Ludovic Drolez
Hi ! I've found a bug in Qemu x86_64 under a sles 64 10: conversion of floats to strings fails in some cases. For example, Ganglia (cluster monitoring software), shows random values and as well as PHP5 programs. Here is a simple test program to confirm that you have the same bug as me (maybe al