From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38306) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLgI7-0007Qo-Tc for qemu-devel@nongnu.org; Thu, 06 Mar 2014 16:57:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WLgI1-0007ep-V5 for qemu-devel@nongnu.org; Thu, 06 Mar 2014 16:57:23 -0500 Received: from mail-la0-f48.google.com ([209.85.215.48]:52905) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLgI1-0007eB-NR for qemu-devel@nongnu.org; Thu, 06 Mar 2014 16:57:17 -0500 Received: by mail-la0-f48.google.com with SMTP id gf5so2190374lab.21 for ; Thu, 06 Mar 2014 13:57:16 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20140306214321.GA5241@redhat.com> References: <1393937889-14553-1-git-send-email-mst@redhat.com> <20140306214321.GA5241@redhat.com> From: Peter Maydell Date: Thu, 6 Mar 2014 21:56:56 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL 00/12] acpi,pc,pci,virtio,memory bug fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: QEMU Developers , Anthony Liguori On 6 March 2014 21:43, Michael S. Tsirkin wrote: > On Tue, Mar 04, 2014 at 03:03:01PM +0200, Michael S. Tsirkin wrote: >> The following changes since commit 417c45ab2f847c0a47b1232f611aa886df6a97d5: >> >> ACPI: Remove commented-out code from HPET._CRS (2014-02-10 11:09:33 +0200) >> >> are available in the git repository at: >> >> git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream >> >> for you to fetch changes up to 28556b86989ac761cdd3d8ae991424a71e7d2fa3: >> >> acpi-test: issue errors instead of warnings when possible (2014-02-27 17:06:54 +0200) > > > oops this breaks build on systems with no iasl. > will fix sunday. It also has a trivial conflict in cpus.c (I was just starting the process of applying it), so you should probably rebase if you're going to resend it. The good news is my build test script does indeed catch this build breakage :-) thanks -- PMM