From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40556) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aAyrj-0007dk-FW for qemu-devel@nongnu.org; Mon, 21 Dec 2015 06:43:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aAyre-0006gB-Gi for qemu-devel@nongnu.org; Mon, 21 Dec 2015 06:42:59 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43825) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aAyre-0006fz-C7 for qemu-devel@nongnu.org; Mon, 21 Dec 2015 06:42:54 -0500 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id D2DCF263D for ; Mon, 21 Dec 2015 11:42:53 +0000 (UTC) Date: Mon, 21 Dec 2015 13:42:51 +0200 From: "Michael S. Tsirkin" Message-ID: <20151221133841-mutt-send-email-mst@redhat.com> References: <1449704528-289297-1-git-send-email-imammedo@redhat.com> <1449704528-289297-46-git-send-email-imammedo@redhat.com> <20151219214821-mutt-send-email-mst@redhat.com> <20151221120252.14d2be1a@nial.brq.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151221120252.14d2be1a@nial.brq.redhat.com> Subject: Re: [Qemu-devel] [PATCH 45/74] pc: acpi: move HPET from DSDT to SSDT List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov Cc: qemu-devel@nongnu.org On Mon, Dec 21, 2015 at 12:02:52PM +0100, Igor Mammedov wrote: > > > + > > > + if_ctx = aml_if(aml_lor( > > > > Don't split lines like this please. > What style would you prefer? break after a comma: if_ctx = aml_if(aml_lor(aml_equal(a_period, a_zero), > > > > > + aml_equal(a_period, a_zero), > > > + aml_lgreater(a_period, aml_int(100000000))));