commit | b946d286114e09a81c303c7ec8ec3f7b33dff9e8 | [log] [tgz] |
---|---|---|
author | Alex Williamson <alex.williamson@redhat.com> | Wed Sep 23 13:04:47 2015 -0600 |
committer | Alex Williamson <alex.williamson@redhat.com> | Wed Sep 23 13:04:47 2015 -0600 |
tree | 72830fd12927d96fd83c93ea45270b24fc612bd1 | |
parent | 8c4f234853d9d438dc1733ca98674b1139a87c99 [diff] |
vfio/pci: Cleanup ATI 0x3c3 quirk This is an easy quirk that really doesn't need a data structure if its own. We can pass vdev as the opaque data and access to the MemoryRegion isn't required. Signed-off-by: Alex Williamson <alex.williamson@redhat.com>