mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
spapr: add vio-bus devices to categories
In order to get devices appear in output of "./qemu-system-ppc64 -device ?", they must be assigned to one of DEVICE_CATEGORY_XXXX. This puts VIO devices classes to corresponding categories. Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
964668b03d
commit
29fdedfed5
4 changed files with 4 additions and 0 deletions
|
@ -168,6 +168,7 @@ static void spapr_vty_class_init(ObjectClass *klass, void *data)
|
|||
k->dt_name = "vty";
|
||||
k->dt_type = "serial";
|
||||
k->dt_compatible = "hvterm1";
|
||||
set_bit(DEVICE_CATEGORY_INPUT, dc->categories);
|
||||
dc->props = spapr_vty_properties;
|
||||
dc->vmsd = &vmstate_spapr_vty;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue