qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 268f54: hw/register: Document register_init_b


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] 268f54: hw/register: Document register_init_block @memory_...
Date: Tue, 01 Sep 2020 09:00:35 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 268f54974b3ca2d9e634b7a2fb47cb8245b8b6a4
      
https://github.com/qemu/qemu/commit/268f54974b3ca2d9e634b7a2fb47cb8245b8b6a4
  Author: Philippe Mathieu-Daudé <f4bug@amsat.org>
  Date:   2020-08-31 (Mon, 31 Aug 2020)

  Changed paths:
    M include/hw/register.h

  Log Message:
  -----------
  hw/register: Document register_init_block @memory_size

Document the 'memory_size' argument of register_init_block().

Fixes: a74229597e ("register: Add block initialise helper")
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20200707062308.4531-1-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 24df83eb28a53766bd08b67dfb0d113a745a9ecf
      
https://github.com/qemu/qemu/commit/24df83eb28a53766bd08b67dfb0d113a745a9ecf
  Author: Liao Pingfang <liao.pingfang@zte.com.cn>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M target/arm/kvm64.c

  Log Message:
  -----------
  target/arm/kvm: Remove superfluous break

Remove superfluous break.

Signed-off-by: Liao Pingfang <liao.pingfang@zte.com.cn>
Signed-off-by: Yi Wang <wang.yi59@zte.com.cn>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <1594630986-36148-1-git-send-email-wang.yi59@zte.com.cn>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 3ca5ab7cd220927af4b2c3fb9cf3b201a7a8b509
      
https://github.com/qemu/qemu/commit/3ca5ab7cd220927af4b2c3fb9cf3b201a7a8b509
  Author: Liao Pingfang <liao.pingfang@zte.com.cn>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M target/ppc/misc_helper.c

  Log Message:
  -----------
  target/ppc: Remove superfluous breaks

Remove superfluous breaks, as there is a "return" before them.

Signed-off-by: Liao Pingfang <liao.pingfang@zte.com.cn>
Signed-off-by: Yi Wang <wang.yi59@zte.com.cn>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <1594631025-36219-1-git-send-email-wang.yi59@zte.com.cn>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 2e8f68eaef2cf0cf98c49f078a64c7dd12f86508
      
https://github.com/qemu/qemu/commit/2e8f68eaef2cf0cf98c49f078a64c7dd12f86508
  Author: Liao Pingfang <liao.pingfang@zte.com.cn>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M scsi/utils.c

  Log Message:
  -----------
  scsi: Remove superfluous breaks

Remove superfluous breaks, as there is a "return" before them.

Signed-off-by: Liao Pingfang <liao.pingfang@zte.com.cn>
Signed-off-by: Yi Wang <wang.yi59@zte.com.cn>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <1594631062-36341-1-git-send-email-wang.yi59@zte.com.cn>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: d560a06c608d2d32156fdacdb72aba2294bedec4
      
https://github.com/qemu/qemu/commit/d560a06c608d2d32156fdacdb72aba2294bedec4
  Author: Liao Pingfang <liao.pingfang@zte.com.cn>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M ui/vnc-enc-tight.c

  Log Message:
  -----------
  vnc: Remove the superfluous break

Remove the superfluous break, as there is a "return" before.

Signed-off-by: Liao Pingfang <liao.pingfang@zte.com.cn>a
Signed-off-by: Yi Wang <wang.yi59@zte.com.cn>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Message-Id: <1594631086-36509-1-git-send-email-wang.yi59@zte.com.cn>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: f181ab4ba5f4af1e2b1638ab7c70d8677b441245
      
https://github.com/qemu/qemu/commit/f181ab4ba5f4af1e2b1638ab7c70d8677b441245
  Author: Liao Pingfang <liao.pingfang@zte.com.cn>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M block/vmdk.c

  Log Message:
  -----------
  block/vmdk: Remove superfluous breaks

Remove superfluous breaks, as there is a "return" before them.

Signed-off-by: Liao Pingfang <liao.pingfang@zte.com.cn>
Signed-off-by: Yi Wang <wang.yi59@zte.com.cn>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <1594631107-36574-1-git-send-email-wang.yi59@zte.com.cn>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 830b92509459180eaab986bb37173fd07ba6db53
      
https://github.com/qemu/qemu/commit/830b92509459180eaab986bb37173fd07ba6db53
  Author: Liao Pingfang <liao.pingfang@zte.com.cn>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M hw/block/pflash_cfi01.c
    M hw/display/cirrus_vga.c
    M hw/display/qxl-logger.c
    M hw/gpio/max7310.c
    M hw/i386/intel_iommu.c
    M hw/input/pxa2xx_keypad.c
    M hw/intc/armv7m_nvic.c
    M hw/net/lan9118.c
    M hw/usb/ccid-card-emulated.c

  Log Message:
  -----------
  hw: Remove superfluous breaks

