[Qemu-devel] Counting Instructions and Looking for Conditional Branches

2007-02-17 Thread Shane Brennan
I am wondering if anyone knows where in the QEMU source code I can create a counter to count the number of executed instructions? In addition, where I can place an IF statement to see if a conditional branch instruction is about to execute. I need to do this to create a basic block vector for Sim

[Qemu-devel] [PATCH 3/3] Change -tftp option to take a root directory

2007-02-17 Thread Anthony Liguori
This patch changes the -tftp option to take a root directory instead of a prefix. I know it's common for a TFTP server to take a prefix but it's easier typing wise to expose files as being part of a root. For example, without this patch, to PXE boot: qemu -hda disk.img -tftp /home/anthony/tf

[Qemu-devel] [PATCH 2/3] Add -bootp option for slip

2007-02-17 Thread Anthony Liguori
The following patch adds a -bootp option. This option takes a filename that will be advertised as the BOOTP filename. Regards, Anthony Liguori diff -r ea5eb79ade8d slirp/bootp.c --- a/slirp/bootp.c Thu Feb 15 16:49:28 2007 -0600 +++ b/slirp/bootp.c Thu Feb 15 16:49:30 2007 -0600 @@ -38,6 +38,8

[Qemu-devel] [PATCH 1/3] Add OACK support to slirp TFTP server

2007-02-17 Thread Anthony Liguori
Specifically, this patch adds tsize handling which is needed for PXELinux. Regards, Anthony Liguori diff -r 153828edbad3 slirp/tftp.c --- a/slirp/tftp.c Thu Feb 15 16:37:56 2007 -0600 +++ b/slirp/tftp.c Thu Feb 15 21:37:26 2007 -0600 @@ -120,6 +120,45 @@ static int tftp_read_data(struct tftp_se

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

2007-02-17 Thread Anthony Liguori
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. Regards, Anthony Liguo

[Qemu-devel] qemu/target-mips helper.c op.c op_helper.c

2007-02-17 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/02/18 00:19:08 Modified files: target-mips: helper.c op.c op_helper.c Log message: Fix sign-extension of VPN field in TLB, by Herve Poussineau. CVSWeb URLs: http://cvs.savannah.gnu.org/v

[Qemu-devel] qemu/hw mips_malta.c mips_r4k.c

2007-02-17 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/02/18 00:10:59 Modified files: hw : mips_malta.c mips_r4k.c Log message: Add PS/2 keyboard to MIPS R4K, by Herve Poussineau. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu

[Qemu-devel] qemu/hw pckbd.c

2007-02-17 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/02/18 00:08:44 Modified files: hw : pckbd.c Log message: PS/2 interface - Allow custom IO ports + IRQ, by Herve Poussineau. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/

[Qemu-devel] qemu qemu-doc.texi vl.c vl.h hw/parallel.c

2007-02-17 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/02/17 23:44:43 Modified files: . : qemu-doc.texi vl.c vl.h hw : parallel.c Log message: Parport EPP support for Linux, by Marko Kohtala. CVSWeb URLs: http:/

Re: [Qemu-devel] Audio

2007-02-17 Thread Thiemo Seufer
malc wrote: > Hello, > > At http://www.boblycat.org/~malc/code/patches/qemu/ you will find latest > (21_aqemu) audio patch. Please send the audio patch split per device to the mailing list. Thiemo ___ Qemu-devel mailing list Qemu-devel@nongnu.org ht

[Qemu-devel] qemu vl.c

2007-02-17 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/02/17 22:54:49 Modified files: . : vl.c Log message: Solaris tap device, by Sittichai Palingsong. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/vl.c?cvsroot=qemu&r1=1.25

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

2007-02-17 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/02/17 22:25:41 Modified files: linux-user : syscall.c Log message: Userland mount syscall emulation, by Kirill A. Shutemov. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/linux-us

[Qemu-devel] qemu/audio alsaaudio.c audio.c audio.h audio_te...

2007-02-17 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/02/17 22:19:29 Modified files: audio : alsaaudio.c audio.c audio.h audio_template.h coreaudio.c mixeng.c mixeng.h wavaudio.c wavcapture.c

RE: [Qemu-devel] Potential sparc32 MMU bug

2007-02-17 Thread Blue Swirl
While working on getting SunOS to boot under qemu, I ran into a very odd bug, and I'm not sure whose fault it is. Excellent, there are not too many Sparc developers! The SunOS bootloader tries to install trap 0 by writing to the trap table. The trap table is in the .text (read-only) section o