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
30 Mar, 2007
4 commits
  • Fix build failure. ...
    e69f67b6
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2545 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-03-30 16:41:55 +0000  
    Browse Code »
  • Fix rfi instruction: do not depend on current execution mode ...
    a42bd6cc
    but on the execution mode that will be effective after the return.
    Add rfci, rfdi and rfmci for BookE PowerPC.
    Extend mfdcr / mtdcr and implement mfdrcx / mtdcrx.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2544 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-03-30 10:22:46 +0000  
    Browse File »
  • Fix / update PowerPC BookE definitions. ...
    363be49c
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2543 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-03-30 10:07:33 +0000  
    Browse Dir »
  • New model for PowerPC CPU hardware interrupt events: ...
    47103572
    move all PowerPC specific code into target-ppc/helper.c to avoid polluting
    the common code in cpu-exec.c. This makes implementation of new features
    (ie embedded PowerPC timers, critical interrupts, ...) easier.
    This also avoid hardcoding the IRQ callback in the OpenPIC controller,
    making it more easily reusable and allowing cascading.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2542 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-03-30 09:38:04 +0000  
    Browse File »

28 Mar, 2007
1 commit
  • Solaris host compilation fix by Shaddy Baddah. ...
    de270b3c
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2541 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-03-28 20:43:46 +0000  
    Browse Dir »

25 Mar, 2007
7 commits
  • qemu_create_pidfile implementation for Win32, based on a patch by ...
    aa26bb2d
    Carlos O'Donell.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2540 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-03-25 21:33:06 +0000  
    Browse File »
  • Move determination of AIOLIBS until after all configure options have been ...
    209afb9e
    handled. By Carlos O'Donell.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2539 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-03-25 20:55:00 +0000  
    Browse Code »
  • Fix segfault with -nographic, by Enache Adrian. ...
    a39437aa
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2538 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-03-25 20:27:04 +0000  
    Browse Code »
  • Typo in configure, by Nicholas Sauzede. ...
    ed5065e1
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2537 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-03-25 16:15:21 +0000  
    Browse Code »
  • Improved kqemu error message, by Robert Millan. ...
    99c19686
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2536 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-03-25 16:14:07 +0000  
    Browse Code »
  • Windows sockets like to be different. Inspired by a patch from Alex Consul. ...
    f5b12268
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2535 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-03-25 15:58:03 +0000  
    Browse Code »
  • Sparc32/64 CPU selection ...
    62724a37
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2534 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2007-03-25 07:55:52 +0000  
    Browse File »

24 Mar, 2007
2 commits
  • One more bit of mips CPU configuration, and support for early 4KEc ...
    34ee2ede
    which implemented only MIPS32R1. Thanks to Stefan Weil to insist he's
    right on that. :-)
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2533 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-03-24 23:36:18 +0000  
    Browse Code »
  • Upgrade Sparc FPU version (based on patch by Aurelien Jarno) ...
    3e736bf4
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2532 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2007-03-24 13:24:09 +0000  
    Browse Dir »

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
8 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 »