All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 00/44] Trivial branch for 5.2 patches
@ 2020-09-01 14:07 Laurent Vivier
  2020-09-01 14:07 ` [PULL 01/44] hw/register: Document register_init_block @memory_size Laurent Vivier
  2020-09-01 14:15 ` [PULL 00/44] Trivial branch for 5.2 patches Laurent Vivier
  0 siblings, 2 replies; 5+ messages in thread
From: Laurent Vivier @ 2020-09-01 14:07 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Laurent Vivier

The following changes since commit 39335fab59e11cfda9b7cf63929825db2dd3a3e0:

  Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.2-pull-=
request' into staging (2020-08-28 22:30:11 +0100)

are available in the Git repository at:

  git://github.com/vivier/qemu.git tags/trivial-branch-for-5.2-pull-request

for you to fetch changes up to 1eef4ba6be30f8b95c8cda1bcb50a176d680a34d:

  docs/system: Fix grammar in documentation (2020-09-01 12:09:30 +0200)

----------------------------------------------------------------
Pull request trivial patches 20200901

----------------------------------------------------------------

Chen Qun (10):
  hw/arm/virt-acpi-build:Remove dead assignment in build_madt()
  hw/arm/omap1:Remove redundant statement in omap_clkdsp_read()
  target/arm/translate-a64:Remove dead assignment in
    handle_scalar_simd_shli()
  target/arm/translate-a64:Remove redundant statement in
    disas_simd_two_reg_misc_fp16()
  hw/virtio/vhost-user:Remove dead assignment in scrub_shadow_regions()
  hw/net/virtio-net:Remove redundant statement in
    virtio_net_rsc_tcp_ctrl_check()
  vfio/platform: Remove dead assignment in vfio_intp_interrupt()
  usb/bus: Remove dead assignment in usb_get_fw_dev_path()
  hw/intc: fix default registers value in exynos4210_combiner_read()
  hw/display/vga:Remove redundant statement in vga_draw_graphic()

Greg Kurz (1):
  mailmap: Add entry for Greg Kurz

Han Han (1):
  docs: Fix broken links

Kenta Ishiguro (1):
  hw/i386/kvm/ioapic.c: fix typo in error message

Liao Pingfang (8):
  target/arm/kvm: Remove superfluous break
  target/ppc: Remove superfluous breaks
  scsi: Remove superfluous breaks
  vnc: Remove the superfluous break
  block/vmdk: Remove superfluous breaks
  hw: Remove superfluous breaks
  target/sh4: Remove superfluous breaks
  target/cris: Remove superfluous breaks

Mike Gelfand (1):
  linux-user: Add strace support for printing OFD fcntl operations

Philippe Mathieu-Daud=C3=A9 (17):
  hw/register: Document register_init_block @memory_size
  hw/isa/isa-superio: Fix IDE controller realization
  stubs/cmos: Use correct include
  hw/core/sysbus: Fix a typo
  hw/core/sysbus: Assert memory region index is in range
  Revert "mailmap: Update philmd email address"
  .mailmap: Update Paul Burton email address
  hw/i2c: Fix typo in description
  util/qemu-timer: Fix typo in description
  util/vfio-helpers: Fix typo in description
  hw/ide/core: Trivial typo fix
  hw/ide/ahci: Replace magic '512' value by BDRV_SECTOR_SIZE
  hw/ide/atapi: Replace magic '512' value by BDRV_SECTOR_SIZE
  hw/ide/pci: Replace magic '512' value by BDRV_SECTOR_SIZE
  hw/scsi/scsi-disk: Replace magic '512' value by BDRV_SECTOR_SIZE
  hw/net/xilinx_axienet: Remove unused code
  util/vfio-helpers: Unify trace-events size format

Stefan Weil (2):
  main-loop: Fix comment
  docs/system: Fix grammar in documentation

Thomas Huth (2):
  hw/net/can: Add missing fallthrough statements
  docs/system/target-avr: Improve the AVR docs and add to MAINTAINERS

