qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 3c254a: Remove empty statements


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 3c254a: Remove empty statements
Date: Mon, 18 Dec 2017 08:48:34 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 3c254ab8d76e49d2bda818ec5885d110f2e1e67e
      
https://github.com/qemu/qemu/commit/3c254ab8d76e49d2bda818ec5885d110f2e1e67e
  Author: Ladi Prosek <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M hw/misc/imx6_ccm.c
    M hw/s390x/virtio-ccw.c
    M linux-user/signal.c
    M migration/block.c
    M target/i386/cpu.c
    M target/i386/kvm.c
    M target/sh4/translate.c

  Log Message:
  -----------
  Remove empty statements

Thanks to Laszlo Ersek for spotting the double semicolon in target/i386/kvm.c

I have trivially grepped the tree for ';;' in C files.

Suggested-by: Laszlo Ersek <address@hidden>
Signed-off-by: Ladi Prosek <address@hidden>
Reviewed-by: Laszlo Ersek <address@hidden>
Reviewed-by: Cornelia Huck <address@hidden>
Reviewed-by: Laurent Vivier <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 5f2d910c0068838061862978f27d6ca9a47ba194
      
https://github.com/qemu/qemu/commit/5f2d910c0068838061862978f27d6ca9a47ba194
  Author: Emilio G. Cota <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M disas/arm.c

  Log Message:
  -----------
  disas/arm: fix 'instuction' typo in comment

Signed-off-by: Emilio G. Cota <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 55bbc8610c310c689eb7bd889f1924a6c128e1cf
      
https://github.com/qemu/qemu/commit/55bbc8610c310c689eb7bd889f1924a6c128e1cf
  Author: Emilio G. Cota <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M accel/tcg/translate-all.c

  Log Message:
  -----------
  translate-all: fix 'consisits' typo in comment

Signed-off-by: Emilio G. Cota <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 6b1a756112c35d1243831b81609e321f0ffdaa21
      
https://github.com/qemu/qemu/commit/6b1a756112c35d1243831b81609e321f0ffdaa21
  Author: Emilio G. Cota <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M include/qemu/qht.h

  Log Message:
  -----------
  qht: fix kernel-doc markup in qht.h

While at it, s/stuct/struct/.

Signed-off-by: Emilio G. Cota <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 9aae6e549d9a05f00315429097705a7beadd2aa4
      
https://github.com/qemu/qemu/commit/9aae6e549d9a05f00315429097705a7beadd2aa4
  Author: Daniel Henrique Barboza <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M configure

  Log Message:
  -----------
  configure: check $CC available before verifying host CPU

When executing 'configure' in a fresh QEMU clone, in a fresh
OS install running in a ppc64le host, this is the error
shown:

-----

../configure --enable-trace-backend=simple --enable-debug
    --target-list=ppc64-softmmu

ERROR: Unsupported CPU = ppc64le, try --enable-tcg-interpreter

-----

This isn't true, ppc64le host CPU is supported. This happens because,
in a fresh install, we don't have a C compiler to autodetect
the $cpu variable to "ppc64".

