qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Alexander Graf <agraf@suse.de>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: Rob Herring <rob.herring@linaro.org>,
	"Michael S. Tsirkin" <mst@redhat.com>,
	QEMU Developers <qemu-devel@nongnu.org>,
	Ard Biesheuvel <ard.biesheuvel@linaro.org>,
	Claudio Fontana <claudio.fontana@huawei.com>,
	Alvise Rigo <a.rigo@virtualopensystems.com>,
	Stuart Yoder <stuart.yoder@freescale.com>
Subject: Re: [Qemu-devel] [PATCH 4/4] arm: enable Bochs PCI VGA
Date: Tue, 06 Jan 2015 22:42:30 +0100	[thread overview]
Message-ID: <54AC56C6.8080905@suse.de> (raw)
In-Reply-To: <CAFEAcA9=bEwdyQmqme5r5fWyH5E_Xw1SLJJeOzb5q5MY-wLObA@mail.gmail.com>



On 06.01.15 22:28, Peter Maydell wrote:
> On 6 January 2015 at 21:08, Alexander Graf <agraf@suse.de> wrote:
>> On 06.01.15 17:16, Peter Maydell wrote:
>>> On 6 January 2015 at 16:03, Alexander Graf <agraf@suse.de> wrote:
>>>> +CONFIG_VGA_PCI=y
>>>
>>> Why isn't this just in pci.mak like all the other PCI devices?
>>
>> Honestly, I have no idea. Maybe Michael knows? But if everyone agrees it
>> should be there, I'd be happy to move it.
> 
> Well, currently the only configs which include pci.mak and don't
> also define CONFIG_VGA_PCI are arm, m68k, sh4 and sh4eb, and with
> your change arm would move into the other category. It seems more
> likely to me that it's just oversight that it's not included in
> pci.mak...
> 
> At any rate, given that both sh4 and m68k are pretty much orphan
> currently, I don't think anybody's going to notice or complain
> about the existence of another PCI device :-)

Ok, works for me. I've changed to patch to move the PCI VGA and VGA
options to pci.mak.

I've not moved CIRRUS or QXL yet though. When I tried, cirrus didn't
work - it probably needs access to the legacy VGA regions that don't get
mapped with the gpex phb. And for QXL I'd rather have someone put a
stamp on it saying that it at least has a remote chance of working ;).


Alex

  reply	other threads:[~2015-01-06 21:42 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-06 16:03 [Qemu-devel] [PATCH 0/4] ARM: Add support for a generic PCI Express host bridge Alexander Graf
2015-01-06 16:03 ` [Qemu-devel] [PATCH 1/4] pci: Split pcie_host_mmcfg_map() Alexander Graf
2015-01-12 16:28   ` Claudio Fontana
2015-01-06 16:03 ` [Qemu-devel] [PATCH 2/4] pci: Add generic PCIe host bridge Alexander Graf
2015-01-12 16:29   ` Claudio Fontana
2015-01-12 17:36   ` alvise rigo
2015-01-12 17:38     ` Alexander Graf
2015-01-12 20:08       ` Peter Maydell
2015-01-12 21:06         ` Alexander Graf
2015-01-12 21:20           ` Peter Maydell
2015-01-13  0:13             ` Alexander Graf
2015-01-13 10:07               ` Peter Maydell
2015-01-13  9:09             ` Claudio Fontana
2015-01-06 16:03 ` [Qemu-devel] [PATCH 3/4] arm: Add PCIe host bridge in virt machine Alexander Graf
2015-01-07 15:52   ` Claudio Fontana
2015-01-07 21:47     ` Alexander Graf
2015-01-08 12:55       ` Claudio Fontana
2015-01-08 13:26         ` Alexander Graf
2015-01-08 15:01           ` Claudio Fontana
2015-01-12 16:23             ` Claudio Fontana
2015-01-12 16:35               ` Alexander Graf
2015-01-08 13:36         ` alvise rigo
2015-01-08 10:31     ` Peter Maydell
2015-01-08 12:30       ` Claudio Fontana
2015-01-12 16:20   ` Claudio Fontana
2015-01-12 16:36     ` Alexander Graf
2015-01-12 16:49   ` alvise rigo
2015-01-12 16:57     ` Alexander Graf
2015-01-06 16:03 ` [Qemu-devel] [PATCH 4/4] arm: enable Bochs PCI VGA Alexander Graf
2015-01-06 16:16   ` Peter Maydell
2015-01-06 21:08     ` Alexander Graf
2015-01-06 21:28       ` Peter Maydell
2015-01-06 21:42         ` Alexander Graf [this message]
2015-01-07  6:22           ` Paolo Bonzini
2015-01-07 13:52 ` [Qemu-devel] [PATCH 0/4] ARM: Add support for a generic PCI Express host bridge Claudio Fontana
2015-01-07 14:07   ` Alexander Graf
2015-01-07 14:26     ` Claudio Fontana
2015-01-07 14:36       ` Alexander Graf
2015-01-07 15:16         ` Claudio Fontana
2015-01-07 16:31       ` Peter Maydell
2015-01-12 16:24 ` Claudio Fontana
2015-01-21 12:59 ` Claudio Fontana
2015-01-21 13:01   ` Alexander Graf
2015-01-21 13:02     ` Peter Maydell

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=54AC56C6.8080905@suse.de \
    --to=agraf@suse.de \
    --cc=a.rigo@virtualopensystems.com \
    --cc=ard.biesheuvel@linaro.org \
    --cc=claudio.fontana@huawei.com \
    --cc=mst@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=rob.herring@linaro.org \
    --cc=stuart.yoder@freescale.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 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).