From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33766) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVhDx-0001Nz-P8 for qemu-devel@nongnu.org; Wed, 11 Mar 2015 10:03:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YVhDu-0004xw-IT for qemu-devel@nongnu.org; Wed, 11 Mar 2015 10:03:01 -0400 Date: Wed, 11 Mar 2015 15:02:33 +0100 From: "Michael S. Tsirkin" Message-ID: <20150311150220-mutt-send-email-mst@redhat.com> 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> <55004ABA.3060702@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <55004ABA.3060702@redhat.com> 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: quintela@redhat.com, hare@suse.de, seabios@seabios.org, qemu-devel@nongnu.org, agraf@suse.de, alex.williamson@redhat.com, kevin@koconnor.net, qemu-ppc@nongnu.org, Gerd Hoffmann , imammedo@redhat.com, amit.shah@redhat.com, pbonzini@redhat.com, leon.alrae@imgtec.com, aurelien@aurel32.net, rth@twiddle.net On Wed, Mar 11, 2015 at 04:01:30PM +0200, Marcel Apfelbaum wrote: > 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 Probably easier than argue about it. > > > >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 > > > >