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
15 Apr, 2009
6 commits
  • target-alpha: fix emulation of ecb ...
    ffc500ea
    As ECB is a hint, it can be safely emulated as a nop.
    
    This change is necessary to boot Tru64.
    
    Signed-off-by: Tristan Gingold <gingold@adacore.com>
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7111 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-04-15 14:43:11 +0000  
    Browse File »
  • Call configure automatically when needed ...
    55d7e8f6
    Automatically rerun configure when it is needed.
    
    Signed-off-by: Stefan Weil <weil@mail.berlios.de>
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7110 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-04-15 14:42:57 +0000  
    Browse Code »
  • block-vpc: Don't silently create smaller image than requested ...
    6e9ea0c0
    The algorithm from the VHD specification for CHS calculation silently limits
    images to 127 GB which may confuse a user who requested a larger image. Better
    output an error message and abort.
    
    Signed-off-by: Kevin Wolf <kwolf@redhat.com>
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7109 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-04-15 14:42:46 +0000  
    Browse Code »
  • target-alpha: lower parent irq when irq is lowered. ...
    29463b24
    Signed-off-by: Tristan Gingold <gingold@adacore.com>
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7108 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-04-15 14:42:30 +0000  
    Browse Code »
  • target-mips: mark zero register as unused. ...
    f2c94b92
    Suggested by Stuart Brady.
    
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7107 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-04-15 14:42:00 +0000  
    Browse Dir »
  • target-mips: variable names consistency ...
    d9bea114
    Use a consistent naming of arguments and TCG variables across the whole
    file, the same as in tcg/tcg-op.h:
    - arg1, arg2, ... for arguments
    - t0, t1, t2, ... for variables
    
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7106 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-04-15 14:41:44 +0000  
    Browse Dir »

13 Apr, 2009
9 commits
  • Add a --enable-debug-tcg option to configure ...
    f8393946
    This patch allows DEBUG_TCGV to be defined (and also prevents NDEBUG
    from being defined) when passing an option to the configure script.
    This should help to prevent any accidental changes that enable
    DEBUG_TCGV in tcg/tcg.h from being committed in future, and may
    help to encourage testing with DEBUG_TCGV enabled.
    
    Signed-off-by: Stuart Brady <stuart.brady@gmail.com>
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7105 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-04-13 18:45:38 +0000  
    Browse File »
  • Probe via #define check for OpenBSD and *Solaris ...
    169dc5d3
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7104 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2009-04-13 17:19:26 +0000  
    Browse Code »
  • Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static' ...
    3f4cb3d3
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7103 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2009-04-13 16:31:01 +0000  
    Browse Code »
  • Fix OpenSolaris softfloat warnings ...
    14d483ec
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7102 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2009-04-13 16:27:08 +0000  
    Browse Code »
  • Skip KVM probe for OpenSolaris ...
    acda94b1
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7101 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2009-04-13 16:23:22 +0000  
    Browse Code »
  • Probe for OpenSolaris curses missing resize_term ...
    5a8ff3aa
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7100 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2009-04-13 16:18:34 +0000  
    Browse Code »
  • Fix ppc-softmmu warnings on OpenBSD host ...
    2dc766da
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7099 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2009-04-13 16:06:19 +0000  
    Browse Code »
  • Recognise evdev(xx)_aliases(yy) and xfree86(xx)_aliases(yy) as keymap names. ...
    bb0574fe
    Newer Xorg use these with non-default kemaps (such as the ThinkPad keymap).
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7097 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2009-04-13 11:33:46 +0000  
    Browse Code »
  • target-mips: fix commits 7040 and 7042 ...
    867abc7e
    CPU state should also be saved for helpers that in fine call
    cpu_unlink_tb(). Reported by Stefan Weil.
    
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7096 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-04-13 08:53:12 +0000  
    Browse Dir »

12 Apr, 2009
1 commit
  • target-mips: fix commit 7046 ...
    30a3848b
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7095 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-04-12 08:32:45 +0000  
    Browse Dir »

11 Apr, 2009
16 commits
  • target-mips: don't map zero register as a TCG global ...
    bb928dbe
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7094 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-04-11 18:43:20 +0000  
    Browse File »
  • target-mips: optimize gen_ldst() ...
    d66c7132
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7093 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-04-11 18:42:55 +0000  
    Browse File »
  • target-mips: optimize gen_arith_imm() ...
    324d9e32
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7092 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-04-11 18:42:17 +0000  
    Browse File »
  • Add named initializers. ...
    b2ee0ce2
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7091 c046a42c-6fe2-441c-8c8c-71466251a162
    pbrook authored
    2009-04-11 17:41:32 +0000  
    Browse Code »
  • Remove redundant ram_require machine properly. ...
    190cd021
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7090 c046a42c-6fe2-441c-8c8c-71466251a162
    pbrook authored
    2009-04-11 17:33:00 +0000  
    Browse Code »
  • Remove more redundant ram size checks. ...
    a0b753df
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7089 c046a42c-6fe2-441c-8c8c-71466251a162
    pbrook authored
    2009-04-11 17:24:39 +0000  
    Browse Code »
  • Implement dynamic guest ram allocation. ...
    94a6b54f
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7088 c046a42c-6fe2-441c-8c8c-71466251a162
    pbrook authored
    2009-04-11 17:15:54 +0000  
    Browse Code »
  • Fix/remove bogus ram size checks. ...
    b0457b69
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7087 c046a42c-6fe2-441c-8c8c-71466251a162
    pbrook authored
    2009-04-11 17:01:42 +0000  
    Browse Code »
  • Allocate enough vram for 24-bit planes. ...
    520860ef
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7086 c046a42c-6fe2-441c-8c8c-71466251a162
    pbrook authored
    2009-04-11 16:55:44 +0000  
    Browse Dir »
  • Remove code phys_ram_base uses. ...
    5579c7f3
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7085 c046a42c-6fe2-441c-8c8c-71466251a162
    pbrook authored
    2009-04-11 14:47:08 +0000  
    Browse File »
  • BSD user: initial support for i386 and x86_64 targets ...
    31fc12df
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7084 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2009-04-11 11:09:31 +0000  
    Browse Code »
  • Compile target independent files only once ...
    e9c28334
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7083 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2009-04-11 09:04:44 +0000  
    Browse Code »
  • Remove reserved registers from tcg_target_reg_alloc_order ...
    2ffebe2d
    Noticed by Andreas Faerber
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7082 c046a42c-6fe2-441c-8c8c-71466251a162
    malc authored
    2009-04-11 08:19:50 +0000  
    Browse Dir »
  • Whack [LS]MW ...
    9de187a0
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7081 c046a42c-6fe2-441c-8c8c-71466251a162
    malc authored
    2009-04-11 07:39:04 +0000  
    Browse Dir »
  • Remove reserved registers from tcg_target_reg_alloc_order ...
    e23f2f36
    Noticed by Andreas Faerber
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7080 c046a42c-6fe2-441c-8c8c-71466251a162
    malc authored
    2009-04-11 07:38:56 +0000  
    Browse Code »
  • mips malta: fix commit 7064 ...
    39303672
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7079 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-04-11 07:02:25 +0000  
    Browse Code »

10 Apr, 2009
8 commits
  • target-mips: fix commit r7076 ...
    52a0e9eb
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7078 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-04-10 21:56:32 +0000  
    Browse Dir »
  • target-mips: optimize gen_movcf_d() ...
    11f94258
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7077 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-04-10 21:42:18 +0000  
    Browse Code »
  • target-mips: optimize a few tcg_temp_free() ...
    a4e8338d
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7076 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-04-10 21:41:53 +0000  
    Browse Dir »
  • target-alpha: remove amask helper ...
    1a1f7dbc
    The direct use of helper_amask in translate.c was bogus (as env is not
    assigned).  Directly code amask in tcg and remove the helper.
    
    Signed-off-by: Tristan Gingold <gingold@adacore.com>
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7075 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-04-10 21:27:48 +0000  
    Browse Code »
  • target-alpha: remove helper_load_implver ...
    8579095b
    There is no need to use an helper.  Directly load the value with tcg code.
    
    Signed-off-by: Tristan Gingold <gingold@adacore.com>
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7074 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-04-10 21:27:31 +0000  
    Browse Dir »
  • target-alpha: overflow condition for sublv and subqv ...
    ecbb5ea1
    The conditions to detect overflow in sub operations was wrong.
    
    This patch is necessary to boot Tru64.
    
    Signed-off-by: Tristan Gingold <gingold@adacore.com>
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7073 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-04-10 21:27:15 +0000  
    Browse Dir »
  • Clean up rc4030 init function ...
    68238a9e
    At the moment, rc4030 init function is returning some function pointers.
    Mark them non-static and define them in header file instead.
    Export also a function to read/write DMA memory, it will be required by
    the netcard.
    
    Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7072 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-04-10 21:26:55 +0000  
    Browse File »
  • Make PCI config status register read-only ...
    c2c5104b
    From the documentation I can find, this register is supposed to be read-only.
    
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7070 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-04-10 20:48:17 +0000  
    Browse Dir »