]> Git Repo - qemu.git/commit - hw/input/virtio-input.c
virtio-input: move properties, use virtio_instance_init_common
authorGerd Hoffmann <[email protected]>
Thu, 18 Jun 2015 15:45:47 +0000 (17:45 +0200)
committerGerd Hoffmann <[email protected]>
Tue, 23 Jun 2015 08:32:35 +0000 (10:32 +0200)
commit6f2b9a5b24c488d38ace01910c684749ff922e26
tree0e894aa7404967de69228d90efaa00e322c8c00d
parent0c8ff723bd29e5c8b2ca989f857ae5c37ec49c4e
virtio-input: move properties, use virtio_instance_init_common

Move properties from virtio-*-pci to virtio-*-device.
Also make better use of QOM and attach common properties
to the abstract parent classes (virtio-input-device and
virtio-input-pci-device).

Switch the hid device instance init functions over to use
virtio_instance_init_common, so we get the properties of the
virtio device aliased properly to the virtio pci proxy.

Signed-off-by: Gerd Hoffmann <[email protected]>
hw/input/virtio-input.c
hw/virtio/virtio-pci.c
include/hw/virtio/virtio-input.h
This page took 0.025673 seconds and 4 git commands to generate.