summary refs log tree commit diff stats
path: root/scripts/qapi/parser.py (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-08hw/arm/virt: Implement kvm-steal-timeAndrew Jones10-13/+209
2020-10-08tests/qtest: Restore aarch64 arm-cpu-features testAndrew Jones1-1/+2
2020-10-08hw/arm/virt: Move kvm pmu setup to virt_cpu_post_initAndrew Jones1-16/+18
2020-10-08hw/arm/virt: Move post cpu realize check into its own functionAndrew Jones1-16/+27
2020-10-08target/arm/kvm: Make uncalled stubs explicitly unreachableAndrew Jones1-19/+32
2020-10-08linux headers: sync to 5.9-rc7Andrew Jones1-2/+4
2020-10-08hw/char/bcm2835_aux: Allow less than 32-bit accessesPhilippe Mathieu-Daudé1-1/+3
2020-10-08hw/arm/sbsa-ref : allocate IRQs for SMMUv3Graeme Gregory1-0/+1
2020-10-08hw/arm/sbsa-ref : Fix SMMUv3 InitialisationGraeme Gregory1-1/+1
2020-10-08hw/arm/fsl-imx25: Fix a typoPhilippe Mathieu-Daudé1-1/+1
2020-10-08hw/ssi/npcm7xx_fiu: Fix handling of unsigned integerPhilippe Mathieu-Daudé2-7/+7
2020-10-08accel/tcg: Fix computing of is_write for MIPSKele Huang1-4/+39
2020-10-08tcg: Remove TCG_TARGET_HAS_cmp_vecRichard Henderson3-3/+0
2020-10-08tcg/optimize: Fold dup2_vecRichard Henderson1-0/+15
2020-10-08tcg: Fix generation of dupi_vec for 32-bit hostRichard Henderson1-4/+8
2020-10-08tcg/i386: Fix dupi for avx2 32-bit hostsRichard Henderson1-1/+1
2020-10-08tcg: Remove TCGOpDef.usedRichard Henderson1-3/+0
2020-10-08tcg: Move some TCG_CT_* bits to TCGArgConstraint bitfieldsRichard Henderson2-23/+19
2020-10-08tcg: Remove TCG_CT_REGRichard Henderson11-49/+4
2020-10-08tcg: Move sorted_args into TCGArgConstraint.sort_indexRichard Henderson2-19/+18
2020-10-08tcg: Drop union from TCGArgConstraintRichard Henderson11-93/+91
2020-10-08tcg: Adjust simd_desc size encodingRichard Henderson2-20/+51
2020-10-06tests/qtest/cdrom: Add more s390x-related boot testsThomas Huth1-0/+12
2020-10-06pc-bios/s390: Update the s390-ccw bios binariesThomas Huth2-0/+0
2020-10-06pc-bios: s390x: Go into disabled wait when encountering a PGM exceptionJanosch Frank1-1/+4
2020-10-06pc-bios: s390x: Use reset PSW if avaliableJanosch Frank3-9/+24
2020-10-06pc-bios: s390x: Save PSW reworkJanosch Frank1-20/+13
2020-10-06pc-bios: s390x: Fix bootmap.c zipl component entry data handlingJanosch Frank2-3/+9
2020-10-06pc-bios/s390-ccw: break loop if a null block number is reachedMarc Hartmayer1-1/+1
2020-10-06pc-bios/s390-ccw: fix off-by-one errorMarc Hartmayer1-1/+1
2020-10-06pc-bios/s390-ccw/main: Remove superfluous call to enable_subchannel()Thomas Huth1-1/+0
2020-10-06pc-bios/s390-ccw: Allow booting in case the first virtio-blk disk is badThomas Huth2-12/+24
2020-10-06pc-bios/s390-ccw: Scan through all devices if no boot device specifiedThomas Huth1-15/+31
2020-10-06pc-bios/s390-ccw: Do not bail out early if not finding a SCSI diskThomas Huth5-16/+37
2020-10-06pc-bios/s390-ccw: Move the inner logic of find_subch() to a separate functionThomas Huth1-42/+57
2020-10-06pc-bios/s390-ccw: Introduce ENODEV define and remove guards of othersThomas Huth1-4/+2
2020-10-06pc-bios/s390-ccw: Move ipl-related code from main() into a separate functionThomas Huth1-8/+12
2020-10-06pc-bios/s390-ccw/Makefile: Compile with -std=gnu99, -fwrapv and -fno-commonThomas Huth1-3/+4
2020-10-06numa: hmat: require parent cache description before the next level oneIgor Mammedov1-1/+7
2020-10-06kernel-doc: Remove $decl_type='type name' hackEduardo Habkost1-11/+1
2020-10-06memory: Explicitly tag doc comments for structsEduardo Habkost1-3/+3
2020-10-06qom: Explicitly tag doc comments for typedefs and structsEduardo Habkost1-11/+11
2020-10-06kernel-doc: Handle function typedefs without asterisksEduardo Habkost1-1/+1
2020-10-06kernel-doc: Handle function typedefs that return pointersEduardo Habkost1-2/+2
2020-10-06docs/devel/qom: Avoid long linesEduardo Habkost1-3/+6
2020-10-06docs/devel/qom: Remove usage of <code>Eduardo Habkost1-6/+6
2020-10-06docs/devel/qom: Use *emphasis* for emphasisEduardo Habkost1-3/+3
2020-10-06docs/devel/qom: Fix indentation of code blocksEduardo Habkost1-38/+38
2020-10-06docs/devel/qom: Fix indentation of bulleted listEduardo Habkost1-3/+3
2020-10-06qom: Fix DECLARE_*CHECKER documentationEduardo Habkost1-2/+2