public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Arguments to skip boot menu and to hide bios output
@ 2009-02-07  0:17 Cory Fields
  2009-02-06 23:49 ` Anthony Liguori
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Cory Fields @ 2009-02-07  0:17 UTC (permalink / raw)
  To: kvm


This patchset creates new commandline arguments -quietboot and 
-fastboot

-quietboot 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)

-fastboot lets you explicitly skip the "Press f12 for boot menu" option 
saving ~3 seconds on each boot. It is also implied by -kernel -boot 
or -quietboot.

I've been working with kvm, but I realize this may be qemu related.
Figured I'd give it a shot here first.

This is my first patch submitted to a mailinglist so any 
etiquette/procedural comments or critiques are appreciated.

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

Cory Fields
---
 bios/rombios.c    |   80 +++++++++++++++++++++++++++++++++++++---------------
 qemu/hw/fw_cfg.c  |    2 +
 qemu/hw/fw_cfg.h  |    2 +
 qemu/sysemu.h     |    2 +
 qemu/vl.c         |   17 +++++++++++
 vgabios/vgabios.c |   17 ++++++++++-
 6 files changed, 96 insertions(+), 24 deletions(-)

^ permalink raw reply	[flat|nested] 13+ messages in thread
* Re: [PATCH 0/4] Arguments to skip boot menu and to hide bios output
@ 2009-06-10 10:32 David Lindsay
  0 siblings, 0 replies; 13+ messages in thread
From: David Lindsay @ 2009-06-10 10:32 UTC (permalink / raw)
  To: kvm

Just wondered... what version of qemu was this for, has it gotten anywhere, etc?

I've tried to apply these patches to 0.10.5, 0.10.0, 0.9.1 and the
current Git (as of June 10 2009) but none seem to include rombios.c or
vgabios.c :(

Thanks!

-dav7

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

end of thread, other threads:[~2009-06-10 10:32 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-07  0:17 [PATCH 0/4] Arguments to skip boot menu and to hide bios output Cory Fields
2009-02-06 23:49 ` Anthony Liguori
2009-02-07 18:20   ` Cory Fields
2009-02-09  8:44     ` Daniel P. Berrange
     [not found]   ` <200902071303.20187.Cory@atlastechnologiesinc.com>
2009-02-08  0:02     ` Anthony Liguori
2009-02-07  0:17 ` [PATCH 1/4] Define new channels for quietboot and fastboot Cory Fields
2009-02-07  0:17 ` [PATCH 2/4] add args for fastboot and quietboot Cory Fields
2009-02-07  0:17 ` [PATCH 3/4] probe for quietboot in vgabios Cory Fields
2009-02-07  0:17 ` [PATCH 4/4] probe for quietboot and fastboot in rombios Cory Fields
2009-02-07 11:09 ` [PATCH 0/4] Arguments to skip boot menu and to hide bios output Daniel P. Berrange
2009-02-07 16:01   ` Anthony Liguori
2009-02-07 11:13 ` Jan Kiszka
  -- strict thread matches above, loose matches on Subject: below --
2009-06-10 10:32 David Lindsay

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox