diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2015-06-04 12:34:42 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2015-06-10 18:15:06 +0200 |
commit | 710e2d90da1a16807f7885d37b203ce739fdc53a (patch) | |
tree | 28650f197254ed8d8263ddf035c2a41905f5c5ae /include/hw | |
parent | f958c8aa138718b8126a300d6faece522f7674b8 (diff) | |
download | qemu-710e2d90da1a16807f7885d37b203ce739fdc53a.zip qemu-710e2d90da1a16807f7885d37b203ce739fdc53a.tar.gz qemu-710e2d90da1a16807f7885d37b203ce739fdc53a.tar.bz2 |
virtio-input: emulated devices [pci]
This patch adds virtio-pci support for the emulated virtio-input
devices. Using them is as simple as adding "-device virtio-tablet-pci"
to your command line. If you want add multiple devices but don't want
waste a pci slot for each you can compose a multifunction device this way:
qemu -device virtio-keyboard-pci,addr=0d.0,multifunction=on \
-device virtio-tablet-pci,addr=0d.1,multifunction=on
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include/hw')
0 files changed, 0 insertions, 0 deletions