qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] a23797: Update language files for QEMU 2.4.0


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] a23797: Update language files for QEMU 2.4.0
Date: Fri, 11 Sep 2015 08:00:05 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: a23797efb14f4d8f093e3b68f8265c88e9ff1de6
      
https://github.com/qemu/qemu/commit/a23797efb14f4d8f093e3b68f8265c88e9ff1de6
  Author: Stefan Weil <address@hidden>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M po/de_DE.po
    M po/fr_FR.po
    M po/hu.po
    M po/it.po
    M po/messages.po
    M po/tr.po
    M po/zh_CN.po

  Log Message:
  -----------
  Update language files for QEMU 2.4.0

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


  Commit: 6883de6c9b647d5629ffe131ed5d97c06bb0db1a
      
https://github.com/qemu/qemu/commit/6883de6c9b647d5629ffe131ed5d97c06bb0db1a
  Author: Andrey Korolyov <address@hidden>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M qemu-nbd.c

  Log Message:
  -----------
  Trivial: fix commandline help message

Fix obvious typo in printed help for qemu-nbd.

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


  Commit: fee562e9e41290a22623de83b673a8929ec5280d
      
https://github.com/qemu/qemu/commit/fee562e9e41290a22623de83b673a8929ec5280d
  Author: Laurent Vivier <address@hidden>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M hw/watchdog/wdt_i6300esb.c

  Log Message:
  -----------
  i6300esb: fix timer overflow

We use muldiv64() to compute the time to wait:

    timeout = muldiv64(get_ticks_per_sec(), timeout, 33000000);

but get_ticks_per_sec() is 10^9 (30 bit value) and timeout
is a 35 bit value.

Whereas muldiv64 is:

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

So we loose 3 bits of timeout.

Swapping get_ticks_per_sec() and timeout fixes it.

We can also replace it by a multiplication by 30 ns,
but this changes PCI clock frequency from 33MHz to 33.333333MHz
and we need to do this on all the QEMU PCI devices (later...)

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


  Commit: a8f15a27752d855d339befd8de4f0ad1c4dbb0ab
      
https://github.com/qemu/qemu/commit/a8f15a27752d855d339befd8de4f0ad1c4dbb0ab
  Author: Daniel P. Berrange <address@hidden>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M block/vhdx.c
    M hw/arm/vexpress.c
    M hw/intc/arm_gic.c
    M numa.c
    M qga/commands-win32.c

  Log Message:
  -----------
  maint: remove double semicolons in many files

A number of source files have statements accidentally
terminated by a double semicolon - eg 'foo = bar;;'.
This is harmless but a mistake none the less.

The tcg/ia64/tcg-target.c file is whitelisted because
it has valid use of ';;' in a comment containing assembly
code.

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


  Commit: b6af097528caba5b23b79db3f1f1fd08fa4fa11e
      
https://github.com/qemu/qemu/commit/b6af097528caba5b23b79db3f1f1fd08fa4fa11e
  Author: Daniel P. Berrange <address@hidden>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M block/qcow2-cluster.c
    M block/qcow2-refcount.c
    M docs/libcacard.txt
    M docs/multiseat.txt
    M docs/specs/qcow2.txt
    M docs/specs/rocker.txt
    M hw/net/rtl8139.c
    M hw/usb/host-libusb.c
    M hw/vfio/common.c
    M include/block/block.h
    M include/exec/memory.h
    M linux-user/elfload.c
    M migration/rdma.c
    M qemu-doc.texi
    M qemu-img.texi
    M qemu-options.hx
    M target-arm/cpu.h
    M target-arm/helper.c
    M target-arm/translate.c
    M target-lm32/helper.c
    M target-microblaze/translate.c
    M target-moxie/helper.c
    M util/bitmap.c

  Log Message:
  -----------
  maint: remove / fix many doubled words

