aboutsummaryrefslogtreecommitdiff
path: root/hw/intc/openpic_kvm.c
AgeCommit message (Expand)Author
2021-09-30memory: Name all the memory listenersPeter Xu
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-03-06openpic_kvm: drop address_space_to_flatview callPaolo Bonzini
2018-03-06openpic: move KVM-specific declarations into separate openpic_kvm.h fileMark Cave-Ayland
2017-09-21memory: Switch memory from using AddressSpace to FlatViewAlexey Kardashevskiy
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-11msi_supported -> msi_nonbrokenMichael S. Tsirkin
2016-01-29hw/intc: Clean up includesPeter Maydell
2015-10-23openpic: add to misc categoryLaurent Vivier
2014-12-15KVM_CAP_IRQFD and KVM_CAP_IRQFD_RESAMPLE checksEric Auger
2014-11-04PPC: openpic_kvm: Only map first occurence in address spaceAlexander Graf
2014-06-16PPC: openpic_kvm: Implement resetAlexander Graf
2014-04-30ppc: use kvm_vcpu_enable_cap()Cornelia Huck
2014-04-03PPC: openpic_kvm: Filter memory events properlyAlexander Graf
2014-03-27intc/openpic_kvm: Fix MemListener delete region callback functionPrasad Joshi
2014-03-05target-ppc: spapr: e500: fix to use cpu_dt_idAlexey Kardashevskiy
2013-07-04hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-07-01intc/openpic_kvm: Fix QOM and build issuesAndreas Färber
2013-07-01kvm/openpic: in-kernel mpic supportScott Wood