Re: [Qemu-devel] [PATCH] -chroot and -su options.

2008-03-04 Thread Edgar E. Iglesias
On Wed, Mar 05, 2008 at 12:51:36AM -0600, Rob Landley wrote: > On Tuesday 04 March 2008 05:22:12 you wrote: > > On Mon, Mar 03, 2008 at 06:28:22PM -0600, Rob Landley wrote: > > > Quick and dirty patch to teach qemu application emulation how to chroot > > > (and drop privs), so you don't have to pol

Re: [Qemu-devel] [PATCH] -chroot and -su options.

2008-03-04 Thread Rob Landley
On Tuesday 04 March 2008 05:22:12 you wrote: > On Mon, Mar 03, 2008 at 06:28:22PM -0600, Rob Landley wrote: > > Quick and dirty patch to teach qemu application emulation how to chroot > > (and drop privs), so you don't have to pollute a target filesystem with > > host code, and/or figure out how to

[Qemu-devel] [PATCH] Support redirect -curses over a character driver

2008-03-04 Thread Anthony Liguori
I love the -curses feature but I really wanted to use it over a telnet: character device. This patch enables this and changes the syntax of the -curses argument to take a character device. 'stdio' is special cased to not go through a character device. The rest use a pty to proxy the data to the

[Qemu-devel] qemu/tcg tcg-op.h

2008-03-04 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 08/03/04 23:52:48 Modified files: tcg: tcg-op.h Log message: 32-bit host sign extension fix (Juergen Lock). CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/tcg/tcg-op.h?cvsroot=q

[Qemu-devel] patch: tcg bug (was: Re: qemu 2008-03-02 snapshot FreeBSD 7.0/amd64 guest regression) (tcg?)

2008-03-04 Thread Juergen Lock
On Mon, Mar 03, 2008 at 01:01:34AM +0100, Juergen Lock wrote: > On Sun, Mar 02, 2008 at 09:47:02PM +0100, Juergen Lock wrote: > > Hi! > > > > I've prepared a FreeBSD qemu-devel port update, as already mentioned > > on the freebsd-emulation list, and found the FreeBSD 7.0/amd64 isos > > now pagefa

[Qemu-devel] qemu/hw sun4m.c

2008-03-04 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 08/03/04 20:29:59 Modified files: hw : sun4m.c Log message: Show IRQ set or reset (Robert Reif) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/sun4m.c?cvsroot=qemu&r1=1.86&r2=1

[Qemu-devel] qemu/hw slavio_timer.c

2008-03-04 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 08/03/04 20:29:03 Modified files: hw : slavio_timer.c Log message: Remove unneeded qemu_irq_lower (Robert Reif) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/slavio_timer.c?cv

[Qemu-devel] qemu/target-sparc exec.h helper.h op.c op_helpe...

2008-03-04 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 08/03/04 20:00:18 Modified files: target-sparc : exec.h helper.h op.c op_helper.c translate.c Log message: Convert float helpers to TCG, fix fabsq in the process CVSWeb URLs: http://cvs.savannah.g

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

2008-03-04 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 08/03/04 19:56:06 Modified files: target-sparc : translate.c Log message: Convert fmovr to TCG CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-sparc/translate.c?cvsroot=qemu&r1=1.93&r

Re: [Qemu-devel] [PATCH] -chroot and -su options.

2008-03-04 Thread Edgar E. Iglesias
On Mon, Mar 03, 2008 at 06:28:22PM -0600, Rob Landley wrote: > Quick and dirty patch to teach qemu application emulation how to chroot (and > drop privs), so you don't have to pollute a target filesystem with host code, > and/or figure out how to build qemu static in order to run a dynamic binary.