summaryrefslogtreecommitdiff
path: root/hw/ppc/ppc405_uc.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell1-8/+8
2017-10-17ppc: replace cpu_model with cpu_type on ref405ep,taihu boardsIgor Mammedov1-2/+4
2017-09-27ppc4xx: Add more PLB registersBALATON Zoltan1-3/+9
2017-09-08ppc4xx: Export ECB and PLB emulationBALATON Zoltan1-2/+2
2017-09-08ppc4xx_i2c: QOMifyBALATON Zoltan1-2/+3
2017-09-08ppc4xx: Split off 4xx I2C emulation from ppc405_uc to its own fileBALATON Zoltan1-241/+0
2017-09-08ppc4xx: Make MAL emulation more genericBALATON Zoltan1-1/+1
2017-09-08ppc4xx: Move MAL from ppc405_uc to ppc4xx_devsBALATON Zoltan1-263/+0
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell1-2/+1
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell1-1/+1
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake1-1/+1
2017-02-22hw/ppc/ppc405_uc.c: Avoid integer overflowsPeter Maydell1-3/+3
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah1-2/+2
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini1-0/+2
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-29ppc: Clean up includesPeter Maydell1-0/+1
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster1-1/+1
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-1/+2
2014-07-22ppc: fix -mem-path failureHu Tao1-2/+2
2014-07-15ppc: memory: Replace memory_region_init_ram with memory_region_allocate_syste...Shreyas B. Prabhu1-2/+3
2014-03-13target-ppc: Clean up ENV_GET_CPU() usageAndreas Färber1-1/+1
2014-02-11exec: Make stb_phys input an AddressSpaceEdgar E. Iglesias1-5/+5
2014-02-11exec: Make stw_*_phys input an AddressSpaceEdgar E. Iglesias1-1/+1
2014-02-11exec: Make stl_*_phys input an AddressSpaceEdgar E. Iglesias1-16/+17
2013-12-02misc: Replace 'struct QEMUTimer' by 'QEMUTimer'Stefan Weil1-1/+1
2013-09-02ppc405_uc: Disable debug outputAndreas Färber1-8/+8
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-4/+4
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-6/+6
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini1-1/+1
2013-04-08hw: move headers to include/Paolo Bonzini1-2/+2
2013-03-12cpu: Pass CPUState to cpu_interrupt()Andreas Färber1-2/+2
2013-03-01hw: move boards and other isolated files to hw/ARCHPaolo Bonzini1-0/+2548