qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] MAINTAINERS: add myself to migration, rng; update others
@ 2014-11-18 12:31 Amit Shah
  2014-11-18 12:31 ` [Qemu-devel] [PATCH 1/4] MAINTAINERS: Add myself to migration maintainers Amit Shah
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Amit Shah @ 2014-11-18 12:31 UTC (permalink / raw)
  To: qemu list
  Cc: Juan Quintela, Markus Armbruster, Dr. David Alan Gilbert,
	Amit Shah, Paolo Bonzini, Amos Kong

Hello,

These patches add myself to the migration maintainers list, and a new
entry for virtio-rng.  Also update the virtio-serial entry for an
include file.

Please ack.

Amit Shah (4):
  MAINTAINERS: Add myself to migration maintainers
  MAINTAINERS: migration: add vmstate static checker files
  MAINTAINERS: add entry for virtio-rng
  MAINTAINERS: add include files to virtio-serial entry

 MAINTAINERS | 11 +++++++++++
 1 file changed, 11 insertions(+)

-- 
2.1.0

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

* [Qemu-devel] [PATCH 1/4] MAINTAINERS: Add myself to migration maintainers
  2014-11-18 12:31 [Qemu-devel] [PATCH 0/4] MAINTAINERS: add myself to migration, rng; update others Amit Shah
@ 2014-11-18 12:31 ` Amit Shah
  2014-11-19  9:23   ` Juan Quintela
  2014-11-18 12:31 ` [Qemu-devel] [PATCH 2/4] MAINTAINERS: migration: add vmstate static checker files Amit Shah
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 9+ messages in thread
From: Amit Shah @ 2014-11-18 12:31 UTC (permalink / raw)
  To: qemu list
  Cc: Juan Quintela, Markus Armbruster, Dr. David Alan Gilbert,
	Amit Shah, Paolo Bonzini, Amos Kong

Signed-off-by: Amit Shah <amit.shah@redhat.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index bcb69e8..e517c41 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -928,6 +928,7 @@ F: scripts/checkpatch.pl
 
 Migration
 M: Juan Quintela <quintela@redhat.com>
+M: Amit Shah <amit.shah@redhat.com>
 S: Maintained
 F: include/migration/
 F: migration*
-- 
2.1.0

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

* [Qemu-devel] [PATCH 2/4] MAINTAINERS: migration: add vmstate static checker files
  2014-11-18 12:31 [Qemu-devel] [PATCH 0/4] MAINTAINERS: add myself to migration, rng; update others Amit Shah
  2014-11-18 12:31 ` [Qemu-devel] [PATCH 1/4] MAINTAINERS: Add myself to migration maintainers Amit Shah
@ 2014-11-18 12:31 ` Amit Shah
  2014-11-19  9:23   ` Juan Quintela
  2014-11-18 12:31 ` [Qemu-devel] [PATCH 3/4] MAINTAINERS: add entry for virtio-rng Amit Shah
  2014-11-18 12:31 ` [Qemu-devel] [PATCH 4/4] MAINTAINERS: add include files to virtio-serial entry Amit Shah
  3 siblings, 1 reply; 9+ messages in thread
From: Amit Shah @ 2014-11-18 12:31 UTC (permalink / raw)
  To: qemu list
  Cc: Juan Quintela, Markus Armbruster, Dr. David Alan Gilbert,
	Amit Shah, Paolo Bonzini, Amos Kong

Signed-off-by: Amit Shah <amit.shah@redhat.com>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index e517c41..af8d856 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -935,6 +935,8 @@ F: migration*
 F: savevm.c
 F: arch_init.c
 F: vmstate.c
+F: scripts/vmstate-static-checker.py
+F: tests/vmstate-static-checker-data/
 
 Seccomp
 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
-- 
2.1.0

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

* [Qemu-devel] [PATCH 3/4] MAINTAINERS: add entry for virtio-rng
  2014-11-18 12:31 [Qemu-devel] [PATCH 0/4] MAINTAINERS: add myself to migration, rng; update others Amit Shah
  2014-11-18 12:31 ` [Qemu-devel] [PATCH 1/4] MAINTAINERS: Add myself to migration maintainers Amit Shah
  2014-11-18 12:31 ` [Qemu-devel] [PATCH 2/4] MAINTAINERS: migration: add vmstate static checker files Amit Shah
@ 2014-11-18 12:31 ` Amit Shah
  2014-11-19  9:23   ` Juan Quintela
  2014-11-18 12:31 ` [Qemu-devel] [PATCH 4/4] MAINTAINERS: add include files to virtio-serial entry Amit Shah
  3 siblings, 1 reply; 9+ messages in thread
From: Amit Shah @ 2014-11-18 12:31 UTC (permalink / raw)
  To: qemu list
  Cc: Juan Quintela, Markus Armbruster, Dr. David Alan Gilbert,
	Amit Shah, Paolo Bonzini, Amos Kong

Signed-off-by: Amit Shah <amit.shah@redhat.com>
---
 MAINTAINERS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index af8d856..4c46cfe 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -697,6 +697,13 @@ S: Supported
 F: hw/char/virtio-serial-bus.c
 F: hw/char/virtio-console.c
 
+virtio-rng
+M: Amit Shah <amit.shah@redhat.com>
+S: Supported
+F: hw/virtio/virtio-rng.c
+F: include/hw/virtio/virtio-rng.h
+F: backends/rng*.c
+
 nvme
 M: Keith Busch <keith.busch@intel.com>
 S: Supported
-- 
2.1.0

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

* [Qemu-devel] [PATCH 4/4] MAINTAINERS: add include files to virtio-serial entry
  2014-11-18 12:31 [Qemu-devel] [PATCH 0/4] MAINTAINERS: add myself to migration, rng; update others Amit Shah
                   ` (2 preceding siblings ...)
  2014-11-18 12:31 ` [Qemu-devel] [PATCH 3/4] MAINTAINERS: add entry for virtio-rng Amit Shah
@ 2014-11-18 12:31 ` Amit Shah
  2014-11-19  9:23   ` Juan Quintela
  3 siblings, 1 reply; 9+ messages in thread
From: Amit Shah @ 2014-11-18 12:31 UTC (permalink / raw)
  To: qemu list
  Cc: Juan Quintela, Markus Armbruster, Dr. David Alan Gilbert,
	Amit Shah, Paolo Bonzini, Amos Kong

Signed-off-by: Amit Shah <amit.shah@redhat.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 4c46cfe..d2f4a11 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -696,6 +696,7 @@ M: Amit Shah <amit.shah@redhat.com>
 S: Supported
 F: hw/char/virtio-serial-bus.c
 F: hw/char/virtio-console.c
+F: include/hw/virtio/virtio-serial.h
 
 virtio-rng
 M: Amit Shah <amit.shah@redhat.com>
-- 
2.1.0

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

* Re: [Qemu-devel] [PATCH 1/4] MAINTAINERS: Add myself to migration maintainers
  2014-11-18 12:31 ` [Qemu-devel] [PATCH 1/4] MAINTAINERS: Add myself to migration maintainers Amit Shah
@ 2014-11-19  9:23   ` Juan Quintela
  0 siblings, 0 replies; 9+ messages in thread
From: Juan Quintela @ 2014-11-19  9:23 UTC (permalink / raw)
  To: Amit Shah
  Cc: Paolo Bonzini, Amos Kong, qemu list, Dr. David Alan Gilbert,
	Markus Armbruster

Amit Shah <amit.shah@redhat.com> wrote:
> Signed-off-by: Amit Shah <amit.shah@redhat.com>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS

Reviewed-by: Juan Quintela <quintela@redhat.com>

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

* Re: [Qemu-devel] [PATCH 2/4] MAINTAINERS: migration: add vmstate static checker files
  2014-11-18 12:31 ` [Qemu-devel] [PATCH 2/4] MAINTAINERS: migration: add vmstate static checker files Amit Shah
@ 2014-11-19  9:23   ` Juan Quintela
  0 siblings, 0 replies; 9+ messages in thread
From: Juan Quintela @ 2014-11-19  9:23 UTC (permalink / raw)
  To: Amit Shah
  Cc: Paolo Bonzini, Amos Kong, qemu list, Dr. David Alan Gilbert,
	Markus Armbruster

Amit Shah <amit.shah@redhat.com> wrote:
> Signed-off-by: Amit Shah <amit.shah@redhat.com>
> ---
>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)
>

Reviewed-by: Juan Quintela <quintela@redhat.com>

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

* Re: [Qemu-devel] [PATCH 3/4] MAINTAINERS: add entry for virtio-rng
  2014-11-18 12:31 ` [Qemu-devel] [PATCH 3/4] MAINTAINERS: add entry for virtio-rng Amit Shah
@ 2014-11-19  9:23   ` Juan Quintela
  0 siblings, 0 replies; 9+ messages in thread
From: Juan Quintela @ 2014-11-19  9:23 UTC (permalink / raw)
  To: Amit Shah
  Cc: Paolo Bonzini, Amos Kong, qemu list, Dr. David Alan Gilbert,
	Markus Armbruster

Amit Shah <amit.shah@redhat.com> wrote:
> Signed-off-by: Amit Shah <amit.shah@redhat.com>

Reviewed-by: Juan Quintela <quintela@redhat.com>

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

* Re: [Qemu-devel] [PATCH 4/4] MAINTAINERS: add include files to virtio-serial entry
  2014-11-18 12:31 ` [Qemu-devel] [PATCH 4/4] MAINTAINERS: add include files to virtio-serial entry Amit Shah
@ 2014-11-19  9:23   ` Juan Quintela
  0 siblings, 0 replies; 9+ messages in thread
From: Juan Quintela @ 2014-11-19  9:23 UTC (permalink / raw)
  To: Amit Shah
  Cc: Paolo Bonzini, Amos Kong, qemu list, Dr. David Alan Gilbert,
	Markus Armbruster

Amit Shah <amit.shah@redhat.com> wrote:
> Signed-off-by: Amit Shah <amit.shah@redhat.com>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Juan Quintela <quintela@redhat.com>

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

end of thread, other threads:[~2014-11-19  9:24 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-18 12:31 [Qemu-devel] [PATCH 0/4] MAINTAINERS: add myself to migration, rng; update others Amit Shah
2014-11-18 12:31 ` [Qemu-devel] [PATCH 1/4] MAINTAINERS: Add myself to migration maintainers Amit Shah
2014-11-19  9:23   ` Juan Quintela
2014-11-18 12:31 ` [Qemu-devel] [PATCH 2/4] MAINTAINERS: migration: add vmstate static checker files Amit Shah
2014-11-19  9:23   ` Juan Quintela
2014-11-18 12:31 ` [Qemu-devel] [PATCH 3/4] MAINTAINERS: add entry for virtio-rng Amit Shah
2014-11-19  9:23   ` Juan Quintela
2014-11-18 12:31 ` [Qemu-devel] [PATCH 4/4] MAINTAINERS: add include files to virtio-serial entry Amit Shah
2014-11-19  9:23   ` Juan Quintela

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