From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.0 required=3.0 tests=FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 281E8C38A2A for ; Sun, 10 May 2020 18:42:58 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id F29AA2080C for ; Sun, 10 May 2020 18:42:57 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org F29AA2080C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=t-online.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:33706 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jXquf-0007E7-1L for qemu-devel@archiver.kernel.org; Sun, 10 May 2020 14:42:57 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45792) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jXqu6-0006c8-Bu for qemu-devel@nongnu.org; Sun, 10 May 2020 14:42:22 -0400 Received: from mailout01.t-online.de ([194.25.134.80]:46076) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jXqu4-0004AS-Ms for qemu-devel@nongnu.org; Sun, 10 May 2020 14:42:21 -0400 Received: from fwd02.aul.t-online.de (fwd02.aul.t-online.de [172.20.26.148]) by mailout01.t-online.de (Postfix) with SMTP id 5212E428BDF0; Sun, 10 May 2020 20:42:17 +0200 (CEST) Received: from [192.168.211.200] (ZeiB4uZe8hrkks3Hg6s6E5FBRL6FDUTYQf4-n--aatT-D2L07Il8Bgqlrsk4i4yZ+I@[46.86.59.135]) by fwd02.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384 encrypted) esmtp id 1jXqu1-13LabI0; Sun, 10 May 2020 20:42:17 +0200 From: =?UTF-8?Q?Volker_R=c3=bcmelin?= Subject: Patches for ui/gtk and ui/sdl To: Gerd Hoffmann , Stefan Weil , =?UTF-8?Q?Daniel_P=2e_Berrang=c3=a9?= Message-ID: <2393388c-86c3-4d7e-178e-2c7e6d14a8de@t-online.de> Date: Sun, 10 May 2020 20:42:16 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-US X-ID: ZeiB4uZe8hrkks3Hg6s6E5FBRL6FDUTYQf4-n--aatT-D2L07Il8Bgqlrsk4i4yZ+I X-TOI-MSGID: fbb067ab-4ca7-476b-bced-a714040d8224 Received-SPF: none client-ip=194.25.134.80; envelope-from=vr_qemu@t-online.de; helo=mailout01.t-online.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/05/10 14:42:17 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: QEMU Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" It's rather difficult to test qemu patches in guests on Windows with important keys missing. These patches mainly fix the guest keyboard on Windows. With best regards, Volker