aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix savevm under -no-kvmJan Kiszka2009-11-151-15/+28
* Adjust pre_save()/post_load() vmstate callbacks to upstream usageAvi Kivity2009-10-051-4/+4
* i8259: kvm_* functions only defined when KVM_CAP_IRQCHIP devinedJuan Quintela2009-09-211-2/+2
* Merge commit '77eea83830d8616ad657bb87313953002dfb85f0' into upstream-mergeMarcelo Tosatti2009-09-141-78/+41
|\
| * vmstate: port i8259 deviceJuan Quintela2009-09-111-48/+26
* | Merge commit '752ff2fa3188f8bd9a105024ab65f6fe53736126' into upstream-mergeMarcelo Tosatti2009-09-141-1/+2
|\|
| * Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela2009-09-111-1/+2
* | Merge commit '1632dc6a8f6e8662f4a203b6fb8c0371ca216946' into upstream-mergeAvi Kivity2009-08-241-14/+1
|\|
| * Route IOAPIC interrupts via ISA busAvi Kivity2009-08-241-13/+0
* | Merge commit '452e475196a3f8b6b96d16bbaca727ebc1278a97' into upstream-mergeAvi Kivity2009-07-281-0/+1
|\|
| * Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl2009-07-201-0/+1
* | Merge commit 'a08d43677f87a19daa653774d3c6f71855e23178' into upstream-mergeAvi Kivity2009-06-301-2/+2
|\|
| * Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-1/+1
* | Provide a kvm-free pic implementationGlauber Costa2009-06-021-83/+127
* | Merge branch 'master' of git://git.sv.gnu.org/qemuAvi Kivity2009-05-251-1/+1
|\|
| * Introduce reset notifier orderJan Kiszka2009-05-221-1/+1
* | Merge branch 'master' of git://git.sv.gnu.org/qemu into masterAvi Kivity2009-04-231-1/+1
|\|
| * target-alpha: lower parent irq when irq is lowered.aurel322009-04-151-1/+1
* | Merge branch 'qemu-cvs'Avi Kivity2009-03-081-10/+11
|\|
| * monitor: Rework API (Jan Kiszka)aliguori2009-03-051-10/+11
* | Handle IRQ status injection in userspaceGleb Natapov2009-02-251-3/+8
* | Merge branch 'qemu-cvs'Avi Kivity2009-02-081-2/+0
|\|
| * hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-2/+0
* | Merge branch 'qemu-cvs'Avi Kivity2008-07-211-0/+2
|\|
| * Special Mask Mode for i8259 PIC (Sebastian Reichelt).balrog2008-07-191-0/+2
* | Clean up KVM/QEMU interactionAnthony Liguori2008-01-301-19/+3
* | Merge branch 'qemu-cvs'Avi Kivity2007-12-181-3/+8
|\|
| * Add statics and missing #includes for prototypes.pbrook2007-11-181-1/+1
| * Break up vl.h.pbrook2007-11-171-1/+4
| * Avoid PreP target kernel freeze waiting for IRQs.j_mayer2007-10-201-1/+1
| * find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-6/+6
| * find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-14/+14
| * Fix i8259 initialization, by Bernhard Kauer.ths2007-07-311-1/+1
| * Unify IRQ handling.pbrook2007-04-071-16/+11
| * Single mode for PIC i8259, by Bernhard Kauer.ths2007-04-011-3/+6
| * Reworking MIPS interrupt handling, by Aurelien Jarno.ths2007-01-241-0/+7
| * C99 64 bit printfbellard2006-06-251-1/+1
| * ELCR is not reset by PIC reset (bug report by malc)bellard2006-04-291-1/+1
| * IOAPIC support (initial patch by Filip Navara)bellard2005-07-231-0/+13
| * more generic i8259 supportbellard2005-07-021-62/+83
| * more generic IRQ supportbellard2005-06-051-0/+6
| * initial APIC support (only for x86_64 target now)bellard2005-01-031-0/+9
| * level triggered IRQ fix (Steve Wormley)bellard2004-09-291-1/+3
| * new reset APIbellard2004-06-201-4/+13
| * trace fixesbellard2004-05-261-3/+3
| * irq statistics code (initial patch by Jocelyn Mayer)bellard2004-05-211-4/+31
| * PIC spurious irq support (aka Solaris install bug)bellard2004-05-201-23/+28
| * PIC reset fix (initial patch by Hidemi KAWAI)bellard2004-05-201-0/+2
| * PIIX ELCR register supportbellard2004-05-201-11/+48
| * fixed very unlikely irq bugbellard2004-04-251-2/+16