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 Aug, 2008
10 commits
  • SH4: convert branch/jump instructions to TCG ...
    1000822b
    (Shin-ichiro KAWASAKI)
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5111 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-08-29 22:32:32 +0000  
    Browse Code »
  • Fix FCC handling for Sparc64 target, initial patch by Vince Weaver ...
    ba6a9d8c
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5110 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-08-29 21:03:31 +0000  
    Browse Code »
  • Fix Sparc64 boot on i386 host: ...
    91736d37
    - move do_interrupt() back to op_helper.c
     - move non-helper prototypes from helper.h to exec.h
     - move some prototypes from cpu.h to exec.h
     - do not export either set_cwp() or cpu_set_cwp() from op_helper.c,
       but instead provide inline functions
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5109 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-08-29 20:50:21 +0000  
    Browse File »
  • SH4: convert simple compare instructions to TCG ...
    a4625612
    (Shin-ichiro KAWASAKI)
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5108 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-08-29 20:12:18 +0000  
    Browse Code »
  • SH4: convert a few control or system register functions to TCG ...
    3a8a44c4
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5107 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-08-29 16:32:18 +0000  
    Browse File »
  • SH4: Fix bugs introduce in r5099 ...
    829337a6
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5106 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-08-29 16:08:38 +0000  
    Browse Code »
  • SH4: fix xtrct Rm,Rn (broken in r5103) ...
    5aa3b1ea
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5105 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-08-29 13:27:29 +0000  
    Browse Code »
  • Fix a nit in exec.c, by Tristan Gingold. ...
    d8173e0f
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5104 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2008-08-29 13:10:00 +0000  
    Browse Code »
  • SH4: convert logic and arithmetic ops to TCG ...
    559dd74d
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5103 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-08-29 10:05:12 +0000  
    Browse Code »
  • SH4: use TCG variables for gregs ...
    1e8864f7
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5102 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-08-29 00:48:50 +0000  
    Browse Dir »

28 Aug, 2008
10 commits
  • SH4: use uint32_t/i32 based types/ops ...
    3bf73a49
    Use uint32_t/i32 based types/ops to stay consistent with previous dyngen
    code. Thanks to Paul Brook for noticing that.
    
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5101 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-08-28 21:37:53 +0000  
    Browse Dir »
  • SH4: Convert register moves to TCG ...
    8f99cc6c
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5100 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-08-28 21:02:38 +0000  
    Browse Dir »
  • SH4: Convert dyngen registers moves to TCG ...
    a73d39ba
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5099 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-08-28 21:02:30 +0000  
    Browse Dir »
  • SH4: Convert immediate loads to TCG ...
    ccc9cc5b
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5098 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-08-28 21:02:19 +0000  
    Browse Dir »
  • SH4: remove unused ops ...
    f36672ae
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5097 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-08-28 21:02:08 +0000  
    Browse Dir »
  • SH4: add support for TCG helpers ...
    988d7eaa
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5096 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-08-28 21:02:00 +0000  
    Browse File »
  • SH4: Init TCG variables ...
    6858571c
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5095 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-08-28 21:01:53 +0000  
    Browse Dir »
  • PPC: add support for TCG helpers ...
    f10dc08e
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5094 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-08-28 21:01:45 +0000  
    Browse Dir »
  • PPC: Init TCG variables ...
    1c73fe5b
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5093 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-08-28 21:01:36 +0000  
    Browse Code »
  • Do not try to use -net user as a default when slirp disabled (Jeremy Fitzhardinge) ...
    f441b28b
    When CONFIG_SLIRP is not defined, we should not try to use
    -net user as a default.
    
    Patch from Jeremy Fitzhardinge <jeremy@goop.org> (who is a Citrix
    staff member).
    
    Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5092 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2008-08-28 20:05:14 +0000  
    Browse Code »

27 Aug, 2008
2 commits
  • Fix Sparc64 window handling problems detected by Vince Weaver ...
    eda52953
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5091 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-08-27 19:19:44 +0000  
    Browse Dir »
  • Revert a part of r5087 that didn't need fixing (thanks to malc for spotting) ...
    a3772d4d
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5090 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-08-27 18:43:53 +0000  
    Browse File »

26 Aug, 2008
1 commit
  • Revert broken part of r5044 (thanks to Igor Kovalenko for spotting) ...
    4d5e2b3c
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5089 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-08-26 17:07:04 +0000  
    Browse Code »

