qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 070c76: tpm: Cast 64bit variables to int when


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 070c76: tpm: Cast 64bit variables to int when used in DPRI...
Date: Thu, 30 Apr 2015 10:30:09 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 070c7607f62f9623be9ff14623a43b0ca195c572
      
https://github.com/qemu/qemu/commit/070c7607f62f9623be9ff14623a43b0ca195c572
  Author: Stefan Berger <address@hidden>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M hw/tpm/tpm_tis.c

  Log Message:
  -----------
  tpm: Cast 64bit variables to int when used in DPRINTF

Cast 64bit variables to int when used in DPRINTF. They only contain
32bit of data.

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


  Commit: 4d1ba9c4f8a4d68b9d053946d551ffa8f1006b77
      
https://github.com/qemu/qemu/commit/4d1ba9c4f8a4d68b9d053946d551ffa8f1006b77
  Author: Stefan Berger <address@hidden>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

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

  Log Message:
  -----------
  tpm: Modify DPRINTF to enable -Wformat checking

Modify DPRINTF to always enable -Wformat checking.

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


  Commit: 4188e39055bfaf6d76b7d98294b0aeb8e4f3082d
      
https://github.com/qemu/qemu/commit/4188e39055bfaf6d76b7d98294b0aeb8e4f3082d
  Author: Chih-Min Chao <address@hidden>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M include/qemu/bitops.h

  Log Message:
  -----------
  bitops : fix coding style

    don't mix tab and space. The rule is 4 spaces

Signed-off-by: Chih-Min Chao <address@hidden>
Reviewed-by: Gerd Hoffmann <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 494cb81741f867319f11ecfa0949168baf9f01d7
      
https://github.com/qemu/qemu/commit/494cb81741f867319f11ecfa0949168baf9f01d7
  Author: Chih-Min Chao <address@hidden>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M ui/vnc-auth-vencrypt.c

  Log Message:
  -----------
  ui/vnc : fix coding style

    reported by checkpatch.pl

Signed-off-by: Chih-Min Chao <address@hidden>
Reviewed-by: Gerd Hoffmann <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 4769a881cbe1130e7ba4650471ef37e2cf998a9c
      
https://github.com/qemu/qemu/commit/4769a881cbe1130e7ba4650471ef37e2cf998a9c
  Author: Chih-Min Chao <address@hidden>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M ui/vnc-auth-vencrypt.c
    M ui/vnc-tls.c
    M ui/vnc-ws.c
    M ui/vnc.c

  Log Message:
  -----------
  ui/vnc : remove 'struct' of 'typedef struct'

Signed-off-by: Chih-Min Chao <address@hidden>
Reviewed-by: Gerd Hoffmann <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 9425c004fe287bfe95e2bf64634d6a618c2b596c
      
https://github.com/qemu/qemu/commit/9425c004fe287bfe95e2bf64634d6a618c2b596c
  Author: Chih-Min Chao <address@hidden>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M ui/console.c
    M ui/spice-display.c

  Log Message:
  -----------
  ui/console : remove 'struct' from 'typedef struct' type

Signed-off-by: Chih-Min Chao <address@hidden>
Reviewed-by: Gerd Hoffmann <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: c9f88ce330c3d9107adfabdde33bdf10dcc05934
      
https://github.com/qemu/qemu/commit/c9f88ce330c3d9107adfabdde33bdf10dcc05934
  Author: Chih-Min Chao <address@hidden>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M hw/display/qxl.c
    M ui/spice-display.c

  Log Message:
  -----------
  hw/display : remove 'struct' from 'typedef QXL struct'

Signed-off-by: Chih-Min Chao <address@hidden>
Reviewed-by: Gerd Hoffmann <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 631b22ea206300f09b9d1bb9249169e0f0092639
      
https://github.com/qemu/qemu/commit/631b22ea206300f09b9d1bb9249169e0f0092639
  Author: Stefan Weil <address@hidden>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M hw/block/virtio-blk.c
    M hw/misc/edu.c
    M hw/net/virtio-net.c
    M hw/ppc/spapr.c
    M qga/qapi-schema.json
    M target-s390x/mmu_helper.c
    M target-s390x/translate.c
    M tests/libqos/ahci.c

  Log Message:
  -----------
  misc: Fix new collection of typos

All of them were reported by codespell.
Most typos are in comments, one is in an error message.

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


  Commit: f2fbb40ea32445b281696a1b3f16de670951de2e
      
https://github.com/qemu/qemu/commit/f2fbb40ea32445b281696a1b3f16de670951de2e
  Author: Paolo Bonzini <address@hidden>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M dma-helpers.c
    M hw/acpi/pcihp.c
    M hw/i386/acpi-build.c
    M include/hw/i386/ich9.h
    M include/hw/pci-host/q35.h

  Log Message:
  -----------
  range: remove useless inclusions

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


  Commit: 1897b212b780a02a5605ad934a6dd16c76571fe3
      
https://github.com/qemu/qemu/commit/1897b212b780a02a5605ad934a6dd16c76571fe3
  Author: Paolo Bonzini <address@hidden>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M util/qemu-config.c

  Log Message:
  -----------
  qemu-config: remove stray inclusions of hw/ files

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


  Commit: 29b558d87710a962203a45d9dd57bf7eab19dca0
      
https://github.com/qemu/qemu/commit/29b558d87710a962203a45d9dd57bf7eab19dca0
  Author: Stefan Berger <address@hidden>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M hw/tpm/tpm_tis.c

  Log Message:
  -----------
  tpm: fix coding style

Fix coding style in one instance.

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


  Commit: c2cb2b041b56e113e43da78528c9dfd8257e0206
      
https://github.com/qemu/qemu/commit/c2cb2b041b56e113e43da78528c9dfd8257e0206
  Author: Jan Kiszka <address@hidden>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M backends/hostmem-file.c

  Log Message:
  -----------
  hostmem: Fix mem-path property name in error report

The subtle difference between "property not found" and "property not
set" is already confusing enough.

Signed-off-by: Jan Kiszka <address@hidden>
Reviewed-by: Peter Crosthwaite <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 825976153ee4c787326e0beb31144906f0a3c210
      
https://github.com/qemu/qemu/commit/825976153ee4c787326e0beb31144906f0a3c210
  Author: Michael Tokarev <address@hidden>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M qemu-options.hx

  Log Message:
  -----------
  qemu-options: trivial spelling fix (messsage)

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


  Commit: 9dcfda1298662223af1b99f7aef1bcf94df134a8
      
https://github.com/qemu/qemu/commit/9dcfda1298662223af1b99f7aef1bcf94df134a8
  Author: Thomas Huth <address@hidden>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M hw/net/vmxnet_rx_pkt.c
    M hw/net/vmxnet_rx_pkt.h

  Log Message:
  -----------
  vmxnet: Remove unused function vmxnet_rx_pkt_get_num_frags()

The function is not used anymore and thus can be deleted.

Signed-off-by: Thomas Huth <address@hidden>
Cc: Dmitry Fleytman <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 04768b985e8da35cba67b60dab02865a4d8ecdca
      
https://github.com/qemu/qemu/commit/04768b985e8da35cba67b60dab02865a4d8ecdca
  Author: Thomas Huth <address@hidden>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M hw/pci-bridge/i82801b11.c
    M include/hw/i386/ich9.h

  Log Message:
  -----------
  pci: Remove unused function ich9_d2pbr_init()

The function ich9_d2pbr_init() is completely unused and
thus can be deleted.

Signed-off-by: Thomas Huth <address@hidden>
Reviewed-by: Michael S. Tsirkin <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 26b93109c0dff55aab67da66ebbace2cc39becfc
      
https://github.com/qemu/qemu/commit/26b93109c0dff55aab67da66ebbace2cc39becfc
  Author: Thomas Huth <address@hidden>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M hmp.h
    M include/monitor/monitor.h
    M monitor.c

  Log Message:
  -----------
  monitor: Remove unused functions

The functions ringbuf_read_completion() and monitor_get_rs()
are not used anywhere anymore, so let's remove them.

Signed-off-by: Thomas Huth <address@hidden>
Cc: Luiz Capitulino <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: ec29ea1b2b5ffed569d52393ad8e8d3f4215b9b3
      
https://github.com/qemu/qemu/commit/ec29ea1b2b5ffed569d52393ad8e8d3f4215b9b3
  Author: Thomas Huth <address@hidden>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M hw/usb/core.c
    M include/hw/usb.h

  Log Message:
  -----------
  usb: Remove unused functions

Delete set_usb_string(), usb_ep_get_ifnum(), usb_ep_get_max_packet_size()
usb_ep_get_max_streams() and usb_ep_set_pipeline() since they are
not used anymore.

Signed-off-by: Thomas Huth <address@hidden>
Reviewed-by: Gerd Hoffmann <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 3bf2af7b40281f73d0e33ecca4095078feed07b1
      
https://github.com/qemu/qemu/commit/3bf2af7b40281f73d0e33ecca4095078feed07b1
  Author: Thomas Huth <address@hidden>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M include/qemu-common.h
    M include/qemu/compatfd.h
    M util/compatfd.c
    M util/osdep.c

  Log Message:
  -----------
  util: Remove unused functions

Delete the unused functions qemu_signalfd_available(),
qemu_send_full() and qemu_recv_full().

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


  Commit: ef1d27f4b17c4238ed3395724026910973026d2b
      
https://github.com/qemu/qemu/commit/ef1d27f4b17c4238ed3395724026910973026d2b
  Author: Peter Crosthwaite <address@hidden>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M target-arm/cpu.h

  Log Message:
  -----------
  arm: cpu.h: Remove unused typdefs

These CP accessor function prototypes are unused. Remove them.

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


  Commit: 5ecaa4ed882aa6040d2ddbfc6f487d8b4bcd3b83
      
https://github.com/qemu/qemu/commit/5ecaa4ed882aa6040d2ddbfc6f487d8b4bcd3b83
  Author: Peter Crosthwaite <address@hidden>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M configure

  Log Message:
  -----------
  configure: alphabetize tricore in target list

tricore was out of alphabetical order in the target list. Fix.

Signed-off-by: Peter Crosthwaite <address@hidden>
Acked-by: Bastian Koppelmann <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: d3e4abdddfcf70b2e678de1c6b9b1c6cd3ce541e
      
https://github.com/qemu/qemu/commit/d3e4abdddfcf70b2e678de1c6b9b1c6cd3ce541e
  Author: Laszlo Ersek <address@hidden>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M docs/atomics.txt

  Log Message:
  -----------
  docs/atomics.txt: fix two typos

Cc: Paolo Bonzini <address@hidden>
Signed-off-by: Laszlo Ersek <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 28507a415a9b1e897aa8cdab658c6cdc00eff6cd
      
https://github.com/qemu/qemu/commit/28507a415a9b1e897aa8cdab658c6cdc00eff6cd
  Author: Paolo Bonzini <address@hidden>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M libcacard/cac.c
    M libcacard/card_7816.c
    M libcacard/event.c
    M libcacard/vcard.c
    M libcacard/vcard_emul_nss.c
    M libcacard/vreader.c
    M libcacard/vscclient.c

  Log Message:
  -----------
  libcacard: stop including qemu-common.h

This is a small step towards making libcacard standalone.

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


  Commit: f66759d3aec208651a7ad0cd37f4fec8d86fa7c1
      
https://github.com/qemu/qemu/commit/f66759d3aec208651a7ad0cd37f4fec8d86fa7c1
  Author: Michael Tokarev <address@hidden>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M libcacard/vcard_emul_nss.c
    M libcacard/vcardt.c

  Log Message:
  -----------
  libcacard: do not use full paths for include files in the same dir

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


  Commit: a0970d91c94241c74b2b8027268d2a7e8fe19ae3
      
https://github.com/qemu/qemu/commit/a0970d91c94241c74b2b8027268d2a7e8fe19ae3
  Author: Peter Crosthwaite <address@hidden>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

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

  Log Message:
  -----------
  defconfigs: Piggyback microblazeel on microblaze

Theres no difference in defconfig. Going forward microblazeel should
superset microblaze so use an include.

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


  Commit: 19191a6bc537b2290e18430e1877de9c2db20510
      
https://github.com/qemu/qemu/commit/19191a6bc537b2290e18430e1877de9c2db20510
  Author: Peter Crosthwaite <address@hidden>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M target-microblaze/mmu.h

  Log Message:
  -----------
  microblaze: mmu: Delete flip_um fn prototype

