[Spice-devel] [PATCH v1 2/2] drm/ttm: enable ioremap buffer according to TTM mem caching setting for arm64

2022-03-22 Thread Cong Liu
Arm64 also need the function in commit b849bec29a99 ("drm/ttm: ioremap buffer according to TTM mem caching setting"), so enable it. The following Call Trace captured in arm64 with qxl card. [5.609923] Hardware name: QEMU KVM Virtual Machine, BIOS 0.0.0 02/06/2015 [5.610592] pstate: 004

[Spice-devel] [PATCH v1 1/2] drm/qxl: replace ioremap by ioremap_cache on arm64

2022-03-22 Thread Cong Liu
qxl use ioremap to map ram_header and rom, in the arm64 implementation, the device is mapped as DEVICE_nGnRE, it can not support unaligned access. 6.620515] pc : setup_hw_slot+0x24/0x60 [qxl] [6.620961] lr : setup_slot+0x34/0xf0 [qxl] [6.621376] sp : 800012b73760 [6.621701] x29:

Re: [Spice-devel] SPICE support

2022-03-22 Thread Uri Lublin
Hi Michael, On Sat, Mar 19, 2022 at 11:26 AM Michael Toulson wrote: > Hello Spice team > > I been trying to work out what I’m missing > I have Spice running fine for some time on my main windows pc > after some time it start having problem > I did a clean install of windows 10 > I have been tryi