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
24 Apr, 2005
3 commits
  • qemu code is not ready to handle these registers ...
    dff293e7
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1391 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2005-04-24 18:01:56 +0000  
    Browse File »
  • MMU fix (Blue Swirl) ...
    b3180cdc
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1390 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2005-04-24 10:08:19 +0000  
    Browse File »
  • removed RS_CONTINUE 'state' ...
    41625033
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1389 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2005-04-24 10:07:11 +0000  
    Browse File »

23 Apr, 2005
19 commits
  • informative message about low memory on /dev/shm ...
    6bae7ed8
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1388 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2005-04-23 20:44:25 +0000  
    Browse Code »
  • Fix dumping of arm registers (Paul Brook) ...
    74c161bd
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1387 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2005-04-23 18:46:03 +0000  
    Browse File »
  • removed obsolete S3 VGA code ...
    08e48902
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1386 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2005-04-23 18:43:45 +0000  
    Browse File »
  • cygwin host support (Paul Brook) ...
    c326e0af
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1385 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2005-04-23 18:30:28 +0000  
    Browse Code »
  • ARM singlestep support (Paul Brook) ...
    8aaca4c0
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1384 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2005-04-23 18:27:52 +0000  
    Browse File »
  • ARM "Angel" semihosting syscalls (Paul Brook) ...
    a4f81979
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1383 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2005-04-23 18:25:41 +0000  
    Browse Dir »
  • arm vfp fcmp and fcmpe instructions fix (Paul Brook) ...
    89344d5a
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1382 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2005-04-23 18:21:13 +0000  
    Browse Dir »
  • PREP machines have two IO mappings. ...
    da9b266b
    This patch adds support for non-contiguous IO map, which is used by
    OS/2.
    It also adds the missing legacy IO ports for the PREP PCI bridge and
    changes CPU PVR from 74x/75x to 604 to make OS/2 happy.
    (Jocelyn Mayer)
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1381 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2005-04-23 18:18:54 +0000  
    Browse Code »
  • This patch fixes two bugs in cuda emulation: ...
    dccfafc4
    - the CUDA timer is always triggered twice, with current code
    - SET_TIME command is supposed to send back a 7 bytes packet
    (Jocelyn Mayer)
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1380 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2005-04-23 18:16:54 +0000  
    Browse File »
  • This patch adds little-endian mode support to PPC emulation. ...
    111bfab3
    This is needed by OS/2 and Windows NT and some programs like VirtualPC.
    This patch has been tested using OS/2 bootloader (thanks to Tero
    Kaarlela).
    (Jocelyn Mayer)
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1379 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2005-04-23 18:16:07 +0000  
    Browse Code »
  • - remove the ugly "stop" pseudo-opcode. ...
    c7d344af
    - fix fsqrt instruction (there's no fsqrt.).
    - floating point load and store are not integer instructions.
    - wrong opcode for dcba instructions.
    (Jocelyn Mayer)
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1378 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2005-04-23 18:05:46 +0000  
    Browse File »
  • ARM syscall fix (Paul Brook) ...
    e1a2849c
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1377 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2005-04-23 18:01:57 +0000  
    Browse File »
  • lretq, lcall and ljmp tests in 64 bit mode ...
    e06e5259
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1376 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2005-04-23 17:54:59 +0000  
    Browse Dir »
  • lcall and ljmp fixes in 64 bit mode - sysret fix ...
    aba9d61e
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1375 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2005-04-23 17:53:12 +0000  
    Browse File »
  • return model id in cpuid for x86_64 ...
    a6f37988
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1374 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2005-04-23 17:50:32 +0000  
    Browse Code »
  • sysret fix - better cpuid support - lcall support for x86_64 - efer access in i386 emulation ...
    f419b321
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1373 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2005-04-23 17:48:47 +0000  
    Browse Dir »
  • enable EFER usage in i386 emulation - more cpuid bits ...
    8d9bfc2b
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1372 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2005-04-23 17:46:55 +0000  
    Browse File »
  • x86_64 support ...
    c28e951f
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1371 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2005-04-23 17:45:43 +0000  
    Browse File »
  • kqemu build fix ...
    07f4ddbf
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1370 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2005-04-23 17:44:28 +0000  
    Browse File »

17 Apr, 2005
6 commits
  • make lsl, lar verr and verw exception safe ...
    5516d670
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1369 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2005-04-17 19:50:21 +0000  
    Browse Dir »
  • verr and verw eflags opt fix ...
    cc6f538b
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1368 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2005-04-17 19:49:02 +0000  
    Browse File »
  • gdb support for user mode (Paul Brook) ...
    1fddef4b
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1367 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2005-04-17 19:16:13 +0000  
    Browse File »
  • windows support for kqemu (Filip Navara) ...
    6e4255f6
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1366 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2005-04-17 18:33:47 +0000  
    Browse Code »
  • removed unused stuff ...
    74ffc772
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1365 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2005-04-17 18:32:14 +0000  
    Browse Code »
  • destination write mask support, fixed banked memory access, read-only access for… ...
    e3a4e4b6
    … bus type in SR 0x17 (Volker Ruppert)
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1364 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2005-04-17 17:56:18 +0000  
    Browse File »

10 Apr, 2005
3 commits
  • packet fix for for netware 3.11 (initial patch by Mark Jonckheere) - security bug fix ...
    40545f84
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1363 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2005-04-10 14:51:41 +0000  
    Browse File »
  • fixed MMU bug on code page boundary ...
    d39c0b99
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1362 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2005-04-10 14:40:58 +0000  
    Browse Code »
  • renamed set_bit to cow_set_bit (Paul Brook) ...
    2b03a7a5
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1361 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2005-04-10 14:39:05 +0000  
    Browse File »

07 Apr, 2005
6 commits
  • ia64 host support (David Mosberger) ...
    b8076a74
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1360 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2005-04-07 22:20:31 +0000  
    Browse Code »
  • accept more disk image extensions (David Still) ...
    7a674b13
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1359 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2005-04-07 20:36:50 +0000  
    Browse File »
  • open the dialog box if an image was not selected from command-line (Pierre d'Herbemont) ...
    5a246934
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1358 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2005-04-07 20:35:06 +0000  
    Browse File »
  • helper_lret_protected fix for kqemu (Paul Brook) ...
    b7e2c11d
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1357 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2005-04-07 20:33:08 +0000  
    Browse Dir »
  • ARM double ordering fix (Paul Brook) ...
    9d60cac0
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1356 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2005-04-07 19:55:52 +0000  
    Browse File »
  • VFP register ordering (Paul Brook) ...
    8e96005d
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1355 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2005-04-07 19:42:46 +0000  
    Browse Code »

06 Apr, 2005
3 commits
  • Open Hack'Ware version 0.4.1 ...
    85d8be6b
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1354 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2005-04-06 23:06:54 +0000  
    Browse Code »
  • IDE irq fix (Jocelyn Mayer) ...
    c194feda
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1353 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2005-04-06 23:03:38 +0000  
    Browse Dir »
  • new bochs BIOS - 16 bit APM support (initial patch by Struan Bartlett) ...
    7e6c3f34
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1352 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2005-04-06 23:01:24 +0000  
    Browse File »