| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | qmp: Assert that no other monitor is active | Kevin Wolf | 2020-10-09 | 1 | -1/+4 |
| * | hmp: Update current monitor only in handle_hmp_command() | Kevin Wolf | 2020-10-09 | 2 | -10/+5 |
| * | monitor: Use getter/setter functions for cur_mon | Kevin Wolf | 2020-10-09 | 21 | -46/+73 |
| * | monitor: Add Monitor parameter to monitor_get_cpu_index() | Kevin Wolf | 2020-10-09 | 5 | -14/+14 |
| * | monitor: Add Monitor parameter to monitor_set_cpu() | Kevin Wolf | 2020-10-09 | 3 | -7/+7 |
|/ |
|
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201008-... | Peter Maydell | 2020-10-08 | 18 | -72/+304 |
|\ |
|
| * | target/arm: Make '-cpu max' have a 48-bit PA | Peter Maydell | 2020-10-08 | 1 | -0/+4 |
| * | hw/arm/virt: Implement kvm-steal-time | Andrew Jones | 2020-10-08 | 10 | -13/+209 |
| * | tests/qtest: Restore aarch64 arm-cpu-features test | Andrew Jones | 2020-10-08 | 1 | -1/+2 |
| * | hw/arm/virt: Move kvm pmu setup to virt_cpu_post_init | Andrew Jones | 2020-10-08 | 1 | -16/+18 |
| * | hw/arm/virt: Move post cpu realize check into its own function | Andrew Jones | 2020-10-08 | 1 | -16/+27 |
| * | target/arm/kvm: Make uncalled stubs explicitly unreachable | Andrew Jones | 2020-10-08 | 1 | -19/+32 |
| * | linux headers: sync to 5.9-rc7 | Andrew Jones | 2020-10-08 | 1 | -2/+4 |
| * | hw/char/bcm2835_aux: Allow less than 32-bit accesses | Philippe Mathieu-Daudé | 2020-10-08 | 1 | -1/+3 |
| * | hw/arm/sbsa-ref : allocate IRQs for SMMUv3 | Graeme Gregory | 2020-10-08 | 1 | -0/+1 |
| * | hw/arm/sbsa-ref : Fix SMMUv3 Initialisation | Graeme Gregory | 2020-10-08 | 1 | -1/+1 |
| * | hw/arm/fsl-imx25: Fix a typo | Philippe Mathieu-Daudé | 2020-10-08 | 1 | -1/+1 |
| * | hw/ssi/npcm7xx_fiu: Fix handling of unsigned integer | Philippe Mathieu-Daudé | 2020-10-08 | 2 | -7/+7 |
* | | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20201008' into staging | Peter Maydell | 2020-10-08 | 19 | -216/+243 |
|\ \ |
|
| * | | accel/tcg: Fix computing of is_write for MIPS | Kele Huang | 2020-10-08 | 1 | -4/+39 |
| * | | tcg: Remove TCG_TARGET_HAS_cmp_vec | Richard Henderson | 2020-10-08 | 3 | -3/+0 |
| * | | tcg/optimize: Fold dup2_vec | Richard Henderson | 2020-10-08 | 1 | -0/+15 |
| * | | tcg: Fix generation of dupi_vec for 32-bit host | Richard Henderson | 2020-10-08 | 1 | -4/+8 |
| * | | tcg/i386: Fix dupi for avx2 32-bit hosts | Richard Henderson | 2020-10-08 | 1 | -1/+1 |
| * | | tcg: Remove TCGOpDef.used | Richard Henderson | 2020-10-08 | 1 | -3/+0 |
| * | | tcg: Move some TCG_CT_* bits to TCGArgConstraint bitfields | Richard Henderson | 2020-10-08 | 2 | -23/+19 |
| * | | tcg: Remove TCG_CT_REG | Richard Henderson | 2020-10-08 | 11 | -49/+4 |
| * | | tcg: Move sorted_args into TCGArgConstraint.sort_index | Richard Henderson | 2020-10-08 | 2 | -19/+18 |
| * | | tcg: Drop union from TCGArgConstraint | Richard Henderson | 2020-10-08 | 11 | -93/+91 |
| * | | tcg: Adjust simd_desc size encoding | Richard Henderson | 2020-10-08 | 2 | -20/+51 |
| |/ |
|
* | | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell | 2020-10-08 | 11 | -785/+831 |
|\ \
| |/
|/| |
|
| * | numa: hmat: require parent cache description before the next level one | Igor Mammedov | 2020-10-06 | 1 | -1/+7 |
| * | kernel-doc: Remove $decl_type='type name' hack | Eduardo Habkost | 2020-10-06 | 1 | -11/+1 |
| * | memory: Explicitly tag doc comments for structs | Eduardo Habkost | 2020-10-06 | 1 | -3/+3 |
| * | qom: Explicitly tag doc comments for typedefs and structs | Eduardo Habkost | 2020-10-06 | 1 | -11/+11 |
| * | kernel-doc: Handle function typedefs without asterisks | Eduardo Habkost | 2020-10-06 | 1 | -1/+1 |
| * | kernel-doc: Handle function typedefs that return pointers | Eduardo Habkost | 2020-10-06 | 1 | -2/+2 |
| * | docs/devel/qom: Avoid long lines | Eduardo Habkost | 2020-10-06 | 1 | -3/+6 |
| * | docs/devel/qom: Remove usage of <code> | Eduardo Habkost | 2020-10-06 | 1 | -6/+6 |
| * | docs/devel/qom: Use *emphasis* for emphasis | Eduardo Habkost | 2020-10-06 | 1 | -3/+3 |
| * | docs/devel/qom: Fix indentation of code blocks | Eduardo Habkost | 2020-10-06 | 1 | -38/+38 |
| * | docs/devel/qom: Fix indentation of bulleted list | Eduardo Habkost | 2020-10-06 | 1 | -3/+3 |
| * | qom: Fix DECLARE_*CHECKER documentation | Eduardo Habkost | 2020-10-06 | 1 | -2/+2 |
| * | qom: Improve error message displayed with missing object properties | Philippe Mathieu-Daudé | 2020-10-06 | 1 | -1/+2 |
| * | hw/core/cpu: Add missing 'exec/cpu-common.h' include | Philippe Mathieu-Daudé | 2020-10-06 | 1 | -0/+1 |
| * | hw/core/qdev-properties: Extract system-mode specific properties | Philippe Mathieu-Daudé | 2020-10-06 | 2 | -682/+679 |
| * | hw/core/qdev-properties: Export some integer-related functions | Philippe Mathieu-Daudé | 2020-10-06 | 2 | -22/+35 |
| * | hw/core/qdev-properties: Export qdev_prop_enum | Philippe Mathieu-Daudé | 2020-10-06 | 2 | -0/+8 |
| * | hw/core/qdev-properties: Export enum-related functions | Philippe Mathieu-Daudé | 2020-10-06 | 2 | -28/+49 |
| * | hw/core/qdev-properties: Fix code style | Philippe Mathieu-Daudé | 2020-10-06 | 1 | -5/+5 |