All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] config: move x86 kvm_guest.config to a common locaton
@ 2016-09-08 18:41 Rob Herring
  2016-09-08 18:41 ` [PATCH 2/2] kvmconfig: add virtio-gpu to config frag Rob Herring
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Rob Herring @ 2016-09-08 18:41 UTC (permalink / raw)
  To: Paolo Bonzini
  Cc: linux-kernel, x86, Christoffer Dall, Marc Zyngier,
	Radim Krčmář,
	kvmarm, kvm

kvm_guest.config is useful for KVM guests on other arches, and nothing
in it appears to be x86 specific, so just move the whole file. Kbuild
will find it in either location.

Signed-off-by: Rob Herring <robh@kernel.org>
Cc: Christoffer Dall <christoffer.dall@linaro.org>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: "Radim Krčmář" <rkrcmar@redhat.com>
Cc: kvmarm@lists.cs.columbia.edu
Cc: kvm@vger.kernel.org
---
 {arch/x86 => kernel}/configs/kvm_guest.config | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename {arch/x86 => kernel}/configs/kvm_guest.config (100%)

diff --git a/arch/x86/configs/kvm_guest.config b/kernel/configs/kvm_guest.config
similarity index 100%
rename from arch/x86/configs/kvm_guest.config
rename to kernel/configs/kvm_guest.config
-- 
2.9.3

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH 2/2] kvmconfig: add virtio-gpu to config frag
  2016-09-08 18:41 [PATCH 1/2] config: move x86 kvm_guest.config to a common locaton Rob Herring
@ 2016-09-08 18:41 ` Rob Herring
  2016-09-21 20:10   ` Rob Herring
  2016-09-22 23:11 ` Radim Krčmář
  2 siblings, 0 replies; 6+ messages in thread
From: Rob Herring @ 2016-09-08 18:41 UTC (permalink / raw)
  To: Paolo Bonzini
  Cc: linux-kernel, x86, Christoffer Dall, Marc Zyngier,
	Radim Krčmář,
	kvmarm, kvm

virtio-gpu is used for VMs, so add it to the kvm config.

Signed-off-by: Rob Herring <robh@kernel.org>
Cc: Christoffer Dall <christoffer.dall@linaro.org>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: "Radim Krčmář" <rkrcmar@redhat.com>
Cc: kvmarm@lists.cs.columbia.edu
Cc: kvm@vger.kernel.org
---
 kernel/configs/kvm_guest.config | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kernel/configs/kvm_guest.config b/kernel/configs/kvm_guest.config
index 9906505..8d96437 100644
--- a/kernel/configs/kvm_guest.config
+++ b/kernel/configs/kvm_guest.config
@@ -29,3 +29,4 @@ CONFIG_NET_9P_VIRTIO=y
 CONFIG_SCSI_LOWLEVEL=y
 CONFIG_SCSI_VIRTIO=y
 CONFIG_VIRTIO_INPUT=y
+CONFIG_DRM_VIRTIO_GPU=y
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/2] config: move x86 kvm_guest.config to a common locaton
  2016-09-08 18:41 [PATCH 1/2] config: move x86 kvm_guest.config to a common locaton Rob Herring
@ 2016-09-21 20:10   ` Rob Herring
  2016-09-21 20:10   ` Rob Herring
  2016-09-22 23:11 ` Radim Krčmář
  2 siblings, 0 replies; 6+ messages in thread
From: Rob Herring @ 2016-09-21 20:10 UTC (permalink / raw)
  To: Paolo Bonzini
  Cc: linux-kernel, x86, Christoffer Dall, Marc Zyngier,
	Radim Krčmář,
	kvmarm, kvm

On Thu, Sep 8, 2016 at 1:41 PM, Rob Herring <robh@kernel.org> wrote:
> kvm_guest.config is useful for KVM guests on other arches, and nothing
> in it appears to be x86 specific, so just move the whole file. Kbuild
> will find it in either location.
>
> Signed-off-by: Rob Herring <robh@kernel.org>
> Cc: Christoffer Dall <christoffer.dall@linaro.org>
> Cc: Marc Zyngier <marc.zyngier@arm.com>
> Cc: Paolo Bonzini <pbonzini@redhat.com>
> Cc: "Radim Krčmář" <rkrcmar@redhat.com>
> Cc: kvmarm@lists.cs.columbia.edu
> Cc: kvm@vger.kernel.org

Ping?

Rob

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/2] config: move x86 kvm_guest.config to a common locaton
@ 2016-09-21 20:10   ` Rob Herring
  0 siblings, 0 replies; 6+ messages in thread
