[Qemu-devel] [Patch] cpu-exec.c: Make cpu_signal_handler work on Mac OS X/Darwin x86

2007-02-05 Thread Pierre d'Herbemont
Hi, This should fix: /Users/ilya/tmp/feb4/qemu_cvs_user/qemu/cpu-exec.c: In function 'cpu_x86_signal_handler': /Users/ilya/tmp/feb4/qemu_cvs_user/qemu/cpu-exec.c:1307: error: request for member 'gregs' in something not a structure or union /Users/ilya/tmp/feb4/qemu_cvs_user/qemu/cpu-exec.c:13

[Qemu-devel] [Patch] darwin-user: fix com mpage entry offset

2007-02-05 Thread Pierre d'Herbemont
Hi, This patch fix typos in the commpage definition. Pierre. Index: darwin-user/commpage.c === RCS file: /sources/qemu/qemu/darwin-user/commpage.c,v retrieving revision 1.1 diff -u -r1.1 commpage.c --- darwin-user/commpage.c 1

Re: [Qemu-devel] qemu vl.c

2007-02-05 Thread Johannes Schindelin
Hi, On Sat, 3 Feb 2007, Kazu wrote: > An attached patch cleans serial for Win32. Sorry for messing it up. Ciao, Dscho ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

[Qemu-devel] qemu qemu-doc.texi

2007-02-05 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard07/02/05 19:38:35 Modified files: . : qemu-doc.texi Log message: gcc version CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/qemu-doc.texi?cvsroot=qemu&r1=1.126&r2=1.127

[Qemu-devel] qemu qemu-doc.texi

