summaryrefslogtreecommitdiff
path: root/hw/ppc/ppc.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah1-9/+12
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini1-0/+2
2016-01-29ppc: Clean up includesPeter Maydell1-0/+1
2015-10-08s/cpu_get_real_ticks/cpu_get_host_ticks/Christopher Covington1-2/+2
2015-07-20timer: rename NSEC_PER_SEC due to Mac OS X header clashStefan Hajnoczi1-2/+3
2015-07-02timer: Use a single definition of NSEC_PER_SEC for the whole codebaseAlberto Garcia1-2/+0
2015-03-10m48t59: let init functions return a Nvram objectHervé Poussineau1-161/+0
2015-01-07ppc: do not use get_clock_realtime()Paolo Bonzini1-2/+2
2014-06-16spapr: Add support for time base offset migrationAlexey Kardashevskiy1-0/+79
2014-04-08PPC: Clean up DECR implementationAlexander Graf1-28/+64
2014-03-27hw/ppc: Avoid shifting left into sign bitPeter Maydell1-1/+1
2014-03-05target-ppc: add PowerPCCPU::cpu_dt_idAlexey Kardashevskiy1-0/+22
2013-12-02misc: Replace 'struct QEMUTimer' by 'QEMUTimer'Stefan Weil1-3/+3
2013-09-03cpu: Use QTAILQ for CPU listAndreas Färber1-1/+1
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-32/+32
2013-07-09intc/openpic: Build openpic only onceAndreas Färber1-0/+1
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber1-6/+5
2013-04-08hw: move headers to include/Paolo Bonzini1-2/+2
2013-03-12cpu: Pass CPUState to cpu_interrupt()Andreas Färber1-3/+3
2013-03-12exec: Pass CPUState to cpu_reset_interrupt()Andreas Färber1-2/+4
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber1-8/+14
2013-03-01hw: move boards and other isolated files to hw/ARCHPaolo Bonzini1-0/+1356