]> git.proxmox.com Git - qemu.git/history - hw/apic.c
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
[qemu.git] / hw / apic.c
2012-02-16 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2012-02-16 Anthony LiguoriMerge remote-tracking branch 'kraxel/vnc.2' into staging
2012-02-16 Anthony LiguoriMerge remote-tracking branch 'kiszka/queues/slirp'...
2012-02-15 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.38' into staging
2012-02-15 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-02-15 Andreas Färberqom: Unify type registration
2012-02-08 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream'...
2012-02-04 Blue SwirlMerge branch 'linux-user-for-upstream' of git://git...
2012-02-04 Blue SwirlMerge branch 'for-upstream' of git://repo.or.cz/qemu...
2012-02-03 Anthony Liguoriqdev: register all types natively through QEMU Object...
2012-01-28 Blue SwirlMerge branch 'target-arm.for-upstream' of git://git...
2012-01-27 Anthony Liguorisysbus: apic: ioapic: convert to QEMU Object Model
2012-01-23 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2012-01-19 Jan Kiszkaapic: Open-code timer save/restore
2012-01-19 Jan Kiszkaapic: Factor out base class for KVM reuse
2012-01-19 Jan Kiszkaapic: Introduce apic_report_irq_delivered
2012-01-19 Jan Kiszkaapic: Inject external NMI events via LINT1
2012-01-19 Jan Kiszkaapic: Stop timer on reset
2011-12-05 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-12-05 Anthony LiguoriMerge remote-tracking branch 'aneesh/1.0-fixes' into...
2011-12-05 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-12-05 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/batch...
2011-11-28 Avi Kivitysysbus: rename sysbus_init_mmio_region() to sysbus_init...
2011-11-02 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/memory/int12...
2011-10-20 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream-6...
2011-10-16 Jan Kiszkapc: Fix and clean up PIC-to-APIC IRQ path
2011-08-25 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream-2...
2011-08-22 Jan Kiszkatarget-i386: Remove unused polarity arguments from...
2011-08-22 Avi Kivityapic: convert to memory API
2011-03-24 Anthony LiguoriMerge remote branch 'amit/for-anthony' into staging
2011-03-21 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2011-03-21 Aurelien JarnoMerge branch 'for-anthony' of git://github.com/bonzini...
2011-03-21 Paolo Bonzinichange all other clock references to use nanosecond...
2011-02-16 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2011-02-16 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2011-02-14 Gleb Natapovcorrectly check ppr priority during interrupt injection]
2011-02-04 Jan Kiszkaioapic: Implement EOI handling for level-triggered...
2011-01-10 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-10 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2010-12-27 Aurelien JarnoMerge branch 'spice.v23.pull' of git://anongit.freedesk...
2010-12-20 Andreas Färberapic: Fix accidental use of SoftFloat uint32 type
2010-12-17 Anthony LiguoriMerge remote branch 'arm/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'jvrao/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-12-11 Alexander GrafAdd endianness as io mem parameter
2010-12-01 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2010-11-16 Anthony LiguoriMerge remote branch 'spice/bugfix.2' into staging
2010-11-16 Alex Williamsonapic: Don't iterate past last used apic
2010-11-01 Anthony LiguoriMerge remote branch 'spice/config.2' into staging
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-10-20 Blue Swirlapic: convert debug printf statements to tracepoints
2010-06-19 Blue Swirlapic: qdev conversion cleanup
2010-06-19 Blue Swirlapic: convert to qdev
2010-06-19 Blue Swirlapic: avoid using CPUState internals
2010-06-19 Blue Swirlapic: avoid passing CPUState from CPU code
2010-06-19 Blue Swirlapic: avoid passing CPUState from devices
2010-06-03 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-05-29 Blue Swirlapic: improve debugging
2010-03-21 Blue SwirlMove x86 specific PC declarations to a separate file
2010-03-04 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into pulls
2010-03-04 Jan KiszkaKVM: Rework VCPU state writeback API
2009-11-07 Glauber Costav3: don't call reset functions on cpu initialization
2009-10-05 Gleb Natapovset correct CS seg limit and flags on sipi
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-09-11 Anthony LiguoriRevert "don't call cpu_sychronize_state from reset...
2009-09-09 Glauber Costadon't call cpu_sychronize_state from reset handlers
2009-08-28 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-08-28 Avi Kivitykvm: Simplify cpu_synchronize_state()
2009-08-28 Juan QuintelaPort apic to new VMState design
2009-08-25 Blue SwirlMake CPURead/WriteFunc structure 'const'
2009-07-16 Blue SwirlUpdate to a hopefully more future proof FSF address
2009-06-29 Jan KiszkaRevert "Introduce reset notifier order"
2009-06-29 Jan Kiszkakvm: Rework VCPU synchronization
2009-06-24 Michael S. Tsirkinqemu/apic: minimal MSI/MSI-X implementation for PC
2009-06-22 Gleb NatapovHandle init/sipi in a main cpu exec loop. (v2)
2009-06-16 Avi KivityRemove io_index argument from cpu_register_io_memory()
2009-06-14 Gleb NatapovDon't use cpu_index as apic_id.
2009-05-22 Jan KiszkaIntroduce reset notifier order
2009-04-08 aurel32apic: Fix access to non-existent APIC
2009-03-12 aliguoriFrom 67e94ae77f8de4d5d822917f1723cefa7ebfb64d Mon Sep...
2009-02-05 aliguorihw: remove error handling from qemu_malloc() callers...
2009-01-15 aliguoriAdd -rtc-td-hack option to fix time drift with RTC...
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2008-12-17 aliguoriAdd HPET emulation to qemu (Beth Kon)
2008-12-06 aurel32Revert "hw/apic.c: use fls() from host-utils"
2008-12-04 aurel32hw/apic.c: use fls() from host-utils
2008-10-12 aurel32hw/apic.c: use functions from host-utils.h
2008-10-12 aurel32Define macro QEMU_GNUC_PREREQ and use it
2008-10-12 aurel32Only use __builtin_* with GCC >= 3.4
2008-10-12 aurel32hw/apic.c: use __builtin funtions instead of assembly...
2008-10-01 aurel32Reset CPU on INIT IPI
2008-10-01 aurel32hw/apic.c: use bsr and bsf on x86_64
2008-09-02 aurel32Reset I32_APIC_BASE on system RESET
2008-08-21 aurel32De-assert PIC IRQs properly at APIC level
2008-08-18 aliguoriAPIC: Do not start zero-period timers (Jan Kiszka)
2008-05-28 bellardmoved halted field to CPU_COMMON
2008-04-13 aurel32x86: Rework local IRQ delivery for APICs
2008-04-13 aurel32x86: Raise inter-processor NMI and SMI
next