summaryrefslogtreecommitdiff
path: root/hw/intc
AgeCommit message (Expand)Author
2017-06-13hw/intc/arm_gicv3_its: Allow save/restoreEric Auger
2017-06-13hw/intc/arm_gicv3_kvm: Implement pending table saveEric Auger
2017-06-13hw/intc/arm_gicv3_its: Implement state save/restoreEric Auger
2017-06-13kvm-all: Pass an error object to kvm_device_accessEric Auger
2017-06-13hw/intc/exynos4210_gic: Constify array of combiner interruptsKrzysztof Kozlowski
2017-06-13hw/intc/exynos4210_gic: Use more meaningful name for local variableKrzysztof Kozlowski
2017-06-09xics: drop ICPStateClass::cpu_setup() handlerGreg Kurz
2017-06-09xics: setup cpu at realize timeGreg Kurz
2017-06-09xics: pass appropriate types to realize() handlers.Greg Kurz
2017-06-09xics: introduce macros for ICP/ICS link propertiesGreg Kurz
2017-06-08xics: add reset() handler to ICPStateClassGreg Kurz
2017-06-07arm_gicv3: Fix ICC_BPR1 reset value when EL3 not implementedPeter Maydell
2017-06-06target-ppc: Fix openpic timer read register offsetAaron Larson
2017-06-02Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170601' i...Peter Maydell
2017-06-02arm: add MPU support to M profile CPUsMichael Davidsaver
2017-06-02hw/intc/arm_gicv3_cpuif: Fix priority masking for NS BPR1Peter Maydell
2017-06-02hw/intc/arm_gicv3_cpuif: Don't let BPR be set below its minimumPeter Maydell
2017-06-02hw/intc/arm_gicv3_cpuif: Fix reset value for VMCR_EL2.VBPR1Peter Maydell
2017-06-01migration: Split qemu-file.hJuan Quintela
2017-05-25xics: add unrealize handlerGreg Kurz
2017-05-24xics_kvm: cache already enabled vCPU idsGreg Kurz
2017-05-24ppc/xics: simplify prototype of xics_spapr_init()Greg Kurz
2017-05-18Merge remote-tracking branch 'quintela/tags/migration/20170517' into stagingStefan Hajnoczi
2017-05-17ioapic: Remove user_creatable flagEduardo Habkost
2017-05-17sysbus: Set user_creatable=false by default on TYPE_SYS_BUS_DEVICEEduardo Habkost
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost
2017-05-17migration: Create migration/blocker.hJuan Quintela
2017-05-11ppc/xics: preserve P and Q bits for KVM IRQsSam Bobroff
2017-05-11ppc/xics: Fix stale irq->status bits after getSam Bobroff
2017-04-26ppc/pnv: add a PnvICPState objectCédric Le Goater
2017-04-26ppc/xics: add a realize() handler to ICPStateClassCédric Le Goater
2017-04-26spapr: allocate the ICPState object from under sPAPRCPUCoreCédric Le Goater
2017-04-26spapr: move the IRQ server number mapping under the machineCédric Le Goater
2017-04-26ppc/xics: introduce an 'intc' backlink under PowerPCCPUCédric Le Goater
2017-04-21s390x/flic: cache flic in s390_get_flicFei Li
2017-03-31hw/intc/arm_gicv3_kvm: Check KVM_DEV_ARM_VGIC_GRP_CPU_SYSREGS in resetEric Auger
2017-03-27Revert "apic: save apic_delivered flag"Paolo Bonzini
2017-03-18nios2: iic: Convert CPU prop to qom linkMarek Vasut
2017-03-09hw/intc/arm_gic: modernise the DPRINTFAlex Bennée
2017-03-06ppc/xics: register reset handlers for the ICP and ICS objectsCédric Le Goater
2017-03-02Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170301' into...Peter Maydell
2017-03-01ppc/xics: rename 'ICPState *' variables to 'icp'Cédric Le Goater
2017-03-01ppc/xics: move InterruptStatsProvider to the sPAPR machineCédric Le Goater
2017-03-01ppc/xics: move ics-simple post_load under the machineCédric Le Goater
2017-03-01ppc/xics: remove the XICSState classesCédric Le Goater
2017-03-01ppc/xics: export the XICS init routinesCédric Le Goater
2017-03-01ppc/xics: register the reset handler of ICP objectsCédric Le Goater
2017-03-01ppc/xics: simplify spapr_dt_xics() interfaceCédric Le Goater
2017-03-01ppc/xics: use the QOM interface to grab an ICPCédric Le Goater
2017-03-01ppc/xics: move the cpu_setup() handler under the ICPState classCédric Le Goater