Re: [Qemu-devel] [RFC] sparc32 MXCC support

2007-10-14 Thread Robert Reif
Blue Swirl wrote: On 10/13/07, Robert Reif <[EMAIL PROTECTED]> wrote: I'm trying to add SuperSparc II MXCC support and need some feedback. Is there a better way to read and write physical memory in 64bit chunks? I'm not sure what I'm doing is portable between 32/64 and big/little endian.

Re: [Qemu-devel] [RFC] sparc32 MXCC support

2007-10-14 Thread Blue Swirl
On 10/13/07, Robert Reif <[EMAIL PROTECTED]> wrote: > I'm trying to add SuperSparc II MXCC support and need some feedback. > > Is there a better way to read and write physical memory in 64bit chunks? > I'm not sure what I'm doing is portable between 32/64 and big/little endian. Thank you for your

[Qemu-devel] [RFC] sparc32 MXCC support

2007-10-13 Thread Robert Reif
I'm trying to add SuperSparc II MXCC support and need some feedback. Is there a better way to read and write physical memory in 64bit chunks? I'm not sure what I'm doing is portable between 32/64 and big/little endian. Index: hw/sun4m.c