From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50710) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gZzyw-0003zq-Af for qemu-devel@nongnu.org; Thu, 20 Dec 2018 10:11:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gZzyo-00075H-Au for qemu-devel@nongnu.org; Thu, 20 Dec 2018 10:11:24 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36282) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gZzym-00073V-B9 for qemu-devel@nongnu.org; Thu, 20 Dec 2018 10:11:18 -0500 Date: Thu, 20 Dec 2018 16:11:05 +0100 From: Igor Mammedov Message-ID: <20181220161105.6a7c80b1@Igors-MacBook-Pro.local> In-Reply-To: References: <20181218161008.3882-1-mst@redhat.com> <20181220154959.4a598d84@Igors-MacBook-Pro.local> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL v2 00/30] pci, pc, virtio: fixes, features List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: "Michael S. Tsirkin" , QEMU Developers On Thu, 20 Dec 2018 14:52:49 +0000 Peter Maydell wrote: > On Thu, 20 Dec 2018 at 14:50, Igor Mammedov wrote: > > > > On Wed, 19 Dec 2018 19:15:26 +0000 > > Peter Maydell wrote: > > > Hi; I'm afraid I get conflicts in some files which look > > > too complicated for me to want to try to resolve at this end: > > > Auto-merging tests/vmgenid-test.c > > > CONFLICT (content): Merge conflict in tests/vmgenid-test.c > > > Auto-merging tests/bios-tables-test.c > > > CONFLICT (content): Merge conflict in tests/bios-tables-test.c > > > Auto-merging tests/acpi-utils.h > > > CONFLICT (content): Merge conflict in tests/acpi-utils.h > > > Auto-merging tests/acpi-utils.c > > > CONFLICT (content): Merge conflict in tests/acpi-utils.c > > > Removing include/hw/smbios/ipmi.h > > > > I'm working on fixing conflicts due to 29/30 and will include conflicting patch in my acpi tests cleanup on respin > > > > Meanwhile could you drop 29/30 and apply the rest of pull request (which applies just fine)? > > I can't apply a partial pull request -- MST will need to > drop those patches and send a v2. ok I'll post fixed up patch here for MST to pick it up PS: /me need to learn how to do pull requests > > thanks > -- PMM