|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH][IOEMU] fix invisibility of PCI Option ROM
Hi, Shimura-san,
It is better to write OS reporting value to device in "pt_bar_reg_init"
function, I think.
The reasons are followings.
- "pt_pci_write_config" and "pt_pci_read_config" are generic function.
It is not good to put register-specific code to them.
- We need to set rom base address to device, because we'd like device
to respond to the access from guest software.
Thanks,
--
Yuji Shimada
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|