This patch moves the CC available check up a bit, just before verifying
the host CPU. This ensures that we bail out with a $CC not available
error instead of unsupported CPU (the host CPU detection without
the compiler wouldn't work properly anyway). It also allows --help to
keep working without a C compiler. With this patch, in the same ppc64le
host without gcc:

$ ../configure --enable-trace-backend=simple --enable-debug
    --target-list=ppc64-softmmu

ERROR: "cc" either does not exist or does not work

$ ../configure --help

Usage: configure [options]
Options: [defaults in brackets after descriptions]

Standard options:
  --help                   print this message
  --prefix=PREFIX          install in PREFIX [/usr/local]
  --interp-prefix=PREFIX   where to find shared libraries, etc.
(...)

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


  Commit: ab1ce9bd4897b9909836e2d50bca86f2f3f2dddc
      
https://github.com/qemu/qemu/commit/ab1ce9bd4897b9909836e2d50bca86f2f3f2dddc
  Author: Michael McConville <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M hw/i386/xen/xen-mapcache.c

  Log Message:
  -----------
  mmap(2) returns MAP_FAILED, not NULL, on failure

Signed-off-by: Michael McConville <address@hidden>
Reviewed-by: John Snow <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 67eb7f4884f7fbb513ae02ced6e4ac7157b9d33f
      
https://github.com/qemu/qemu/commit/67eb7f4884f7fbb513ae02ced6e4ac7157b9d33f
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  .gitignore: remove vscclient

It was removed with libcacard, since:

commit 7b02f5447c64d1854468f758398c9f6fe9e5721f
Author: Marc-André Lureau <address@hidden>
Date:   Sun Aug 30 11:48:40 2015 +0200

    libcacard: use the standalone project

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


  Commit: e2fbe20851ceec5ccd7b539a89db0420393fb85d
      
https://github.com/qemu/qemu/commit/e2fbe20851ceec5ccd7b539a89db0420393fb85d
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M include/exec/memory.h
    M memory.c

  Log Message:
  -----------
  memory: remove unused memory_region_set_global_locking()

This was never used since its introduction in commit
196ea13104f8 ("memory: Add global-locking property to memory
regions").

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


  Commit: ef670726a593b9225479ef4e6a0ec079d934ea08
      
https://github.com/qemu/qemu/commit/ef670726a593b9225479ef4e6a0ec079d934ea08
  Author: Vicente Jimenez Aguilar <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M qemu-options.hx

  Log Message:
  -----------
  Document pretty parameter for mon option

Documentation: document pretty parameter for mon option
that turns on JSON pretty printing

Signed-off-by: Vicente Jimenez Aguilar <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: b98a3bae2596fd9bf60f140d042c8e993daba930
      
https://github.com/qemu/qemu/commit/b98a3bae2596fd9bf60f140d042c8e993daba930
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M Makefile
    M tests/Makefile.include

  Log Message:
  -----------
  Makefile: use $(MAKE) variable

For some systems (i.e. FreeBSD) the default 'make' is not compatible with the
GNU extensions used by QEMU makefiles.

Calling the GNU make (gmake) works, however the help displayed refers to the
host 'make' and copy/paste leads to lot of unobvious errors:

  $ gmake check-help
  [...]
   make check                Run all tests

  $ make check
  make: "Makefile" line 28: Missing dependency operator
  make: "Makefile" line 37: Need an operator
  make: "Makefile" line 41: warning: duplicate script for target 
"git-submodule-update" ignored
  make: "rules.mak" line 70: warning: duplicate script for target "%.o" ignored
  make: Unknown modifier ' '
  make: Unclosed substitution for eval modules (= missing)
  make: "tests/Makefile.include" line 24: Variable/Value missing from "export"
  make: "tests/" line 1: warning: Zero byte read from file, skipping rest of 
line.
  make: "tests/" line 1: Need an operator
  make: "Makefile" line 660: warning: duplicate script for target "ifneq" 
ignored
  make: "Makefile" line 78: warning: using previous script for "ifneq" defined 
here
  make: Fatal errors encountered -- cannot continue

Using the $(MAKE) variable, the help displayed is consistent with the 'make'
program used.

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 4e81129645af51efab76aaae2502994c596c3411
      
https://github.com/qemu/qemu/commit/4e81129645af51efab76aaae2502994c596c3411
  Author: Mike Frysinger <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M scripts/git-submodule.sh

  Log Message:
  -----------
  build: fix typo in error message

Signed-off-by: Mike Frysinger <address@hidden>
Reviewed-by: John Snow <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 4d60b25b371c62bd1a0fad8981d034cd2d3e5385
      
https://github.com/qemu/qemu/commit/4d60b25b371c62bd1a0fad8981d034cd2d3e5385
  Author: Peter Maydell <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M accel/tcg/cpu-exec-common.c

  Log Message:
  -----------
  accel/tcg/cpu-exec-common.c: Remove unnecessary include of memory-internal.h

The cpu-exec-common.c file includes memory-internal.h, but it doesn't
actually use anything from that header. Remove the unnecessary include.

Signed-off-by: Peter Maydell <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Tested-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Richard Henderson <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 28fa29272f660b3407c6499ea6313e84c89e1784
      
https://github.com/qemu/qemu/commit/28fa29272f660b3407c6499ea6313e84c89e1784
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M Makefile

  Log Message:
  -----------
  Makefile: add more targets to the UNCHECKED_GOALS rule

These targets don't need a full build of git submodules.
(See b8e535ae8af and eaa2ddbb767).

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 06a7b24350083a7d40d4c5bfce6f8957777a167e
      
https://github.com/qemu/qemu/commit/06a7b24350083a7d40d4c5bfce6f8957777a167e
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M MAINTAINERS

  Log Message:
  -----------
  MAINTAINERS: add "hw/registerfields.h" in Register API entry

Orphan since afb3141c660

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Darren Kenny <address@hidden>
Reviewed-by: Alistair Francis <address@hidden>
Reviewed-by: Edgar E. Iglesias <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 9102fe6c7f63306670b7d45635ddfeab72409199
      
https://github.com/qemu/qemu/commit/9102fe6c7f63306670b7d45635ddfeab72409199
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M include/hw/registerfields.h

  Log Message:
  -----------
  hw/registerfields: fix a typo in the FIELD() documentation

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Darren Kenny <address@hidden>
Reviewed-by: Alistair Francis <address@hidden>
Reviewed-by: Edgar E. Iglesias <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: cdb70a5c18aec03ef3b8b1bc68d5ca8a3cd80155
      
https://github.com/qemu/qemu/commit/cdb70a5c18aec03ef3b8b1bc68d5ca8a3cd80155
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M include/hw/registerfields.h

  Log Message:
  -----------
  hw/registerfields: add 64-bit extract/deposit macros

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Darren Kenny <address@hidden>
Reviewed-by: Alistair Francis <address@hidden>
Reviewed-by: Edgar E. Iglesias <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 27de8f2dcf9c7daa3f5691cefab3563dea3535d2
      
https://github.com/qemu/qemu/commit/27de8f2dcf9c7daa3f5691cefab3563dea3535d2
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M include/hw/registerfields.h

  Log Message:
  -----------
  hw/registerfields: add missing include

This allows to use this header in qtests.

This fixes:
    CC      tests/test.o
  include/hw/registerfields.h:32:41: error: implicit declaration of function 
‘MAKE_64BIT_MASK’ [-Werror=implicit-function-declaration]
        MAKE_64BIT_MASK(shift, length)};
        ^
  include/hw/registerfields.h:39:5: error: implicit declaration of function 
‘extract64’; [-Werror=implicit-function-declaration]
       extract64((storage), R_ ## reg ## _ ## field ## _SHIFT,
       ^

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Darren Kenny <address@hidden>
Reviewed-by: Alistair Francis <address@hidden>
Reviewed-by: Edgar E. Iglesias <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 160997fa6dbffbb85b8d064592fbed8d2ae8141a
      
https://github.com/qemu/qemu/commit/160997fa6dbffbb85b8d064592fbed8d2ae8141a
  Author: Tao Wu <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M hw/input/hid.c

  Log Message:
  -----------
  hw/input/hid: Add support for several keys.

Add support for these keys: audiomute volumedown volumeup power.
Tested with "sendkey" command in monitor and verify the behavior
in guest OS.

Signed-off-by: Tao Wu <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: aa3a41f96e937688d6e49047b092368471eb290f
      
https://github.com/qemu/qemu/commit/aa3a41f96e937688d6e49047b092368471eb290f
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M MAINTAINERS

  Log Message:
  -----------
  MAINTAINERS: add entries for i2c/ppc4xx

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
Reviewed-by: Corey Minyard <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 1cd6dccb60fa52a83b806cd20051ca19f88f6e1e
      
https://github.com/qemu/qemu/commit/1cd6dccb60fa52a83b806cd20051ca19f88f6e1e
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M MAINTAINERS

  Log Message:
  -----------
  MAINTAINERS: add an entry for the i82374 (southbridge)

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Reviewed-by: Hervé Poussineau <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: ea638a458fb2e34f7bd5e09670d9eab45776197a
      
https://github.com/qemu/qemu/commit/ea638a458fb2e34f7bd5e09670d9eab45776197a
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M MAINTAINERS

  Log Message:
  -----------
  MAINTAINERS: add an entry for the i8257 (DMA controller)

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 0a9464b572b35b3bbbd4544b73ccf9cfd954c08a
      
https://github.com/qemu/qemu/commit/0a9464b572b35b3bbbd4544b73ccf9cfd954c08a
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M MAINTAINERS

  Log Message:
  -----------
  MAINTAINERS: add an entry for the i82378 (superio)

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Hervé Poussineau <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: edc46aff4e7cff85d4f583bb30401ae531bd52ae
      
https://github.com/qemu/qemu/commit/edc46aff4e7cff85d4f583bb30401ae531bd52ae
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M MAINTAINERS

  Log Message:
  -----------
  MAINTAINERS: add an entry for watchdog/wdt_ib700

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 1732be86575a3904003032521aee28a822284bea
      
https://github.com/qemu/qemu/commit/1732be86575a3904003032521aee28a822284bea
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M MAINTAINERS

  Log Message:
  -----------
  MAINTAINERS: add an entry for input/pckbd.c

and fix a typo in the "PC Chipset" section

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Hervé Poussineau <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: cec16f0d826e6440de8d716900740248d175ce83
      
https://github.com/qemu/qemu/commit/cec16f0d826e6440de8d716900740248d175ce83
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M MAINTAINERS

  Log Message:
  -----------
  MAINTAINERS: add entries for timer/m48t59

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Hervé Poussineau <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 6061b5c63e1229da3e1e55b7b0a57bbaf2f9a603
      
https://github.com/qemu/qemu/commit/6061b5c63e1229da3e1e55b7b0a57bbaf2f9a603
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M MAINTAINERS

  Log Message:
  -----------
  MAINTAINERS: add missing entry for include/hw/net/

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Hervé Poussineau <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: e9808d09697b5b0ac82ab9291f61571f65f4bff7
      
https://github.com/qemu/qemu/commit/e9808d09697b5b0ac82ab9291f61571f65f4bff7
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M hw/acpi/ipmi-stub.c
    M hw/audio/fmopl.c
    M hw/cpu/core.c
    M hw/ppc/spapr_cpu_core.c
    M hw/smbios/smbios_type_38-stub.c
    M hw/vfio/ccw.c
    M hw/virtio/vhost-vsock.c

  Log Message:
  -----------
  hw: use "qemu/osdep.h" as first #include in source files

applied using ./scripts/clean-includes

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
Acked-by: David Gibson <address@hidden>
Acked-by: Cornelia Huck <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: b86caf7ad8ba779747975fe838b26aba366eb731
      
https://github.com/qemu/qemu/commit/b86caf7ad8ba779747975fe838b26aba366eb731
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M include/hw/acpi/ipmi.h
    M include/hw/cpu/core.h
    M include/hw/i2c/ppc4xx_i2c.h

  Log Message:
  -----------
  hw: remove "qemu/osdep.h" from header files

applied using ./scripts/clean-includes

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
Reviewed-by: Corey Minyard <address@hidden>
Tested-by: Corey Minyard <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 7d98febd6759c0164a9f1fef94b9bf3ecbb51ab8
      
https://github.com/qemu/qemu/commit/7d98febd6759c0164a9f1fef94b9bf3ecbb51ab8
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M block/dmg.h

  Log Message:
  -----------
  block: remove "qemu/osdep.h" from header file

applied using ./scripts/clean-includes

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 47181f5d4541dafc80b0237966316931ec424c96
      
https://github.com/qemu/qemu/commit/47181f5d4541dafc80b0237966316931ec424c96
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M bsd-user/main.c
    M chardev/wctablet.c
    M hw/audio/fmopl.h
    M hw/scsi/vhost-user-scsi.c
    M linux-user/main.c
    M net/colo-compare.c
    M tests/test-aio-multithread.c
    M tests/test-clone-visitor.c
    M tests/vmgenid-test.c

  Log Message:
  -----------
  misc: remove headers implicitly included

applied using ./scripts/clean-includes

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
Reviewed-by: Stefan Hajnoczi <address@hidden>
Reviewed-by: Ben Warren <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: ff676046fb7018a1e62961cc306e466b0a167540
      
https://github.com/qemu/qemu/commit/ff676046fb7018a1e62961cc306e466b0a167540
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M accel/tcg/translate-all.c
    M exec.c
    M hw/arm/spitz.c
    M hw/char/xen_console.c
    M hw/core/machine.c
    M hw/s390x/css.c
    M target/openrisc/exception_helper.c
    M tests/vhost-user-test.c
    M util/qemu-sockets.c
    M vl.c

  Log Message:
  -----------
  misc: remove duplicated includes

exec: housekeeping (funny since 02d0e095031)

applied using ./scripts/clean-includes

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
Acked-by: Cornelia Huck <address@hidden>
Reviewed-by: Anthony PERARD <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 1945e6ab47faad4778883fa5cf839ece006ea3d0
      
https://github.com/qemu/qemu/commit/1945e6ab47faad4778883fa5cf839ece006ea3d0
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M hw/ppc/spapr_hcall.c
    M target/ppc/kvm.c

  Log Message:
  -----------
  ppc: remove duplicated includes

applied using ./scripts/clean-includes

not needed since 7ebaf795560

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
Acked-by: David Gibson <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 744fc0540dd306a90680277667914ce8d38a26ee
      
https://github.com/qemu/qemu/commit/744fc0540dd306a90680277667914ce8d38a26ee
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M include/sysemu/hax.h
    M target/i386/hax-darwin.c
    M target/i386/hax-darwin.h
    M target/i386/hax-windows.h

  Log Message:
  -----------
  i386/hax: remove duplicated includes

applied using ./scripts/clean-includes

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 6f144ff081d87308b45e44f746e98589c8246686
      
https://github.com/qemu/qemu/commit/6f144ff081d87308b45e44f746e98589c8246686
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M target/i386/hax-windows.h

  Log Message:
  -----------
  i386/hax: remove duplicated include

this file in include in "target/i386/hax-i386.h":

    #ifdef CONFIG_WIN32
    #include "target/i386/hax-windows.h"
    #endif

which guaranties that sysemu/os-win32.h is previously included (CONFIG_WIN32)

Suggested-by: Peter Maydell <address@hidden>
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 9d808657249dcb1fab6a3f16bd3a8149c5c9b88d
      
https://github.com/qemu/qemu/commit/9d808657249dcb1fab6a3f16bd3a8149c5c9b88d
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M disas/nios2.c
    M hw/nios2/boot.c
    M target/nios2/cpu.h
    M target/nios2/helper.c
    M target/nios2/op_helper.c
    M target/nios2/translate.c

  Log Message:
  -----------
  nios2: remove duplicated includes (in code commented out)

applied using ./scripts/clean-includes

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: d6e3f50a471ab870c5c99df499cd38ce61d3efb5
      
https://github.com/qemu/qemu/commit/d6e3f50a471ab870c5c99df499cd38ce61d3efb5
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M hw/input/adb.c
    M hw/ssi/aspeed_smc.c

  Log Message:
  -----------
  misc: avoid "include/" in include path

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 1330f1e2b76af4094ce3596a8c80874d7e1048a8
      
https://github.com/qemu/qemu/commit/1330f1e2b76af4094ce3596a8c80874d7e1048a8
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M numa.c

  Log Message:
  -----------
  numa: remove unused #include

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 44ae27d65c84be9746186f52e69d477838c8de12
      
https://github.com/qemu/qemu/commit/44ae27d65c84be9746186f52e69d477838c8de12
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M hw/input/vmmouse.c

  Log Message:
  -----------
  hw/input/vmmouse: remove unused #include

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: c8b15f913da0d740c56b01375f96681aaca60b5b
      
https://github.com/qemu/qemu/commit/c8b15f913da0d740c56b01375f96681aaca60b5b
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M hw/misc/pvpanic.c

  Log Message:
  -----------
  hw/misc/pvpanic: remove unused #include

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: f7ee2cf9d1aab216f3736baa0e90112ffbc649b2
      
https://github.com/qemu/qemu/commit/f7ee2cf9d1aab216f3736baa0e90112ffbc649b2
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M hw/ssi/aspeed_smc.c

  Log Message:
  -----------
  hw/ssi/aspeed_smc: remove unused #include

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 433545d56930ad8867ff6950bd47e2b438173ef4
      
https://github.com/qemu/qemu/commit/433545d56930ad8867ff6950bd47e2b438173ef4
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M hw/i386/amd_iommu.c
    M hw/i386/amd_iommu.h

  Log Message:
  -----------
  amd_iommu: avoid needless includes in header file

instead move them to the source file

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 09db4d37d204c03924912924a39f22891b125148
      
https://github.com/qemu/qemu/commit/09db4d37d204c03924912924a39f22891b125148
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M hw/audio/pcspk.c
    M hw/i386/xen/xen_platform.c
    M hw/isa/vt82c686.c
    M hw/misc/ivshmem.c
    M hw/misc/sga.c
    M hw/pci-bridge/pci_expander_bridge.c
    M monitor.c

  Log Message:
  -----------
  misc: remove old i386 dependency

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Reviewed-by: Anthony PERARD <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 786316113a2ed693cdada9cd7abe9e0aefa93670
      
https://github.com/qemu/qemu/commit/786316113a2ed693cdada9cd7abe9e0aefa93670
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M hw/ide/ahci.c
    M hw/ide/cmd646.c
    M hw/ide/core.c
    M hw/ide/ich.c
    M hw/ide/isa.c
    M hw/ide/microdrive.c
    M hw/ide/pci.c
    M hw/ide/piix.c
    M hw/ide/via.c

  Log Message:
  -----------
  hw/ide: remove old i386 dependency

and remove a duplicated include

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Acked-by: John Snow <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 34d06688b2ebb32440f91c7f46313c3add2b76f4
      
https://github.com/qemu/qemu/commit/34d06688b2ebb32440f91c7f46313c3add2b76f4
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M hw/ipmi/isa_ipmi_bt.c
    M hw/ipmi/isa_ipmi_kcs.c

  Log Message:
  -----------
  hw/ipmi: remove old i386 dependency

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Corey Minyard <address@hidden>
Tested-by: Corey Minyard <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: b0392e8f78aa677f8bb5c7b11052a6af41ba69de
      
https://github.com/qemu/qemu/commit/b0392e8f78aa677f8bb5c7b11052a6af41ba69de
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M hw/i2c/pm_smbus.c
    M hw/i2c/smbus_ich9.c

  Log Message:
  -----------
  hw/i2c: remove old i386 dependency

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 4c22db44859af80dfca946070d155f5dd43e5492
      
https://github.com/qemu/qemu/commit/4c22db44859af80dfca946070d155f5dd43e5492
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M hw/tpm/tpm_emulator.c
    M hw/tpm/tpm_passthrough.c

  Log Message:
  -----------
  hw/tpm: remove old i386 dependency

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Stefan Berger <address@hidden>
Reviewed-by: Marc-André Lureau <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 2070aaebd2a91b8924db302b7b360c43d7968bc9
      
https://github.com/qemu/qemu/commit/2070aaebd2a91b8924db302b7b360c43d7968bc9
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M hw/virtio/virtio-balloon.c

  Log Message:
  -----------
  hw/virtio-balloon: remove old i386 dependency

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 40a3bbc93e5a75bbfc1d220b8bf9bfc33bb1b4e5
      
https://github.com/qemu/qemu/commit/40a3bbc93e5a75bbfc1d220b8bf9bfc33bb1b4e5
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M hw/unicore32/puv3.c
    M include/hw/unicore32/puv3.h

  Log Message:
  -----------
  hw/unicore32: restrict hw addr defines to source file

and drop unused #includes

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: acf695eca605ed18fd485af3414e78d1edf93082
      
https://github.com/qemu/qemu/commit/acf695eca605ed18fd485af3414e78d1edf93082
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M hw/alpha/dp264.c
    M hw/i386/pc.c
    M hw/isa/i82378.c
    M hw/mips/mips_fulong2e.c
    M hw/mips/mips_jazz.c
    M hw/mips/mips_malta.c
    M hw/mips/mips_r4k.c
    M hw/timer/i8254.c
    M hw/timer/i8254_common.c
    M include/hw/timer/i8254.h
    M include/hw/timer/i8254_internal.h

  Log Message:
  -----------
  hw/timer/i8254: rename pit_init() -> i8254_pit_init()

and remove the old i386/pc dependency

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Hervé Poussineau <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 6c646a11bf5ef87424fa07d3c42d04e709cd7c5e
      
https://github.com/qemu/qemu/commit/6c646a11bf5ef87424fa07d3c42d04e709cd7c5e
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M hw/alpha/dp264.c
    M hw/i386/pc.c
    M hw/isa/i82378.c
    M hw/mips/mips_fulong2e.c
    M hw/mips/mips_jazz.c
    M hw/mips/mips_malta.c
    M hw/mips/mips_r4k.c
    M hw/ppc/pnv.c
    M hw/timer/mc146818rtc.c
    M include/hw/timer/mc146818rtc.h

  Log Message:
  -----------
  hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init()

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Hervé Poussineau <address@hidden>
Reviewed-by: David Gibson <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 9dc047ce8f9e787bb9a9c5892c38c2424a0ee65f
      
https://github.com/qemu/qemu/commit/9dc047ce8f9e787bb9a9c5892c38c2424a0ee65f
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M hw/acpi/core.c
    M include/hw/acpi/acpi.h
    M include/hw/i386/pc.h

  Log Message:
  -----------
  hw/acpi: ACPI_PM_* defines are not restricted to i386 arch

this allows to remove the old i386/pc dependency on acpi/core.

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Igor Mammedov <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: b1c439d1794a86536bf5f47d9823ff156a7d7433
      
https://github.com/qemu/qemu/commit/b1c439d1794a86536bf5f47d9823ff156a7d7433
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M include/hw/acpi/ich9.h
    M include/hw/i386/pc.h

  Log Message:
  -----------
  hw/acpi/ich9: extract ACPI_PM_PROP_TCO_ENABLED from i386/pc

enable_tco is specific to i386/pc.

Suggested-by: Paolo Bonzini <address@hidden>
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Igor Mammedov <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: d10d69e39d921a7ca23458421195116ab4577c87
      
https://github.com/qemu/qemu/commit/d10d69e39d921a7ca23458421195116ab4577c87
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M hw/display/vga.c
    R hw/display/vga.h
    A hw/display/vga_regs.h

  Log Message:
  -----------
  hw/display/vga: "vga.h" only contains registers defs, rename it "vga_regs.h"

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: e07b15891ecafb9c198245410013b30a68de7bfe
      
https://github.com/qemu/qemu/commit/e07b15891ecafb9c198245410013b30a68de7bfe
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M hw/display/cirrus_vga.c
    M hw/display/qxl.h
    M hw/display/vga-isa-mm.c
    M hw/display/vga-isa.c
    M hw/display/vga-pci.c
    M hw/display/vga.c
    M hw/display/vga_int.h
    M hw/display/virtio-vga.c
    M hw/display/vmware_vga.c

  Log Message:
  -----------
  hw/display/vga: "vga_int.h" requires "ui/console.h"

since The VGACommonState struct has a GraphicHwOps *hw_ops member,
then remove the now unnecessary includes.

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 866e2b3727b6f9f55d5921365f2c97ecf763de65
      
https://github.com/qemu/qemu/commit/866e2b3727b6f9f55d5921365f2c97ecf763de65
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M MAINTAINERS
    M hw/display/vga-isa-mm.c
    M hw/display/vga-isa.c
    M hw/display/vga.c
    M hw/mips/mips_jazz.c
    A include/hw/display/vga.h
    M include/hw/i386/pc.h
    M vl.c

  Log Message:
  -----------
  hw/display/vga: extract public API from i386/pc to "hw/display/vga.h"

and remove the old i386/pc dependency.

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 489983d6b4cb501a86dfd08648fb370aec0f9b51
      
https://github.com/qemu/qemu/commit/489983d6b4cb501a86dfd08648fb370aec0f9b51
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M hw/i386/pc.c
    M hw/mips/mips_r4k.c
    M hw/net/ne2000-isa.c
    M hw/net/ne2000.c
    M hw/net/ne2000.h
    M hw/ppc/prep.c
    M include/hw/i386/pc.h
    A include/hw/net/ne2000-isa.h

  Log Message:
  -----------
  hw/net/ne2000: extract ne2k-isa code from i386/pc to ne2000-isa.c

- add "hw/net/ne2000-isa.h"
- remove the old i386 dependency

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Hervé Poussineau <address@hidden>
Acked-by: David Gibson <address@hidden> [PPC]
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 0d5d8a3a906f782eab8a85079eede78879dc8155
      
https://github.com/qemu/qemu/commit/0d5d8a3a906f782eab8a85079eede78879dc8155
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M hw/i386/acpi-build.c
    M hw/misc/pvpanic.c
    M include/hw/i386/pc.h
    A include/hw/misc/pvpanic.h

  Log Message:
  -----------
  hw/misc/pvpanic: extract public API from i386/pc to "hw/misc/pvpanic.h"

and remove the old i386/pc dependency.

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 323d7d1d999d8be31e4d5a50ee18f7e2ca5d096a
      
https://github.com/qemu/qemu/commit/323d7d1d999d8be31e4d5a50ee18f7e2ca5d096a
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M hw/i386/Makefile.objs
    A hw/i386/vmport.c
    M hw/misc/Makefile.objs
    R hw/misc/vmport.c

  Log Message:
  -----------
  i386/pc: move vmport.c to hw/i386/

It's a x86-only device, so it does not make sense to keep it
in the shared misc folder.

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 664b4be5e8bcb538ae8e68fe54ff27fedc5ea5b5
      
https://github.com/qemu/qemu/commit/664b4be5e8bcb538ae8e68fe54ff27fedc5ea5b5
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M hw/i386/Makefile.objs
    A hw/i386/vmmouse.c
    M hw/input/Makefile.objs
    R hw/input/vmmouse.c

  Log Message:
  -----------
  i386/pc: move vmmouse.c to hw/i386/

It's a x86-only device, so it does not make sense to keep it
in the shared misc folder.

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: c0578de60fcc3a07a881e9c4b7b8262faf6abbc7
      
https://github.com/qemu/qemu/commit/c0578de60fcc3a07a881e9c4b7b8262faf6abbc7
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M hw/char/debugcon.c
    M hw/intc/lm32_pic.c
    M hw/moxie/moxiesim.c
    M hw/sparc/sun4m.c
    M hw/watchdog/wdt_ib700.c

  Log Message:
  -----------
  misc: drop old i386 dependency

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: eaefea537b476cb853e2edbdc68e969ec777e4bb
      
https://github.com/qemu/qemu/commit/eaefea537b476cb853e2edbdc68e969ec777e4bb
  Author: Peter Maydell <address@hidden>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
    M .gitignore
    M MAINTAINERS
    M Makefile
    M accel/tcg/cpu-exec-common.c
    M accel/tcg/translate-all.c
    M block/dmg.h
    M bsd-user/main.c
    M chardev/wctablet.c
    M configure
    M disas/arm.c
    M disas/nios2.c
    M exec.c
    M hw/acpi/core.c
    M hw/acpi/ipmi-stub.c
    M hw/alpha/dp264.c
    M hw/arm/spitz.c
    M hw/audio/fmopl.c
    M hw/audio/fmopl.h
    M hw/audio/pcspk.c
    M hw/char/debugcon.c
    M hw/char/xen_console.c
    M hw/core/machine.c
    M hw/cpu/core.c
    M hw/display/cirrus_vga.c
    M hw/display/qxl.h
    M hw/display/vga-isa-mm.c
    M hw/display/vga-isa.c
    M hw/display/vga-pci.c
    M hw/display/vga.c
    R hw/display/vga.h
    M hw/display/vga_int.h
    A hw/display/vga_regs.h
    M hw/display/virtio-vga.c
    M hw/display/vmware_vga.c
    M hw/i2c/pm_smbus.c
    M hw/i2c/smbus_ich9.c
    M hw/i386/Makefile.objs
    M hw/i386/acpi-build.c
    M hw/i386/amd_iommu.c
    M hw/i386/amd_iommu.h
    M hw/i386/pc.c
    A hw/i386/vmmouse.c
    A hw/i386/vmport.c
    M hw/i386/xen/xen-mapcache.c
    M hw/i386/xen/xen_platform.c
    M hw/ide/ahci.c
    M hw/ide/cmd646.c
    M hw/ide/core.c
    M hw/ide/ich.c
    M hw/ide/isa.c
    M hw/ide/microdrive.c
    M hw/ide/pci.c
    M hw/ide/piix.c
    M hw/ide/via.c
    M hw/input/Makefile.objs
    M hw/input/adb.c
    M hw/input/hid.c
    R hw/input/vmmouse.c
    M hw/intc/lm32_pic.c
    M hw/ipmi/isa_ipmi_bt.c
    M hw/ipmi/isa_ipmi_kcs.c
    M hw/isa/i82378.c
    M hw/isa/vt82c686.c
    M hw/mips/mips_fulong2e.c
    M hw/mips/mips_jazz.c
    M hw/mips/mips_malta.c
    M hw/mips/mips_r4k.c
    M hw/misc/Makefile.objs
    M hw/misc/imx6_ccm.c
    M hw/misc/ivshmem.c
    M hw/misc/pvpanic.c
    M hw/misc/sga.c
    R hw/misc/vmport.c
    M hw/moxie/moxiesim.c
    M hw/net/ne2000-isa.c
    M hw/net/ne2000.c
    M hw/net/ne2000.h
    M hw/nios2/boot.c
    M hw/pci-bridge/pci_expander_bridge.c
    M hw/ppc/pnv.c
    M hw/ppc/prep.c
    M hw/ppc/spapr_cpu_core.c
    M hw/ppc/spapr_hcall.c
    M hw/s390x/css.c
    M hw/s390x/virtio-ccw.c
    M hw/scsi/vhost-user-scsi.c
    M hw/smbios/smbios_type_38-stub.c
    M hw/sparc/sun4m.c
    M hw/ssi/aspeed_smc.c
    M hw/timer/i8254.c
    M hw/timer/i8254_common.c
    M hw/timer/mc146818rtc.c
    M hw/tpm/tpm_emulator.c
    M hw/tpm/tpm_passthrough.c
    M hw/unicore32/puv3.c
    M hw/vfio/ccw.c
    M hw/virtio/vhost-vsock.c
    M hw/virtio/virtio-balloon.c
    M hw/watchdog/wdt_ib700.c
    M include/exec/memory.h
    M include/hw/acpi/acpi.h
    M include/hw/acpi/ich9.h
    M include/hw/acpi/ipmi.h
    M include/hw/cpu/core.h
    A include/hw/display/vga.h
    M include/hw/i2c/ppc4xx_i2c.h
    M include/hw/i386/pc.h
    A include/hw/misc/pvpanic.h
    A include/hw/net/ne2000-isa.h
    M include/hw/registerfields.h
    M include/hw/timer/i8254.h
    M include/hw/timer/i8254_internal.h
    M include/hw/timer/mc146818rtc.h
    M include/hw/unicore32/puv3.h
    M include/qemu/qht.h
    M include/sysemu/hax.h
    M linux-user/main.c
    M linux-user/signal.c
    M memory.c
    M migration/block.c
    M monitor.c
    M net/colo-compare.c
    M numa.c
    M qemu-options.hx
    M scripts/git-submodule.sh
    M target/i386/cpu.c
    M target/i386/hax-darwin.c
    M target/i386/hax-darwin.h
    M target/i386/hax-windows.h
    M target/i386/kvm.c
    M target/nios2/cpu.h
    M target/nios2/helper.c
    M target/nios2/op_helper.c
    M target/nios2/translate.c
    M target/openrisc/exception_helper.c
    M target/ppc/kvm.c
    M target/sh4/translate.c
    M tests/Makefile.include
    M tests/test-aio-multithread.c
    M tests/test-clone-visitor.c
    M tests/vhost-user-test.c
    M tests/vmgenid-test.c
    M util/qemu-sockets.c
    M vl.c

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

trivial patches for 2017-12-18

# gpg: Signature made Mon 18 Dec 2017 14:08:51 GMT
# 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: (60 commits)
  misc: drop old i386 dependency
  i386/pc: move vmmouse.c to hw/i386/
  i386/pc: move vmport.c to hw/i386/
  hw/misc/pvpanic: extract public API from i386/pc to "hw/misc/pvpanic.h"
  hw/net/ne2000: extract ne2k-isa code from i386/pc to ne2000-isa.c
  hw/display/vga: extract public API from i386/pc to "hw/display/vga.h"
  hw/display/vga: "vga_int.h" requires "ui/console.h"
  hw/display/vga: "vga.h" only contains registers defs, rename it "vga_regs.h"
  hw/acpi/ich9: extract ACPI_PM_PROP_TCO_ENABLED from i386/pc
  hw/acpi: ACPI_PM_* defines are not restricted to i386 arch
  hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init()
  hw/timer/i8254: rename pit_init() -> i8254_pit_init()
  hw/unicore32: restrict hw addr defines to source file
  hw/virtio-balloon: remove old i386 dependency
  hw/tpm: remove old i386 dependency
  hw/i2c: remove old i386 dependency
  hw/ipmi: remove old i386 dependency
  hw/ide: remove old i386 dependency
  misc: remove old i386 dependency
  amd_iommu: avoid needless includes in header file
  ...

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


Compare: https://github.com/qemu/qemu/compare/411ad78115eb...eaefea537b47

reply via email to

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