[Qemu-devel] Any plans to merge qops?

2007-02-18 Thread Rob Landley
So now that 0.9.0 is out, are there any plans to merge Paul Brook's qops work at https://nowt.dyndns.org/ and eventually wean qemu off of dependence on a specific gcc version? Rob -- "Perfection is reached, not when there is no longer anything to add, but when there is no longer anything to tak

Re: [Qemu-devel] QEMU: VNC

2007-02-18 Thread Anthony Liguori
Johannes Schindelin wrote: Hi, On Sun, 18 Feb 2007, Anthony Liguori wrote: Christopher Olsen wrote: Sorry I'll attempt to use the preferred patching method in the future.. Secure vnc auth method the default built in method from We can't take a password from a command line.

Re: [Qemu-devel] QEMU: VNC

2007-02-18 Thread Johannes Schindelin
Hi, On Sun, 18 Feb 2007, Anthony Liguori wrote: > Christopher Olsen wrote: > > Sorry I'll attempt to use the preferred patching method in the future.. > > > > Secure vnc auth method the default built in method from > > > > We can't take a password from a command line. Supporting VNC auth is

Re: [Qemu-devel] QEMU: VNC

2007-02-18 Thread Anthony Liguori
Christopher Olsen wrote: Sorry I'll attempt to use the preferred patching method in the future.. Secure vnc auth method the default built in method from We can't take a password from a command line. Supporting VNC auth is super easy otherwise. I really think we need to have a config file

[Qemu-devel] qemu qemu-doc.texi

2007-02-18 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/02/19 01:23:15 Modified files: . : qemu-doc.texi Log message: Document -no-frame option. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/qemu-doc.texi?cvsroot=qemu&r1=1.13

[Qemu-devel] qemu vl.c

2007-02-18 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/02/19 01:10:26 Modified files: . : vl.c Log message: Don't require a disk image for network boot, by Ferenc Wagner. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/vl.c?cv

[Qemu-devel] qemu/hw ide.c

2007-02-18 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/02/19 00:59:34 Modified files: hw : ide.c Log message: Ignore special flags in nsector variable. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/ide.c?cvsroot=qemu&r1=1.

Re: [Qemu-devel] QEMU: VNC

2007-02-18 Thread Johannes Schindelin
Hi, On Sun, 18 Feb 2007, Christopher Olsen wrote: > Secure vnc auth method the default built in method from ... yes? Ciao, Dscho ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] QEMU: VNC

2007-02-18 Thread Christopher Olsen
Sorry I'll attempt to use the preferred patching method in the future.. Secure vnc auth method the default built in method from On Sunday 18 February 2007 19:14, Johannes Schindelin wrote: > Hi, > > On Sun, 18 Feb 2007, Christopher Olsen wrote: > > Actually I have a version 2 to my patch which I

Re: [Qemu-devel] QEMU: VNC

2007-02-18 Thread Christopher Olsen
Oops.. I really did mean to trim that patch down to just the code portions On Sunday 18 February 2007 19:11, Johannes Schindelin wrote: > Hi, > > On Sun, 18 Feb 2007, Christopher Olsen wrote: > > I didn't see a way so here is a patch for it work on 0.9.0 > > This is a sneaky way to introduce a

Re: [Qemu-devel] QEMU: VNC

2007-02-18 Thread Johannes Schindelin
Hi, On Sun, 18 Feb 2007, Christopher Olsen wrote: > Actually I have a version 2 to my patch which I will forward in by > tomorrow which allows for vnc authentication.. Which one? AFAICT there are three authentication methods, one of which is not secure at all. Another one is no vnc authenticat

Re: [Qemu-devel] QEMU: VNC

2007-02-18 Thread Johannes Schindelin
Hi, On Sun, 18 Feb 2007, Christopher Olsen wrote: > I didn't see a way so here is a patch for it work on 0.9.0 This is a sneaky way to introduce a whole shotload of things, among others a copyright to your name, FreeBSD stuff, some #define's which may or may not break things. Judging by the l

Re: [Qemu-devel] QEMU: VNC

2007-02-18 Thread Christopher Olsen
Anthony, Actually I have a version 2 to my patch which I will forward in by tomorrow which allows for vnc authentication.. -Christopher On Sunday 18 February 2007 18:08, Anthony Liguori wrote: > Christopher Olsen wrote: > > I didn't see a way so here is a patch for it work on 0.9.0 > > I've got

Re: [Qemu-devel] QEMU: VNC

2007-02-18 Thread Anthony Liguori
Christopher Olsen wrote: I didn't see a way so here is a patch for it work on 0.9.0 I've got a more generic -name patch I've been sitting on. It adds a title for the VNC session and SDL session. If there's interest, I can push it further ahead in my queue. Regards, Anthony Liguori -

[Qemu-devel] [RFC] Configuration file format

2007-02-18 Thread Anthony Liguori
Howdy, Lately, the lack of a configuration file is making my life a bit painful. I thought it was time to at least take a shot at it and perhaps get the ball rolling. Here's what I came up with. The configuration file is INI-style. I thought since we have so many devices, each with their

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

2007-02-18 Thread Paul Brook
> Changes by: Thiemo Seufer 07/02/18 17:04:49 > > Modified files: > . : monitor.c qemu-doc.texi vl.c vl.h > > Log message: > Monitor multiplexing, by Jason Wessel. > -no-frame option for sdl, by Christian Laursen. qemu-doc.texi also needs updating for the ne

Re: [Qemu-devel] QEMU: VNC

2007-02-18 Thread Christopher Olsen
I didn't see a way so here is a patch for it work on 0.9.0 -Christopher On Friday 16 February 2007 14:02, Christopher Olsen wrote: > Anyone here know if there is a way to append to the VNC display header? > > -Christopher -- Christopher Olsen [EMAIL PROTECTED] Tel: 631-676-4877 Fax: 631-249-303

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

2007-02-18 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/02/18 18:19:32 Modified files: . : sdl.c vl.c vl.h Log message: -no-frame option for sdl, by Christian Laursen. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/sdl.c?cvsro

[Qemu-devel] qemu monitor.c qemu-doc.texi vl.c vl.h

2007-02-18 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/02/18 17:04:49 Modified files: . : monitor.c qemu-doc.texi vl.c vl.h Log message: Monitor multiplexing, by Jason Wessel. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/mo

[Qemu-devel] Re: [PATCH 0/3] Make BOOTP work with slirp

2007-02-18 Thread Erwan Velu
Anthony Liguori wrote: The following patch series allows for BOOTP to be used with slirp. The original patch was written by Erwan Velu. With the full series, you can do: qemu -hda /path/to/disk.img -boot n -tftp ~/tftpdir -bootp /pxelinux.0 And the guest will boot from ~/tftpdir/pxelinux.0.