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
29 Jul, 2008
5 commits
  • Unswap qemu-arm data and prefetch abort addresses (Laurent Desnogues). ...
    eae473c1
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4967 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2008-07-29 14:09:57 +0000  
    Browse Dir »
  • Fix load width for slave address in i2c_bus_load (Chris Lalancette). ...
    d0c22f49
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4966 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2008-07-29 13:57:48 +0000  
    Browse Code »
  • Simplify -usbdevice net: syntax, allow VLANs with no NICs. ...
    9ad97e65
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4965 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2008-07-29 13:16:31 +0000  
    Browse Code »
  • For consistncy with --target-list accept coma separated items in --audio-card/drv-list ...
    2fa7d3bf
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4964 c046a42c-6fe2-441c-8c8c-71466251a162
    malc authored
    2008-07-29 12:58:44 +0000  
    Browse Code »
  • Remove dyngen leftovers. ...
    5ce042b1
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4963 c046a42c-6fe2-441c-8c8c-71466251a162
    edgar_igl authored
    2008-07-29 07:46:53 +0000  
    Browse Dir »

28 Jul, 2008
7 commits
  • Immediate versions of some operations ...
    fe6f943f
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4962 c046a42c-6fe2-441c-8c8c-71466251a162
    malc authored
    2008-07-28 23:46:06 +0000  
    Browse Code »
  • Do not try handle "special" arguments of and/or/xor/shl/shr, upper level does it ...
    000a2d86
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4961 c046a42c-6fe2-441c-8c8c-71466251a162
    malc authored
    2008-07-28 23:46:03 +0000  
    Browse Dir »
  • Set the L field of CMP[L][I] when dealing with 64 bit quantities ...
    e924bbec
    This (along with previous 2 commits) makes X86_64 work on ppc64 too.
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4960 c046a42c-6fe2-441c-8c8c-71466251a162
    malc authored
    2008-07-28 19:42:23 +0000  
    Browse Dir »
  • Fix preprocessor guard condition ...
    880e52b8
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4959 c046a42c-6fe2-441c-8c8c-71466251a162
    malc authored
    2008-07-28 19:42:20 +0000  
    Browse Dir »
  • Remove leftover from previous way to load 64 bit constants ...
    95153fde
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4958 c046a42c-6fe2-441c-8c8c-71466251a162
    malc authored
    2008-07-28 19:42:17 +0000  
    Browse Dir »
  • vmware backdoor interface fix (Chris Lalancette) ...
    e9396bde
    VMWare backdoor interface should work with IN/OUT port ops, but
    currently only IN is supported. BOCHS bios uses OUT to query UUID.
    The patch adds OUT support.
    
    Signed-off-by: Chris Lalancette <clalance@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4957 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2008-07-28 18:58:02 +0000  
    Browse File »
  • Attempt to detect unconnected ptys (Gerd Hoffman) ...
    279e694b
    This patch moves the pty char device imlementation away from the generic
    filehandle code.  It tries to detect as good as possible whenever there
    is someone connected to the slave pty device and only send data down the
    road in case someone is listening.  Unfortunaly we have to poll via
    timer once in a while to check the status because we have to use read()
    on the master pty to figure the status (returns -EIO when unconnected).
    
    Poll intervall for an idle guest is one second, when the guest sends
    data to the virtual device linked to the pty we check more frequently.
    
    The point for all of this is to avoid qemu blocking and not responding
    any more.  Writing to the master pty handle succeeds even when nobody is
    connected to (and reading from) to the slave end of the pty.  The kernel
    just bufferes the writes.  And as soon as the kernel buffer is full the
    write() call blocks forever ...
    
    Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4956 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2008-07-28 18:55:32 +0000  
    Browse Code »

27 Jul, 2008
2 commits
  • Special-case some paths inside tcg_out_tlb_read ...
    4a40e231
    a. Use 32bit arithmetics in TARGET_LONG_BITS == 32 case
    b. Optimize byte access case in TARGET_LONG_BITS == 64 case
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4955 c046a42c-6fe2-441c-8c8c-71466251a162
    malc authored
    2008-07-27 11:09:21 +0000  
    Browse Dir »
  • Fix the opcode value of LWA ...
    301f6d90
    That should teach one to not blindly trust documentation that will
    (out of the blue) use decimal and binary representation for numbers in
    the same chart for no apparent reason and without any prefixes, sigh..
    
    Unbreaks MIPS.
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4954 c046a42c-6fe2-441c-8c8c-71466251a162
    malc authored
    2008-07-27 10:28:15 +0000  
    Browse Dir »

