Re: [Qemu-devel] Asking about testing a character device on Qemu ARM system

2006-08-28 Thread Paul Brook
On Monday 28 August 2006 15:12, Tieu Ma Dau wrote: > Hi all, > I use Qemu to simulate ARM system. I add a simple LED device at IO port > address 0x1b00 (because this address is marked "reserved" in > IntegratorCP documentation). > So I want to ask you the following questions: > 1. Is there any

[Qemu-devel] Asking about testing a character device on Qemu ARM system

2006-08-28 Thread Tieu Ma Dau
Hi all,I use Qemu to simulate ARM system. I add a simple LED device at IO portaddress 0x1b00 (because this address is marked "reserved" inIntegratorCP documentation). So I want to ask you the following questions:1. Is there any problem if I use address 0x1b00 for my new device?2. How can I