[PULL 0/2] Trivial branch for 7.0 patches

Laurent Vivier posted 2 patches 2 years, 1 month ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220318134333.2901052-1-laurent@vivier.eu
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, David Hildenbrand <david@redhat.com>
There is a newer version of this series
hw/pci/pci.c               |  2 +-
hw/virtio/virtio-balloon.c | 10 +++++-----
2 files changed, 6 insertions(+), 6 deletions(-)
[PULL 0/2] Trivial branch for 7.0 patches
Posted by Laurent Vivier 2 years, 1 month ago
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(-)

-- 
2.35.1

Re: [PULL 0/2] Trivial branch for 7.0 patches
Posted by Peter Maydell 2 years, 1 month ago
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