summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * qmp: Assert that no other monitor is activeKevin Wolf2020-10-091-1/+4
| * hmp: Update current monitor only in handle_hmp_command()Kevin Wolf2020-10-092-10/+5Star
| * monitor: Use getter/setter functions for cur_monKevin Wolf2020-10-0921-46/+73
| * monitor: Add Monitor parameter to monitor_get_cpu_index()Kevin Wolf2020-10-095-14/+14
| * monitor: Add Monitor parameter to monitor_set_cpu()Kevin Wolf2020-10-093-7/+7
|/
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201008-...Peter Maydell2020-10-0818-72/+304
|\
| * target/arm: Make '-cpu max' have a 48-bit PAPeter Maydell2020-10-081-0/+4
| * hw/arm/virt: Implement kvm-steal-timeAndrew Jones2020-10-0810-13/+209
| * tests/qtest: Restore aarch64 arm-cpu-features testAndrew Jones2020-10-081-1/+2
| * hw/arm/virt: Move kvm pmu setup to virt_cpu_post_initAndrew Jones2020-10-081-16/+18
| * hw/arm/virt: Move post cpu realize check into its own functionAndrew Jones2020-10-081-16/+27
| * target/arm/kvm: Make uncalled stubs explicitly unreachableAndrew Jones2020-10-081-19/+32
| * linux headers: sync to 5.9-rc7Andrew Jones2020-10-081-2/+4
| * hw/char/bcm2835_aux: Allow less than 32-bit accessesPhilippe Mathieu-Daudé2020-10-081-1/+3
| * hw/arm/sbsa-ref : allocate IRQs for SMMUv3Graeme Gregory2020-10-081-0/+1
| * hw/arm/sbsa-ref : Fix SMMUv3 InitialisationGraeme Gregory2020-10-081-1/+1
| * hw/arm/fsl-imx25: Fix a typoPhilippe Mathieu-Daudé2020-10-081-1/+1
| * hw/ssi/npcm7xx_fiu: Fix handling of unsigned integerPhilippe Mathieu-Daudé2020-10-082-7/+7
* | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20201008' into stagingPeter Maydell2020-10-0819-216/+243
|\ \
| * | accel/tcg: Fix computing of is_write for MIPSKele Huang2020-10-081-4/+39
| * | tcg: Remove TCG_TARGET_HAS_cmp_vecRichard Henderson2020-10-083-3/+0Star
| * | tcg/optimize: Fold dup2_vecRichard Henderson2020-10-081-0/+15
| * | tcg: Fix generation of dupi_vec for 32-bit hostRichard Henderson2020-10-081-4/+8
| * | tcg/i386: Fix dupi for avx2 32-bit hostsRichard Henderson2020-10-081-1/+1
| * | tcg: Remove TCGOpDef.usedRichard Henderson2020-10-081-3/+0Star
| * | tcg: Move some TCG_CT_* bits to TCGArgConstraint bitfieldsRichard Henderson2020-10-082-23/+19Star
| * | tcg: Remove TCG_CT_REGRichard Henderson2020-10-0811-49/+4Star
| * | tcg: Move sorted_args into TCGArgConstraint.sort_indexRichard Henderson2020-10-082-19/+18Star
| * | tcg: Drop union from TCGArgConstraintRichard Henderson2020-10-0811-93/+91Star
| * | tcg: Adjust simd_desc size encodingRichard Henderson2020-10-082-20/+51
| |/
* | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2020-10-0811-785/+831
|\ \ | |/ |/|
| * numa: hmat: require parent cache description before the next level oneIgor Mammedov2020-10-061-1/+7
| * kernel-doc: Remove $decl_type='type name' hackEduardo Habkost2020-10-061-11/+1Star
| * memory: Explicitly tag doc comments for structsEduardo Habkost2020-10-061-3/+3
| * qom: Explicitly tag doc comments for typedefs and structsEduardo Habkost2020-10-061-11/+11
| * kernel-doc: Handle function typedefs without asterisksEduardo Habkost2020-10-061-1/+1
| * kernel-doc: Handle function typedefs that return pointersEduardo Habkost2020-10-061-2/+2
| * docs/devel/qom: Avoid long linesEduardo Habkost2020-10-061-3/+6
| * docs/devel/qom: Remove usage of <code>Eduardo Habkost2020-10-061-6/+6
| * docs/devel/qom: Use *emphasis* for emphasisEduardo Habkost2020-10-061-3/+3
| * docs/devel/qom: Fix indentation of code blocksEduardo Habkost2020-10-061-38/+38
| * docs/devel/qom: Fix indentation of bulleted listEduardo Habkost2020-10-061-3/+3
| * qom: Fix DECLARE_*CHECKER documentationEduardo Habkost2020-10-061-2/+2
| * qom: Improve error message displayed with missing object propertiesPhilippe Mathieu-Daudé2020-10-061-1/+2
| * hw/core/cpu: Add missing 'exec/cpu-common.h' includePhilippe Mathieu-Daudé2020-10-061-0/+1
| * hw/core/qdev-properties: Extract system-mode specific propertiesPhilippe Mathieu-Daudé2020-10-062-682/+679Star
| * hw/core/qdev-properties: Export some integer-related functionsPhilippe Mathieu-Daudé2020-10-062-22/+35
| * hw/core/qdev-properties: Export qdev_prop_enumPhilippe Mathieu-Daudé2020-10-062-0/+8
| * hw/core/qdev-properties: Export enum-related functionsPhilippe Mathieu-Daudé2020-10-062-28/+49
| * hw/core/qdev-properties: Fix code stylePhilippe Mathieu-Daudé2020-10-061-5/+5