Re: [RFC PATCH 2/4] virtio-pci: add handling of ATS state change

2023-04-25 Thread Jason Wang
在 2023/4/24 19:21, Viktor Prutyanov 写道: Guest may enable or disable ATS for the device. Add logic for handling these events. Signed-off-by: Viktor Prutyanov --- hw/virtio/virtio-pci.c | 12 include/hw/virtio/virtio.h | 2 ++ 2 files changed, 14 insertions(+) diff --git

[RFC PATCH 2/4] virtio-pci: add handling of ATS state change

2023-04-24 Thread Viktor Prutyanov
Guest may enable or disable ATS for the device. Add logic for handling these events. Signed-off-by: Viktor Prutyanov --- hw/virtio/virtio-pci.c | 12 include/hw/virtio/virtio.h | 2 ++ 2 files changed, 14 insertions(+) diff --git a/hw/virtio/virtio-pci.c b/hw/virtio/virtio-pci