From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33532) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVhD6-0000O3-T3 for qemu-devel@nongnu.org; Wed, 11 Mar 2015 10:02:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YVhD6-0004j7-0U for qemu-devel@nongnu.org; Wed, 11 Mar 2015 10:02:08 -0400 Message-ID: <55004ABA.3060702@redhat.com> Date: Wed, 11 Mar 2015 16:01:30 +0200 From: Marcel Apfelbaum MIME-Version: 1.0 References: <1426001534-7151-1-git-send-email-marcel@redhat.com> <1426080767.28125.11.camel@nilsson.home.kraxel.org> <550046B0.3060000@redhat.com> <1426081889.28125.23.camel@nilsson.home.kraxel.org> In-Reply-To: <1426081889.28125.23.camel@nilsson.home.kraxel.org> Content-Type: text/plain; charset=utf-8; format=flowed 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: Gerd Hoffmann 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 03/11/2015 03:51 PM, Gerd Hoffmann wrote: > 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: "Line over 80 ch", I try not to exaggerate with this kind of warnings, but I left a few. If you think is worth it, I'll take care of it. Thanks, Marcel > > 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 > >