Tianjia Zhang (1):
  qemu-options.hx: Fix typo for netdev documentation

 .mailmap                        |  9 ++++---
 MAINTAINERS                     |  1 +
 block/vmdk.c                    |  3 ---
 docs/amd-memory-encryption.txt  |  4 +--
 docs/pvrdma.txt                 |  2 +-
 docs/system/build-platforms.rst |  6 ++---
 docs/system/target-avr.rst      | 47 ++++++++++++++++++++-------------
 hw/arm/omap1.c                  |  1 -
 hw/arm/virt-acpi-build.c        |  3 +--
 hw/block/pflash_cfi01.c         |  1 -
 hw/core/sysbus.c                |  3 ++-
 hw/display/cirrus_vga.c         |  1 -
 hw/display/qxl-logger.c         |  2 --
 hw/display/vga.c                |  1 -
 hw/gpio/max7310.c               |  3 ---
 hw/i386/intel_iommu.c           |  1 -
 hw/i386/kvm/ioapic.c            |  2 +-
 hw/ide/ahci.c                   |  5 ++--
 hw/ide/atapi.c                  |  8 +++---
 hw/ide/core.c                   |  2 +-
 hw/ide/pci.c                    |  2 +-
 hw/input/pxa2xx_keypad.c        | 10 -------
 hw/intc/armv7m_nvic.c           |  1 -
 hw/intc/exynos4210_combiner.c   |  1 -
 hw/isa/isa-superio.c            |  2 +-
 hw/net/can/can_sja1000.c        |  2 ++
 hw/net/lan9118.c                |  2 --
 hw/net/virtio-net.c             |  1 -
 hw/net/xilinx_axienet.c         | 23 ----------------
 hw/scsi/scsi-disk.c             | 44 +++++++++++++++---------------
 hw/usb/bus.c                    |  4 +--
 hw/usb/ccid-card-emulated.c     |  1 -
 hw/vfio/platform.c              |  2 +-
 hw/virtio/vhost-user.c          |  2 +-
 include/hw/i2c/i2c.h            |  2 +-
 include/hw/register.h           |  1 +
 include/qemu/main-loop.h        |  2 +-
 linux-user/strace.c             | 12 +++++++++
 qemu-options.hx                 |  2 +-
 scsi/utils.c                    |  4 ---
 stubs/cmos.c                    |  2 +-
 target/arm/kvm64.c              |  1 -
 target/arm/translate-a64.c      |  7 ++---
 target/cris/translate.c         |  7 +++--
 target/cris/translate_v10.c.inc |  2 --
 target/ppc/misc_helper.c        |  5 ----
 target/sh4/translate.c          |  3 ---
 ui/vnc-enc-tight.c              |  1 -
 util/qemu-timer.c               |  2 +-
 util/trace-events               |  6 ++---
 util/vfio-helpers.c             |  4 +--
 51 files changed, 112 insertions(+), 153 deletions(-)

--=20
2.26.2



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PULL 01/44] hw/register: Document register_init_block @memory_size
  2020-09-01 14:07 [PULL 00/44] Trivial branch for 5.2 patches Laurent Vivier
@ 2020-09-01 14:07 ` Laurent Vivier
  2020-09-01 14:15 ` [PULL 00/44] Trivial branch for 5.2 patches Laurent Vivier
  1 sibling, 0 replies; 5+ messages in thread
From: Laurent Vivier @ 2020-09-01 14:07 UTC (permalink / raw)
  To: qemu-devel
  Cc: qemu-trivial, Alistair Francis, Laurent Vivier,
	Philippe Mathieu-Daudé

From: Philippe Mathieu-Daudé <f4bug@amsat.org>

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>
---
 include/hw/register.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/hw/register.h b/include/hw/register.h
index 5d2c565ae02e..fdac5e69b545 100644
--- a/include/hw/register.h
+++ b/include/hw/register.h
@@ -181,6 +181,7 @@ uint64_t register_read_memory(void *opaque, hwaddr addr, unsigned size);
  * @data: Array to use for register data, must already be allocated
  * @ops: Memory region ops to access registers.
  * @debug enabled: turn on/off verbose debug information
