* [PATCH] MAINTAINERS: Add myself as a reviewer of VT-d
@ 2024-08-20 9:51 CLEMENT MATHIEU--DRIF
2024-08-20 10:35 ` Philippe Mathieu-Daudé
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: CLEMENT MATHIEU--DRIF @ 2024-08-20 9:51 UTC (permalink / raw)
To: qemu-devel@nongnu.org
Cc: jasowang@redhat.com, mst@redhat.com, CLEMENT MATHIEU--DRIF
Signed-off-by: Clément Mathieu--Drif <clement.mathieu--drif@eviden.com>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 3584d6a6c6..b12973f595 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3672,6 +3672,7 @@ VT-d Emulation
M: Michael S. Tsirkin <mst@redhat.com>
R: Jason Wang <jasowang@redhat.com>
R: Yi Liu <yi.l.liu@intel.com>
+R: Clément Mathieu--Drif <clement.mathieu--drif@eviden.com>
S: Supported
F: hw/i386/intel_iommu.c
F: hw/i386/intel_iommu_internal.h
--
2.45.2
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH] MAINTAINERS: Add myself as a reviewer of VT-d
2024-08-20 9:51 [PATCH] MAINTAINERS: Add myself as a reviewer of VT-d CLEMENT MATHIEU--DRIF
@ 2024-08-20 10:35 ` Philippe Mathieu-Daudé
2024-08-26 6:14 ` Jason Wang
2024-09-07 5:44 ` Philippe Mathieu-Daudé
2024-09-10 17:14 ` Michael S. Tsirkin
2 siblings, 1 reply; 7+ messages in thread
From: Philippe Mathieu-Daudé @ 2024-08-20 10:35 UTC (permalink / raw)
To: CLEMENT MATHIEU--DRIF, qemu-devel@nongnu.org
Cc: jasowang@redhat.com, mst@redhat.com
On 20/8/24 11:51, CLEMENT MATHIEU--DRIF wrote:
> Signed-off-by: Clément Mathieu--Drif <clement.mathieu--drif@eviden.com>
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] MAINTAINERS: Add myself as a reviewer of VT-d
2024-08-20 10:35 ` Philippe Mathieu-Daudé
@ 2024-08-26 6:14 ` Jason Wang
0 siblings, 0 replies; 7+ messages in thread
From: Jason Wang @ 2024-08-26 6:14 UTC (permalink / raw)
To: Philippe Mathieu-Daudé
Cc: CLEMENT MATHIEU--DRIF, qemu-devel@nongnu.org, mst@redhat.com
On Tue, Aug 20, 2024 at 6:36 PM Philippe Mathieu-Daudé
<philmd@linaro.org> wrote:
>
> On 20/8/24 11:51, CLEMENT MATHIEU--DRIF wrote:
> > Signed-off-by: Clément Mathieu--Drif <clement.mathieu--drif@eviden.com>
> > ---
> > MAINTAINERS | 1 +
> > 1 file changed, 1 insertion(+)
>
> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Acked-by: Jason Wang <jasowang@redhat.com>
Thanks
>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] MAINTAINERS: Add myself as a reviewer of VT-d
2024-08-20 9:51 [PATCH] MAINTAINERS: Add myself as a reviewer of VT-d CLEMENT MATHIEU--DRIF
2024-08-20 10:35 ` Philippe Mathieu-Daudé
@ 2024-09-07 5:44 ` Philippe Mathieu-Daudé
2024-09-10 17:14 ` Michael S. Tsirkin
2 siblings, 0 replies; 7+ messages in thread
From: Philippe Mathieu-Daudé @ 2024-09-07 5:44 UTC (permalink / raw)
To: CLEMENT MATHIEU--DRIF, qemu-devel@nongnu.org
Cc: jasowang@redhat.com, mst@redhat.com
On 20/8/24 11:51, CLEMENT MATHIEU--DRIF wrote:
> Signed-off-by: Clément Mathieu--Drif <clement.mathieu--drif@eviden.com>
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
Patch queued, thanks.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] MAINTAINERS: Add myself as a reviewer of VT-d
2024-08-20 9:51 [PATCH] MAINTAINERS: Add myself as a reviewer of VT-d CLEMENT MATHIEU--DRIF
2024-08-20 10:35 ` Philippe Mathieu-Daudé
2024-09-07 5:44 ` Philippe Mathieu-Daudé
@ 2024-09-10 17:14 ` Michael S. Tsirkin
2024-09-10 18:29 ` Philippe Mathieu-Daudé
2 siblings, 1 reply; 7+ messages in thread
From: Michael S. Tsirkin @ 2024-09-10 17:14 UTC (permalink / raw)
To: CLEMENT MATHIEU--DRIF; +Cc: qemu-devel@nongnu.org, jasowang@redhat.com
On Tue, Aug 20, 2024 at 09:51:47AM +0000, CLEMENT MATHIEU--DRIF wrote:
> Signed-off-by: Clément Mathieu--Drif <clement.mathieu--drif@eviden.com>
Using index info to reconstruct a base tree...
error: patch failed: MAINTAINERS:3672
error: MAINTAINERS: patch does not apply
error: Did you hand edit your patch?
It does not apply to blobs recorded in its index.
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3584d6a6c6..b12973f595 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3672,6 +3672,7 @@ VT-d Emulation
> M: Michael S. Tsirkin <mst@redhat.com>
> R: Jason Wang <jasowang@redhat.com>
> R: Yi Liu <yi.l.liu@intel.com>
> +R: Clément Mathieu--Drif <clement.mathieu--drif@eviden.com>
> S: Supported
> F: hw/i386/intel_iommu.c
> F: hw/i386/intel_iommu_internal.h
I did it manually, for once.
> --
> 2.45.2
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] MAINTAINERS: Add myself as a reviewer of VT-d
2024-09-10 17:14 ` Michael S. Tsirkin
@ 2024-09-10 18:29 ` Philippe Mathieu-Daudé
2024-09-10 20:22 ` Michael S. Tsirkin
0 siblings, 1 reply; 7+ messages in thread
From: Philippe Mathieu-Daudé @ 2024-09-10 18:29 UTC (permalink / raw)
To: Michael S. Tsirkin, CLEMENT MATHIEU--DRIF
Cc: qemu-devel@nongnu.org, jasowang@redhat.com
On 10/9/24 19:14, Michael S. Tsirkin wrote:
> On Tue, Aug 20, 2024 at 09:51:47AM +0000, CLEMENT MATHIEU--DRIF wrote:
>> Signed-off-by: Clément Mathieu--Drif <clement.mathieu--drif@eviden.com>
>
> Using index info to reconstruct a base tree...
> error: patch failed: MAINTAINERS:3672
> error: MAINTAINERS: patch does not apply
> error: Did you hand edit your patch?
> It does not apply to blobs recorded in its index.
I suppose you process your mailbox in FIFO order so you might
notice it before reading this reply, but I already queued this
patch since it was languishing and trivial:
https://lore.kernel.org/qemu-devel/9f4cba51-5aa0-4942-a7a0-6bd3eb29a7b6@linaro.org/
>
>> ---
>> MAINTAINERS | 1 +
>> 1 file changed, 1 insertion(+)
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] MAINTAINERS: Add myself as a reviewer of VT-d
2024-09-10 18:29 ` Philippe Mathieu-Daudé
@ 2024-09-10 20:22 ` Michael S. Tsirkin
0 siblings, 0 replies; 7+ messages in thread
From: Michael S. Tsirkin @ 2024-09-10 20:22 UTC (permalink / raw)
To: Philippe Mathieu-Daudé
Cc: CLEMENT MATHIEU--DRIF, qemu-devel@nongnu.org, jasowang@redhat.com
On Tue, Sep 10, 2024 at 08:29:25PM +0200, Philippe Mathieu-Daudé wrote:
> On 10/9/24 19:14, Michael S. Tsirkin wrote:
> > On Tue, Aug 20, 2024 at 09:51:47AM +0000, CLEMENT MATHIEU--DRIF wrote:
> > > Signed-off-by: Clément Mathieu--Drif <clement.mathieu--drif@eviden.com>
> >
> > Using index info to reconstruct a base tree...
> > error: patch failed: MAINTAINERS:3672
> > error: MAINTAINERS: patch does not apply
> > error: Did you hand edit your patch?
> > It does not apply to blobs recorded in its index.
>
> I suppose you process your mailbox in FIFO order so you might
> notice it before reading this reply, but I already queued this
> patch since it was languishing and trivial:
> https://lore.kernel.org/qemu-devel/9f4cba51-5aa0-4942-a7a0-6bd3eb29a7b6@linaro.org/
Thanks!. You can add
Acked-by: Michael S. Tsirkin <mst@redhat.com>
if you like.
> >
> > > ---
> > > MAINTAINERS | 1 +
> > > 1 file changed, 1 insertion(+)
>
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-09-10 20:22 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-20 9:51 [PATCH] MAINTAINERS: Add myself as a reviewer of VT-d CLEMENT MATHIEU--DRIF
2024-08-20 10:35 ` Philippe Mathieu-Daudé
2024-08-26 6:14 ` Jason Wang
2024-09-07 5:44 ` Philippe Mathieu-Daudé
2024-09-10 17:14 ` Michael S. Tsirkin
2024-09-10 18:29 ` Philippe Mathieu-Daudé
2024-09-10 20:22 ` Michael S. Tsirkin
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).