[Qemu-devel] Help with gdb on Mac OS

2007-02-11 Thread Ilya Shar
I am trying to step through i386-darwin-user/qemu-i386 in gdb but I am getting a KERN_PROTECTION_FAILURE fairly early in the run: (gdb) run /bin/ls Starting program: /Users/ilya/tmp/feb11/qemu-0.9.0/i386-darwin-user/qemu-i386 /bin/ls Reading symbols for shared libraries . done Starting /bin/ls wi

[Qemu-devel] RFC: No write zero patch with new AIO

2007-02-11 Thread Brad Campbell
This is not a real patch, it's been hand edited and badly whitespace damaged to remove some of my braindamaged/commented out debugging code that just muddies things up. Simply posted for comment. I've tested it with WinXP and Ubuntu 6.06 and it appears to do what it's supposed to with no ill ef

[Qemu-devel] [PATCH] add "support" for enable/disable reverting to power-on defaults

2007-02-11 Thread Carlo Marcelo Arenas Belon
Greetings, the following patch adds subcommands 0xCC and 0x66 for enabling/disabling reverting to power-on defaults after a soft reset as invoked by the following command (running under Linux) : # hdparm -K1 /dev/hda /dev/hda: setting drive keep features to 1 (on) this is specially vis

[Qemu-devel] [PATCH] allow disabling IDE block mode

2007-02-11 Thread Carlo Marcelo Arenas Belon
Greetings, the following patch changes the logic for the processing of WIN_SETMULT so that setting it to 0 (off) is a valid operation as shown by (running Linux on qemu) # hdparm -m0 /dev/hda /dev/hda: setting multcount to 0 multcount= 0 (off) this is specially visible while runnin

Re: [Qemu-devel] qemu/linux-user syscall.c

2007-02-11 Thread Thiemo Seufer
Kirill A. Shutemov wrote: > Patch in the attachment. Already changed. :-) > Imported only two syscall from Debian patchset. What about others(mount, > mount, uselib, mincore, clock_gettime)? Uselib is obsolete AFAICS. > Should I split it in several patches? This would help, yes. Thiemo ___

[Qemu-devel] qemu/linux-user syscall.c

2007-02-11 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/02/11 20:03:13 Modified files: linux-user : syscall.c Log message: Fix previous Linux userland emulation breakage. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/linux-user/syscal

Re: [Qemu-devel] qemu/linux-user syscall.c

2007-02-11 Thread Kirill A. Shutemov
On [Sun, 11.02.2007 18:35], Paul Brook wrote: > On Sunday 11 February 2007 18:26, Thiemo Seufer wrote: > > CVSROOT:/sources/qemu > > Module name:qemu > > Changes by: Thiemo Seufer 07/02/11 18:26:54 > > > > Modified files: > > linux-user : syscall.c > > > > Log message: > >

[Qemu-devel] qemu/hw usb-hid.c

2007-02-11 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard07/02/11 19:01:48 Modified files: hw : usb-hid.c Log message: increase USB table poll interval CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/usb-hid.c?cvsroot=qemu&r1

[Qemu-devel] [patch] -no-frame option for sdl

2007-02-11 Thread Christian Laursen
Hi, I have made a small patch that add a -no-frame option to qemu. It makes SDL open the window without a frame allowing qemu to use the entire screen without entering full-screen mode. When this is combined with the tablet usb device it allows changing to other workspaces without first toggling

[Qemu-devel] qemu/linux-user syscall.c

2007-02-11 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/02/11 18:36:44 Modified files: linux-user : syscall.c Log message: Linux userland emulation of prctl, from Debian patchset. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/linux-us

Re: [Qemu-devel] qemu/linux-user syscall.c

2007-02-11 Thread Paul Brook
On Sunday 11 February 2007 18:26, Thiemo Seufer wrote: > CVSROOT: /sources/qemu > Module name: qemu > Changes by: Thiemo Seufer 07/02/11 18:26:54 > > Modified files: > linux-user : syscall.c > > Log message: > Linux userland emulation of syslog, from Debian patchset. >

[Qemu-devel] qemu/linux-user syscall.c

2007-02-11 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/02/11 18:26:54 Modified files: linux-user : syscall.c Log message: Linux userland emulation of syslog, from Debian patchset. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/linux-u

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

2007-02-11 Thread Anthony Liguori
Johannes Schindelin wrote: Hi, On Sat, 10 Feb 2007, Anthony Liguori wrote: 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. AFAICT "which" is not really portable, either. But then, I always have a bash, so I r

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

2007-02-11 Thread Johannes Schindelin
Hi, On Sat, 10 Feb 2007, Anthony Liguori wrote: > 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. AFAICT "which" is not really portable, either. But then, I always have a bash, so I really don't care. Ciao, Dscho

[Qemu-devel] [PATCH] [ARM] Fix C-flag for ASR when shift==0

2007-02-11 Thread Matthew Howkins
There is a bug in the ARM emulation of data-processing instructions with ASR when the shift==0. The current QEMU CVS incorrectly modifies the C-flag, when it should be preserved. The attached patch corrects this. Matthew Index: target-arm/op.c ==

[Qemu-devel] qemu block.c

2007-02-11 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/02/11 15:06:09 Modified files: . : block.c Log message: Use PATH_MAX for name lengths, by Sergey Vlasov. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/block.c?cvsroot=qe

[Qemu-devel] qemu configure

2007-02-11 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/02/11 15:02:17 Modified files: . : configure Log message: Fix typo, and some reformatting. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/configure?cvsroot=qemu&r1=1.122&