[PULL 0/1] xen queue

Anthony PERARD via posted 1 patch 1 year, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230323100200.12986-1-anthony.perard@citrix.com
Maintainers: Stefano Stabellini <sstabellini@kernel.org>, Anthony Perard <anthony.perard@citrix.com>, Paul Durrant <paul@xen.org>
There is a newer version of this series
accel/xen/xen-all.c | 27 ++++++++++-----------------
1 file changed, 10 insertions(+), 17 deletions(-)
[PULL 0/1] xen queue
Posted by Anthony PERARD via 1 year, 1 month ago
The following changes since commit 60ca584b8af0de525656f959991a440f8c191f12:

  Merge tag 'pull-for-8.0-220323-1' of https://gitlab.com/stsquad/qemu into staging (2023-03-22 17:58:12 +0000)

are available in the Git repository at:

  https://xenbits.xen.org/git-http/people/aperard/qemu-dm.git tags/pull-xen-20230323

for you to fetch changes up to f75e4f2234e7339c16c1dba048bf131a2a948f84:

  accel/xen: Fix DM state change notification in dm_restrict mode (2023-03-23 09:56:54 +0000)

----------------------------------------------------------------
Xen queue

- fix guest creation when -xen-domid-restrict is used

----------------------------------------------------------------
David Woodhouse (1):
      accel/xen: Fix DM state change notification in dm_restrict mode

 accel/xen/xen-all.c | 27 ++++++++++-----------------
 1 file changed, 10 insertions(+), 17 deletions(-)
Re: [PULL 0/1] xen queue
Posted by Anthony PERARD via 1 year, 1 month ago
On Thu, Mar 23, 2023 at 10:01:59AM +0000, Anthony PERARD wrote:
> The following changes since commit 60ca584b8af0de525656f959991a440f8c191f12:
> 
>   Merge tag 'pull-for-8.0-220323-1' of https://gitlab.com/stsquad/qemu into staging (2023-03-22 17:58:12 +0000)
> 
> are available in the Git repository at:
> 
>   https://xenbits.xen.org/git-http/people/aperard/qemu-dm.git tags/pull-xen-20230323
> 
> for you to fetch changes up to f75e4f2234e7339c16c1dba048bf131a2a948f84:
> 
>   accel/xen: Fix DM state change notification in dm_restrict mode (2023-03-23 09:56:54 +0000)
> 
> ----------------------------------------------------------------
> Xen queue
> 
> - fix guest creation when -xen-domid-restrict is used

Hi Peter,

I'd like to cancel this pull request. I've got another patch to add to
it. Is that fine? If I don't have any reply, I'll create a new PR later
today and consider this one cancel.

Cheers,

-- 
Anthony PERARD
Re: [PULL 0/1] xen queue
Posted by Peter Maydell 1 year, 1 month ago
On Fri, 24 Mar 2023 at 13:47, Anthony PERARD <anthony.perard@citrix.com> wrote:
>
> On Thu, Mar 23, 2023 at 10:01:59AM +0000, Anthony PERARD wrote:
> > The following changes since commit 60ca584b8af0de525656f959991a440f8c191f12:
> >
> >   Merge tag 'pull-for-8.0-220323-1' of https://gitlab.com/stsquad/qemu into staging (2023-03-22 17:58:12 +0000)
> >
> > are available in the Git repository at:
> >
> >   https://xenbits.xen.org/git-http/people/aperard/qemu-dm.git tags/pull-xen-20230323
> >
> > for you to fetch changes up to f75e4f2234e7339c16c1dba048bf131a2a948f84:
> >
> >   accel/xen: Fix DM state change notification in dm_restrict mode (2023-03-23 09:56:54 +0000)
> >
> > ----------------------------------------------------------------
> > Xen queue
> >
> > - fix guest creation when -xen-domid-restrict is used
>
> Hi Peter,
>
> I'd like to cancel this pull request. I've got another patch to add to
> it. Is that fine? If I don't have any reply, I'll create a new PR later
> today and consider this one cancel.

That's fine. I had been holding off on it until I could combine it
with another, to save on the CI resources...

-- PMM