* [Qemu-devel] [PULL 0/3] Patches to MAINTAINERS that haven't been picked up
@ 2014-11-11 8:57 Markus Armbruster
2014-11-11 8:57 ` [Qemu-devel] [PULL 1/3] MAINTAINERS: add myself as bootdevice.c maintainer Markus Armbruster
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Markus Armbruster @ 2014-11-11 8:57 UTC (permalink / raw)
To: qemu-devel
The following changes since commit 558c2c8ddfb165a36eb95dc93125c04829d68aa7:
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2014-11-10 16:28:51 +0000)
are available in the git repository at:
git://repo.or.cz/qemu/armbru.git tags/for-upstream
for you to fetch changes up to c0787c8dd1906522c9e760cde5e4f74438d0a911:
Add Migration maintainer (2014-11-11 09:46:46 +0100)
----------------------------------------------------------------
Patches to MAINTAINERS that haven't been picked up
----------------------------------------------------------------
Gonglei (1):
MAINTAINERS: add myself as bootdevice.c maintainer
Juan Quintela (1):
Add Migration maintainer
Michael Roth (1):
MAINTAINERS: add section for QEMU Guest Agent
MAINTAINERS | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
--
1.9.3
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Qemu-devel] [PULL 1/3] MAINTAINERS: add myself as bootdevice.c maintainer
2014-11-11 8:57 [Qemu-devel] [PULL 0/3] Patches to MAINTAINERS that haven't been picked up Markus Armbruster
@ 2014-11-11 8:57 ` Markus Armbruster
2014-11-11 8:57 ` [Qemu-devel] [PULL 2/3] MAINTAINERS: add section for QEMU Guest Agent Markus Armbruster
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Markus Armbruster @ 2014-11-11 8:57 UTC (permalink / raw)
To: qemu-devel
From: Gonglei <arei.gonglei@huawei.com>
bootdevice.c was created by me, and I wrote most of
the code in this file. And now I can maintain it,
I'd hope nobody object this.
Cc: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Gonglei <arei.gonglei@huawei.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
---
MAINTAINERS | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index dd02d96..2287b18 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1078,3 +1078,8 @@ M: Chrysostomos Nanakos <cnanakos@grnet.gr>
M: Chrysostomos Nanakos <chris@include.gr>
S: Maintained
F: block/archipelago.c
+
+Bootdevice
+M: Gonglei <arei.gonglei@huawei.com>
+S: Maintained
+F: bootdevice.c
--
1.9.3
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Qemu-devel] [PULL 2/3] MAINTAINERS: add section for QEMU Guest Agent
2014-11-11 8:57 [Qemu-devel] [PULL 0/3] Patches to MAINTAINERS that haven't been picked up Markus Armbruster
2014-11-11 8:57 ` [Qemu-devel] [PULL 1/3] MAINTAINERS: add myself as bootdevice.c maintainer Markus Armbruster
@ 2014-11-11 8:57 ` Markus Armbruster
2014-11-11 8:57 ` [Qemu-devel] [PULL 3/3] Add Migration maintainer Markus Armbruster
2014-11-11 12:05 ` [Qemu-devel] [PULL 0/3] Patches to MAINTAINERS that haven't been picked up Peter Maydell
3 siblings, 0 replies; 5+ messages in thread
From: Markus Armbruster @ 2014-11-11 8:57 UTC (permalink / raw)
To: qemu-devel
From: Michael Roth <mdroth@linux.vnet.ibm.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
---
MAINTAINERS | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 2287b18..1faf45f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -880,6 +880,12 @@ S: Maintained
F: qobject/
T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
+QEMU Guest Agent
+M: Michael Roth <mdroth@linux.vnet.ibm.com>
+S: Maintained
+F: qga/
+T: git git://github.com/mdroth/qemu.git qga
+
QOM
M: Anthony Liguori <aliguori@amazon.com>
M: Andreas Färber <afaerber@suse.de>
--
1.9.3
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Qemu-devel] [PULL 3/3] Add Migration maintainer
2014-11-11 8:57 [Qemu-devel] [PULL 0/3] Patches to MAINTAINERS that haven't been picked up Markus Armbruster
2014-11-11 8:57 ` [Qemu-devel] [PULL 1/3] MAINTAINERS: add myself as bootdevice.c maintainer Markus Armbruster
2014-11-11 8:57 ` [Qemu-devel] [PULL 2/3] MAINTAINERS: add section for QEMU Guest Agent Markus Armbruster
@ 2014-11-11 8:57 ` Markus Armbruster
2014-11-11 12:05 ` [Qemu-devel] [PULL 0/3] Patches to MAINTAINERS that haven't been picked up Peter Maydell
3 siblings, 0 replies; 5+ messages in thread
From: Markus Armbruster @ 2014-11-11 8:57 UTC (permalink / raw)
To: qemu-devel
From: Juan Quintela <quintela@trasno.org>
Signed-off-by: Juan Quintela <quintela@trasno.org>
Reviewed-by: Amit Shah <amit.shah@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
---
MAINTAINERS | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 1faf45f..bcb69e8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -926,6 +926,15 @@ M: Blue Swirl <blauwirbel@gmail.com>
S: Odd Fixes
F: scripts/checkpatch.pl
+Migration
+M: Juan Quintela <quintela@redhat.com>
+S: Maintained
+F: include/migration/
+F: migration*
+F: savevm.c
+F: arch_init.c
+F: vmstate.c
+
Seccomp
M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
S: Supported
--
1.9.3
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] [PULL 0/3] Patches to MAINTAINERS that haven't been picked up
2014-11-11 8:57 [Qemu-devel] [PULL 0/3] Patches to MAINTAINERS that haven't been picked up Markus Armbruster
` (2 preceding siblings ...)
2014-11-11 8:57 ` [Qemu-devel] [PULL 3/3] Add Migration maintainer Markus Armbruster
@ 2014-11-11 12:05 ` Peter Maydell
3 siblings, 0 replies; 5+ messages in thread
From: Peter Maydell @ 2014-11-11 12:05 UTC (permalink / raw)
To: Markus Armbruster; +Cc: QEMU Developers
On 11 November 2014 08:57, Markus Armbruster <armbru@redhat.com> wrote:
> The following changes since commit 558c2c8ddfb165a36eb95dc93125c04829d68aa7:
>
> Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2014-11-10 16:28:51 +0000)
>
> are available in the git repository at:
>
>
> git://repo.or.cz/qemu/armbru.git tags/for-upstream
>
> for you to fetch changes up to c0787c8dd1906522c9e760cde5e4f74438d0a911:
>
> Add Migration maintainer (2014-11-11 09:46:46 +0100)
>
> ----------------------------------------------------------------
> Patches to MAINTAINERS that haven't been picked up
>
> ----------------------------------------------------------------
Applied, thanks.
-- PMM
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-11-11 12:06 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-11 8:57 [Qemu-devel] [PULL 0/3] Patches to MAINTAINERS that haven't been picked up Markus Armbruster
2014-11-11 8:57 ` [Qemu-devel] [PULL 1/3] MAINTAINERS: add myself as bootdevice.c maintainer Markus Armbruster
2014-11-11 8:57 ` [Qemu-devel] [PULL 2/3] MAINTAINERS: add section for QEMU Guest Agent Markus Armbruster
2014-11-11 8:57 ` [Qemu-devel] [PULL 3/3] Add Migration maintainer Markus Armbruster
2014-11-11 12:05 ` [Qemu-devel] [PULL 0/3] Patches to MAINTAINERS that haven't been picked up Peter Maydell
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).