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
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
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
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
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
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
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
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/
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:/
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
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
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
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
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
14 matches
Mail list logo