qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] b34aee: s390x/virtio-ccw: fix spelling


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] b34aee: s390x/virtio-ccw: fix spelling
Date: Tue, 07 Jun 2016 09:30:06 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: b34aee54aafe2a8da7fa365932f7ca6968ca64c4
      
https://github.com/qemu/qemu/commit/b34aee54aafe2a8da7fa365932f7ca6968ca64c4
  Author: Michael Tokarev <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    M hw/s390x/virtio-ccw.c

  Log Message:
  -----------
  s390x/virtio-ccw: fix spelling

Signed-off-by: Michael Tokarev <address@hidden>
Acked-by: Christian Borntraeger <address@hidden>
Acked-by: Cornelia Huck <address@hidden>


  Commit: a6210f5701e7c5fde402083f5f1b754fb0eff06f
      
https://github.com/qemu/qemu/commit/a6210f5701e7c5fde402083f5f1b754fb0eff06f
  Author: Michael Tokarev <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    M hw/ipmi/ipmi_bmc_extern.c

  Log Message:
  -----------
  hw/ipmi: fix spelling

Signed-off-by: Michael Tokarev <address@hidden>
Acked-by: Corey Minyard <address@hidden>


  Commit: d33c8a7d46f2ffb5233c7f4eac8cb787fb1ee6c3
      
https://github.com/qemu/qemu/commit/d33c8a7d46f2ffb5233c7f4eac8cb787fb1ee6c3
  Author: Michael Tokarev <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    M docs/qapi-code-gen.txt
    M qemu-options.hx

  Log Message:
  -----------
  docs: "specify" spell fix

Signed-off-by: Michael Tokarev <address@hidden>
Reviewed-by: Eric Blake <address@hidden>


  Commit: e35916ac0f2115f35af41d91b45a7493bb1d1df9
      
https://github.com/qemu/qemu/commit/e35916ac0f2115f35af41d91b45a7493bb1d1df9
  Author: Michael Tokarev <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    M qga/commands-posix.c

  Log Message:
  -----------
  qga: spelling fix

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


  Commit: 395fe5f2416ff37394d1f1cac659c96140500114
      
https://github.com/qemu/qemu/commit/395fe5f2416ff37394d1f1cac659c96140500114
  Author: Michael Tokarev <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    M fsdev/virtfs-proxy-helper.texi

  Log Message:
  -----------
  fsdev: spelling fix

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


  Commit: a5cbe92199fc30e21672bf3d1127952e0cf4bf15
      
https://github.com/qemu/qemu/commit/a5cbe92199fc30e21672bf3d1127952e0cf4bf15
  Author: Stefan Weil <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    M target-moxie/mmu.h

  Log Message:
  -----------
  target-moxie: Remove unused struct elements

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


  Commit: 891f8dcd251e98befee17f2d00baf8b2f54b728d
      
https://github.com/qemu/qemu/commit/891f8dcd251e98befee17f2d00baf8b2f54b728d
  Author: Jan Vesely <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    M po/Makefile

  Log Message:
  -----------
  po/Makefile: call rm -f directly

Default variables are undefined in rules.mak and this is what the rest
of the build system uses.
Fixes make clean in ./po/

Signed-off-by: Jan Vesely <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 96165b9eb4207a34a87c46df731d3cc42c052e13
      
https://github.com/qemu/qemu/commit/96165b9eb4207a34a87c46df731d3cc42c052e13
  Author: Peter Wu <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    M gdbstub.c

  Log Message:
  -----------
  gdbstub: set listen backlog to 1

Avoid possible connection drops on Linux (when tcp_syncookies is
disabled) or fallbacks to SYN cookies with the following kernel warning:

    TCP: request_sock_TCP: Possible SYN flooding on port 1234. Sending cookies. 
 Check SNMP counters.

Since Linux 4.4 (ef547f2ac16b "tcp: remove max_qlen_log"), a backlog of
zero is really treated as the "queue length for completely established
sockets waiting to be accepted" (listen(2)). This is apparently a valid
interpretation of an "implementation-defined minimum value" for a
backlog value of 0 (listen(3p)). Previous kernels would use 8 as
minimum value, but that is no longer the case.

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


  Commit: e9d5150739c4e321088eddfe46b88a8654d86eae
      
https://github.com/qemu/qemu/commit/e9d5150739c4e321088eddfe46b88a8654d86eae
  Author: Laurent Vivier <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    A scripts/coccinelle/overflow_muldiv64.cocci
    A scripts/coccinelle/remove_muldiv64.cocci
    A scripts/coccinelle/simplify_muldiv64.cocci
    A scripts/coccinelle/swap_muldiv64.cocci

  Log Message:
  -----------
  scripts: add muldiv64() checking coccinelle scripts

Signed-off-by: Laurent Vivier <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 3498686220d8398d7dad300a01d1d75896ad52a6
      
https://github.com/qemu/qemu/commit/3498686220d8398d7dad300a01d1d75896ad52a6
  Author: Laurent Vivier <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

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

  Log Message:
  -----------
  The only 64bit parameter of muldiv64() is the first one.

muldiv64() is "uint64_t muldiv64(uint64_t a, uint32_t b, uint32_t c)"

Some time it is used as muldiv64(uint32_t a, uint64_t b, uint32_t c)"

This patch is the result of coccinelle script
scripts/coccinelle/swap_muldiv64.cocci to reorder arguments.

Signed-off-by: Laurent Vivier <address@hidden>
Reviewed-by: Richard Henderson <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: cd1f16f94727f82ea77fcd82c4dad63bb9172a6f
      
https://github.com/qemu/qemu/commit/cd1f16f94727f82ea77fcd82c4dad63bb9172a6f
  Author: Laurent Vivier <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

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

  Log Message:
  -----------
  remove useless muldiv64()

muldiv64(a, 1, b) is like "a / b".

This patch is the result of coccinelle script
scripts/coccinelle/remove_muldiv64.cocci.

Signed-off-by: Laurent Vivier <address@hidden>
Reviewed-by: Richard Henderson <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: c00dc6750f6e825df27aa20fce713a55a4032cc6
      
https://github.com/qemu/qemu/commit/c00dc6750f6e825df27aa20fce713a55a4032cc6
  Author: Laurent Vivier <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    M hw/audio/gus.c
    M hw/xtensa/pic_cpu.c

  Log Message:
  -----------
  replace muldiv64(a, b, c) by (uint64_t)a * b / c

When "a" and "b" are 32bit values, we don't have to cast
them to 128bit, 64bit is enough.

This patch is the result of coccinelle script
scripts/coccinelle/simplify_muldiv64.cocci

Signed-off-by: Laurent Vivier <address@hidden>
For xtensa PIC:
Acked-by: Max Filippov <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: a2c5eaf7a9f6172e8dc5cfeb283e086f592cf50a
      
https://github.com/qemu/qemu/commit/a2c5eaf7a9f6172e8dc5cfeb283e086f592cf50a
  Author: Laurent Vivier <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    M hw/ppc/ppc.c

  Log Message:
  -----------
  ppc: Remove a potential overflow in muldiv64()

The coccinelle script:
scripts/coccinelle/overflow_muldiv64.cocci
gives us a list of potential overflows in muldiv64()
(the two first parameters are 64bit values).

This patch fixes one, as the fix seems obvious:

replace muldiv64(a, b, c) by muldiv64(b, a, c)
as "a" and "b" are 64bit values but a <= NANOSECONDS_PER_SECOND.
(10^9 -> 30bit value).

Signed-off-by: Laurent Vivier <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 6969ec6cfd1293efd16bf9c7c7063b44bc6880ce
      
https://github.com/qemu/qemu/commit/6969ec6cfd1293efd16bf9c7c7063b44bc6880ce
  Author: James Clarke <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    M configure
    M rules.mak

  Log Message:
  -----------
  Fix linking relocatable objects on Sparc

On Sparc, gcc implicitly passes --relax to the linker, but -r is
incompatible with this. Therefore, if --no-relax is supported, it should
be passed to the linker.

Signed-off-by: James Clarke <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 96404013898a90a5820a1959a8c275b41a1a1ee8
      
https://github.com/qemu/qemu/commit/96404013898a90a5820a1959a8c275b41a1a1ee8
  Author: Peter Maydell <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    M qemu-options.hx

  Log Message:
  -----------
  qemu-options.hx: Specify the units for -machine kvm_shadow_mem

The -machine kvm_shadow_mem option takes a size in bytes; say
so explicitly in its documentation.

Signed-off-by: Peter Maydell <address@hidden>
Reported-by: Tobi (github.com/tobimensch)
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 89138857619b2a023c32200e9af780792ccaa8c3
      
https://github.com/qemu/qemu/commit/89138857619b2a023c32200e9af780792ccaa8c3
  Author: Stefan Weil <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    M configure

  Log Message:
  -----------
  configure: Use $(..) instead of deprecated `..`

This fixes these warnings from shellcheck:

    ^-- SC2006: Use $(..) instead of deprecated `..`

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


  Commit: bbd908025c530b57f57b5c5b739d53e28c1e59fc
      
https://github.com/qemu/qemu/commit/bbd908025c530b57f57b5c5b739d53e28c1e59fc
  Author: Stefan Weil <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    M scripts/clean-includes
    M scripts/create_config
    M scripts/feature_to_c.sh
    M scripts/make_device_config.sh
    M scripts/qemu-binfmt-conf.sh
    M scripts/update-linux-headers.sh

  Log Message:
  -----------
  scripts: Use $(..) instead of deprecated `..`

This fixes these warnings from shellcheck:

    ^-- SC2006: Use $(..) instead of deprecated `..`

Update also a comment using the same pattern.

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


  Commit: 0668a06b81bb709b72aa816083227eb0d44b2ad6
      
https://github.com/qemu/qemu/commit/0668a06b81bb709b72aa816083227eb0d44b2ad6
  Author: Cao jin <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    M hw/isa/lpc_ich9.c
    M include/hw/i386/ich9.h

  Log Message:
  -----------
  ICH9: fix typo

Signed-off-by: Cao jin <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 3b7c78c83af5cb9e93b1ccb54b5cb5375eb438dc
      
https://github.com/qemu/qemu/commit/3b7c78c83af5cb9e93b1ccb54b5cb5375eb438dc
  Author: Eric Blake <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    M monitor.c

  Log Message:
  -----------
  monitor: Typo fix

s/partinal/partial/

Signed-off-by: Eric Blake <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: d9d8d452da89678ceed415161313a6c3cd08401c
      
https://github.com/qemu/qemu/commit/d9d8d452da89678ceed415161313a6c3cd08401c
  Author: Cao jin <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    M hw/core/qdev.c
    M include/hw/qdev-properties.h

  Log Message:
  -----------
  qdev: Clean up around properties

include:
1. remove unnecessary declaration of static function
2. fix inconsistency between comment and function name, and typo OOM->QOM
2. update comments of functions, use uniform format(GTK-Doc style)

Signed-off-by: Cao jin <address@hidden>
Reviewed-by: Markus Armbruster <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: a8d38f3b020888bdd24ef7f10e0e487c179ab563
      
https://github.com/qemu/qemu/commit/a8d38f3b020888bdd24ef7f10e0e487c179ab563
  Author: Cao jin <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    M hw/nvram/fw_cfg.c

  Log Message:
  -----------
  fw_cfg: follow CODING_STYLE

Replace tab with 4 spaces; brace the indented statement.

Signed-off-by: Cao jin <address@hidden>
Acked-by: Corey Minyard <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 2d7fedeb54f23780f7ae2257be28265308a80f01
      
https://github.com/qemu/qemu/commit/2d7fedeb54f23780f7ae2257be28265308a80f01
  Author: Peter Maydell <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    M replay/replay-char.c

  Log Message:
  -----------
  replay: Clean up includes

Clean up includes so that osdep.h is included first and headers
which it implies are not included manually.

This commit was created with scripts/clean-includes.

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


  Commit: 24a6e0633a6bb079a6af406e7fcea2d1ba182100
      
https://github.com/qemu/qemu/commit/24a6e0633a6bb079a6af406e7fcea2d1ba182100
  Author: Peter Maydell <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    M hw/intc/aspeed_vic.c
    M hw/timer/mc146818rtc.c
    M include/exec/hwaddr.h
    M include/qemu/fifo32.h

  Log Message:
  -----------
  hw: Clean up includes

Clean up includes so that osdep.h is included first and headers
which it implies are not included manually.

This commit was created with scripts/clean-includes.

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


  Commit: 0bab0ebb17759c926bd48fd396bd8cbb2c8e4a3e
      
https://github.com/qemu/qemu/commit/0bab0ebb17759c926bd48fd396bd8cbb2c8e4a3e
  Author: Alberto Garcia <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    M docs/throttle.txt

  Log Message:
  -----------
  docs: Fix a couple of typos in throttle.txt

Signed-off-by: Alberto Garcia <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 9e87a691bd46846e2232f8c30605c491c85ac987
      
https://github.com/qemu/qemu/commit/9e87a691bd46846e2232f8c30605c491c85ac987
  Author: Steven Luo <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    M configure

  Log Message:
  -----------
  Fix configure test for PBKDF2 in nettle

On my Debian jessie system, including nettle/pbkdf2.h does not cause
NULL to be defined, which causes the test to fail to compile.  Include
stddef.h to bring in a definition of NULL.

Cc: address@hidden
Cc: address@hidden
Signed-off-by: Steven Luo <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: b92233b32905aed746ad1ddd76332b4a76347edf
      
https://github.com/qemu/qemu/commit/b92233b32905aed746ad1ddd76332b4a76347edf
  Author: Sameeh Jubran <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    M hw/net/e1000.c

  Log Message:
  -----------
  e1000: Removing unnecessary if statement

Since mit_delay can never be 0 this if statement is
superfluous.

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


  Commit: 20875332b0fedc89cfcc96586f0a34f5809ef7c9
      
https://github.com/qemu/qemu/commit/20875332b0fedc89cfcc96586f0a34f5809ef7c9
  Author: Igor Mammedov <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    M hw/i386/pc.c

  Log Message:
  -----------
  pc: cleanup unused struct PcRomPciInfo

Signed-off-by: Igor Mammedov <address@hidden>
Reviewed-by: Eduardo Habkost <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: df891b9197f595e8676885a10e1c1735a4c261ba
      
https://github.com/qemu/qemu/commit/df891b9197f595e8676885a10e1c1735a4c261ba
  Author: Peter Maydell <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    M scripts/clean-includes

  Log Message:
  -----------
  clean-includes: Add glib.h to list of unneeded includes

osdep.h pulls in glib.h via glib-compat.h, so add it to the list of
includes that we remove. (This then means we must avoid running
clean-includes on glib-compat.h or it will delete the glib.h include.)

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


  Commit: 79ffb277ec07fac197dfb4f88c00e9e3a9f425d4
      
https://github.com/qemu/qemu/commit/79ffb277ec07fac197dfb4f88c00e9e3a9f425d4
  Author: Peter Maydell <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    M tests/ac97-test.c
    M tests/ahci-test.c
    M tests/bios-tables-test.c
    M tests/boot-order-test.c
    M tests/check-qdict.c
    M tests/check-qfloat.c
    M tests/check-qint.c
    M tests/check-qjson.c
    M tests/check-qlist.c
    M tests/check-qnull.c
    M tests/check-qom-interface.c
    M tests/check-qom-proplist.c
    M tests/check-qstring.c
    M tests/device-introspect-test.c
    M tests/display-vga-test.c
    M tests/drive_del-test.c
    M tests/ds1338-test.c
    M tests/e1000-test.c
    M tests/eepro100-test.c
    M tests/endianness-test.c
    M tests/es1370-test.c
    M tests/fdc-test.c
    M tests/fw_cfg-test.c
    M tests/hd-geo-test.c
    M tests/i440fx-test.c
    M tests/i82801b11-test.c
    M tests/ide-test.c
    M tests/intel-hda-test.c
    M tests/ioh3420-test.c
    M tests/ipmi-bt-test.c
    M tests/ipmi-kcs-test.c
    M tests/ipoctal232-test.c
    M tests/ivshmem-test.c
    M tests/libqos/ahci.c
    M tests/libqos/fw_cfg.c
    M tests/libqos/i2c-imx.c
    M tests/libqos/i2c-omap.c
    M tests/libqos/libqos.c
    M tests/libqos/malloc-generic.c
    M tests/libqos/malloc-pc.c
    M tests/libqos/malloc.c
    M tests/libqos/pci-pc.c
    M tests/libqos/pci.c
    M tests/libqos/usb.c
    M tests/libqos/virtio-mmio.c
    M tests/libqos/virtio-pci.c
    M tests/libqos/virtio.c
    M tests/libqtest.c
    M tests/m48t59-test.c
    M tests/ne2000-test.c
    M tests/nvme-test.c
    M tests/pc-cpu-test.c
    M tests/pcnet-test.c
    M tests/pvpanic-test.c
    M tests/pxe-test.c
    M tests/q35-test.c
    M tests/qom-test.c
    M tests/rcutorture.c
    M tests/rtc-test.c
    M tests/rtl8139-test.c
    M tests/spapr-phb-test.c
    M tests/tco-test.c
    M tests/test-aio.c
    M tests/test-base64.c
    M tests/test-bitops.c
    M tests/test-blockjob-txn.c
    M tests/test-coroutine.c
    M tests/test-crypto-cipher.c
    M tests/test-crypto-hash.c
    M tests/test-crypto-secret.c
    M tests/test-cutils.c
    M tests/test-filter-mirror.c
    M tests/test-filter-redirector.c
    M tests/test-hbitmap.c
    M tests/test-int128.c
    M tests/test-io-task.c
    M tests/test-iov.c
    M tests/test-logging.c
    M tests/test-mul64.c
    M tests/test-netfilter.c
    M tests/test-opts-visitor.c
    M tests/test-qdev-global-props.c
    M tests/test-qemu-opts.c
    M tests/test-qga.c
    M tests/test-qmp-commands.c
    M tests/test-qmp-event.c
    M tests/test-qmp-input-strict.c
    M tests/test-qmp-input-visitor.c
    M tests/test-qmp-output-visitor.c
    M tests/test-rcu-list.c
    M tests/test-rfifolock.c
    M tests/test-string-input-visitor.c
    M tests/test-string-output-visitor.c
    M tests/test-thread-pool.c
    M tests/test-throttle.c
    M tests/test-timed-average.c
    M tests/test-visitor-serialization.c
    M tests/test-vmstate.c
    M tests/test-write-threshold.c
    M tests/test-x86-cpuid.c
    M tests/tmp105-test.c
    M tests/tpci200-test.c
    M tests/usb-hcd-ehci-test.c
    M tests/usb-hcd-ohci-test.c
    M tests/usb-hcd-uhci-test.c
    M tests/usb-hcd-xhci-test.c
    M tests/vhost-user-test.c
    M tests/virtio-9p-test.c
    M tests/virtio-balloon-test.c
    M tests/virtio-blk-test.c
    M tests/virtio-console-test.c
    M tests/virtio-net-test.c
    M tests/virtio-rng-test.c
    M tests/virtio-scsi-test.c
    M tests/virtio-serial-test.c
    M tests/vmxnet3-test.c
    M tests/wdt_ib700-test.c

  Log Message:
  -----------
  tests: Remove unnecessary glib.h includes

Remove glib.h includes, as it is provided by osdep.h.

This commit was created with scripts/clean-includes.

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


  Commit: 36a2c2d6d3a9793d15bac129b4f07596d55b80f2
      
https://github.com/qemu/qemu/commit/36a2c2d6d3a9793d15bac129b4f07596d55b80f2
  Author: Peter Maydell <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    M qga/channel-posix.c
    M qga/channel-win32.c
    M qga/channel.h
    M qga/commands-posix.c
    M qga/commands-win32.c
    M qga/commands.c
    M qga/guest-agent-command-state.c
    M qga/main.c
    M qga/service-win32.c

  Log Message:
  -----------
  qga: Remove unnecessary glib.h includes

Remove glib.h includes, as it is provided by osdep.h.

This commit was created with scripts/clean-includes.

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


  Commit: 030c98aff14f7504f1b4e00967a79595918288c6
      
https://github.com/qemu/qemu/commit/030c98aff14f7504f1b4e00967a79595918288c6
  Author: Peter Maydell <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    M block/dmg.c
    M block/vhdx.c
    M block/vmdk.c
    M fsdev/9p-iov-marshal.c
    M fsdev/9p-marshal.c
    M hw/9pfs/9p.h
    M hw/i386/acpi-build.c
    M hw/i386/pc_piix.c
    M include/hw/acpi/aml-build.h
    M include/hw/acpi/bios-linker-loader.h
    M include/qemu/bitmap.h
    M include/qemu/rcu.h
    M include/qom/object.h
    M include/sysemu/tpm_backend_int.h
    M memory_mapping.c
    M migration/postcopy-ram.c
    M page_cache.c
    M qapi/qmp-registry.c
    M qemu-bridge-helper.c
    M slirp/dnssearch.c
    M slirp/slirp.h
    M ui/sdl_zoom.c
    M ui/vnc-palette.c
    M util/coroutine-gthread.c
    M util/hbitmap.c
    M util/memfd.c
    M util/oslib-win32.c
    M util/uri.c
    M vl.c

  Log Message:
  -----------
  all: Remove unnecessary glib.h includes

Remove glib.h includes, as it is provided by osdep.h.

This commit was created with scripts/clean-includes.

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


  Commit: aa5982e0fdc3d0ae3de6720e9bc650109d679772
      
https://github.com/qemu/qemu/commit/aa5982e0fdc3d0ae3de6720e9bc650109d679772
  Author: Wei Jiangang <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    M docs/multi-thread-compression.txt

  Log Message:
  -----------
  docs/multi-thread-compression: Fix wrong command string

s/info_migrate_capabilities/info migrate_capabilities

Signed-off-by: Wei Jiangang <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Reviewed-by: Liang Li <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: e52eeb468d3dbd23c7c9f9746d3528f10a226817
      
https://github.com/qemu/qemu/commit/e52eeb468d3dbd23c7c9f9746d3528f10a226817
  Author: Eric Blake <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    M include/qemu/host-utils.h

  Log Message:
  -----------
  host-utils: Prefer 'false' for bool type

Mixing '0' and 'bool' looks stupid.

Signed-off-by: Eric Blake <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 0d5c21f2b3bf1e0b562a2c74e353d2e03f2f50ef
      
https://github.com/qemu/qemu/commit/0d5c21f2b3bf1e0b562a2c74e353d2e03f2f50ef
  Author: Peter Maydell <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    M include/exec/cpu-all.h
    M include/qemu-common.h

  Log Message:
  -----------
  qemu-common.h: Drop WORDS_ALIGNED define

The WORDS_ALIGNED #define is not used anywhere, and hasn't been since
2013 when commit 612d590ebc6cef rewrote the various ld<type>_<endian>_p
functions to not use it. Remove the #define and the comment describing it.
Also remove the line in the comment about TARGET_WORDS_ALIGNED, since
it has never actually existed.

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


  Commit: 7a00217d1a4478f2b8ac63e7fcd5a31af39394ba
      
https://github.com/qemu/qemu/commit/7a00217d1a4478f2b8ac63e7fcd5a31af39394ba
  Author: Peter Maydell <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    M include/exec/user/thunk.h
    M thunk.c

  Log Message:
  -----------
  thunk: Drop unused NO_THUNK_TYPE_SIZE guards

The thunk_type_size_array() and thunk_type_align_array() functions
are only provided if NO_THUNK_TYPE_SIZE is not defined. However
nothing in the codebase defines that, and so in fact these functions
are always present. Drop the unnecessary #ifdefs.

(Over a decade ago thunk.h used to be included by some softmmu
files, which defined NO_THUNK_TYPE_SIZE, but these includes are
long gone; see for instance commit f193c7979c2f7.)

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


  Commit: e0ca2ed562d50e6aa02b15431d009fe165cff159
      
https://github.com/qemu/qemu/commit/e0ca2ed562d50e6aa02b15431d009fe165cff159
  Author: Peter Maydell <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    M include/exec/user/thunk.h
    M thunk.c

  Log Message:
  -----------
  thunk: Rename args and fields in host-target bitmask conversion code

The target_to_host_bitmask() and host_to_target_bitmask() functions
and the associated struct bitmask_transtbl are completely generic,
but for historical reasons the target related fields and parameters
are named 'x86' and the host related fields are named 'alpha'.
Rename them to 'target' and 'host'.

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


  Commit: db718b4b150dd8a732e2b26368eba510b6887f01
      
https://github.com/qemu/qemu/commit/db718b4b150dd8a732e2b26368eba510b6887f01
  Author: Laurent Vivier <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    A scripts/coccinelle/round.cocci

  Log Message:
  -----------
  coccinelle: use macro DIV_ROUND_UP instead of (((n) + (d) - 1) /(d))

sample from http://coccinellery.org/

Signed-off-by: Laurent Vivier <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 969401fe769264239c0f3e928283433b58910a19
      
https://github.com/qemu/qemu/commit/969401fe769264239c0f3e928283433b58910a19
  Author: Laurent Vivier <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    M block/parallels.c

  Log Message:
  -----------
  parallels: Use DIV_ROUND_UP

Replace (((n) + (d) - 1) /(d)) by DIV_ROUND_UP(n,d).

This patch is the result of coccinelle script
scripts/coccinelle/round.cocci

CC: address@hidden
Signed-off-by: Laurent Vivier <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: d737b78cc13d2ab94ffa4478da59931165cb1f4e
      
https://github.com/qemu/qemu/commit/d737b78cc13d2ab94ffa4478da59931165cb1f4e
  Author: Laurent Vivier <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    M block/qcow.c
    M block/qcow2-cluster.c
    M block/qcow2-refcount.c

  Log Message:
  -----------
  qcow/qcow2: Use DIV_ROUND_UP

Replace (((n) + (d) - 1) /(d)) by DIV_ROUND_UP(n,d).

This patch is the result of coccinelle script
scripts/coccinelle/round.cocci

CC: address@hidden
Signed-off-by: Laurent Vivier <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: c41a73ffaf40aadc2c1e038ae4d12b62cd578e7f
      
https://github.com/qemu/qemu/commit/c41a73ffaf40aadc2c1e038ae4d12b62cd578e7f
  Author: Laurent Vivier <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    M block/qed-check.c
    M block/qed.c

  Log Message:
  -----------
  qed: Use DIV_ROUND_UP

Replace (((n) + (d) - 1) /(d)) by DIV_ROUND_UP(n,d).

This patch is the result of coccinelle script
scripts/coccinelle/round.cocci

CC: address@hidden
Signed-off-by: Laurent Vivier <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 13385ae168517a3ae8b5a10537c02e5ca41e970f
      
https://github.com/qemu/qemu/commit/13385ae168517a3ae8b5a10537c02e5ca41e970f
  Author: Laurent Vivier <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    M block/vvfat.c
    M hw/block/tc58128.c

  Log Message:
  -----------
  block: Use DIV_ROUND_UP

Replace (((n) + (d) - 1) /(d)) by DIV_ROUND_UP(n,d).

This patch is the result of coccinelle script
scripts/coccinelle/round.cocci

CC: address@hidden
Signed-off-by: Laurent Vivier <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 207ba7c885c80ddb21a7f2fab8bd053fbc23ac3a
      
https://github.com/qemu/qemu/commit/207ba7c885c80ddb21a7f2fab8bd053fbc23ac3a
  Author: Laurent Vivier <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    M crypto/block-luks.c

  Log Message:
  -----------
  crypto: Use DIV_ROUND_UP

Replace (((n) + (d) - 1) /(d)) by DIV_ROUND_UP(n,d).

This patch is the result of coccinelle script
scripts/coccinelle/round.cocci

CC: Daniel P. Berrange <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>
Reviewed-by: Daniel P. Berrange <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: d0448de7f661070fad1602218f1b7d211e1c2270
      
https://github.com/qemu/qemu/commit/d0448de7f661070fad1602218f1b7d211e1c2270
  Author: Laurent Vivier <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    M hw/display/xenfb.c
    M xen-hvm.c

  Log Message:
  -----------
  xen: Use DIV_ROUND_UP

Replace (((n) + (d) - 1) /(d)) by DIV_ROUND_UP(n,d).

This patch is the result of coccinelle script
scripts/coccinelle/round.cocci

CC: Stefano Stabellini <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>
Reviewed-by: Stefano Stabellini <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: b988a650b16a074bc3727fcb20591f50e29ceca9
      
https://github.com/qemu/qemu/commit/b988a650b16a074bc3727fcb20591f50e29ceca9
  Author: Laurent Vivier <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    M hw/audio/pcspk.c

  Log Message:
  -----------
  audio: Use DIV_ROUND_UP

Replace (((n) + (d) - 1) /(d)) by DIV_ROUND_UP(n,d).

This patch is the result of coccinelle script
scripts/coccinelle/round.cocci

CC: Gerd Hoffmann <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 5d61cafd0b1c77e154a9777c07b675f840d7fbd7
      
https://github.com/qemu/qemu/commit/5d61cafd0b1c77e154a9777c07b675f840d7fbd7
  Author: Laurent Vivier <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    M ui/spice-display.c

  Log Message:
  -----------
  SPICE: Use DIV_ROUND_UP

Replace (((n) + (d) - 1) /(d)) by DIV_ROUND_UP(n,d).

This patch is the result of coccinelle script
scripts/coccinelle/round.cocci

CC: Gerd Hoffmann <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: df5d1c17b6d9a436a3fcedcc16fa6fb8d28d2f07
      
https://github.com/qemu/qemu/commit/df5d1c17b6d9a436a3fcedcc16fa6fb8d28d2f07
  Author: Laurent Vivier <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    M hw/net/rocker/rocker_of_dpa.c

  Log Message:
  -----------
  rocker: Use DIV_ROUND_UP

Replace (((n) + (d) - 1) /(d)) by DIV_ROUND_UP(n,d).

This patch is the result of coccinelle script
scripts/coccinelle/round.cocci

CC: Scott Feldman <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 66c68a12ae688d16c4037cbe730109108edaf84c
      
https://github.com/qemu/qemu/commit/66c68a12ae688d16c4037cbe730109108edaf84c
  Author: Laurent Vivier <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    M hw/usb/redirect.c

  Log Message:
  -----------
  usb: Use DIV_ROUND_UP

Replace (((n) + (d) - 1) /(d)) by DIV_ROUND_UP(n,d).

This patch is the result of coccinelle script
scripts/coccinelle/round.cocci

CC: Gerd Hoffmann <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 806956834a898c0d068f116b58e72b0c5e226840
      
https://github.com/qemu/qemu/commit/806956834a898c0d068f116b58e72b0c5e226840
  Author: Laurent Vivier <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    M slirp/dnssearch.c

  Log Message:
  -----------
  slirp: Use DIV_ROUND_UP

Replace (((n) + (d) - 1) /(d)) by DIV_ROUND_UP(n,d).

This patch is the result of coccinelle script
scripts/coccinelle/round.cocci

CC: Samuel Thibault <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>
Acked-by: Samuel Thibault <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: b1b2db29bd6c3ed70c29778d8fec0f4bf6ae28ec
      
https://github.com/qemu/qemu/commit/b1b2db29bd6c3ed70c29778d8fec0f4bf6ae28ec
  Author: Laurent Vivier <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    M linux-user/syscall.c

  Log Message:
  -----------
  linux-user: Use DIV_ROUND_UP

Replace (((n) + (d) - 1) /(d)) by DIV_ROUND_UP(n,d).

This patch is the result of coccinelle script
scripts/coccinelle/round.cocci

CC: Riku Voipio <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 5029b969d1475fad8f294be6edaa66d280df3039
      
https://github.com/qemu/qemu/commit/5029b969d1475fad8f294be6edaa66d280df3039
  Author: Laurent Vivier <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    M qemu-timer.c

  Log Message:
  -----------
  qemu-timer: Use DIV_ROUND_UP

Replace (((n) + (d) - 1) /(d)) by DIV_ROUND_UP(n,d).

This patch is the result of coccinelle script
scripts/coccinelle/round.cocci

CC: Paolo Bonzini <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 30f549c2f30de65c7cbb30614b838d5478d6221b
      
https://github.com/qemu/qemu/commit/30f549c2f30de65c7cbb30614b838d5478d6221b
  Author: Laurent Vivier <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    M tests/test-hbitmap.c

  Log Message:
  -----------
  hbitmap: Use DIV_ROUND_UP

Replace (((n) + (d) - 1) /(d)) by DIV_ROUND_UP(n,d).

This patch is the result of coccinelle script
scripts/coccinelle/round.cocci

CC: Paolo Bonzini <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>
Reviewed-by: John Snow <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 6ed5546fa7bf12c5b87ef76bafb86e1d77ed6e85
      
https://github.com/qemu/qemu/commit/6ed5546fa7bf12c5b87ef76bafb86e1d77ed6e85
  Author: Peter Maydell <address@hidden>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    M block/dmg.c
    M block/parallels.c
    M block/qcow.c
    M block/qcow2-cluster.c
    M block/qcow2-refcount.c
    M block/qed-check.c
    M block/qed.c
    M block/vhdx.c
    M block/vmdk.c
    M block/vvfat.c
    M configure
    M crypto/block-luks.c
    M docs/multi-thread-compression.txt
    M docs/qapi-code-gen.txt
    M docs/throttle.txt
    M fsdev/9p-iov-marshal.c
    M fsdev/9p-marshal.c
    M fsdev/virtfs-proxy-helper.texi
    M gdbstub.c
    M hw/9pfs/9p.h
    M hw/audio/gus.c
    M hw/audio/pcspk.c
    M hw/block/tc58128.c
    M hw/core/qdev.c
    M hw/display/xenfb.c
    M hw/i386/acpi-build.c
    M hw/i386/pc.c
    M hw/i386/pc_piix.c
    M hw/intc/aspeed_vic.c
    M hw/ipmi/ipmi_bmc_extern.c
    M hw/isa/lpc_ich9.c
    M hw/net/e1000.c
    M hw/net/rocker/rocker_of_dpa.c
    M hw/nvram/fw_cfg.c
    M hw/ppc/ppc.c
    M hw/s390x/virtio-ccw.c
    M hw/timer/mc146818rtc.c
    M hw/timer/omap_gptimer.c
    M hw/usb/hcd-ohci.c
    M hw/usb/redirect.c
    M hw/xtensa/pic_cpu.c
    M include/exec/cpu-all.h
    M include/exec/hwaddr.h
    M include/exec/user/thunk.h
    M include/hw/acpi/aml-build.h
    M include/hw/acpi/bios-linker-loader.h
    M include/hw/i386/ich9.h
    M include/hw/qdev-properties.h
    M include/qemu-common.h
    M include/qemu/bitmap.h
    M include/qemu/fifo32.h
    M include/qemu/host-utils.h
    M include/qemu/rcu.h
    M include/qom/object.h
    M include/sysemu/tpm_backend_int.h
    M linux-user/syscall.c
    M memory_mapping.c
    M migration/postcopy-ram.c
    M monitor.c
    M page_cache.c
    M po/Makefile
    M qapi/qmp-registry.c
    M qemu-bridge-helper.c
    M qemu-options.hx
    M qemu-timer.c
    M qga/channel-posix.c
    M qga/channel-win32.c
    M qga/channel.h
    M qga/commands-posix.c
    M qga/commands-win32.c
    M qga/commands.c
    M qga/guest-agent-command-state.c
    M qga/main.c
    M qga/service-win32.c
    M replay/replay-char.c
    M rules.mak
    M scripts/clean-includes
    A scripts/coccinelle/overflow_muldiv64.cocci
    A scripts/coccinelle/remove_muldiv64.cocci
    A scripts/coccinelle/round.cocci
    A scripts/coccinelle/simplify_muldiv64.cocci
    A scripts/coccinelle/swap_muldiv64.cocci
    M scripts/create_config
    M scripts/feature_to_c.sh
    M scripts/make_device_config.sh
    M scripts/qemu-binfmt-conf.sh
    M scripts/update-linux-headers.sh
    M slirp/dnssearch.c
    M slirp/slirp.h
    M target-moxie/mmu.h
    M tests/ac97-test.c
    M tests/ahci-test.c
    M tests/bios-tables-test.c
    M tests/boot-order-test.c
    M tests/check-qdict.c
    M tests/check-qfloat.c
    M tests/check-qint.c
    M tests/check-qjson.c
    M tests/check-qlist.c
    M tests/check-qnull.c
    M tests/check-qom-interface.c
    M tests/check-qom-proplist.c
    M tests/check-qstring.c
    M tests/device-introspect-test.c
    M tests/display-vga-test.c
    M tests/drive_del-test.c
    M tests/ds1338-test.c
    M tests/e1000-test.c
    M tests/eepro100-test.c
    M tests/endianness-test.c
    M tests/es1370-test.c
    M tests/fdc-test.c
    M tests/fw_cfg-test.c
    M tests/hd-geo-test.c
    M tests/i440fx-test.c
    M tests/i82801b11-test.c
    M tests/ide-test.c
    M tests/intel-hda-test.c
    M tests/ioh3420-test.c
    M tests/ipmi-bt-test.c
    M tests/ipmi-kcs-test.c
    M tests/ipoctal232-test.c
    M tests/ivshmem-test.c
    M tests/libqos/ahci.c
    M tests/libqos/fw_cfg.c
    M tests/libqos/i2c-imx.c
    M tests/libqos/i2c-omap.c
    M tests/libqos/libqos.c
    M tests/libqos/malloc-generic.c
    M tests/libqos/malloc-pc.c
    M tests/libqos/malloc.c
    M tests/libqos/pci-pc.c
    M tests/libqos/pci.c
    M tests/libqos/usb.c
    M tests/libqos/virtio-mmio.c
    M tests/libqos/virtio-pci.c
    M tests/libqos/virtio.c
    M tests/libqtest.c
    M tests/m48t59-test.c
    M tests/ne2000-test.c
    M tests/nvme-test.c
    M tests/pc-cpu-test.c
    M tests/pcnet-test.c
    M tests/pvpanic-test.c
    M tests/pxe-test.c
    M tests/q35-test.c
    M tests/qom-test.c
    M tests/rcutorture.c
    M tests/rtc-test.c
    M tests/rtl8139-test.c
    M tests/spapr-phb-test.c
    M tests/tco-test.c
    M tests/test-aio.c
    M tests/test-base64.c
    M tests/test-bitops.c
    M tests/test-blockjob-txn.c
    M tests/test-coroutine.c
    M tests/test-crypto-cipher.c
    M tests/test-crypto-hash.c
    M tests/test-crypto-secret.c
    M tests/test-cutils.c
    M tests/test-filter-mirror.c
    M tests/test-filter-redirector.c
    M tests/test-hbitmap.c
    M tests/test-int128.c
    M tests/test-io-task.c
    M tests/test-iov.c
    M tests/test-logging.c
    M tests/test-mul64.c
    M tests/test-netfilter.c
    M tests/test-opts-visitor.c
    M tests/test-qdev-global-props.c
    M tests/test-qemu-opts.c
    M tests/test-qga.c
    M tests/test-qmp-commands.c
    M tests/test-qmp-event.c
    M tests/test-qmp-input-strict.c
    M tests/test-qmp-input-visitor.c
    M tests/test-qmp-output-visitor.c
    M tests/test-rcu-list.c
    M tests/test-rfifolock.c
    M tests/test-string-input-visitor.c
    M tests/test-string-output-visitor.c
    M tests/test-thread-pool.c
    M tests/test-throttle.c
    M tests/test-timed-average.c
    M tests/test-visitor-serialization.c
    M tests/test-vmstate.c
    M tests/test-write-threshold.c
    M tests/test-x86-cpuid.c
    M tests/tmp105-test.c
    M tests/tpci200-test.c
    M tests/usb-hcd-ehci-test.c
    M tests/usb-hcd-ohci-test.c
    M tests/usb-hcd-uhci-test.c
    M tests/usb-hcd-xhci-test.c
    M tests/vhost-user-test.c
    M tests/virtio-9p-test.c
    M tests/virtio-balloon-test.c
    M tests/virtio-blk-test.c
    M tests/virtio-console-test.c
    M tests/virtio-net-test.c
    M tests/virtio-rng-test.c
    M tests/virtio-scsi-test.c
    M tests/virtio-serial-test.c
    M tests/vmxnet3-test.c
    M tests/wdt_ib700-test.c
    M thunk.c
    M ui/sdl_zoom.c
    M ui/spice-display.c
    M ui/vnc-palette.c
    M util/coroutine-gthread.c
    M util/hbitmap.c
    M util/memfd.c
    M util/oslib-win32.c
    M util/uri.c
    M vl.c
    M xen-hvm.c

  Log Message:
  -----------
  Merge remote-tracking branch 
'remotes/mjt/tags/pull-trivial-patches-2016-06-07' into staging

trivial patches for 2016-06-07

# gpg: Signature made Tue 07 Jun 2016 16:20:52 BST
# gpg:                using RSA key 0xBEE59D74A4C3D7DB
# gpg: Good signature from "Michael Tokarev <address@hidden>"
# gpg:                 aka "Michael Tokarev <address@hidden>"
# gpg:                 aka "Michael Tokarev <address@hidden>"

* remotes/mjt/tags/pull-trivial-patches-2016-06-07: (51 commits)
  hbitmap: Use DIV_ROUND_UP
  qemu-timer: Use DIV_ROUND_UP
  linux-user: Use DIV_ROUND_UP
  slirp: Use DIV_ROUND_UP
  usb: Use DIV_ROUND_UP
  rocker: Use DIV_ROUND_UP
  SPICE: Use DIV_ROUND_UP
  audio: Use DIV_ROUND_UP
  xen: Use DIV_ROUND_UP
  crypto: Use DIV_ROUND_UP
  block: Use DIV_ROUND_UP
  qed: Use DIV_ROUND_UP
  qcow/qcow2: Use DIV_ROUND_UP
  parallels: Use DIV_ROUND_UP
  coccinelle: use macro DIV_ROUND_UP instead of (((n) + (d) - 1) /(d))
  thunk: Rename args and fields in host-target bitmask conversion code
  thunk: Drop unused NO_THUNK_TYPE_SIZE guards
  qemu-common.h: Drop WORDS_ALIGNED define
  host-utils: Prefer 'false' for bool type
  docs/multi-thread-compression: Fix wrong command string
  ...

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


Compare: https://github.com/qemu/qemu/compare/40eeb397c8b8...6ed5546fa7bf

reply via email to

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