aboutsummaryrefslogtreecommitdiff
path: root/hw/openpic.c
AgeCommit message (Expand)Author
2012-08-15openpic: Added BRR1 registerBharat Bhushan
2012-03-15PPC: Fix openpic with relative memregionsAlexander Graf
2012-01-27openpic: remove dead code to make a PCI device versionAnthony Liguori
2011-10-09Merge remote-tracking branch 'upstream' into memory/batchAvi Kivity
2011-10-06openpic: Unfold write_IRQregAlexander Graf
2011-10-06openpic: Unfold read_IRQregAlexander Graf
2011-10-06PPC: Bump MPIC up to 32 supported CPUsAlexander Graf
2011-10-06PPC: MPIC: Fix CI bit definitionsAlexander Graf
2011-10-06PPC: MPIC: Remove read functionality for WO registersAlexander Graf
2011-10-06PPC: Set MPIC IDE for IPI to 0Alexander Graf
2011-10-06PPC: Fix IPI support in MPICAlexander Graf
2011-10-06PPC: Extend MPIC MMIO rangeAlexander Graf
2011-10-06PPC: Add CPU local MMIO regions to MPICAlexander Graf
2011-10-02openpic: Memory API conversion for mpicFabien Chouteau
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-08pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity
2011-08-08ppc: convert to memory APIAvi Kivity
2010-12-11openpic: Replace explicit byte swap with endian hintsAlexander Graf
2010-12-11Add endianness as io mem parameterAlexander Graf
2010-11-22pci: Replace unneeded type casts in calls of pci_register_barStefan Weil
2010-07-11pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata
2010-07-06savevm: Add DeviceState paramAlex Williamson
2010-03-29Compile openpic only onceBlue Swirl
2009-12-19hw/openpic.c: replace tabs by spacesAurelien Jarno
2009-12-19target-ppc: Initialize OpenPIC properlyAlexander Graf
2009-11-15PCI: make duplicate devfn allocation fatalBlue Swirl
2009-11-09pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata
2009-11-09pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata
2009-11-07PPC: remove unneeded calls to device resetBlue Swirl
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl
2009-07-20Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka
2009-06-16Rename pci_register_io_region() to pci_register_bar()Avi Kivity
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity
2009-05-22Introduce reset notifier orderJan Kiszka
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl
2009-05-03use PCI_HEADER_TYPE.Isaku Yamahata
2009-03-16Delete some unused macros detected with -Wp,-Wunused-macros useblueswir1
2009-03-02hw/openpic: define list in mpic_init() constaurel32
2009-03-02kvm/powerpc: Enable MPIC for E500 platform.aurel32
2009-02-06Add savevm and reset support for OpenPicblueswir1
2009-02-01Add and use #defines for PCI device classesblueswir1
2009-02-01Update #defines for PCI vendor and device IDs from OpenBIOS and Linuxblueswir1
2009-01-26Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori
2009-01-15powerpc/kvm: fix a openpic bug (Liu Yu)aliguori
2008-10-26Fix undeclared symbol warnings from sparseblueswir1
2007-11-17Break up vl.h.pbrook
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths