[PULL 0/1] xen queue 2020-11-02

Anthony PERARD via posted 1 patch 3 years, 6 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201102144454.995592-1-anthony.perard@citrix.com
Maintainers: John Snow <jsnow@redhat.com>
hw/ide/piix.c | 27 +++++++++++++--------------
1 file changed, 13 insertions(+), 14 deletions(-)
[PULL 0/1] xen queue 2020-11-02
Posted by Anthony PERARD via 3 years, 6 months ago
The following changes since commit 2c6605389c1f76973d92b69b85d40d94b8f1092c:

  Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20201101.0' into staging (2020-11-02 09:54:00 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 045b1d4dbb44da67f1f86efa75b02843c0e951ef:

  xen: rework pci_piix3_xen_ide_unplug (2020-11-02 11:56:55 +0000)

----------------------------------------------------------------
xen patch

- Rework Xen disk unplug to work with newer command line
  options.

----------------------------------------------------------------
Anthony PERARD (1):
      xen: rework pci_piix3_xen_ide_unplug

 hw/ide/piix.c | 27 +++++++++++++--------------
 1 file changed, 13 insertions(+), 14 deletions(-)

Re: [PULL 0/1] xen queue 2020-11-02
Posted by Peter Maydell 3 years, 6 months ago
On Mon, 2 Nov 2020 at 14:51, Anthony PERARD <anthony.perard@citrix.com> wrote:
>
> The following changes since commit 2c6605389c1f76973d92b69b85d40d94b8f1092c:
>
>   Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20201101.0' into staging (2020-11-02 09:54:00 +0000)
>
> are available in the Git repository at:
>
>   https://xenbits.xen.org/git-http/people/aperard/qemu-dm.git tags/pull-xen-20201102
>
> for you to fetch changes up to 045b1d4dbb44da67f1f86efa75b02843c0e951ef:
>
>   xen: rework pci_piix3_xen_ide_unplug (2020-11-02 11:56:55 +0000)
>
> ----------------------------------------------------------------
> xen patch
>
> - Rework Xen disk unplug to work with newer command line
>   options.
>

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.2
for any user-visible changes.

-- PMM