Many source files have doubled words (eg "the the", "to to",
and so on). Most of these can simply be removed, but a couple
were actual mis-spellings (eg "to to" instead of "to do").
There was even one triple word score "to to to" :-)

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


  Commit: 8abae4d31d92be2085fd66566585cba7699ad332
      
https://github.com/qemu/qemu/commit/8abae4d31d92be2085fd66566585cba7699ad332
  Author: Daniel P. Berrange <address@hidden>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M disas/ia64.c
    M hw/i386/xen/xen_platform.c
    M linux-user/signal.c
    M target-microblaze/op_helper.c
    M target-moxie/helper.c
    M target-moxie/translate.c
    M target-sh4/op_helper.c
    M tests/test-xbzrle.c

  Log Message:
  -----------
  maint: remove unused include for assert.h

A number of files were including assert.h but not using any
of the functions it provides

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


  Commit: d7646f241c8efc17b4b86cc7a304472792f0cc74
      
https://github.com/qemu/qemu/commit/d7646f241c8efc17b4b86cc7a304472792f0cc74
  Author: Daniel P. Berrange <address@hidden>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M fsdev/virtio-9p-marshal.c
    M hw/tpm/tpm_passthrough.c
    M hw/usb/redirect.c
    M hw/vfio/pci.c
    M qemu-char.c

  Log Message:
  -----------
  maint: remove unused include for dirent.h

A number of files were including dirent.h but not using any
of the functions it provides

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


  Commit: 1618d2ae7f1728ea26fa38cb661253f134d389ed
      
https://github.com/qemu/qemu/commit/1618d2ae7f1728ea26fa38cb661253f134d389ed
  Author: Daniel P. Berrange <address@hidden>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M bsd-user/signal.c
    M hw/block/xen_disk.c
    M hw/net/xen_nic.c
    M hw/usb/redirect.c
    M os-win32.c
    M target-i386/translate.c
    M target-mips/helper.c
    M target-sh4/helper.c
    M target-tricore/helper.c
    M tests/tcg/testthread.c

  Log Message:
  -----------
  maint: remove unused include for signal.h

A number of files were including signal.h but not using any
of the functions it provides

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


  Commit: 4595a48a10e576638795950b61957f83d2ed09b4
      
https://github.com/qemu/qemu/commit/4595a48a10e576638795950b61957f83d2ed09b4
  Author: Daniel P. Berrange <address@hidden>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M disas/microblaze.c
    M hw/pci/shpc.c
    M page_cache.c
    M tests/test-xbzrle.c

  Log Message:
  -----------
  maint: remove unused include for strings.h

A number of files were including strings.h but not using any
of the functions it provides

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


  Commit: ef1e1e0782e99c9dcf2b35e5310cdd8ca9211374
      
https://github.com/qemu/qemu/commit/ef1e1e0782e99c9dcf2b35e5310cdd8ca9211374
  Author: Daniel P. Berrange <address@hidden>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M backends/hostmem-file.c
    M bsd-user/elfload.c
    M disas/sparc.c
    M hw/bt/hci.c
    M hw/core/loader.c
    M hw/core/qdev-properties.c
    M hw/display/exynos4210_fimd.c
    M hw/mips/mips_r4k.c
    M hw/net/fsl_etsec/rings.c
    M hw/net/rocker/rocker.c
    M hw/net/rocker/rocker_desc.c
    M hw/nvram/fw_cfg.c
    M hw/pci-host/prep.c
    M hw/sd/sd.c
    M hw/usb/hcd-xhci.c
    M hw/xen/xen_pt_config_init.c
    M migration/savevm.c
    M qemu-char.c
    M tests/bios-tables-test.c
    M ui/spice-display.c

  Log Message:
  -----------
  maint: avoid useless "if (foo) free(foo)" pattern

The free() and g_free() functions both happily accept
NULL on any platform QEMU builds on. As such putting a
conditional 'if (foo)' check before calls to 'free(foo)'
merely serves to bloat the lines of code.

Signed-off-by: Daniel P. Berrange <address@hidden>
Reviewed-by: Markus Armbruster <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 012aef073461fd24a901d7a8742532093b7f6ae5
      
https://github.com/qemu/qemu/commit/012aef073461fd24a901d7a8742532093b7f6ae5
  Author: Markus Armbruster <address@hidden>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M hw/char/exynos4210_uart.c
    M hw/net/rtl8139.c
    M hw/ppc/spapr_pci.c
    M hw/sd/sdhci.c
    M hw/usb/hcd-ehci-pci.c
    M tests/test-hbitmap.c
    M translate-all.c
    M vl.c
    M xen-mapcache.c

  Log Message:
  -----------
  maint: avoid useless "if (foo) free(foo)" pattern

My Coccinelle semantic patch finds a few more, because it also fixes up
the equally pointless conditional

    if (foo) {
  free(foo);
  foo = NULL;
    }

Result (feel free to squash it into your patch):

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


  Commit: 594fd21102aa7b7dce1509b31944d10836108c6b
      
https://github.com/qemu/qemu/commit/594fd21102aa7b7dce1509b31944d10836108c6b
  Author: John Snow <address@hidden>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M hw/ide/ahci.c
    M hw/vfio/platform.c
    M net/tap-linux.c

  Log Message:
  -----------
  trivial: remove trailing newline from error_report

Minor cleanup.

Signed-off-by: John Snow <address@hidden>
Reviewed-by: Gonglei <address@hidden>
Reviewed-by: Stefan Hajnoczi <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 71e0e067b2bef8823c389c3705a8bcbb2bb12429
      
https://github.com/qemu/qemu/commit/71e0e067b2bef8823c389c3705a8bcbb2bb12429
  Author: Marc-André Lureau <address@hidden>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M qga/qapi-schema.json

  Log Message:
  -----------
  docs: fix a qga/qapi-schema.json comment

For consistency with the rest of the comment blocks.

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


  Commit: fe646693acc13ac48b98435d14149ab04dc597bc
      
https://github.com/qemu/qemu/commit/fe646693acc13ac48b98435d14149ab04dc597bc
  Author: Kővágó, Zoltán <address@hidden>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M block.c
    M tests/qemu-iotests/017.out
    M tests/qemu-iotests/018.out
    M tests/qemu-iotests/019.out
    M tests/qemu-iotests/020.out
    M tests/qemu-iotests/024.out
    M tests/qemu-iotests/028.out
    M tests/qemu-iotests/034.out
    M tests/qemu-iotests/037.out
    M tests/qemu-iotests/038.out
    M tests/qemu-iotests/039.out
    M tests/qemu-iotests/043.out
    M tests/qemu-iotests/046.out
    M tests/qemu-iotests/049.out
    M tests/qemu-iotests/050.out
    M tests/qemu-iotests/051.out
    M tests/qemu-iotests/061.out
    M tests/qemu-iotests/069.out
    M tests/qemu-iotests/073.out
    M tests/qemu-iotests/079.out
    M tests/qemu-iotests/082.out
    M tests/qemu-iotests/085.out
    M tests/qemu-iotests/095.out
    M tests/qemu-iotests/097.out
    M tests/qemu-iotests/098.out
    M tests/qemu-iotests/110.out
    M tests/qemu-iotests/112.out
    M tests/qemu-iotests/114.out
    M tests/qemu-iotests/115.out
    M tests/qemu-iotests/121.out
    M tests/qemu-iotests/122.out
    M tests/qemu-iotests/130.out
    M tests/qemu-iotests/common.filter
    M util/qemu-option.c

  Log Message:
  -----------
  opts: produce valid command line in qemu_opts_print

This will let us print options in a format that the user would actually
write it on the command line (foo=bar,baz=asd,etc=def), without
prepending a spurious comma at the beginning of the list, or quoting
values unnecessarily.  This patch provides the following changes:
* write and id=, if the option has an id
* do not print separator before the first element
* do not quote string arguments
* properly escape commas (,) for QEMU

Signed-off-by: Kővágó, Zoltán <address@hidden>
Reviewed-by: Markus Armbruster <address@hidden>
Reviewed-by: Stefan Hajnoczi <address@hidden>
Reviewed-by: Marc-André Lureau <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 8cb76755615326dd824ee3c7f3588afcd17acb28
      
https://github.com/qemu/qemu/commit/8cb76755615326dd824ee3c7f3588afcd17acb28
  Author: Stefan Weil <address@hidden>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M linux-user/main.c

  Log Message:
  -----------
  linux-user: Fix warnings caused by missing 'static' attribute

Warnings from the Sparse static analysis tool:

linux-user/main.c:40:12: warning:
 symbol 'filename' was not declared. Should it be static?
linux-user/main.c:41:12: warning:
 symbol 'argv0' was not declared. Should it be static?
linux-user/main.c:42:5: warning:
 symbol 'gdbstub_port' was not declared. Should it be static?
linux-user/main.c:43:11: warning:
 symbol 'envlist' was not declared. Should it be static?

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


  Commit: 70cbae1dd85c9b4bb7c42bb282baacaaed0dd9bd
      
https://github.com/qemu/qemu/commit/70cbae1dd85c9b4bb7c42bb282baacaaed0dd9bd
  Author: Samuel Thibault <address@hidden>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M backends/baum.c

  Log Message:
  -----------
  baum: Fix build with debugging enabled

cur and buf are pointers, so the difference is a ptrdiff_t

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


  Commit: 74c373e42f3dccae3b3b1e91a82ab8f748a39a6f
      
https://github.com/qemu/qemu/commit/74c373e42f3dccae3b3b1e91a82ab8f748a39a6f
  Author: Shraddha Barke <address@hidden>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M target-ppc/translate_init.c

  Log Message:
  -----------
  Target-ppc: Remove unnecessary variable

Compress lines and remove the variable ret.

Change made using Coccinelle script

@@
expression ret;
@@
- if (ret) return ret;
- return 0;
+ return ret;
@@
local idexpression ret;
expression e;
@@
- ret = e;
- return ret;
+ return e;
@@
type T; identifier i;
@@
- T i;
... when != i

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


  Commit: 2382053f1deea2a2b49cf15571be7b542bec5fcf
      
https://github.com/qemu/qemu/commit/2382053f1deea2a2b49cf15571be7b542bec5fcf
  Author: Laurent Vivier <address@hidden>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M qemu-options.hx

  Log Message:
  -----------
  help: dd missing newline

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


  Commit: 76621d1faa25405ab13cfe73890f9069b2890ed4
      
https://github.com/qemu/qemu/commit/76621d1faa25405ab13cfe73890f9069b2890ed4
  Author: Stefan Weil <address@hidden>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M disas/microblaze.c

  Log Message:
  -----------
  disas/microblaze: Remove unused code

Signed-off-by: Stefan Weil <address@hidden>
Reviewed-by: Edgar E. Iglesias <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 33b23b4b5e15923acaf315b01a535c15b239483b
      
https://github.com/qemu/qemu/commit/33b23b4b5e15923acaf315b01a535c15b239483b
  Author: Marc-André Lureau <address@hidden>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M qapi-schema.json

  Log Message:
  -----------
  qapi-schema: remove legacy<> from doc

The legacy<> type is no longer used since 7ce7ffe02.

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


  Commit: 67cc32ebfd8c0ee3fcdb26780a8991baf5eb1d45
      
