From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49789) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzkSH-0004bt-8y for qemu-devel@nongnu.org; Wed, 25 Jun 2014 06:29:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WzkS9-00011N-Rc for qemu-devel@nongnu.org; Wed, 25 Jun 2014 06:29:29 -0400 Received: from szxga01-in.huawei.com ([119.145.14.64]:31605) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzkS9-00010H-6p for qemu-devel@nongnu.org; Wed, 25 Jun 2014 06:29:21 -0400 Message-ID: <53AAA467.10208@huawei.com> Date: Wed, 25 Jun 2014 18:28:55 +0800 From: ChenLiang MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [question] Is it, valuable to achieve modify boot index when vm is running? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "qemu-devel@nongnu.org" Cc: Paolo Bonzini hi,all Qemu can not modify boot index when vm is running. It is inconvenience when we install guest os. Is it necessary to achieve modify boot index online? We can add one qmp interface to achieve it.