Yuji Shimada
2008-Aug-01 06:13 UTC
[Xen-devel] [PATCH] ioemu-remote&ioemu: fix corrupting register value in pt_pci_write_config().
This patch fixes corrupting register value in pt_pci_write_config(). It can be applied to both ioemu-remote and ioemu. I forgot to shift value read from real device. If the emulated register offset is not aligned with 4 byte, the write emulation will not be handled well because of corrupting register value read from real device. The patch fixes this issue. Signed-off-by: Yuji Shimada <shimada-yxb@necst.nec.co.jp> -- Yuji Shimada _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel