[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.

[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 ths 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:

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-3036

[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: 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 a

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 will

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

[Qemu-devel] qemu/hw ide.c

2007-02-18 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/02/19 00:59:34 Modified files: hw : ide.c Log message: Ignore special flags in nsector variable. CVSWeb URLs: