projectacrn / acrn-hypervisor

Project ACRN hypervisor
BSD 3-Clause "New" or "Revised" License
1.15k stars 524 forks source link

hv: pci: remove unused vhostbridge_ops for service vm #8698

Closed haiwei-li closed 3 months ago

haiwei-li commented 3 months ago

Host bridge is implemented as a type 0 device and it's always passthrough to service vm.

So remove the vhostbridge_ops for service vm.

Tracked-On: #8697