diff options
author | Alexander Graf <agraf@suse.de> | 2011-06-15 23:34:04 +0200 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2011-06-17 02:58:28 +0200 |
commit | 5de6b46db51cb34857c8bfaef355e048fbc6e020 (patch) | |
tree | f4b70493f9be39f92f1038caebf0a714ec044e23 /pc-bios | |
parent | b9e17a345382ebb91446fd6cf0bb8f0eb5ba5706 (diff) |
PPC: mpc8544ds: Add hypervisor node
When running a PPC guest with KVM that can do PV operations, we need
to indicate the guest which instructions to use for a hypercall and
that it is running as KVM guest.
This logic was available on openbios based machines already. This patch
also adds said functionality to the mpc8544ds machine.
Signed-off-by: Alexander Graf <agraf@suse.de>
Acked-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'pc-bios')
-rw-r--r-- | pc-bios/mpc8544ds.dtb | bin | 2257 -> 2277 bytes | |||
-rw-r--r-- | pc-bios/mpc8544ds.dts | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/pc-bios/mpc8544ds.dtb b/pc-bios/mpc8544ds.dtb Binary files differindex 189224e587..ae318b1fe8 100644 --- a/pc-bios/mpc8544ds.dtb +++ b/pc-bios/mpc8544ds.dtb diff --git a/pc-bios/mpc8544ds.dts b/pc-bios/mpc8544ds.dts index fd792d5f88..a88b47c11b 100644 --- a/pc-bios/mpc8544ds.dts +++ b/pc-bios/mpc8544ds.dts @@ -125,4 +125,7 @@ chosen { linux,stdout-path = "/soc8544@e0000000/serial@4500"; }; + + hypervisor { + }; }; |