qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] s390x: add cpu feature/model files to KVM section
@ 2019-06-26 13:08 Cornelia Huck
  2019-06-26 13:10 ` Christian Borntraeger
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Cornelia Huck @ 2019-06-26 13:08 UTC (permalink / raw)
  To: Halil Pasic, Christian Borntraeger; +Cc: qemu-s390x, Cornelia Huck, qemu-devel

The cpu features/models are not only relevant for TCG, but
also for KVM. Make sure that the KVM maintainers are cc:ed
on patches as well.

Signed-off-by: Cornelia Huck <cohuck@redhat.com>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index cad58b948791..d9b6c129076a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -383,6 +383,8 @@ F: target/s390x/kvm-stub.c
 F: target/s390x/ioinst.[ch]
 F: target/s390x/machine.c
 F: target/s390x/sigp.c
+F: target/s390x/cpu_features*.[ch]
+F: target/s390x/cpu_models.[ch]
 F: hw/intc/s390_flic.c
 F: hw/intc/s390_flic_kvm.c
 F: include/hw/s390x/s390_flic.h
-- 
2.20.1



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

* Re: [Qemu-devel] [PATCH] s390x: add cpu feature/model files to KVM section
  2019-06-26 13:08 [Qemu-devel] [PATCH] s390x: add cpu feature/model files to KVM section Cornelia Huck
@ 2019-06-26 13:10 ` Christian Borntraeger
  2019-07-01 10:17 ` [Qemu-devel] [qemu-s390x] " Halil Pasic
  2019-07-01 10:51 ` [Qemu-devel] " Cornelia Huck
  2 siblings, 0 replies; 4+ messages in thread
From: Christian Borntraeger @ 2019-06-26 13:10 UTC (permalink / raw)
  To: Cornelia Huck, Halil Pasic; +Cc: qemu-s390x, qemu-devel

Acked-by: Christian Borntraeger <borntraeger@de.ibm.com>


On 26.06.19 15:08, Cornelia Huck wrote:
> The cpu features/models are not only relevant for TCG, but
> also for KVM. Make sure that the KVM maintainers are cc:ed
> on patches as well.
> 
> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
> ---
>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index cad58b948791..d9b6c129076a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -383,6 +383,8 @@ F: target/s390x/kvm-stub.c
>  F: target/s390x/ioinst.[ch]
>  F: target/s390x/machine.c
>  F: target/s390x/sigp.c
> +F: target/s390x/cpu_features*.[ch]
> +F: target/s390x/cpu_models.[ch]
>  F: hw/intc/s390_flic.c
>  F: hw/intc/s390_flic_kvm.c
>  F: include/hw/s390x/s390_flic.h
> 



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

* Re: [Qemu-devel] [qemu-s390x] [PATCH] s390x: add cpu feature/model files to KVM section
  2019-06-26 13:08 [Qemu-devel] [PATCH] s390x: add cpu feature/model files to KVM section Cornelia Huck
  2019-06-26 13:10 ` Christian Borntraeger
@ 2019-07-01 10:17 ` Halil Pasic
  2019-07-01 10:51 ` [Qemu-devel] " Cornelia Huck
  2 siblings, 0 replies; 4+ messages in thread
From: Halil Pasic @ 2019-07-01 10:17 UTC (permalink / raw)
  To: Cornelia Huck; +Cc: Christian Borntraeger, qemu-s390x, qemu-devel

On Wed, 26 Jun 2019 15:08:20 +0200
Cornelia Huck <cohuck@redhat.com> wrote:

> The cpu features/models are not only relevant for TCG, but
> also for KVM. Make sure that the KVM maintainers are cc:ed
> on patches as well.
> 
> Signed-off-by: Cornelia Huck <cohuck@redhat.com>

Acked-by: Halil Pasic <pasic@linux.ibm.com>

> ---
>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index cad58b948791..d9b6c129076a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -383,6 +383,8 @@ F: target/s390x/kvm-stub.c
>  F: target/s390x/ioinst.[ch]
>  F: target/s390x/machine.c
>  F: target/s390x/sigp.c
> +F: target/s390x/cpu_features*.[ch]
> +F: target/s390x/cpu_models.[ch]
>  F: hw/intc/s390_flic.c
>  F: hw/intc/s390_flic_kvm.c
>  F: include/hw/s390x/s390_flic.h



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

* Re: [Qemu-devel] [PATCH] s390x: add cpu feature/model files to KVM section
  2019-06-26 13:08 [Qemu-devel] [PATCH] s390x: add cpu feature/model files to KVM section Cornelia Huck
  2019-06-26 13:10 ` Christian Borntraeger
  2019-07-01 10:17 ` [Qemu-devel] [qemu-s390x] " Halil Pasic
@ 2019-07-01 10:51 ` Cornelia Huck
  2 siblings, 0 replies; 4+ messages in thread
From: Cornelia Huck @ 2019-07-01 10:51 UTC (permalink / raw)
  To: Halil Pasic, Christian Borntraeger; +Cc: qemu-s390x, qemu-devel

On Wed, 26 Jun 2019 15:08:20 +0200
Cornelia Huck <cohuck@redhat.com> wrote:

> The cpu features/models are not only relevant for TCG, but
> also for KVM. Make sure that the KVM maintainers are cc:ed
> on patches as well.
> 
> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
> ---
>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index cad58b948791..d9b6c129076a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -383,6 +383,8 @@ F: target/s390x/kvm-stub.c
>  F: target/s390x/ioinst.[ch]
>  F: target/s390x/machine.c
>  F: target/s390x/sigp.c
> +F: target/s390x/cpu_features*.[ch]
> +F: target/s390x/cpu_models.[ch]
>  F: hw/intc/s390_flic.c
>  F: hw/intc/s390_flic_kvm.c
>  F: include/hw/s390x/s390_flic.h

Queued to s390-next.


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

end of thread, other threads:[~2019-07-01 10:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-26 13:08 [Qemu-devel] [PATCH] s390x: add cpu feature/model files to KVM section Cornelia Huck
2019-06-26 13:10 ` Christian Borntraeger
2019-07-01 10:17 ` [Qemu-devel] [qemu-s390x] " Halil Pasic
2019-07-01 10:51 ` [Qemu-devel] " Cornelia Huck

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).