From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41915) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TWl6o-0007KQ-0a for qemu-devel@nongnu.org; Fri, 09 Nov 2012 04:42:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TWl6j-0004hD-Gj for qemu-devel@nongnu.org; Fri, 09 Nov 2012 04:42:41 -0500 Received: from e28smtp04.in.ibm.com ([122.248.162.4]:33601) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TWl6i-0004ge-Pd for qemu-devel@nongnu.org; Fri, 09 Nov 2012 04:42:37 -0500 Received: from /spool/local by e28smtp04.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 9 Nov 2012 15:12:31 +0530 Received: from d28av04.in.ibm.com (d28av04.in.ibm.com [9.184.220.66]) by d28relay03.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id qA99gQGQ15466650 for ; Fri, 9 Nov 2012 15:12:26 +0530 Received: from d28av04.in.ibm.com (loopback [127.0.0.1]) by d28av04.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id qA9FCHNM029949 for ; Sat, 10 Nov 2012 02:12:17 +1100 From: Anthony Liguori In-Reply-To: References: <509C1F16.2090808@redhat.com> <509CAD36.1070800@wiesinger.com> Date: Fri, 09 Nov 2012 03:42:12 -0600 Message-ID: <87pq3n864r.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PATCH] ui/vnc.c: Fix crash with VNC List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , Gerhard Wiesinger Cc: Gerd Hoffmann , qemu-devel@nongnu.org Peter Maydell writes: > On 9 November 2012 08:13, Gerhard Wiesinger wrote: >> (think of situations where bits might not be accurate due to CPU bugs or >> even QEMU/KVM in aerospace where >> bits fall to other states due to high energy cosmic ray). > > If any aeroplane manufacturer is using QEMU for some safety critical > purpose it would be nice if they'd let us know. I could then avoid > flying with them in future :-) While the abstract discussion is fun, it never hurts to be defensive. I agree the root cause is vmware-vga but checking in vnc doesn't hurt. Regards, Anthony Liguori > > -- PMM