Sign in
qemu
/
qemu
/
a0ce341aac61ca3d56bcb56dcfb6ac11272fd567
/
hw
/
i8259.c
08406b0
Revert "fix some debug printf format strings"
by malc
· 13 years ago
4f21387
Revert "i8259: add -no-spurious-interrupt-hack option"
by malc
· 13 years ago
f278d49
i8259: add -no-spurious-interrupt-hack option
by Matthew Ogilvie
· 13 years ago
145c7c8
fix some debug printf format strings
by Matthew Ogilvie
· 13 years ago
aa24822
i8259: Do not clear level-triggered lines in IRR on init
by Jan Kiszka
· 13 years ago
83f7d43
qom: Unify type registration
by Andreas Färber
· 13 years ago
39bffca
qdev: register all types natively through QEMU Object Model
by Anthony Liguori
· 13 years ago
8f04ee0
isa: pic: convert to QEMU Object Model
by Anthony Liguori
· 13 years ago
512709f
i8259: Factor out base class for KVM reuse
by Jan Kiszka
· 13 years ago
9aa78c4
i8259: Completely privatize PicState
by Jan Kiszka
· 13 years ago
a811f53
i8259: give ISA device to isa_register_ioport()
by Hervé Poussineau
· 13 years ago
48a18b3
isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() functions
by Hervé Poussineau
· 13 years ago
81a02f9
i8259: Fix coding style
by Jan Kiszka
· 13 years ago
747c70a
i8259: Convert to qdev
by Jan Kiszka
· 13 years ago
c17725f
i8259: Eliminate PicState2
by Jan Kiszka
· 13 years ago
2598539
i8259: Replace PicState::pics_state with master flag
by Jan Kiszka
· 13 years ago
6e5580c
i8259: PREP: Replace pic_intack_read with pic_read_irq
by Jan Kiszka
· 13 years ago
fc1a5e0
i8259: Clean up pic_ioport_read
by Jan Kiszka
· 13 years ago
8d484ca
i8259: Fix poll command
by Jan Kiszka
· 13 years ago
b76750c
i8259: Switch to per-PIC IRQ update
by Jan Kiszka
· 13 years ago
86fbf97
i8259: Clear ELCR on reset
by Jan Kiszka
· 13 years ago
51d9e93
i8259: Update IRQ state after reset
by Jan Kiszka
· 13 years ago
78ef2b6
i8259: Reorder intack in pic_read_irq
by Jan Kiszka
· 13 years ago
afdb06f
i8259: Do not update IRQ output after spurious pic_poll_read
by Jan Kiszka
· 13 years ago
2e2b227
i8239: Introduce per-PIC output interrupt
by Jan Kiszka
· 13 years ago
6202601
i8259: Move pic_set_irq1 after pic_update_irq
by Jan Kiszka
· 13 years ago
5dcd35e
i8259: Remove premature inline function attributes
by Jan Kiszka
· 13 years ago
d96e173
pc: Fix and clean up PIC-to-APIC IRQ path
by Jan Kiszka
· 13 years ago
098d314
i8259: Convert to MemoryRegion
by Richard Henderson
· 14 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 years ago
7447545
change all other clock references to use nanosecond resolution accessors
by Paolo Bonzini
· 14 years ago
0be71e3
savevm: Add DeviceState param
by Alex Williamson
· 15 years ago
8ac02ff
i8259: improve debugging
by Blue Swirl
· 15 years ago
7f5b7d3
x86: remove dead assignments, spotted by clang analyzer
by Blue Swirl
· 15 years ago
fbe3288
move two variable declarations out of vl.c
by Paolo Bonzini
· 15 years ago
77eea83
vmstate: port i8259 device
by Juan Quintela
· 15 years ago
6ee093c
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
by Juan Quintela
· 15 years ago
1632dc6
Route IOAPIC interrupts via ISA bus
by Avi Kivity
· 16 years ago
0bf9e31
Fix most warnings (errors with -Werror) when debugging is enabled
by Blue Swirl
· 16 years ago
a08d436
Revert "Introduce reset notifier order"
by Jan Kiszka
· 16 years ago
8217606
Introduce reset notifier order
by Jan Kiszka
· 16 years ago
29463b2
target-alpha: lower parent irq when irq is lowered.
by aurel32
· 16 years ago
376253e
monitor: Rework API (Jan Kiszka)
by aliguori
· 16 years ago
487414f
hw: remove error handling from qemu_malloc() callers (Avi Kivity)
by aliguori
· 16 years ago
8467871
Special Mask Mode for i8259 PIC (Sebastian Reichelt).
by balrog
· 17 years ago
9596ebb
Add statics and missing #includes for prototypes.
by pbrook
· 17 years ago
87ecb68
Break up vl.h.
by pbrook
· 17 years ago
5a9b7d3
Avoid PreP target kernel freeze waiting for IRQs.
by j_mayer
· 17 years ago
3b46e62
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
by ths
· 17 years ago
5fafdf2
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
by ths
· 17 years ago
2bb081f
Fix i8259 initialization, by Bernhard Kauer.
by ths
· 18 years ago
d537cf6
Unify IRQ handling.
by pbrook
· 18 years ago
2053152
Single mode for PIC i8259, by Bernhard Kauer.
by ths
· 18 years ago
4de9b24
Reworking MIPS interrupt handling, by Aurelien Jarno.
by ths
· 18 years ago
26a7646
C99 64 bit printf
by bellard
· 19 years ago
4dbe19e
ELCR is not reset by PIC reset (bug report by malc)
by bellard
· 19 years ago
d592d30
IOAPIC support (initial patch by Filip Navara)
by bellard
· 20 years ago
3de388f
more generic i8259 support
by bellard
· 20 years ago
54fa5af
more generic IRQ support
by bellard
· 20 years ago
4f7631c
initial APIC support (only for x86_64 target now)
by bellard
· 20 years ago
0ecf89a
level triggered IRQ fix (Steve Wormley)
by bellard
· 20 years ago
d7d02e3
new reset API
by bellard
· 21 years ago
2444ca4
trace fixes
by bellard
· 21 years ago
4a0fb71e
irq statistics code (initial patch by Jocelyn Mayer)
by bellard
· 21 years ago
15aeac3
PIC spurious irq support (aka Solaris install bug)
by bellard
· 21 years ago
b54ad04
PIC reset fix (initial patch by Hidemi KAWAI)
by bellard
· 21 years ago
660de33
PIIX ELCR register support
by bellard
· 21 years ago
ba91cd8
fixed very unlikely irq bug
by bellard
· 21 years ago
a541f29
PowerPC system emulation fixes (Jocelyn Mayer)
by bellard
· 21 years ago
67b915a
win32 port (initial patch by kazu)
by bellard
· 21 years ago
b0a21b5
use new timer API
by bellard
· 21 years ago
b41a2cd
io port API change
by bellard
· 21 years ago
80cabfa
separated more devices from emulator
by bellard
· 21 years ago