aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-25hw/gpio Add GPIO read/write trace event.Jamin Lin2-15/+43
2022-05-25hw: aspeed: Init all UART's with serial devicesPeter Delevoryas1-0/+9
2022-05-25hw: aspeed: Introduce common UART init functionPeter Delevoryas4-14/+17
2022-05-25hw: aspeed: Ensure AST1030 respects uart-defaultPeter Delevoryas1-3/+3
2022-05-25hw: aspeed: Add uarts_num SoC attributePeter Delevoryas4-0/+5
2022-05-25hw: aspeed: Add missing UART'sPeter Delevoryas4-0/+57
2022-05-25aspeed: Introduce a get_irq AspeedSoCClass methodCédric Le Goater4-7/+19
2022-05-25hw: m25p80: allow write_enable latch get/setIris Chen5-32/+98
2022-05-25docs: aspeed: Add fby35 boardPeter Delevoryas1-0/+1
2022-05-25hw/arm/aspeed: Add fby35 machine typePeter Delevoryas1-0/+63
2022-05-25docs: add minibmc section in aspeed documentJamin Lin1-0/+61
2022-05-20Merge tag 'pull-request-2022-05-18' of https://gitlab.com/thuth/qemu into sta...Richard Henderson20-329/+59
2022-05-19Merge tag 'pull-target-arm-20220519' of https://git.linaro.org/people/pmaydel...Richard Henderson46-228/+697
2022-05-19target/arm: Use FIELD definitions for CPACR, CPTR_ELxRichard Henderson4-36/+75
2022-05-19target/arm: Enable FEAT_HCX for -cpu maxRichard Henderson3-0/+71
2022-05-19target/arm: Fix PAuth keys access checks for disabled SEL2Florian Lugou1-1/+1
2022-05-19ptimer: Rename PTIMER_POLICY_DEFAULT to PTIMER_POLICY_LEGACYPeter Maydell25-36/+44
2022-05-19hw/arm/virt: Drop #size-cells and #address-cells from gpio-keys dtb nodePeter Maydell1-2/+0
2022-05-19hw/arm/virt: Fix incorrect non-secure flash dtb node namePeter Maydell1-1/+1
2022-05-19target/arm: Make number of counters in PMCR follow the CPUPeter Maydell6-12/+47
2022-05-19target/arm/helper.c: Delete stray obsolete commentPeter Maydell1-1/+0
2022-05-19hw/adc/zynq-xadc: Use qemu_irq typedefPhilippe Mathieu-Daudé2-4/+3
2022-05-19Fix aarch64 debug register names.Chris Howard1-4/+12
2022-05-19hw/intc/arm_gicv3: Provide ich_num_aprs()Peter Maydell1-6/+10
2022-05-19hw/intc/arm_gicv3: Use correct number of priority bits for the CPUPeter Maydell6-5/+27
2022-05-19hw/intc/arm_gicv3: Support configurable number of physical priority bitsPeter Maydell2-59/+130
2022-05-19hw/intc/arm_gicv3_kvm.c: Stop using GIC_MIN_BPR constantPeter Maydell1-3/+13
2022-05-19hw/intc/arm_gicv3: report correct PRIbits field in ICV_CTLR_EL1Peter Maydell1-1/+1
2022-05-19hw/intc/arm_gicv3_cpuif: Handle CPUs that don't specify GICv3 parametersPeter Maydell1-5/+13
2022-05-19target/arm: Drop unsupported_encoding() macroPeter Maydell2-13/+4
2022-05-19target/arm: Implement FEAT_IDSTPeter Maydell6-2/+66
2022-05-19target/arm: Enable FEAT_S2FWB for -cpu maxPeter Maydell2-0/+12
2022-05-19target/arm: Implement FEAT_S2FWBPeter Maydell2-3/+86
2022-05-19target/arm: Factor out FWB=0 specific part of combine_cacheattrs()Peter Maydell1-38/+50
2022-05-19target/arm: Postpone interpretation of stage 2 descriptor attribute bitsPeter Maydell2-7/+42
2022-05-18Merge tag 'artist-cursor-fix-final-pull-request' of https://github.com/hdelle...Richard Henderson3-43/+125
2022-05-18capstone: Remove the capstone submoduleThomas Huth8-143/+11
2022-05-18capstone: Allow version 3.0.5 againThomas Huth2-1/+2
2022-05-18tests/vm: Add capstone to the NetBSD and OpenBSD VMsThomas Huth2-2/+4
2022-05-18docs/about: Update the support statement for WindowsThomas Huth3-6/+12
2022-05-18tests/qtest: use prctl(PR_SET_PDEATHSIG) as fallback to kill QEMUDaniel P. Berrangé1-0/+17
2022-05-18tests/qtest: fix registration of ABRT handler for QEMU cleanupDaniel P. Berrangé1-2/+2
2022-05-18Remove Ubuntu 18.04 container support from the repositoryThomas Huth6-170/+4
2022-05-18gitlab-ci: Switch the container of the 'check-patch' & 'check-dco' jobsThomas Huth1-6/+8
2022-05-17Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingRichard Henderson15-6/+1044
2022-05-17tulip: Assign default MAC address if not specifiedHelge Deller1-2/+2
2022-05-17net/vmnet: update hmp-commands.hxVladislav Yaroshchuk1-1/+5
2022-05-17net/vmnet: update qemu-options.hxVladislav Yaroshchuk1-0/+25
2022-05-17net/vmnet: implement bridged mode (vmnet-bridged)Vladislav Yaroshchuk1-5/+132
2022-05-17net/vmnet: implement host mode (vmnet-host)Vladislav Yaroshchuk1-6/+110