[PULL 0/7] Trivial branch for 7.0 patches

Laurent Vivier posted 7 patches 2 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220222161624.382218-1-laurent@vivier.eu
Test checkpatch failed
Maintainers: Gerd Hoffmann <kraxel@redhat.com>
There is a newer version of this series
configure               | 9 +++++++--
hw/input/hid.c          | 2 ++
hw/nvram/eeprom_at24c.c | 2 +-
hw/usb/dev-hid.c        | 6 +++---
net/vhost-vdpa.c        | 5 ++---
qemu-options.hx         | 2 +-
target/avr/cpu-qom.h    | 1 -
target/rx/cpu.h         | 2 --
8 files changed, 16 insertions(+), 13 deletions(-)
[PULL 0/7] Trivial branch for 7.0 patches
Posted by Laurent Vivier 2 years, 2 months ago
The following changes since commit e670f6d825d4dee248b311197fd4048469d6772b:

  Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220218' into staging (2022-02-20 15:05:41 +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 1e2d555846226a9e5fb1052fe8ba6f30480f33a9:

  hid: Implement support for side and extra buttons (2022-02-22 17:15:36 +0100)

----------------------------------------------------------------
Trivial branch pull request 20220222

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

Eugenio Pérez (1):
  vdpa: Make ncs autofree

Laurent Vivier (1):
  qemu-options: fix incorrect description for '-drive index='

Noah Bergbauer (1):
  hid: Implement support for side and extra buttons

Patrick Venture (1):
  hw/nvram: use at24 macro

Philippe Mathieu-Daudé (2):
  target/avr: Correct AVRCPUClass docstring
  target/rx: Remove unused ENV_OFFSET definition

Thomas Huth (1):
  configure: Disable capstone and slirp in the
    --without-default-features mode

 configure               | 9 +++++++--
 hw/input/hid.c          | 2 ++
 hw/nvram/eeprom_at24c.c | 2 +-
 hw/usb/dev-hid.c        | 6 +++---
 net/vhost-vdpa.c        | 5 ++---
 qemu-options.hx         | 2 +-
 target/avr/cpu-qom.h    | 1 -
 target/rx/cpu.h         | 2 --
 8 files changed, 16 insertions(+), 13 deletions(-)

-- 
2.35.1


Re: [PULL 0/7] Trivial branch for 7.0 patches
Posted by Peter Maydell 2 years, 2 months ago
On Tue, 22 Feb 2022 at 16:35, Laurent Vivier <laurent@vivier.eu> wrote:
>
> The following changes since commit e670f6d825d4dee248b311197fd4048469d6772b:
>
>   Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220218' into staging (2022-02-20 15:05:41 +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 1e2d555846226a9e5fb1052fe8ba6f30480f33a9:
>
>   hid: Implement support for side and extra buttons (2022-02-22 17:15:36 +0100)
>
> ----------------------------------------------------------------
> Trivial branch pull request 20220222
>


Applied, thanks.

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

-- PMM