[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] PATCH/RFC: PCI memory mapping
From: |
Paul Brook |
Subject: |
Re: [Qemu-devel] PATCH/RFC: PCI memory mapping |
Date: |
Fri, 3 Apr 2009 15:28:45 +0000 |
User-agent: |
KMail/1.9.9 |
> So, for example, a cirrus vga device on bus 1 when calling:
>
> cpu_register_physical_memory(addr, s->vram_size,
> s->cirrus_linear_io_addr);
Ah, that's a different (but somewhat related) problem. This is for accesses
from the CPU to the device. Most current IOMMU effect device->CPU
accesses[1].
Paul
[1] For practical purposes assume the the CPU and system ram are on the same
bus.