Re: PATCH: Add vmmpci device for passthrough PCI

2020-10-04 Thread Jordan Hargrave
Ping. Can anyone review this? From: Jordan Hargrave Sent: Tuesday, September 15, 2020 12:54 PM To: tech@openbsd.org ; jor...@openbsd.org ; kette...@openbsd.org Subject: PATCH: Add vmmpci device for passthrough PCI This adds a placeholder vmmpci device that

Re: PATCH: Add vmmpci device for passthrough PCI

2020-09-17 Thread Jordan Hargrave
Ping. Any replies or commeents on this? On Tue, Sep 15, 2020 at 12:54:49PM -0500, Jordan Hargrave wrote: > This adds a placeholder vmmpci device that will be used for VMD passthrough > PCI. > > Normally the device will fail to attach unless the PCI domain:bus.dev.func has > been registered with

PATCH: Add vmmpci device for passthrough PCI

2020-09-15 Thread Jordan Hargrave
This adds a placeholder vmmpci device that will be used for VMD passthrough PCI. Normally the device will fail to attach unless the PCI domain:bus.dev.func has been registered with vmmpci_add. When the device is registered, it will detach any existing PCI device and reload as vmmpci. It also att