qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] sparc32 add new MXCC register
@ 2007-11-15 23:25 Robert Reif
  2007-11-17  9:16 ` Blue Swirl
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Reif @ 2007-11-15 23:25 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 23 bytes --]

Add new MXCC register.

[-- Attachment #2: reset.diff.txt --]
[-- Type: text/plain, Size: 567 bytes --]

Index: target-sparc/op_helper.c
===================================================================
RCS file: /sources/qemu/qemu/target-sparc/op_helper.c,v
retrieving revision 1.52
diff -r1.52 op_helper.c
209a210,217
>         case 0x01c00c00: /* Module reset register */
>             if (size == 8) {
>                 ret = env->mxccregs[5] >> 32;
>                 T0 = env->mxccregs[5];
>                 // should we do something here?
>             } else
>                 DPRINTF_MXCC("%08x: unimplemented access size: %d\n", T0, size);
>             break;

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH] sparc32 add new MXCC register
  2007-11-15 23:25 [Qemu-devel] [PATCH] sparc32 add new MXCC register Robert Reif
@ 2007-11-17  9:16 ` Blue Swirl
  0 siblings, 0 replies; 2+ messages in thread
From: Blue Swirl @ 2007-11-17  9:16 UTC (permalink / raw)
  To: qemu-devel

On 11/16/07, Robert Reif <reif@earthlink.net> wrote:
> Add new MXCC register.

Thanks, applied. BTW, I couldn't use the diff directly because patch
does not understand the diff format you used. In this case it was easy
to delete the > characters and paste the result but please use unified
diffs in the future.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-11-17  9:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-15 23:25 [Qemu-devel] [PATCH] sparc32 add new MXCC register Robert Reif
2007-11-17  9:16 ` Blue Swirl

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).