summaryrefslogtreecommitdiffstats
path: root/hw/intc
Commit message (Expand)AuthorAgeFilesLines
...
| * hw/intc/loongson: Fix incorrect 'core' calculation in liointc_read/writeAlexChen2020-11-031-2/+2
* | target/riscv: Add sifive_plic vmstateYifei Jiang2020-11-031-1/+25
|/
* hw/intc/arm_gicv3_cpuif: Make GIC maintenance interrupts workPeter Maydell2020-11-021-3/+2Star
* hw/intc: Move sifive_plic.h to the include directoryBin Meng2020-10-221-83/+0Star
* hw/intc/bcm2836_control: Use IRQ definitions instead of magic numbersPhilippe Mathieu-Daudé2020-10-201-4/+4
* hw/intc/bcm2835_ic: Trace GPU/CPU IRQ handlersPhilippe Mathieu-Daudé2020-10-202-1/+7
* hw/intc/armv7m_nvic: Only show ID register values for Main Extension CPUsPeter Maydell2020-10-011-0/+42
* target/arm: Move id_pfr0, id_pfr1 into ARMISARegistersPeter Maydell2020-10-011-2/+2
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-232-8/+8
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-1811-36/+12Star
* sifive: Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-181-2/+2
* sifive: Move QOM typedefs and add missing includesEduardo Habkost2020-09-181-2/+4
* Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...Peter Maydell2020-09-135-0/+879
|\
| * hw/riscv: Move sifive_plic model to hw/intcBin Meng2020-09-104-0/+609
| * hw/riscv: Move sifive_clint model to hw/intcBin Meng2020-09-103-0/+270
* | omap_intc: Use typedef name for instance_sizeEduardo Habkost2020-09-091-1/+1
* | Use DECLARE_*CHECKER* when possible (--force mode)Eduardo Habkost2020-09-094-19/+12Star
* | Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-0916-29/+34
* | Move QOM typedefs and add missing includesEduardo Habkost2020-09-0920-32/+67
|/
* spapr/xive: Allocate vCPU IPIs from the vCPU contextsCédric Le Goater2020-09-081-3/+33
* spapr/xive: Allocate IPIs independently from the other sourcesCédric Le Goater2020-09-081-5/+42
* spapr/xive: Use kvmppc_xive_source_reset() in post_loadCédric Le Goater2020-09-081-10/+10
* spapr/xive: Modify kvm_cpu_is_enabled() interfaceCédric Le Goater2020-09-081-3/+2Star
* spapr/xive: Add a 'hv-prio' property to represent the KVM escalation priorityCédric Le Goater2020-09-081-19/+14Star
* hw/intc: fix default registers value in exynos4210_combiner_read()Chen Qun2020-09-011-1/+0Star
* hw: Remove superfluous breaksLiao Pingfang2020-09-011-1/+0Star
* nios2_iic: Use TYPE_ALTERA_IIC constantEduardo Habkost2020-08-271-1/+1
* s390_flic: Move KVMS390FLICState typedef to headerEduardo Habkost2020-08-271-2/+2
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20200818' into...Peter Maydell2020-08-243-176/+185
|\
| * spapr/xive: Use xive_source_esb_len()Greg Kurz2020-08-142-2/+2
| * spapr/xive: Simplify error handling of kvmppc_xive_cpu_synchronize_state()Greg Kurz2020-08-131-8/+6Star
| * ppc/xive: Simplify error handling in xive_tctx_realize()Greg Kurz2020-08-131-4/+1Star
| * spapr/xive: Simplify error handling in kvmppc_xive_connect()Greg Kurz2020-08-131-13/+11Star
| * ppc/xive: Fix error handling in vmstate_xive_tctx_*() callbacksGreg Kurz2020-08-131-6/+8
| * spapr/xive: Fix error handling in kvmppc_xive_post_load()Greg Kurz2020-08-131-17/+18
| * spapr/kvm: Fix error handling in kvmppc_xive_pre_save()Greg Kurz2020-08-131-3/+4
| * spapr/xive: Rework error handling of kvmppc_xive_set_source_config()Greg Kurz2020-08-131-9/+4Star
| * spapr/xive: Rework error handling in kvmppc_xive_get_queues()Greg Kurz2020-08-131-7/+8
| * spapr/xive: Rework error handling of kvmppc_xive_[gs]et_queue_config()Greg Kurz2020-08-131-19/+16Star
| * spapr/xive: Rework error handling of kvmppc_xive_cpu_[gs]et_state()Greg Kurz2020-08-131-5/+10
| * spapr/xive: Rework error handling of kvmppc_xive_mmap()Greg Kurz2020-08-131-7/+11
| * spapr/xive: Rework error handling of kvmppc_xive_source_reset()Greg Kurz2020-08-131-6/+7
| * spapr/xive: Rework error handling of kvmppc_xive_cpu_connect()Greg Kurz2020-08-131-11/+10Star
| * spapr/xive: Convert KVM device fd checks to assert()Greg Kurz2020-08-131-28/+7Star
| * ppc/xive: Introduce dedicated kvm_irqchip_in_kernel() wrappersGreg Kurz2020-08-132-20/+50
| * ppc/xive: Rework setup of XiveSource::esb_mmioGreg Kurz2020-08-132-7/+8
| * spapr/xive: Simplify kvmppc_xive_disconnect()Greg Kurz2020-08-121-4/+2Star
| * spapr/xive: Fix xive->fd if kvm_create_device() failsGreg Kurz2020-08-121-3/+5
| * ppc/xive: Fix some typos in commentsGustavo Romero2020-08-121-3/+3
* | hw/intc: ibex_plic: Honour source prioritiesAlistair Francis2020-08-221-5/+10