aboutsummaryrefslogtreecommitdiff
path: root/hw/intc/apic_common.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-01i386/apic: Add hint on boot failure because of disabling x2APICZhao Liu1-1/+6
2024-02-14hw/i386/x86: Fix PIC interrupt handling if APIC is globally disabledBernhard Beschow1-0/+13
2024-02-14apic, i386/tcg: add x2apic transitionsBui Quang Minh1-7/+6
2024-02-14apic: add support for x2APIC modeBui Quang Minh1-0/+9
2023-12-29hw/intc: Constify VMStateRichard Henderson1-3/+3
2023-10-19hw/intc/apic: Use ERRP_GUARD() in apic_common_realize()Philippe Mathieu-Daudé1-0/+4
2023-08-31accel: Remove HAX acceleratorPhilippe Mathieu-Daudé1-2/+1
2023-01-13hw/intc: Extract the IRQ counting functions into a separate fileThomas Huth1-28/+2
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2020-12-10i386: do not use ram_size globalPaolo Bonzini1-1/+2
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-07-10apic: Report current_count via 'info lapic'Jan Kiszka1-0/+19
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster1-3/+1
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster1-2/+1
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-2/+2
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-1/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2020-01-20apic: Use 32bit APIC ID for migration instance IDPeter Xu1-1/+4
2020-01-20migration: Change SaveStateEntry.instance_id into uint32_tPeter Xu1-1/+1
2020-01-20migration: Define VMSTATE_INSTANCE_ID_ANYPeter Xu1-1/+1
2019-11-05hw/i386: Remove obsolete LoadStateHandler::load_state_old handlersPhilippe Mathieu-Daudé1-49/+0
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-1/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include migration/qemu-file-types.h a lot lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+2
2017-09-27migration: pre_save return intDr. David Alan Gilbert1-1/+3
2017-06-20apic-common: make "id" property a uint32Marc-André Lureau1-5/+5
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost1-1/+1
2017-03-27Revert "apic: save apic_delivered flag"Paolo Bonzini1-33/+0
2017-02-16apic: reset apic_delivered global variable on machine resetPavel Dovgalyuk1-0/+2
2017-02-06vmstate_register_with_alias_id: Take an Error **Dr. David Alan Gilbert1-1/+1
2017-01-27apic: save apic_delivered flagPavel Dovgalyuk1-0/+33
2017-01-19Plumb the HAXM-based hardware acceleration supportVincent Palatin1-1/+2
2016-10-24pc: apic_common: Reset APIC ID to initial ID when switching into x2APIC modeIgor Mammedov1-0/+5
2016-10-24pc: apic_common: Restore APIC ID to initial ID on resetIgor Mammedov1-0/+1
2016-10-24pc: apic_common: Extend APIC ID property to 32bitIgor Mammedov1-1/+45
2016-10-17apic: add global apic_get_class()Radim Krčmář1-0/+1
2016-07-20apic: Use apic_id as apic's migration instance_idIgor Mammedov1-1/+11
2016-07-20(kvm)apic: Add unrealize callbacksIgor Mammedov1-0/+13
2016-07-20apic: move MAX_APICS check to 'apic' classIgor Mammedov1-8/+0
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini1-0/+2
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-29x86: Clean up includesPeter Maydell1-0/+1
2015-10-02cpu/apic: drop icc bus/bridgeChen Fan1-3/+2
2015-10-02apic: move APIC's MMIO region mapping into APICChen Fan1-6/+0
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela1-6/+4
2015-04-30apic_common: improve readability of apic_reset_commonDenis V. Lunev1-4/+3
2015-04-28target-i386: disable LINT0 after resetNadav Amit1-9/+0
2015-04-02target-i386: clear bsp bit when designating bspNadav Amit1-2/+6
2015-01-26apic: do not dereference pointer before it is checked for NULLPaolo Bonzini1-3/+5