aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-08target/arm/kvm: Make uncalled stubs explicitly unreachableAndrew Jones
2020-10-08linux headers: sync to 5.9-rc7Andrew Jones
2020-10-08hw/char/bcm2835_aux: Allow less than 32-bit accessesPhilippe Mathieu-Daudé
2020-10-08hw/arm/sbsa-ref : allocate IRQs for SMMUv3Graeme Gregory
2020-10-08hw/arm/sbsa-ref : Fix SMMUv3 InitialisationGraeme Gregory
2020-10-08hw/arm/fsl-imx25: Fix a typoPhilippe Mathieu-Daudé
2020-10-08hw/ssi/npcm7xx_fiu: Fix handling of unsigned integerPhilippe Mathieu-Daudé
2020-10-08accel/tcg: Fix computing of is_write for MIPSKele Huang
2020-10-08tcg: Remove TCG_TARGET_HAS_cmp_vecRichard Henderson
2020-10-08tcg/optimize: Fold dup2_vecRichard Henderson
2020-10-08tcg: Fix generation of dupi_vec for 32-bit hostRichard Henderson
2020-10-08tcg/i386: Fix dupi for avx2 32-bit hostsRichard Henderson
2020-10-08tcg: Remove TCGOpDef.usedRichard Henderson
2020-10-08tcg: Move some TCG_CT_* bits to TCGArgConstraint bitfieldsRichard Henderson
2020-10-08tcg: Remove TCG_CT_REGRichard Henderson
2020-10-08tcg: Move sorted_args into TCGArgConstraint.sort_indexRichard Henderson
2020-10-08tcg: Drop union from TCGArgConstraintRichard Henderson
2020-10-08tcg: Adjust simd_desc size encodingRichard Henderson
2020-10-08Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2020-10-06Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-10-0...Peter Maydell
2020-10-06tests/qtest/cdrom: Add more s390x-related boot testsThomas Huth
2020-10-06pc-bios/s390: Update the s390-ccw bios binariesThomas Huth
2020-10-06pc-bios: s390x: Go into disabled wait when encountering a PGM exceptionJanosch Frank
2020-10-06pc-bios: s390x: Use reset PSW if avaliableJanosch Frank
2020-10-06pc-bios: s390x: Save PSW reworkJanosch Frank
2020-10-06pc-bios: s390x: Fix bootmap.c zipl component entry data handlingJanosch Frank
2020-10-06pc-bios/s390-ccw: break loop if a null block number is reachedMarc Hartmayer
2020-10-06pc-bios/s390-ccw: fix off-by-one errorMarc Hartmayer
2020-10-06pc-bios/s390-ccw/main: Remove superfluous call to enable_subchannel()Thomas Huth
2020-10-06pc-bios/s390-ccw: Allow booting in case the first virtio-blk disk is badThomas Huth
2020-10-06pc-bios/s390-ccw: Scan through all devices if no boot device specifiedThomas Huth
2020-10-06pc-bios/s390-ccw: Do not bail out early if not finding a SCSI diskThomas Huth
2020-10-06pc-bios/s390-ccw: Move the inner logic of find_subch() to a separate functionThomas Huth
2020-10-06pc-bios/s390-ccw: Introduce ENODEV define and remove guards of othersThomas Huth
2020-10-06pc-bios/s390-ccw: Move ipl-related code from main() into a separate functionThomas Huth
2020-10-06pc-bios/s390-ccw/Makefile: Compile with -std=gnu99, -fwrapv and -fno-commonThomas Huth
2020-10-06numa: hmat: require parent cache description before the next level oneIgor Mammedov
2020-10-06kernel-doc: Remove $decl_type='type name' hackEduardo Habkost
2020-10-06memory: Explicitly tag doc comments for structsEduardo Habkost
2020-10-06qom: Explicitly tag doc comments for typedefs and structsEduardo Habkost
2020-10-06kernel-doc: Handle function typedefs without asterisksEduardo Habkost
2020-10-06kernel-doc: Handle function typedefs that return pointersEduardo Habkost
2020-10-06docs/devel/qom: Avoid long linesEduardo Habkost
2020-10-06docs/devel/qom: Remove usage of <code>Eduardo Habkost
2020-10-06docs/devel/qom: Use *emphasis* for emphasisEduardo Habkost
2020-10-06docs/devel/qom: Fix indentation of code blocksEduardo Habkost
2020-10-06docs/devel/qom: Fix indentation of bulleted listEduardo Habkost
2020-10-06qom: Fix DECLARE_*CHECKER documentationEduardo Habkost
2020-10-06qom: Improve error message displayed with missing object propertiesPhilippe Mathieu-Daudé
2020-10-06hw/core/cpu: Add missing 'exec/cpu-common.h' includePhilippe Mathieu-Daudé