Re: [Spice-devel] About the website download error

2023-05-27 Thread Frediano Ziglio
Hi, as a workaround click on the link with the right mouse button and click on download. It's just a server configuration that sends back the file as something to display instead of something to save. But strangely it worked correctly for me. Which browser and version are you using? Regards,

Re: [Spice-devel] [PATCH] drm: Remove unnecessary (void*) conversions

2023-05-27 Thread Su Hui
On 2023/5/26 15:27, Christian König wrote: Am 26.05.23 um 05:32 schrieb Su Hui: Pointer variables of (void*) type do not require type cast. Please split that up by subsystem/driver. Taking it through the misc tree might just cause merge conflicts. Sorry for that, I will split it and send a