https://github.com/qemu/qemu/commit/67cc32ebfd8c0ee3fcdb26780a8991baf5eb1d45
  Author: Veres Lajos <address@hidden>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M disas/i386.c
    M disas/s390.c
    M docs/specs/ppc-spapr-hcalls.txt
    M docs/writing-qmp-commands.txt
    M hw/audio/fmopl.c
    M hw/core/qdev.c
    M hw/cris/axis_dev88.c
    M hw/display/qxl-render.c
    M hw/dma/xilinx_axidma.c
    M hw/input/stellaris_input.c
    M hw/intc/xics.c
    M hw/net/fsl_etsec/etsec.c
    M hw/sd/pl181.c
    M hw/vfio/pci.c
    M hw/xen/xen-host-pci-device.c
    M include/block/scsi.h
    M include/exec/memory.h
    M libcacard/card_7816t.h
    M libdecnumber/decContext.c
    M libdecnumber/decNumber.c
    M linux-user/syscall.c
    M linux-user/syscall_defs.h
    M qga/commands-posix.c
    M target-alpha/mem_helper.c
    M target-arm/cpu.h
    M target-cris/cpu.h
    M target-cris/translate.c
    M target-mips/helper.c
    M target-s390x/kvm.c
    M target-sh4/helper.c
    M tcg/ia64/tcg-target.c
    M tcg/tcg.c
    M tests/image-fuzzer/runner.py
    M tests/qemu-iotests/041
    M util/qemu-thread-posix.c

  Log Message:
  -----------
  typofixes - v4

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


  Commit: 01630e24b0993adb4874b5416e897646c964bb8f
      
https://github.com/qemu/qemu/commit/01630e24b0993adb4874b5416e897646c964bb8f
  Author: Shannon Zhao <address@hidden>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M hw/s390x/s390-virtio-bus.c

  Log Message:
  -----------
  hw/s390x/s390-virtio-bus: Remove meaningless blank Property

Signed-off-by: Shannon Zhao <address@hidden>
Signed-off-by: Shannon Zhao <address@hidden>
Acked-by: Cornelia Huck <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 6328d69de09243929d90665eb6a6e0c96c4d06fc
      
https://github.com/qemu/qemu/commit/6328d69de09243929d90665eb6a6e0c96c4d06fc
  Author: Shannon Zhao <address@hidden>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

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

  Log Message:
  -----------
  hw/virtio/virtio-pci: Remove meaningless blank Property

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


  Commit: c11b05836ead1e6354aa31857d31c0d908e7e08c
      
https://github.com/qemu/qemu/commit/c11b05836ead1e6354aa31857d31c0d908e7e08c
  Author: Shannon Zhao <address@hidden>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M hw/gpio/zaurus.c

  Log Message:
  -----------
  hw/gpio/zaurus: Remove meaningless blank Property

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


  Commit: a3c088a72c70401fd4d1342173dd971c2fce5e4d
      
https://github.com/qemu/qemu/commit/a3c088a72c70401fd4d1342173dd971c2fce5e4d
  Author: Shannon Zhao <address@hidden>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M hw/arm/spitz.c

  Log Message:
  -----------
  hw/arm/spitz: Remove meaningless blank Property

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


  Commit: af5b83d7d5297f8bdfd3353a420c120c4fd5adfd
      
https://github.com/qemu/qemu/commit/af5b83d7d5297f8bdfd3353a420c120c4fd5adfd
  Author: Gerd Hoffmann <address@hidden>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M default-configs/i386-softmmu.mak

  Log Message:
  -----------
  virtio-vga: enable for i386

This one just syncs x86_64 and i386.

Cc: Paolo Bonzini <address@hidden>
Cc: address@hidden
Signed-off-by: Gerd Hoffmann <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: ba9cef7b6e487a5a8969db81d09b8eec8a2b50c6
      
