Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/elmarco/tags/slirp-pull-request…
Browse files Browse the repository at this point in the history
…' into staging

slirp: update to latest stable-4.2 branch

# gpg: Signature made Tue 28 Jul 2020 15:30:09 BST
# gpg:                using RSA key 87A9BD933F87C606D276F62DDAE8E10975969CE5
# gpg:                issuer "[email protected]"
# gpg: Good signature from "Marc-André Lureau <[email protected]>" [full]
# gpg:                 aka "Marc-André Lureau <[email protected]>" [full]
# Primary key fingerprint: 87A9 BD93 3F87 C606 D276  F62D DAE8 E109 7596 9CE5

* remotes/elmarco/tags/slirp-pull-request:
  slirp: update to latest stable-4.2 branch
  test-char: abort on serial test error

Signed-off-by: Peter Maydell <[email protected]>
  • Loading branch information
pm215 committed Jul 28, 2020
2 parents 3461487 + 9c15f57 commit b175383
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion slirp
Submodule slirp updated from 2faae0 to ce94eb
2 changes: 1 addition & 1 deletion tests/test-char.c
Original file line number Diff line number Diff line change
Expand Up @@ -1200,7 +1200,7 @@ static void char_serial_test(void)

/* test tty alias */
qemu_opt_set(opts, "backend", "tty", &error_abort);
chr = qemu_chr_new_from_opts(opts, NULL, NULL);
chr = qemu_chr_new_from_opts(opts, NULL, &error_abort);
g_assert_nonnull(chr);
object_unparent(OBJECT(chr));

Expand Down

0 comments on commit b175383

Please sign in to comment.