| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20201009' into... | Peter Maydell | 2020-10-09 | 10 | -99/+259 |
|\ |
|
| * | spapr_numa: consider user input when defining associativity | Daniel Henrique Barboza | 2020-10-09 | 1 | -1/+109 |
| * | spapr_numa: change reference-points and maxdomain settings | Daniel Henrique Barboza | 2020-10-09 | 1 | -8/+35 |
| * | spapr_numa: forbid asymmetrical NUMA setups | Daniel Henrique Barboza | 2020-10-09 | 1 | -0/+34 |
| * | spapr: add spapr_machine_using_legacy_numa() helper | Daniel Henrique Barboza | 2020-10-09 | 1 | -0/+12 |
| * | ppc/pnv: Increase max firmware size | Cédric Le Goater | 2020-10-09 | 1 | -1/+1 |
| * | spapr: Add a return value to spapr_check_pagesize() | Greg Kurz | 2020-10-09 | 2 | -5/+6 |
| * | spapr: Add a return value to spapr_nvdimm_validate() | Greg Kurz | 2020-10-09 | 2 | -9/+9 |
| * | spapr: Simplify error handling in spapr_cpu_core_realize() | Greg Kurz | 2020-10-09 | 1 | -9/+7 |
| * | spapr: Add a return value to spapr_set_vcpu_id() | Greg Kurz | 2020-10-09 | 2 | -6/+4 |
| * | spapr: Simplify error handling in prop_get_fdt() | Greg Kurz | 2020-10-09 | 1 | -7/+5 |
| * | spapr: Add a return value to spapr_drc_attach() | Greg Kurz | 2020-10-09 | 4 | -22/+8 |
| * | spapr: Simplify error handling in spapr_vio_busdev_realize() | Greg Kurz | 2020-10-09 | 1 | -7/+5 |
| * | spapr: Simplify error handling in do_client_architecture_support() | Greg Kurz | 2020-10-09 | 1 | -4/+3 |
| * | spapr: Get rid of cas_check_pvr() error reporting | Greg Kurz | 2020-10-09 | 1 | -15/+12 |
| * | spapr: Simplify error handling in callers of ppc_set_compat() | Greg Kurz | 2020-10-09 | 1 | -4/+3 |
| * | spapr: Fix error leak in spapr_realize_vcpu() | Greg Kurz | 2020-10-09 | 1 | -2/+1 |
| * | spapr: Handle HPT allocation failure in nested guest | Fabiano Rosas | 2020-10-09 | 1 | -0/+6 |
* | | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-10-09' into... | Peter Maydell | 2020-10-09 | 3 | -19/+6 |
|\ \ |
|
| * | | error: Use error_fatal to simplify obvious fatal errors (again) | Markus Armbruster | 2020-10-09 | 2 | -13/+4 |
| * | | error: Remove NULL checks on error_propagate() calls (again) | Markus Armbruster | 2020-10-09 | 1 | -6/+2 |
| |/ |
|
* | | monitor: Use getter/setter functions for cur_mon | Kevin Wolf | 2020-10-09 | 2 | -2/+2 |
* | | monitor: Add Monitor parameter to monitor_get_cpu_index() | Kevin Wolf | 2020-10-09 | 1 | -1/+1 |
|/ |
|
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201008-... | Peter Maydell | 2020-10-08 | 5 | -39/+93 |
|\ |
|
| * | hw/arm/virt: Implement kvm-steal-time | Andrew Jones | 2020-10-08 | 1 | -3/+41 |
| * | 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 |
| * | 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/ssi/npcm7xx_fiu: Fix handling of unsigned integer | Philippe Mathieu-Daudé | 2020-10-08 | 2 | -7/+7 |
* | | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell | 2020-10-08 | 5 | -705/+756 |
|\ \
| |/
|/| |
|
| * | numa: hmat: require parent cache description before the next level one | Igor Mammedov | 2020-10-06 | 1 | -1/+7 |
| * | 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 | 1 | -0/+7 |
| * | 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 |
| * | hw/core/qdev-properties: Use qemu_strtoul() in set_pci_host_devaddr() | Philippe Mathieu-Daudé | 2020-10-06 | 1 | -13/+12 |
| * | hw/core/qdev-properties: Use qemu_strtol() in set_mac() handler | Philippe Mathieu-Daudé | 2020-10-06 | 1 | -2/+9 |
* | | cpus: add handle_interrupt to the CpusAccel interface | Claudio Fontana | 2020-10-05 | 1 | -13/+0 |
* | | cpus: prepare new CpusAccel cpu accelerator interface | Claudio Fontana | 2020-10-05 | 2 | -1/+2 |
* | | cpu-timers, icount: new modules | Claudio Fontana | 2020-10-05 | 2 | -3/+6 |
|/ |
|
* | vfio-ccw: plug memory leak while getting region info | Cornelia Huck | 2020-10-02 | 1 | -1/+4 |
* | s390: guest support for diagnose 0x318 | Collin Walling | 2020-10-02 | 1 | -0/+5 |
* | s390/sclp: add extended-length sccb support for kvm guest | Collin Walling | 2020-10-02 | 1 | -6/+37 |
* | s390/sclp: use cpu offset to locate cpu entries | Collin Walling | 2020-10-02 | 1 | -2/+4 |
* | s390/sclp: check sccb len before filling in data | Collin Walling | 2020-10-02 | 1 | -12/+14 |
* | s390/sclp: read sccb from mem based on provided length | Collin Walling | 2020-10-02 | 2 | -25/+32 |