summaryrefslogtreecommitdiff
path: root/hw/ppc/ppc_booke.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-07ppc_booke: drop useless assignmentKONRAD Frederic1-1/+0
2017-01-31ppc: Prevent inifnite loop in decrementer auto-reload.Roman Kapl1-2/+6
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah1-1/+1
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini1-0/+2
2016-01-29ppc: Clean up includesPeter Maydell1-0/+1
2014-03-27hw/ppc: Avoid shifting left into sign bitPeter Maydell1-12/+12
2013-12-02misc: Replace 'struct QEMUTimer' by 'QEMUTimer'Stefan Weil1-2/+2
2013-11-25PPC: BookE: Make FIT/WDT timers at best millisecond grainedAlexander Graf1-0/+6
2013-11-25PPC: Make BookE FIT/WDT timers more lazyAlexander Graf1-5/+38
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-5/+5
2013-07-01booke_ppc: limit booke timer to max when timeout overflowBharat Bhushan1-4/+20
2013-04-26Enable kvm emulated watchdogBharat Bhushan1-4/+41
2013-04-08hw: move headers to include/Paolo Bonzini1-2/+2
2013-03-01hw: move boards and other isolated files to hw/ARCHPaolo Bonzini1-0/+273