index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
i8259.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-17
i8259: Do not clear level-triggered lines in IRR on init
Jan Kiszka
1
-1
/
+1
2012-02-15
qom: Unify type registration
Andreas Färber
1
-2
/
+2
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
1
-4
/
+7
2012-01-27
isa: pic: convert to QEMU Object Model
Anthony Liguori
1
-4
/
+11
2012-01-19
i8259: Factor out base class for KVM reuse
Jan Kiszka
1
-128
/
+30
2012-01-19
i8259: Completely privatize PicState
Jan Kiszka
1
-6
/
+11
2011-12-20
i8259: give ISA device to isa_register_ioport()
Hervé Poussineau
1
-2
/
+2
2011-12-20
isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ...
Hervé Poussineau
1
-3
/
+3
2011-10-16
i8259: Fix coding style
Jan Kiszka
1
-20
/
+34
2011-10-16
i8259: Convert to qdev
Jan Kiszka
1
-57
/
+100
2011-10-16
i8259: Eliminate PicState2
Jan Kiszka
1
-31
/
+30
2011-10-16
i8259: Replace PicState::pics_state with master flag
Jan Kiszka
1
-9
/
+9
2011-10-16
i8259: PREP: Replace pic_intack_read with pic_read_irq
Jan Kiszka
1
-39
/
+0
2011-10-16
i8259: Clean up pic_ioport_read
Jan Kiszka
1
-2
/
+1
2011-10-16
i8259: Fix poll command
Jan Kiszka
1
-1
/
+7
2011-10-16
i8259: Switch to per-PIC IRQ update
Jan Kiszka
1
-40
/
+21
2011-10-16
i8259: Clear ELCR on reset
Jan Kiszka
1
-5
/
+10
2011-10-16
i8259: Update IRQ state after reset
Jan Kiszka
1
-2
/
+1
2011-10-16
i8259: Reorder intack in pic_read_irq
Jan Kiszka
1
-4
/
+6
2011-10-16
i8259: Do not update IRQ output after spurious pic_poll_read
Jan Kiszka
1
-1
/
+0
2011-10-16
i8239: Introduce per-PIC output interrupt
Jan Kiszka
1
-9
/
+12
2011-10-16
i8259: Move pic_set_irq1 after pic_update_irq
Jan Kiszka
1
-26
/
+29
2011-10-16
i8259: Remove premature inline function attributes
Jan Kiszka
1
-3
/
+3
2011-10-16
pc: Fix and clean up PIC-to-APIC IRQ path
Jan Kiszka
1
-8
/
+7
2011-09-25
i8259: Convert to MemoryRegion
Richard Henderson
1
-19
/
+46
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-1
/
+1
2011-03-21
change all other clock references to use nanosecond resolution accessors
Paolo Bonzini
1
-2
/
+2
2010-07-06
savevm: Add DeviceState param
Alex Williamson
1
-1
/
+1
2010-05-29
i8259: improve debugging
Blue Swirl
1
-12
/
+11
2010-04-25
x86: remove dead assignments, spotted by clang analyzer
Blue Swirl
1
-0
/
+2
2010-04-09
move two variable declarations out of vl.c
Paolo Bonzini
1
-0
/
+1
2009-09-11
vmstate: port i8259 device
Juan Quintela
1
-48
/
+26
2009-09-11
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
Juan Quintela
1
-1
/
+2
2009-08-24
Route IOAPIC interrupts via ISA bus
Avi Kivity
1
-13
/
+0
2009-07-20
Fix most warnings (errors with -Werror) when debugging is enabled
Blue Swirl
1
-0
/
+1
2009-06-29
Revert "Introduce reset notifier order"
Jan Kiszka
1
-1
/
+1
2009-05-22
Introduce reset notifier order
Jan Kiszka
1
-1
/
+1
2009-04-15
target-alpha: lower parent irq when irq is lowered.
aurel32
1
-1
/
+1
2009-03-05
monitor: Rework API (Jan Kiszka)
aliguori
1
-10
/
+11
2009-02-05
hw: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
1
-2
/
+0
2008-07-19
Special Mask Mode for i8259 PIC (Sebastian Reichelt).
balrog
1
-0
/
+2
2007-11-18
Add statics and missing #includes for prototypes.
pbrook
1
-1
/
+1
2007-11-17
Break up vl.h.
pbrook
1
-1
/
+4
2007-10-20
Avoid PreP target kernel freeze waiting for IRQs.
j_mayer
1
-1
/
+1
2007-09-17
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...
ths
1
-6
/
+6
2007-09-16
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
1
-14
/
+14
2007-07-31
Fix i8259 initialization, by Bernhard Kauer.
ths
1
-1
/
+1
2007-04-07
Unify IRQ handling.
pbrook
1
-16
/
+11
2007-04-01
Single mode for PIC i8259, by Bernhard Kauer.
ths
1
-3
/
+6
2007-01-24
Reworking MIPS interrupt handling, by Aurelien Jarno.
ths
1
-0
/
+7
[next]