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 Dec, 2008
5 commits
  • arm: Reserve code buffer in memory range reachable for pc-relative branch. ...
    1cb0661e
    Unfortunately this range is so narrow that I'm not sure if it makes more
    sense to always use memory load to pc kind of branch instead.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5844 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2008-12-01 02:10:17 +0000  
    Browse Code »
  • Use libgcc __clear_cache to clean icache, when available. ...
    3233f0d4
    Calling the clear cache syscall directly generates an illegal instruction 
    on some (armv4) kernels.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5843 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2008-12-01 02:02:37 +0000  
    Browse Dir »
  • Fix a typo preventing GNUC builtins usage. ...
    80fe30ed
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5842 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2008-12-01 01:53:55 +0000  
    Browse Code »
  • Fix pmovsx* / pmovzx* SSE instructions (original fix by Frank Mehnert). ...
    dcfd12b8
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5841 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2008-12-01 01:52:37 +0000  
    Browse Dir »
  • Don't try to select on an invalid VNC socket when init fails. ...
    d0513623
    Otherwise we get a segfault.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5840 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2008-12-01 01:48:36 +0000  
    Browse Code »

30 Nov, 2008
22 commits
  • qemu-img: open files with cache=writeback ...
    137519ce
    Data integrity is not important in qemu-img, so open the files with
    cache=writeback. This fixes the performance regression seen with qemu-img
    since revision 5485, and most particularly with the qcow2 format.
    
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5839 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-11-30 19:12:49 +0000  
    Browse Code »
  • target-ppc: remove unused file op_mem_access.h ...
    b8dbdddc
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5838 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-11-30 17:54:28 +0000  
    Browse Dir »
  • target-ppc: use ldl/ldub/stl/stub for load/store in op_helper.c ...
    dcc532c8
    Should not give any performance penality given cpu_mmu_index() is
    an inline function returning a value from env.
    
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5837 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-11-30 17:54:21 +0000  
    Browse Code »
  • target-ppc: convert PPC 440 instructions to TCG ...
    ef0d51af
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5836 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-11-30 17:26:29 +0000  
    Browse Code »
  • Spelling and grammar fixes ...
    1addc7c5
    Minor fixes of spelling and grammar in comments and documentation
    
    Signed-off-by: Stefan Weil <weil@mail.berlios.de>
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5835 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-11-30 16:25:37 +0000  
    Browse Code »
  • Fix warning from sparse (wrong declaration) ...
    d92620c8
    Fix data type (this fixes a warning from sparse)
    
    Signed-off-by: Stefan Weil <weil@mail.berlios.de>
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5834 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-11-30 16:25:17 +0000  
    Browse Code »
  • Fix warning from sparse ...
    f9487cb9
    Remove unnecessary declaration for errno (this fixes a warning from sparse)
    
    Signed-off-by: Stefan Weil <weil@mail.berlios.de>
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5833 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-11-30 16:25:05 +0000  
    Browse File »
  • target-ppc: convert return from interrupt instructions to TCG ...
    d72a19f7
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5832 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-11-30 16:24:55 +0000  
    Browse File »
  • target-ppc: convert external load/store instructions to TCG ...
    fa407c03
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5831 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-11-30 16:24:47 +0000  
    Browse Code »
  • target-ppc: convert load/store with reservation instructions to TCG ...
    cf360a32
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5830 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-11-30 16:24:39 +0000  
    Browse File »
  • target-ppc: convert lscbx instruction to TCG ...
    bdb4b689
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5829 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-11-30 16:24:30 +0000  
    Browse File »
  • target-ppc: convert load/store string instructions to TCG ...
    dfbc799d
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5828 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-11-30 16:24:21 +0000  
    Browse File »
  • target-ppc: convert icbi instruction to TCG ...
    37d269df
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5827 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-11-30 16:24:13 +0000  
    Browse File »
  • target-ppc: convert dcbz instruction to TCG ...
    799a8c8d
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5826 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-11-30 16:24:05 +0000  
    Browse File »
  • target-ppc: convert load/store multiple instructions to TCG ...
    ff4a62cd
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5825 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-11-30 16:23:56 +0000  
    Browse File »
  • target-ppc: convert wait instruction to TCG ...
    931ff272
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5824 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-11-30 16:23:46 +0000  
    Browse Code »
  • target-ppc: convert mfrom instruction to TCG ...
    cf02a65c
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5823 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-11-30 16:23:35 +0000  
    Browse File »
  • target-ppc: remove dead code from op.c ...
    e49a3c8f
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5822 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-11-30 16:23:25 +0000  
    Browse Code »
  • gdbstub: Fix access to PPC FPRs ...
    8d4acf9b
    Obviously, someone forgot to rebase the index before accessing one of
    the 32 FPRs.
    
    Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5821 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-11-30 16:23:18 +0000  
    Browse File »
  • Common cpu_loop_exit prototype ...
    2cbd949d
    All archs use the same cpu_loop_exit, so move the prototype in a common
    header. i386 was carrying a __hidden attribute, but that was empty for
    this arch anyway.
    
    Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5820 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-11-30 16:23:09 +0000  
    Browse Code »
  • target-ppc: convert software TLB instructions to TCG ...
    0f3955e2
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5819 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-11-30 16:22:56 +0000  
    Browse Dir »
  • Fix ICCS command (Herve Poussineau) ...
    4bf5801d
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5818 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-11-30 10:24:13 +0000  
    Browse Dir »