+ * @memory_size: Size of the memory region
  * returns: A structure containing all of the registers and an initialized
  *          memory region (r_array->mem) the caller should add to a container.
  */
-- 
2.26.2



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PULL 00/44] Trivial branch for 5.2 patches
  2020-09-01 14:07 [PULL 00/44] Trivial branch for 5.2 patches Laurent Vivier
  2020-09-01 14:07 ` [PULL 01/44] hw/register: Document register_init_block @memory_size Laurent Vivier
@ 2020-09-01 14:15 ` Laurent Vivier
  2020-09-01 15:51   ` Peter Maydell
  1 sibling, 1 reply; 5+ messages in thread
From: Laurent Vivier @ 2020-09-01 14:15 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial

Le 01/09/2020 à 16:07, Laurent Vivier a écrit :
> The following changes since commit 39335fab59e11cfda9b7cf63929825db2dd3a3e0:
> 
>   Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.2-pull-=
> request' into staging (2020-08-28 22:30:11 +0100)
> 
> are available in the Git repository at:
> 
>   git://github.com/vivier/qemu.git tags/trivial-branch-for-5.2-pull-request
> 
> for you to fetch changes up to 1eef4ba6be30f8b95c8cda1bcb50a176d680a34d:
> 
>   docs/system: Fix grammar in documentation (2020-09-01 12:09:30 +0200)
> 
> ----------------------------------------------------------------
> Pull request trivial patches 20200901
> 
> ----------------------------------------------------------------
> 
> Chen Qun (10):
>   hw/arm/virt-acpi-build:Remove dead assignment in build_madt()
>   hw/arm/omap1:Remove redundant statement in omap_clkdsp_read()
>   target/arm/translate-a64:Remove dead assignment in
>     handle_scalar_simd_shli()
>   target/arm/translate-a64:Remove redundant statement in
>     disas_simd_two_reg_misc_fp16()
>   hw/virtio/vhost-user:Remove dead assignment in scrub_shadow_regions()
>   hw/net/virtio-net:Remove redundant statement in
>     virtio_net_rsc_tcp_ctrl_check()
>   vfio/platform: Remove dead assignment in vfio_intp_interrupt()
>   usb/bus: Remove dead assignment in usb_get_fw_dev_path()
>   hw/intc: fix default registers value in exynos4210_combiner_read()
>   hw/display/vga:Remove redundant statement in vga_draw_graphic()
> 
> Greg Kurz (1):
>   mailmap: Add entry for Greg Kurz
> 
> Han Han (1):
>   docs: Fix broken links
> 
> Kenta Ishiguro (1):
>   hw/i386/kvm/ioapic.c: fix typo in error message
> 
> Liao Pingfang (8):
>   target/arm/kvm: Remove superfluous break
>   target/ppc: Remove superfluous breaks
>   scsi: Remove superfluous breaks
>   vnc: Remove the superfluous break
>   block/vmdk: Remove superfluous breaks
>   hw: Remove superfluous breaks
>   target/sh4: Remove superfluous breaks
>   target/cris: Remove superfluous breaks
> 
> Mike Gelfand (1):
>   linux-user: Add strace support for printing OFD fcntl operations
> 
> Philippe Mathieu-Daud=C3=A9 (17):
>   hw/register: Document register_init_block @memory_size
>   hw/isa/isa-superio: Fix IDE controller realization
>   stubs/cmos: Use correct include
>   hw/core/sysbus: Fix a typo
>   hw/core/sysbus: Assert memory region index is in range
>   Revert "mailmap: Update philmd email address"
>   .mailmap: Update Paul Burton email address
>   hw/i2c: Fix typo in description
>   util/qemu-timer: Fix typo in description
>   util/vfio-helpers: Fix typo in description
>   hw/ide/core: Trivial typo fix
>   hw/ide/ahci: Replace magic '512' value by BDRV_SECTOR_SIZE
>   hw/ide/atapi: Replace magic '512' value by BDRV_SECTOR_SIZE
>   hw/ide/pci: Replace magic '512' value by BDRV_SECTOR_SIZE
>   hw/scsi/scsi-disk: Replace magic '512' value by BDRV_SECTOR_SIZE
>   hw/net/xilinx_axienet: Remove unused code
>   util/vfio-helpers: Unify trace-events size format
> 
> Stefan Weil (2):
>   main-loop: Fix comment
>   docs/system: Fix grammar in documentation
> 
> Thomas Huth (2):
>   hw/net/can: Add missing fallthrough statements
>   docs/system/target-avr: Improve the AVR docs and add to MAINTAINERS
> 
> Tianjia Zhang (1):
>   qemu-options.hx: Fix typo for netdev documentation
> 
>  .mailmap                        |  9 ++++---
>  MAINTAINERS                     |  1 +
>  block/vmdk.c                    |  3 ---
>  docs/amd-memory-encryption.txt  |  4 +--
>  docs/pvrdma.txt                 |  2 +-
>  docs/system/build-platforms.rst |  6 ++---
>  docs/system/target-avr.rst      | 47 ++++++++++++++++++++-------------
>  hw/arm/omap1.c                  |  1 -
>  hw/arm/virt-acpi-build.c        |  3 +--
>  hw/block/pflash_cfi01.c         |  1 -
>  hw/core/sysbus.c                |  3 ++-
>  hw/display/cirrus_vga.c         |  1 -
>  hw/display/qxl-logger.c         |  2 --
>  hw/display/vga.c                |  1 -
>  hw/gpio/max7310.c               |  3 ---
>  hw/i386/intel_iommu.c           |  1 -
>  hw/i386/kvm/ioapic.c            |  2 +-
>  hw/ide/ahci.c                   |  5 ++--
>  hw/ide/atapi.c                  |  8 +++---
>  hw/ide/core.c                   |  2 +-
>  hw/ide/pci.c                    |  2 +-
>  hw/input/pxa2xx_keypad.c        | 10 -------
>  hw/intc/armv7m_nvic.c           |  1 -
>  hw/intc/exynos4210_combiner.c   |  1 -
>  hw/isa/isa-superio.c            |  2 +-
>  hw/net/can/can_sja1000.c        |  2 ++
>  hw/net/lan9118.c                |  2 --
>  hw/net/virtio-net.c             |  1 -
>  hw/net/xilinx_axienet.c         | 23 ----------------
>  hw/scsi/scsi-disk.c             | 44 +++++++++++++++---------------
>  hw/usb/bus.c                    |  4 +--
>  hw/usb/ccid-card-emulated.c     |  1 -
>  hw/vfio/platform.c              |  2 +-
>  hw/virtio/vhost-user.c          |  2 +-
>  include/hw/i2c/i2c.h            |  2 +-
>  include/hw/register.h           |  1 +
>  include/qemu/main-loop.h        |  2 +-
>  linux-user/strace.c             | 12 +++++++++
>  qemu-options.hx                 |  2 +-
>  scsi/utils.c                    |  4 ---
>  stubs/cmos.c                    |  2 +-
>  target/arm/kvm64.c              |  1 -
>  target/arm/translate-a64.c      |  7 ++---
>  target/cris/translate.c         |  7 +++--
>  target/cris/translate_v10.c.inc |  2 --
>  target/ppc/misc_helper.c        |  5 ----
>  target/sh4/translate.c          |  3 ---
>  ui/vnc-enc-tight.c              |  1 -
>  util/qemu-timer.c               |  2 +-
>  util/trace-events               |  6 ++---
>  util/vfio-helpers.c             |  4 +--
>  51 files changed, 112 insertions(+), 153 deletions(-)
> 

Please ignore this PR, it failed after the first patch.

The second attempt is the one to take (same name, no versioning but
completed).

Thanks,
Laurent


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PULL 00/44] Trivial branch for 5.2 patches
  2020-09-01 14:15 ` [PULL 00/44] Trivial branch for 5.2 patches Laurent Vivier
