[PULL 0/2] Linux user for 5.2 patches

Laurent Vivier posted 2 patches 3 years, 5 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201117151650.867836-1-laurent@vivier.eu
Maintainers: Laurent Vivier <laurent@vivier.eu>
linux-user/fd-trans.c | 18 ++++++++++++++----
1 file changed, 14 insertions(+), 4 deletions(-)
[PULL 0/2] Linux user for 5.2 patches
Posted by Laurent Vivier 3 years, 5 months ago
The following changes since commit cb5ed407a1ddadf788fd373fed41c87c9e81e5b0:

  Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-11=
-15' into staging (2020-11-16 17:00:36 +0000)

are available in the Git repository at:

  git://github.com/vivier/qemu.git tags/linux-user-for-5.2-pull-request

for you to fetch changes up to 5351f4075dc17825df8e0628a93f9baa9b9bda4b:

  linux-user,netlink: add IFLA_BRPORT_MRP_RING_OPEN, IFLA_BRPORT_MRP_IN_OPEN =
(2020-11-17 15:22:52 +0100)

----------------------------------------------------------------
Fix netlink with latest iproute

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

Laurent Vivier (2):
  linux-user,netlink: fix message translation with ip command
  linux-user,netlink: add IFLA_BRPORT_MRP_RING_OPEN,
    IFLA_BRPORT_MRP_IN_OPEN

 linux-user/fd-trans.c | 18 ++++++++++++++----
 1 file changed, 14 insertions(+), 4 deletions(-)

--=20
2.28.0


Re: [PULL 0/2] Linux user for 5.2 patches
Posted by Peter Maydell 3 years, 5 months ago
On Tue, 17 Nov 2020 at 15:18, Laurent Vivier <laurent@vivier.eu> wrote:
>
> The following changes since commit cb5ed407a1ddadf788fd373fed41c87c9e81e5b0:
>
>   Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-11=
> -15' into staging (2020-11-16 17:00:36 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/vivier/qemu.git tags/linux-user-for-5.2-pull-request
>
> for you to fetch changes up to 5351f4075dc17825df8e0628a93f9baa9b9bda4b:
>
>   linux-user,netlink: add IFLA_BRPORT_MRP_RING_OPEN, IFLA_BRPORT_MRP_IN_OPEN =
> (2020-11-17 15:22:52 +0100)
>
> ----------------------------------------------------------------
> Fix netlink with latest iproute
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM