Sign in

gwj / at91sam9263 · Commits

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Snippets
  • Commits 8,232
  • Compare
  • Branches 2
  • Tags 0
  • at91sam9263
27 Sep, 2007
4 commits
  • memset string pages to zero to avoid putting random data on the stack ...
    4118a970
    that may make some program crash at startup.
    Fix unsigned long / target_ulong confusion (more to do).
    Fix missing g2h macros.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3249 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-09-27 04:10:43 +0000  
    Browse File »
  • SVM VINTR fix, by Alexander Graf. ...
    52621688
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3248 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-09-27 01:52:00 +0000  
    Browse File »
  • Fixes for PowerPC 64 rotate and mask instructions. ...
    40d0591e
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3247 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-09-27 01:32:19 +0000  
    Browse File »
  • New ppc64-linux-user target. ...
    92a343da
    Allow use of PowerPC 970 for debugging (softmmu would not run, for now).
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3246 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-09-27 01:14:15 +0000  
    Browse Dir »

26 Sep, 2007
5 commits
  • Add flags to support PowerPC 405 bootinfos variations. ...
    b8d3f5d1
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3245 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-09-26 23:55:31 +0000  
    Browse File »
  • Great rework and cleanups to ease PowerPC implementations definitions. ...
    a750fc0b
    * cleanup cpu.h, removing definitions used only in translate.c/translate_init.c
    * add new flags to define instructions sets more precisely
    * various changes in MMU models definitions
    * add definitions for PowerPC 440/460 support (insns and SPRs).
    * add definitions for PowerPC 401/403 and 620 input pins model
    * Fix definitions for most PowerPC 401, 403, 405, 440, 601, 602, 603 and 7x0
    * Preliminary support for PowerPC 74xx (aka G4) without altivec.
    * Code provision for other PowerPC support (7x5, 970, ...).
    * New SPR and PVR defined, from PowerPC 2.04 specification and other sources
    * Misc code bugs, error messages and styles fixes.
    * Update status files for PowerPC cores support.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3244 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-09-26 23:54:22 +0000  
    Browse File »
  • hflags computation cleanup, by Aurelien Jarno. ...
    08fa4bab
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3243 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-09-26 23:52:06 +0000  
    Browse Code »
  • Wrap a few often used tests with unlikely(), by Aurelien Jarno. ...
    fe253235
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3242 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-09-26 23:50:39 +0000  
    Browse Dir »
  • Convert syscall arguments and return value from long to int or target_long. ...
    32407103
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3241 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-09-26 23:01:49 +0000  
    Browse File »

25 Sep, 2007
9 commits
  • linux-user utimensat() syscall, by Thayne Harbaugh. ...
    9007f0ef
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3240 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-09-25 17:50:37 +0000  
    Browse Code »
  • Remove the target dependency introduced by previous patch ...
    eb296a0a
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3239 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2007-09-25 17:30:09 +0000  
    Browse Code »
  • Fix monitor expressions ...
    c2efc95d
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3238 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2007-09-25 17:28:42 +0000  
    Browse File »
  • Timer start/stop implementation, by Aurelien Jarno. ...
    42532189
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3237 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-09-25 16:53:15 +0000  
    Browse File »
  • Check if the hosts defines a symlinkat syscall. ...
    b51eaa82
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3236 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-09-25 16:09:22 +0000  
    Browse File »
  • Optimise instructions accessing CP0, by Aurelien Jarno. ...
    387a8fe5
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3235 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-09-25 14:49:47 +0000  
    Browse Dir »
  • vvfat mbr fixes, by Ivan Kalvachev. ...
    b570094d
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3234 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-09-25 14:47:03 +0000  
    Browse Code »
  • Improve completion in monitor, by Pascal Terjan. ...
    b427c726
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3233 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-09-25 14:45:23 +0000  
    Browse Code »
  • Move ECC calculation to a more appropriate place. ...
    9ff6755b
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3232 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2007-09-25 01:17:04 +0000  
    Browse File »

24 Sep, 2007
16 commits
  • CPU boot mode ...
    40ce0a9a
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3231 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2007-09-24 19:44:09 +0000  
    Browse File »
  • Fix loading above 4G ...
    9437454a
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3230 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2007-09-24 18:41:27 +0000  
    Browse File »
  • Fix >4G physical memory dump for Sparc32 ...
    7743e588
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3229 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2007-09-24 18:39:04 +0000  
    Browse File »
  • Per-CPU instruction decoding implementation, by Aurelien Jarno. ...
    e189e748
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3228 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-09-24 12:48:00 +0000  
    Browse File »
  • linux-user faccessat() syscall, by Thayne Harbaugh. ...
    92a34c10
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3227 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-09-24 09:27:49 +0000  
    Browse File »
  • linux-user fchmodat() syscall, by Thayne Harbaugh. ...
    814d7977
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3226 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-09-24 09:26:51 +0000  
    Browse File »
  • linux-user readlinkat() syscall, by Thayne Harbaugh. ...
    5e0ccb18
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3225 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-09-24 09:26:10 +0000  
    Browse Dir »
  • linux-user symlinkat() syscall, by Thayne Harbaugh. ...
    f0b6243d
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3224 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-09-24 09:25:40 +0000  
    Browse Dir »
  • linux-user linkat() syscall, by Thayne Harbaugh. ...
    64f0ce4c
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3223 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-09-24 09:25:06 +0000  
    Browse Dir »
  • linux-user renameat() syscall, by Thayne Harbaugh. ...
    722183f6
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3222 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-09-24 09:24:37 +0000  
    Browse Dir »
  • linux-user unlinkat() syscall, by Thayne Harbaugh. ...
    8170f56b
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3221 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-09-24 09:24:11 +0000  
    Browse Dir »
  • linux-user fchownat() syscall, by Thayne Harbaugh. ...
    ccfa72b7
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3220 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-09-24 09:23:34 +0000  
    Browse File »
  • linux-user mknodat() syscall, by Thayne Harbaugh. ...
    75ac37a0
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3219 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-09-24 09:23:05 +0000  
    Browse File »
  • linux-user mkdirat() syscall, by Thayne Harbaugh. ...
    4472ad0d
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3218 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-09-24 09:22:32 +0000  
    Browse File »
  • linux-user openat() syscall, by Thayne Harbaugh. ...
    82424832
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3217 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-09-24 09:21:55 +0000  
    Browse File »
  • Update Linux kernel syscall list. ...
    8dd77cca
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3216 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-09-24 00:11:26 +0000  
    Browse Dir »

23 Sep, 2007
6 commits
  • Sync termbits.h with current Linux kernel. ...
    f05d35d2
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3215 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-09-23 23:27:46 +0000  
    Browse Code »
  • Add new MIPS/Linux syscalls. ...
    b9a02bed
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3214 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-09-23 18:07:05 +0000  
    Browse Code »
  • Correct and update mips termbits.h. ...
    2601c356
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3213 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-09-23 17:55:00 +0000  
    Browse Code »
  • Fix mips usermode emulation. ...
    2337fdc2
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3212 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-09-23 17:54:29 +0000  
    Browse Code »
  • Add missing svm.h header, and add a Changelog entry. ...
    239fbd86
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3211 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-09-23 15:30:28 +0000  
    Browse File »
  • SVM Support, by Alexander Graf. ...
    0573fbfc
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3210 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-09-23 15:28:04 +0000  
    Browse File »