qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 326c4c: qemu-doc.texi: remove trailing whites


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 326c4c: qemu-doc.texi: remove trailing whitespace
Date: Tue, 17 Oct 2017 05:50:50 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 326c4c3c48fdd4a5bf4f14abc95787440ac1acec
      
https://github.com/qemu/qemu/commit/326c4c3c48fdd4a5bf4f14abc95787440ac1acec
  Author: Michael Tokarev <address@hidden>
  Date:   2017-10-16 (Mon, 16 Oct 2017)

  Changed paths:
    M qemu-doc.texi

  Log Message:
  -----------
  qemu-doc.texi: remove trailing whitespace

Remove trailing whitespace in qemu-doc.texi, as it causes
reproducibility issues depending on the echo implementation
used by the Makefile.

Reported-By: Vagrant Cascadian <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>
Reviewed-by: Stefan Hajnoczi <address@hidden>


  Commit: 2de123a1ecbc3d364a808a5c2de1301a2c43338c
      
https://github.com/qemu/qemu/commit/2de123a1ecbc3d364a808a5c2de1301a2c43338c
  Author: Carlo Marcelo Arenas Belón <address@hidden>
  Date:   2017-10-16 (Mon, 16 Oct 2017)

  Changed paths:
    M linux-user/syscall.c

  Log Message:
  -----------
  linux-user: remove duplicate break in syscall

likely introduced in 3532fa7402cda16f7b95261b0339c58630051f0b

Signed-off-by: Carlo Marcelo Arenas Belón <address@hidden>
Reviewed-by: Laurent Vivier <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 439e91af8f24c308e753b9417d6c599d6007595a
      
https://github.com/qemu/qemu/commit/439e91af8f24c308e753b9417d6c599d6007595a
  Author: Carlo Marcelo Arenas Belón <address@hidden>
  Date:   2017-10-16 (Mon, 16 Oct 2017)

  Changed paths:
    M tests/.gitignore

  Log Message:
  -----------
  gitignore: ignore check-qlit test

test introduced in 382176b4d78e070d119af8e0dcd00884c11bbec2

Signed-off-by: Carlo Marcelo Arenas Belón <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 70857ad6212276dcda364e36b30258222bdb31bc
      
https://github.com/qemu/qemu/commit/70857ad6212276dcda364e36b30258222bdb31bc
  Author: Anthony PERARD <address@hidden>
  Date:   2017-10-16 (Mon, 16 Oct 2017)

  Changed paths:
    M ui/gtk.c

  Log Message:
  -----------
  ui/gtk: Fix deprecation of vte_terminal_copy_clipboard

vte_terminal_copy_clipboard() is deprecated in VTE 0.50.

Signed-off-by: Anthony PERARD <address@hidden>
Reviewed-by: Daniel P. Berrange <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: f3245d63a0df51184fdf12f483436329ef322d35
      
https://github.com/qemu/qemu/commit/f3245d63a0df51184fdf12f483436329ef322d35
  Author: Emilio G. Cota <address@hidden>
  Date:   2017-10-16 (Mon, 16 Oct 2017)

  Changed paths:
    M include/qemu/futex.h

  Log Message:
  -----------
  futex: add missing header guards

