Skip to content
Snippets Groups Projects
Commit 5c5b95fe authored by Avi Kivity's avatar Avi Kivity
Browse files

virtio: fold virtio_device into virtio_driver

virtio_device is now a simple set of accessors around pci::device.  Since
the only users of virtio_device are virtio_driver and its subclasses, we
can simply fold it into virtio_driver, eliminating the middleman.

Resolves two FIXMEs where we leaked virtio_device objects created during
probing.
parent ae5470f8
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment