commit | 7508e16c9f2a20f7721d7bc47c33a7b34c873a2c | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Tue Aug 03 11:32:56 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:52:09 2010 +0200 |
tree | dac48c9ea56f69f4d8b9759aa51349bad0f3abdc | |
parent | cb24c50826e0722bffb0674f088954cd4980818b [diff] |
KVM: PPC: Add feature bitmap for magic page We will soon add SR PV support to the shared page, so we need some infrastructure that allows the guest to query for features KVM exports. This patch adds a second return value to the magic mapping that indicated to the guest which features are available. Signed-off-by: Alexander Graf <agraf@suse.de>