Re: [PULL 00/38] target-arm queue

2023-01-13 Thread Peter Maydell
On Fri, 13 Jan 2023 at 14:11, Peter Maydell  wrote:
>
> The following changes since commit 3db29dcac23da85486704ef9e7a8e7217f7829cd:
>
>   Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging 
> (2023-01-12 13:51:36 +)
>
> are available in the Git repository at:
>
>   https://git.linaro.org/people/pmaydell/qemu-arm.git 
> tags/pull-target-arm-20230113
>
> for you to fetch changes up to 08899b5c68a55a3780d707e2464073c8f2670d31:
>
>   target/arm: allow writes to SCR_EL3.HXEn bit when FEAT_HCX is enabled 
> (2023-01-13 13:19:36 +)
>
> 
> target-arm queue:
>  hw/arm/stm32f405: correctly describe the memory layout
>  hw/arm: Add Olimex H405 board
>  cubieboard: Support booting from an SD card image with u-boot on it
>  target/arm: Fix sve_probe_page
>  target/arm: allow writes to SCR_EL3.HXEn bit when FEAT_HCX is enabled
>  various code cleanups
>



Applied, thanks.

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

-- PMM



[PULL 00/38] target-arm queue

2023-01-13 Thread Peter Maydell
The following changes since commit 3db29dcac23da85486704ef9e7a8e7217f7829cd:

  Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging 
(2023-01-12 13:51:36 +)

are available in the Git repository at:

  https://git.linaro.org/people/pmaydell/qemu-arm.git 
tags/pull-target-arm-20230113

for you to fetch changes up to 08899b5c68a55a3780d707e2464073c8f2670d31:

  target/arm: allow writes to SCR_EL3.HXEn bit when FEAT_HCX is enabled 
(2023-01-13 13:19:36 +)


target-arm queue:
 hw/arm/stm32f405: correctly describe the memory layout
 hw/arm: Add Olimex H405 board
 cubieboard: Support booting from an SD card image with u-boot on it
 target/arm: Fix sve_probe_page
 target/arm: allow writes to SCR_EL3.HXEn bit when FEAT_HCX is enabled
 various code cleanups


Evgeny Iakovlev (1):
  target/arm: allow writes to SCR_EL3.HXEn bit when FEAT_HCX is enabled

Felipe Balbi (2):
  hw/arm/stm32f405: correctly describe the memory layout
  hw/arm: Add Olimex H405

Philippe Mathieu-Daudé (27):
  hw/arm/pxa2xx: Simplify pxa255_init()
  hw/arm/pxa2xx: Simplify pxa270_init()
  hw/arm/collie: Use the IEC binary prefix definitions
  hw/arm/collie: Simplify flash creation using for() loop
  hw/arm/gumstix: Improve documentation
  hw/arm/gumstix: Use the IEC binary prefix definitions
  hw/arm/mainstone: Use the IEC binary prefix definitions
  hw/arm/musicpal: Use the IEC binary prefix definitions
  hw/arm/omap_sx1: Remove unused 'total_ram' definitions
  hw/arm/omap_sx1: Use the IEC binary prefix definitions
  hw/arm/z2: Use the IEC binary prefix definitions
  hw/arm/vexpress: Remove dead code in vexpress_common_init()
  hw/arm: Remove unreachable code calling pflash_cfi01_register()
  hw/arm/pxa: Avoid forward-declaring PXA2xxI2CState
  hw/gpio/omap_gpio: Add local variable to avoid embedded cast
  hw/arm/omap: Drop useless casts from void * to pointer
  hw/gpio/omap_gpio: Use CamelCase for TYPE_OMAP1_GPIO type name
  hw/gpio/omap_gpio: Use CamelCase for TYPE_OMAP2_GPIO type name
  hw/intc/omap_intc: Use CamelCase for TYPE_OMAP_INTC type name
  hw/arm/stellaris: Drop useless casts from void * to pointer
  hw/arm/stellaris: Use CamelCase for STELLARIS_ADC type name
  hw/arm/bcm2836: Remove definitions generated by OBJECT_DECLARE_TYPE()
  hw/arm/npcm7xx: Declare QOM macros using OBJECT_DECLARE_SIMPLE_TYPE()
  hw/misc/sbsa_ec: Rename TYPE_SBSA_EC -> TYPE_SBSA_SECURE_EC
  hw/misc/sbsa_ec: Declare QOM macros using OBJECT_DECLARE_SIMPLE_TYPE()
  hw/intc/xilinx_intc: Use 'XpsIntc' typedef instead of 'struct xlx_pic'
  hw/timer/xilinx_timer: Use XpsTimerState instead of 'struct timerblock'

Richard Henderson (1):
  target/arm: Fix sve_probe_page

