From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44902) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcBjM-0003nt-Tf for qemu-devel@nongnu.org; Thu, 09 Oct 2014 07:18:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XcBjH-000487-Gn for qemu-devel@nongnu.org; Thu, 09 Oct 2014 07:18:00 -0400 Received: from mail-qg0-x236.google.com ([2607:f8b0:400d:c04::236]:46307) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcBjH-000481-CN for qemu-devel@nongnu.org; Thu, 09 Oct 2014 07:17:55 -0400 Received: by mail-qg0-f54.google.com with SMTP id z107so1387968qgd.41 for ; Thu, 09 Oct 2014 04:17:55 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <54366EDC.5010400@redhat.com> Date: Thu, 09 Oct 2014 13:17:48 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1412668838-8656-1-git-send-email-arei.gonglei@huawei.com> <5435195B.2060300@huawei.com> <1412848032.16390.3.camel@nilsson.home.kraxel.org> In-Reply-To: <1412848032.16390.3.camel@nilsson.home.kraxel.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v11 00/34] modify boot order of guest, and take effect after rebooting List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , Gonglei Cc: "peter.maydell@linaro.org" , "Huangweidong (C)" , "ehabkost@redhat.com" , "mst@redhat.com" , "aik@ozlabs.ru" , "armbru@redhat.com" , "somlo@cmu.edu" , "marcel.a@redhat.com" , Luonengjun , "agraf@suse.de" , "qemu-devel@nongnu.org" , "lcapitulino@redhat.com" , "alex.williamson@redhat.com" , "stefanha@redhat.com" , "dmitry@daynix.com" , "Huangpeng (Peter)" , "akong@redhat.com" , "lersek@redhat.com" , kwolf@redhat.c, "rth@twiddle.net" Il 09/10/2014 11:47, Gerd Hoffmann ha scritto: > On Mi, 2014-10-08 at 19:00 +0800, Gonglei wrote: >> On 2014/10/7 16:00, Gonglei (Arei) wrote: >> >>> From: Gonglei >>> >>> Changes since v10: >>> 1. add handler for virtio-blk-pci/s390/ccw in PATCH 28. >>> 2. add especial bootidnex setter/getter functions for usb-storage >>> device in PATCH 29. >>> 3. add bootindex qom property for nvma and ne2k_isa devices, >>> avoid regrassion in PATCH 30. >>> 4. change fprintf to error_report in bootdevice.c in PATCH 34. >>> 5. rebase on the latest qemu master tree. >>> 6. add 'Reviewed-by' in other patches. (Thanks, Gerd) >>> >> >> >> Hi, Gerd >> >> Could you please review the v11 and consider to merge this series in your tree? >> I have no idea which maintainer can apply this series. It seems that only you >> and Eduardo interested in and reviewed this patch series at present. :( > > Yea, for these cross-tree changes it isn't always clear which way they > should be merged. qom or pc would make sense I think. > > I can prepare a pull request too, but I'd like to have a second opinion > on the stuff which is outside of my primary focus: > > * fw_cfg changes (mst? paolo?) > * qom bits (andreas? paolo?, eduardo?) I have not been looking at the series, you and Eduardo could do a better job. Anyway, I looked at the above pieces and they look good as far as using/extending the API is concerned. Paolo > I'll go take "no answer" as "no objections", but I'd prefer to apply one > or another "reviewed-by" to the series. > > thanks, > Gerd > > > >