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
23 Mar, 2007
4 commits
  • Sparc tagged operations (Aurelien Jarno) ...
    e32f879d
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2531 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2007-03-23 20:01:20 +0000  
    Browse File »
  • Add missing PowerPC 64 instructions ...
    426613db
    PowerPC 64 fixes.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2530 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-03-23 09:45:27 +0000  
    Browse File »
  • Fix debug printf: we need different macros for target_ulong prints ...
    1b9eb036
    and GPR ones, as the lengths can be different.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2529 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-03-23 09:40:22 +0000  
    Browse File »
  • Fix enough FPU/R2 support to get 24Kf going. ...
    e397ee33
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2528 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-03-23 00:43:28 +0000  
    Browse Dir »

22 Mar, 2007
4 commits
  • PowerPC improvments: ...
    51789c41
    - add missing 64 bits rotate instructions
    - safely define TARGET_PPCSPE when 64 bits registers are used
      a separate target will be needed to use it in 32 bits mode on 32 bits hosts.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2527 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-03-22 22:41:50 +0000  
    Browse File »
  • PowerPC bugfixes: ...
    e864cabd
    - must clear carry bit when doing addic with a zero immediate value
    - fix missing RETURN in micro-operation that would lead to random failures
      and crashes
    - add USE_PRECISE_EMULATION compilation-time option to choose between
      getting exact floating point results and fast but less accurate computation.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2526 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-03-22 22:17:08 +0000  
    Browse Dir »
  • Fix fcntl64 logic bug, by Kirill A. Shutemov. ...
    a7222580
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2525 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-03-22 15:08:55 +0000  
    Browse Code »
  • Win32 build fix. FIXME: This disables locking of the pidfile, a ...
    6e65a42a
    Win32 replacement of lockf should be used here.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2524 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-03-22 12:36:53 +0000  
    Browse Code »

21 Mar, 2007
3 commits
  • Fix Sparc branches, original patch by Aurelien Jarno ...
    9bad0425
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2523 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2007-03-21 19:45:50 +0000  
    Browse Dir »
  • Move mips CPU specific initialization to translate_init.c. ...
    3953d786
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2522 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-03-21 11:04:42 +0000  
    Browse File »
  • Fix compilation on 32 bits hosts (pb reported by Thiemo Seufer) ...
    1698b741
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2521 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-03-21 08:21:02 +0000  
    Browse Code »

20 Mar, 2007
7 commits
  • Ooops... Typo. ...
    3430b0be
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2520 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-03-20 22:25:37 +0000  
    Browse Dir »
  • PowerPC 2.03 SPE extension - first pass. ...
    0487d6a8
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2519 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-03-20 22:11:31 +0000  
    Browse File »
  • Add missing softfloat helpers. ...
    75d62a58
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2518 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-03-20 22:10:42 +0000  
    Browse File »
  • fcntl64 fix, by Kirill A. Shutemov. ...
    b1e341eb
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2517 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-03-20 21:50:52 +0000  
    Browse Dir »
  • SlavIO Counter-Timers fix, by Aurelien Jarno. ...
    dc3c9d21
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2516 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-03-20 16:54:50 +0000  
    Browse File »
  • SlavIO interrupt controller fix, by Aurelien Jarno. ...
    491730f3
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2515 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-03-20 16:52:54 +0000  
    Browse File »
  • VMMouse Emulation, by Anthony Liguori. ...
    548df2ac
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2514 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-03-20 16:45:27 +0000  
    Browse Code »

19 Mar, 2007
18 commits
  • Barf on branches/jumps in branch delay slots. Spotted by Stefan Weil. ...
    3ad4bb2d
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2513 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-03-19 22:15:30 +0000  
    Browse Code »
  • Define gen_intermediate_code_internal as "static inline". ...
    820e00f2
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2512 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-03-19 21:46:06 +0000  
    Browse Dir »
  • Fix call to generated code on SPARC, by Juergen Keil. ...
    faab7592
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2511 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-03-19 20:39:49 +0000  
    Browse Code »
  • Fix qemu crash due to sparc division-by-zero, by Aurelien Jarno. ...
    9bb234b3
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2510 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-03-19 19:16:00 +0000  
    Browse File »
  • Fix big endian host operation, by Ben Taylor and Igor Kovalenko. ...
    290a0933
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2509 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-03-19 18:20:28 +0000  
    Browse Dir »
  • trunc() for Solaris 9 / SPARC, by Juergen Keil. ...
    63a654bb
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2508 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-03-19 16:46:07 +0000  
    Browse File »
  • Close file descriptors when execing network tap setup script, by ...
    50d3eeae
    Daniel P. Berrange.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2507 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-03-19 16:36:43 +0000  
    Browse Code »
  • Improve -pidfile option, by Anthony Liguori. ...
    93815bc2
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2506 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-03-19 15:58:31 +0000  
    Browse Code »
  • Add -name option, by Anthony Liguori. ...
    c35734b2
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2505 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-03-19 15:17:08 +0000  
    Browse Code »
  • SCSI fixes, by Wang Cheng Yeh. ...
    dcfb9014
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2504 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-03-19 14:49:29 +0000  
    Browse Code »
  • SPARC host fixes, by Ben Taylor. ...
    8294eba1
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2503 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-03-19 14:47:40 +0000  
    Browse File »
  • Handling more darwin-user syscalls, by Ilya Shar. ...
    ee999a88
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2502 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-03-19 13:43:04 +0000  
    Browse Code »
  • Linux usermode clock_gettime/clock_getres emulation, by Kirill A. Shutemov. ...
    b5906f95
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2501 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-03-19 13:32:45 +0000  
    Browse File »
  • Add missing header includes. ...
    d08d3bb8
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2500 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-03-19 13:09:22 +0000  
    Browse Dir »
  • Fix allocation sizes in getpeername/getsockname, spotted by Kirill A. Shutemov. ...
    01c227fb
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2499 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-03-19 13:05:13 +0000  
    Browse File »
  • Solaris needs -lrt, spotted by Ben Taylor. ...
    0fa1bcb7
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2498 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-03-19 12:22:40 +0000  
    Browse Code »
  • Support -cpu selection for mips usermode emulation. Fix segfault when ...
    cff4cbed
    dispaying the -cpu list help.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2497 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-03-19 12:16:29 +0000  
    Browse File »
  • Add -cpu option for linux user emulation. ...
    b1f9be31
    Only usable for PowerPC and ARM for now.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2496 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-03-19 08:08:28 +0000  
    Browse Dir »

18 Mar, 2007
4 commits
  • Disable compiler options dangerous for op compilation. ...
    6c041c54
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2495 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-03-18 23:23:31 +0000  
    Browse Code »
  • A VGA card for the Malta board. ...
    11f29511
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2494 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-03-18 22:18:43 +0000  
    Browse File »
  • Fix BD flag handling, cause register contents, implement some more bits ...
    39d51eb8
    for R2 interrupt handling.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2493 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-03-18 12:43:40 +0000  
    Browse File »
  • As icbi is not a priviledge instruction and is treated as a load by the MMU ...
    36f69651
    it needs to be implemented for every MMU translation mode.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2492 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-03-18 08:47:10 +0000  
    Browse Dir »