mbox

[PULL,0/1] xen-virtio-fix-1-tag

Message ID alpine.DEB.2.22.394.2311071310190.3478774@ubuntu-linux-20-04-desktop (mailing list archive)
State New, archived
Headers show

Pull-request

https://gitlab.com/sstabellini/qemu.git

Message

Stefano Stabellini Nov. 7, 2023, 9:13 p.m. UTC
Minor bug fix for Virtio/Xen support


The following changes since commit 462ad017ed76889d46696a3581e1b52343f9b683:

  Merge tag 'xen-virtio-fix-1-tag' of https://gitlab.com/marcandre.lureau/qemu into staging (2023-11-07 19:00:03 +0800)

are available in the Git repository at:

  https://gitlab.com/sstabellini/qemu.git 

for you to fetch changes up to 01bb72afbb95003fb5562e341a592f583e27e280:

  Xen: Fix xen_set_irq() and xendevicemodel_set_irq_level() (2023-11-07 13:03:19 -0800)

----------------------------------------------------------------
Vikram Garhwal (1):
      Xen: Fix xen_set_irq() and xendevicemodel_set_irq_level()

 hw/arm/xen_arm.c            | 4 +++-
 include/hw/xen/xen_native.h | 4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)

Comments

Stefan Hajnoczi Nov. 8, 2023, 12:46 a.m. UTC | #1
On Wed, 8 Nov 2023 at 05:14, Stefano Stabellini <sstabellini@kernel.org> wrote:
>
> Minor bug fix for Virtio/Xen support
>
>
> The following changes since commit 462ad017ed76889d46696a3581e1b52343f9b683:
>
>   Merge tag 'xen-virtio-fix-1-tag' of https://gitlab.com/marcandre.lureau/qemu into staging (2023-11-07 19:00:03 +0800)
>
> are available in the Git repository at:
>
>   https://gitlab.com/sstabellini/qemu.git

What is the git ref that I should fetch? xen-virtio-fix-1-tag?

The gpg key that signed that tag has expired:

gpg: Signature made Wed 08 Nov 2023 05:08:23 HKT
gpg:                using RSA key D04E33ABA51F67BA07D30AEA894F8F4870E1AE90
gpg: Good signature from "Stefano Stabellini <sstabellini@kernel.org>" [expired]
gpg:                 aka "Stefano Stabellini
<stefano.stabellini@eu.citrix.com>" [expired]
gpg: Note: This key has expired!
Primary key fingerprint: D04E 33AB A51F 67BA 07D3  0AEA 894F 8F48 70E1 AE90
Does not appear to be a signed tag

Stefan

> for you to fetch changes up to 01bb72afbb95003fb5562e341a592f583e27e280:
>
>   Xen: Fix xen_set_irq() and xendevicemodel_set_irq_level() (2023-11-07 13:03:19 -0800)
>
> ----------------------------------------------------------------
> Vikram Garhwal (1):
>       Xen: Fix xen_set_irq() and xendevicemodel_set_irq_level()
>
>  hw/arm/xen_arm.c            | 4 +++-
>  include/hw/xen/xen_native.h | 4 ++--
>  2 files changed, 5 insertions(+), 3 deletions(-)
>
Stefan Hajnoczi Nov. 10, 2023, 2:25 a.m. UTC | #2
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/8.2 for any user-visible changes.
Stefan Hajnoczi Nov. 10, 2023, 3:35 a.m. UTC | #3
Hi Stefano,
I merged this, but please renew your GPG key and use the standard pull
request format where the git ref is included after the repo URL in the
future so that tooling is able to process your pull request:

  are available in the Git repository at:

    https://gitlab.com/sstabellini/qemu.git tags/xen-virtio-fix-1-tag

Thanks,
Stefan