The header file was introduced by fbcc3e5 ("qemu-thread: optimize QemuLockCnt
with futexes on Linux", 2017-01-16) without header guards. Add them.

Signed-off-by: Emilio G. Cota <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: d6d6d6fe17fa75fb83025ddb02b2c724ba0c1403
      
https://github.com/qemu/qemu/commit/d6d6d6fe17fa75fb83025ddb02b2c724ba0c1403
  Author: Marco A L Barbosa <address@hidden>
  Date:   2017-10-16 (Mon, 16 Oct 2017)

  Changed paths:
    M linux-user/ioctls.h
    M linux-user/syscall.c
    M linux-user/syscall_defs.h

  Log Message:
  -----------
  linux-user: Add some random ioctls

Signed-off-by: Marco A L Barbosa <address@hidden>
Reviewed-by: Laurent Vivier <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 429cc0d31f5a5063caedc4567b97999c7191374e
      
https://github.com/qemu/qemu/commit/429cc0d31f5a5063caedc4567b97999c7191374e
  Author: Markus Armbruster <address@hidden>
  Date:   2017-10-16 (Mon, 16 Oct 2017)

  Changed paths:
    M os-posix.c

  Log Message:
  -----------
  os-posix: Drop misleading comment

Comments explaining why we include a header tend to go bad.  This
one's almost comical: not only doesn't qemu-options.hx use
MAP_POPULATE anymore (since commit ef36fa1, v2.0.0, 2013), even the
include it applies to got moved away in commit 02d0e09 (v2.7.0).

Signed-off-by: Markus Armbruster <address@hidden>
Reviewed-by: Marc-André Lureau <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 52aa5644e8e89ebfc3b1d0abdb7cc502ce9db599
      
https://github.com/qemu/qemu/commit/52aa5644e8e89ebfc3b1d0abdb7cc502ce9db599
  Author: Stefan Weil <address@hidden>
  Date:   2017-10-16 (Mon, 16 Oct 2017)

  Changed paths:
    M io/channel-websock.c

  Log Message:
  -----------
  io: Add missing GCC_FMT_ATTR (fix -Werror=suggest-attribute=format)

This fixes a compiler warning:

/qemu/io/channel-websock.c:163:5: error:
 function might be possible candidate for ‘gnu_printf’ format attribute
 [-Werror=suggest-attribute=format]

Signed-off-by: Stefan Weil <address@hidden>
Acked-by: Daniel P. Berrange <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 69fa4f9568b18b9b1726a3e51a0bc48478798ad4
      
https://github.com/qemu/qemu/commit/69fa4f9568b18b9b1726a3e51a0bc48478798ad4
  Author: Peter Maydell <address@hidden>
  Date:   2017-10-16 (Mon, 16 Oct 2017)

  Changed paths:
    M include/hw/or-irq.h

  Log Message:
  -----------
  include/hw/or-irq.h: Drop unused in_irqs field

The struct OrIRQState has an unused member field in_irqs.
This is a legacy of earlier versions of the patch; the
code that used it was dropped from the final version of
the code that went into master, but we forgot to delete
the no-longer-used struct field. Do so now.

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


  Commit: 43621fafc2605f81ff101eddd57feaeeec9b3b99
      
https://github.com/qemu/qemu/commit/43621fafc2605f81ff101eddd57feaeeec9b3b99
  Author: Fam Zheng <address@hidden>
  Date:   2017-10-16 (Mon, 16 Oct 2017)

  Changed paths:
    M MAINTAINERS

  Log Message:
  -----------
  MAINTAINERS: Clean up SCSI device section

1. Remove nonexistent file util/scsi*.
2. Drop useless section for LSI53C895A.
3. Leave include/scsi to "Block SCSI subsystem" section.

Suggested-by: Thomas Huth <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Signed-off-by: Fam Zheng <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 626e4a4b69d7f3952b526a5d0aa8a4a040a7cd52
      
https://github.com/qemu/qemu/commit/626e4a4b69d7f3952b526a5d0aa8a4a040a7cd52
  Author: Fam Zheng <address@hidden>
  Date:   2017-10-16 (Mon, 16 Oct 2017)

  Changed paths:
    M MAINTAINERS

  Log Message:
  -----------
  MAINTAINERS: Fix Sun4v file

Suggested-by: Thomas Huth <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Signed-off-by: Fam Zheng <address@hidden>
Acked-By: Artyom Tarasenko <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 534fd8142fae81b621ff61524f319163d2bb1f7b
      
https://github.com/qemu/qemu/commit/534fd8142fae81b621ff61524f319163d2bb1f7b
  Author: Fam Zheng <address@hidden>
  Date:   2017-10-16 (Mon, 16 Oct 2017)

  Changed paths:
    M MAINTAINERS

  Log Message:
  -----------
  MAINTAINERS: Track default-configs/pci.mak

Suggested-by: Thomas Huth <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Signed-off-by: Fam Zheng <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: aa1530dec499f7525d2ccaa0e3a876dc8089ed1e
      
https://github.com/qemu/qemu/commit/aa1530dec499f7525d2ccaa0e3a876dc8089ed1e
  Author: Eduardo Otubo <address@hidden>
  Date:   2017-10-16 (Mon, 16 Oct 2017)

  Changed paths:
    M net/filter-mirror.c

  Log Message:
  -----------
  filter-mirror: segfault when specifying non existent device

When using filter-mirror like the example below where the interface
'ndev0' does not exist on the host, QEMU crashes into segmentation
fault.

 $ qemu-system-x86_64 -S -machine pc -netdev user,id=ndev0 -object 
filter-mirror,id=test-object,netdev=ndev0

This happens because the function filter_mirror_setup() does not check
if the device actually exists and still keep on processing calling
qemu_chr_find(). This patch fixes this issue.

Signed-off-by: Eduardo Otubo <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 6b4f250bfc529bdf73a10ca6873a460175e666cc
      
https://github.com/qemu/qemu/commit/6b4f250bfc529bdf73a10ca6873a460175e666cc
  Author: Stefan Berger <address@hidden>
  Date:   2017-10-16 (Mon, 16 Oct 2017)

  Changed paths:
    M MAINTAINERS

  Log Message:
  -----------
  Add myself as maintainer for TPM code

Also add backends/tpm.c to the list of files.

Signed-off-by: Stefan Berger <address@hidden>
Acked-by: Markus Armbruster <address@hidden>
Acked-by: Marc-André Lureau <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: a9038e5e1992b7fac33e346ec10a01e4a4f33ab2
      
https://github.com/qemu/qemu/commit/a9038e5e1992b7fac33e346ec10a01e4a4f33ab2
  Author: Peter Maydell <address@hidden>
  Date:   2017-10-17 (Tue, 17 Oct 2017)

  Changed paths:
    M MAINTAINERS
    M include/hw/or-irq.h
    M include/qemu/futex.h
    M io/channel-websock.c
    M linux-user/ioctls.h
    M linux-user/syscall.c
    M linux-user/syscall_defs.h
    M net/filter-mirror.c
    M os-posix.c
    M qemu-doc.texi
    M tests/.gitignore

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

trivial patches for 2017-10-16

# gpg: Signature made Mon 16 Oct 2017 21:32:05 BST
# gpg:                using RSA key 0x701B4F6B1A693E59
# gpg: Good signature from "Michael Tokarev <address@hidden>"
# gpg:                 aka "Michael Tokarev <address@hidden>"
# gpg:                 aka "Michael Tokarev <address@hidden>"
# Primary key fingerprint: 6EE1 95D1 886E 8FFB 810D  4324 457C E0A0 8044 65C5
#      Subkey fingerprint: 7B73 BAD6 8BE7 A2C2 8931  4B22 701B 4F6B 1A69 3E59

* remotes/mjt/tags/trivial-patches-fetch:
  Add myself as maintainer for TPM code
  filter-mirror: segfault when specifying non existent device
  MAINTAINERS: Track default-configs/pci.mak
  MAINTAINERS: Fix Sun4v file
  MAINTAINERS: Clean up SCSI device section
  include/hw/or-irq.h: Drop unused in_irqs field
  io: Add missing GCC_FMT_ATTR (fix -Werror=suggest-attribute=format)
  os-posix: Drop misleading comment
  linux-user: Add some random ioctls
  futex: add missing header guards
  ui/gtk: Fix deprecation of vte_terminal_copy_clipboard
  gitignore: ignore check-qlit test
  linux-user: remove duplicate break in syscall
  qemu-doc.texi: remove trailing whitespace

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


Compare: https://github.com/qemu/qemu/compare/dabc50e4c68c...a9038e5e1992

reply via email to

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