linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] arm: configs: add kvm_defconfig
Date: Mon, 04 Jan 2016 16:15:32 +0100	[thread overview]
Message-ID: <4522790.HLBFMYIalT@wuerfel> (raw)
In-Reply-To: <1451919034-12846-3-git-send-email-andre.przywara@arm.com>

On Monday 04 January 2016 14:50:34 Andre Przywara wrote:
> This new config enables KVM (and thus LPAE) on top of
> multi_v7_defconfig. This creates a kernel that can _host_ KVM guests,
> for guests a multi_v7_defconfig with virtio drivers is sufficient.
> Since LPAE kernels are not compatible with non-LPAE capable hardware,
> this has to be separate from the existing multi_v7_defconfig.
> 
> The purpose of this new defconfig is both to simplify creation of KVM
> host kernels as well as to give the LPAE option some better testing
> coverage, as the enlarged dma_addr_t and phys_addr_t types create some
> headache to some drivers.
> 
> Signed-off-by: Andre Przywara <andre.przywara@arm.com>
> 

I agree about the purpose, but I want something better here:

* Use config fragments to just set the few extra options that
  we can't enable otherwise, and have a shared config file
  with the normal multi_v7. There is still an ongoing question
  about big-endian defconfig, which has exactly the same problem,
  and we should have a common approach for all combinations.

  We might also want to do this in a way that lets us build
  v6/v6k/v7/v7ve/v8 kernels in big-endian and little-endian
  all from the same defconfig file, with the set of platforms
  getting smaller as we go to higher arch levels.

* I really want to see the ARMv7VE dependencies sorted out.

	Arnd

      reply	other threads:[~2016-01-04 15:15 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-04 14:50 [PATCH 0/2] arm: configs: improve KVM support Andre Przywara
2016-01-04 14:50 ` [PATCH 1/2] arm: multi_v7_defconfig: Add virtio drivers Andre Przywara
2016-01-04 15:11   ` Arnd Bergmann
2016-01-08 10:52     ` Arnd Bergmann
2016-01-04 14:50 ` [PATCH 2/2] arm: configs: add kvm_defconfig Andre Przywara
2016-01-04 15:15   ` Arnd Bergmann [this message]

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=4522790.HLBFMYIalT@wuerfel \
    --to=arnd@arndb.de \
    --cc=linux-arm-kernel@lists.infradead.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).