[Qemu-devel] [PATCH RESEND 0/2] ui/cocoa: Fix absolute and relative input issues on Mojave

Chen Zhang via Qemu-devel posted 2 patches 5 years ago
Failed in applying to current master (apply log)
ui/cocoa.m | 50 +++++++++++++++++++++++++++++++++++++++++++++++---
1 file changed, 47 insertions(+), 3 deletions(-)
[Qemu-devel] [PATCH RESEND 0/2] ui/cocoa: Fix absolute and relative input issues on Mojave
Posted by Chen Zhang via Qemu-devel 5 years ago
The following patches fixed absolute and relative input device issues on macOS Mojave.

Chen Zhang (2):
  ui/cocoa: Fix absolute input device grabbing issue on Mojave
  ui/cocoa: Fix mouse grabbing in fullscreen mode for relative input
    device

 ui/cocoa.m | 50 +++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 47 insertions(+), 3 deletions(-)

-- 
2.19.2
Re: [Qemu-devel] [PATCH RESEND 0/2] ui/cocoa: Fix absolute and relative input issues on Mojave
Posted by Peter Maydell 5 years ago
On Sun, 28 Apr 2019 at 04:30, Chen Zhang <tgfbeta@me.com> wrote:
>
> The following patches fixed absolute and relative input device issues on macOS Mojave.
>
> Chen Zhang (2):
>   ui/cocoa: Fix absolute input device grabbing issue on Mojave
>   ui/cocoa: Fix mouse grabbing in fullscreen mode for relative input
>     device
>
>  ui/cocoa.m | 50 +++++++++++++++++++++++++++++++++++++++++++++++---
>  1 file changed, 47 insertions(+), 3 deletions(-)

Hi -- unfortunately your email client seems to have sent
these patches in a way that has confused our patch
handling systems (eg
https://patchwork.kernel.org/patch/10920623/ has
only half of the patch as actual patch, so it doesn't
apply properly, and the 'patches' program has been confused too.

Looking at the headers, your mail client is trying to send the
patches as multipart/alternative with a combined text and HTML
version. You could try configuring it to just send plain text,
which is definitely the preferred format for public mailing lists.
Or alternatively you could try using git-send-email instead.

thanks
-- PMM