qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Gleb Natapov <gleb@redhat.com>
To: "Michael S. Tsirkin" <mst@redhat.com>
Cc: "Marcel Apfelbaum" <marcel.a@redhat.com>,
	seabios@seabios.org, qemu-devel@nongnu.org,
	"Gerd Hoffmann" <kraxel@redhat.com>,
	"Paolo Bonzini" <pbonzini@redhat.com>,
	"Andreas Färber" <afaerber@suse.de>
Subject: Re: [Qemu-devel] [SeaBIOS] [PATCH] don't expose pvpanic device in the UI
Date: Tue, 6 Aug 2013 13:44:42 +0300	[thread overview]
Message-ID: <20130806104442.GR8218@redhat.com> (raw)
In-Reply-To: <20130806101953.GC13680@redhat.com>

On Tue, Aug 06, 2013 at 01:19:53PM +0300, Michael S. Tsirkin wrote:
> > > It's a QEMU issue, devices that are added with -device are
> > > documented in -device help and removed by dropping them from
> > > command line. Devices added by default have no way to
> > > be dropped from QOM except -nodefaults.
> > > 
> > Are you saying that because pvpanic is added automatically QEMU -device
> > help does not print help about it? Why not fix that? What QEMU --help
> > issues has to do with deciding which devices should or should not be
> > present by default?
> 
> No, I'm saying what I said: that there's no way to remove a device
> added by default except -nodefaults, and no way to
> find out what does -nodefaults exclude so you
> can add things you need back selectively.
> 
And what are the rules that govern device exclusion from -nodefaults
list? Why -nodefaults does not create empty machine?

> We wanted to fix the later issue for a long time, it's
> hard to fix - that's why we don't fix that.
> Just using -device for everything is a work-around for now.
> 
That's workaround that makes usability suffer, not a good compromise.

Anyway the thread is started by assertion that the device breaks guests
which it does not, now we moved to documentation realm which should not
have any say about default machine functionality.

> > > > > Besides, both -device pvpanic and use of ioport=0 to disable it
> > > > > are completely undocumented.
> > > > > 
> > > > Not the only undocumented thing in QEMU command line :)
> > > 
> > > All -device fields are documented with -device help.
> > > This was supposed to be the right way to add
> > > all new devices.
> > > 
> > > 
> > > > > BTW pls keep qemu-devel Cc'd.
> > > > > 
> > > > Haven't touched CC list.
> > > > 
> > > > > > We have different definition of "damage" though.
> > > > > 
> > > > > Driver bugs, qemu bugs, OSPM bugs all can cause issues
> > > > > like OS crashes, suspend/resume issues, bad
> > > > > performance ... What's your definition of damage?
> > > > > 
> > > > None of those cover the case at hand.
> > > 
> > > Sigh. These examples demonstrate why would user want to run
> > > QEMU without the pvpanic device.
> > > 
> > He can disable it, but chances the device will cause aforementioned
> > problems are so much smaller (by design mind you) than PV APIC hotplug
> > device that it makes me wonder why haven't you advocate to make PV APIC
> > hotplug device to be configurable with -device too.
> 
> This might be a good idea for Q35.
> We probably want to keep it as is for PIIX for compatibility.
> Then again, different behaviour for Q35/PIIX might confuse people.
> 
There is nothing more confusing for people than find out that -cdrom is
not usable with Q35. Really, after that nothing can surprise Q35 user
any more :)

--
			Gleb.

  reply	other threads:[~2013-08-06 10:44 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1375688843-19573-1-git-send-email-hutao@cn.fujitsu.com>
     [not found] ` <20130805081055.GA356@redhat.com>
     [not found]   ` <20130805081617.GB2258@redhat.com>
     [not found]     ` <20130805091826.GA877@redhat.com>
     [not found]       ` <20130805092044.GH2258@redhat.com>
     [not found]         ` <20130805150333.GC877@redhat.com>
     [not found]           ` <20130805160421.GB15901@redhat.com>
2013-08-05 18:32             ` [Qemu-devel] [SeaBIOS] [PATCH] don't expose pvpanic device in the UI Michael S. Tsirkin
2013-08-06  7:34               ` Gleb Natapov
2013-08-06  8:03                 ` Vadim Rozenfeld
2013-08-06  8:05                   ` Gleb Natapov
2013-08-06  8:14                     ` Vadim Rozenfeld
2013-08-06  8:38                       ` Gleb Natapov
     [not found]     ` <51FF6A79.9060603@redhat.com>
     [not found]       ` <703333176.9515483.1375697447963.JavaMail.root@redhat.com>
     [not found]         ` <20130805151723.GF877@redhat.com>
     [not found]           ` <1970367422.9695773.1375718517492.JavaMail.root@redhat.com>
     [not found]             ` <20130805161833.GA4244@redhat.com>
     [not found]               ` <51FFD6CE.5090302@redhat.com>
     [not found]                 ` <20130805182628.GC4244@redhat.com>
     [not found]                   ` <20130806072152.GK10891@redhat.com>
2013-08-06  8:33                     ` Michael S. Tsirkin
2013-08-06  8:36                       ` Gleb Natapov
2013-08-06  8:45                         ` Andreas Färber
2013-08-06  9:15                           ` Michael S. Tsirkin
2013-08-06  9:20                           ` Gleb Natapov
2013-08-06 10:04                             ` Michael S. Tsirkin
2013-08-06 17:53                             ` Andreas Färber
2013-08-06  9:56                           ` Markus Armbruster
2013-08-06 10:11                             ` Michael S. Tsirkin
2013-08-06  9:21                         ` Michael S. Tsirkin
2013-08-06  9:32                           ` Gleb Natapov
2013-08-06 10:19                             ` Michael S. Tsirkin
2013-08-06 10:44                               ` Gleb Natapov [this message]
2013-08-06 11:03                                 ` Andreas Färber
2013-08-06 11:16                                   ` Gleb Natapov
2013-08-06 11:48                                     ` Markus Armbruster
2013-08-06 12:03                                       ` Gleb Natapov
2013-08-06 12:09                                   ` Michael S. Tsirkin
2013-08-06 12:45                                     ` Andreas Färber
2013-08-07  8:17                                       ` Stefan Hajnoczi
2013-08-06 11:54                                 ` Gerd Hoffmann
2013-08-06 12:08                                   ` Gleb Natapov
2013-08-06 10:35                             ` Andreas Färber
2013-08-06 11:00                               ` Gleb Natapov
2013-08-06 11:23                                 ` Andreas Färber
2013-08-06 12:00                                   ` Gleb Natapov
2013-08-06 12:02                                     ` Gerd Hoffmann
2013-08-06 12:05                                     ` Michael S. Tsirkin
2013-08-06 12:17                                       ` Gleb Natapov
2013-08-06 17:22                                     ` Andreas Färber
2013-08-06 12:08                                 ` Michael S. Tsirkin
2013-08-06 12:19                                   ` Gleb Natapov
2013-08-06  9:26                       ` Hu Tao
2013-08-06  9:29                         ` Gleb Natapov
2013-08-06 10:13                           ` Michael S. Tsirkin
2013-08-06 10:14                             ` Gleb Natapov
2013-08-06 10:23                               ` Michael S. Tsirkin
2013-08-06 10:28                                 ` Gleb Natapov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130806104442.GR8218@redhat.com \
    --to=gleb@redhat.com \
    --cc=afaerber@suse.de \
    --cc=kraxel@redhat.com \
    --cc=marcel.a@redhat.com \
    --cc=mst@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=seabios@seabios.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).