aboutsummaryrefslogtreecommitdiff
path: root/hw/intc
AgeCommit message (Expand)Author
2020-08-24Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20200818' into...Peter Maydell
2020-08-21hw/intc: ibex_plic: Honour source prioritiesAlistair Francis
2020-08-21hw/intc: ibex_plic: Don't allow repeat interrupts on claimed linesAlistair Francis
2020-08-21hw/intc: ibex_plic: Update the pending irqsAlistair Francis
2020-08-21meson: convert hw/intcMarc-André Lureau
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini
2020-08-14spapr/xive: Use xive_source_esb_len()Greg Kurz
2020-08-13spapr/xive: Simplify error handling of kvmppc_xive_cpu_synchronize_state()Greg Kurz
2020-08-13ppc/xive: Simplify error handling in xive_tctx_realize()Greg Kurz
2020-08-13spapr/xive: Simplify error handling in kvmppc_xive_connect()Greg Kurz
2020-08-13ppc/xive: Fix error handling in vmstate_xive_tctx_*() callbacksGreg Kurz
2020-08-13spapr/xive: Fix error handling in kvmppc_xive_post_load()Greg Kurz
2020-08-13spapr/kvm: Fix error handling in kvmppc_xive_pre_save()Greg Kurz
2020-08-13spapr/xive: Rework error handling of kvmppc_xive_set_source_config()Greg Kurz
2020-08-13spapr/xive: Rework error handling in kvmppc_xive_get_queues()Greg Kurz
2020-08-13spapr/xive: Rework error handling of kvmppc_xive_[gs]et_queue_config()Greg Kurz
2020-08-13spapr/xive: Rework error handling of kvmppc_xive_cpu_[gs]et_state()Greg Kurz
2020-08-13spapr/xive: Rework error handling of kvmppc_xive_mmap()Greg Kurz
2020-08-13spapr/xive: Rework error handling of kvmppc_xive_source_reset()Greg Kurz
2020-08-13spapr/xive: Rework error handling of kvmppc_xive_cpu_connect()Greg Kurz
2020-08-13spapr/xive: Convert KVM device fd checks to assert()Greg Kurz
2020-08-13ppc/xive: Introduce dedicated kvm_irqchip_in_kernel() wrappersGreg Kurz
2020-08-13ppc/xive: Rework setup of XiveSource::esb_mmioGreg Kurz
2020-08-12spapr/xive: Simplify kvmppc_xive_disconnect()Greg Kurz
2020-08-12spapr/xive: Fix xive->fd if kvm_create_device() failsGreg Kurz
2020-08-12ppc/xive: Fix some typos in commentsGustavo Romero
2020-08-03hw/intc/armv7m_nvic: Provide default "reset the system" behaviour for SYSRESE...Peter Maydell
2020-07-10apic: Report current_count via 'info lapic'Jan Kiszka
2020-07-10error: Avoid error_propagate() after migrate_add_blocker()Markus Armbruster
2020-07-10error: Eliminate error_propagate() manuallyMarkus Armbruster
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 2Markus Armbruster
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster
2020-07-10qom: Don't handle impossible object_property_get_link() failureMarkus Armbruster
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster
2020-06-27hw/intc: Add Loongson LIOINTC supportHuacai Chen
2020-06-22hw/intc: RX62N interrupt controller (ICUa)Yoshinori Sato
2020-06-19hw/intc: Initial commit of lowRISC Ibex PLICAlistair Francis
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster
2020-06-15sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 3Markus Armbruster
2020-06-15sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2Markus Armbruster
2020-06-15sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 1Markus Armbruster
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster
2020-06-15qom: Less verbose object_initialize_child()Markus Armbruster
2020-06-15isa: Convert uses of isa_create() with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
2020-06-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2020-06-10KVM: Kick resamplefd for split kernel irqchipPeter Xu
2020-06-09hw/unicore32/puv3: Use qemu_log_mask(ERROR) instead of debug printf()Philippe Mathieu-Daudé