summaryrefslogtreecommitdiff
path: root/hw/arm/virt.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-19numa: cpu: calculate/set default node-ids after all -numa CLI options are parsedIgor Mammedov1-8/+6
2017-09-19arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directlyIgor Mammedov1-37/+9
2017-09-14hw/arm/virt: Set INTx/gsi mappingPranavkumar Sawargaonkar1-0/+1
2017-09-04target/arm/kvm: pmu: improve error handlingAndrew Jones1-6/+3
2017-09-04hw/arm/virt: allow pmu instantiation with userspace irqchipAndrew Jones1-1/+2
2017-09-04target/arm/kvm: pmu: split init and set-irq stagesAndrew Jones1-2/+9
2017-09-04hw/arm/virt: add pmu interrupt stateAndrew Jones1-0/+3
2017-08-07hw/arm/virt: Add 2.10 machine typeEric Auger1-2/+17
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell1-2/+2
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell1-1/+1
2017-06-05numa: consolidate cpu_preplug fixups/checks for pc/arm/spaprIgor Mammedov1-14/+2
2017-06-02hw/arm/virt: fdt: generate distance-map when neededAndrew Jones1-0/+21
2017-05-11virt-arm: get numa node mapping from possible_cpus instead of numa_get_node_f...Igor Mammedov1-6/+7
2017-05-11virt-arm: add node-id property to CPUIgor Mammedov1-0/+15
2017-05-11numa: move source of default CPUs to NUMA node mapping into boardsIgor Mammedov1-2/+18
2017-05-11hw/arm/virt: explicitly allocate cpu_index for cpusIgor Mammedov1-0/+4
2017-05-11hw/arm/virt: use machine->possible_cpus for storing possible topology infoIgor Mammedov1-3/+37
2017-05-11hw/arm/virt: extract mp-affinity calculation in separate functionIgor Mammedov1-17/+26
2017-02-28hw/arm/virt: Add a user option to disallow ITS instantiationEric Auger1-2/+29
2017-02-28hw/arm/virt: fix cpu object reference leakIgor Mammedov1-0/+1
2017-02-10hw/arm/virt: Declare fwcfg as dma cache coherent in dtAlexander Graf1-0/+1
2017-02-10target-arm: Declare virtio-mmio as dma-coherent in dtAlexander Graf1-0/+1
2017-02-10target-arm: Enable vPMU support under TCG modeWei Huang1-1/+1
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau1-1/+1
2017-01-20hw/arm/virt: Add board property to enable EL2Peter Maydell1-2/+42
2017-01-20target-arm: Enable EL2 feature bit on A53 and A57Peter Maydell1-0/+4
2017-01-20hw/arm/virt: Support using SMC for PSCIPeter Maydell1-6/+21
2017-01-20hw/arm/virt: Wire VIRQ, VFIQ, maintenance irq lines from GIC to CPUPeter Maydell1-3/+11
2017-01-20arm: virt: Fix segmentation fault when specifying an unsupported CPUShannon Zhao1-1/+0
2017-01-09hw/arm/virt: remove VirtGuestInfoAndrew Jones1-9/+7
2017-01-09hw/arm/virt-acpi-build: remove redundant members from VirtGuestInfoAndrew Jones1-6/+0
2017-01-09hw/arm/virt: pass VirtMachineState instead of VirtGuestInfoAndrew Jones1-4/+4
2017-01-09hw/arm/virt: move VirtMachineState/Class to virt.hAndrew Jones1-44/+7
2017-01-09hw/arm/virt: remove include/hw/arm/virt-acpi-build.hAndrew Jones1-1/+0
2017-01-09hw/arm/virt: eliminate struct VirtGuestInfoStateAndrew Jones1-9/+11
2017-01-09hw/arm/virt: use VirtMachineState.gic_versionAndrew Jones1-18/+17
2017-01-09hw/arm/virt: parameter passing cleanupsAndrew Jones1-10/+9
2017-01-09hw/arm/virt: Don't incorrectly claim architectural timer to be edge-triggeredPeter Maydell1-4/+30
2017-01-09hw/arm/virt: Rename 'vbi' variables to 'vms'Peter Maydell1-245/+244
2017-01-09hw/arm/virt: Merge VirtBoardInfo and VirtMachineStatePeter Maydell1-67/+51
2016-12-27hw/arm/virt: add 2.9 machine typePeter Maydell1-2/+17
2016-11-16fw_cfg: move FW_CFG_NB_CPUS out of fw_cfg_init1()Igor Mammedov1-1/+3
2016-10-28arm: virt: add PMU property to mach-virt machine typeWei Huang1-0/+7
2016-10-28arm: Add an option to turn on/off vPMU supportWei Huang1-1/+1
2016-10-25Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell1-1/+1
2016-10-24Increase MAX_CPUMASK_BITS from 255 to 288Igor Mammedov1-1/+1
2016-10-24hw/arm/virt: Set minimum_page_bits to 12Peter Maydell1-0/+4
2016-10-17hw/arm/virt: no ITS on older machine typesAndrew Jones1-4/+11
2016-10-10numa: reduce code duplication by adding helper numa_get_node_for_cpu()Igor Mammedov1-4/+3
2016-10-04arm/virt: Add ITS to the virt boardPavel Fedin1-6/+41