aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-27qapi-commands.py: Don't call the output marshal on errorLuiz Capitulino
2011-10-27ppc64-linux-user: Fix syscall return type.Richard Henderson
2011-10-27ppc64-linux-user: Properly interpret the entry function descriptor.Richard Henderson
2011-10-27sparc-linux-user: Add some missing syscall numbersRichard Henderson
2011-10-27sparc-linux-user: Fixup sending SIGSEGVRichard Henderson
2011-10-27sparc-linux-user: Handle SIGILL.Richard Henderson
2011-10-27linux-user: implement reboot syscallAlexander Graf
2011-10-27linux-user: fix openatAlexander Graf
2011-10-27linux-user: fix abi_(u)long, target_ulong mismatchMatthias Braun
2011-10-27linux-user: fix rlimit syscalls on sparc(64)Matthias Braun
2011-10-27linux-user: fix TARGET_RLIM_INFINITY declarationMatthias Braun
2011-10-27Merge branch 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydel...Andrzej Zaborowski
2011-10-26target-sparc: Implement FALIGNDATA inline.Richard Henderson
2011-10-26target-sparc: Implement BMASK/BSHUFFLE.Richard Henderson
2011-10-26target-sparc: Implement ALIGNADDR* inline.Richard Henderson
2011-10-26target-sparc: Implement EDGE* instructions.Richard Henderson
2011-10-26target-sparc: Implement fpack{16,32,fix}.Richard Henderson
2011-10-26target-sparc: Implement PDIST.Richard Henderson
2011-10-26target-sparc: Do exceptions management fully inside the helpers.Richard Henderson
2011-10-26target-sparc: Change fpr representation to doubles.Richard Henderson
2011-10-26target-sparc: Undo cpu_fpr rename.Richard Henderson
2011-10-26target-sparc: Extract float128 move to a function.Richard Henderson
2011-10-26target-sparc: Extract common code for floating-point operations.Richard Henderson
2011-10-26target-sparc: Make FPU/VIS helpers const when possible.Richard Henderson
2011-10-26target-sparc: Pass float64 parameters instead of dt0/1 temporaries.Richard Henderson
2011-10-26target-sparc: Add accessors for double-precision fpr access.Richard Henderson
2011-10-26target-sparc: Mark fprs dirty in store accessor.Richard Henderson
2011-10-26target-sparc: Add accessors for single-precision fpr access.Richard Henderson
2011-10-26Sparc: split load and store op helpersBlue Swirl
2011-10-26Sparc: convert win_helper to trace frameworkBlue Swirl
2011-10-26Sparc: convert interrupt helpers to trace frameworkBlue Swirl
2011-10-26Sparc: convert mmu_helper to trace frameworkBlue Swirl
2011-10-26Sparc: split MMU helpersBlue Swirl
2011-10-26Sparc: fix coding style in helper.cBlue Swirl
2011-10-26Sparc: avoid AREG0 for division op helpersBlue Swirl
2011-10-26Sparc: avoid AREG0 for softint op helpers and Leon cache controlBlue Swirl
2011-10-26Sparc: avoid AREG0 for CWP and PSTATE helpersBlue Swirl
2011-10-26Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2011-10-26ahci: fix DPRINTF format stringsMax Filippov
2011-10-26Documentation: fix typoBernhard Reutner-Fischer
2011-10-26Fix typo: buf -> busHervé Poussineau
2011-10-26tools: reorganize Makefile variablesPaolo Bonzini
2011-10-26exec.c: Remove useless comment陳韋任
2011-10-26qed: remove unneeded variable assignmentPavel Borzenkov
2011-10-26qed: don't pass NULL to memcpyPavel Borzenkov
2011-10-26vmdk: vmdk_read_cid returns garbage if p_name is NULLPavel Borzenkov
2011-10-26vmdk: remove unneeded variable assignmentPavel Borzenkov
2011-10-26device_tree: Fix potential memory leakStefan Weil
2011-10-25main-loop: Add missing include fileStefan Weil
2011-10-25target-sparc: Fix use of g_new0 / g_freeStefan Weil