aboutsummaryrefslogtreecommitdiffstats
path: root/hw/openpic.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-27openpic: remove dead code to make a PCI device versionAnthony Liguori1-27/+3
2011-10-09Merge remote-tracking branch 'upstream' into memory/batchAvi Kivity1-130/+159
2011-10-06openpic: Unfold write_IRQregAlexander Graf1-42/+37
2011-10-06openpic: Unfold read_IRQregAlexander Graf1-31/+25
2011-10-06PPC: Bump MPIC up to 32 supported CPUsAlexander Graf1-7/+3
2011-10-06PPC: MPIC: Fix CI bit definitionsAlexander Graf1-5/+5
2011-10-06PPC: MPIC: Remove read functionality for WO registersAlexander Graf1-7/+0
2011-10-06PPC: Set MPIC IDE for IPI to 0Alexander Graf1-0/+4
2011-10-06PPC: Fix IPI support in MPICAlexander Graf1-2/+15
2011-10-06PPC: Extend MPIC MMIO rangeAlexander Graf1-1/+1
2011-10-06PPC: Add CPU local MMIO regions to MPICAlexander Graf1-38/+72
2011-10-02openpic: Memory API conversion for mpicFabien Chouteau1-96/+111
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-3/+3
2011-08-08pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity1-2/+2
2011-08-08ppc: convert to memory APIAvi Kivity1-43/+38
2010-12-11openpic: Replace explicit byte swap with endian hintsAlexander Graf1-21/+2
2010-12-11Add endianness as io mem parameterAlexander Graf1-4/+6
2010-11-22pci: Replace unneeded type casts in calls of pci_register_barStefan Weil1-1/+1
2010-07-11pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata1-1/+0
2010-07-06savevm: Add DeviceState paramAlex Williamson1-2/+3
2010-03-29Compile openpic only onceBlue Swirl1-24/+10
2009-12-19hw/openpic.c: replace tabs by spacesAurelien Jarno1-131/+131
2009-12-19target-ppc: Initialize OpenPIC properlyAlexander Graf1-0/+2
2009-11-15PCI: make duplicate devfn allocation fatalBlue Swirl1-2/+0
2009-11-09pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata1-1/+1
2009-11-09pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata1-1/+1
2009-11-07PPC: remove unneeded calls to device resetBlue Swirl1-2/+0
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-96/+96
2009-10-01Get rid of _t suffixmalc1-96/+96
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-18/+18
2009-07-20Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl1-16/+15
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-2/+2
2009-06-16Rename pci_register_io_region() to pci_register_bar()Avi Kivity1-1/+1
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-3/+3
2009-05-22Introduce reset notifier orderJan Kiszka1-2/+2
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl1-2/+2
2009-05-03use PCI_HEADER_TYPE.Isaku Yamahata1-1/+1
2009-03-16Delete some unused macros detected with -Wp,-Wunused-macros useblueswir11-1/+0
2009-03-02hw/openpic: define list in mpic_init() constaurel321-1/+1
2009-03-02kvm/powerpc: Enable MPIC for E500 platform.aurel321-74/+599
2009-02-06Add savevm and reset support for OpenPicblueswir11-2/+135
2009-02-01Add and use #defines for PCI device classesblueswir11-2/+1
2009-02-01Update #defines for PCI vendor and device IDs from OpenBIOS and Linuxblueswir11-1/+1
2009-01-26Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori1-4/+2
2009-01-15powerpc/kvm: fix a openpic bug (Liu Yu)aliguori1-1/+1
2008-10-26Fix undeclared symbol warnings from sparseblueswir11-1/+1
2007-11-17Break up vl.h.pbrook1-1/+3
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-5/+5
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-13/+13
2007-04-09Implement embedded IRQ controller for PowerPC 6xx/740 & 750.j_mayer1-35/+71