This is not implemented or used.

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


  Commit: b133b09a9d8ae280bba279a1aba9af73a805e198
      
https://github.com/qemu/qemu/commit/b133b09a9d8ae280bba279a1aba9af73a805e198
  Author: Peter Crosthwaite <address@hidden>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M target-microblaze/cpu.h

  Log Message:
  -----------
  microblaze: cpu: Remote unused cpu_get_pc

This function is not used by anything. Remove.

Signed-off-by: Peter Crosthwaite <address@hidden>
Reviewed-by: Edgar E. Iglesias <address@hidden>
Reviewed-by: Alex Bennée <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 004f979fbb83397349c9158946ec5d4f0036632b
      
https://github.com/qemu/qemu/commit/004f979fbb83397349c9158946ec5d4f0036632b
  Author: Peter Crosthwaite <address@hidden>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M target-microblaze/cpu.h

  Log Message:
  -----------
  microblaze: cpu: Remove unused CC_OP enum

This enum is not used by anything. Remove.

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


  Commit: 059ec9aa34fd3c5bfe65141741c671b3e80ac6e7
      
https://github.com/qemu/qemu/commit/059ec9aa34fd3c5bfe65141741c671b3e80ac6e7
  Author: Peter Crosthwaite <address@hidden>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M target-microblaze/cpu.h

  Log Message:
  -----------
  microblaze: cpu: Delete EXCP_NMI

This define is unused. Remove.

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


  Commit: 2161be35ce57ed5b0da0b98f902d003bfebac2c9
      
https://github.com/qemu/qemu/commit/2161be35ce57ed5b0da0b98f902d003bfebac2c9
  Author: Michael Tokarev <address@hidden>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M target-microblaze/cpu.h

  Log Message:
  -----------
  microblaze: cpu: Renumber EXCP_* constants to close gap

After removal of EXCP_NMI there's a gap in EXCP_*
numbering. Let's remove it.

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


  Commit: 93100f67c723f5812d0fa9a026208cf320ef46e6
      
https://github.com/qemu/qemu/commit/93100f67c723f5812d0fa9a026208cf320ef46e6
  Author: Peter Crosthwaite <address@hidden>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M target-microblaze/cpu.h

  Log Message:
  -----------
  microblaze: cpu: delete unused cpu_interrupts_enabled

This function is unused. Remove.

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


  Commit: c28e399cadbeaa996e2a3d334368edd4cd6b6889
      
https://github.com/qemu/qemu/commit/c28e399cadbeaa996e2a3d334368edd4cd6b6889
  Author: Emilio G. Cota <address@hidden>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M cpus.c

  Log Message:
  -----------
  cpus: use first_cpu macro instead of QTAILQ_FIRST(&cpus)

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


  Commit: dfbf272b77cfb6b74131746a67c82271ab009f2f
      
https://github.com/qemu/qemu/commit/dfbf272b77cfb6b74131746a67c82271ab009f2f
  Author: Emilio G. Cota <address@hidden>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M ui/input-legacy.c

  Log Message:
  -----------
  input: remove unused mouse_handlers list

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


  Commit: 63d229c32b72767461262ade78a5cb98dbe0f1b4
      
https://github.com/qemu/qemu/commit/63d229c32b72767461262ade78a5cb98dbe0f1b4
  Author: Emilio G. Cota <address@hidden>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M qemu-char.c

  Log Message:
  -----------
  qemu-char: remove unused list node from FDCharDriver

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


  Commit: b1201addc7ceb8f1fcdc378071ec6f5ab5b3f7ab
      
https://github.com/qemu/qemu/commit/b1201addc7ceb8f1fcdc378071ec6f5ab5b3f7ab
  Author: Emilio G. Cota <address@hidden>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M qemu-coroutine-lock.c

  Log Message:
  -----------
  coroutine: remove unnecessary parentheses in qemu_co_queue_empty

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


  Commit: 52a53afebd2604af957d50fd4f3ce2012350a40d
      
https://github.com/qemu/qemu/commit/52a53afebd2604af957d50fd4f3ce2012350a40d
  Author: Emilio G. Cota <address@hidden>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M linux-user/elfload.c

  Log Message:
  -----------
  linux-user/elfload: use QTAILQ_FOREACH instead of open-coding it

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


  Commit: 5403432f39fc09ce1973cc8c1a62e16502358bf7
      
