1 | Dropped the tmp421 patch and the following patch that | 1 | Forgot to add system/index to docs/index.rst (one line tweak). |
---|---|---|---|
2 | depended on it; no other changes. | 2 | Rest of series same as v1. |
3 | 3 | ||
4 | thanks | 4 | The following changes since commit b7c359c748a2e3ccb97a184b9739feb2cd48de2f: |
5 | -- PMM | ||
6 | 5 | ||
7 | The following changes since commit 43771d5d92312504305c19abe29ec5bfabd55f01: | 6 | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.0-pull-request' into staging (2020-01-23 14:38:43 +0000) |
8 | 7 | ||
9 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-05-31' into staging (2017-06-01 16:39:16 +0100) | 8 | are available in the Git repository at: |
10 | 9 | ||
11 | are available in the git repository at: | 10 | https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20200123-1 |
12 | 11 | ||
13 | git://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20170602 | 12 | for you to fetch changes up to 3efba2eac3f2ac1f84f75465597f361626a6d0d5: |
14 | 13 | ||
15 | for you to fetch changes up to c7637c04be257968e6df30de961a6a23a0ac3dd8: | 14 | hw/arm/exynos4210: Connect serial port DMA busy signals with pl330 (2020-01-23 15:34:05 +0000) |
16 | |||
17 | hw/arm/virt: fdt: generate distance-map when needed (2017-06-02 11:51:49 +0100) | ||
18 | 15 | ||
19 | ---------------------------------------------------------------- | 16 | ---------------------------------------------------------------- |
20 | target-arm queue: | 17 | target-arm queue: |
21 | * virt: numa: provide ACPI distance info when needed | 18 | * fix bug in PAuth emulation |
22 | * aspeed: fix i2c controller bugs | 19 | * add PMU to Cortex-R5, Cortex-R5F |
23 | * M profile: support MPU | 20 | * qemu-nbd: Convert documentation to rST |
24 | * gicv3: fix mishandling of BPR1, VBPR1 | 21 | * qemu-block-drivers: Convert documentation to rST |
25 | * load_uboot_image: don't assume a full header read | 22 | * Fix Exynos4210 UART DMA support |
26 | * libvixl: Correct build failures on NetBSD | 23 | * Various minor code cleanups |
27 | 24 | ||
28 | ---------------------------------------------------------------- | 25 | ---------------------------------------------------------------- |
29 | Andrew Jones (3): | 26 | Andrew Jones (1): |
30 | load_uboot_image: don't assume a full header read | 27 | target/arm/arch_dump: Add SVE notes |
31 | hw/arm/virt-acpi-build: build SLIT when needed | ||
32 | hw/arm/virt: fdt: generate distance-map when needed | ||
33 | 28 | ||
34 | Cédric Le Goater (4): | 29 | Clement Deschamps (1): |
35 | aspeed/i2c: improve command handling | 30 | target/arm: add PMU feature to cortex-r5 and cortex-r5f |
36 | aspeed/i2c: handle LAST command under the RX command | ||
37 | aspeed/i2c: introduce a state machine | ||
38 | aspeed: add some I2C devices to the Aspeed machines | ||
39 | 31 | ||
40 | Kamil Rytarowski (1): | 32 | Guenter Roeck (8): |
41 | libvixl: Correct build failures on NetBSD | 33 | dma/pl330: Convert to support tracing |
34 | hw/core/or-irq: Increase limit of or-lines to 48 | ||
35 | hw/arm/exynos4210: Fix DMA initialization | ||
36 | hw/char/exynos4210_uart: Convert to support tracing | ||
37 | hw/char/exynos4210_uart: Implement post_load function | ||
38 | hw/char/exynos4210_uart: Implement Rx FIFO level triggers and timeouts | ||
39 | hw/char/exynos4210_uart: Add receive DMA support | ||
40 | hw/arm/exynos4210: Connect serial port DMA busy signals with pl330 | ||
42 | 41 | ||
43 | Michael Davidsaver (4): | 42 | Keqian Zhu (2): |
44 | armv7m: Improve "-d mmu" tracing for PMSAv7 MPU | 43 | hw/acpi: Remove extra indent in ACPI GED hotplug cb |
45 | armv7m: Implement M profile default memory map | 44 | hw/arm: Use helper function to trigger hotplug handler plug |
46 | armv7m: Classify faults as MemManage or BusFault | ||
47 | arm: add MPU support to M profile CPUs | ||
48 | 45 | ||
49 | Peter Maydell (12): | 46 | Peter Maydell (3): |
50 | hw/intc/arm_gicv3_cpuif: Fix reset value for VMCR_EL2.VBPR1 | 47 | qemu-nbd: Convert invocation documentation to rST |
51 | hw/intc/arm_gicv3_cpuif: Don't let BPR be set below its minimum | 48 | docs: Create stub system manual |
52 | hw/intc/arm_gicv3_cpuif: Fix priority masking for NS BPR1 | 49 | qemu-block-drivers: Convert to rST |
53 | arm: Use the mmu_idx we're passed in arm_cpu_do_unaligned_access() | ||
54 | arm: Add support for M profile CPUs having different MMU index semantics | ||
55 | arm: Use different ARMMMUIdx values for M profile | ||
56 | arm: Clean up handling of no-MPU PMSA CPUs | ||
57 | arm: Don't clear ARM_FEATURE_PMSA for no-mpu configs | ||
58 | arm: Don't let no-MPU PMSA cores write to SCTLR.M | ||
59 | arm: Remove unnecessary check on cpu->pmsav7_dregion | ||
60 | arm: All M profile cores are PMSA | ||
61 | arm: Implement HFNMIENA support for M profile MPU | ||
62 | 50 | ||
63 | Wei Huang (1): | 51 | Philippe Mathieu-Daudé (1): |
64 | target/arm: clear PMUVER field of AA64DFR0 when vPMU=off | 52 | hw/misc/stm32f4xx_syscfg: Fix copy/paste error |
65 | 53 | ||
66 | disas/libvixl/Makefile.objs | 3 + | 54 | Richard Henderson (3): |
67 | target/arm/cpu.h | 118 ++++++++++++++-- | 55 | tests/tcg/aarch64: Fix compilation parameters for pauth-% |
68 | target/arm/translate.h | 2 +- | 56 | tests/tcg/aarch64: Add pauth-3 |
69 | hw/arm/aspeed.c | 27 ++++ | 57 | tests/tcg/aarch64: Add pauth-4 |
70 | hw/arm/virt-acpi-build.c | 4 + | ||
71 | hw/arm/virt.c | 21 +++ | ||
72 | hw/core/loader.c | 3 +- | ||
73 | hw/i2c/aspeed_i2c.c | 65 +++++++-- | ||
74 | hw/intc/arm_gicv3_cpuif.c | 50 ++++++- | ||
75 | hw/intc/armv7m_nvic.c | 104 ++++++++++++++ | ||
76 | target/arm/cpu.c | 28 +++- | ||
77 | target/arm/helper.c | 338 ++++++++++++++++++++++++++++++-------------- | ||
78 | target/arm/machine.c | 7 +- | ||
79 | target/arm/op_helper.c | 3 +- | ||
80 | target/arm/translate-a64.c | 18 ++- | ||
81 | target/arm/translate.c | 14 +- | ||
82 | 16 files changed, 648 insertions(+), 157 deletions(-) | ||
83 | 58 | ||
59 | Vincent Dehors (1): | ||
60 | target/arm: Fix PAuth sbox functions | ||
61 | |||
62 | Makefile | 37 +- | ||
63 | tests/tcg/aarch64/Makefile.softmmu-target | 5 +- | ||
64 | tests/tcg/aarch64/Makefile.target | 3 +- | ||
65 | include/elf.h | 1 + | ||
66 | include/hw/arm/exynos4210.h | 4 + | ||
67 | include/hw/or-irq.h | 2 +- | ||
68 | target/arm/cpu.h | 25 + | ||
69 | hw/acpi/generic_event_device.c | 2 +- | ||
70 | hw/arm/exynos4210.c | 77 ++- | ||
71 | hw/arm/virt.c | 6 +- | ||
72 | hw/char/exynos4210_uart.c | 245 +++++--- | ||
73 | hw/dma/pl330.c | 88 +-- | ||
74 | hw/misc/stm32f4xx_syscfg.c | 2 +- | ||
75 | target/arm/arch_dump.c | 124 +++- | ||
76 | target/arm/cpu.c | 1 + | ||
77 | target/arm/kvm64.c | 24 - | ||
78 | target/arm/pauth_helper.c | 4 +- | ||
79 | tests/tcg/aarch64/pauth-1.c | 2 - | ||
80 | tests/tcg/aarch64/pauth-2.c | 2 - | ||
81 | tests/tcg/aarch64/pauth-4.c | 25 + | ||
82 | tests/tcg/aarch64/system/pauth-3.c | 40 ++ | ||
83 | MAINTAINERS | 1 + | ||
84 | docs/index.html.in | 1 + | ||
85 | docs/index.rst | 2 +- | ||
86 | docs/interop/conf.py | 4 +- | ||
87 | docs/interop/index.rst | 1 + | ||
88 | docs/interop/qemu-nbd.rst | 263 ++++++++ | ||
89 | docs/interop/qemu-option-trace.rst.inc | 30 + | ||
90 | docs/qemu-block-drivers.texi | 889 --------------------------- | ||
91 | docs/system/conf.py | 22 + | ||
92 | docs/system/index.rst | 17 + | ||
93 | docs/system/qemu-block-drivers.rst | 985 ++++++++++++++++++++++++++++++ | ||
94 | hw/char/trace-events | 20 + | ||
95 | hw/dma/trace-events | 24 + | ||
96 | qemu-doc.texi | 18 - | ||
97 | qemu-nbd.texi | 214 ------- | ||
98 | qemu-option-trace.texi | 4 + | ||
99 | qemu-options.hx | 2 +- | ||
100 | 38 files changed, 1898 insertions(+), 1318 deletions(-) | ||
101 | create mode 100644 tests/tcg/aarch64/pauth-4.c | ||
102 | create mode 100644 tests/tcg/aarch64/system/pauth-3.c | ||
103 | create mode 100644 docs/interop/qemu-nbd.rst | ||
104 | create mode 100644 docs/interop/qemu-option-trace.rst.inc | ||
105 | delete mode 100644 docs/qemu-block-drivers.texi | ||
106 | create mode 100644 docs/system/conf.py | ||
107 | create mode 100644 docs/system/index.rst | ||
108 | create mode 100644 docs/system/qemu-block-drivers.rst | ||
109 | delete mode 100644 qemu-nbd.texi | ||
110 | diff view generated by jsdifflib |