21 Commits (35c5a52d1d016c632aed6137549754ca53446c92)

Author SHA1 Message Date
Michael S. Tsirkin 226419d615 msi_supported -> msi_nonbroken 11 years ago
Peter Maydell b6a0aa0537 x86: Clean up includes 11 years ago
Pavel Butsykin a22bf99c58 apic_internal.h: rename ESR_ILLEGAL_ADDRESS to APIC_ESR_ILLEGAL_ADDRESS 11 years ago
Pavel Butsykin 82a5e042fa apic_internal.h: make some apic_get_* functions externally visible 11 years ago
Zhu Guihua be9f8a0872 apic: convert ->busdev.qdev casts to C casts 11 years ago
Paolo Bonzini 5224c88dd3 apic: fix incorrect handling of ExtINT interrupts wrt processor priority 12 years ago
Paolo Bonzini 8092cb7132 apic: fix loss of IPI due to masked ExtINT 12 years ago
Paolo Bonzini 60e68042cf apic: avoid getting out of halted state on masked PIC interrupts 12 years ago
Jan Kiszka d6c140a771 apic: Fix reported DFR content 12 years ago
Gabriel L. Somlo aa93200b88 apic: use emulated lapic version 0x14 on pc machines >= 2.1 12 years ago
Stefan Weil eb6282f230 misc: Use cpu_physical_memory_read and cpu_physical_memory_write 13 years ago
Peter Maydell 6d55574a65 hw/intc/apic.c: Use uint32_t for mask word in foreach_apic 13 years ago
Edgar E. Iglesias 2a22165194 exec: Make cpu_physical_memory_write_rom input an AS 13 years ago
xiaoqiang zhao ff6986ce61 apic: QOM'ify APIC 13 years ago
xiaoqiang zhao d3b0c9e90a apic: Cleanup for QOM'ification 13 years ago
Alex Bligh bc72ad6754 aio / timers: Switch entire codebase to the new timer API 13 years ago
Paolo Bonzini 1437c94b26 hw/i*: pass owner to memory_region_init* functions 13 years ago
Paolo Bonzini 2c9b15cab1 memory: add owner argument to initialization functions 13 years ago
Michael S. Tsirkin edf9735e40 apic: rename apic specific bitopts 13 years ago
Igor Mammedov baaeda08ff target-i386: Replace MSI_SPACE_SIZE with APIC_SPACE_SIZE 14 years ago
Paolo Bonzini 7702e47c21 hw: move interrupt controllers to hw/intc/, configure with default-configs/ 14 years ago
Paolo Bonzini 0d09e41a51 hw: move headers to include/ 14 years ago
Andreas Färber c3affe5670 cpu: Pass CPUState to cpu_interrupt() 14 years ago
Andreas Färber d8ed887bdc exec: Pass CPUState to cpu_reset_interrupt() 14 years ago
Paolo Bonzini 83c9f4ca79 hw: include hw header files with full paths 14 years ago
Andreas Färber 8c43a6f05d Make all static TypeInfos const 14 years ago
Paolo Bonzini 1de7afc984 misc: move include files to include/qemu/ 14 years ago
Michael S. Tsirkin a2cb15b0dd pci: update all users to look in pci/ 14 years ago
Andreas Färber 60e82579c7 cpus: Pass CPUState to qemu_cpu_is_self() 14 years ago
Andreas Färber e9f9d6b165 target-i386: Pass X86CPU to cpu_x86_load_seg_cache_sipi() 14 years ago
Andreas Färber 60671e583c apic: Store X86CPU in APICCommonState 14 years ago
Avi Kivity a8170e5e97 Rename target_phys_addr_t to hwaddr 14 years ago
Jan Kiszka 5d62c43a17 apic: Defer interrupt updates to VCPU thread 14 years ago
Jan Kiszka a94820ddc3 apic: Reevaluate pending interrupts on LVT_LINT0 changes 14 years ago
Jan Kiszka 3db3659bf6 apic: Resolve potential endless loop around apic_update_irq 14 years ago
Anthony PERARD 9886c23aed Introduce apic-msidef.h 14 years ago
Jan Kiszka 08a82ac01c pc: Enable MSI support at APIC level 14 years ago
Jan Kiszka e5ad936b0f kvmvapic: Introduce TPR access optimization for Windows guests 15 years ago
Andreas Färber 83f7d43a9e qom: Unify type registration 15 years ago
Anthony Liguori 39bffca203 qdev: register all types natively through QEMU Object Model 15 years ago
Anthony Liguori 999e12bbe8 sysbus: apic: ioapic: convert to QEMU Object Model 15 years ago
Jan Kiszka 7a380ca350 apic: Open-code timer save/restore 15 years ago
Jan Kiszka dae0168528 apic: Factor out base class for KVM reuse 15 years ago
Jan Kiszka 343270ea87 apic: Introduce apic_report_irq_delivered 15 years ago
Jan Kiszka 02c091953c apic: Inject external NMI events via LINT1 15 years ago
Jan Kiszka ab388a9814 apic: Stop timer on reset 15 years ago
Avi Kivity 750ecd444f sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 15 years ago
Jan Kiszka d96e173769 pc: Fix and clean up PIC-to-APIC IRQ path 15 years ago
Jan Kiszka 1f6f408c8c target-i386: Remove unused polarity arguments from APIC API 15 years ago
Avi Kivity 312b4234c6 apic: convert to memory API 15 years ago