[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [RFC][PATCH 0/6] "bootonceindex" property
From: |
Janne Huttunen |
Subject: |
Re: [Qemu-devel] [RFC][PATCH 0/6] "bootonceindex" property |
Date: |
Thu, 23 Mar 2017 08:53:04 +0200 |
On Wed, 2017-03-22 at 16:29 +0100, Laszlo Ersek wrote:
> > I'm not. I'm using QMP to change the index dynamically.
> >
> Wait, if you are already changing the "bootindex" property
> dynamically (do I understand that right?)
No, I'm not changing "bootindex" dynamically. I'm changing
"bootonceindex" dynamically. The point is that whatever
change I'm making is supposed to affect only one boot, the
next one. Since the guest can trigger reboots by itself,
I don't necessarily know when they are going to happen.
Like I said earlier, I can get very close to the semantics
I need if set the "bootindex" and get an event when the
boot happens so that I know when to reset the bootindex
back to the original value. However doing it like that
is (at least in theory) racy if the event isn't synchronous
and it requires some process that actively monitors those
events which I'm trying to avoid.
> ...and it could have a significant maintenance footprint,
> while the feature does look niche (to me anyway).
Whatever I'm currently doing is definitely a niche, but very
similar setting of a one time boot source while the system
is running is e.g. part of the IPMI standard (see "Set
System Boot Options Command" in IPMI Specification), so
the concept itself is not that much of a niche.
- Re: [Qemu-devel] [RFC][PATCH 0/6] "bootonceindex" property, (continued)
- Re: [Qemu-devel] [RFC][PATCH 0/6] "bootonceindex" property, Markus Armbruster, 2017/03/22
- Re: [Qemu-devel] [RFC][PATCH 0/6] "bootonceindex" property, Paolo Bonzini, 2017/03/21
- Re: [Qemu-devel] [RFC][PATCH 0/6] "bootonceindex" property, Janne Huttunen, 2017/03/22
- Re: [Qemu-devel] [RFC][PATCH 0/6] "bootonceindex" property, Paolo Bonzini, 2017/03/22
- Re: [Qemu-devel] [RFC][PATCH 0/6] "bootonceindex" property, Huttunen, Janne (Nokia - FI/Espoo), 2017/03/22
- Re: [Qemu-devel] [RFC][PATCH 0/6] "bootonceindex" property, Laszlo Ersek, 2017/03/22
- Re: [Qemu-devel] [RFC][PATCH 0/6] "bootonceindex" property, Janne Huttunen, 2017/03/22
- Re: [Qemu-devel] [RFC][PATCH 0/6] "bootonceindex" property, Laszlo Ersek, 2017/03/22
- Re: [Qemu-devel] [RFC][PATCH 0/6] "bootonceindex" property, Janne Huttunen, 2017/03/22
- Re: [Qemu-devel] [RFC][PATCH 0/6] "bootonceindex" property, Laszlo Ersek, 2017/03/22
- Re: [Qemu-devel] [RFC][PATCH 0/6] "bootonceindex" property,
Janne Huttunen <=
- Re: [Qemu-devel] [RFC][PATCH 0/6] "bootonceindex" property, Laszlo Ersek, 2017/03/23
- Message not available
- Re: [Qemu-devel] [RFC][PATCH 0/6] "bootonceindex" property, Vasiliy Tolstov, 2017/03/15
[Qemu-devel] [RFC][PATCH 2/6] Re-factor bootdevice list handling, pt2., Janne Huttunen, 2017/03/14
[Qemu-devel] [RFC][PATCH 6/6] Support "bootonceindex" property for SCSI disks., Janne Huttunen, 2017/03/14
[Qemu-devel] [RFC][PATCH 3/6] Add support for "bootonceindex" property., Janne Huttunen, 2017/03/14