Re: [Qemu-devel] [PATCH] spapr: add vio-bus devices to categories

2013-10-27 Thread Alexander Graf
On 10.10.2013, at 20:08, Alexey Kardashevskiy wrote: > In order to get devices appear in output of > "./qemu-system-ppc64 -device ?", > they must be assigned to one of DEVICE_CATEGORY_. > > This puts VIO devices classes to corresponding categories. > > Signed-off-by: Alexey Kardashevskiy

Re: [Qemu-devel] [PATCH] spapr: add vio-bus devices to categories

2013-10-17 Thread Alexey Kardashevskiy
On 10/11/2013 02:08 PM, Alexey Kardashevskiy wrote: > In order to get devices appear in output of > "./qemu-system-ppc64 -device ?", > they must be assigned to one of DEVICE_CATEGORY_. > > This puts VIO devices classes to corresponding categories. > > Signed-off-by: Alexey Kardashevskiy Pi

[Qemu-devel] [PATCH] spapr: add vio-bus devices to categories

2013-10-10 Thread Alexey Kardashevskiy
In order to get devices appear in output of "./qemu-system-ppc64 -device ?", they must be assigned to one of DEVICE_CATEGORY_. This puts VIO devices classes to corresponding categories. Signed-off-by: Alexey Kardashevskiy --- hw/char/spapr_vty.c| 1 + hw/net/spapr_llan.c| 1 + hw/nv