summaryrefslogtreecommitdiffstats
path: root/hw/intc
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | hw/intc: ibex_plic: Don't allow repeat interrupts on claimed linesAlistair Francis2020-08-221-0/+17
* | hw/intc: ibex_plic: Update the pending irqsAlistair Francis2020-08-221-0/+4
* | meson: convert hw/intcMarc-André Lureau2020-08-212-54/+55
* | trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-0/+1
|/
* hw/intc/armv7m_nvic: Provide default "reset the system" behaviour for SYSRESE...Peter Maydell2020-08-031-1/+16
* apic: Report current_count via 'info lapic'Jan Kiszka2020-07-112-18/+19
* error: Avoid error_propagate() after migrate_add_blocker()Markus Armbruster2020-07-103-10/+3Star
* error: Eliminate error_propagate() manuallyMarkus Armbruster2020-07-101-9/+3Star
* error: Eliminate error_propagate() with Coccinelle, part 2Markus Armbruster2020-07-101-3/+1Star
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-106-22/+9Star
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-104-14/+12Star
* qom: Don't handle impossible object_property_get_link() failureMarkus Armbruster2020-07-101-8/+2Star
* qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2020-07-101-2/+1Star
* qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster2020-07-106-18/+9Star
* hw/intc: Add Loongson LIOINTC supportHuacai Chen2020-06-273-0/+246
* hw/intc: RX62N interrupt controller (ICUa)Yoshinori Sato2020-06-223-0/+401
* hw/intc: Initial commit of lowRISC Ibex PLICAlistair Francis2020-06-192-0/+262
* qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster2020-06-154-6/+6
* sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 3Markus Armbruster2020-06-151-4/+3Star
* sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2Markus Armbruster2020-06-151-2/+2
* sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 1Markus Armbruster2020-06-151-5/+3Star
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-152-2/+2
* qom: Less verbose object_initialize_child()Markus Armbruster2020-06-152-8/+4Star
* isa: Convert uses of isa_create() with CoccinelleMarkus Armbruster2020-06-151-2/+3
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-152-5/+6
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-06-131-0/+19
|\
| * KVM: Kick resamplefd for split kernel irqchipPeter Xu2020-06-101-0/+19
* | hw/unicore32/puv3: Use qemu_log_mask(ERROR) instead of debug printf()Philippe Mathieu-Daudé2020-06-091-2/+7
|/
* qdev: Unrealize must not failMarkus Armbruster2020-05-154-5/+5