@ 2020-09-01 15:51   ` Peter Maydell
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Maydell @ 2020-09-01 15:51 UTC (permalink / raw)
  To: Laurent Vivier; +Cc: QEMU Trivial, QEMU Developers

On Tue, 1 Sep 2020 at 15:42, Laurent Vivier <laurent@vivier.eu> wrote:
>
> Le 01/09/2020 à 16:07, Laurent Vivier a écrit :
> > The following changes since commit 39335fab59e11cfda9b7cf63929825db2dd3a3e0:
> >
> >   Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.2-pull-=
> > request' into staging (2020-08-28 22:30:11 +0100)
> >
> > are available in the Git repository at:
> >
> >   git://github.com/vivier/qemu.git tags/trivial-branch-for-5.2-pull-request
> >
> > for you to fetch changes up to 1eef4ba6be30f8b95c8cda1bcb50a176d680a34d:
> >
> >   docs/system: Fix grammar in documentation (2020-09-01 12:09:30 +0200)

> Please ignore this PR, it failed after the first patch.
>
> The second attempt is the one to take (same name, no versioning but
> completed).

The two are identical from my point of view because they refer
to the same tag (and even the same commit hash in this case).
The merge process doesn't care about the emails that go to the
list: those are just for others' information and the historical
record.


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.2
for any user-visible changes.

-- PMM


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PULL 00/44] Trivial branch for 5.2 patches
@ 2020-09-01 14:09 Laurent Vivier
  0 siblings, 0 replies; 5+ messages in thread
From: Laurent Vivier @ 2020-09-01 14:09 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Laurent Vivier

The following changes since commit 39335fab59e11cfda9b7cf63929825db2dd3a3e0:

  Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.2-pull-=
request' into staging (2020-08-28 22:30:11 +0100)

are available in the Git repository at:

  git://github.com/vivier/qemu.git tags/trivial-branch-for-5.2-pull-request

for you to fetch changes up to 1eef4ba6be30f8b95c8cda1bcb50a176d680a34d:

  docs/system: Fix grammar in documentation (2020-09-01 12:09:30 +0200)

----------------------------------------------------------------
Pull request trivial patches 20200901

----------------------------------------------------------------

Chen Qun (10):
  hw/arm/virt-acpi-build:Remove dead assignment in build_madt()
  hw/arm/omap1:Remove redundant statement in omap_clkdsp_read()
  target/arm/translate-a64:Remove dead assignment in
    handle_scalar_simd_shli()
  target/arm/translate-a64:Remove redundant statement in
    disas_simd_two_reg_misc_fp16()
  hw/virtio/vhost-user:Remove dead assignment in scrub_shadow_regions()
  hw/net/virtio-net:Remove redundant statement in
    virtio_net_rsc_tcp_ctrl_check()
  vfio/platform: Remove dead assignment in vfio_intp_interrupt()
  usb/bus: Remove dead assignment in usb_get_fw_dev_path()
  hw/intc: fix default registers value in exynos4210_combiner_read()
  hw/display/vga:Remove redundant statement in vga_draw_graphic()

Greg Kurz (1):
  mailmap: Add entry for Greg Kurz

Han Han (1):
  docs: Fix broken links

Kenta Ishiguro (1):
  hw/i386/kvm/ioapic.c: fix typo in error message

Liao Pingfang (8):
  target/arm/kvm: Remove superfluous break
  target/ppc: Remove superfluous breaks
  scsi: Remove superfluous breaks
  vnc: Remove the superfluous break
  block/vmdk: Remove superfluous breaks
  hw: Remove superfluous breaks
  target/sh4: Remove superfluous breaks
  target/cris: Remove superfluous breaks

Mike Gelfand (1):
  linux-user: Add strace support for printing OFD fcntl operations

Philippe Mathieu-Daud=C3=A9 (17):
  hw/register: Document register_init_block @memory_size
  hw/isa/isa-superio: Fix IDE controller realization
  stubs/cmos: Use correct include
  hw/core/sysbus: Fix a typo
  hw/core/sysbus: Assert memory region index is in range
  Revert "mailmap: Update philmd email address"
  .mailmap: Update Paul Burton email address
  hw/i2c: Fix typo in description
  util/qemu-timer: Fix typo in description
  util/vfio-helpers: Fix typo in description
  hw/ide/core: Trivial typo fix
  hw/ide/ahci: Replace magic '512' value by BDRV_SECTOR_SIZE
  hw/ide/atapi: Replace magic '512' value by BDRV_SECTOR_SIZE
  hw/ide/pci: Replace magic '512' value by BDRV_SECTOR_SIZE
  hw/scsi/scsi-disk: Replace magic '512' value by BDRV_SECTOR_SIZE
  hw/net/xilinx_axienet: Remove unused code
  util/vfio-helpers: Unify trace-events size format

Stefan Weil (2):
  main-loop: Fix comment
  docs/system: Fix grammar in documentation

Thomas Huth (2):
  hw/net/can: Add missing fallthrough statements
  docs/system/target-avr: Improve the AVR docs and add to MAINTAINERS

Tianjia Zhang (1):
  qemu-options.hx: Fix typo for netdev documentation

 .mailmap                        |  9 ++++---
 MAINTAINERS                     |  1 +
 block/vmdk.c                    |  3 ---
 docs/amd-memory-encryption.txt  |  4 +--
 docs/pvrdma.txt                 |  2 +-
 docs/system/build-platforms.rst |  6 ++---
 docs/system/target-avr.rst      | 47 ++++++++++++++++++++-------------
 hw/arm/omap1.c                  |  1 -
 hw/arm/virt-acpi-build.c        |  3 +--
 hw/block/pflash_cfi01.c         |  1 -
 hw/core/sysbus.c                |  3 ++-
 hw/display/cirrus_vga.c         |  1 -
 hw/display/qxl-logger.c         |  2 --
 hw/display/vga.c                |  1 -
 hw/gpio/max7310.c               |  3 ---
 hw/i386/intel_iommu.c           |  1 -
 hw/i386/kvm/ioapic.c            |  2 +-
 hw/ide/ahci.c                   |  5 ++--
 hw/ide/atapi.c                  |  8 +++---
 hw/ide/core.c                   |  2 +-
 hw/ide/pci.c                    |  2 +-
 hw/input/pxa2xx_keypad.c        | 10 -------
 hw/intc/armv7m_nvic.c           |  1 -
 hw/intc/exynos4210_combiner.c   |  1 -
 hw/isa/isa-superio.c            |  2 +-
 hw/net/can/can_sja1000.c        |  2 ++
 hw/net/lan9118.c                |  2 --
 hw/net/virtio-net.c             |  1 -
 hw/net/xilinx_axienet.c         | 23 ----------------
 hw/scsi/scsi-disk.c             | 44 +++++++++++++++---------------
 hw/usb/bus.c                    |  4 +--
 hw/usb/ccid-card-emulated.c     |  1 -
 hw/vfio/platform.c              |  2 +-
 hw/virtio/vhost-user.c          |  2 +-
 include/hw/i2c/i2c.h            |  2 +-
 include/hw/register.h           |  1 +
 include/qemu/main-loop.h        |  2 +-
 linux-user/strace.c             | 12 +++++++++
 qemu-options.hx                 |  2 +-
 scsi/utils.c                    |  4 ---
 stubs/cmos.c                    |  2 +-
 target/arm/kvm64.c              |  1 -
 target/arm/translate-a64.c      |  7 ++---
 target/cris/translate.c         |  7 +++--
 target/cris/translate_v10.c.inc |  2 --
 target/ppc/misc_helper.c        |  5 ----
 target/sh4/translate.c          |  3 ---
 ui/vnc-enc-tight.c              |  1 -
 util/qemu-timer.c               |  2 +-
 util/trace-events               |  6 ++---
 util/vfio-helpers.c             |  4 +--
 51 files changed, 112 insertions(+), 153 deletions(-)

--=20
2.26.2



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-09-01 15:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-01 14:07 [PULL 00/44] Trivial branch for 5.2 patches Laurent Vivier
2020-09-01 14:07 ` [PULL 01/44] hw/register: Document register_init_block @memory_size Laurent Vivier
2020-09-01 14:15 ` [PULL 00/44] Trivial branch for 5.2 patches Laurent Vivier
2020-09-01 15:51   ` Peter Maydell
2020-09-01 14:09 Laurent Vivier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.