From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [PATCH] kvm: fix race with level interrupts Date: Thu, 19 Jul 2012 12:15:11 +0300 Message-ID: <20120719091510.GC20120@redhat.com> References: <20120718215228.GA13905@redhat.com> <1342649774.2229.223.camel@bling.home> <20120718224459.GA14101@redhat.com> <1342653762.2229.236.camel@bling.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , Marcelo Tosatti , gleb@redhat.com, kvm@vger.kernel.org, linux-kernel@vger.kernel.org To: Alex Williamson Return-path: Received: from mx1.redhat.com ([209.132.183.28]:58439 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753941Ab2GSJOg (ORCPT ); Thu, 19 Jul 2012 05:14:36 -0400 Content-Disposition: inline In-Reply-To: <1342653762.2229.236.camel@bling.home> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Jul 18, 2012 at 05:22:42PM -0600, Alex Williamson wrote: > I hate reviewing code > > > where I have to differentiate 'l' vs '1'. > > > > l is an illegal variable name? Switch to a different font. > > WTF Really, you should use a font where these differ. I currently use Monospace but there are many other good fonts. If you don't bugs sneak in. int x = 11; and int x = 1l; Should look very different. -- MST