index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
openpic.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2009-10-01
Revert "Get rid of _t suffix"
Anthony Liguori
1
-96
/
+96
2009-10-01
Get rid of _t suffix
malc
1
-96
/
+96
2009-08-25
Make CPURead/WriteFunc structure 'const'
Blue Swirl
1
-18
/
+18
2009-07-20
Fix most warnings (errors with -Werror) when debugging is enabled
Blue Swirl
1
-16
/
+15
2009-06-29
Revert "Introduce reset notifier order"
Jan Kiszka
1
-2
/
+2
2009-06-16
Rename pci_register_io_region() to pci_register_bar()
Avi Kivity
1
-1
/
+1
2009-06-16
Remove io_index argument from cpu_register_io_memory()
Avi Kivity
1
-3
/
+3
2009-05-22
Introduce reset notifier order
Jan Kiszka
1
-2
/
+2
2009-05-13
Replace gcc variadic macro extension with C99 version
Blue Swirl
1
-2
/
+2
2009-05-03
use PCI_HEADER_TYPE.
Isaku Yamahata
1
-1
/
+1
2009-03-16
Delete some unused macros detected with -Wp,-Wunused-macros use
blueswir1
1
-1
/
+0
2009-03-02
hw/openpic: define list in mpic_init() const
aurel32
1
-1
/
+1
2009-03-02
kvm/powerpc: Enable MPIC for E500 platform.
aurel32
1
-74
/
+599
2009-02-06
Add savevm and reset support for OpenPic
blueswir1
1
-2
/
+135
2009-02-01
Add and use #defines for PCI device classes
blueswir1
1
-2
/
+1
2009-02-01
Update #defines for PCI vendor and device IDs from OpenBIOS and Linux
blueswir1
1
-1
/
+1
2009-01-26
Define PCI vendor and device IDs in pci.h (Stuart Brady)
aliguori
1
-4
/
+2
2009-01-15
powerpc/kvm: fix a openpic bug (Liu Yu)
aliguori
1
-1
/
+1
2008-10-26
Fix undeclared symbol warnings from sparse
blueswir1
1
-1
/
+1
2007-11-17
Break up vl.h.
pbrook
1
-1
/
+3
2007-09-17
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...
ths
1
-5
/
+5
2007-09-16
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
1
-13
/
+13
2007-04-09
Implement embedded IRQ controller for PowerPC 6xx/740 & 750.
j_mayer
1
-35
/
+71
2007-04-07
Unify IRQ handling.
pbrook
1
-5
/
+5
[next]