commit | d3f5f065603705cd4275d57324c49e391f786b5e | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Tue Jan 13 16:34:58 2015 +0200 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Wed Jan 21 16:28:55 2015 +1030 |
tree | 8bf7e4230355ec31f9d96d727a4a0b4a42e8acf9 | |
parent | 3909213cfd9224cb1827d557fb6eb5ebdb8ddcbe [diff] |
virtio_pci_modern: support devices with no config Virtio 1.0 spec lists device config as optional. Set get/set callbacks to NULL. Drivers can check that and fail gracefully. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>