summaryrefslogtreecommitdiff
path: root/hw/i8259.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-4/+4
2012-08-27Revert "fix some debug printf format strings"malc1-2/+1
2012-08-27Revert "i8259: add -no-spurious-interrupt-hack option"malc1-18/+0
2012-08-24i8259: add -no-spurious-interrupt-hack optionMatthew Ogilvie1-0/+18
2012-08-24fix some debug printf format stringsMatthew Ogilvie1-1/+2
2012-02-17i8259: Do not clear level-triggered lines in IRR on initJan Kiszka1-1/+1
2012-02-15qom: Unify type registrationAndreas Färber1-2/+2
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-4/+7
2012-01-27isa: pic: convert to QEMU Object ModelAnthony Liguori1-4/+11
2012-01-19i8259: Factor out base class for KVM reuseJan Kiszka1-128/+30
2012-01-19i8259: Completely privatize PicStateJan Kiszka1-6/+11
2011-12-20i8259: give ISA device to isa_register_ioport()Hervé Poussineau1-2/+2
2011-12-20isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ...Hervé Poussineau1-3/+3
2011-10-16i8259: Fix coding styleJan Kiszka1-20/+34
2011-10-16i8259: Convert to qdevJan Kiszka1-57/+100
2011-10-16i8259: Eliminate PicState2Jan Kiszka1-31/+30
2011-10-16i8259: Replace PicState::pics_state with master flagJan Kiszka1-9/+9
2011-10-16i8259: PREP: Replace pic_intack_read with pic_read_irqJan Kiszka1-39/+0
2011-10-16i8259: Clean up pic_ioport_readJan Kiszka1-2/+1
2011-10-16i8259: Fix poll commandJan Kiszka1-1/+7
2011-10-16i8259: Switch to per-PIC IRQ updateJan Kiszka1-40/+21
2011-10-16i8259: Clear ELCR on resetJan Kiszka1-5/+10
2011-10-16i8259: Update IRQ state after resetJan Kiszka1-2/+1
2011-10-16i8259: Reorder intack in pic_read_irqJan Kiszka1-4/+6
2011-10-16i8259: Do not update IRQ output after spurious pic_poll_readJan Kiszka1-1/+0
2011-10-16i8239: Introduce per-PIC output interruptJan Kiszka1-9/+12
2011-10-16i8259: Move pic_set_irq1 after pic_update_irqJan Kiszka1-26/+29
2011-10-16i8259: Remove premature inline function attributesJan Kiszka1-3/+3
2011-10-16pc: Fix and clean up PIC-to-APIC IRQ pathJan Kiszka1-8/+7
2011-09-25i8259: Convert to MemoryRegionRichard Henderson1-19/+46
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-2/+2
2010-07-06savevm: Add DeviceState paramAlex Williamson1-1/+1
2010-05-29i8259: improve debuggingBlue Swirl1-12/+11
2010-04-25x86: remove dead assignments, spotted by clang analyzerBlue Swirl1-0/+2
2010-04-09move two variable declarations out of vl.cPaolo Bonzini1-0/+1
2009-09-11vmstate: port i8259 deviceJuan Quintela1-48/+26
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela1-1/+2
2009-08-24Route IOAPIC interrupts via ISA busAvi Kivity1-13/+0
2009-07-20Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl1-0/+1
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-1/+1
2009-05-22Introduce reset notifier orderJan Kiszka1-1/+1
2009-04-15target-alpha: lower parent irq when irq is lowered.aurel321-1/+1
2009-03-05monitor: Rework API (Jan Kiszka)aliguori1-10/+11
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2008-07-19Special Mask Mode for i8259 PIC (Sebastian Reichelt).balrog1-0/+2
2007-11-18Add statics and missing #includes for prototypes.pbrook1-1/+1
2007-11-17Break up vl.h.pbrook1-1/+4
2007-10-20Avoid PreP target kernel freeze waiting for IRQs.j_mayer1-1/+1
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-6/+6