commit | 83d08f2673504a299194dcac1657a13754b5932a | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Tue Oct 29 13:57:34 2013 +0100 |
committer | Michael S. Tsirkin <mst@redhat.com> | Tue Dec 10 12:29:56 2013 +0200 |
tree | e2eb542fd701cc4a956774cbcf8473e83327b2c9 | |
parent | e689f7c668cbd9d08f330e17c3dd3a059c9553d3 [diff] |
pc: map PCI address space as catchall region for not mapped addresses With a help of negative memory region priority PCI address space is mapped underneath RAM regions effectively catching every access to addresses not mapped by any other region. It simplifies PCI address space mapping into system address space. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Igor Mammedov <imammedo@redhat.com>