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
*
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
*
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...
ths
2007-09-17
1
-5
/
+5
*
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
2007-09-16
1
-13
/
+13
*
Implement embedded IRQ controller for PowerPC 6xx/740 & 750.
j_mayer
2007-04-09
1
-35
/
+71
*
Unify IRQ handling.
pbrook
2007-04-07
1
-5
/
+5
*
Better fix for OpenPIC: should not depend on PowerPC.
j_mayer
2007-03-31
1
-1
/
+1
*
New model for PowerPC CPU hardware interrupt events:
j_mayer
2007-03-30
1
-7
/
+8
*
openpic SMP support (Jocelyn Mayer)
bellard
2005-11-23
1
-6
/
+7
*
cpu_single_env usage fix
bellard
2005-11-21
1
-3
/
+5
*
more generic IRQ support
bellard
2005-06-05
1
-1
/
+2
*
spelling fix
bellard
2005-02-09
1
-1
/
+1
*
typo
bellard
2005-01-10
1
-1
/
+1
*
disable PCI device for PMAC
bellard
2004-06-21
1
-26
/
+31
*
added PCI bus
bellard
2004-06-21
1
-3
/
+4
*
openpic fixes
bellard
2004-06-21
1
-58
/
+77
*
OpenPIC support (Jocelyn Mayer)
bellard
2004-06-15
1
-0
/
+998