hvmloader/acpi/dsdt: Move IO port range reservation
authorAnthony PERARD <anthony.perard@citrix.com>
Fri, 28 Oct 2011 16:14:35 +0000 (17:14 +0100)
committerAnthony PERARD <anthony.perard@citrix.com>
Fri, 28 Oct 2011 16:14:35 +0000 (17:14 +0100)
commit0813632dea6497a887d8f631d3687cb3d3d7e8eb
tree25425917793cc6cfe2856c497539060247d5bd89
parent7e8e124c507ccada6dca33dd640eec7a3762141e
hvmloader/acpi/dsdt: Move IO port range reservation

This patch move the IO port range reservation from the dsdt.asl to
mk_dsdt.  This IO port range need to be generated by mk_dsdt, because
qemu-xen use different port. The IO port for qemu-xen will be added in
a later patch.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Committed-by: Keir Fraser <keir@xen.org>
tools/firmware/hvmloader/acpi/dsdt.asl
tools/firmware/hvmloader/acpi/mk_dsdt.c