index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
openpic.c
Age
Commit message (
Expand
)
Author
2013-04-08
hw: move interrupt controllers to hw/intc/, configure with default-configs/
Paolo Bonzini
2013-04-08
hw: move headers to include/
Paolo Bonzini
2013-03-01
hw: include hw header files with full paths
Paolo Bonzini
2013-01-25
openpic: add basic support for MPIC v4.2
Scott Wood
2013-01-25
openpic: fix timer address decoding
Scott Wood
2013-01-25
openpic: fix remaining issues from idr-to-destmask conversion
Scott Wood
2013-01-25
ppc: Move Mac machines to hw/ppc/
Andreas Färber
2013-01-21
sysbus: Drop sysbus_from_qdev() cast macro
Andreas Färber
2013-01-18
openpic: export e500 epr enable into a ppc.c function
Alexander Graf
2013-01-18
openpic: set mixed mode as supported
Alexander Graf
2013-01-18
openpic: unify gcr mode mask updates
Alexander Graf
2013-01-18
openpic: move gcr write into a function
Alexander Graf
2013-01-15
cpu: Move cpu_index field to CPUState
Andreas Färber
2013-01-12
Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agraf
Blue Swirl
2013-01-10
Make all static TypeInfos const
Andreas Färber
2013-01-07
PPC: Bring EPR support closer to reality
Alexander Graf
2013-01-07
openpic: fix CTPR and de-assertion of interrupts
Scott Wood
2013-01-07
openpic: move IACK to its own function
Scott Wood
2013-01-07
openpic: IRQ_check: search the queue a word at a time
Scott Wood
2013-01-07
openpic: fix sense and priority bits
Scott Wood
2013-01-07
openpic: add some bounds checking for IRQ numbers
Scott Wood
2013-01-07
openpic: use standard bitmap operations
Scott Wood
2013-01-07
Revert "openpic: Accelerate pending irq search"
Scott Wood
2013-01-07
openpic: always call IRQ_check from IRQ_get_next
Scott Wood
2013-01-07
openpic/fsl: critical interrupts ignore mask before v4.1
Scott Wood
2013-01-07
openpic: make ctpr signed
Scott Wood
2013-01-07
openpic: rework critical interrupt support
Scott Wood
2013-01-07
openpic: make register names correspond better with hw docs
Scott Wood
2013-01-07
openpic: lower interrupt when reading the MSI register
Scott Wood
2013-01-07
openpic: fix debug prints
Scott Wood
2013-01-07
openpic: fix coding style issues
Alexander Graf
2013-01-07
openpic: don't crash on a register access without a CPU context
Scott Wood
2013-01-07
openpic: s/opp->nb_irqs -1/opp->nb_cpus - 1/
Scott Wood
2013-01-07
openpic: BRR1 is not a CPU-specific register.
Scott Wood
2013-01-07
openpic: support large vectors on FSL mpic
Scott Wood
2013-01-07
openpic: remove pcsr (CPU sensitivity register)
Scott Wood
2013-01-07
openpic: symbolicize some magic numbers
Scott Wood
2012-12-17
Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEAD
Paolo Bonzini
2012-12-17
pci: update all users to look in pci/
Michael S. Tsirkin
2012-12-14
openpic: Accelerate pending irq search
Alexander Graf
2012-12-14
openpic: fix minor coding style issues
Alexander Graf
2012-12-14
openpic: add Shared MSI support
Alexander Graf
2012-12-14
openpic: make brr1 model specific
Alexander Graf
2012-12-14
openpic: convert to qdev
Alexander Graf
2012-12-14
openpic: remove irq_out
Alexander Graf
2012-12-14
openpic: rename openpic_t to OpenPICState
Alexander Graf
2012-12-14
openpic: convert simple reg operations to builtin bitops
Alexander Graf
2012-12-14
openpic: remove unused type variable
Alexander Graf
2012-12-14
openpic: unify memory api subregions
Alexander Graf
2012-12-14
openpic: combine openpic and mpic reset functions
Alexander Graf
[next]