qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [SeaBIOS] [PATCH] don't expose pvpanic device in the UI


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [SeaBIOS] [PATCH] don't expose pvpanic device in the UI
Date: Tue, 06 Aug 2013 13:54:17 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130621 Thunderbird/17.0.7

  Hi,

> And what are the rules that govern device exclusion from -nodefaults
> list? Why -nodefaults does not create empty machine?

"qemu -nodefaults" should give you just cpu + northbridge + southbridge.

"qemu" should give you a usable virtual machine, so qemu adds some
optional devices which are (or used to be) standard in a pc: floppy,
cdrom, serial port, parallel port, vga card, nic.

Sometimes things are a bit odd for historical reasons:

USB controllers are only present in case you ask for them via '-usb' or
add them via '-device', even though they are part of the southbridge.

vmport is there unconditionally.  And I'd rather make that one
configurable instead of adding more hard-coded devices.

cheers,
  Gerd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]