29 Nov, 2008
10 commits
  • Handle SDL log just like other temporary files ...
    d4742de8
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5817 c046a42c-6fe2-441c-8c8c-71466251a162
    malc authored
    2008-11-29 22:04:31 +0000  
    Browse Code »
  • Use trap shell builtin to remove temporary files ...
    9ac81bbb
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5816 c046a42c-6fe2-441c-8c8c-71466251a162
    malc authored
    2008-11-29 20:09:56 +0000  
    Browse Code »
  • Fix alignment of 64bit args ...
    ebd486d5
    Unbreaks sparc and mips64el. (Reported by Thiemo Seufer)
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5815 c046a42c-6fe2-441c-8c8c-71466251a162
    malc authored
    2008-11-29 19:55:15 +0000  
    Browse Code »
  • Fix 'enable selection' command (esp_4_ensel.diff) ...
    e3926838
    Indicate success after 'enable selection' command
    
    Signed-off-by: Herve Poussineau <hpoussin@reactos.org>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5814 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-11-29 16:51:42 +0000  
    Browse Dir »
  • Fix command len detection (esp_3_cmdlen.diff) ...
    fc4d65da
    When command is not DMA, TCMID and TCLO registers are not filled. Use command buffer len instead
    
    Signed-off-by: Herve Poussineau <hpoussin@reactos.org>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5813 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-11-29 16:51:02 +0000  
    Browse Dir »
  • Fix configuration 2 register (esp_2_cfg2.diff): ...
    b44c08fa
    According to http://www.ibiblio.org/pub/historic-linux/early-ports/Sparc/NCR/NCR53C9X.txt,
    "Any bit pattern written to this register may be read back and should be identical"
    
    Signed-off-by: Herve Poussineau <hpoussin@reactos.org>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5812 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-11-29 16:48:29 +0000  
    Browse Code »
  • Misc fixes (Herve Poussineau) ...
    8dea1dd4
    - Fix internal fifo size (16 bytes), according to http://www.ibiblio.org/pub/historic-linux/early-ports/Sparc/NCR/NCR53C9X.txt
    - Fix values of STAT_MI and STAT_MO
    - Give a scsi ID to adapter, and prevent this ID to be used by devices
    - Prevent fifo overrun in esp_mem_writeb
    - Add a ESP_ERROR macro, and use it where appropriate
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5811 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-11-29 16:45:28 +0000  
    Browse File »
  • Don't rely on the fact that MAX_FD is 2 (Herve Poussineau) ...
    ce802585
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5810 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-11-29 16:42:40 +0000  
    Browse Code »
  • Prepare for handling different BSD mmap() flags ...
    6c173b3c
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5809 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-11-29 14:05:16 +0000  
    Browse Code »
  • Fix comment typo. ...
    ee50add9
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5808 c046a42c-6fe2-441c-8c8c-71466251a162
    pbrook authored
    2008-11-29 13:33:23 +0000  
    Browse Code »

28 Nov, 2008
2 commits
  • qemu-doc.texi: rewrite the documentation for the -net option ...
    030370a2
    Addresses comments from Jamie Lokier.
    
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5807 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-11-28 11:17:43 +0000  
    Browse Code »
  • qemu-doc.texi: document downscript network option ...
    f5fc9975
    From Guido Günther, through the Debian BTS.
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5806 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-11-28 10:11:17 +0000  
    Browse Code »

27 Nov, 2008
1 commit
  • target-ppc: convert POWER2 load/store instructions to TCG ...
    01a4afeb
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5805 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-11-27 19:30:56 +0000  
    Browse Code »