https://github.com/qemu/qemu/commit/5403432f39fc09ce1973cc8c1a62e16502358bf7
  Author: John Snow <address@hidden>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M qmp-commands.hx

  Log Message:
  -----------
  qmp-commands: Fix typo

Just a trivial patch to correct a QMP example in qmp-commands.hx.

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


  Commit: 3ad9fd5a257794d516db515c217c78a5806112fe
      
https://github.com/qemu/qemu/commit/3ad9fd5a257794d516db515c217c78a5806112fe
  Author: Gonglei <address@hidden>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M hw/mips/mips_fulong2e.c
    M hw/mips/mips_malta.c
    M hw/mips/mips_r4k.c

  Log Message:
  -----------
  target-mips: fix memory leak

Coveristy reports that variable prom_buf/params_buf going
out of scope leaks the storage it points to.

Cc: Aurelien Jarno <address@hidden>
Cc: Leon Alrae <address@hidden>
Signed-off-by: Gonglei <address@hidden>
Reviewed-by: Leon Alrae <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: ab7c5aaf31213f5fc96018514e3d258e951d520f
      
https://github.com/qemu/qemu/commit/ab7c5aaf31213f5fc96018514e3d258e951d520f
  Author: Gonglei <address@hidden>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M hw/virtio/vhost-user.c

  Log Message:
  -----------
  vhost-user: remove superfluous '\n' around error_report()

Signed-off-by: Gonglei <address@hidden>
Reviewed-by: Andreas Färber <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 2ed0c3dad769ab747e1f5448b70eeaf134c76982
      
https://github.com/qemu/qemu/commit/2ed0c3dad769ab747e1f5448b70eeaf134c76982
  Author: Thomas Huth <address@hidden>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M kvm-all.c

  Log Message:
  -----------
  kvm: Silence warning from valgrind

valgrind complains here about uninitialized bytes with the following message:

==17814== Syscall param ioctl(generic) points to uninitialised byte(s)
==17814==    at 0x466A780: ioctl (in /usr/lib64/power8/libc-2.17.so)
==17814==    by 0x100735B7: kvm_vm_ioctl (kvm-all.c:1920)
==17814==    by 0x10074583: kvm_set_ioeventfd_mmio (kvm-all.c:574)

Let's fix it by using a proper struct initializer in kvm_set_ioeventfd_mmio().

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


  Commit: fee068e4f190a36ef3bda9aa7c802f90434ef8e5
      
https://github.com/qemu/qemu/commit/fee068e4f190a36ef3bda9aa7c802f90434ef8e5
  Author: Peter Crosthwaite <address@hidden>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M target-arm/cpu.h
    M target-tricore/cpu.h
    M tcg/tcg.h

  Log Message:
  -----------
  tcg: Delete unused cpu_pc_from_tb()

No code uses the cpu_pc_from_tb() function. Delete from tricore and
arm which each provide an unused implementation. Update the comment
in tcg.h to reflect that this is obsoleted by synchronize_from_tb.

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


  Commit: 4d850406a859d3a5dcfca74eb9caa76ccc064ab3
      
https://github.com/qemu/qemu/commit/4d850406a859d3a5dcfca74eb9caa76ccc064ab3
  Author: Gonglei <address@hidden>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M hw/microblaze/boot.c

  Log Message:
  -----------
  microblaze: fix memory leak

When not assign a -dtb argument, the variable dtb_filename
storage returned from qemu_find_file(), which should be freed
after use. Alternatively we define a local variable filename,
with 'char *' type, free after use.

Signed-off-by: Gonglei <address@hidden>
Reviewed-by: Peter Crosthwaite <address@hidden>
Reviewed-by: Edgar E. Iglesias <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 553029351bac9f5b4f9ea72793e55f02e7677ec2
      
https://github.com/qemu/qemu/commit/553029351bac9f5b4f9ea72793e55f02e7677ec2
  Author: Peter Crosthwaite <address@hidden>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M target-openrisc/cpu.h

  Log Message:
  -----------
  openrisc: cpu: Remove unused cpu_get_pc

