qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Wang Cheng Yeh" <cywang.eda@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] fix some bugs from code review
Date: Mon, 2 Apr 2007 13:09:57 +0800	[thread overview]
Message-ID: <a20f395e0704012209q781b1ddfi6629c433943fd9bc@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 7 bytes --]

thanks

[-- Attachment #1.2: Type: text/html, Size: 7 bytes --]

[-- Attachment #2: new_pat.txt --]
[-- Type: text/plain, Size: 1005 bytes --]

Index: hw/lsi53c895a.c
===================================================================
RCS file: /sources/qemu/qemu/hw/lsi53c895a.c,v
retrieving revision 1.4
diff -r1.4 lsi53c895a.c
1048a1049
>                 s->carry = op1;
Index: hw/smc91c111.c
===================================================================
RCS file: /sources/qemu/qemu/hw/smc91c111.c,v
retrieving revision 1.5
diff -r1.5 smc91c111.c
449c449,451
<         case 8: /* Free memory available.  */
---
>         case 8: /* Memory size.  */
>             return NUM_PACKETS;
>         case 9: /* Free memory available.  */
460,461d461
<         case 9: /* Memory size.  */
<             return NUM_PACKETS;
Index: target-arm/translate.c
===================================================================
RCS file: /sources/qemu/qemu/target-arm/translate.c,v
retrieving revision 1.47
diff -r1.47 translate.c
2586c2586
<     cpu_fprintf(f, "PSR=%08x %c%c%c%c %c %s%d %x\n", 
---
>     cpu_fprintf(f, "PSR=%08x %c%c%c%c %c %s%d\n", 

                 reply	other threads:[~2007-04-02  5:13 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a20f395e0704012209q781b1ddfi6629c433943fd9bc@mail.gmail.com \
    --to=cywang.eda@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).