summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-01-20 16:00:59 +0000
committerRichard W.M. Jones <rjones@redhat.com>2011-01-20 16:18:49 +0000
commit75a67daafc9a2aa6ec614a0aabb3be9236910cae (patch)
tree8b20101090a5a5e9ecb864e33ed93bb35c6aac1a
parent55cf13ae4a00c30b55fe508f544406dce05bdb8d (diff)
downloadvirt-what-75a67daafc9a2aa6ec614a0aabb3be9236910cae.tar.gz
virt-what-75a67daafc9a2aa6ec614a0aabb3be9236910cae.tar.xz
virt-what-75a67daafc9a2aa6ec614a0aabb3be9236910cae.zip
Add /sys/hypervisor files from RHEL 5 Xen DomU to EXTRA_DIST.
This updates commit 55cf13ae4a00c30b55fe508f544406dce05bdb8d.
-rw-r--r--Makefile.am14
1 files changed, 14 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index e64f4e6..a78a795 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -68,6 +68,20 @@ EXTRA_DIST = \
tests/rhel5-xen-domU-pv/sbin/dmidecode \
tests/rhel5-xen-domU-pv/sbin/id \
tests/rhel5-xen-domU-pv/sbin/virt-what-cpuid-helper \
+ tests/rhel5-xen-domU-pv/sys/hypervisor/properties/pagesize \
+ tests/rhel5-xen-domU-pv/sys/hypervisor/properties/changeset \
+ tests/rhel5-xen-domU-pv/sys/hypervisor/properties/virtual_start \
+ tests/rhel5-xen-domU-pv/sys/hypervisor/properties/capabilities \
+ tests/rhel5-xen-domU-pv/sys/hypervisor/properties/writable_pt \
+ tests/rhel5-xen-domU-pv/sys/hypervisor/type \
+ tests/rhel5-xen-domU-pv/sys/hypervisor/vmcoreinfo \
+ tests/rhel5-xen-domU-pv/sys/hypervisor/version/minor \
+ tests/rhel5-xen-domU-pv/sys/hypervisor/version/major \
+ tests/rhel5-xen-domU-pv/sys/hypervisor/version/extra \
+ tests/rhel5-xen-domU-pv/sys/hypervisor/compilation/compiler \
+ tests/rhel5-xen-domU-pv/sys/hypervisor/compilation/compiled_by \
+ tests/rhel5-xen-domU-pv/sys/hypervisor/compilation/compile_date \
+ tests/rhel5-xen-domU-pv/sys/hypervisor/uuid \
tests/zvm/proc/cpuinfo \
tests/zvm/proc/self/status \
tests/zvm/sbin/dmidecode \