[Qemu-devel] New VGA BIOS

2006-06-14 Thread Fabrice Bellard
I commited a new VGA BIOS (no commit message because the mail was too big). Important changes were made in order to support some Linux distributions heavily using the VESA VBE extensions (such as GeexBox). The -std-vga option must be used in this case. Fabrice.

Re: [Qemu-devel] High resolution VGA modes

2006-06-14 Thread Fabrice Bellard
Anthony Liguori wrote: Fabrice Bellard wrote: Hi, The previous commits enable the support of higher resolution VGA modes in QEMU (1152x864, 1280x1024 and 1600x1200) when using the VESA device driver (-std-vga option). The VESA device driver is known to work with Linux and Windows XP. Is

[Qemu-devel] qemu Makefile qemu-doc.texi hw/sun4m.c hw/sun4u...

2006-06-14 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/06/14 12:36:32 Modified files: . : Makefile qemu-doc.texi hw : sun4m.c sun4u.c pc-bios: README Added files: pc-bios:

[Qemu-devel] qemu/target-sparc helper.c

2006-06-14 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/06/14 12:37:30 Modified files: target-sparc : helper.c Log message: MMU no fault fix CVSWeb URLs:

[Qemu-devel] qemu/target-sparc translate.c

2006-06-14 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/06/14 12:37:58 Modified files: target-sparc : translate.c Log message: FPU fix (Joerg Platte) CVSWeb URLs:

[Qemu-devel] qemu/hw m48t59.c

2006-06-14 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/06/14 12:41:34 Modified files: hw : m48t59.c Log message: clock year fix for sparc (Blue Swirl) CVSWeb URLs:

Re: [Qemu-devel] Switch to OpenBIOS for Sparc32/64?

2006-06-14 Thread Fabrice Bellard
Blue Swirl wrote: I included other fixes currently needed for correct operation (clock year fix, FPU fix by Joerg Platte, MMU no-fault fix). Note: the FPU fix should be revisited because it is really not optimal. Here are some ideas to implement it better: 1) Include the bit 'psref' in the

[Qemu-devel] qemu configure target-mips/cpu.h target-mips/ex...

2006-06-14 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/06/14 12:56:19 Modified files: . : configure target-mips: cpu.h exec.h mips-defs.h op.c op_helper.c op_mem.c translate.c Added files:

Re: [Qemu-devel] New VGA BIOS

2006-06-14 Thread Nigel J. Terry
Fabrice Bellard wrote: I commited a new VGA BIOS (no commit message because the mail was too big). Important changes were made in order to support some Linux distributions heavily using the VESA VBE extensions (such as GeexBox). The -std-vga option must be used in this case. Fabrice.

[Qemu-devel] qemu/linux-user syscall.c

2006-06-14 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/06/14 13:36:59 Modified files: linux-user : syscall.c Log message: use glibc syscall (David Woodhouse) CVSWeb URLs:

[Qemu-devel] qemu/target-i386 helper2.c

2006-06-14 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/06/14 13:37:16 Modified files: target-i386: helper2.c Log message: use glibc syscall (David Woodhouse) CVSWeb URLs:

[Qemu-devel] qemu/linux-user main.c

2006-06-14 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/06/14 13:37:55 Modified files: linux-user : main.c Log message: MIPS FPU support in linux user emulation CVSWeb URLs:

[Qemu-devel] qemu dyngen.c

2006-06-14 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/06/14 13:41:09 Modified files: . : dyngen.c Log message: typo in get_reloc_expr() CVSWeb URLs:

Re: [Qemu-devel] [PATCH] -redir revisited

2006-06-14 Thread Fabrice Bellard
Hi, The current behaviour of QEMU seems correct to me: TCP connections coming localhost are seen coming from 10.0.2.2 on the guest. Your problem may be related to an incorrect Apache configuration. Did I miss something ? Regards, Fabrice. René Korthaus wrote: Hello list, i am recently

Re: [Qemu-devel] Sparse file support under windows

2006-06-14 Thread Fabrice Bellard
OK for the idea, but why is a new option needed ? Sparse file usage should be automatic if the filesystem supports it. Regards, Fabrice. ZIGLIO, Frediano, VF-IT wrote: Hi, this patch add sparse file support under Windows (supported on NTFS). It add a -s flag to qemu create and qemu