https://github.com/qemu/qemu/commit/ba9cef7b6e487a5a8969db81d09b8eec8a2b50c6
  Author: Peter Maydell <address@hidden>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M backends/baum.c
    M backends/hostmem-file.c
    M block.c
    M block/qcow2-cluster.c
    M block/qcow2-refcount.c
    M block/vhdx.c
    M bsd-user/elfload.c
    M bsd-user/signal.c
    M default-configs/i386-softmmu.mak
    M disas/i386.c
    M disas/ia64.c
    M disas/microblaze.c
    M disas/s390.c
    M disas/sparc.c
    M docs/libcacard.txt
    M docs/multiseat.txt
    M docs/specs/ppc-spapr-hcalls.txt
    M docs/specs/qcow2.txt
    M docs/specs/rocker.txt
    M docs/writing-qmp-commands.txt
    M fsdev/virtio-9p-marshal.c
    M hw/arm/spitz.c
    M hw/arm/vexpress.c
    M hw/audio/fmopl.c
    M hw/block/xen_disk.c
    M hw/bt/hci.c
    M hw/char/exynos4210_uart.c
    M hw/core/loader.c
    M hw/core/qdev-properties.c
    M hw/core/qdev.c
    M hw/cris/axis_dev88.c
    M hw/display/exynos4210_fimd.c
    M hw/display/qxl-render.c
    M hw/dma/xilinx_axidma.c
    M hw/gpio/zaurus.c
    M hw/i386/xen/xen_platform.c
    M hw/ide/ahci.c
    M hw/input/stellaris_input.c
    M hw/intc/arm_gic.c
    M hw/intc/xics.c
    M hw/mips/mips_r4k.c
    M hw/net/fsl_etsec/etsec.c
    M hw/net/fsl_etsec/rings.c
    M hw/net/rocker/rocker.c
    M hw/net/rocker/rocker_desc.c
    M hw/net/rtl8139.c
    M hw/net/xen_nic.c
    M hw/nvram/fw_cfg.c
    M hw/pci-host/prep.c
    M hw/pci/shpc.c
    M hw/ppc/spapr_pci.c
    M hw/s390x/s390-virtio-bus.c
    M hw/sd/pl181.c
    M hw/sd/sd.c
    M hw/sd/sdhci.c
    M hw/tpm/tpm_passthrough.c
    M hw/usb/hcd-ehci-pci.c
    M hw/usb/hcd-xhci.c
    M hw/usb/host-libusb.c
    M hw/usb/redirect.c
    M hw/vfio/common.c
    M hw/vfio/pci.c
    M hw/vfio/platform.c
    M hw/virtio/virtio-pci.c
    M hw/watchdog/wdt_i6300esb.c
    M hw/xen/xen-host-pci-device.c
    M hw/xen/xen_pt_config_init.c
    M include/block/block.h
    M include/block/scsi.h
    M include/exec/memory.h
    M libcacard/card_7816t.h
    M libdecnumber/decContext.c
    M libdecnumber/decNumber.c
    M linux-user/elfload.c
    M linux-user/main.c
    M linux-user/signal.c
    M linux-user/syscall.c
    M linux-user/syscall_defs.h
    M migration/rdma.c
    M migration/savevm.c
    M net/tap-linux.c
    M numa.c
    M os-win32.c
    M page_cache.c
    M po/de_DE.po
    M po/fr_FR.po
    M po/hu.po
    M po/it.po
    M po/messages.po
    M po/tr.po
    M po/zh_CN.po
    M qapi-schema.json
    M qemu-char.c
    M qemu-doc.texi
    M qemu-img.texi
    M qemu-nbd.c
    M qemu-options.hx
    M qga/commands-posix.c
    M qga/commands-win32.c
    M qga/qapi-schema.json
    M target-alpha/mem_helper.c
    M target-arm/cpu.h
    M target-arm/helper.c
    M target-arm/translate.c
    M target-cris/cpu.h
    M target-cris/translate.c
    M target-i386/translate.c
    M target-lm32/helper.c
    M target-microblaze/op_helper.c
    M target-microblaze/translate.c
    M target-mips/helper.c
    M target-moxie/helper.c
    M target-moxie/translate.c
    M target-ppc/translate_init.c
    M target-s390x/kvm.c
    M target-sh4/helper.c
    M target-sh4/op_helper.c
    M target-tricore/helper.c
    M tcg/ia64/tcg-target.c
    M tcg/tcg.c
    M tests/bios-tables-test.c
    M tests/image-fuzzer/runner.py
    M tests/qemu-iotests/017.out
    M tests/qemu-iotests/018.out
    M tests/qemu-iotests/019.out
    M tests/qemu-iotests/020.out
    M tests/qemu-iotests/024.out
    M tests/qemu-iotests/028.out
    M tests/qemu-iotests/034.out
    M tests/qemu-iotests/037.out
    M tests/qemu-iotests/038.out
    M tests/qemu-iotests/039.out
    M tests/qemu-iotests/041
    M tests/qemu-iotests/043.out
    M tests/qemu-iotests/046.out
    M tests/qemu-iotests/049.out
    M tests/qemu-iotests/050.out
    M tests/qemu-iotests/051.out
    M tests/qemu-iotests/061.out
    M tests/qemu-iotests/069.out
    M tests/qemu-iotests/073.out
    M tests/qemu-iotests/079.out
    M tests/qemu-iotests/082.out
    M tests/qemu-iotests/085.out
    M tests/qemu-iotests/095.out
    M tests/qemu-iotests/097.out
    M tests/qemu-iotests/098.out
    M tests/qemu-iotests/110.out
    M tests/qemu-iotests/112.out
    M tests/qemu-iotests/114.out
    M tests/qemu-iotests/115.out
    M tests/qemu-iotests/121.out
    M tests/qemu-iotests/122.out
    M tests/qemu-iotests/130.out
    M tests/qemu-iotests/common.filter
    M tests/tcg/testthread.c
    M tests/test-hbitmap.c
    M tests/test-xbzrle.c
    M translate-all.c
    M ui/spice-display.c
    M util/bitmap.c
    M util/qemu-option.c
    M util/qemu-thread-posix.c
    M vl.c
    M xen-mapcache.c

  Log Message:
  -----------
  Merge remote-tracking branch 