Strahinja Jankovic (7):
  hw/misc: Allwinner-A10 Clock Controller Module Emulation
  hw/misc: Allwinner A10 DRAM Controller Emulation
  {hw/i2c,docs/system/arm}: Allwinner TWI/I2C Emulation
  hw/misc: AXP209 PMU Emulation
  hw/arm: Add AXP209 to Cubieboard
  hw/arm: Allwinner A10 enable SPL load from MMC
  tests/avocado: Add SD boot test to Cubieboard

 docs/system/arm/cubieboard.rst  |   1 +
 docs/system/arm/orangepi.rst|   1 +
 docs/system/arm/stm32.rst   |   1 +
 configs/devices/arm-softmmu/default.mak |   1 +
 include/hw/adc/npcm7xx_adc.h|   7 +-
 include/hw/arm/allwinner-a10.h  |  27 ++
 include/hw/arm/allwinner-h3.h   |   3 +
 include/hw/arm/npcm7xx.h|  18 +-
 include/hw/arm/omap.h   |  24 +-
 include/hw/arm/pxa.h|  11 +-
 include/hw/arm/stm32f405_soc.h  |   5 +-
 include/hw/i2c/allwinner-i2c.h  |  55 
 include/hw/i2c/npcm7xx_smbus.h  |   7 +-
 include/hw/misc/allwinner-a10-ccm.h |  67 +
 include/hw/misc/allwinner-a10-dramc.h   |  68 +
 include/hw/misc/npcm7xx_clk.h   |   2 +-
 include/hw/misc/npcm7xx_gcr.h   |   6 +-
 include/hw/misc/npcm7xx_mft.h   |   7 +-
 include/hw/misc/npcm7xx_pwm.h   |   3 +-
 include/hw/misc/npcm7xx_rng.h   |   6 +-
 include/hw/net/npcm7xx_emc.h|   5 +-
 include/hw/sd/npcm7xx_sdhci.h   |   4 +-
 hw/arm/allwinner-a10.c  |  40 +++
 hw/arm/allwinner-h3.c   |  11 +-
 hw/arm/bcm2836.c|   9 +-
 hw/arm/collie.c |  25 +-
 hw/arm/cubieboard.c |  11 +
 hw/arm/gumstix.c|  45 ++--
 hw/arm/mainstone.c  |  37 ++-
 hw/arm/musicpal.c   |   9 +-
 hw/arm/olimex-stm32-h405.c  |  69 +
 hw/arm/omap1.c  | 115 
 hw/arm/omap2.c  |  40 ++-
 

[PULL 00/38] target-arm queue

2022-01-20 Thread Peter Maydell
The following changes since commit b10d00d8811fa4eed4862963273d7353ce310c82:

  Merge remote-tracking branch 
'remotes/kraxel/tags/seabios-20220118-pull-request' into staging (2022-01-19 
18:46:28 +)

are available in the Git repository at:

  https://git.linaro.org/people/pmaydell/qemu-arm.git 
tags/pull-target-arm-20220120

for you to fetch changes up to 9705e3c1dcff96b0b3c7e594b6cd68d27d6c4ced:

  hw/intc/arm_gicv3: Check for !MEMTX_OK instead of MEMTX_ERROR (2022-01-20 
11:47:54 +)


target-arm:
 * hw/intc/arm_gicv3_its: Fix various minor bugs
 * hw/arm/aspeed: Add the i3c device to the AST2600 SoC
 * hw/arm: kudo: add lm75s behind bus 1 switch at 75
 * hw/arm/virt: Fix support for running guests on hosts
   with restricted IPA ranges
 * hw/intc/arm_gic: Allow reset of the running priority
 * hw/intc/arm_gic: Implement read of GICC_IIDR
 * hw/arm/virt: Support for virtio-mem-pci
 * hw/arm/virt: Support CPU cluster on ARM virt machine
 * docs/can: convert to restructuredText
 * hw/net: Move MV88W8618 network device out of hw/arm/ directory
 * hw/arm/virt: KVM: Enable PAuth when supported by the host


Gavin Shan (2):
  virtio-mem: Correct default THP size for ARM64
  hw/arm/virt: Support for virtio-mem-pci

Lucas Ramage (1):
  docs/can: convert to restructuredText

Marc Zyngier (7):
  hw/arm/virt: KVM: Enable PAuth when supported by the host
  hw/arm/virt: Add a control for the the highmem PCIe MMIO
  hw/arm/virt: Add a control for the the highmem redistributors
  hw/arm/virt: Honor highmem setting when computing the memory map
  hw/arm/virt: Use the PA range to compute the memory map
  hw/arm/virt: Disable highmem devices that don't fit in the PA range
  hw/arm/virt: Drop superfluous checks against highmem

