From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59346) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVh3H-0000fZ-Ll for qemu-devel@nongnu.org; Wed, 11 Mar 2015 09:52:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YVh3E-0000dT-EK for qemu-devel@nongnu.org; Wed, 11 Mar 2015 09:51:59 -0400 Message-ID: <1426081889.28125.23.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Wed, 11 Mar 2015 14:51:29 +0100 In-Reply-To: <550046B0.3060000@redhat.com> References: <1426001534-7151-1-git-send-email-marcel@redhat.com> <1426080767.28125.11.camel@nilsson.home.kraxel.org> <550046B0.3060000@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v5 for-2.3 00/28] hw/pc: implement multiple primary busses for pc machines List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marcel Apfelbaum Cc: seabios@seabios.org, mst@redhat.com, quintela@redhat.com, qemu-devel@nongnu.org, agraf@suse.de, alex.williamson@redhat.com, kevin@koconnor.net, qemu-ppc@nongnu.org, hare@suse.de, imammedo@redhat.com, amit.shah@redhat.com, pbonzini@redhat.com, leon.alrae@imgtec.com, aurelien@aurel32.net, rth@twiddle.net On Mi, 2015-03-11 at 15:44 +0200, Marcel Apfelbaum wrote: > On 03/11/2015 03:32 PM, Gerd Hoffmann wrote: > > Hi, > > > >> v4->v5: > >> - Rebased on pci branch, tree: git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git > > > > Have again trouble applying this. Which commit hash? Or do you have a > > git tree somewhere with this? > Yes, it is changing too fast :( > This version works with commit: a3b66ab Applies fine, but throws a checkpatch warning: Applying: hw/acpi: remove from root bus 0 the crs resources used by other busses. === checkpatch complains === WARNING: line over 80 characters #106: FILE: hw/i386/acpi-build.c:988: + aml_dword_memory(aml_pos_decode, aml_min_fixed, aml_max_fixed, WARNING: line over 80 characters #114: FILE: hw/i386/acpi-build.c:996: + aml_dword_memory(aml_pos_decode, aml_min_fixed, aml_max_fixed, total: 0 errors, 2 warnings, 124 lines checked cheers, Gerd