* [PULL 0/3] Trivial branch for 8.0 patches
@ 2023-03-14 13:49 Laurent Vivier
2023-03-14 13:49 ` [PULL 1/3] qemu-options.hx: remove stray quote Laurent Vivier
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Laurent Vivier @ 2023-03-14 13:49 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-trivial, Laurent Vivier
The following changes since commit 284c52eec2d0a1b9c47f06c3eee46762c5fc0915:
Merge tag 'win-socket-pull-request' of https://gitlab.com/marcandre.lureau/qemu into staging (2023-03-13 13:44:17 +0000)
are available in the Git repository at:
https://gitlab.com/laurent_vivier/qemu.git tags/trivial-branch-for-8.0-pull-request
for you to fetch changes up to fcc8f37ca3eca968932e5da716ec5e7fc05fdcf4:
MAINTAINERS: Remove CXL maintainer Ben Widawsky (2023-03-14 14:46:38 +0100)
----------------------------------------------------------------
trivial branch pull request 20230314
Update MAINTAINER file
Fix typo in qemu-options.hx
----------------------------------------------------------------
Damien Hedde (1):
MAINTAINERS: update my email address for the clock framework
John Snow (1):
qemu-options.hx: remove stray quote
Markus Armbruster (1):
MAINTAINERS: Remove CXL maintainer Ben Widawsky
.mailmap | 1 +
MAINTAINERS | 3 +--
qemu-options.hx | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
--
2.39.2
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PULL 1/3] qemu-options.hx: remove stray quote
2023-03-14 13:49 [PULL 0/3] Trivial branch for 8.0 patches Laurent Vivier
@ 2023-03-14 13:49 ` Laurent Vivier
2023-03-14 13:49 ` [PULL 2/3] MAINTAINERS: update my email address for the clock framework Laurent Vivier
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Laurent Vivier @ 2023-03-14 13:49 UTC (permalink / raw)
To: qemu-devel
Cc: qemu-trivial, John Snow, Philippe Mathieu-Daudé,
Laurent Vivier
From: John Snow <jsnow@redhat.com>
Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230202223121.252073-1-jsnow@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
---
qemu-options.hx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/qemu-options.hx b/qemu-options.hx
index d42f60fb9178..59bdf67a2c51 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -1606,7 +1606,7 @@ SRST
.. parsed-literal::
- |qemu_system_x86| -drive file=a -drive file=b"
+ |qemu_system_x86| -drive file=a -drive file=b
is interpreted like:
--
2.39.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PULL 2/3] MAINTAINERS: update my email address for the clock framework
2023-03-14 13:49 [PULL 0/3] Trivial branch for 8.0 patches Laurent Vivier
2023-03-14 13:49 ` [PULL 1/3] qemu-options.hx: remove stray quote Laurent Vivier
@ 2023-03-14 13:49 ` Laurent Vivier
2023-03-14 13:49 ` [PULL 3/3] MAINTAINERS: Remove CXL maintainer Ben Widawsky Laurent Vivier
2023-03-14 19:21 ` [PULL 0/3] Trivial branch for 8.0 patches Peter Maydell
3 siblings, 0 replies; 5+ messages in thread
From: Laurent Vivier @ 2023-03-14 13:49 UTC (permalink / raw)
To: qemu-devel
Cc: qemu-trivial, Damien Hedde, Philippe Mathieu-Daudé,
Luc Michel, Laurent Vivier
From: Damien Hedde <damien.hedde@dahe.fr>
Also update mailmap
Signed-off-by: Damien Hedde <damien.hedde@dahe.fr>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Luc Michel <luc@lmichel.fr>
Message-Id: <20230213105227.2357-1-damien.hedde@dahe.fr>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
---
.mailmap | 1 +
MAINTAINERS | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.mailmap b/.mailmap
index fad2aff5aa55..767704795057 100644
--- a/.mailmap
+++ b/.mailmap
@@ -56,6 +56,7 @@ Aleksandar Rikalo <aleksandar.rikalo@syrmia.com> <aleksandar.rikalo@rt-rk.com>
Alexander Graf <agraf@csgraf.de> <agraf@suse.de>
Anthony Liguori <anthony@codemonkey.ws> Anthony Liguori <aliguori@us.ibm.com>
Christian Borntraeger <borntraeger@linux.ibm.com> <borntraeger@de.ibm.com>
+Damien Hedde <damien.hedde@dahe.fr> <damien.hedde@greensocs.com>
Filip Bozuta <filip.bozuta@syrmia.com> <filip.bozuta@rt-rk.com.com>
Frederic Konrad <konrad.frederic@yahoo.fr> <fred.konrad@greensocs.com>
Frederic Konrad <konrad.frederic@yahoo.fr> <konrad@adacore.com>
diff --git a/MAINTAINERS b/MAINTAINERS
index 95c957d587d9..883dc52063bf 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3365,7 +3365,7 @@ F: .gitlab-ci.d/opensbi/
Clock framework
M: Luc Michel <luc@lmichel.fr>
-R: Damien Hedde <damien.hedde@greensocs.com>
+R: Damien Hedde <damien.hedde@dahe.fr>
S: Maintained
F: include/hw/clock.h
F: include/hw/qdev-clock.h
--
2.39.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PULL 3/3] MAINTAINERS: Remove CXL maintainer Ben Widawsky
2023-03-14 13:49 [PULL 0/3] Trivial branch for 8.0 patches Laurent Vivier
2023-03-14 13:49 ` [PULL 1/3] qemu-options.hx: remove stray quote Laurent Vivier
2023-03-14 13:49 ` [PULL 2/3] MAINTAINERS: update my email address for the clock framework Laurent Vivier
@ 2023-03-14 13:49 ` Laurent Vivier
2023-03-14 19:21 ` [PULL 0/3] Trivial branch for 8.0 patches Peter Maydell
3 siblings, 0 replies; 5+ messages in thread
From: Laurent Vivier @ 2023-03-14 13:49 UTC (permalink / raw)
To: qemu-devel
Cc: qemu-trivial, Markus Armbruster, Jonathan Cameron, Laurent Vivier
From: Markus Armbruster <armbru@redhat.com>
Ben is no longer with intel. He told me he expected to get back to
CXL, but it's not happening as quickly as he'd like, and that it's
best to remove him as maintainer. So let's do that.
Thank you for serving as maintainer, Ben!
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Message-Id: <20230220212437.1462314-1-armbru@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
---
MAINTAINERS | 1 -
1 file changed, 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 883dc52063bf..7eab1a266fb8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2666,7 +2666,6 @@ T: git https://gitlab.com/jsnow/qemu.git jobs
T: git https://gitlab.com/vsementsov/qemu.git block
Compute Express Link
-M: Ben Widawsky <ben.widawsky@intel.com>
M: Jonathan Cameron <jonathan.cameron@huawei.com>
R: Fan Ni <fan.ni@samsung.com>
S: Supported
--
2.39.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PULL 0/3] Trivial branch for 8.0 patches
2023-03-14 13:49 [PULL 0/3] Trivial branch for 8.0 patches Laurent Vivier
` (2 preceding siblings ...)
2023-03-14 13:49 ` [PULL 3/3] MAINTAINERS: Remove CXL maintainer Ben Widawsky Laurent Vivier
@ 2023-03-14 19:21 ` Peter Maydell
3 siblings, 0 replies; 5+ messages in thread
From: Peter Maydell @ 2023-03-14 19:21 UTC (permalink / raw)
To: Laurent Vivier; +Cc: qemu-devel, qemu-trivial
On Tue, 14 Mar 2023 at 13:53, Laurent Vivier <laurent@vivier.eu> wrote:
>
> The following changes since commit 284c52eec2d0a1b9c47f06c3eee46762c5fc0915:
>
> Merge tag 'win-socket-pull-request' of https://gitlab.com/marcandre.lureau/qemu into staging (2023-03-13 13:44:17 +0000)
>
> are available in the Git repository at:
>
> https://gitlab.com/laurent_vivier/qemu.git tags/trivial-branch-for-8.0-pull-request
>
> for you to fetch changes up to fcc8f37ca3eca968932e5da716ec5e7fc05fdcf4:
>
> MAINTAINERS: Remove CXL maintainer Ben Widawsky (2023-03-14 14:46:38 +0100)
>
> ----------------------------------------------------------------
> trivial branch pull request 20230314
>
> Update MAINTAINER file
> Fix typo in qemu-options.hx
>
> ----------------------------------------------------------------
Applied, thanks.
Please update the changelog at https://wiki.qemu.org/ChangeLog/8.0
for any user-visible changes.
-- PMM
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-03-14 19:22 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-14 13:49 [PULL 0/3] Trivial branch for 8.0 patches Laurent Vivier
2023-03-14 13:49 ` [PULL 1/3] qemu-options.hx: remove stray quote Laurent Vivier
2023-03-14 13:49 ` [PULL 2/3] MAINTAINERS: update my email address for the clock framework Laurent Vivier
2023-03-14 13:49 ` [PULL 3/3] MAINTAINERS: Remove CXL maintainer Ben Widawsky Laurent Vivier
2023-03-14 19:21 ` [PULL 0/3] Trivial branch for 8.0 patches 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).