From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40110) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTB3c-0005KO-Md for qemu-devel@nongnu.org; Wed, 04 Mar 2015 10:17:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YTB3U-0007wx-SR for qemu-devel@nongnu.org; Wed, 04 Mar 2015 10:17:56 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42630) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTB3U-0007wo-L1 for qemu-devel@nongnu.org; Wed, 04 Mar 2015 10:17:48 -0500 Date: Wed, 4 Mar 2015 16:17:41 +0100 From: Igor Mammedov Message-ID: <20150304161741.3a3e9ad3@nial.brq.redhat.com> In-Reply-To: References: <1425402197-21726-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL v4 0/2] pci, pc, virtio fixes and cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers , Anthony Liguori , "Michael S. Tsirkin" On Wed, 4 Mar 2015 23:32:36 +0900 Peter Maydell wrote: > On 4 March 2015 at 02:07, Michael S. Tsirkin wrote: > > As previously, only sending incremental patches > > added since v3. > > This is an update of the previous pull request. > > Tree was not rebased so you can do both pulls if > > ou like. > > > > The following changes since commit 11d39a131020cc5c54ff9bc86d3259f7d32bf849: > > > > Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20150218' into staging (2015-02-26 09:08:54 +0000) > > > > 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 24f938a682d934b133863eb421aac33592f7a09e: > > > > vhost user:support vhost user nic for non msi guests (2015-03-03 17:55:36 +0100) > > Doesn't build: > > In file included from > /home/petmay01/linaro/qemu-for-merges/hw/i386/acpi-build.c:54:0: > ./hw/i386/q35-acpi-dsdt.hex:8185:23: error: 'q35_dsdt_applesmc_sta' > defined but not used [-Werror=unused-variable] > static unsigned short q35_dsdt_applesmc_sta[] = { > ^ > In file included from > /home/petmay01/linaro/qemu-for-merges/hw/i386/acpi-build.c:55:0: > ./hw/i386/acpi-dsdt.hex:3595:23: error: 'piix_dsdt_applesmc_sta' > defined but not used [-Werror=unused-variable] > static unsigned short piix_dsdt_applesmc_sta[] = { I've though Michael fixed not updated [q35-]acpi-dsdt.hex.generated files, is it a clean build? > ^ > cc1: all warnings being treated as errors > > -- PMM >