Re: [Qemu-devel] SystemC hw simulation in qemu

2006-06-29 Thread Alessandro Corradi
Can someone help me about this? I've looked at exec.c source for understand how io memory addressment go but i don't know if it's the right place to start.I see that in serial.c source there are IO and memory map function for read and write, and serial_mm_read/write functions use serial_read/write

Re: [Qemu-devel] SystemC hw simulation in qemu

2006-06-28 Thread Alessandro Corradi
2006/6/28, Laurent DESNOGUES <[EMAIL PROTECTED]>: > The idea is to create a SystemC wrapper file in hw dir, where there is the> code for connect via socket to a SystemC process in host machine. The> problem is that I write my simple hw, but instead use io address such as > 0x378 i need to use memor

Re: [Qemu-devel] SystemC hw simulation in qemu

2006-06-28 Thread Laurent DESNOGUES
> The idea is to create a SystemC wrapper file in hw dir, where there is the > code for connect via socket to a SystemC process in host machine. The > problem is that I write my simple hw, but instead use io address such as > 0x378 i need to use memory address, so I can use it in every virtualizzat

Re: [Qemu-devel] SystemC hw simulation in qemu

2006-06-28 Thread Alessandro Corradi
2006/6/20, Fabrice Bellard <[EMAIL PROTECTED]>: Alessandro Corradi wrote:> Hi all,> I've tried to create my simple hw and it's ok. Now my teacher tells me> that i must use a hw description written in SystemC and plug in Qemu.> Have you got any idea to do it? Can somebody link me to documents where

Re: [Qemu-devel] SystemC hw simulation in qemu

2006-06-19 Thread Fabrice Bellard
Alessandro Corradi wrote: Hi all, I've tried to create my simple hw and it's ok. Now my teacher tells me that i must use a hw description written in SystemC and plug in Qemu. Have you got any idea to do it? Can somebody link me to documents where I can find info? Hi, If you do that I am inte

[Qemu-devel] SystemC hw simulation in qemu

2006-06-18 Thread Alessandro Corradi
Hi all,I've tried to create my simple hw and it's ok. Now my teacher tells me that i must use a hw description written in SystemC and plug in Qemu.Have you got any idea to do it? Can somebody link me to documents where I can find info? ___ Qemu-devel mai