]> git.proxmox.com Git - qemu.git/commit
pseries: Allow RTAS tokens without a qemu handler
authorBen Herrenschmidt <benh@kernel.crashing.org>
Mon, 12 Nov 2012 16:46:53 +0000 (16:46 +0000)
committerAlexander Graf <agraf@suse.de>
Fri, 14 Dec 2012 12:12:54 +0000 (13:12 +0100)
commitd36b66f7a420737dcc24de15b35a465ff6b1798d
tree6c3fe070effa41056cf63210e00d3354f7f36d1d
parent4aac82c34675fcbd3722dfc3a2d04c839215ec6b
pseries: Allow RTAS tokens without a qemu handler

Kernel-based RTAS calls will not have a qemu handler, but will
still be registered in qemu in order to be assigned a token
number and appear in the device-tree.

Let's test for the name being NULL rather than the handler
when deciding to skip an entry while building the device-tree

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Alexander Graf <agraf@suse.de>
hw/spapr_rtas.c