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
01 Nov, 2007
1 commit
  • Strace for userland emulation, by Stuart Anderson and Thayne Harbaugh. ...
    b92c47c1
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3502 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-11-01 00:07:38 +0000  
    Browse Code »

31 Oct, 2007
11 commits
  • Fix CR ops with complement, thanks to Julian Seward for testing ...
    fc0d441e
    and reporting the bug :
    * remove bugged CR ops specific micro-ops
    * use standard and / or / shift operations instead
    * comment not-used-anymore op_store_T1_crf_crf micro-op template.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3501 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-10-31 22:02:17 +0000  
    Browse File »
  • Add copyright and license header. ...
    a79ee211
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3500 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-10-31 17:14:08 +0000  
    Browse File »
  • Correct the WBINVD intercept in SVM (Alexander Graf). ...
    ad848875
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3499 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2007-10-31 02:01:33 +0000  
    Browse Dir »
  • Handle 3.7 VNC clients authentication correctly (Dan Kenigsberg). ...
    a26c97ad
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3498 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2007-10-31 01:58:56 +0000  
    Browse File »
  • Set boot sequence from command line (Dan Kenigsberg). ...
    6ac0e82d
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3497 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2007-10-31 01:54:04 +0000  
    Browse File »
  • Support multipart images as input to qemu-img (Salvador Fandino). ...
    926c2d23
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3496 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2007-10-31 01:11:44 +0000  
    Browse File »
  • Add gcc-3.4.6 to the list of gcc3 versions (Carlo Marcelo Arenas Belon). ...
    fe8f78e4
    Add --disable-sdl to configure's help (Carlo Marcelo Arenas Belon).
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3495 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2007-10-31 01:03:28 +0000  
    Browse Code »
  • Invalidate TLBs when domains are changed (Matthew Warton). ...
    405ee3ad
    Legalise cp15 pid register writes (Matthew Warton).
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3494 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2007-10-31 00:47:13 +0000  
    Browse Code »
  • OHCI USB isochronous transfers support (Arnon Gilboa). ...
    7bfe5777
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3493 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2007-10-31 00:34:21 +0000  
    Browse File »
  • Use a O_NONBLOCK pipe for iso completion signals for thread-safety, by Arnon Gilboa. ...
    046833ea
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3492 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2007-10-31 00:27:50 +0000  
    Browse Code »
  • x86_64 support in cpu_gdb_read_registers(), by Goran Weinholt. ...
    5ad265ee
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3491 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2007-10-31 00:21:35 +0000  
    Browse Code »

30 Oct, 2007
3 commits
  • Declare function before use, reduces compiler warning noise. ...
    c9f10306
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3490 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-10-30 23:19:52 +0000  
    Browse Dir »
  • Miscellaneous VNC related fixes from Xen forwarded by Matthew Kent. ...
    a528b80c
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3489 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2007-10-30 22:38:53 +0000  
    Browse File »
  • Do not make NETLINK socket connections possible (Alexander Graf). ...
    12bc92ab
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3488 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2007-10-30 21:06:14 +0000  
    Browse Dir »

