[PATCH] MAINTAINERS: update cpr reviewers

Steve Sistare posted 1 patch 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1760098600-399192-1-git-send-email-steven.sistare@oracle.com
MAINTAINERS | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
[PATCH] MAINTAINERS: update cpr reviewers
Posted by Steve Sistare 1 month ago
Update cpr reviewers.  Some of these files overlap with migration
files, but some do not.

Signed-off-by: Steve Sistare <steven.sistare@oracle.com>
---
 MAINTAINERS | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 84cfd85..9a10bda 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3107,7 +3107,8 @@ T: git https://gitlab.com/jsnow/qemu.git jobs
 T: git https://gitlab.com/vsementsov/qemu.git block
 
 CheckPoint and Restart (CPR)
-R: Steve Sistare <steven.sistare@oracle.com>
+R: Peter Xu <peterx@redhat.com>
+R: Fabiano Rosas <farosas@suse.de>
 S: Supported
 F: hw/vfio/cpr*
 F: include/hw/vfio/vfio-cpr.h
-- 
1.8.3.1
Re: [PATCH] MAINTAINERS: update cpr reviewers
Posted by Peter Xu 1 month ago
On Fri, Oct 10, 2025 at 05:16:40AM -0700, Steve Sistare wrote:
> Update cpr reviewers.  Some of these files overlap with migration
> files, but some do not.
> 
> Signed-off-by: Steve Sistare <steven.sistare@oracle.com>
> ---
>  MAINTAINERS | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 84cfd85..9a10bda 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3107,7 +3107,8 @@ T: git https://gitlab.com/jsnow/qemu.git jobs
>  T: git https://gitlab.com/vsementsov/qemu.git block
>  
>  CheckPoint and Restart (CPR)
> -R: Steve Sistare <steven.sistare@oracle.com>
> +R: Peter Xu <peterx@redhat.com>
> +R: Fabiano Rosas <farosas@suse.de>
>  S: Supported
>  F: hw/vfio/cpr*
>  F: include/hw/vfio/vfio-cpr.h
> -- 
> 1.8.3.1

Queued, thank you Steve.

-- 
Peter Xu
Re: [PATCH] MAINTAINERS: update cpr reviewers
Posted by Philippe Mathieu-Daudé 1 month ago
On 10/10/25 14:16, Steve Sistare wrote:
> Update cpr reviewers.  Some of these files overlap with migration
> files, but some do not.
> 
> Signed-off-by: Steve Sistare <steven.sistare@oracle.com>
> ---
>   MAINTAINERS | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>