[Qemu-devel] Audio

2007-02-10 Thread malc
Hello, At http://www.boblycat.org/~malc/code/patches/qemu/ you will find latest (21_aqemu) audio patch. New things relative to previous one: 1. ALSA failure to set the format is no longer considered to be a hard error, in this situation ALSA is queried for the format it deems acceptabl

[Qemu-devel] [PATCH] Remove bash-ism from configure

2007-02-10 Thread Anthony Liguori
This is one I introduced in the gcc-3.x autodetect. It's against CVS from a little while ago so hopefully it's just fuzz. Regards, Anthony Liguori diff -r 00e394f6a849 configure --- a/configure Sat Feb 10 19:59:51 2007 -0600 +++ b/configure Sat Feb 10 20:03:13 2007 -0600 @@ -339,7 +339,7 @@ in

[Qemu-devel] qemu configure

2007-02-10 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/02/11 00:31:33 Modified files: . : configure Log message: Fix syntax error. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/configure?cvsroot=qemu&r1=1.121&r2=1.122

[Qemu-devel] Combining QEMU with SimPoint

2007-02-10 Thread Shane Brennan
Hello, I am a graduate student at UC Santa Cruz. I am currently attempting to integrate QEMU with SimPoint . The main issue is a way to automatically create a BBV (Basic Block Vector) when I run a benchmark or program under QEMU. If you have any advice

Re: [Qemu-devel] [PATCH] qemu support for S32 and U32 alsa output

2007-02-10 Thread Lonnie Mendez
On Sat, 2007-02-10 at 23:33 +, Thiemo Seufer wrote: > So ... who is the person to blam^Wcredit for authorship? > The patch looks good elsewise. I believe the author is Vassili Karpov. ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.

Re: [Qemu-devel] [PATCH] qemu support for S32 and U32 alsa output

2007-02-10 Thread Thiemo Seufer
Lonnie Mendez wrote: > Forwarding this for a user who is not subscribed. > --- > > Hi, > > My M-Audio soundcard (ice1712) did not play nice with qemu's alsa output > since it only accepted S32_LE. I asked some weirdo who has nothing > better to do at 6:50 AM in the #qemu channel on freenode for h

Re: [Qemu-devel] [PATCH] Experimental patch providing accelerated OpenGL for Linux i386

2007-02-10 Thread Thiemo Seufer
Even Rouault wrote: > Here are some news. Apparently I'm unlucking with posting on this mailing > list > since the message and patch I sent last night seems to have landed nowhere. I > have finally dropped the patch and associated comments onto qemu forum, into > the patch section : Most likel

[Qemu-devel] qemu configure

2007-02-10 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/02/10 23:21:21 Modified files: . : configure Log message: Improve configure for Solaris, by Ben Taylor. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/configure?cvsroot=q

[Qemu-devel] qemu Makefile

2007-02-10 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/02/10 23:00:33 Modified files: . : Makefile Log message: Fix linking for qemu-img on Solaris, by Ben Taylor. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/Makefile?cvsro

[Qemu-devel] qemu qemu-img.c

2007-02-10 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/02/10 22:59:40 Modified files: . : qemu-img.c Log message: qemu-img: fix incorrect error message, by Stuart Brady. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/qemu-img

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

2007-02-10 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/02/10 22:58:02 Modified files: target-sparc : op.c Log message: Fix floating point to integer conversion, by Aurelien Jarno. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-sp

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

2007-02-10 Thread Thiemo Seufer
Pascal Terjan wrote: > 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 ? Repost to the list. Thiemo ___ Qemu-devel mailing list Qemu-de

[Qemu-devel] qemu console.c

2007-02-10 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/02/10 22:37:56 Modified files: . : console.c Log message: Serial console improvements, by Stefan Weil. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/console.c?cvsroot=qe

[Qemu-devel] qemu qemu-doc.texi

2007-02-10 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/02/10 22:14:55 Modified files: . : qemu-doc.texi Log message: Use the actual executable names in documentation, based on a patch by Pierre d'Herbemont. CVSWeb URLs: http

[Qemu-devel] qemu Makefile.target

2007-02-10 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/02/10 21:52:52 Modified files: . : Makefile.target Log message: Build fix for mingw/Cygwin, by Kazu. It also looks like it does the right thing for Darwin. CVSWeb URLs:

