From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41340) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBhEI-0006y1-0D for qemu-devel@nongnu.org; Mon, 28 Jul 2014 05:28:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XBhEA-0000Ws-HU for qemu-devel@nongnu.org; Mon, 28 Jul 2014 05:28:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:4731) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBhEA-0000Wo-8Z for qemu-devel@nongnu.org; Mon, 28 Jul 2014 05:28:18 -0400 Message-ID: <1406539670.20726.7.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Mon, 28 Jul 2014 11:27:50 +0200 In-Reply-To: <33183CC9F5247A488A2544077AF1902086C1D3ED@SZXEMA503-MBS.china.huawei.com> References: <1406271172-1192-1-git-send-email-arei.gonglei@huawei.com> <1406271172-1192-2-git-send-email-arei.gonglei@huawei.com> <1406281586.20767.3.camel@nilsson.home.kraxel.org> <33183CC9F5247A488A2544077AF1902086C1D228@SZXEMA503-MBS.china.huawei.com> <1406536231.20726.1.camel@nilsson.home.kraxel.org> <33183CC9F5247A488A2544077AF1902086C1D3ED@SZXEMA503-MBS.china.huawei.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 1/7] bootindex: add modify_boot_device_path function List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Gonglei (Arei)" 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" , "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" > > I think it is ok to allow only *changing* the bootindex. > > > Yes, that's no problem. But then yoy always will have a old entry where you can take the suffix from, and you don't need the suffix as parameter for the monitor command. cheers, Gerd