[Spice-devel] [PATCH vdagent-linux] clipboard: cancel request for targets on grab from client

2019-02-17 Thread Jakub Janků
If gtk_clipboard_set_with_data() is invoked between gtk_clipboard_request_targets() and the GtkClipboardTargetsReceivedFunc callback, the targets we eventually receive are no longer valid. To solve this, cancel the request in vdagent_clipboard_grab(). Otherwise we end up in a situation when vdage

Re: [Spice-devel] [PATCH 0/5] Clean up TTM mmap offsets

2019-02-17 Thread Hans de Goede
Hi, On 2/7/19 9:59 AM, Thomas Zimmermann wrote: Almost all TTM-based drivers use the same values for the mmap-able range of BO addresses. Each driver therefore duplicates the DRM_FILE_PAGE_OFFSET constant. OTOH, the mmap range's size is not configurable by drivers. This patch set replaces drive