On Fri, 2006-12-08 at 15:22 +, Paul Brook wrote:
> > I'm working on a modem PCI board emulation inside Qemu.
>
> I misread "modem PCI board" as "modern PCI board" in your original post. The
> correct response is much shorter:
I've replied to your former message before reading this one, sorry
On Fri, 2006-12-08 at 15:07 +, Paul Brook wrote:
> On Friday 08 December 2006 10:52, jerome Arbez-Gindre wrote:
> > Hi,
> >
> > I'm working on a modem PCI board emulation inside Qemu.
>
> Qemu already emulates a reasonably modern PCI system.
>
I'm emulating a MODEM (not modern;-)) pci board
> I'm working on a modem PCI board emulation inside Qemu.
I misread "modem PCI board" as "modern PCI board" in your original post. The
correct response is much shorter:
> - to emulate demodulated incoming data, I launch one thread waiting
> with blocking reads on a UDP socket.
You should use t
On Friday 08 December 2006 10:52, jerome Arbez-Gindre wrote:
> Hi,
>
> I'm working on a modem PCI board emulation inside Qemu.
Qemu already emulates a reasonably modern PCI system.
> My emulation is neerly functionnaly complete, but I have some doubt on
> my technical choices :
> - to emulate dm
Hi,
I'm working on a modem PCI board emulation inside Qemu.
My emulation is neerly functionnaly complete, but I have some doubt on
my technical choices :
- to emulate dma transfers, I launch one thread for each dma channel.
- to emulate posponed starting behaviors (board self tests), I launch a