From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42322) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcBZa-0004xj-Di for qemu-devel@nongnu.org; Thu, 09 Oct 2014 07:08:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XcBZR-0000xf-ND for qemu-devel@nongnu.org; Thu, 09 Oct 2014 07:07:54 -0400 Received: from e06smtp17.uk.ibm.com ([195.75.94.113]:40261) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcBZR-0000x4-EG for qemu-devel@nongnu.org; Thu, 09 Oct 2014 07:07:45 -0400 Received: from /spool/local by e06smtp17.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 9 Oct 2014 12:07:43 +0100 Received: from b06cxnps3074.portsmouth.uk.ibm.com (d06relay09.portsmouth.uk.ibm.com [9.149.109.194]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id 27A28219005C for ; Thu, 9 Oct 2014 12:07:18 +0100 (BST) Received: from d06av03.portsmouth.uk.ibm.com (d06av03.portsmouth.uk.ibm.com [9.149.37.213]) by b06cxnps3074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id s99B7eR116187692 for ; Thu, 9 Oct 2014 11:07:40 GMT Received: from d06av03.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av03.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s99B7cJZ005562 for ; Thu, 9 Oct 2014 05:07:40 -0600 Date: Thu, 9 Oct 2014 13:07:36 +0200 From: Michael Mueller Message-ID: <20141009130736.4bf9a7a8@bee> In-Reply-To: <1412848032.16390.3.camel@nilsson.home.kraxel.org> References: <1412668838-8656-1-git-send-email-arei.gonglei@huawei.com> <5435195B.2060300@huawei.com> <1412848032.16390.3.camel@nilsson.home.kraxel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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 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" , Gonglei , "lersek@redhat.com" , "ehabkost@redhat.com" , "marcel.a@redhat.com" , "somlo@cmu.edu" , Luonengjun , "Huangpeng (Peter)" , "alex.williamson@redhat.com" , "stefanha@redhat.com" , "imammedo@redhat.com" , "lcapitulino@redhat.com" , "rth@twiddle.net" , "kwolf@redhat.com" , "peter.crosthwaite@xilinx.com" , "chenliang (T)" , "pbonzini@redhat.com" , "afaerber@suse.de" On Thu, 09 Oct 2014 11:47:12 +0200 Gerd Hoffmann wrote: > 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 > The s390x team is planning to use some functionality of this patch set as base for diag308 implementation. I'll give v11 a try on our platform. Michael > >