aboutsummaryrefslogtreecommitdiffstats
path: root/powerpc
AgeCommit message (Expand)AuthorFilesLines
2020-06-16Fix powerpc issue with the linker from Fedora 32Thomas Huth1-3/+16
2019-12-06Switch the order of the parameters in report() and report_xfail()Thomas Huth6-60/+61
2019-10-07powerpc: Fix up RTAS invocation for new qemu versionsDavid Gibson1-4/+16
2019-05-17powerpc: Make h_cede_tm test run by defaultSuraj Jitindar Singh1-1/+1
2019-05-17powerpc: Allow for a custom decr value to be specified to load on decr excpSuraj Jitindar Singh2-2/+5
2019-02-27powerpc: Enable HTM capability for h_cede_tm testcaseDavid Gibson1-1/+1
2018-09-11Makefiles: Remove the executable bit from the .elf and .flat filesThomas Huth1-0/+2
2018-06-26powerpc: Report missing features as "skip", not as "expected failure"Thomas Huth2-12/+20
2018-06-26Make the powerpc tests compilable with GCC 8Thomas Huth1-1/+1
2018-06-13powerpc: Make code compilable with -Wmissing-prototypesThomas Huth1-0/+2
2018-02-14powerpc: Introduce getcharAndrew Jones2-14/+2
2018-02-14powerpc: don't use NMI's to signal end of migrationAndrew Jones1-17/+9
2017-11-02alloc: implement freePaolo Bonzini1-0/+1
2017-11-02lib: simplify alloc_opsPaolo Bonzini1-1/+1
2017-08-02powerpc/sprs: Test POWER9 specific registersThomas Huth1-0/+23
2017-06-30arch/run: unify accelerator detectionRadim Krčmář1-18/+2
2017-06-30Replace -Wextra with a saner list of warning flagsThomas Huth1-1/+0
2017-06-29scripts/arch-run: fix qemu binary search failure pathRadim Krčmář1-1/+2
2017-06-28s390+powerpc/run: improve output handlingRadim Krčmář1-14/+1
2017-06-28arch/run: simplify copy-paste of the command lineRadim Krčmář1-4/+1
2017-06-13arch-run: introduce initrd_createAndrew Jones1-2/+3
2017-06-07ppc64: test rtc parameterLaurent Vivier1-0/+6
2017-05-31powerpc: Rework the rtas_token() functionThomas Huth1-11/+13
2017-05-20use %# instead of 0x% in all format stringsRadim Krčmář3-5/+5
2017-05-20fix conversions in report()sRadim Krčmář2-2/+2
2017-05-19Makefiles: Fix up the powerpc build dirs and include/link pathsThomas Huth2-6/+11
2017-05-19Makefiles: use explicit path for including sub-MakefilesAlex Bennée2-2/+2
2017-05-16ppc64: use asm-generic spinlockDavid Hildenbrand1-1/+0
2017-04-25Use /bin/env in shebang to make scripts more portableSergey Bronnikov1-1/+1
2017-04-21powerpc/run: use search_qemu_binary function for powerpcBalamuruhan S1-8/+2
2017-03-28powerpc: Add Special Purpose Register persistency testThomas Huth4-1/+313
2017-03-28Add the possibility to do simple migration testsThomas Huth1-1/+1
2017-03-14powerpc: add -n to LDFLAGSCédric Le Goater1-1/+1
2017-03-02powerpc: enable environAndrew Jones2-2/+4
2017-01-20powerpc/Makefile.common: generated files dep cleanupAndrew Jones1-8/+4
2017-01-20powerpc/Makefile.common cleanupAndrew Jones1-1/+0
2016-12-19devicetree: cpu nodes may have 64-bit regsAndrew Jones1-1/+1
2016-11-21run: add -nodefaultsAndrew Jones1-1/+1
2016-10-12powerpc: Check whether TM is available before running other testsThomas Huth1-1/+42
2016-08-23powerpc/tm: Add a test for H_CEDE while tm suspendedSuraj Jitindar Singh3-1/+128
2016-08-23lib/powerpc: Add function to start secondary threadsSuraj Jitindar Singh1-0/+1
2016-08-23lib/powerpc: Add generic decrementer exception handlerSuraj Jitindar Singh1-0/+1
2016-08-23scripts/runtime: Add ability to mark test as don't run by defaultSuraj Jitindar Singh1-0/+3
2016-07-12arm & powerpc: populate argv[0] fixupsAndrew Jones1-4/+5
2016-07-11arm & powerpc: populate argv[0] with prognamAndrew Jones1-3/+4
2016-07-11powerpc/ppc64: reserve argv[0] for prognamAndrew Jones4-14/+14
2016-05-26scripts/runtime: skip tests that cannot runRadim Krčmář1-1/+1
2016-05-10powerpc/ppc64: Makefile cleanupAndrew Jones1-9/+4
2016-04-22powerpc: restore TOC pointerLaurent Vivier1-1/+15
2016-04-22powerpc: use well known kernel start addressLaurent Vivier3-4/+11
2016-04-22powerpc: don't fail if QEMU does not support alignment exceptionLaurent Vivier1-4/+11
2016-04-22powerpc: Add emulator test for the lswi instructionThomas Huth1-0/+124
2016-03-30powerpc: display alignment exception in verbose mode onlyLaurent Vivier1-2/+4
2016-03-30powerpc: Fix parallel buildThomas Huth1-0/+2
2016-03-22powerpc: Check lswx in little-endian mode.Laurent Vivier1-0/+22
2016-03-22powerpc: check lswxLaurent Vivier1-0/+139
2016-03-22powerpc: check 64bit modeLaurent Vivier1-0/+14
2016-03-22powerpc: add test to check invalid instruction trapLaurent Vivier3-1/+72
2016-03-22powerpc: add exception handlerLaurent Vivier2-0/+141
2016-03-08powerpc: fix boot_rom.bin buildPeter Feiner1-1/+3
2016-03-03trivial: add "check" keyword descriptionLaurent Vivier1-0/+4
2016-03-03powerpc/spapr_hcall: Fix assembler constraints of the h_random h-callThomas Huth1-1/+3
2016-03-03run scripts: add timeout supportAndrew Jones1-0/+1
2016-03-03arch-run: reduce return code ambiguityAndrew Jones1-5/+18
2016-03-03powerpc: Add tests for RTASLaurent Vivier3-1/+164
2016-03-02powerpc: Add tests for sPAPR h-callsThomas Huth3-1/+174
2016-03-01powerpc: select endiannessLaurent Vivier3-7/+25
2016-03-01powerpc: add asm/ppc_asm.hLaurent Vivier1-10/+1
2016-02-29powerpc: allow to build big-endian binaries on little-endian hostLaurent Vivier2-7/+9
2016-02-29powerpc/ppc64: make a fake debug-exitAndrew Jones1-2/+5
2016-02-29powerpc/ppc64: add RTAS supportAndrew Jones2-0/+15
2016-02-29mkstandalone: add support for powerpcAndrew Jones1-1/+1
2016-02-29powerpc/ppc64: add run script and unittests.cfgAndrew Jones2-0/+82
2016-02-29powerpc/ppc64: relocate linker VMAsAndrew Jones5-7/+107
2016-02-29powerpc/ppc64: adapt arm's setupAndrew Jones3-4/+76
2016-02-23powerpc/ppc64: add hcall support and putcharAndrew Jones2-0/+32
2016-02-23powerpc/ppc64: add a boot romAndrew Jones3-2/+15
2016-02-23powerpc/ppc64: ppc-ify makefiles and linker scriptAndrew Jones3-47/+24
2016-02-19powerpc/ppc64: start skeleton frameworkAndrew Jones6-0/+148
2014-06-12remove unused filesAndrew Jones10-253/+0
2010-08-03Initial commit from qemu-kvm.git kvm/test/Avi Kivity10-0/+253