index
:
~fziglio/qemu
master
virgl-spice
Qemu experimental branch
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
openpic.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-17
Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEAD
Paolo Bonzini
1
-2
/
+2
2012-12-17
pci: update all users to look in pci/
Michael S. Tsirkin
1
-1
/
+1
2012-12-14
openpic: Accelerate pending irq search
Alexander Graf
1
-0
/
+11
2012-12-14
openpic: fix minor coding style issues
Alexander Graf
1
-6
/
+6
2012-12-14
openpic: add Shared MSI support
Alexander Graf
1
-20
/
+130
2012-12-14
openpic: make brr1 model specific
Alexander Graf
1
-1
/
+4
2012-12-14
openpic: convert to qdev
Alexander Graf
1
-142
/
+136
2012-12-14
openpic: remove irq_out
Alexander Graf
1
-6
/
+2
2012-12-14
openpic: rename openpic_t to OpenPICState
Alexander Graf
1
-34
/
+34
2012-12-14
openpic: convert simple reg operations to builtin bitops
Alexander Graf
1
-31
/
+36
2012-12-14
openpic: remove unused type variable
Alexander Graf
1
-25
/
+2
2012-12-14
openpic: unify memory api subregions
Alexander Graf
1
-52
/
+56
2012-12-14
openpic: combine openpic and mpic reset functions
Alexander Graf
1
-61
/
+42
2012-12-14
openpic: merge mpic and openpic timer handling
Alexander Graf
1
-100
/
+31
2012-12-14
openpic: combine mpic and openpic irq raise functions
Alexander Graf
1
-18
/
+16
2012-12-14
openpic: Convert subregions to memory api
Alexander Graf
1
-45
/
+61
2012-12-14
openpic: combine mpic and openpic src handlers
Alexander Graf
1
-47
/
+5
2012-12-14
openpic: update to proper memory api
Alexander Graf
1
-90
/
+48
2012-12-14
mpic: Unify numbering scheme
Alexander Graf
1
-247
/
+43
2012-12-14
openpic: Remove unused code
Alexander Graf
1
-163
/
+0
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
1
-26
/
+26
2012-08-15
openpic: Added BRR1 register
Bharat Bhushan
1
-0
/
+17
2012-03-15
PPC: Fix openpic with relative memregions
Alexander Graf
1
-10
/
+2
2012-01-27
openpic: remove dead code to make a PCI device version
Anthony Liguori
1
-27
/
+3
2011-10-09
Merge remote-tracking branch 'upstream' into memory/batch
Avi Kivity
1
-130
/
+159
2011-10-06
openpic: Unfold write_IRQreg
Alexander Graf
1
-42
/
+37
2011-10-06
openpic: Unfold read_IRQreg
Alexander Graf
1
-31
/
+25
2011-10-06
PPC: Bump MPIC up to 32 supported CPUs
Alexander Graf
1
-7
/
+3
2011-10-06
PPC: MPIC: Fix CI bit definitions
Alexander Graf
1
-5
/
+5
2011-10-06
PPC: MPIC: Remove read functionality for WO registers
Alexander Graf
1
-7
/
+0
2011-10-06
PPC: Set MPIC IDE for IPI to 0
Alexander Graf
1
-0
/
+4
2011-10-06
PPC: Fix IPI support in MPIC
Alexander Graf
1
-2
/
+15
2011-10-06
PPC: Extend MPIC MMIO range
Alexander Graf
1
-1
/
+1
2011-10-06
PPC: Add CPU local MMIO regions to MPIC
Alexander Graf
1
-38
/
+72
2011-10-02
openpic: Memory API conversion for mpic
Fabien Chouteau
1
-96
/
+111
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-3
/
+3
2011-08-08
pci: rename pci_register_bar_region() to pci_register_bar()
Avi Kivity
1
-2
/
+2
2011-08-08
ppc: convert to memory API
Avi Kivity
1
-43
/
+38
2010-12-11
openpic: Replace explicit byte swap with endian hints
Alexander Graf
1
-21
/
+2
2010-12-11
Add endianness as io mem parameter
Alexander Graf
1
-4
/
+6
2010-11-22
pci: Replace unneeded type casts in calls of pci_register_bar
Stefan Weil
1
-1
/
+1
2010-07-11
pci: don't overwrite multi functio bit in pci header type.
Isaku Yamahata
1
-1
/
+0
2010-07-06
savevm: Add DeviceState param
Alex Williamson
1
-2
/
+3
2010-03-29
Compile openpic only once
Blue Swirl
1
-24
/
+10
2009-12-19
hw/openpic.c: replace tabs by spaces
Aurelien Jarno
1
-131
/
+131
2009-12-19
target-ppc: Initialize OpenPIC properly
Alexander Graf
1
-0
/
+2
2009-11-15
PCI: make duplicate devfn allocation fatal
Blue Swirl
1
-2
/
+0
2009-11-09
pci: introduce pcibus_t to represent pci bus address/size instead of uint32_t
Isaku Yamahata
1
-1
/
+1
2009-11-09
pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.h
Isaku Yamahata
1
-1
/
+1
2009-11-07
PPC: remove unneeded calls to device reset
Blue Swirl
1
-2
/
+0
[next]