This function is not used by anything. Remove.

Signed-off-by: Peter Crosthwaite <address@hidden>
Reviewed-by: Alex Bennée <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: f90f5b9a9aa41e5ea47dc7a0f3e1f99196f485c3
      
https://github.com/qemu/qemu/commit/f90f5b9a9aa41e5ea47dc7a0f3e1f99196f485c3
  Author: Peter Maydell <address@hidden>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M backends/hostmem-file.c
    M configure
    M cpus.c
    M default-configs/microblazeel-softmmu.mak
    M dma-helpers.c
    M docs/atomics.txt
    M hmp.h
    M hw/acpi/pcihp.c
    M hw/block/virtio-blk.c
    M hw/display/qxl.c
    M hw/i386/acpi-build.c
    M hw/microblaze/boot.c
    M hw/mips/mips_fulong2e.c
    M hw/mips/mips_malta.c
    M hw/mips/mips_r4k.c
    M hw/misc/edu.c
    M hw/net/virtio-net.c
    M hw/net/vmxnet_rx_pkt.c
    M hw/net/vmxnet_rx_pkt.h
    M hw/pci-bridge/i82801b11.c
    M hw/ppc/spapr.c
    M hw/tpm/tpm_passthrough.c
    M hw/tpm/tpm_tis.c
    M hw/usb/core.c
    M hw/virtio/vhost-user.c
    M include/hw/i386/ich9.h
    M include/hw/pci-host/q35.h
    M include/hw/usb.h
    M include/monitor/monitor.h
    M include/qemu-common.h
    M include/qemu/bitops.h
    M include/qemu/compatfd.h
    M kvm-all.c
    M libcacard/cac.c
    M libcacard/card_7816.c
    M libcacard/event.c
    M libcacard/vcard.c
    M libcacard/vcard_emul_nss.c
    M libcacard/vcardt.c
    M libcacard/vreader.c
    M libcacard/vscclient.c
    M linux-user/elfload.c
    M monitor.c
    M qemu-char.c
    M qemu-coroutine-lock.c
    M qemu-options.hx
    M qga/qapi-schema.json
    M qmp-commands.hx
    M target-arm/cpu.h
    M target-microblaze/cpu.h
    M target-microblaze/mmu.h
    M target-openrisc/cpu.h
    M target-s390x/mmu_helper.c
    M target-s390x/translate.c
    M target-tricore/cpu.h
    M tcg/tcg.h
    M tests/libqos/ahci.c
    M ui/console.c
    M ui/input-legacy.c
    M ui/spice-display.c
    M ui/vnc-auth-vencrypt.c
    M ui/vnc-tls.c
    M ui/vnc-ws.c
    M ui/vnc.c
    M util/compatfd.c
    M util/osdep.c
    M util/qemu-config.c

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

trivial patches for 2015-04-30

# gpg: Signature made Thu Apr 30 14:07:50 2015 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-04-30: (42 commits)
  openrisc: cpu: Remove unused cpu_get_pc
  microblaze: fix memory leak
  tcg: Delete unused cpu_pc_from_tb()
  kvm: Silence warning from valgrind
  vhost-user: remove superfluous '\n' around error_report()
  target-mips: fix memory leak
  qmp-commands: Fix typo
  linux-user/elfload: use QTAILQ_FOREACH instead of open-coding it
  coroutine: remove unnecessary parentheses in qemu_co_queue_empty
  qemu-char: remove unused list node from FDCharDriver
  input: remove unused mouse_handlers list
  cpus: use first_cpu macro instead of QTAILQ_FIRST(&cpus)
  microblaze: cpu: delete unused cpu_interrupts_enabled
  microblaze: cpu: Renumber EXCP_* constants to close gap
  microblaze: cpu: Delete EXCP_NMI
  microblaze: cpu: Remove unused CC_OP enum
  microblaze: cpu: Remote unused cpu_get_pc
  microblaze: mmu: Delete flip_um fn prototype
  defconfigs: Piggyback microblazeel on microblaze
  libcacard: do not use full paths for include files in the same dir
  ...

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


Compare: https://github.com/qemu/qemu/compare/498147529d1f...f90f5b9a9aa4

reply via email to

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