commit | 2d9becc1e0c6f86e222e1955e39302d304ad274b | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Mon Jan 12 16:23:37 2015 +0200 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Wed Jan 21 16:28:48 2015 +1030 |
tree | 00e5dbaa1ce34f85d271dc088262d584178c98b0 | |
parent | 8cab3cd6ad622f070b18cd1c2e3b97e1d3806629 [diff] |
virtio/balloon: verify device has config space Some devices might not implement config space access (e.g. remoteproc used not to - before 3.9). virtio/balloon needs config space access so make it fail gracefully if not there. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>