- fa34a3c Use DECLARE_*CHECKER* when possible (--force mode) by Eduardo Habkost · 4 years, 7 months ago
- 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 7 months ago
- db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 7 months ago
- eab0a2d spapr/xive: Allocate vCPU IPIs from the vCPU contexts by Cédric Le Goater · 4 years, 7 months ago
- acbdb99 spapr/xive: Allocate IPIs independently from the other sources by Cédric Le Goater · 4 years, 7 months ago
- fa94447 spapr/xive: Use kvmppc_xive_source_reset() in post_load by Cédric Le Goater · 4 years, 7 months ago
- 235d3b1 spapr/xive: Modify kvm_cpu_is_enabled() interface by Cédric Le Goater · 4 years, 7 months ago
- 4f311a7 spapr/xive: Add a 'hv-prio' property to represent the KVM escalation priority by Cédric Le Goater · 4 years, 7 months ago
- cad2197 hw/intc: fix default registers value in exynos4210_combiner_read() by Chen Qun · 4 years, 7 months ago
- 830b925 hw: Remove superfluous breaks by Liao Pingfang · 4 years, 9 months ago
- 04d8dbb nios2_iic: Use TYPE_ALTERA_IIC constant by Eduardo Habkost · 4 years, 7 months ago
- b13f9bd s390_flic: Move KVMS390FLICState typedef to header by Eduardo Habkost · 4 years, 7 months ago
- dd8014e Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20200818' into staging by Peter Maydell · 4 years, 7 months ago
- 01c41d1 hw/intc: ibex_plic: Honour source priorities by Alistair Francis · 4 years, 8 months ago
- 2249140 hw/intc: ibex_plic: Don't allow repeat interrupts on claimed lines by Alistair Francis · 4 years, 8 months ago
- c43388b hw/intc: ibex_plic: Update the pending irqs by Alistair Francis · 4 years, 8 months ago
- bff065a meson: convert hw/intc by Marc-André Lureau · 6 years ago
- 243af02 trace: switch position of headers to what Meson requires by Paolo Bonzini · 5 years ago
- 3110f0e spapr/xive: Use xive_source_esb_len() by Greg Kurz · 4 years, 8 months ago
- 1118b6b spapr/xive: Simplify error handling of kvmppc_xive_cpu_synchronize_state() by Greg Kurz · 4 years, 8 months ago
- 61203f2 ppc/xive: Simplify error handling in xive_tctx_realize() by Greg Kurz · 4 years, 8 months ago
- 6cdc0e2 spapr/xive: Simplify error handling in kvmppc_xive_connect() by Greg Kurz · 4 years, 8 months ago
- 2a8100c ppc/xive: Fix error handling in vmstate_xive_tctx_*() callbacks by Greg Kurz · 4 years, 8 months ago
- a845a54 spapr/xive: Fix error handling in kvmppc_xive_post_load() by Greg Kurz · 4 years, 8 months ago
- 42a92d9 spapr/kvm: Fix error handling in kvmppc_xive_pre_save() by Greg Kurz · 4 years, 8 months ago
- d55daad spapr/xive: Rework error handling of kvmppc_xive_set_source_config() by Greg Kurz · 4 years, 8 months ago
- d53482a spapr/xive: Rework error handling in kvmppc_xive_get_queues() by Greg Kurz · 4 years, 8 months ago
- f9a548e spapr/xive: Rework error handling of kvmppc_xive_[gs]et_queue_config() by Greg Kurz · 4 years, 8 months ago
- 5fa36b7 spapr/xive: Rework error handling of kvmppc_xive_cpu_[gs]et_state() by Greg Kurz · 4 years, 8 months ago
- b14adb4 spapr/xive: Rework error handling of kvmppc_xive_mmap() by Greg Kurz · 4 years, 8 months ago
- 46407a2 spapr/xive: Rework error handling of kvmppc_xive_source_reset() by Greg Kurz · 4 years, 8 months ago
- 3885ca6 spapr/xive: Rework error handling of kvmppc_xive_cpu_connect() by Greg Kurz · 4 years, 8 months ago
- a490711 spapr/xive: Convert KVM device fd checks to assert() by Greg Kurz · 4 years, 8 months ago
- e519cdd ppc/xive: Introduce dedicated kvm_irqchip_in_kernel() wrappers by Greg Kurz · 4 years, 8 months ago
- cf36e5b ppc/xive: Rework setup of XiveSource::esb_mmio by Greg Kurz · 4 years, 8 months ago
- e781139 spapr/xive: Simplify kvmppc_xive_disconnect() by Greg Kurz · 4 years, 8 months ago
- 82f086b spapr/xive: Fix xive->fd if kvm_create_device() fails by Greg Kurz · 4 years, 8 months ago
- 4b160fa ppc/xive: Fix some typos in comments by Gustavo Romero · 4 years, 8 months ago
- 9e60d75 hw/intc/armv7m_nvic: Provide default "reset the system" behaviour for SYSRESETREQ by Peter Maydell · 4 years, 8 months ago
- 6e083c0 apic: Report current_count via 'info lapic' by Jan Kiszka · 5 years ago
- 386f6c0 error: Avoid error_propagate() after migrate_add_blocker() by Markus Armbruster · 4 years, 9 months ago
- 992861f error: Eliminate error_propagate() manually by Markus Armbruster · 4 years, 9 months ago
- af175e8 error: Eliminate error_propagate() with Coccinelle, part 2 by Markus Armbruster · 4 years, 9 months ago
- 668f62e error: Eliminate error_propagate() with Coccinelle, part 1 by Markus Armbruster · 4 years, 9 months ago
- 5325cc3 qom: Put name parameter before value / visitor parameter by Markus Armbruster · 4 years, 9 months ago
- 4d21fcd qom: Don't handle impossible object_property_get_link() failure by Markus Armbruster · 4 years, 9 months ago
- 62a35aa qapi: Use returned bool to check for failure, Coccinelle part by Markus Armbruster · 4 years, 9 months ago
- 118bfd7 qdev: Use returned bool to check for qdev_realize() etc. failure by Markus Armbruster · 4 years, 9 months ago
- c012e0b hw/intc: Add Loongson LIOINTC support by Huacai Chen · 4 years, 9 months ago
- e78597c hw/intc: RX62N interrupt controller (ICUa) by Yoshinori Sato · 6 years ago
- 879f60f hw/intc: Initial commit of lowRISC Ibex PLIC by Alistair Francis · 5 years ago
- ce189ab qdev: Convert bus-less devices to qdev_realize() with Coccinelle by Markus Armbruster · 4 years, 10 months ago
- 5a147c8 sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 3 by Markus Armbruster · 4 years, 10 months ago
- db873cc sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2 by Markus Armbruster · 4 years, 10 months ago
- 0074fce sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 1 by Markus Armbruster · 4 years, 10 months ago
- 3c6ef47 sysbus: Convert to sysbus_realize() etc. with Coccinelle by Markus Armbruster · 4 years, 10 months ago
- 9fc7fc4 qom: Less verbose object_initialize_child() by Markus Armbruster · 4 years, 10 months ago
- 96927c7 isa: Convert uses of isa_create() with Coccinelle by Markus Armbruster · 4 years, 10 months ago
- 3e80f69 qdev: Convert uses of qdev_create() with Coccinelle by Markus Armbruster · 4 years, 10 months ago
- 7d3660e Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 4 years, 10 months ago
- c82d9d4 KVM: Kick resamplefd for split kernel irqchip by Peter Xu · 5 years ago
- 3b34ee6 hw/unicore32/puv3: Use qemu_log_mask(ERROR) instead of debug printf() by Philippe Mathieu-Daudé · 4 years, 10 months ago
- b69c3c2 qdev: Unrealize must not fail by Markus Armbruster · 5 years ago
- d262312 qom: Drop parameter @errp of object_property_add() & friends by Markus Armbruster · 5 years ago
- 1e11a13 bugfix: Use gicr_typer in arm_gicv3_icc_reset by Keqian Zhu · 5 years ago
- 6111a0c hw/arm/bcm283x: Correct the license text by Philippe Mathieu-Daudé · 5 years ago
- 52d3403 spapr/xive: use SPAPR_IRQ_IPI to define IPI ranges exposed to the guest by Cédric Le Goater · 5 years ago
- 8c49852 hw/intc/armv7m_nvic: Rebuild hflags on reset by Peter Maydell · 5 years ago
- 1904f9b hw/intc/arm_gic_kvm: Don't assume kernel can provide a GICv2 by Peter Maydell · 5 years ago
- 7fbc6a4 target/arm: Add isar_feature_aa32_vfp_simd by Richard Henderson · 5 years ago
- 1141148 arm_gic: Mask the un-supported priority bits by Sai Pavan Boddu · 5 years ago
- 1005401 target/arm: Test correct register in aa32_pan and aa32_ats1e1 checks by Peter Maydell · 5 years ago
- a617953 target/arm: Define an aa32_pmu_8_1 isar feature test function by Peter Maydell · 5 years ago
- 9ae1329 ppc/pnv: Add models for POWER8 PHB3 PCIe Host bridge by Cédric Le Goater · 5 years ago
- 618baca hw/intc/arm_gicv3_kvm: Stop wrongly programming GICR_PENDBASER.PTZ bit by Zenghui Yu · 5 years ago
- f703a04 add device_legacy_reset function to prepare for reset api change by Damien Hedde · 5 years ago
- 3c5fd80 s390x: adapter routes error handling by Cornelia Huck · 5 years ago
- 65569bb intc/s390_flic_kvm.c: remove unneeded label in kvm_flic_load() by Daniel Henrique Barboza · 5 years ago
- 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
- 0ab9948 apic: Use 32bit APIC ID for migration instance ID by Peter Xu · 5 years ago
- 93062e2 migration: Change SaveStateEntry.instance_id into uint32_t by Peter Xu · 5 years ago
- 1df2c9a migration: Define VMSTATE_INSTANCE_ID_ANY by Peter Xu · 5 years ago
- ef12552 arm/gicv3: update virtual irq state after IAR register read by Jeff Kubascik · 5 years ago
- b952544 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 5 years ago
- dc65a5b Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200108' into staging by Peter Maydell · 5 years ago
- 806fed5 pnv/xive: Deduce the PnvXive pointer from XiveTCTX::xptr by Greg Kurz · 5 years ago
- 74e51a3 spapr/xive: Deduce the SpaprXive pointer from XiveTCTX::xptr by Greg Kurz · 5 years ago
- 4795094 xive: Add a "presenter" link property to the TCTX object by Cédric Le Goater · 5 years ago
- 53981dd xive: Use the XIVE fabric link under the XIVE router by Greg Kurz · 5 years ago
- d1214b8 spapr, pnv, xive: Add a "xive-fabric" link to the XIVE router by Greg Kurz · 5 years ago
- 0da41d3 pnv/xive: Use device_class_set_parent_realize() by Greg Kurz · 5 years ago
- 6cc6479 spapr/xive: Use device_class_set_parent_realize() by Greg Kurz · 5 years ago
- bab592a omap-intc: remove PROP_PTR by Marc-André Lureau · 5 years ago
- f4f6438 cris: improve passing PIC interrupt vector to the CPU by Marc-André Lureau · 5 years ago
- ab4c072 leon3: use qemu_irq framework instead of callback as property by Marc-André Lureau · 5 years ago
- 48ca2c4 hw/intc/i8259: Fix Kconfig dependency on ISA bus by Philippe Mathieu-Daudé · 5 years ago
- 4800819 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 5 years ago
- d402c98 hw/intc/s390: Simplify error handling in kvm_s390_flic_realize() by Markus Armbruster · 5 years ago
- 8ca63ba error: Clean up unusual names of Error * variables by Markus Armbruster · 5 years ago
- 852c27e hw: replace hw/i386/pc.h with a header just for the i8259 by Paolo Bonzini · 5 years ago