aboutsummaryrefslogtreecommitdiff
path: root/hw/openpic.c
AgeCommit message (Expand)Author
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
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-04-09Implement embedded IRQ controller for PowerPC 6xx/740 & 750.j_mayer
2007-04-07Unify IRQ handling.pbrook
2007-03-31Better fix for OpenPIC: should not depend on PowerPC.j_mayer
2007-03-30New model for PowerPC CPU hardware interrupt events:j_mayer
2005-11-23openpic SMP support (Jocelyn Mayer)bellard
2005-11-21cpu_single_env usage fixbellard
2005-06-05more generic IRQ supportbellard
2005-02-09spelling fixbellard
2005-01-10typobellard
2004-06-21disable PCI device for PMACbellard
2004-06-21added PCI busbellard
2004-06-21openpic fixesbellard
2004-06-15OpenPIC support (Jocelyn Mayer)bellard