Patrick Venture (1):
  hw/arm: kudo add lm75s behind bus 1 switch at 75

Peter Maydell (13):
  hw/intc/arm_gicv3_its: Fix event ID bounds checks
  hw/intc/arm_gicv3_its: Convert int ID check to num_intids convention
  hw/intc/arm_gicv3_its: Fix handling of process_its_cmd() return value
  hw/intc/arm_gicv3_its: Don't use data if reading command failed
  hw/intc/arm_gicv3_its: Use enum for return value of process_* functions
  hw/intc/arm_gicv3_its: Fix return codes in process_its_cmd()
  hw/intc/arm_gicv3_its: Refactor process_its_cmd() to reduce nesting
  hw/intc/arm_gicv3_its: Fix return codes in process_mapti()
  hw/intc/arm_gicv3_its: Fix return codes in process_mapc()
  hw/intc/arm_gicv3_its: Fix return codes in process_mapd()
  hw/intc/arm_gicv3_its: Factor out "find address of table entry" code
  hw/intc/arm_gicv3_its: Check indexes before use, not after
  hw/intc/arm_gicv3_its: Range-check ICID before indexing into collection 
table

Petr Pavlu (2):
  hw/intc/arm_gic: Implement read of GICC_IIDR
  hw/intc/arm_gic: Allow reset of the running priority

Philippe Mathieu-Daudé (4):
  hw: Move MARVELL_88W8618 Kconfig from audio/ to arm/
  hw/arm/musicpal: Fix coding style of code related to MV88W8618 device
  hw/net: Move MV88W8618 network device out of hw/arm/ directory
  hw/intc/arm_gicv3: Check for !MEMTX_OK instead of MEMTX_ERROR

Troy Lee (2):
  hw/misc/aspeed_i3c.c: Introduce a dummy AST2600 I3C model.
  hw/arm/aspeed: Add the i3c device to the AST2600 SoC

Yanan Wang (6):
  hw/arm/virt: Support CPU cluster on ARM virt machine
  hw/arm/virt: Support cluster level in DT cpu-map
  hw/acpi/aml-build: Improve scalability of PPTT generation
  tests/acpi/bios-tables-test: Allow changes to virt/PPTT file
  hw/acpi/aml-build: Support cluster level in PPTT generation
  tests/acpi/bios-table-test: Update expected virt/PPTT file

 docs/system/arm/cpu-features.rst |   4 -
 docs/system/device-emulation.rst |   1 +
 docs/{can.txt => system/devices/can.rst} |  90 +++---
 include/hw/arm/aspeed_soc.h  |   3 +
 include/hw/arm/virt.h|   5 +-
 include/hw/misc/aspeed_i3c.h |  48 +++
 include/hw/net/mv88w8618_eth.h   |  12 +
 target/arm/cpu.h |   1 +
 hw/acpi/aml-build.c  |  68 +++--
 hw/arm/aspeed_ast2600.c  |  16 +
 hw/arm/musicpal.c| 381 +---
 hw/arm/npcm7xx_boards.c  |  10 +-
 hw/arm/virt-acpi-build.c |  10 +-
 hw/arm/virt.c| 184 ++--
 hw/intc/arm_gic.c|  11 +
 hw/intc/arm_gicv3_its.c  | 492 ++-
 hw/intc/arm_gicv3_redist.c   |   4 +-
 hw/misc/aspeed_i3c.c | 381 
 hw/net/mv88w8618_eth.c   | 403 +
 hw/virtio/virtio-mem.c   

Re: [Qemu-devel] [PULL 00/38] target-arm queue

2014-01-31 Thread Peter Maydell
On 29 January 2014 13:39, Peter Maydell peter.mayd...@linaro.org wrote:
 Here's the target-arm queue; nothing earthshaking here.
 I anticipate the queue will fill up with another 30+ patches
 within a week or so; please pull :-)


 Christoffer Dall (6):
   linux-headers: Update from Linus' master ba635f8
   kvm: Introduce kvm_arch_irqchip_create
   kvm: Common device control API functions
   arm: vgic device control api support

This set of patches break the build on aarch64 hosts, so
I'm removing it from target-arm.next and well send out
a revised pull request mail shortly. (I won't bother
retransmitting the 34 unchanged patches...)

thanks
-- PMM



[Qemu-devel] [PULL 00/38] target-arm queue

2014-01-29 Thread Peter Maydell
Here's the target-arm queue; nothing earthshaking here.
I anticipate the queue will fill up with another 30+ patches
within a week or so; please pull :-)

thanks
-- PMM

The following changes since commit 0169c511554cb0014a00290b0d3d26c31a49818f:

  Merge remote-tracking branch 'qemu-kvm/uq/master' into staging (2014-01-24 
15:52:44 -0800)

