qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] d203c6: char: fix alias devices regression


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] d203c6: char: fix alias devices regression
Date: Tue, 13 Jun 2017 01:24:38 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: d203c6439840de4e331f74208c57443f4d6a6229
      
https://github.com/qemu/qemu/commit/d203c6439840de4e331f74208c57443f4d6a6229
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-06-08 (Thu, 08 Jun 2017)

  Changed paths:
    M include/chardev/char-parallel.h
    M include/chardev/char-serial.h
    M include/qemu/osdep.h

  Log Message:
  -----------
  char: fix alias devices regression

Fix regression from commit 4d43a603c71, where the serial and parallel
headers got removed from char.c, which broke the alias table.

Move the HAVE_CHARDEV_SERIAL/HAVE_CHARDEV_PARPORT to osdep.h instead
of being in separate headers.

Signed-off-by: Marc-André Lureau <address@hidden>
Reviewed-by: Eric Blake <address@hidden>


  Commit: 73119c2864cfd193b2883f833b598e381f7d29d7
      
https://github.com/qemu/qemu/commit/73119c2864cfd193b2883f833b598e381f7d29d7
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-06-08 (Thu, 08 Jun 2017)

  Changed paths:
    M chardev/char.c

  Log Message:
  -----------
  chardev: don't use alias names in parse_compat()

"parport" is considered "old" since commit 88a946d32d, when "parallel"
was added. Similarly for "tty" in commit d59044ef74d.

Signed-off-by: Marc-André Lureau <address@hidden>
Reviewed-by: Eric Blake <address@hidden>


  Commit: 27d4c3789ddde40e1c7280150b46eb20a6a892e6
      
https://github.com/qemu/qemu/commit/27d4c3789ddde40e1c7280150b46eb20a6a892e6
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-06-08 (Thu, 08 Jun 2017)

  Changed paths:
    M tests/test-char.c

  Log Message:
  -----------
  test-char: start a /char/serial test

Quite limited test, to check that the chardev can be created with a
path and with the tty alias.

Signed-off-by: Marc-André Lureau <address@hidden>
Reviewed-by: Eric Blake <address@hidden>


  Commit: 9bba618f18b1a60a3f2668db82b453f6cd9467c0
      
https://github.com/qemu/qemu/commit/9bba618f18b1a60a3f2668db82b453f6cd9467c0
  Author: Peter Maydell <address@hidden>
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Changed paths:
    M chardev/char.c
    M include/chardev/char-parallel.h
    M include/chardev/char-serial.h
    M include/qemu/osdep.h
    M tests/test-char.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/elmarco/tags/char-pull-request' into 
staging

# gpg: Signature made Thu 08 Jun 2017 15:12:11 BST
# gpg:                using RSA key 0xDAE8E10975969CE5
# gpg: Good signature from "Marc-André Lureau <address@hidden>"
# gpg:                 aka "Marc-André Lureau <address@hidden>"
# gpg: WARNING: This key is not certified with sufficiently trusted signatures!
# gpg:          It is not certain that the signature belongs to the owner.
# Primary key fingerprint: 87A9 BD93 3F87 C606 D276  F62D DAE8 E109 7596 9CE5

* remotes/elmarco/tags/char-pull-request:
  test-char: start a /char/serial test
  chardev: don't use alias names in parse_compat()
  char: fix alias devices regression

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


Compare: https://github.com/qemu/qemu/compare/5093f028ce65...9bba618f18b1

reply via email to

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