[Qemu-devel] qemu vl.c

2007-02-10 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/02/10 21:50:42 Modified files: . : vl.c Log message: Clean up serial code for Win 32, by Kazu. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/vl.c?cvsroot=qemu&r1=1.249&r

[Qemu-devel] qemu/hw usb.h

2007-02-10 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/02/10 21:32:46 Modified files: hw : usb.h Log message: Fix typo, by Ed Swierk. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/usb.h?cvsroot=qemu&r1=1.10&r2=1.11 _

[Qemu-devel] qemu dyngen.c elf.h

2007-02-10 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/02/10 21:31:43 Modified files: . : dyngen.c elf.h Log message: Support for more SPARC relocations, by Martin Bochnig. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/dynge

[Qemu-devel] qemu dyngen-exec.h

2007-02-10 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/02/10 18:21:04 Modified files: . : dyngen-exec.h Log message: Fix for solaris register allocation issue on amd64, by Martin Bochnig. CVSWeb URLs: http://cvs.savannah.gnu.org/vie

Re: [Qemu-devel] Two quick requests.

2007-02-10 Thread Daniel Jacobowitz
On Fri, Feb 09, 2007 at 11:06:24PM +, Paul Brook wrote: > > Sure, but there are plenty of other ways to accidentally mess up the > > permissions of a disk image file. A while back I had to strace qemu to > > figure out why file modifications were vanishing after rebooting the > > VM; the culpri

Re: CAP_NET_ADMIN (was Re: [Qemu-devel] Two quick requests.)

2007-02-10 Thread Paul Brook
> Is there any way around this? I expected to be able to configure > capabilities for executables in the filesystem, but it appears there > are serious problems with that concept so the kernel doesn't support > it. Use tunctl to create the device. Paul _

[Qemu-devel] [PATCH] Experimental patch providing accelerated OpenGL for Linux i386

2007-02-10 Thread Even Rouault
Here are some news. Apparently I'm unlucking with posting on this mailing list since the message and patch I sent last night seems to have landed nowhere. I have finally dropped the patch and associated comments onto qemu forum, into the patch section : http://qemu-forum.ipi.fi/viewtopic.php?t=

Re: [Qemu-devel] Patch: solaris TAP patch

2007-02-10 Thread Ben Taylor
Attribution for the TAP patch goes to Sittichai Palanisong ([EMAIL PROTECTED]).The qemu_tap.c is a derivitive work of a previous version called qemu_tun.c, and the scripts are also by Sittichai with derivations by me. Ben Taylor <[EMAIL PROTECTED]> wrote: > > This patch is to allow s

[Qemu-devel] Patch: solaris TAP patch

2007-02-10 Thread Ben Taylor
This patch is to allow solaris to create a tap device in qemu, using the modified tun/tap driver at http://www.whiteboard.ne.jp/~admin2/tuntap. I'm also including qemu_tap.c which is a setuid wrapper which sets up the tap, uses /etc/qemu-ifup (included - modify for your environment) and a start

[Qemu-devel] Patch: configure for Solaris

2007-02-10 Thread Ben Taylor
This patch consolodates Solaris configuration (it had been in two places) , as well as adds support for Solaris 10 for the kqemu module. diff -ruN qemu-ORIG/configure qemu/configure --- qemu-ORIG/configure 2007-01-31 07:10:07.0 -0500 +++ qemu/configure 2007-02-10 07:01:39.149388000 -0500

Re: CAP_NET_ADMIN (was Re: [Qemu-devel] Two quick requests.)

2007-02-10 Thread Ben Taylor
"Kevin F. Quinn" <[EMAIL PROTECTED]> wrote: > On Fri, 9 Feb 2007 22:48:51 + > Paul Brook <[EMAIL PROTECTED]> wrote: > > > I've very little sympathy (read: none) for people who "accidentally" > > break things by running them as root. > > On a related note, I've been running qemu(-system

CAP_NET_ADMIN (was Re: [Qemu-devel] Two quick requests.)

2007-02-10 Thread Kevin F. Quinn
On Fri, 9 Feb 2007 22:48:51 + Paul Brook <[EMAIL PROTECTED]> wrote: > I've very little sympathy (read: none) for people who "accidentally" > break things by running them as root. On a related note, I've been running qemu(-system 0.8.2) as root recently as a hopefully temporary measure so that