Re: [PATCH] xics: Make some device types not user creatable

2019-10-05 Thread David Gibson
On Fri, Oct 04, 2019 at 10:37:47AM +0200, Greg Kurz wrote: > Some device types of the XICS model are exposed to the QEMU command > line: > > $ ppc64-softmmu/qemu-system-ppc64 -device help | grep ic[sp] > name "icp" > name "ics" > name "ics-spapr" > name "pnv-icp", desc "PowerNV ICP" > > These are

[PATCH] xics: Make some device types not user creatable

2019-10-04 Thread Greg Kurz
Some device types of the XICS model are exposed to the QEMU command line: $ ppc64-softmmu/qemu-system-ppc64 -device help | grep ic[sp] name "icp" name "ics" name "ics-spapr" name "pnv-icp", desc "PowerNV ICP" These are internal devices that shouldn't be instantiable by the user. By the way, they