aboutsummaryrefslogtreecommitdiff
path: root/hw/intc/openpic_kvm.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-30memory: Name all the memory listenersPeter Xu1-0/+1
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-2/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+1
2018-03-06openpic_kvm: drop address_space_to_flatview callPaolo Bonzini1-4/+0
2018-03-06openpic: move KVM-specific declarations into separate openpic_kvm.h fileMark Cave-Ayland1-0/+1
2017-09-21memory: Switch memory from using AddressSpace to FlatViewAlexey Kardashevskiy1-1/+1
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini1-0/+2
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-11msi_supported -> msi_nonbrokenMichael S. Tsirkin1-1/+1
2016-01-29hw/intc: Clean up includesPeter Maydell1-0/+1
2015-10-23openpic: add to misc categoryLaurent Vivier1-0/+1
2014-12-15KVM_CAP_IRQFD and KVM_CAP_IRQFD_RESAMPLE checksEric Auger1-1/+0
2014-11-04PPC: openpic_kvm: Only map first occurence in address spaceAlexander Graf1-0/+19
2014-06-16PPC: openpic_kvm: Implement resetAlexander Graf1-5/+10
2014-04-30ppc: use kvm_vcpu_enable_cap()Cornelia Huck1-6/+2
2014-04-03PPC: openpic_kvm: Filter memory events properlyAlexander Graf1-0/+10
2014-03-27intc/openpic_kvm: Fix MemListener delete region callback functionPrasad Joshi1-1/+1
2014-03-05target-ppc: spapr: e500: fix to use cpu_dt_idAlexey Kardashevskiy1-1/+1
2013-07-04hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini1-1/+1
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-07-01intc/openpic_kvm: Fix QOM and build issuesAndreas Färber1-21/+33
2013-07-01kvm/openpic: in-kernel mpic supportScott Wood1-0/+252