All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4]
@ 2009-02-12  6:48 Cory Fields
  2009-02-12  6:48 ` [Qemu-devel] [PATCH] Define a new route for sending data to bios Cory Fields
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Cory Fields @ 2009-02-12  6:48 UTC (permalink / raw)
  To: qemu-devel


This patchset creates new -boot options quiet and prompt.
Syntax: qemu -boot cad,quiet=foo,prompt=bar

See discussion on the kvm mailing list:
http://kerneltrap.org/mailarchive/linux-kvm/2009/2/7/4921514/thread

quiet silences normal text output from the bios and vgabios. I 
rarely care to see this output and it looks much cleaner when the 
first thing shown in a KVM window is init or splash (or the dreaded 
Windows logo)

prompt=0 lets you explicitly skip the "Press f12 for boot menu" option 
saving ~3 seconds on each boot. It is also implied by quietboot.
This is the default action. prompt=1 must be specified in order to
see this menu.

I'm very new to patches and mailing lists so any 
etiquette/procedural comments or critiques are appreciated.
Feel free to bash me or the code...

Also, my asm-fu is weak so I'm sure those few lines need some help.

Cory Fields

^ permalink raw reply	[flat|nested] 13+ messages in thread
* [Qemu-devel] [PATCH 0/4] Option to suppress bios output and prompt (v2)
@ 2009-02-14 23:57 Cory Fields
  2009-02-14 23:57 ` [Qemu-devel] [PATCH] enable quietbios and biosprompt checks Cory Fields
  0 siblings, 1 reply; 13+ messages in thread
From: Cory Fields @ 2009-02-14 23:57 UTC (permalink / raw)
  To: qemu-devel


Same as v1 except vl.c changed as per Kevin Wolf's suggestion.
boot_devices is now left alone.

Cory Fields

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

end of thread, other threads:[~2009-02-14 23:11 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-12  6:48 [Qemu-devel] [PATCH 0/4] Cory Fields
2009-02-12  6:48 ` [Qemu-devel] [PATCH] Define a new route for sending data to bios Cory Fields
2009-02-12  6:41   ` Gleb Natapov
2009-02-12 15:50     ` Blue Swirl
2009-02-12  6:48 ` [Qemu-devel] [PATCH] Add args for quiet and prompt Cory Fields
2009-02-12 10:42   ` Kevin Wolf
2009-02-14 22:27   ` Anthony Liguori
2009-02-15  0:07     ` Cory Fields
2009-02-12  6:48 ` [Qemu-devel] [PATCH] enable quietbios and biosprompt checks Cory Fields
2009-02-14 22:28   ` Anthony Liguori
2009-02-15  0:09     ` Cory Fields
2009-02-12  6:48 ` [Qemu-devel] [PATCH] enable quietbios check Cory Fields
  -- strict thread matches above, loose matches on Subject: below --
2009-02-14 23:57 [Qemu-devel] [PATCH 0/4] Option to suppress bios output and prompt (v2) Cory Fields
2009-02-14 23:57 ` [Qemu-devel] [PATCH] enable quietbios and biosprompt checks Cory Fields

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.