From: "Michael S. Tsirkin" <mst@redhat.com>
To: Gleb Natapov <gleb@redhat.com>
Cc: minyard@acm.org, "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 15:08:32 +0300 [thread overview]
Message-ID: <20130806120832.GB14396@redhat.com> (raw)
In-Reply-To: <20130806110035.GS8218@redhat.com>
On Tue, Aug 06, 2013 at 02:00:35PM +0300, Gleb Natapov wrote:
> On Tue, Aug 06, 2013 at 12:35:10PM +0200, Andreas Färber wrote:
> > Am 06.08.2013 11:32, schrieb Gleb Natapov:
> > > On Tue, Aug 06, 2013 at 12:21:48PM +0300, Michael S. Tsirkin wrote:
> > >> On Tue, Aug 06, 2013 at 11:36:25AM +0300, Gleb Natapov wrote:
> > >>> On Tue, Aug 06, 2013 at 11:33:10AM +0300, Michael S. Tsirkin wrote:
> > >>>> On Tue, Aug 06, 2013 at 10:21:52AM +0300, Gleb Natapov wrote:
> > >>>>>> This is a PV technology which to me looks like it was
> > >>>>>> rushed through and not only set on by default, but
> > >>>>>> without a way to disable it - apparently on the assumption
> > >>>>>> there's 0 chance it can cause any damage. Now that
> > >>>>>> we do know the chance it's not there, why not go back
> > >>>>>> to the standard interface, and why not give
> > >>>>>> users a chance to enable/disable it?
> > >>>>> You should be able to disable it with: -device pvpanic,ioport=0
> > >>>>
> > >>>> Doesn't work for me.
> > >>> Bug that should be fixed. With this command line _STA should return
> > >>> zero.
> > >>
> > >> It doesn't have anything to do with _STA: device still appears in QOM.
> > > You said disabled, not removed. So does -global pvpanic,ioport=0
> > > disables the device for you?
> > >
> > >> 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?
> >
> > You misunderstand: -device pvpanic,? will document that there is a
> > numeric port property, which as such is self-documenting. But there's no
> Yes, this is how I found it.
>
> > way for us to document there that port=0 has special meaning of "disable
> > this device in ACPI".
> >
> Adding capability to describe a property should solve that and is a good
> idea regardless, no? "pvpanic.ioport=uint16" is not very descriptive.
>
>
> > Disabling a device usually requires to not include that device (or in
> > the future to "unrealize" it), which would require some way to suppress
> > having the device created internally by default. As done for floppy,
> > serial, etc. devices in x86 IIUC, which are in the same PIO situation as
> > the pvpanic device, except that they represent physical devices.
> > Adding some -no-pvpanic switch might be an alternative. And if not done
> > already, disabling the pvpanic device should definitely be documented
> > for the man page.
> We should not add -no-pvpanic! If there is a legitimate use for
> -no-pvpanic we should go with MST suggestion and do not create it by
> default. The question is why would anyone use -no-pvpanic? Legit reason,
> not just "to remove pvpanic".
To be able to emulate a real hardware system without any PV devices.
I think it's a reasonable requirement.
> >
> > To me this is less a concrete problem with Windows guests but a
> > conceptual question of how we go about enabling/disabling QEMU devices
> > in a hopefully consistent way.
> Agree. Now I see that some devises always present (even with -nodefualts)
> and some do not. The logic is not clear, but seams to be: if there is
> not legit reason to disable device or for stable topology device
> placemen need to be controlled, disable it with -nodefualts. In that
> case I do not see why pvpanic would not be always present.
>
> The reason this whole thread started with is non issue.
>
> >
> > Writing a driver does not solve it fully, you'd still need to actively
> > install that driver, same issue as with virtio. virtio is opt-in, so for
> > customers not using our VM Driver Pack we offer AHCI as driver-less
> > alternative.
> There is no functionality loss without a driver. User is not required
> to install drivers.
> >
> > I wonder if IPMI might be such an alternative in the future, in which
> > case we should come up with some way to fully disable pvpanic device
> > creation. CC'ing Corey.
> >
> IPMI was considered, to complicated for what was needed.
>
> --
> Gleb.
next prev parent reply other threads:[~2013-08-06 12:07 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
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 [this message]
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=20130806120832.GB14396@redhat.com \
--to=mst@redhat.com \
--cc=afaerber@suse.de \
--cc=gleb@redhat.com \
--cc=kraxel@redhat.com \
--cc=marcel.a@redhat.com \
--cc=minyard@acm.org \
--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 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.