are available in the git repository at:


  git://git.linaro.org/people/pmaydell/qemu-arm.git 
tags/pull-target-arm-20140129

for you to fetch changes up to 984bc70fb5e6331cf3cbfa836373fefadf1435f9:

  arm_gic: Fix GICD_ICPENDR and GICD_ISPENDR writes (2014-01-29 13:27:34 +)


target-arm queue:
 * implementation of first part of the A64 Neon instruction set
 * v8 AArch32 rounding and 16-64 fp conversion instructions
 * add support for KVM ARM using the irqchip creation kernel API
 * fix MIDR value on Zynq boards
 * some minor bugfixes/code cleanups


Alex Bennée (5):
  target-arm: A64: Add SIMD ld/st multiple
  target-arm: A64: Add decode skeleton for SIMD data processing insns
  target-arm: A64: Add SIMD copy operations
  target-arm: A64: Add SIMD modified immediate group
  target-arm: A64: Add SIMD shift by immediate

Alistair Francis (2):
  ARM: Convert MIDR to a property
  ZYNQ: Implement board MIDR control for Zynq

Christoffer Dall (6):
  linux-headers: Update from Linus' master ba635f8
  kvm: Introduce kvm_arch_irqchip_create
  kvm: Common device control API functions
  arm: vgic device control api support
  arm_gic: Introduce define for GIC_NR_SGIS
  arm_gic: Fix GICD_ICPENDR and GICD_ISPENDR writes

Michael Matz (3):
  target-arm: A64: Add SIMD TBL/TBLX
  target-arm: A64: Add SIMD ZIP/UZP/TRN
  target-arm: A64: Add SIMD across-lanes instructions

Paolo Bonzini (1):
  display: avoid multi-statement macro

Peter Maydell (11):
  target-arm: A64: Add SIMD ld/st single
  target-arm: A64: Add SIMD EXT
  target-arm: A64: Add SIMD scalar copy instructions
  hw/arm/boot: Don't set up ATAGS for autogenerated dtb booting
  target-arm: A64: Add SIMD three-different multiply accumulate insns
  target-arm: A64: Add SIMD three-different ABDL instructions
  target-arm: A64: Add SIMD scalar 3 same add, sub and compare ops
  target-arm: A64: Add top level decode for SIMD 3-same group
  target-arm: A64: Add logic ops from SIMD 3 same group
  target-arm: A64: Add integer ops from SIMD 3-same group
  target-arm: A64: Add simple SIMD 3-same floating point ops

Will Newton (10):
  target-arm: Move arm_rmode_to_sf to a shared location.
  target-arm: Add AArch32 FP VRINTA, VRINTN, VRINTP and VRINTM
  target-arm: Add support for AArch32 FP VRINTR
  target-arm: Add support for AArch32 FP VRINTZ
  target-arm: Add support for AArch32 FP VRINTX
  target-arm: Add support for AArch32 SIMD VRINTX
  target-arm: Add set_neon_rmode helper
  target-arm: Add AArch32 SIMD VRINTA, VRINTN, VRINTP, VRINTM, VRINTZ
  target-arm: Add AArch32 FP VCVTA, VCVTN, VCVTP and VCVTM
  target-arm: Add AArch32 SIMD VCVTA, VCVTN, VCVTP and VCVTM

 hw/arm/boot.c|9 +-
 hw/arm/xilinx_zynq.c |7 +
 hw/display/blizzard_template.h   |   40 +-
 hw/display/pl110_template.h  |   12 +-
 hw/display/pxa2xx_template.h |   22 +-
 hw/display/tc6393xb_template.h   |   14 +-
 hw/intc/arm_gic.c|   21 +-
 hw/intc/arm_gic_kvm.c|   22 +-
 include/hw/intc/arm_gic_common.h |2 +
 include/sysemu/kvm.h |   34 +
 kvm-all.c|   50 +-
 linux-headers/asm-arm/kvm.h  |   28 +
 linux-headers/asm-arm64/kvm.h|   21 +-
 linux-headers/asm-x86/hyperv.h   |   13 +
 linux-headers/linux/kvm.h|2 +
 stubs/Makefile.objs  |1 +
 stubs/kvm.c  |7 +
 target-arm/cpu.c |1 +
 target-arm/cpu.h |2 +
 target-arm/helper-a64.c  |   31 +
 target-arm/helper-a64.h  |1 +
 target-arm/helper.c  |   45 +
 target-arm/helper.h  |1 +
 target-arm/kvm.c |   55 +-
 target-arm/kvm_arm.h |   17 +-
 target-arm/translate-a64.c   | 2707 +-
 target-arm/translate.c   |  251 
 trace-events |1 +
 28 files changed, 3325 insertions(+), 92 deletions(-)
 create mode 100644 stubs/kvm.c