|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Re: [PATCH] Move ACPI timer to HV
On 23/10/06 05:33, "Yang, Xiaowei" <xiaowei.yang@xxxxxxxxx> wrote:
> This patch changes vpit.h to vpt.h, for it not only has pit structure in
> it, but other platform timer's structure. Another change is moving ACPI
> timer and related address from acpi.h to ioreq.h, which can be shared by
> HV and ACPI firmware. What do you think of it?
>
> Signed-off-by: Xiaowei Yang <xiaowei.yang@xxxxxxxxx>
Xen-specific definitions belong in the public headers. Architectural
definitions (device register layouts etc) can be duplicated. They're not
going to change and their definition is not dictated by Xen.
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|