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
18 May, 2008
4 commits
  • ETRAX: Add support for the ethernet receivers dest addr filters. ...
    f6953f13
    * Support the station address filters MA0 and MA1.
    * Model the group address bloom filter.
    * Indentation.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4487 c046a42c-6fe2-441c-8c8c-71466251a162
    edgar_igl authored
    2008-05-18 08:50:32 +0000  
    Browse Code »
  • Fix constant checks on Sparc64 host ...
    57e49b40
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4486 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-05-18 08:11:14 +0000  
    Browse Dir »
  • Fix TCG alignment problems on Sparc64 host ...
    d4929d58
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4485 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-05-18 07:49:05 +0000  
    Browse File »
  • Fix Sparc64 host signal handling ...
    c9e1e2b0
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4484 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-05-18 06:40:16 +0000  
    Browse File »

17 May, 2008
20 commits
  • Support signal reception in user-mode. Handle when the peer terminates or aborts the connection. ...
    1f487ee9
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4483 c046a42c-6fe2-441c-8c8c-71466251a162
    edgar_igl authored
    2008-05-17 22:20:53 +0000  
    Browse File »
  • Try to fix USB HID and make the HID reports readable. ...
    976f8eef
    Decode HID report Items in the comments.
    Invert mouse wheel direction as per Alexander Graf's report and as we already do in the tablet.
    Clamp the Relative values to -127:127 as we claimed in the HID descriptors.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4482 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2008-05-17 19:55:28 +0000  
    Browse File »
  • converted sign extension ops to TCG ...
    e108dd01
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4481 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2008-05-17 19:24:07 +0000  
    Browse File »
  • Use tcg_gen_not. ...
    d1896336
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4480 c046a42c-6fe2-441c-8c8c-71466251a162
    edgar_igl authored
    2008-05-17 19:11:14 +0000  
    Browse Dir »
  • MONITOR insn address generation fix - converted XLAT to TCG ...
    bbf662ee
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4479 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2008-05-17 19:05:28 +0000  
    Browse Code »
  • Add support for the 'k' (kill) and 'D' (detach) packets (Jason Wessel). ...
    7d03f82f
    Implement the 'k' gdbserial packet which kills the qemu instance via
    the debugger stub.
    
    Implement the 'D' detach packet for the gdb stub such that you can
    disconnect gdb with the "detach" command.  This required implementing
    a cpu_breakpoint_remove_all() and a cpu_watchpoint_remove_all()
    function to cleanup all the breakpoints and watchpoints prior to
    leaving the gdb stub else simulation can stop with no debugger
    attached.
    
    On a '?' packet remove all the breakpoints and watchpoints.  This is
    considered more of a safety net in case you force killed gdb or it
    crashed and you are reconnecting.  The identical behavior exists for
    kgdb in the linux kernel.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4478 c046a42c-6fe2-441c-8c8c-71466251a162
    edgar_igl authored
    2008-05-17 18:58:29 +0000  
    Browse Code »
  • BSR/BSF TCG conversion ...
    6191b059
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4477 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2008-05-17 18:44:58 +0000  
    Browse File »
  • musicpal: Improve button handling (Jan Kiszka). ...
    7c6ce4ba
    Looking at the hold-button-on-powerup thing, I came across some
    improvable parts in the MusicPal's button handling. This patch allows
    for repeated wheel events by keying the arrow keys pressed, corrects
    some constant name, and introduces an explicitly maintained GPIO_ISR
    state.
    
    Signed-off-by: Jan Kiszka <jan.kiszka@web.de>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4476 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2008-05-17 18:18:04 +0000  
    Browse Dir »
  • Remove arm's local not_i32 tcg op now that there's one in tcg. ...
    4aa9aca4
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4475 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2008-05-17 18:15:04 +0000  
    Browse Dir »
  • Missing include for Slirp on win32 (Eduardo Felipe). ...
    116842ee
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4474 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2008-05-17 18:07:00 +0000  
    Browse Code »
  • converted bit test operations to TCG ...
    f484d386
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4473 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2008-05-17 16:10:38 +0000  
    Browse Dir »
  • moved eflags computation outside op.c ...
    07d2c595
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4472 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2008-05-17 13:57:33 +0000  
    Browse Code »
  • converted adc, sbb, cmpxchg to TCG ...
    cad3a37d
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4471 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2008-05-17 13:50:02 +0000  
    Browse Dir »
  • converted condition code supprot to TCG - converted shift ops to TCG ...
    b6abf97d
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4470 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2008-05-17 12:44:31 +0000  
    Browse File »
  • added 'pure' function attribute - fixed indirect function calls ...
    c6e113f5
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4469 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2008-05-17 12:42:15 +0000  
    Browse Code »
  • added not pseudo op - more _tl macros ...
    0b6ce4cf
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4468 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2008-05-17 12:40:44 +0000  
    Browse Dir »
  • Generate better code for Sparc32 shifts ...
    e35298cd
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4467 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-05-17 09:43:12 +0000  
    Browse File »
  • Fix qemu_ld/st branches, constification, use orcc for tst synthetic op ...
    9a7f3228
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4466 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-05-17 09:41:14 +0000  
    Browse Code »
  • Improved workaround for the annoying glibc global register mangling bug ...
    572a9d4a
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4465 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-05-17 07:38:10 +0000  
    Browse Code »
  • Update TODO ...
    79c63858
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4464 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-05-17 06:08:15 +0000  
    Browse Code »

