summaryrefslogtreecommitdiff
path: root/hw/intc
AgeCommit message (Expand)AuthorFilesLines
2017-09-14arm_gicv3_kvm: Fix compile warningPranith Kumar1-1/+1
2017-08-01trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy1-78/+78
2017-08-01trace-events: fix code style: %# -> 0x%Vladimir Sementsov-Ogievskiy1-10/+10
2017-07-31target/arm: Rename cp15.c6_rgnr to pmsav7.rnrPeter Maydell1-7/+7
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé1-1/+1
2017-07-14s390x/flic: migrate ais statesYi Min Zhao2-0/+101
2017-07-14s390x/cpumodel: add zpci, aen and ais facilitiesYi Min Zhao2-4/+2
2017-07-14s390x/css: add missing css state conditionallyHalil Pasic1-0/+20
2017-07-14s390x/flic: introduce inject_airq callbackYi Min Zhao3-0/+49
2017-07-14s390x/flic: introduce modify_ais_mode callbackFei Li2-1/+72
2017-07-14s390x: add flags field for registering I/O adapterFei Li2-2/+3
2017-07-11ARM: KVM: Enable in-kernel timers with user space gicAlexander Graf1-0/+7
2017-07-05s390x: fix realize inheritance for kvm-flicHalil Pasic2-2/+19
2017-07-05s390x: fix error propagation in kvm-flic's realizeHalil Pasic1-2/+10
2017-07-05s390x: vmstatify config migration for virtio-ccwHalil Pasic1-0/+28
2017-06-30target-ppc: Enable open-pic timers to count and generate interruptsAaron Larson1-6/+111
2017-06-30xics: directly register ICPState objects to vmstateGreg Kurz1-1/+4
2017-06-28vmstate: error hint for failed equal checksHalil Pasic2-2/+2
2017-06-20arm: use get_uint() for "mp-affinity" propertyMarc-André Lureau1-1/+1
2017-06-20apic-common: make "id" property a uint32Marc-André Lureau1-5/+5
2017-06-13hw/intc/arm_gicv3_its: Allow save/restoreEric Auger3-13/+14
2017-06-13hw/intc/arm_gicv3_kvm: Implement pending table saveEric Auger1-0/+34
2017-06-13hw/intc/arm_gicv3_its: Implement state save/restoreEric Auger2-0/+115
2017-06-13kvm-all: Pass an error object to kvm_device_accessEric Auger3-12/+13
2017-06-13hw/intc/exynos4210_gic: Constify array of combiner interruptsKrzysztof Kozlowski1-1/+1
2017-06-13hw/intc/exynos4210_gic: Use more meaningful name for local variableKrzysztof Kozlowski1-6/+6
2017-06-09xics: drop ICPStateClass::cpu_setup() handlerGreg Kurz2-10/+6
2017-06-09xics: setup cpu at realize timeGreg Kurz1-44/+32
2017-06-09xics: pass appropriate types to realize() handlers.Greg Kurz3-13/+9
2017-06-09xics: introduce macros for ICP/ICS link propertiesGreg Kurz1-4/+4
2017-06-08xics: add reset() handler to ICPStateClassGreg Kurz2-25/+7
2017-06-07arm_gicv3: Fix ICC_BPR1 reset value when EL3 not implementedPeter Maydell1-5/+1
2017-06-06target-ppc: Fix openpic timer read register offsetAaron Larson1-12/+10
2017-06-02Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170601' i...Peter Maydell2-2/+0
2017-06-02arm: add MPU support to M profile CPUsMichael Davidsaver1-0/+104
2017-06-02hw/intc/arm_gicv3_cpuif: Fix priority masking for NS BPR1Peter Maydell1-4/+38
2017-06-02hw/intc/arm_gicv3_cpuif: Don't let BPR be set below its minimumPeter Maydell1-0/+6
2017-06-02hw/intc/arm_gicv3_cpuif: Fix reset value for VMCR_EL2.VBPR1Peter Maydell1-1/+1
2017-06-01migration: Split qemu-file.hJuan Quintela2-2/+0
2017-05-25xics: add unrealize handlerGreg Kurz2-0/+11
2017-05-24xics_kvm: cache already enabled vCPU idsGreg Kurz1-7/+20
2017-05-24ppc/xics: simplify prototype of xics_spapr_init()Greg Kurz1-2/+1
2017-05-18Merge remote-tracking branch 'quintela/tags/migration/20170517' into stagingStefan Hajnoczi3-3/+3
2017-05-17ioapic: Remove user_creatable flagEduardo Habkost1-5/+0
2017-05-17sysbus: Set user_creatable=false by default on TYPE_SYS_BUS_DEVICEEduardo Habkost1-0/+5
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost6-7/+7
2017-05-17migration: Create migration/blocker.hJuan Quintela3-3/+3
2017-05-11ppc/xics: preserve P and Q bits for KVM IRQsSam Bobroff1-0/+12
2017-05-11ppc/xics: Fix stale irq->status bits after getSam Bobroff1-0/+1
2017-04-26ppc/pnv: add a PnvICPState objectCédric Le Goater2-0/+193