index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
openpic.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename target_phys_addr_t to hwaddr
Avi Kivity
2012-10-23
1
-26
/
+26
*
openpic: Added BRR1 register
Bharat Bhushan
2012-08-15
1
-0
/
+17
*
PPC: Fix openpic with relative memregions
Alexander Graf
2012-03-15
1
-10
/
+2
*
openpic: remove dead code to make a PCI device version
Anthony Liguori
2012-01-27
1
-27
/
+3
*
Merge remote-tracking branch 'upstream' into memory/batch
Avi Kivity
2011-10-09
1
-130
/
+159
|
\
|
*
openpic: Unfold write_IRQreg
Alexander Graf
2011-10-06
1
-42
/
+37
|
*
openpic: Unfold read_IRQreg
Alexander Graf
2011-10-06
1
-31
/
+25
|
*
PPC: Bump MPIC up to 32 supported CPUs
Alexander Graf
2011-10-06
1
-7
/
+3
|
*
PPC: MPIC: Fix CI bit definitions
Alexander Graf
2011-10-06
1
-5
/
+5
|
*
PPC: MPIC: Remove read functionality for WO registers
Alexander Graf
2011-10-06
1
-7
/
+0
|
*
PPC: Set MPIC IDE for IPI to 0
Alexander Graf
2011-10-06
1
-0
/
+4
|
*
PPC: Fix IPI support in MPIC
Alexander Graf
2011-10-06
1
-2
/
+15
|
*
PPC: Extend MPIC MMIO range
Alexander Graf
2011-10-06
1
-1
/
+1
|
*
PPC: Add CPU local MMIO regions to MPIC
Alexander Graf
2011-10-06
1
-38
/
+72
*
|
openpic: Memory API conversion for mpic
Fabien Chouteau
2011-10-02
1
-96
/
+111
|
/
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-3
/
+3
*
pci: rename pci_register_bar_region() to pci_register_bar()
Avi Kivity
2011-08-08
1
-2
/
+2
*
ppc: convert to memory API
Avi Kivity
2011-08-08
1
-43
/
+38
*
openpic: Replace explicit byte swap with endian hints
Alexander Graf
2010-12-11
1
-21
/
+2
*
Add endianness as io mem parameter
Alexander Graf
2010-12-11
1
-4
/
+6
*
pci: Replace unneeded type casts in calls of pci_register_bar
Stefan Weil
2010-11-22
1
-1
/
+1
*
pci: don't overwrite multi functio bit in pci header type.
Isaku Yamahata
2010-07-11
1
-1
/
+0
*
savevm: Add DeviceState param
Alex Williamson
2010-07-06
1
-2
/
+3
*
Compile openpic only once
Blue Swirl
2010-03-29
1
-24
/
+10
*
hw/openpic.c: replace tabs by spaces
Aurelien Jarno
2009-12-19
1
-131
/
+131
*
target-ppc: Initialize OpenPIC properly
Alexander Graf
2009-12-19
1
-0
/
+2
*
PCI: make duplicate devfn allocation fatal
Blue Swirl
2009-11-15
1
-2
/
+0
*
pci: introduce pcibus_t to represent pci bus address/size instead of uint32_t
Isaku Yamahata
2009-11-09
1
-1
/
+1
*
pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.h
Isaku Yamahata
2009-11-09
1
-1
/
+1
*
PPC: remove unneeded calls to device reset
Blue Swirl
2009-11-07
1
-2
/
+0
*
Revert "Get rid of _t suffix"
Anthony Liguori
2009-10-01
1
-96
/
+96
*
Get rid of _t suffix
malc
2009-10-01
1
-96
/
+96
*
Make CPURead/WriteFunc structure 'const'
Blue Swirl
2009-08-25
1
-18
/
+18
*
Fix most warnings (errors with -Werror) when debugging is enabled
Blue Swirl
2009-07-20
1
-16
/
+15
*
Revert "Introduce reset notifier order"
Jan Kiszka
2009-06-29
1
-2
/
+2
*
Rename pci_register_io_region() to pci_register_bar()
Avi Kivity
2009-06-16
1
-1
/
+1
*
Remove io_index argument from cpu_register_io_memory()
Avi Kivity
2009-06-16
1
-3
/
+3
*
Introduce reset notifier order
Jan Kiszka
2009-05-22
1
-2
/
+2
*
Replace gcc variadic macro extension with C99 version
Blue Swirl
2009-05-13
1
-2
/
+2
*
use PCI_HEADER_TYPE.
Isaku Yamahata
2009-05-03
1
-1
/
+1
*
Delete some unused macros detected with -Wp,-Wunused-macros use
blueswir1
2009-03-16
1
-1
/
+0
*
hw/openpic: define list in mpic_init() const
aurel32
2009-03-02
1
-1
/
+1
*
kvm/powerpc: Enable MPIC for E500 platform.
aurel32
2009-03-02
1
-74
/
+599
*
Add savevm and reset support for OpenPic
blueswir1
2009-02-06
1
-2
/
+135
*
Add and use #defines for PCI device classes
blueswir1
2009-02-01
1
-2
/
+1
*
Update #defines for PCI vendor and device IDs from OpenBIOS and Linux
blueswir1
2009-02-01
1
-1
/
+1
*
Define PCI vendor and device IDs in pci.h (Stuart Brady)
aliguori
2009-01-26
1
-4
/
+2
*
powerpc/kvm: fix a openpic bug (Liu Yu)
aliguori
2009-01-15
1
-1
/
+1
*
Fix undeclared symbol warnings from sparse
blueswir1
2008-10-26
1
-1
/
+1
*
Break up vl.h.
pbrook
2007-11-17
1
-1
/
+3
[next]