All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] Update boot_order on reset for sPAPR
@ 2015-01-26 23:52 dvaleev
  2015-01-26 23:52 ` [Qemu-devel] [PATCH 1/2] sPAPR: reread boot_device on reset dvaleev
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: dvaleev @ 2015-01-26 23:52 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gonglei, qemu-ppc, Alexander Graf, armbru

This is cleaner attempt to fix -boot once=X behaviour on sPAPR

qemu-system-ppc64 -m 1024 -enable-kvm -boot once=d -vga none -nographic
Ready! 
0 > dev /chosen   ok
0 > .properties  
stdout                           3e512100  
....
ibm,architecture-vec-5           00000000  0080
qemu,boot-device                 d
                                 6400
linux,stdout-path                /vdevice/vty@71000000
....
0 > reset-all
....
Ready! 
0 > dev /chosen   ok
0 > .properties  
stdout                           3e512100  
....
ibm,architecture-vec-5           00000000  0080
linux,stdout-path                /vdevice/vty@71000000

Compared to previous patch set, this one doesn't implement register_boot_set for sPAPR,
but instead updates boot_order at MachineState and read it on each guest's reset.

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2015-01-29 11:11 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-26 23:52 [Qemu-devel] Update boot_order on reset for sPAPR dvaleev
2015-01-26 23:52 ` [Qemu-devel] [PATCH 1/2] sPAPR: reread boot_device on reset dvaleev
2015-01-26 23:52 ` [Qemu-devel] [PATCH 2/2] bootdevice: update boot_order in MachineState dvaleev
2015-01-27  2:51   ` Gonglei
2015-01-27  8:57     ` Dinar Valeev
2015-01-27  9:18       ` Gonglei
2015-01-27  9:56         ` Dinar Valeev
2015-01-27 10:49         ` Dinar Valeev
2015-01-28  1:48           ` Gonglei
2015-01-28 22:22             ` Dinar Valeev
2015-01-29  0:41               ` Gonglei
2015-01-29  7:48               ` Markus Armbruster
2015-01-29 10:53                 ` Alexander Graf
2015-01-29 10:55             ` Alexander Graf
2015-01-29 11:08               ` Gonglei
2015-01-29 11:11                 ` Alexander Graf
2015-01-27  2:31 ` [Qemu-devel] Update boot_order on reset for sPAPR Alexey Kardashevskiy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.