Remove superfluous breaks, as there is a "return" before them.

Signed-off-by: Liao Pingfang <liao.pingfang@zte.com.cn>
Signed-off-by: Yi Wang <wang.yi59@zte.com.cn>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <1594631126-36631-1-git-send-email-wang.yi59@zte.com.cn>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 9146d304369b7a33a442b18b34329afafdee661a
      
https://github.com/qemu/qemu/commit/9146d304369b7a33a442b18b34329afafdee661a
  Author: Liao Pingfang <liao.pingfang@zte.com.cn>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M target/sh4/translate.c

  Log Message:
  -----------
  target/sh4: Remove superfluous breaks

Remove superfluous breaks, as there is a "return" before them.

Signed-off-by: Liao Pingfang <liao.pingfang@zte.com.cn>
Signed-off-by: Yi Wang <wang.yi59@zte.com.cn>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <1594631142-36745-1-git-send-email-wang.yi59@zte.com.cn>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 8ff1e46eaac793112af0356f979e075566e34534
      
https://github.com/qemu/qemu/commit/8ff1e46eaac793112af0356f979e075566e34534
  Author: Liao Pingfang <liao.pingfang@zte.com.cn>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M target/cris/translate.c
    M target/cris/translate_v10.c.inc

  Log Message:
  -----------
  target/cris: Remove superfluous breaks

Remove superfluous breaks, as there is a "return" before them.

Signed-off-by: Liao Pingfang <liao.pingfang@zte.com.cn>
Signed-off-by: Yi Wang <wang.yi59@zte.com.cn>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <1594631150-36801-1-git-send-email-wang.yi59@zte.com.cn>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: bd7b4e1fe67561fb8b67c0617b7ea4febd1297a0
      
https://github.com/qemu/qemu/commit/bd7b4e1fe67561fb8b67c0617b7ea4febd1297a0
  Author: Thomas Huth <thuth@redhat.com>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M hw/net/can/can_sja1000.c

  Log Message:
  -----------
  hw/net/can: Add missing fallthrough statements

Add fallthrough annotations to be able to compile the code without
warnings when using -Wimplicit-fallthrough in our CFLAGS. Looking
at the code, it seems like the fallthrough is indeed intended here,
so the comments should be appropriate.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
Message-Id: <20200630075520.29825-1-thuth@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: b22c2a68c7d5a57175f13c5920a20e8297955e9b
      
https://github.com/qemu/qemu/commit/b22c2a68c7d5a57175f13c5920a20e8297955e9b
  Author: Kenta Ishiguro <kentaishiguro@slowstart.org>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M hw/i386/kvm/ioapic.c

  Log Message:
  -----------
  hw/i386/kvm/ioapic.c: fix typo in error message

Fix a typo in an error message for KVM_SET_IRQCHIP ioctl:
"KVM_GET_IRQCHIP" should be "KVM_SET_IRQCHIP".

Fixes: a39c1d47ac ("kvm: x86: Add user space part for in-kernel IOAPIC")
Signed-off-by: Kenta Ishiguro <kentaishiguro@slowstart.org>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Li Qiang <liq3ea@gmail.com>
Message-Id: <20200717123514.15406-1-kentaishiguro@slowstart.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 28b18db754da45d978b0a65f9aa4afbc82edb925
      
https://github.com/qemu/qemu/commit/28b18db754da45d978b0a65f9aa4afbc82edb925
  Author: Philippe Mathieu-Daudé <f4bug@amsat.org>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M hw/isa/isa-superio.c

  Log Message:
  -----------
  hw/isa/isa-superio: Fix IDE controller realization