29 Oct, 2007
12 commits
  • Fix two PowerPC FPU emulation bugs (thanks to Aurelien Jarno) ...
    86c4a9f5
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3487 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-10-29 21:54:35 +0000  
    Browse Code »
  • Adjust s390 addresses (the MSB is defined as "to be ignored"). ...
    273af660
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3486 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-10-29 14:39:49 +0000  
    Browse Dir »
  • Add a qemu_irq_invert() shortcut for inverting a signal. ...
    b50a6563
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3485 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2007-10-29 10:59:29 +0000  
    Browse File »
  • Add a TI TSC2102 chip (touchscreen/ADC/audio-CODEC controller). ...
    3efda49d
    Fix GPIO memory mapping address and register width.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3484 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2007-10-29 10:34:01 +0000  
    Browse File »
  • Fix PreP PCI IRQ mapping. ...
    8c9d7f83
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3483 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-10-29 10:24:59 +0000  
    Browse File »
  • Temporary hack to avoid Qemu crash at PowerPC reset time. ...
    ef397e88
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3482 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-10-29 10:22:58 +0000  
    Browse File »
  • Implement PreP reset port. ...
    c4781a51
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3481 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-10-29 10:21:12 +0000  
    Browse File »
  • PowerPC 601 / 620 / 970 need a 1MB firmware. ...
    4c823cff
    This option is not allowed for PowerMac, as it would overlap with NVRAM.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3480 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-10-29 10:19:50 +0000  
    Browse File »
  • Preliminary MIPS64R2 mode. ...
    d2123ead
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3479 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-10-29 09:38:43 +0000  
    Browse Dir »
  • Fix logic bug which broke TLBL/TLBS handling somewhat. ...
    6276c767
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3478 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-10-29 02:57:19 +0000  
    Browse Dir »
  • Implement OMAP MicroWire controller. ...
    d951f6ff
    Fix GPIO interrupt number.
    Reorder a couple of variables.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3477 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2007-10-29 01:50:05 +0000  
    Browse Code »
  • Restrict CP0_PerfCnt to legal values. ...
    1b6fd0bc
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3476 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-10-29 00:49:32 +0000  
    Browse File »

28 Oct, 2007
13 commits
  • * sort the PowerPC target object files ...
    3cbee15b
    * make PowerPC NVRAM accessors generic to be able to use a MacIO NVRAM
      instead of the M48T59 one
    * split PowerMac targets code:
     - move all PowerMac related definitions and prototypes into hw/ppc_mac.h
     - add hw/mac_dbdma.c, hw/mac_nvram.c and macio.c
       which implements shared PowerMac devices
     - define the g3bw machine in a new hw/ppc_oldworld.c file
    * Fix the g3bw target:
     - fix the Grackle host PCI device
     - connect the Heathrow PIC to the PowerPC 6xx bus pins
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3475 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-10-28 23:42:18 +0000  
    Browse Code »
  • Give an opaque to the m48t59 direct access routines to make it easier ...
    897b4c6c
    to use another NVRAM with the same API.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3474 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-10-28 23:33:05 +0000  
    Browse Dir »
  • Add OMAP Shared GPIO module. ...
    64330148
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3473 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2007-10-28 21:02:29 +0000  
    Browse Dir »
  • Implement missing MIPS supervisor mode bits. ...
    623a930e
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3472 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-10-28 19:45:05 +0000  
    Browse Code »
  • Handle MMC card insertion/removal/readonly signals. ...
    8e129e07
    Hook them up to Palm T|E GPIOs.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3471 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2007-10-28 19:24:52 +0000  
    Browse File »
  • Add PalmT|E matrix keypad connected to OMAP GPIOs. ...
    38a34e1d
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3470 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2007-10-28 18:29:04 +0000  
    Browse Dir »
  • Implement OMAP1 MPU I/O module. ...
    fe71e81a
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3469 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2007-10-28 16:45:01 +0000  
    Browse Dir »
  • Use shared ctpop64 helper ...
    eed152bb
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3468 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2007-10-28 14:35:04 +0000  
    Browse Dir »
  • Use cpp to generate correct build dependencies for target objects ...
    2f96c28d
    instead of using incomplete hardcoded ones.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3467 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-10-28 13:07:12 +0000  
    Browse Code »
  • Make Alpha and PowerPC targets use shared helpers ...
    603fccce
    for clz, clo, ctz, cto and ctpop.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3466 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-10-28 12:54:53 +0000  
    Browse Code »
  • Add shared ctz32, cto32, ctz64, cto64, ...
    b9ef45ff
    ctpop8, ctpop16, ctpop32 and ctpop64 helpers.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3465 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-10-28 12:52:38 +0000  
    Browse Code »
  • Use the shiny new clz helpers. ...
    941db528
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3464 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-10-28 01:44:40 +0000  
    Browse Code »
  • Less debug noise from the mipsnet driver. ...
    57ba97de
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3463 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-10-28 01:43:52 +0000  
    Browse Code »