aboutsummaryrefslogtreecommitdiff
path: root/hw/intc
AgeCommit message (Expand)AuthorFilesLines
2020-09-13Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...Peter Maydell5-0/+879
2020-09-09hw/riscv: Move sifive_plic model to hw/intcBin Meng4-0/+609
2020-09-09hw/riscv: Move sifive_clint model to hw/intcBin Meng3-0/+270
2020-09-09omap_intc: Use typedef name for instance_sizeEduardo Habkost1-1/+1
2020-09-09Use DECLARE_*CHECKER* when possible (--force mode)Eduardo Habkost4-19/+12
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost16-29/+34
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost20-32/+67
2020-09-08spapr/xive: Allocate vCPU IPIs from the vCPU contextsCédric Le Goater1-3/+33
2020-09-08spapr/xive: Allocate IPIs independently from the other sourcesCédric Le Goater1-5/+42
2020-09-08spapr/xive: Use kvmppc_xive_source_reset() in post_loadCédric Le Goater1-10/+10
2020-09-08spapr/xive: Modify kvm_cpu_is_enabled() interfaceCédric Le Goater1-3/+2
2020-09-08spapr/xive: Add a 'hv-prio' property to represent the KVM escalation priorityCédric Le Goater1-19/+14
2020-09-01hw/intc: fix default registers value in exynos4210_combiner_read()Chen Qun1-1/+0
2020-09-01hw: Remove superfluous breaksLiao Pingfang1-1/+0
2020-08-27nios2_iic: Use TYPE_ALTERA_IIC constantEduardo Habkost1-1/+1
2020-08-27s390_flic: Move KVMS390FLICState typedef to headerEduardo Habkost1-2/+2
2020-08-24Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20200818' into...Peter Maydell3-176/+185
2020-08-21hw/intc: ibex_plic: Honour source prioritiesAlistair Francis1-5/+10
2020-08-21hw/intc: ibex_plic: Don't allow repeat interrupts on claimed linesAlistair Francis1-0/+17
2020-08-21hw/intc: ibex_plic: Update the pending irqsAlistair Francis1-0/+4
2020-08-21meson: convert hw/intcMarc-André Lureau2-54/+55
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini1-0/+1
2020-08-14spapr/xive: Use xive_source_esb_len()Greg Kurz2-2/+2
2020-08-13spapr/xive: Simplify error handling of kvmppc_xive_cpu_synchronize_state()Greg Kurz1-8/+6
2020-08-13ppc/xive: Simplify error handling in xive_tctx_realize()Greg Kurz1-4/+1
2020-08-13spapr/xive: Simplify error handling in kvmppc_xive_connect()Greg Kurz1-13/+11
2020-08-13ppc/xive: Fix error handling in vmstate_xive_tctx_*() callbacksGreg Kurz1-6/+8
2020-08-13spapr/xive: Fix error handling in kvmppc_xive_post_load()Greg Kurz1-17/+18
2020-08-13spapr/kvm: Fix error handling in kvmppc_xive_pre_save()Greg Kurz1-3/+4
2020-08-13spapr/xive: Rework error handling of kvmppc_xive_set_source_config()Greg Kurz1-9/+4
2020-08-13spapr/xive: Rework error handling in kvmppc_xive_get_queues()Greg Kurz1-7/+8
2020-08-13spapr/xive: Rework error handling of kvmppc_xive_[gs]et_queue_config()Greg Kurz1-19/+16
2020-08-13spapr/xive: Rework error handling of kvmppc_xive_cpu_[gs]et_state()Greg Kurz1-5/+10
2020-08-13spapr/xive: Rework error handling of kvmppc_xive_mmap()Greg Kurz1-7/+11
2020-08-13spapr/xive: Rework error handling of kvmppc_xive_source_reset()Greg Kurz1-6/+7
2020-08-13spapr/xive: Rework error handling of kvmppc_xive_cpu_connect()Greg Kurz1-11/+10
2020-08-13spapr/xive: Convert KVM device fd checks to assert()Greg Kurz1-28/+7
2020-08-13ppc/xive: Introduce dedicated kvm_irqchip_in_kernel() wrappersGreg Kurz2-20/+50
2020-08-13ppc/xive: Rework setup of XiveSource::esb_mmioGreg Kurz2-7/+8
2020-08-12spapr/xive: Simplify kvmppc_xive_disconnect()Greg Kurz1-4/+2
2020-08-12spapr/xive: Fix xive->fd if kvm_create_device() failsGreg Kurz1-3/+5
2020-08-12ppc/xive: Fix some typos in commentsGustavo Romero1-3/+3
2020-08-03hw/intc/armv7m_nvic: Provide default "reset the system" behaviour for SYSRESE...Peter Maydell1-1/+16
2020-07-10apic: Report current_count via 'info lapic'Jan Kiszka2-18/+19
2020-07-10error: Avoid error_propagate() after migrate_add_blocker()Markus Armbruster3-10/+3
2020-07-10error: Eliminate error_propagate() manuallyMarkus Armbruster1-9/+3
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 2Markus Armbruster1-3/+1
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster6-22/+9
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster4-14/+12
2020-07-10qom: Don't handle impossible object_property_get_link() failureMarkus Armbruster1-8/+2