mbox

[PULL,0/2] Trivial branch for 7.0 patches

Message ID 20220318134333.2901052-1-laurent@vivier.eu
State New
Headers show

Pull-request

https://gitlab.com/laurent_vivier/qemu.git tags/trivial-branch-for-7.0-pull-request

Message

Laurent Vivier March 18, 2022, 1:43 p.m. UTC
The following changes since commit 1d60bb4b14601e38ed17384277aa4c30c57925d3:

  Merge tag 'pull-request-2022-03-15v2' of https://gitlab.com/thuth/qemu into staging (2022-03-16 10:43:58 +0000)

are available in the Git repository at:

  https://gitlab.com/laurent_vivier/qemu.git tags/trivial-branch-for-7.0-pull-request

for you to fetch changes up to a2d860bb546aa766f6c28a47fabedafbfa191cc2:

  virtio/virtio-balloon: Prefer Object* over void* parameter (2022-03-18 13:57:50 +0100)

----------------------------------------------------------------
Trivial branch pull request 20220318

----------------------------------------------------------------

Bernhard Beschow (1):
  virtio/virtio-balloon: Prefer Object* over void* parameter

Rebecca Cran (1):
  hw/pci/pci.c: Fix typos of "Firewire", and of "controller" on same
    line

 hw/pci/pci.c               |  2 +-
 hw/virtio/virtio-balloon.c | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

Comments

Peter Maydell March 19, 2022, 11:28 a.m. UTC | #1
On Fri, 18 Mar 2022 at 14:02, Laurent Vivier <laurent@vivier.eu> wrote:
>
> The following changes since commit 1d60bb4b14601e38ed17384277aa4c30c57925d3:
>
>   Merge tag 'pull-request-2022-03-15v2' of https://gitlab.com/thuth/qemu into staging (2022-03-16 10:43:58 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/laurent_vivier/qemu.git tags/trivial-branch-for-7.0-pull-request
>
> for you to fetch changes up to a2d860bb546aa766f6c28a47fabedafbfa191cc2:
>
>   virtio/virtio-balloon: Prefer Object* over void* parameter (2022-03-18 13:57:50 +0100)
>
> ----------------------------------------------------------------
> Trivial branch pull request 20220318


Applied, thanks.

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

-- PMM