From: Rob Herring @ 2016-09-21 20:10 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: kvm, Marc Zyngier, x86, linux-kernel, kvmarm

On Thu, Sep 8, 2016 at 1:41 PM, Rob Herring <robh@kernel.org> wrote:
> kvm_guest.config is useful for KVM guests on other arches, and nothing
> in it appears to be x86 specific, so just move the whole file. Kbuild
> will find it in either location.
>
> Signed-off-by: Rob Herring <robh@kernel.org>
> Cc: Christoffer Dall <christoffer.dall@linaro.org>
> Cc: Marc Zyngier <marc.zyngier@arm.com>
> Cc: Paolo Bonzini <pbonzini@redhat.com>
> Cc: "Radim Krčmář" <rkrcmar@redhat.com>
> Cc: kvmarm@lists.cs.columbia.edu
> Cc: kvm@vger.kernel.org

Ping?

Rob
_______________________________________________
kvmarm mailing list
kvmarm@lists.cs.columbia.edu
https://lists.cs.columbia.edu/mailman/listinfo/kvmarm

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/2] config: move x86 kvm_guest.config to a common locaton
  2016-09-21 20:10   ` Rob Herring
  (?)
@ 2016-09-22  9:39   ` Christoffer Dall
  -1 siblings, 0 replies; 6+ messages in thread
From: Christoffer Dall @ 2016-09-22  9:39 UTC (permalink / raw)
  To: Rob Herring
  Cc: Paolo Bonzini, linux-kernel, x86, Marc Zyngier,
	Radim Krčmář,
	kvmarm, kvm

On Wed, Sep 21, 2016 at 03:10:30PM -0500, Rob Herring wrote:
> On Thu, Sep 8, 2016 at 1:41 PM, Rob Herring <robh@kernel.org> wrote:
> > kvm_guest.config is useful for KVM guests on other arches, and nothing
> > in it appears to be x86 specific, so just move the whole file. Kbuild
> > will find it in either location.
> >
> > Signed-off-by: Rob Herring <robh@kernel.org>
> > Cc: Christoffer Dall <christoffer.dall@linaro.org>
> > Cc: Marc Zyngier <marc.zyngier@arm.com>
> > Cc: Paolo Bonzini <pbonzini@redhat.com>
> > Cc: "Radim Krčmář" <rkrcmar@redhat.com>
> > Cc: kvmarm@lists.cs.columbia.edu
> > Cc: kvm@vger.kernel.org
> 
No objections from my side, and this looks useful:

Acked-by: Christoffer Dall <christoffer.dall@linaro.org>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/2] config: move x86 kvm_guest.config to a common locaton
  2016-09-08 18:41 [PATCH 1/2] config: move x86 kvm_guest.config to a common locaton Rob Herring
  2016-09-08 18:41 ` [PATCH 2/2] kvmconfig: add virtio-gpu to config frag Rob Herring
  2016-09-21 20:10   ` Rob Herring
@ 2016-09-22 23:11 ` Radim Krčmář
  2 siblings, 0 replies; 6+ messages in thread
From: Radim Krčmář @ 2016-09-22 23:11 UTC (permalink / raw)
  To: Rob Herring
  Cc: Paolo Bonzini, linux-kernel, x86, Christoffer Dall, Marc Zyngier,
	kvmarm, kvm

2016-09-08 13:41-0500, Rob Herring:
> kvm_guest.config is useful for KVM guests on other arches, and nothing
> in it appears to be x86 specific, so just move the whole file. Kbuild
> will find it in either location.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
> Cc: Christoffer Dall <christoffer.dall@linaro.org>
> Cc: Marc Zyngier <marc.zyngier@arm.com>
> Cc: Paolo Bonzini <pbonzini@redhat.com>
> Cc: "Radim Krčmář" <rkrcmar@redhat.com>
> Cc: kvmarm@lists.cs.columbia.edu
> Cc: kvm@vger.kernel.org
> ---

Applied them both to kvm/queue, thanks.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-09-22 23:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-08 18:41 [PATCH 1/2] config: move x86 kvm_guest.config to a common locaton Rob Herring
2016-09-08 18:41 ` [PATCH 2/2] kvmconfig: add virtio-gpu to config frag Rob Herring
2016-09-21 20:10 ` [PATCH 1/2] config: move x86 kvm_guest.config to a common locaton Rob Herring
2016-09-21 20:10   ` Rob Herring
2016-09-22  9:39   ` Christoffer Dall
2016-09-22 23:11 ` Radim Krčmář

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.