From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58813) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUJ2B-00055H-VL for qemu-devel@nongnu.org; Sat, 07 Mar 2015 13:01:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YUJ28-0005kz-QF for qemu-devel@nongnu.org; Sat, 07 Mar 2015 13:01:07 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57025) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUJ28-0005ko-Jx for qemu-devel@nongnu.org; Sat, 07 Mar 2015 13:01:04 -0500 Date: Sat, 7 Mar 2015 19:00:58 +0100 From: "Michael S. Tsirkin" Message-ID: <20150307180058.GA31192@redhat.com> References: <20150304151003.GA3635@redhat.com> <87r3t242x0.fsf@blackfin.pond.sub.org> <20150306160222.49588983@nial.brq.redhat.com> <87vbieyudc.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87vbieyudc.fsf@blackfin.pond.sub.org> Subject: Re: [Qemu-devel] [PULL v5] pci, pc, virtio fixes and cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: Igor Mammedov , qemu-devel@nongnu.org, Peter Maydell On Fri, Mar 06, 2015 at 05:15:59PM +0100, Markus Armbruster wrote: > Igor Mammedov writes: > > > On Fri, 06 Mar 2015 15:27:07 +0100 > > Markus Armbruster wrote: > > > >> "Michael S. Tsirkin" writes: > >> > >> > Sorry about all the problems. > >> > Same as v4, but updated generated files for non-iasl systems. > >> > Not re-sending the patches therefore. > >> > > >> > 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 09d219a31cf87ed98150c0a9e772e54f470f2a01: > >> > > >> > acpi: update generated files (2015-03-04 16:05:32 +0100) > >> > >> I tried to base work on this branch, and ran into trouble: > >> > >> $ git-checkout master > >> error: The following untracked working tree files would be overwritten by checkout: > >> hw/i386/acpi-dsdt-pci-crs.dsl > >> hw/i386/ssdt-mem.dsl > >> hw/i386/ssdt-mem.hex.generated > >> hw/i386/ssdt-misc.dsl > >> hw/i386/ssdt-misc.hex.generated > >> hw/i386/ssdt-pcihp.dsl > >> hw/i386/ssdt-pcihp.hex.generated > >> hw/i386/ssdt-proc.dsl > >> hw/i386/ssdt-proc.hex.generated > > Above files are being removed from source tree by commits in this pull request > > none of them should exist after pull request applied > > They did after merging the pull request locally, resolving the trivial > conflict with "git-rm hw/pci/pci-hotplug-old.c", running make (fail), > blowing away the build tree, running make again (success), git-commit > -a. > > Except I can't reproduce it now. I have no idea what freak accident put > them in my source tree. > > Sorry for the noise. > > [...] OK, good to know. So I'm not redoing the pull request, waiting for Peter to apply this one. -- MST