]> git.proxmox.com Git - mirror_qemu.git/commit
hw/ppc/pnv: Classify the "PowerNV Chip" devices as CPU devices
authorThomas Huth <thuth@redhat.com>
Thu, 9 Mar 2017 18:37:53 +0000 (19:37 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 26 Apr 2017 02:00:41 +0000 (12:00 +1000)
commit9d169fb3c8c8434124677afa52824c4b15b62b65
tree35ebb949aa08847f283e095f992cf17251322b84
parent147ff8079ee0cf45562e202c1054814f14628b65
hw/ppc/pnv: Classify the "PowerNV Chip" devices as CPU devices

The devices that are derived from TYPE_PNV_CHIP currently show up
as "uncategorized" devices in the help text of "-device ?". Since
they obviously are related to the CPU, let's put them into the
CPU category instead.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/pnv.c