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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 8C256C64EC4 for ; Mon, 6 Mar 2023 23:11:57 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pZJzQ-0006JJ-Bg; Mon, 06 Mar 2023 18:11:32 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pZJzO-0006Gf-Hl for qemu-devel@nongnu.org; Mon, 06 Mar 2023 18:11:30 -0500 Received: from zero.eik.bme.hu ([152.66.115.2]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pZJzN-0002q4-0w for qemu-devel@nongnu.org; Mon, 06 Mar 2023 18:11:30 -0500 Received: from zero.eik.bme.hu (blah.eik.bme.hu [152.66.115.182]) by localhost (Postfix) with SMTP id BD7F57457E7; Tue, 7 Mar 2023 00:11:15 +0100 (CET) Received: by zero.eik.bme.hu (Postfix, from userid 432) id B91EF745720; Tue, 7 Mar 2023 00:11:14 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by zero.eik.bme.hu (Postfix) with ESMTP id B7FE77456E3; Tue, 7 Mar 2023 00:11:14 +0100 (CET) Date: Tue, 7 Mar 2023 00:11:14 +0100 (CET) From: BALATON Zoltan To: Paolo Bonzini cc: "Michael S. Tsirkin" , Igor Mammedov , qemu-devel@nongnu.org Subject: Re: [PATCH] hw/acpi: Set memory regions to native endian as a work around In-Reply-To: <4714e0f2-ccfb-1e9a-149e-aceefef62a9d@redhat.com> Message-ID: <5f2e4b23-3eeb-8e95-67ed-a5cae02b55ad@eik.bme.hu> References: <20211108130934.59B48748F52@zero.eik.bme.hu> <20220119041842-mutt-send-email-mst@kernel.org> <20220222094021-mutt-send-email-mst@kernel.org> <20230220172659-mutt-send-email-mst@kernel.org> <04f178bb-2407-232f-e843-386bf04b3024@eik.bme.hu> <4714e0f2-ccfb-1e9a-149e-aceefef62a9d@redhat.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="3866299591-1311001816-1678144274=:42121" Received-SPF: pass client-ip=152.66.115.2; envelope-from=balaton@eik.bme.hu; helo=zero.eik.bme.hu X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --3866299591-1311001816-1678144274=:42121 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8BIT On Mon, 6 Mar 2023, Paolo Bonzini wrote: > On 2/21/23 13:55, BALATON Zoltan wrote: >> >> To get that menu with Shut Down, first Quit the installer then again right >> click or click on background first to get the menu of the Ambient desktop. >> I also see an error from the firmware at the beginning: >> Initializing KBD...00000012    FAILED. >> when it's broken and it says Done without the hex number when it works. >> (Two other FAILED messages about clock chip is normal as we don't emulate >> that but all others should be green.) > > Ok, I've reproduced it. The mouse is a bit flaky but using the keyboard for > everything except right clicking works better. If you use ati-vga try -device ati-vga,romfile="",guest_hwcursor=true to get less jumpy mouse or -vga none -device sm501 instead of -device ati-vga which may also work better. (The default for ati-vga is host hardware cursor but if the pointer acceleration settings on host vs. guest are very different it may jump around; that's a general problem with QEMU ui mouse handling so can't do much about that in device model). Regards, BALATON Zoltan --3866299591-1311001816-1678144274=:42121--