]> xenbits.xen.org Git - xenclient/ioemu.git/commit
passthrough: fix pt_chk_bar_overlap
authorIan Jackson <ian.jackson@eu.citrix.com>
Tue, 24 Mar 2009 18:23:29 +0000 (18:23 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 24 Mar 2009 18:23:29 +0000 (18:23 +0000)
commit25207297b8125e5cdad1a2dd0d31a6ba77a75588
treef6f66b518f9a12f54f7bed95eaed4bcb90f69121
parentc12f8a6de27840f40c2d5fe99bec8a40fcd85003
passthrough: fix pt_chk_bar_overlap

This patch fixes pt_chk_bar_overlap.

Current pt_chk_bar_overlap does not distinguish memory resources and
io resources. They are placed in different address space. So
pt_chk_bar_overlap should distinguish them.

Signed-off-by: Yuji Shimada <shimada-yxb@necst.nec.co.jp>
hw/pass-through.c
hw/pci.c
hw/pci.h