From: Markus Armbruster <armbru@redhat.com>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: Miroslav Rezanina <mrezanin@redhat.com>,
thuth@redhat.com, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCHv2] parallel: Allow to disable CONFIG_PARALLEL
Date: Mon, 11 May 2015 17:52:20 +0200 [thread overview]
Message-ID: <877fsfaz7v.fsf@blackfin.pond.sub.org> (raw)
In-Reply-To: <5550806F.6070909@redhat.com> (Paolo Bonzini's message of "Mon, 11 May 2015 12:11:59 +0200")
Paolo Bonzini <pbonzini@redhat.com> writes:
> On 11/05/2015 11:36, Miroslav Rezanina wrote:
>>> > This patch will make "-parallel" a nop. The right thing to do is to
>>> > fail startup whenever -parallel is passed and CONFIG_PARALLEL is disabled.
>>> >
>> This was original behavior before 07dc788. Intention of this patch is to
>> make qemu buildable with CONFIG_PARALLEL disabled.
>
> Understood, but in the meanwhile Markus wrote commit 4bc6a3e (parallel:
> parallel_hds_isa_init() shouldn't fail, 2015-02-04), and you should
> preserve the logic of that commit.
I have to admit didn't consider CONFIG_PARALLEL when I wrote the commit.
>>> > You can move parallel_hds_isa_init and parallel_init to
>>> > hw/isa/isa-bus.c, or to a new file hw/isa/isa-devices.c.
>>> >
>> Moving functions will cause abort with "Unknown device" error.
>
> This is the right behavior that we want: exit QEMU, not go on silently
> without the parallel port.
I agree silently ignoring command line options isn't nice, but it's
unfortunately what QEMU has always done.
In particular, -parallel is silently ignored with the vast majority of
machine types. The few machine types that implement it silently ignore
it only when they fail to create the device.
I'm fine with changing -parallel to either create the device or fail.
Seems outside the scope of this series, though.
> If you do not like the abort, you should revert commit 4bc6a3e, and make
> parallel_hds_isa_init check for failure of parallel_init. But for me
> it's okay to just let it abort.
next prev parent reply other threads:[~2015-05-11 15:52 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-11 5:38 [Qemu-devel] [PATCHv2] parallel: Allow to disable CONFIG_PARALLEL mrezanin
2015-05-11 6:46 ` Markus Armbruster
2015-05-11 7:02 ` Miroslav Rezanina
2015-05-11 15:10 ` Markus Armbruster
2015-05-11 8:40 ` Paolo Bonzini
2015-05-11 9:36 ` Miroslav Rezanina
2015-05-11 10:11 ` Paolo Bonzini
2015-05-11 15:52 ` Markus Armbruster [this message]
2015-05-11 16:01 ` Paolo Bonzini
2015-05-11 16:34 ` Peter Maydell
2015-05-11 15:09 ` Markus Armbruster
2015-05-11 16:20 ` Paolo Bonzini
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=877fsfaz7v.fsf@blackfin.pond.sub.org \
--to=armbru@redhat.com \
--cc=mrezanin@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=thuth@redhat.com \
/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.