Re: [PATCH] Refactor virtio layer to support modern PCI and mmio devices

2019-01-15 Thread Pekka Enberg
Hello, On Wed, Jan 16, 2019 at 7:21 AM Waldemar Kozaczuk wrote: > This patch refactors virtio layer in order to support > modern PCI and mmio devices. It is essentially a step 0 > in the list of tasks to make OSv boot on AWS firecracker. > > This patch introduces virtio_device class that

[PATCH] Refactor virtio layer to support modern PCI and mmio devices

2019-01-15 Thread Waldemar Kozaczuk
This patch refactors virtio layer in order to support modern PCI and mmio devices. It is essentially a step 0 in the list of tasks to make OSv boot on AWS firecracker. This patch introduces virtio_device class that abstracts virtio transport layer. That way virtio_driver class and its