RE: [Qemu-devel] Sparse file support under windows

2006-06-14 Thread ZIGLIO, Frediano, VF-IT
Good question. As you like... I can remove option if you prefer. I don't know how performs sparse file on windows so perhaps someone can still prefer normal file for performance. freddy77 OK for the idea, but why is a new option needed ? Sparse file usage should be automatic if the

[Qemu-devel] qemu/target-i386 translate.c

2006-06-14 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/06/14 14:29:34 Modified files: target-i386: translate.c Log message: x86_64 mmx/sse fix CVSWeb URLs:

[Qemu-devel] qemu/target-arm translate.c

2006-06-14 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook pbrook 06/06/14 14:36:07 Modified files: target-arm : translate.c Log message: ARM postincrememnt addressing fix. CVSWeb URLs:

Re: [Qemu-devel] invisible wall patch

2006-06-14 Thread Dan Sandberg
Julian Seward wrote: Could somebody please commit, or at least consider committing, Anthony Liguori's invisible wall patch, shown at http://lists.gnu.org/archive/html/qemu-devel/2006-05/msg00112.html ? Without it, QEMU is essentially unusable on my SuSE 10 host; with it, the mouse stuff

Re: [Qemu-devel] Two question on serial port emulation

2006-06-14 Thread Fabrice Bellard
Jiang, Yunhong wrote: Hi, all I'm using qemu on linux, and I have two questions on the serial port emulation. The serial port means the hardware serial port (/dev/ttyS0 on Linux). 1) Currently tty_serial_init() set the c_oflags as following: tty.c_oflag |= OPOST but it didn't

Re: [Qemu-devel] Sparse file support under windows

2006-06-14 Thread Fabrice Bellard
At least the default should be sparse files if the filesystem supports them. Fabrice. ZIGLIO, Frediano, VF-IT wrote: Good question. As you like... I can remove option if you prefer. I don't know how performs sparse file on windows so perhaps someone can still prefer normal file for

Re: [Qemu-devel] Patch: Fix rip-relative addressing for SSE compare

2006-06-14 Thread Fabrice Bellard
Robin Green wrote: This patch corrects a bug with rip-relative addressing for some SSE compare instructions on x86_64. This makes GNU wget work on x86_64. I made a more complete fix. Tell me if it works on your examples. Fabrice. ___ Qemu-devel

[Qemu-devel] VMware Player

2006-06-14 Thread Joe Lee
I was wondering if there's the capability to have a vmware player type functionality to qemu. This is just to allow playing or running images with out needing to create virtual machines. May this could be a separate product. What's everyones thought to this? Joe

Re: [Qemu-devel] VMware Player

2006-06-14 Thread Paul Brook
On Wednesday 14 June 2006 15:55, Joe Lee wrote: I was wondering if there's the capability to have a vmware player type functionality to qemu. This is just to allow playing or running images with out needing to create virtual machines. May this could be a separate product. What's everyones

[Qemu-devel] qemu qemu-img.c

2006-06-14 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/06/14 15:32:10 Modified files: . : qemu-img.c Log message: show real allocated disk image size on Windows (Frediano Ziglio) CVSWeb URLs:

[Qemu-devel] qemu vl.h qemu-img.c

2006-06-14 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/06/14 15:50:07 Modified files: . : vl.h qemu-img.c Log message: use C99 64 bit printf format to ease win32 porting CVSWeb URLs:

[Qemu-devel] qemu cocoa.m

2006-06-14 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/06/14 15:53:24 Modified files: . : cocoa.m Log message: cocoa monitor fix regarding the handling of dead keys (Joachim Henke) CVSWeb URLs:

Re: [Qemu-devel] VMware Player

2006-06-14 Thread Joe Lee
Why on earth would we want to make a crippled version of qemu? AFAIK Creating a VMware virtual machine is just making a config file. qemu doesn't have config files, so your question makes no sense. Well, I was not thinking or suggesting of a crippled qemu version. I asked the question because

[Qemu-devel] qemu qemu-doc.texi vl.c vl.h hw/pc.c

2006-06-14 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/06/14 16:03:05 Modified files: . : qemu-doc.texi vl.c vl.h hw : pc.c Log message: -no-fd-bootchk option (Lonnie Mendez) CVSWeb URLs:

