From: Christoffer Dall Date: Mon, 23 Sep 2013 21:55:56 +0000 (-0700) Subject: KVM: arm-vgic: Set base addr through device API X-Git-Tag: v3.14-rc1~127^2~26^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce01e4e8874d410738f4b4733b26642d6611a331;p=pandora-kernel.git KVM: arm-vgic: Set base addr through device API Support setting the distributor and cpu interface base addresses in the VM physical address space through the KVM_{SET,GET}_DEVICE_ATTR API in addition to the ARM specific API. This has the added benefit of being able to share more code in user space and do things in a uniform manner. Also deprecate the older API at the same time, but backwards compatibility will be maintained. Acked-by: Marc Zyngier Signed-off-by: Christoffer Dall --- Reading git-diff-tree failed