From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43930) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XAgOR-0007qq-PN for qemu-devel@nongnu.org; Fri, 25 Jul 2014 10:22:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XAgOM-00031S-9m for qemu-devel@nongnu.org; Fri, 25 Jul 2014 10:22:43 -0400 Received: from mail-wi0-x22f.google.com ([2a00:1450:400c:c05::22f]:46824) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XAgOM-00030U-2R for qemu-devel@nongnu.org; Fri, 25 Jul 2014 10:22:38 -0400 Received: by mail-wi0-f175.google.com with SMTP id ho1so1097008wib.8 for ; Fri, 25 Jul 2014 07:22:36 -0700 (PDT) Received: from yakj.usersys.redhat.com (nat-pool-mxp-t.redhat.com. [209.132.186.18]) by mx.google.com with ESMTPSA id je17sm6462768wic.22.2014.07.25.07.22.34 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 25 Jul 2014 07:22:35 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <53D26829.4080000@redhat.com> Date: Fri, 25 Jul 2014 16:22:33 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1406290560-13561-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1406290560-13561-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL for-2.1 0/3] Last minute patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Il 25/07/2014 14:15, Paolo Bonzini ha scritto: > The following changes since commit f368c33d5ab09dd5656924185cd975b11838cd25: > > Update version for v2.1.0-rc3 release (2014-07-22 18:17:03 +0100) > > are available in the git repository at: > > git://github.com/bonzini/qemu.git tags/for-upstream > > for you to fetch changes up to d975e28437377bc9a65fb5f4f9486a74c7a124cc: > > qemu-char: ignore flow control if a PTY's slave is not connected (2014-07-24 18:31:50 +0200) > > ---------------------------------------------------------------- > Here are my patches for the last 2.1 rc. > > ---------------------------------------------------------------- > Paolo Bonzini (3): > acpi-dsdt: procedurally generate _PRT > pc: hack for migration compatibility from QEMU 2.0 > qemu-char: ignore flow control if a PTY's slave is not connected Since Igor hasn't sent his patches, and I'm leaving the office, I pushed this to git://github.com/bonzini/qemu.git tags/for-upstream-full I don't know about tests/acpi-test-data/pc. It makes sense that this patch should modify something there, but: * "make check" passes * the test warns even before patch 1, for both the DSDT (modified by the patch) and SSDT (which this series doesn't touch at all) * I cannot get it to pass, except by blindly copying the "actual" output on the "expected" files * mst is on vacation and Marcel is off on Fridays Based on my understanding of the problem, it is not possible to fix the bug without hacks like this one, and even reverting all patches in this area would be more risky. Paolo