'remotes/mjt/tags/pull-trivial-patches-2015-09-11' into staging

trivial patches for 2015-09-11

# gpg: Signature made Fri 11 Sep 2015 12:02:43 BST using RSA key ID A4C3D7DB
# gpg: Good signature from "Michael Tokarev <address@hidden>"
# gpg:                 aka "Michael Tokarev <address@hidden>"
# gpg:                 aka "Michael Tokarev <address@hidden>"

* remotes/mjt/tags/pull-trivial-patches-2015-09-11: (26 commits)
  virtio-vga: enable for i386
  hw/arm/spitz: Remove meaningless blank Property
  hw/gpio/zaurus: Remove meaningless blank Property
  hw/virtio/virtio-pci: Remove meaningless blank Property
  hw/s390x/s390-virtio-bus: Remove meaningless blank Property
  typofixes - v4
  qapi-schema: remove legacy<> from doc
  disas/microblaze: Remove unused code
  help: dd missing newline
  Target-ppc: Remove unnecessary variable
  baum: Fix build with debugging enabled
  linux-user: Fix warnings caused by missing 'static' attribute
  opts: produce valid command line in qemu_opts_print
  docs: fix a qga/qapi-schema.json comment
  trivial: remove trailing newline from error_report
  maint: avoid useless "if (foo) free(foo)" pattern
  maint: avoid useless "if (foo) free(foo)" pattern
  maint: remove unused include for strings.h
  maint: remove unused include for signal.h
  maint: remove unused include for dirent.h
  ...

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


Compare: https://github.com/qemu/qemu/compare/7b9c09f7d486...ba9cef7b6e48

reply via email to

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