|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH 3/12] VTPM mini-os: Add ioread() and iowrite() functi
Mini-os currently doesn't have very many facilities for reading and
writing to hardware io memory. This patch addes a new header file
iorw.h which when included gives access to
the ioread8(), iread32(), iowrite8(), iowrite32() family of functions.
Each has a separate implementation
for each architecture supported by mini-os.
Currently only x86 has been implemented. ia64 is stubbed out for now.
Signed off by: Matthew Fioravante <matthew.fioravante@xxxxxxxxxx>
3-minios-iorw.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 3/12] VTPM mini-os: Add ioread() and iowrite() functions to mini-os,
Matthew Fioravante <=
|
|
|
|
|