Re: [RFC PATCH v2 2/4] virtio-pci: add handling of ATS and Device-TLB enable

2023-05-07 Thread Jason Wang
On Mon, May 1, 2023 at 10:02 AM Viktor Prutyanov wrote: > > Guest may enable or disable PCI ATS and, accordingly, Device-TLB for > the device. Add a flag and a trigger function to handle Device-TLB > enable/disable in VirtIO devices and hook it to ATS enable/disable for > PCI transport. > > Signed

[RFC PATCH v2 2/4] virtio-pci: add handling of ATS and Device-TLB enable

2023-04-30 Thread Viktor Prutyanov
Guest may enable or disable PCI ATS and, accordingly, Device-TLB for the device. Add a flag and a trigger function to handle Device-TLB enable/disable in VirtIO devices and hook it to ATS enable/disable for PCI transport. Signed-off-by: Viktor Prutyanov --- hw/virtio/virtio-pci.c | 17 ++