qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Ping [PATCH 0/2] Add TPCI200 and IP-Octal 232 IndustryP


From: Alberto Garcia
Subject: Re: [Qemu-devel] Ping [PATCH 0/2] Add TPCI200 and IP-Octal 232 IndustryPack emulation
Date: Mon, 8 Oct 2012 10:02:25 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

On Sun, Oct 07, 2012 at 12:19:07PM +0200, Avi Kivity wrote:

> > So you could easily have
> > 
> >  struct IPackDevice {
> >      DeviceState qdev;
> >      int32_t slot;
> >      /* IRQ objects for the IndustryPack INT0# and INT1# */
> >      qemu_irq *irq;
> >      MemoryRegion io_space;
> >      MemoryRegion id_space;
> >      MemoryRegion int_space;
> >      MemoryRegion mem8_space;  /* for las3 */
> >      MemoryRegion mem16_space; /* for las2 */
> >  };
> > 
> Note: you can easily verify that the mapping is correct with 'info
> mtree'.  You should see something like:

I got the idea, it sounds like a better solution, I'll try to rework
the patch with all the proposed changes and post it again, thanks!

Berto



reply via email to

[Prev in Thread] Current Thread [Next in Thread]