From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43146) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTBI2-0000jB-8b for qemu-devel@nongnu.org; Wed, 04 Mar 2015 10:32:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YTBHy-0005YD-Hj for qemu-devel@nongnu.org; Wed, 04 Mar 2015 10:32:50 -0500 Received: from mx1.redhat.com ([209.132.183.28]:47041) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTBHy-0005Y4-AF for qemu-devel@nongnu.org; Wed, 04 Mar 2015 10:32:46 -0500 Date: Wed, 4 Mar 2015 16:32:39 +0100 From: "Michael S. Tsirkin" Message-ID: <20150304153239.GB4020@redhat.com> References: <1425402197-21726-1-git-send-email-mst@redhat.com> <20150304161741.3a3e9ad3@nial.brq.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150304161741.3a3e9ad3@nial.brq.redhat.com> 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: Igor Mammedov Cc: Peter Maydell , QEMU Developers , Anthony Liguori On Wed, Mar 04, 2015 at 04:17:41PM +0100, Igor Mammedov wrote: > 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? Sigh. Yes I did, but then I put in another patch, and forgot to update that one. I update it again. Sorry. > > ^ > > cc1: all warnings being treated as errors > > > > -- PMM > >