26 Jul, 2008
9 commits
  • Try to avoid glibc global register mangling, again ...
    e97b640d
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4953 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-07-26 17:19:35 +0000  
    Browse Code »
  • Add e1000 etherboot ROM from http://www.rom-o-matic.net ...
    2991990b
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4952 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2008-07-26 16:53:22 +0000  
    Browse Code »
  • Map code buffers below 2G on Sparc64 ...
    141ac468
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4951 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-07-26 15:05:57 +0000  
    Browse Code »
  • Relax memory operations constraints ...
    c070355d
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4950 c046a42c-6fe2-441c-8c8c-71466251a162
    malc authored
    2008-07-26 11:21:03 +0000  
    Browse Dir »
  • Fix qemu_ld64 constraint list ...
    b01d9fea
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4949 c046a42c-6fe2-441c-8c8c-71466251a162
    malc authored
    2008-07-26 11:21:00 +0000  
    Browse Code »
  • Use proper offset for LR save slot ...
    e03ae7f9
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4948 c046a42c-6fe2-441c-8c8c-71466251a162
    malc authored
    2008-07-26 11:20:57 +0000  
    Browse Dir »
  • Reduce amount of space reserved for tb jump ...
    5424fd10
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4947 c046a42c-6fe2-441c-8c8c-71466251a162
    malc authored
    2008-07-26 11:20:54 +0000  
    Browse Dir »
  • Fix and improve 64 bit immediate loading ...
    6fc9dbcc
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4946 c046a42c-6fe2-441c-8c8c-71466251a162
    malc authored
    2008-07-26 11:20:50 +0000  
    Browse Dir »
  • Fix EXTSW arguments ...
    450e62e7
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4945 c046a42c-6fe2-441c-8c8c-71466251a162
    malc authored
    2008-07-26 11:20:44 +0000  
    Browse Dir »

25 Jul, 2008
3 commits
  • CRIS: Correct condition for when to apply fast move flags evaluation. Correct si… ...
    89cc7382
    …ngle-stepping over branches.
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4944 c046a42c-6fe2-441c-8c8c-71466251a162
    edgar_igl authored
    2008-07-25 21:20:21 +0000  
    Browse Dir »
  • Fix OMAP GPMC register offsets and SYSCTL 8bit io (Kyungmin Park). ...
    f451387a
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4943 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2008-07-25 21:07:21 +0000  
    Browse Dir »
  • Make MAXTL dynamic, bounds check tl when indexing ...
    c19148bd
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4942 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-07-25 07:42:14 +0000  
    Browse Code »

24 Jul, 2008
6 commits
  • Use proper value for TCG_TARGET_CALL_STACK_OFFSET ...
    e7d05e6f
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4941 c046a42c-6fe2-441c-8c8c-71466251a162
    malc authored
    2008-07-24 22:56:21 +0000  
    Browse Dir »
  • Do exit if test for hostlongbits on ppc64 fails ...
    ba69a08a
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4940 c046a42c-6fe2-441c-8c8c-71466251a162
    malc authored
    2008-07-24 17:51:36 +0000  
    Browse Code »
  • Emit and use adhoc function descriptor for code_gen_prologue on PPC64 ...
    a69abbe0
    Thus avoiding fragile inline assembly hackery to call into generated
    code.
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4939 c046a42c-6fe2-441c-8c8c-71466251a162
    malc authored
    2008-07-24 17:37:09 +0000  
    Browse Dir »
  • Sparc32: save/load all MMU registers, Sparc64: add CPU save/load ...
    0b8f1b10
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4938 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-07-24 11:28:51 +0000  
    Browse File »
  • Fix 24 bit mode ...
    688ea2eb
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4937 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-07-24 11:26:38 +0000  
    Browse Code »
  • Fix detection of 15 bit display depth ...
    749ecd99
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4936 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-07-24 11:25:30 +0000  
    Browse File »

23 Jul, 2008
8 commits
  • Remove neg_i32 debugging leftover ...
    6926be2a
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4935 c046a42c-6fe2-441c-8c8c-71466251a162
    malc authored
    2008-07-23 20:01:27 +0000  
    Browse Dir »
  • Provide extNs_M instructions ...
    e46b9681
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4934 c046a42c-6fe2-441c-8c8c-71466251a162
    malc authored
    2008-07-23 20:01:23 +0000  
    Browse Code »
  • Remove stray "i" from mul_i64 ...
    1d58ee9f
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4933 c046a42c-6fe2-441c-8c8c-71466251a162
    malc authored
    2008-07-23 20:01:19 +0000  
    Browse Code »
  • Preliminary PPC64/Linux host support ...
    810260a8
    ppc64.ld from Heikki Lindholm's patch
    http://marc.info/?l=qemu-devel&m=114086179024634&w=2
    
    Issues:
    x86_64 tripple faults shortly after decompressing the kernel
    No immediate versions of most 64 bit operations
    More...
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4932 c046a42c-6fe2-441c-8c8c-71466251a162
    malc authored
    2008-07-23 19:17:46 +0000  
    Browse Code »
  • Enable VDE by default if library is present. ...
    e0e6c8c0
    VDE isn't used unless the user explicitly asks for it so if the library is
    present on the system, we should include support for it.
    
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4931 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2008-07-23 18:14:33 +0000  
    Browse Code »
  • Add OneNAND Unlock All command (Kyungmin Park). ...
    89588a4b
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4930 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2008-07-23 16:35:45 +0000  
    Browse Dir »
  • Use plain standard inline. ...
    c904ef0e
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4929 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2008-07-23 16:16:31 +0000  
    Browse Dir »
  • Less hardcoding of TARGET_USER_ONLY. ...
    0eaef5aa
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4928 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2008-07-23 16:14:22 +0000  
    Browse File »