16 May, 2008
1 commit
  • Implement qemu_ld/st, fix brcond, handle more corner cases ...
    f5ef6aac
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4463 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-05-16 20:15:58 +0000  
    Browse Code »

15 May, 2008
5 commits
  • Always process real timers regardless of singlestep mode (Jason Wessel). ...
    21b20814
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4462 c046a42c-6fe2-441c-8c8c-71466251a162
    edgar_igl authored
    2008-05-15 19:54:00 +0000  
    Browse Code »
  • Implement brcond, ldst with large offset; fix direct jump, prologue ...
    cf7c2ca5
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4461 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-05-15 19:44:09 +0000  
    Browse Code »
  • Fix bit fitting checks ...
    f02ca5cb
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4460 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-05-15 17:30:17 +0000  
    Browse Code »
  • converted more helpers to TCG - fixed some SVM issues ...
    b8b6a50b
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4459 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2008-05-15 16:46:30 +0000  
    Browse File »
  • cpu_abort() is really an abort ...
    6e01bdae
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4458 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2008-05-15 16:17:07 +0000  
    Browse Code »

14 May, 2008
1 commit
  • Fix compilation on Sparc host, implement ld and st ...
    7d551702
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4457 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-05-14 19:22:05 +0000  
    Browse File »

13 May, 2008
7 commits
  • ETRAX: Add some kind of support for simulating 802.3 auto-negotiation. ...
    2e56350e
    * Add support for link partner ability and diagnostics reg.
    * Correct the endianess for MDIO responses.
    * Dont trash PHY registers after reads.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4456 c046a42c-6fe2-441c-8c8c-71466251a162
    edgar_igl authored
    2008-05-13 23:51:49 +0000  
    Browse File »
  • Remove some uses of phys_ram_base (initial patch by Ian Jackson) ...
    a37af289
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4455 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-05-13 18:50:56 +0000  
    Browse Code »
  • i386 specific TODO ...
    044ef8ea
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4454 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2008-05-13 18:27:16 +0000  
    Browse File »
  • update ...
    05ce71f1
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4453 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2008-05-13 18:26:52 +0000  
    Browse Code »
  • Fix loading of binary ROMs ...
    e01f4a1c
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4452 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-05-13 15:44:10 +0000  
    Browse Code »
  • Fix compiler warning. ...
    6106075b
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4451 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2008-05-13 14:35:34 +0000  
    Browse File »
  • CRIS: Improve TLB management and handle delayslots at page boundaries. ...
    cf1d97f0
    * Dont flush the entire qemu tlb when the $pid changes. Instead we go through
      the guests TLB and choose entries that need to be flushed.
    * Add env->dslot and handle delayslots at pageboundaries.
    * Remove some unused code.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4450 c046a42c-6fe2-441c-8c8c-71466251a162
    edgar_igl authored
    2008-05-13 10:59:14 +0000  
    Browse File »

12 May, 2008
2 commits
  • compilation fix ...
    3bd8c5e4
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4449 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2008-05-12 22:55:35 +0000  
    Browse Dir »
  • use new helper name ...
    5d97559d
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4448 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2008-05-12 22:05:33 +0000  
    Browse File »