On 5/23/25 9:23 AM, Akihiko Odaki wrote:
>> diff --git a/hw/virtio/virtio-pci.c b/hw/virtio/virtio-pci.c
>> index 0fa8fe4955..7815ef2d9b 100644
>> --- a/hw/virtio/virtio-pci.c
>> +++ b/hw/virtio/virtio-pci.c
>> @@ -123,7 +123,8 @@ static const VMStateDescription
>> vmstate_virtio_pci_modern_state_
Having a period in the subject is unusual.
On 2025/05/21 20:34, Paolo Abeni wrote:
Allow the common read/write operation to access all the
available features space.
Signed-off-by: Paolo Abeni
---
hw/virtio/virtio-pci.c | 19 +--
include/hw/virtio/virtio-pci.h | 2 +-
Allow the common read/write operation to access all the
available features space.
Signed-off-by: Paolo Abeni
---
hw/virtio/virtio-pci.c | 19 +--
include/hw/virtio/virtio-pci.h | 2 +-
2 files changed, 14 insertions(+), 7 deletions(-)
diff --git a/hw/virtio/virtio-pci.c