Re: [Qemu-devel] VMware Player

2006-06-14 Thread Paul Brook
On Wednesday 14 June 2006 16:53, Joe Lee wrote: Why on earth would we want to make a crippled version of qemu? AFAIK Creating a VMware virtual machine is just making a config file. qemu doesn't have config files, so your question makes no sense. Well, I was not thinking or suggesting of

Re: [Qemu-devel] VMware Player

2006-06-14 Thread Joe Lee
You are right, and the idea is that the person have full interaction with the application environment including the underlying LAMP/WAMP stack that has been packaged. Users that want to quickly run and test-drive the appliance may not really need a full VM type application. Just something

Re: [Qemu-devel] VMware Player

2006-06-14 Thread Jan Marten Simons
Am Mittwoch, 14. Juni 2006 17:53 schrieb Joe Lee: Well, I was not thinking or suggesting of a crippled qemu version. I asked the question because there are some software appliances which are pre-built and pre-configured apps that are built on a LAMP stack and packaged as a single image type

Re: [Qemu-devel] VMware Player

2006-06-14 Thread Daniel P. Berrange
On Wed, Jun 14, 2006 at 12:12:43PM -0400, Joe Lee wrote: You are right, and the idea is that the person have full interaction with the application environment including the underlying LAMP/WAMP stack that has been packaged. Users that want to quickly run and test-drive the appliance may

[Qemu-devel] Kernel-kqemu question

2006-06-14 Thread Ishwar Rattan
I am trying to use kqemu-1.3.0pre7 under few linux boxen I works for some guests and not for others. Is there a list of guests that work with -kernel-kqemu? (differences exist even for same kernel but different distributions..) Is any one using it for Windows98 guest? -ishwar

Re: [Qemu-devel] [PATCH] -redir revisited

2006-06-14 Thread René Korthaus
Am 14.06.2006 um 15:57 schrieb Fabrice Bellard: Hi, The current behaviour of QEMU seems correct to me: TCP connections coming localhost are seen coming from 10.0.2.2 on the guest. Your problem may be related to an incorrect Apache configuration. Did I miss something ? No, Apache is

Re: [Qemu-devel] VMware Player

2006-06-14 Thread Larry Brigman
On 6/14/06, Joe Lee [EMAIL PROTECTED] wrote: Why on earth would we want to make a crippled version of qemu? AFAIK Creating a VMware virtual machine is just making a config file. qemu doesn't have config files, so your question makes no sense. Well, I was not thinking or suggesting of a

Re: [Qemu-devel] Simulation of MIPS interrupts?

2006-06-14 Thread Paul Brook
IRQ exec (b) jump 0xbfc00380 do sth, issue second IRQ IRQ Are you sure this is actually an IRQ, not some other sort of exception? Paul ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] VMware Player

2006-06-14 Thread Jan Marten Simons
Am Mittwoch, 14. Juni 2006 18:21 schrieb Daniel P. Berrange: An VMWare player appliance is really just a disk image config file. Running a disk image in QEMU is just a matter of executing qemu -hda /path/to/image Perhaps adding -m XXX to set increased RAM. This is no harder to do than

[Qemu-devel] qemu/target-mips cpu.h mips-defs.h

2006-06-14 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/06/14 16:49:24 Modified files: target-mips: cpu.h mips-defs.h Log message: mips config fixes (initial patch by Stefan Weil) CVSWeb URLs:

[Qemu-devel] qemu/target-mips helper.c cpu.h

2006-06-14 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/06/14 17:15:19 Modified files: target-mips: helper.c cpu.h Log message: use constants for TLB handling (Thiemo Seufer) CVSWeb URLs:

Re: [Qemu-devel] VMware Player

2006-06-14 Thread Mattia Gentilini
Jan Marten Simons wrote: Have a look at: http://www.oszoo.org/ I wanted to suggest this too. Also check the Free Live OS Zoo, which I'm currently developing: http://www.oszoo.org/wiki/index.php/Free_Live_OS_Zoo -- |\/|55: Mattia Gentilini e 55 mila euri al mese |/_| 3-Year Degree in Computer

[Qemu-devel] qemu Makefile Makefile.target cpu-exec.c dyngen...

