Re: [Qemu-devel] [PATCH v2] Introduce DEVICE_CATEGORY_CPU for CPU devices

2017-01-20 Thread Eduardo Habkost
On Fri, Jan 20, 2017 at 02:01:16PM +0100, Thomas Huth wrote: > Now that CPUs show up in the help text of "-device ?", > we should group them into an appropriate category. > > Signed-off-by: Thomas Huth Reviewed-by: Eduardo Habkost I assume Paolo will want to queue it, as he had queued v1. --

[Qemu-devel] [PATCH v2] Introduce DEVICE_CATEGORY_CPU for CPU devices

2017-01-20 Thread Thomas Huth
Now that CPUs show up in the help text of "-device ?", we should group them into an appropriate category. Signed-off-by: Thomas Huth --- v2: - set_bit in the TYPE_CPU and TYPE_CPU_CORES directly instead of doing this in the child classes hw/cpu/core.c | 8 include/hw/qdev