|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH 1/12] VTPM mini-os: mmio= option for domain config fi
Currently IO ports and irqs can be passed through to domU's using the
domain config file.
This patch adds support for passing through iomem regions when booting
domains using xm. It works almost exactly the same as the ioports option.
The format for the option is
mmio = ['pagenum,npages']
Where the first is the page number (in a hex string) and the second is
the number of pages.
An example for passing through the tpm is:
mmio = ['fed40',5]
Signed off by: Matthew Fioravante <matthew.fioravante@xxxxxxxxxx>
1-xm-mmio.patch
Description: Text Data
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [PATCH 1/12] VTPM mini-os: mmio= option for domain config files to pass iomem regions,
Matthew Fioravante <=
|
|
|
|
|