2006-06-14 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/06/14 17:32:25 Modified files: . : Makefile Makefile.target cpu-exec.c dyngen-exec.h dyngen.c dyngen.h vl.c fpu:

[Qemu-devel] qemu Changelog

2006-06-14 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/06/14 17:32:56 Modified files: . : Changelog Log message: update CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qemur1=1.116r2=1.117

Re: [Qemu-devel] [PATCH] -redir revisited

2006-06-14 Thread Fabrice Bellard
René Korthaus wrote: Am 14.06.2006 um 15:57 schrieb Fabrice Bellard: Hi, The current behaviour of QEMU seems correct to me: TCP connections coming localhost are seen coming from 10.0.2.2 on the guest. Your problem may be related to an incorrect Apache configuration. Did I miss

Re: [Qemu-devel] VMware Player

2006-06-14 Thread Joe Lee
Thanks for the comments below, It seems that QEMU can easily be used to run images. I will start to look into the availabe GUI front-ends for QEMU. - joe Jan Marten Simons wrote: Am Mittwoch, 14. Juni 2006 18:21 schrieb Daniel P. Berrange: An VMWare player appliance is really just a disk

Re: [Qemu-devel] qemu Makefile qemu-doc.texi hw/sun4m.c hw/sun4u...

2006-06-14 Thread Stuart Brady
On Wed, Jun 14, 2006 at 12:36:32PM +, Fabrice Bellard wrote: -QEMU uses the Proll, a PROM replacement available at [EMAIL PROTECTED]://people.redhat.com/@/zaitcev/linux/}. The required -QEMU-specific patches are included with the sources. +Since version 0.8.1, QEMU uses OpenBIOS [EMAIL

[Qemu-devel] qemu/hw acpi.c acpi-dsdt.hex acpi-dsdt.dsl

2006-06-14 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/06/14 18:17:04 Modified files: hw : acpi.c acpi-dsdt.hex acpi-dsdt.dsl Log message: more ACPI definition to keep Solaris Happy (Juergen Kiel) CVSWeb URLs:

[Qemu-devel] qemu configure Makefile.target

2006-06-14 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/06/14 18:17:46 Modified files: . : configure Makefile.target Log message: allow ACPI table build CVSWeb URLs:

[Qemu-devel] qemu Changelog

2006-06-14 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/06/14 18:18:38 Modified files: . : Changelog Log message: update CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qemur1=1.117r2=1.118

[Qemu-devel] qemu qemu-doc.texi

2006-06-14 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/06/14 18:35:18 Modified files: . : qemu-doc.texi Log message: update CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/qemu-doc.texi?cvsroot=qemur1=1.93r2=1.94

Re: [Qemu-devel] [PATCH] -redir revisited

2006-06-14 Thread Ed Swierk
On 6/5/06, René Korthaus [EMAIL PROTECTED] wrote: I researched current qemu cvs and found out that the patch was integrated not complete but to 95%. There are two lines in slirp/ misc.c that need a change (patch attached). Tested to work with Mac OS X host and debian guest i could reach the

Re: [Qemu-devel] VMware Player

2006-06-14 Thread Oliver Gerlich
Joe Lee wrote: Why on earth would we want to make a crippled version of qemu? AFAIK Creating a VMware virtual machine is just making a config file. qemu doesn't have config files, so your question makes no sense. Well, I was not thinking or suggesting of a crippled qemu version. I asked the

[Qemu-devel] [usb] correct defines for usb-msd massstoragereset and getmaxlun

2006-06-14 Thread Lonnie Mendez
lo list. This is a patch to correct the GetMaxLun and MassStorageReset defines in hw/usb-msd.c. The switch statement is checking against both request type and request. It was discussed briefly in #qemu. --- qemu/hw/usb-msd.c 2006-06-14 22:21:29.0 -0500 +++ qemu/hw/usb-msd.c

Re: [Qemu-devel] [usb] redo usb_host_find_device() routine - strtoul returning 0 for bus_num

2006-06-14 Thread Lonnie Mendez
On Wed, 2006-06-14 at 17:57 +0200, Fabrice Bellard wrote: Lonnie Mendez wrote: lo list. Trying usb_add host:3.2 was failing with: /proc/bus/usb/000/002: No such file or directory in the terminal that qemu was spawned from. It looks like strtoul was returning 0 for bus_num with