[Spice-devel] [PATCH] drm/qxl: Use correct notify port address when creating cursor ring

2020-03-30 Thread Huacai Chen
The command ring and cursor ring use different notify port addresses definition: QXL_IO_NOTIFY_CMD and QXL_IO_NOTIFY_CURSOR. However, in qxl_device_init() we use QXL_IO_NOTIFY_CMD to create both command ring and cursor ring. This doesn't cause any problems now, because QEMU's behaviors on QXL_IO_NO

[Spice-devel] [PATCH Resend] drm/qxl: Use correct notify port address when creating cursor ring

2020-03-30 Thread Huacai Chen
The command ring and cursor ring use different notify port addresses definition: QXL_IO_NOTIFY_CMD and QXL_IO_NOTIFY_CURSOR. However, in qxl_device_init() we use QXL_IO_NOTIFY_CMD to create both command ring and cursor ring. This doesn't cause any problems now, because QEMU's behaviors on QXL_IO_NO

Re: [Spice-devel] [PATCH v3 1/2] virtio-video: Add virtio video device specification

2020-03-30 Thread Dmitry Sepp
Hi Keiichi, On Freitag, 27. März 2020 04:35:13 CEST Keiichi Watanabe wrote: > Hi Dmitry, > > On Wed, Mar 25, 2020 at 6:47 PM Dmitry Sepp wrote: > > Hi Keiichi, > > > > On Montag, 23. März 2020 16:48:14 CET Keiichi Watanabe wrote: > > > Hi, > > > > > > On Mon, Mar 23, 2020 at 10:28 PM Dmitry S