From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53854) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcAKN-0001D1-61 for qemu-devel@nongnu.org; Thu, 09 Oct 2014 05:48:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XcAKD-0008Oe-VP for qemu-devel@nongnu.org; Thu, 09 Oct 2014 05:48:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60122) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcAKD-0008OL-Nq for qemu-devel@nongnu.org; Thu, 09 Oct 2014 05:47:57 -0400 Message-ID: <1412848032.16390.3.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Thu, 09 Oct 2014 11:47:12 +0200 In-Reply-To: <5435195B.2060300@huawei.com> References: <1412668838-8656-1-git-send-email-arei.gonglei@huawei.com> <5435195B.2060300@huawei.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 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: Gonglei Cc: "peter.maydell@linaro.org" , "Huangweidong (C)" , "mst@redhat.com" , "aik@ozlabs.ru" , "qemu-devel@nongnu.org" , "agraf@suse.de" , "dmitry@daynix.com" , "akong@redhat.com" , "armbru@redhat.com" , "lersek@redhat.com" , "ehabkost@redhat.com" , "marcel.a@redhat.com" , "somlo@cmu.edu" , Luonengjun , "Huangpeng (Peter)" , "alex.williamson@redhat.com" , "stefanha@redhat.com" , "pbonzini@redhat.com" , "lcapitulino@redhat.com" , "rth@twiddle.net" , "kwolf@redhat.com" , "peter.crosthwaite@xilinx.com" , "chenliang (T)" , "imammedo@redhat.com" , "afaerber@suse.de" 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'll go take "no answer" as "no objections", but I'd prefer to apply one or another "reviewed-by" to the series. thanks, Gerd