qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] b739ef: slirp: Give error message if hostfwd_


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] b739ef: slirp: Give error message if hostfwd_add/remove fo...
Date: Mon, 21 Jul 2014 03:30:07 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: b739ef05dbaffcaade5e756a70f91cdf9c327154
      
https://github.com/qemu/qemu/commit/b739ef05dbaffcaade5e756a70f91cdf9c327154
  Author: Peter Maydell <address@hidden>
  Date:   2014-07-18 (Fri, 18 Jul 2014)

  Changed paths:
    M net/slirp.c

  Log Message:
  -----------
  slirp: Give error message if hostfwd_add/remove for unrecognized vlan/stack

If the user specified a (vlan ID, slirp stack name) tuple in a monitor
hostfwd_add/remove command and we can't find it, give the user an
error message rather than silently doing nothing.

This brings this error case in slirp_lookup() into line with the
other two.

Signed-off-by: Peter Maydell <address@hidden>
Reviewed-by: Michael Tokarev <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: a9dd38db68a280fd8e2ece16904a5bae52be1925
      
https://github.com/qemu/qemu/commit/a9dd38db68a280fd8e2ece16904a5bae52be1925
  Author: Stefan Weil <address@hidden>
  Date:   2014-07-18 (Fri, 18 Jul 2014)

  Changed paths:
    M hw/i386/pc_piix.c
    M hw/i386/pc_q35.c
    M include/libdecnumber/decNumberLocal.h
    M xen-hvm.c

  Log Message:
  -----------
  Fix new typos in comments (found by codespell)

arbitary -> arbitrary
basicly -> basically

Signed-off-by: Stefan Weil <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: b847ae2d60ce05643a7fd02fcc6e3390ae97a1ee
      
https://github.com/qemu/qemu/commit/b847ae2d60ce05643a7fd02fcc6e3390ae97a1ee
  Author: Chen Gang <address@hidden>
  Date:   2014-07-18 (Fri, 18 Jul 2014)

  Changed paths:
    M qemu-img.c

  Log Message:
  -----------
  qemu-img: Remove redundancy "ret = -1"

In this case, 'ret' is already '-1', so need not do it again.

Signed-off-by: Chen Gang <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 37cbfcce1426e9b53cd235d2c7f9f6740f4c467c
      
https://github.com/qemu/qemu/commit/37cbfcce1426e9b53cd235d2c7f9f6740f4c467c
  Author: Gernot Hillier <address@hidden>
  Date:   2014-07-18 (Fri, 18 Jul 2014)

  Changed paths:
    M qemu-doc.texi

  Log Message:
  -----------
  doc: slirp supports ICMP echo if enabled in Linux

Since QEMU 0.15, slirp (user mode networking) supports ping to the
Internet, see e6d43cfb1f9

Signed-off-by: Gernot Hillier <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: b9b45b4a88df949ab3780ecf7abca55e66ae05d1
      
https://github.com/qemu/qemu/commit/b9b45b4a88df949ab3780ecf7abca55e66ae05d1
  Author: Stefan Weil <address@hidden>
  Date:   2014-07-18 (Fri, 18 Jul 2014)

  Changed paths:
    M hw/usb/hcd-ohci.c

  Log Message:
  -----------
  hw/usb: Add missing 'static' attribute

Signed-off-by: Stefan Weil <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 13a439ec4027a442a69a46d8d5305689460c2af2
      
https://github.com/qemu/qemu/commit/13a439ec4027a442a69a46d8d5305689460c2af2
  Author: Stefan Weil <address@hidden>
  Date:   2014-07-18 (Fri, 18 Jul 2014)

  Changed paths:
    M qga/commands-posix.c

  Log Message:
  -----------
  qga: Add missing 'static' attribute

This fixes a warning from the static code analysis (smatch).

Signed-off-by: Stefan Weil <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 7a46d042e02e87157c13424df56dd06e9da77e89
      
https://github.com/qemu/qemu/commit/7a46d042e02e87157c13424df56dd06e9da77e89
  Author: Stefan Weil <address@hidden>
  Date:   2014-07-18 (Fri, 18 Jul 2014)

  Changed paths:
    M block-migration.c

  Log Message:
  -----------
  migration: Add missing 'static' attribute

Signed-off-by: Stefan Weil <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 748bfb4eee8e699f3d2dd6a95820d1a9e57e4aa6
      
https://github.com/qemu/qemu/commit/748bfb4eee8e699f3d2dd6a95820d1a9e57e4aa6
  Author: Stefan Weil <address@hidden>
  Date:   2014-07-18 (Fri, 18 Jul 2014)

  Changed paths:
    M tests/fdc-test.c
    M tests/test-aio.c
    M tests/test-qemu-opts.c
    M tests/test-throttle.c
    M tests/test-visitor-serialization.c
    M tests/test-vmstate.c

  Log Message:
  -----------
  tests: Add missing 'static' attributes (fix warnings from smatch)

Smatch also complains about 0 used for pointers, so replace those by
NULL in test-visitor-serialization.c, too.

Signed-off-by: Stefan Weil <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 147fc419734b057b9d9154c2ca0d9d397054104b
      
https://github.com/qemu/qemu/commit/147fc419734b057b9d9154c2ca0d9d397054104b
  Author: Peter Maydell <address@hidden>
  Date:   2014-07-18 (Fri, 18 Jul 2014)

  Changed paths:
    M block-migration.c
    M hw/i386/pc_piix.c
    M hw/i386/pc_q35.c
    M hw/usb/hcd-ohci.c
    M include/libdecnumber/decNumberLocal.h
    M net/slirp.c
    M qemu-doc.texi
    M qemu-img.c
    M qga/commands-posix.c
    M tests/fdc-test.c
    M tests/test-aio.c
    M tests/test-qemu-opts.c
    M tests/test-throttle.c
    M tests/test-visitor-serialization.c
    M tests/test-vmstate.c
    M xen-hvm.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-07-18' 
into staging

trivial patches for 2014-07-18

# gpg: Signature made Fri 18 Jul 2014 15:04:43 BST using RSA key ID A4C3D7DB
# gpg: Good signature from "Michael Tokarev <address@hidden>"
# gpg:                 aka "Michael Tokarev <address@hidden>"
# gpg:                 aka "Michael Tokarev <address@hidden>"
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg:          There is no indication that the signature belongs to the owner.
# Primary key fingerprint: 6EE1 95D1 886E 8FFB 810D  4324 457C E0A0 8044 65C5
#      Subkey fingerprint: 6F67 E18E 7C91 C5B1 5514  66A7 BEE5 9D74 A4C3 D7DB

* remotes/mjt/tags/trivial-patches-2014-07-18:
  tests: Add missing 'static' attributes (fix warnings from smatch)
  migration: Add missing 'static' attribute
  qga: Add missing 'static' attribute
  hw/usb: Add missing 'static' attribute
  doc: slirp supports ICMP echo if enabled in Linux
  qemu-img: Remove redundancy "ret = -1"
  Fix new typos in comments (found by codespell)
  slirp: Give error message if hostfwd_add/remove for unrecognized vlan/stack

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/50a2c45da923...147fc419734b

reply via email to

[Prev in Thread] Current Thread [Next in Thread]