25 Aug, 2008
4 commits
  • Update maintainers list. ...
    c17e9c45
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5088 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2008-08-25 22:26:03 +0000  
    Browse File »
  • Fix more bugs in r5044 ...
    ac700bce
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5087 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-08-25 20:43:37 +0000  
    Browse File »
  • Fix error introduced by r5044 ...
    62dd234f
    qemu_strdup() doesn't copy a last character because of off by one error.
    
    Signed-off-by: Gleb Natapov <gleb@qumranet.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5086 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-08-25 20:03:28 +0000  
    Browse Code »
  • Fix udiv and sdiv on Sparc64 (Vince Weaver) ...
    7621a90d
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5085 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-08-25 19:43:53 +0000  
    Browse Dir »

24 Aug, 2008
8 commits
  • Revert commits 5082 and 5083 ...
    6676f424
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5084 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-08-24 23:16:35 +0000  
    Browse Dir »
  • PPC: Switch a few instructions to TCG ...
    61c04807
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5083 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-08-24 19:05:35 +0000  
    Browse File »
  • PPC: Init TCG variables ...
    c0692e3c
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5082 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-08-24 19:05:26 +0000  
    Browse Code »
  • Add missing FreeBSD #include (Juergen Lock) ...
    543952ca
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5081 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-08-24 10:43:12 +0000  
    Browse Code »
  • To make syscall.c for 64 bit truly warning-free, we need some more #ifs. ...
    4583f589
    Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5080 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-08-24 10:35:55 +0000  
    Browse Code »
  • Enable pty/tty functions for BSDs too (initial patch from Xen) ...
    9892fbfb
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5079 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-08-24 10:34:20 +0000  
    Browse Code »
  • Fix OpenBSD linker warnings in qemu-img ...
    a10ea30b
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5078 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-08-24 10:30:33 +0000  
    Browse File »
  • Fix math warnings on OpenBSD -current ...
    7c2a9d09
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5077 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-08-24 10:29:29 +0000  
    Browse Dir »

23 Aug, 2008
2 commits
  • VNC: Support for ExtendedKeyEvent client message ...
    9ca313aa
    This patch adds support for the ExtendedKeyEvent client message.  This message
    allows a client to send raw scan codes directly to the server.  If the client
    and server are using the same keymap, then it's unnecessary to use the '-k'
    option with QEMU when this extension is supported.
    
    This is extension is currently only implemented by gtk-vnc based clients
    (gvncviewer, virt-manager, vinagre, etc.).
    
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5076 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2008-08-23 23:27:37 +0000  
    Browse Code »
  • MIPS: don't free TCG temporary variable twice ...
    492b2391
    In gen_dmtc0 function, TCG temporary variable t0 is freed at the end of
    the function. Variable is freed again in the gen_dmtc0 caller.
    I removed the free in gen_dmtc0, to do like in gen_dmfc0, gen_mfc0,
    gen_mtc0.
    
    (Hervé Poussineau)
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5075 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-08-23 17:22:19 +0000  
    Browse Code »

22 Aug, 2008
3 commits
  • sh4: fix tas.b @Rn instruction ...
    825c69ce
    (Shin-ichiro KAWASAKI, based on a patch from Andrzej Zaborowski)
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5074 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-08-22 21:30:28 +0000  
    Browse Dir »
  • qemu-char.h: Fix IOCTL values ...
    f0664048
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5073 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-08-22 21:25:00 +0000  
    Browse Code »
  • uhci: improved TD matching, working ISOC transfers ...
    e8ee3c72
    While trying to make VX-3000 camera work on XP under KVM I realized that
    we do not necessarily have to find original TD address. All we care about
    is the token which identifies the transfer rather well (direction, endpoint,
    size, etc).
    This is especially important for the isochronous transfers because otherwise
    they are being canceled left and right and we do not make much progress.
    
    With this patch all devices that used bulk transfers that I've tried so
    far continue to work just as well. And now my USB web cammera (isoc transfers)
    is working well tool. It's not as smooth as native Windows but it's pretty
    darn smooth.
    
    The cool thing is that new USB code (both usb-uhci and usb-linux) is totaly
    generic and does not need any special logic for ISOC.
    
    Signed-off-by: Max Krasnyansky <maxk@kernel.org>
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5072 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-08-22 09:23:06 +0000  
    Browse File »