index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
i8259.c
Age
Commit message (
Expand
)
Author
2011-12-20
i8259: give ISA device to isa_register_ioport()
Hervé Poussineau
2011-12-20
isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ...
Hervé Poussineau
2011-10-16
i8259: Fix coding style
Jan Kiszka
2011-10-16
i8259: Convert to qdev
Jan Kiszka
2011-10-16
i8259: Eliminate PicState2
Jan Kiszka
2011-10-16
i8259: Replace PicState::pics_state with master flag
Jan Kiszka
2011-10-16
i8259: PREP: Replace pic_intack_read with pic_read_irq
Jan Kiszka
2011-10-16
i8259: Clean up pic_ioport_read
Jan Kiszka
2011-10-16
i8259: Fix poll command
Jan Kiszka
2011-10-16
i8259: Switch to per-PIC IRQ update
Jan Kiszka
2011-10-16
i8259: Clear ELCR on reset
Jan Kiszka
2011-10-16
i8259: Update IRQ state after reset
Jan Kiszka
2011-10-16
i8259: Reorder intack in pic_read_irq
Jan Kiszka
2011-10-16
i8259: Do not update IRQ output after spurious pic_poll_read
Jan Kiszka
2011-10-16
i8239: Introduce per-PIC output interrupt
Jan Kiszka
2011-10-16
i8259: Move pic_set_irq1 after pic_update_irq
Jan Kiszka
2011-10-16
i8259: Remove premature inline function attributes
Jan Kiszka
2011-10-16
pc: Fix and clean up PIC-to-APIC IRQ path
Jan Kiszka
2011-09-25
i8259: Convert to MemoryRegion
Richard Henderson
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
2011-03-21
change all other clock references to use nanosecond resolution accessors
Paolo Bonzini
2010-07-06
savevm: Add DeviceState param
Alex Williamson
2010-05-29
i8259: improve debugging
Blue Swirl
2010-04-25
x86: remove dead assignments, spotted by clang analyzer
Blue Swirl
2010-04-09
move two variable declarations out of vl.c
Paolo Bonzini
2009-09-11
vmstate: port i8259 device
Juan Quintela
2009-09-11
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
Juan Quintela
2009-08-24
Route IOAPIC interrupts via ISA bus
Avi Kivity
2009-07-20
Fix most warnings (errors with -Werror) when debugging is enabled
Blue Swirl
2009-06-29
Revert "Introduce reset notifier order"
Jan Kiszka
2009-05-22
Introduce reset notifier order
Jan Kiszka
2009-04-15
target-alpha: lower parent irq when irq is lowered.
aurel32
2009-03-05
monitor: Rework API (Jan Kiszka)
aliguori
2009-02-05
hw: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
2008-07-19
Special Mask Mode for i8259 PIC (Sebastian Reichelt).
balrog
2007-11-18
Add statics and missing #includes for prototypes.
pbrook
2007-11-17
Break up vl.h.
pbrook
2007-10-20
Avoid PreP target kernel freeze waiting for IRQs.
j_mayer
2007-09-17
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...
ths
2007-09-16
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
2007-07-31
Fix i8259 initialization, by Bernhard Kauer.
ths
2007-04-07
Unify IRQ handling.
pbrook
2007-04-01
Single mode for PIC i8259, by Bernhard Kauer.
ths
2007-01-24
Reworking MIPS interrupt handling, by Aurelien Jarno.
ths
2006-06-25
C99 64 bit printf
bellard
2006-04-29
ELCR is not reset by PIC reset (bug report by malc)
bellard
2005-07-23
IOAPIC support (initial patch by Filip Navara)
bellard
2005-07-02
more generic i8259 support
bellard
2005-06-05
more generic IRQ support
bellard
2005-01-03
initial APIC support (only for x86_64 target now)
bellard
[next]