2007-02-05 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard07/02/05 19:42:07 Modified files: . : qemu-doc.texi Log message: Darwin user help (Pierre d'Herbemont) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/qemu-doc.texi?cvsro

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

2007-02-05 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard07/02/05 19:43:27 Modified files: darwin-user: main.c Log message: Darwin cleanup usage (Pierre d'Herbemont) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/darwin-user/main.c?cvs

[Qemu-devel] qemu/darwin-user syscall.c syscalls.h

2007-02-05 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard07/02/05 19:47:42 Modified files: darwin-user: syscall.c syscalls.h Log message: This patch cleans up target_mach_msg_trap(), removes unuseful do_pread, begins sysctl implementation an

[Qemu-devel] encrypted disks broken?

2007-02-05 Thread Lonnie Mendez
Is anyone else seeing this with current cvs? shell$ qemu-img create -e -f qcow qtest.qcow 100M shell$ qemu -hda qtest.qcow -monitor stdio hda is encrypted. Password: QEMU 0.8.2 monitor - type 'help' for more information (qemu) In the above illustration you can't enter the encryption key because

[Qemu-devel] qemu/darwin-user commpage.c

2007-02-05 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard07/02/05 19:50:01 Modified files: darwin-user: commpage.c Log message: This patch fixes typos in the commpage definition (Pierre d'Herbemont). CVSWeb URLs: http://cvs.savannah.gnu.org/v

[Qemu-devel] qemu vnc.c

2007-02-05 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard07/02/05 20:14:10 Modified files: . : vnc.c Log message: Mouse relative offset VNC extension (Anthony Liguori) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/vnc.c?cvsro

[Qemu-devel] qemu vnc.c monitor.c vl.h

2007-02-05 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard07/02/05 20:20:30 Modified files: . : vnc.c monitor.c vl.h Log message: info vnc command (Anthony Liguori) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/vnc.c?cvsroot=q

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

2007-02-05 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard07/02/05 20:21:32 Modified files: . : qemu-img.c vl.c linux-user : main.c Log message: copyright update CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/qemu-

[Qemu-devel] qemu gdbstub.c vl.c gdbstub.h monitor.c

2007-02-05 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard07/02/05 20:46:05 Modified files: . : gdbstub.c vl.c gdbstub.h monitor.c Log message: gdbserver fix CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/gdbstub.c?cvsroot=qemu

[Qemu-devel] qemu Changelog VERSION

2007-02-05 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard07/02/05 20:46:55 Modified files: . : Changelog VERSION Log message: update CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qemu&r1=1.127&r2=1.128 http:

[Qemu-devel] qemu/tests Makefile

2007-02-05 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard07/02/05 20:51:14 Modified files: tests : Makefile Log message: update path CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/tests/Makefile?cvsroot=qemu&r1=1.39&r2=1.40

Re: [Qemu-devel] qemu Changelog VERSION

2007-02-05 Thread Christian MICHON
On 2/5/07, Fabrice Bellard <[EMAIL PROTECTED]> wrote: CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard07/02/05 20:46:55 Modified files: . : Changelog VERSION this is starting to feel like christmas :) woot! -- Christian ___

[Qemu-devel] qemu/tests test-i386.c

2007-02-05 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard07/02/05 20:52:39 Modified files: tests : test-i386.c Log message: int conversion test CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/tests/test-i386.c?cvsroot=qemu&r1=1.52&

[Qemu-devel] qemu LICENSE

2007-02-05 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard07/02/05 21:06:29 Modified files: . : LICENSE Log message: update CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/LICENSE?cvsroot=qemu&r1=1.2&r2=1.3 ___

[Qemu-devel] qemu README.distrib

2007-02-05 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard07/02/05 21:08:16 Removed files: . : README.distrib Log message: removed CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/README.distrib?cvsroot=qemu&r1=1.2&r2=0 ___

[Qemu-devel] qemu linux-2.6.9-qemu-fast.patch

2007-02-05 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard07/02/05 21:09:14 Removed files: . : linux-2.6.9-qemu-fast.patch Log message: removed CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/linux-2.6.9-qemu-fast.patch?cvsroot=

[Qemu-devel] Monitor multiplexing

2007-02-05 Thread Jason Wessel
I would like to submit the monitor multiplexing patch again. It is ported against the latest CVS. It allows adding monitor capabilities like stdio but with tcp for instance, and the escape character can be changed from the default. signed-off-by: [EMAIL PROTECTED] Index: monitor.c

[Qemu-devel] qemu Makefile

2007-02-05 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard07/02/05 21:22:42 Modified files: . : Makefile Log message: update CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/Makefile?cvsroot=qemu&r1=1.111&r2=1.112 _

[Qemu-devel] qemu cpu-exec.c

2007-02-05 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard07/02/05 21:41:46 Modified files: . : cpu-exec.c Log message: Make cpu_signal_handler work on Mac OS X/Darwin x86 CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/cpu-exec

[Qemu-devel] qemu/target-i386 cpu.h

2007-02-05 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard07/02/05 22:06:28 Modified files: target-i386: cpu.h Log message: darwin fix CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-i386/cpu.h?cvsroot=qemu&r1=1.40&r2=1.41 _

[Qemu-devel] Re: Support for vga= kernel option

2007-02-05 Thread Pascal Terjan
2007/1/11, Pascal Terjan <[EMAIL PROTECTED]>: Hello, here is a little patch to add support for vga= when using -kernel. Anything against this patch ? ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-de

[Qemu-devel] Recent BIOS breaks SYSLINUX with -nographic

2007-02-05 Thread Ed Swierk
I'm attempting to boot a Linux disk image with the SYSLINUX boot loader using the -nographic option. On the latest qemu CVS, the boot loader hangs before printing "Ready" and booting the kernel. But if I use the same version of qemu with the BIOS from 0.8.2, it boots just fine. For a simple test

[Qemu-devel] Re: Recent BIOS breaks SYSLINUX with -nographic

2007-02-05 Thread Ed Swierk
On 2/5/07, Ed Swierk <[EMAIL PROTECTED]> wrote: I'm attempting to boot a Linux disk image with the SYSLINUX boot loader using the -nographic option. On the latest qemu CVS, the boot loader hangs before printing "Ready" and booting the kernel. But if I use the same version of qemu with the BIOS fr

[Qemu-devel] [PATCH][KQEMU] Disable SSP in monitor

2007-02-05 Thread Anthony Liguori
Disable GCC's stack protector. Works with older GCC's by using Linux's cc-option function. Thanks again for GPL'ing KQEMU :-) Regards, Anthony Liguori --- a/common/Makefile 2007-02-05 16:57:37.0 -0600 +++ b/common/Makefile 2007-02-05 18:16:41.0 -0600 @@ -21,6 +21,12 @@ #ARCH=

Re: [Qemu-devel] Re: Support for vga= kernel option

2007-02-05 Thread Hetz Ben Hamo
I suggest either re-posting the patch or sending it to the committers (Fabrice or others). Many developers are at #qemu in irc (freenode) Thanks, Hetz On 2/6/07, Pascal Terjan <[EMAIL PROTECTED]> wrote: 2007/1/11, Pascal Terjan <[EMAIL PROTECTED]>: > Hello, > here is a little patch to add supp

Re: [Qemu-devel] [PATCH][KQEMU] Disable SSP in monitor

2007-02-05 Thread Chris Wilson
Hi Fabrice, On Mon, 5 Feb 2007, Anthony Liguori wrote: Thanks again for GPL'ing KQEMU :-) I hadn't realised this had happened. Many thanks from me too, Fabrice! Cheers, Chris. -- _ __ _ \ __/ / ,__(_)_ | Chris Wilson < at qwirx.com> - Cambs UK | / (_/ ,\/ _/ /_ \ | Security/C/C

Re: [Qemu-devel] qemu gdbstub.c vl.c gdbstub.h monitor.c

2007-02-05 Thread Paul Brook
On Monday 05 February 2007 20:46, Fabrice Bellard wrote: > CVSROOT: /sources/qemu > Module name: qemu > Changes by: Fabrice Bellard07/02/05 20:46:05 > > Modified files: > . : gdbstub.c vl.c gdbstub.h monitor.c > > Log message: > gdbserver fix What exactly a

[Qemu-devel] kqemu / x86_64

2007-02-05 Thread Daniel Jacobowitz
Hi Fabrice, I was thrilled to see in the announcement that kqemu x86_64 full virtualization was new in pre10, so I tried it. Unfortunately I didn't get far. I pointed it at my current Debian kernel and initrd, and got: kqemu: aborting: Unexpected exception 0x0d in monitor space err= CS:EIP=

[Qemu-devel] Re: Recent BIOS breaks SYSLINUX

2007-02-05 Thread Ed Swierk
On 2/5/07, Ed Swierk <[EMAIL PROTECTED]> wrote: I'm attempting to boot a Linux disk image with the SYSLINUX boot loader using the -nographic option. On the latest qemu CVS, the boot loader hangs before printing "Ready" and booting the kernel. But if I use the same version of qemu with the BIOS fr

[Qemu-devel] a typo in kqemu-tech.html

2007-02-05 Thread Mulyadi Santosa
Hello Fabrice and all I noticed small typo in kqemu-tech.html. In "Future Development" section, it is said that: Support for the Linux 2.4.20 paravirtualization interface But I believe it should be: Support for the Linux 2.6.20 paravirtualization interface regards, Mulyadi ___