When realizing a Super I/O with IDE controller [*], we get:

  qom/object.c:1684: object_property_try_add_child: Assertion `!child->parent' 
failed.
  Aborted (core dumped)

This is because the device is already realized when we try to
add the QOM property to the parent. Fix by realizing *after*
adding the QOM relationship.

[*] Set ISASuperIOClass::ide.count = N with N not zero
    (no such thing currently exists; the bug is latent)

Fixes: e508430619 ("hw/isa/superio: Make the components QOM children")
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20200721124516.9602-1-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 1538d763451543a0e55966c27fe95b7dfb72df2f
      
https://github.com/qemu/qemu/commit/1538d763451543a0e55966c27fe95b7dfb72df2f
  Author: Philippe Mathieu-Daudé <f4bug@amsat.org>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M stubs/cmos.c

  Log Message:
  -----------
  stubs/cmos: Use correct include

cmos_get_fd_drive_type() is declared in "hw/block/fdc.h".
This currently works because "hw/i386/pc.h" happens to
include it. Simplify including the correct header.

Fixes: 2055dbc1c9 ("acpi: move aml builder code for floppy device")
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: John Snow <jsnow@redhat.com>
Message-Id: <20200724084315.1606-1-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 8d73ec8946be859ba5b69a7e751cdaff3f8cf11a
      
https://github.com/qemu/qemu/commit/8d73ec8946be859ba5b69a7e751cdaff3f8cf11a
  Author: Tianjia Zhang <tianjia.zhang@linux.alibaba.com>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M qemu-options.hx

  Log Message:
  -----------
  qemu-options.hx: Fix typo for netdev documentation

This patch fixes the netdev document description typo in qemu-option.hx.

Signed-off-by: Tianjia Zhang <tianjia.zhang@linux.alibaba.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Li Qiang <liq3ea@gmail.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Message-Id: <20200727045925.29375-1-tianjia.zhang@linux.alibaba.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: cc6498ec6e9e11c0b2d055efbf2f2bc518c73b3a
      
https://github.com/qemu/qemu/commit/cc6498ec6e9e11c0b2d055efbf2f2bc518c73b3a
  Author: Philippe Mathieu-Daudé <f4bug@amsat.org>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M hw/core/sysbus.c

  Log Message:
  -----------
  hw/core/sysbus: Fix a typo

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200806130945.21629-2-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: f234501c67234d54dc75f34eb76988c929778070
      
https://github.com/qemu/qemu/commit/f234501c67234d54dc75f34eb76988c929778070
  Author: Philippe Mathieu-Daudé <f4bug@amsat.org>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M hw/core/sysbus.c

  Log Message:
  -----------
  hw/core/sysbus: Assert memory region index is in range

Devices incorrectly modelled might use invalid index while
calling sysbus_mmio_get_region(), leading to OOB access.
Help developers by asserting the index is in range.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200806130945.21629-3-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 7ab23df41e2854e765510e74add78fdd0ab71f16
      
https://github.com/qemu/qemu/commit/7ab23df41e2854e765510e74add78fdd0ab71f16
  Author: Philippe Mathieu-Daudé <philmd@redhat.com>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M .mailmap

  Log Message:
  -----------
  Revert "mailmap: Update philmd email address"

This mailmap entry does not work as I expected. I am receiving
emails related to my hobbyist contributions in my work mailbox
and I get distracted :) Remove the entry to keep things separated.

This reverts commit 289371239153b24cb7bd96b6948c6b40b4627a9b.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20200806135832.2319-1-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 4aeae1d4d7293b300fad502588551607442b7af9
      
https://github.com/qemu/qemu/commit/4aeae1d4d7293b300fad502588551607442b7af9
  Author: Han Han <hhan@redhat.com>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M docs/amd-memory-encryption.txt
    M docs/pvrdma.txt

  Log Message:
  -----------
  docs: Fix broken links

Signed-off-by: Han Han <hhan@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200807101736.3544506-1-hhan@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 2b107c2c1c5ead97de7ad13b53cb1386ec90e74f
      
https://github.com/qemu/qemu/commit/2b107c2c1c5ead97de7ad13b53cb1386ec90e74f
  Author: Philippe Mathieu-Daudé <f4bug@amsat.org>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M .mailmap

  Log Message:
  -----------
  .mailmap: Update Paul Burton email address

Following the Linux kernel equivalent patch posted on
linux-mips@vger.kernel.org [*], update Paul Burton email
address to avoid emails bouncing.

[*] 'MAINTAINERS: Use @kernel.org address for Paul Burton'
https://lore.kernel.org/patchwork/patch/1140341/

Cc: Paul Burton <paulburton@kernel.org>
Suggested-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Acked-by: Paul Burton <paulburton@kernel.org>
Message-Id: <20200707022544.24925-1-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: d4b235731e347b680923bd03c163096d6ada3ee6
      
https://github.com/qemu/qemu/commit/d4b235731e347b680923bd03c163096d6ada3ee6
  Author: Philippe Mathieu-Daudé <philmd@redhat.com>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M include/hw/i2c/i2c.h

  Log Message:
  -----------
  hw/i2c: Fix typo in description

Remove the second 'and' introduced in commit 73d5f22ecb
("hw/i2c: Document the I2C qdev helpers").

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Corey Minyard <cminyard@mvista.com>
Reviewed-by: Li Qiang <liq3ea@gmail.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20200811151643.21293-2-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 3cf10b2946caacbec8c5cd0e21895a0b69a57311
      
https://github.com/qemu/qemu/commit/3cf10b2946caacbec8c5cd0e21895a0b69a57311
  Author: Philippe Mathieu-Daudé <philmd@redhat.com>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M util/qemu-timer.c

  Log Message:
  -----------
  util/qemu-timer: Fix typo in description

Remove the second 'and' introduced in commit e81f86790f ("qemu-timer:
avoid checkpoints for virtual clock timers in external subsystems").

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Li Qiang <liq3ea@gmail.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20200811151643.21293-3-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: a6da793ad934c80a20bc3d56e9b196bd540e18f6
      
https://github.com/qemu/qemu/commit/a6da793ad934c80a20bc3d56e9b196bd540e18f6
  Author: Philippe Mathieu-Daudé <philmd@redhat.com>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M util/vfio-helpers.c

  Log Message:
  -----------
  util/vfio-helpers: Fix typo in description

Remove the second 'and' introduced in commit 418026ca43
("util: Introduce vfio helpers").

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Li Qiang <liq3ea@gmail.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20200811151643.21293-4-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 3c9ef9c0d75b70ca5ad56c0391085fdbe5ee9d9e
      
https://github.com/qemu/qemu/commit/3c9ef9c0d75b70ca5ad56c0391085fdbe5ee9d9e
  Author: Greg Kurz <groug@kaod.org>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M .mailmap

  Log Message:
  -----------
  mailmap: Add entry for Greg Kurz

I had stopped using gkurz@linux.vnet.ibm.com a while back already but
this email address was shutdown last June when I quit IBM. It's about
time to map it to groug@kaod.org.

Signed-off-by: Greg Kurz <groug@kaod.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <159724665142.75339.817685642171828648.stgit@bahia.lan>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 0abd386d8b14bbb4ec58e8e7a6780c90fe7aa623
      
https://github.com/qemu/qemu/commit/0abd386d8b14bbb4ec58e8e7a6780c90fe7aa623
  Author: Thomas Huth <huth@tuxfamily.org>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M MAINTAINERS
    M docs/system/target-avr.rst

  Log Message:
  -----------
  docs/system/target-avr: Improve the AVR docs and add to MAINTAINERS

The examples look nicer when using "::" code blocks.
Also mention that "-d in_asm" only outputs instructions that have not
been translated by the JIT layer yet.
And while we're at it, also add the AVR doc file to the MAINTAINERS file.

Signed-off-by: Thomas Huth <huth@tuxfamily.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Michael Rolnik <mrolnik@gmail.com>
Message-Id: <20200812155304.18016-1-huth@tuxfamily.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 68b57b0dd63983041b4678cc5cb5772351ee79f0
      
https://github.com/qemu/qemu/commit/68b57b0dd63983041b4678cc5cb5772351ee79f0
  Author: Philippe Mathieu-Daudé <f4bug@amsat.org>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M hw/ide/core.c

  Log Message:
  -----------
  hw/ide/core: Trivial typo fix

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Li Qiang <liq3ea@gmail.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Message-Id: <20200814082841.27000-3-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 075f32d386aa93afa6e038e1e35fe4a29ffc8e80
      
https://github.com/qemu/qemu/commit/075f32d386aa93afa6e038e1e35fe4a29ffc8e80
  Author: Philippe Mathieu-Daudé <f4bug@amsat.org>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M hw/ide/ahci.c

  Log Message:
  -----------
  hw/ide/ahci: Replace magic '512' value by BDRV_SECTOR_SIZE

Use self-explicit definitions instead of magic '512' value.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Li Qiang <liq3ea@gmail.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Message-Id: <20200814082841.27000-5-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: a71f2d22628cae4fcb3df6fcc44e63e213d6ee18
      
https://github.com/qemu/qemu/commit/a71f2d22628cae4fcb3df6fcc44e63e213d6ee18
  Author: Philippe Mathieu-Daudé <f4bug@amsat.org>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M hw/ide/atapi.c

  Log Message:
  -----------
  hw/ide/atapi: Replace magic '512' value by BDRV_SECTOR_SIZE

Use self-explicit definitions instead of magic '512' value.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Li Qiang <liq3ea@gmail.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Message-Id: <20200814082841.27000-6-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 4a13980b10c3858a92a974d9158b5bec36990e33
      
https://github.com/qemu/qemu/commit/4a13980b10c3858a92a974d9158b5bec36990e33
  Author: Philippe Mathieu-Daudé <f4bug@amsat.org>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M hw/ide/pci.c

  Log Message:
  -----------
  hw/ide/pci: Replace magic '512' value by BDRV_SECTOR_SIZE

Use self-explicit definitions instead of magic '512' value.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Li Qiang <liq3ea@gmail.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Message-Id: <20200814082841.27000-7-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 3dc516bf929ef1a5cc72a9f5f584f375bddc103a
      
https://github.com/qemu/qemu/commit/3dc516bf929ef1a5cc72a9f5f584f375bddc103a
  Author: Philippe Mathieu-Daudé <f4bug@amsat.org>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M hw/scsi/scsi-disk.c

  Log Message:
  -----------
  hw/scsi/scsi-disk: Replace magic '512' value by BDRV_SECTOR_SIZE

Use self-explicit definitions instead of magic '512' value.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Li Qiang <liq3ea@gmail.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Message-Id: <20200814082841.27000-8-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 0445fab522b2c7ca158719c3d1a7b12e02e184a8
      
https://github.com/qemu/qemu/commit/0445fab522b2c7ca158719c3d1a7b12e02e184a8
  Author: Philippe Mathieu-Daudé <f4bug@amsat.org>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M hw/net/xilinx_axienet.c

  Log Message:
  -----------
  hw/net/xilinx_axienet: Remove unused code

Most of the MDIOBus fields are unused.  The ADVERTISE_10HALF
definition is unused.  Remove unused code.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Message-Id: <20200814133007.16850-1-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: ce0ce715cd3dd0a7992cbe02093230792b54b23c
      
https://github.com/qemu/qemu/commit/ce0ce715cd3dd0a7992cbe02093230792b54b23c
  Author: Philippe Mathieu-Daudé <philmd@redhat.com>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M util/trace-events

  Log Message:
  -----------
  util/vfio-helpers: Unify trace-events size format

Some 'qemu_vfio_*' trace events sizes are displayed using
decimal notation, other using hexadecimal notation:

  qemu_vfio_ram_block_added s 0xaaaaf2448d90 host 0xffff5bc00000 size 0x4000000
  qemu_vfio_dma_map s 0xaaaaf2448d90 host 0xffff5bc00000 size 67108864 
temporary 0 iova (nil)
  qemu_vfio_find_mapping s 0xaaaaf2448d90 host 0xffff5bc00000
  qemu_vfio_new_mapping s 0xaaaaf2448d90 host 0xffff5bc00000 size 67108864 
index 4 iova 0x114000
  qemu_vfio_do_mapping s 0xaaaaf2448d90 host 0xffff5bc00000 size 67108864 iova 
0x114000

As it is hard to follow, unify using hexadecimal for all sizes:

  qemu_vfio_ram_block_added s 0xaaaaf1c60d90 host 0xffff2bc00000 size 0x4000000
  qemu_vfio_dma_map s 0xaaaaf1c60d90 host 0xffff2bc00000 size 0x4000000 
temporary 0 iova (nil)
  qemu_vfio_find_mapping s 0xaaaaf1c60d90 host 0xffff2bc00000
  qemu_vfio_new_mapping s 0xaaaaf1c60d90 host 0xffff2bc00000 size 0x4000000 
index 4 iova 0x114000
  qemu_vfio_do_mapping s 0xaaaaf1c60d90 host 0xffff2bc00000 size 0x4000000 iova 
0x114000

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Reviewed-by: Li Qiang <liq3ea@gmail.com>
Message-Id: <20200820171006.1140228-1-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 38be863d418a507bd2b27f20c4585c50eace8b98
      
https://github.com/qemu/qemu/commit/38be863d418a507bd2b27f20c4585c50eace8b98
  Author: Mike Gelfand <mikedld@mikedld.com>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M linux-user/strace.c

  Log Message:
  -----------
  linux-user: Add strace support for printing OFD fcntl operations

Signed-off-by: Mike Gelfand <mikedld@mikedld.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20200830092242.31506-1-mikedld@mikedld.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: b3b0e8145892520d0ae315950379b947a9c7afa6
      
https://github.com/qemu/qemu/commit/b3b0e8145892520d0ae315950379b947a9c7afa6
  Author: Chen Qun <kuhn.chenqun@huawei.com>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M hw/arm/virt-acpi-build.c

  Log Message:
  -----------
  hw/arm/virt-acpi-build:Remove dead assignment in build_madt()

Clang static code analyzer show warning:
hw/arm/virt-acpi-build.c:641:5: warning: Value stored to 'madt' is never read
    madt = acpi_data_push(table_data, sizeof *madt);
    ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Reported-by: Euler Robot <euler.robot@huawei.com>
Signed-off-by: Chen Qun <kuhn.chenqun@huawei.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Li Qiang <liq3ea@gmail.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Message-Id: <20200827110311.164316-2-kuhn.chenqun@huawei.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: aa139a7cd0c572250cf19acd3621228b5d423ba3
      
https://github.com/qemu/qemu/commit/aa139a7cd0c572250cf19acd3621228b5d423ba3
  Author: Chen Qun <kuhn.chenqun@huawei.com>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M hw/arm/omap1.c

  Log Message:
  -----------
  hw/arm/omap1:Remove redundant statement in omap_clkdsp_read()

Clang static code analyzer show warning:
hw/arm/omap1.c:1760:15: warning: Value stored to 'cpu' during its
initialization is never read
    CPUState *cpu = CPU(s->cpu);
              ^~~   ~~~~~~~~~~~

Reported-by: Euler Robot <euler.robot@huawei.com>
Signed-off-by: Chen Qun <kuhn.chenqun@huawei.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Li Qiang <liq3ea@gmail.com>
Message-Id: <20200827110311.164316-3-kuhn.chenqun@huawei.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 07174c86b41e91d98ed2ee0ee12e516694853c6b
      
https://github.com/qemu/qemu/commit/07174c86b41e91d98ed2ee0ee12e516694853c6b
  Author: Chen Qun <kuhn.chenqun@huawei.com>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M target/arm/translate-a64.c

  Log Message:
  -----------
  target/arm/translate-a64:Remove dead assignment in handle_scalar_simd_shli()

Clang static code analyzer show warning:
target/arm/translate-a64.c:8635:14: warning: Value stored to 'tcg_rn' during its
 initialization is never read
    TCGv_i64 tcg_rn = new_tmp_a64(s);
             ^~~~~~   ~~~~~~~~~~~~~~
target/arm/translate-a64.c:8636:14: warning: Value stored to 'tcg_rd' during its
 initialization is never read
    TCGv_i64 tcg_rd = new_tmp_a64(s);
             ^~~~~~   ~~~~~~~~~~~~~~

Reported-by: Euler Robot <euler.robot@huawei.com>
Signed-off-by: Chen Qun <kuhn.chenqun@huawei.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20200827110311.164316-4-kuhn.chenqun@huawei.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: fa71dd531c12ad9a05cdd78392e9fc2a30ea921d
      
https://github.com/qemu/qemu/commit/fa71dd531c12ad9a05cdd78392e9fc2a30ea921d
  Author: Chen Qun <kuhn.chenqun@huawei.com>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M target/arm/translate-a64.c

  Log Message:
  -----------
  target/arm/translate-a64:Remove redundant statement in 
disas_simd_two_reg_misc_fp16()

Clang static code analyzer show warning:
target/arm/translate-a64.c:13007:5: warning: Value stored to 'rd' is never read
    rd = extract32(insn, 0, 5);
    ^    ~~~~~~~~~~~~~~~~~~~~~
target/arm/translate-a64.c:13008:5: warning: Value stored to 'rn' is never read
    rn = extract32(insn, 5, 5);
    ^    ~~~~~~~~~~~~~~~~~~~~~

Reported-by: Euler Robot <euler.robot@huawei.com>
Signed-off-by: Chen Qun <kuhn.chenqun@huawei.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20200827110311.164316-5-kuhn.chenqun@huawei.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 8b616beebcbb70444c2dbc07b210bd3798cf8462
      
https://github.com/qemu/qemu/commit/8b616beebcbb70444c2dbc07b210bd3798cf8462
  Author: Chen Qun <kuhn.chenqun@huawei.com>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

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

  Log Message:
  -----------
  hw/virtio/vhost-user:Remove dead assignment in scrub_shadow_regions()

Clang static code analyzer show warning:
hw/virtio/vhost-user.c:606:9: warning: Value stored to 'mr' is never read
        mr = vhost_user_get_mr_data(reg->userspace_addr, &offset, &fd);
        ^    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Reported-by: Euler Robot <euler.robot@huawei.com>
Signed-off-by: Chen Qun <kuhn.chenqun@huawei.com>
Reviewed-by: Raphael Norwitz <raphael.norwitz@nutanix.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Message-Id: <20200827110311.164316-6-kuhn.chenqun@huawei.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: b7ea580d0baad1227a341f2e1752e464319eb101
      
https://github.com/qemu/qemu/commit/b7ea580d0baad1227a341f2e1752e464319eb101
  Author: Chen Qun <kuhn.chenqun@huawei.com>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

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

  Log Message:
  -----------
  hw/net/virtio-net:Remove redundant statement in 
virtio_net_rsc_tcp_ctrl_check()

Clang static code analyzer show warning:
hw/net/virtio-net.c:2077:5: warning: Value stored to 'tcp_flag' is never read
    tcp_flag &= VIRTIO_NET_TCP_FLAG;
    ^           ~~~~~~~~~~~~~~~~~~~

The 'VIRTIO_NET_TCP_FLAG' is '0x3F'. The last ‘tcp_flag’ assignment statement is
 the same as that of the first two statements.

Reported-by: Euler Robot <euler.robot@huawei.com>
Signed-off-by: Chen Qun <kuhn.chenqun@huawei.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Li Qiang <liq3ea@gmail.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Message-Id: <20200827110311.164316-7-kuhn.chenqun@huawei.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 9b83b0043f3d517ae588c344288ff615bd2b0713
      
https://github.com/qemu/qemu/commit/9b83b0043f3d517ae588c344288ff615bd2b0713
  Author: Chen Qun <kuhn.chenqun@huawei.com>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M hw/vfio/platform.c

  Log Message:
  -----------
  vfio/platform: Remove dead assignment in vfio_intp_interrupt()

Clang static code analyzer show warning:
hw/vfio/platform.c:239:9: warning: Value stored to 'ret' is never read
        ret = event_notifier_test_and_clear(intp->interrupt);
        ^     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Reported-by: Euler Robot <euler.robot@huawei.com>
Signed-off-by: Chen Qun <kuhn.chenqun@huawei.com>
Reviewed-by: Eric Auger <eric.auger@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Li Qiang <liq3ea@gmail.com>
Message-Id: <20200827110311.164316-8-kuhn.chenqun@huawei.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 4b602b6003140afc981d70c9cd721fc96425dd90
      
https://github.com/qemu/qemu/commit/4b602b6003140afc981d70c9cd721fc96425dd90
  Author: Chen Qun <kuhn.chenqun@huawei.com>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M hw/usb/bus.c

  Log Message:
  -----------
  usb/bus: Remove dead assignment in usb_get_fw_dev_path()

Clang static code analyzer show warning:
qemu/hw/usb/bus.c:615:13: warning: Value stored to 'pos' is never read
            pos += snprintf(fw_path + pos, fw_len - pos, "%s@%lx",

Reported-by: Euler Robot <euler.robot@huawei.com>
Signed-off-by: Chen Qun <kuhn.chenqun@huawei.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
Message-Id: <20200827110311.164316-9-kuhn.chenqun@huawei.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: cad2197ba10f5634b87ded155ad85e060f6926eb
      
https://github.com/qemu/qemu/commit/cad2197ba10f5634b87ded155ad85e060f6926eb
  Author: Chen Qun <kuhn.chenqun@huawei.com>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M hw/intc/exynos4210_combiner.c

  Log Message:
  -----------
  hw/intc: fix default registers value in exynos4210_combiner_read()

Clang static code analyzer show warning:
hw/intc/exynos4210_combiner.c:231:9: warning: Value stored to 'val' is never 
read
        val = s->reg_set[offset >> 2];

The default register return value should be return 'val'.

Reported-by: Euler Robot <euler.robot@huawei.com>
Signed-off-by: Chen Qun <kuhn.chenqun@huawei.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20200827110311.164316-10-kuhn.chenqun@huawei.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 2d27ed8231ea3b28014ea2df638dbd020b406ee9
      
https://github.com/qemu/qemu/commit/2d27ed8231ea3b28014ea2df638dbd020b406ee9
  Author: Chen Qun <kuhn.chenqun@huawei.com>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M hw/display/vga.c

  Log Message:
  -----------
  hw/display/vga:Remove redundant statement in vga_draw_graphic()

Clang static code analyzer show warning:
hw/display/vga.c:1677:9: warning: Value stored to 'update' is never read
        update = full_update;
        ^        ~~~~~~~~~~~

Reported-by: Euler Robot <euler.robot@huawei.com>
Signed-off-by: Chen Qun <kuhn.chenqun@huawei.com>
Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Li Qiang <liq3ea@gmail.com>
Message-Id: <20200827110311.164316-11-kuhn.chenqun@huawei.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: a275e9343ec54a5a6e305890963d8424b514b0ab
      
https://github.com/qemu/qemu/commit/a275e9343ec54a5a6e305890963d8424b514b0ab
  Author: Stefan Weil <sw@weilnetz.de>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M include/qemu/main-loop.h

  Log Message:
  -----------
  main-loop: Fix comment

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20200827175520.32355-1-sw@weilnetz.de>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 1eef4ba6be30f8b95c8cda1bcb50a176d680a34d
      
https://github.com/qemu/qemu/commit/1eef4ba6be30f8b95c8cda1bcb50a176d680a34d
  Author: Stefan Weil <sw@weilnetz.de>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M docs/system/build-platforms.rst

  Log Message:
  -----------
  docs/system: Fix grammar in documentation

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20200827173051.31050-1-sw@weilnetz.de>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 071a6dba7d4db57e28f659b30829b1c22b945f4e
      
https://github.com/qemu/qemu/commit/071a6dba7d4db57e28f659b30829b1c22b945f4e
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M .mailmap
    M MAINTAINERS
    M block/vmdk.c
    M docs/amd-memory-encryption.txt
    M docs/pvrdma.txt
    M docs/system/build-platforms.rst
    M docs/system/target-avr.rst
    M hw/arm/omap1.c
    M hw/arm/virt-acpi-build.c
    M hw/block/pflash_cfi01.c
    M hw/core/sysbus.c
    M hw/display/cirrus_vga.c
    M hw/display/qxl-logger.c
    M hw/display/vga.c
    M hw/gpio/max7310.c
    M hw/i386/intel_iommu.c
    M hw/i386/kvm/ioapic.c
    M hw/ide/ahci.c
    M hw/ide/atapi.c
    M hw/ide/core.c
    M hw/ide/pci.c
    M hw/input/pxa2xx_keypad.c
    M hw/intc/armv7m_nvic.c
    M hw/intc/exynos4210_combiner.c
    M hw/isa/isa-superio.c
    M hw/net/can/can_sja1000.c
    M hw/net/lan9118.c
    M hw/net/virtio-net.c
    M hw/net/xilinx_axienet.c
    M hw/scsi/scsi-disk.c
    M hw/usb/bus.c
    M hw/usb/ccid-card-emulated.c
    M hw/vfio/platform.c
    M hw/virtio/vhost-user.c
    M include/hw/i2c/i2c.h
    M include/hw/register.h
    M include/qemu/main-loop.h
    M linux-user/strace.c
    M qemu-options.hx
    M scsi/utils.c
    M stubs/cmos.c
    M target/arm/kvm64.c
    M target/arm/translate-a64.c
    M target/cris/translate.c
    M target/cris/translate_v10.c.inc
    M target/ppc/misc_helper.c
    M target/sh4/translate.c
    M ui/vnc-enc-tight.c
    M util/qemu-timer.c
    M util/trace-events
    M util/vfio-helpers.c

  Log Message:
  -----------
  Merge remote-tracking branch 
'remotes/vivier2/tags/trivial-branch-for-5.2-pull-request' into staging

Pull request trivial patches 20200901

# gpg: Signature made Tue 01 Sep 2020 15:08:59 BST
# gpg:                using RSA key CD2F75DDC8E3A4DC2E4F5173F30C38BD3F2FBE3C
# gpg:                issuer "laurent@vivier.eu"
# gpg: Good signature from "Laurent Vivier <lvivier@redhat.com>" [full]
# gpg:                 aka "Laurent Vivier <laurent@vivier.eu>" [full]
# gpg:                 aka "Laurent Vivier (Red Hat) <lvivier@redhat.com>" 
[full]
# Primary key fingerprint: CD2F 75DD C8E3 A4DC 2E4F  5173 F30C 38BD 3F2F BE3C

* remotes/vivier2/tags/trivial-branch-for-5.2-pull-request: (44 commits)
  docs/system: Fix grammar in documentation
  main-loop: Fix comment
  hw/display/vga:Remove redundant statement in vga_draw_graphic()
  hw/intc: fix default registers value in exynos4210_combiner_read()
  usb/bus: Remove dead assignment in usb_get_fw_dev_path()
  vfio/platform: Remove dead assignment in vfio_intp_interrupt()
  hw/net/virtio-net:Remove redundant statement in 
virtio_net_rsc_tcp_ctrl_check()
  hw/virtio/vhost-user:Remove dead assignment in scrub_shadow_regions()
  target/arm/translate-a64:Remove redundant statement in 
disas_simd_two_reg_misc_fp16()
  target/arm/translate-a64:Remove dead assignment in handle_scalar_simd_shli()
  hw/arm/omap1:Remove redundant statement in omap_clkdsp_read()
  hw/arm/virt-acpi-build:Remove dead assignment in build_madt()
  linux-user: Add strace support for printing OFD fcntl operations
  util/vfio-helpers: Unify trace-events size format
  hw/net/xilinx_axienet: Remove unused code
  hw/scsi/scsi-disk: Replace magic '512' value by BDRV_SECTOR_SIZE
  hw/ide/pci: Replace magic '512' value by BDRV_SECTOR_SIZE
  hw/ide/atapi: Replace magic '512' value by BDRV_SECTOR_SIZE
  hw/ide/ahci: Replace magic '512' value by BDRV_SECTOR_SIZE
  hw/ide/core: Trivial typo fix
  ...

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>


Compare: https://github.com/qemu/qemu/compare/2f4c51c0f384...071a6dba7d4d



reply via email to

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