summaryrefslogtreecommitdiffstats
path: root/hw/intc/openpic_kvm.c
Commit message (Expand)AuthorAgeFilesLines
* memory: Name all the memory listenersPeter Xu2021-09-301-0/+1
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-1/+1
* openpic_kvm: drop address_space_to_flatview callPaolo Bonzini2018-03-061-4/+0Star
* openpic: move KVM-specific declarations into separate openpic_kvm.h fileMark Cave-Ayland2018-03-061-0/+1
* memory: Switch memory from using AddressSpace to FlatViewAlexey Kardashevskiy2017-09-211-1/+1
* qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini2016-05-191-0/+2
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* msi_supported -> msi_nonbrokenMichael S. Tsirkin2016-03-111-1/+1
* hw/intc: Clean up includesPeter Maydell2016-01-291-0/+1
* openpic: add to misc categoryLaurent Vivier2015-10-231-0/+1
* KVM_CAP_IRQFD and KVM_CAP_IRQFD_RESAMPLE checksEric Auger2014-12-151-1/+0Star
* PPC: openpic_kvm: Only map first occurence in address spaceAlexander Graf2014-11-041-0/+19
* PPC: openpic_kvm: Implement resetAlexander Graf2014-06-161-5/+10
* ppc: use kvm_vcpu_enable_cap()Cornelia Huck2014-04-301-6/+2Star
* PPC: openpic_kvm: Filter memory events properlyAlexander Graf2014-04-031-0/+10
* intc/openpic_kvm: Fix MemListener delete region callback functionPrasad Joshi2014-03-271-1/+1
* target-ppc: spapr: e500: fix to use cpu_dt_idAlexey Kardashevskiy2014-03-051-1/+1
* hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-1/+1
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1
* intc/openpic_kvm: Fix QOM and build issuesAndreas Färber2013-07-011-21/+33
* kvm/openpic: in-kernel mpic supportScott Wood2013-07-011-0/+252