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
22 Sep, 2008
4 commits
  • Do not allow AIO to be inited multiple times ...
    ad02ad6f
    This prevents two signalfd() threads from being spawned.  This problem was
    originally spotted by Blue Swirl.
    
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5289 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2008-09-22 14:49:01 +0000  
    Browse File »
  • Support out-of-the-tree building of tests ...
    e5fd43a9
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5288 c046a42c-6fe2-441c-8c8c-71466251a162
    malc authored
    2008-09-22 01:39:29 +0000  
    Browse Code »
  • Avoid clobbering input register in qemu_ld64+bswap+useronly case ...
    f8edcbaa
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5287 c046a42c-6fe2-441c-8c8c-71466251a162
    malc authored
    2008-09-22 01:08:08 +0000  
    Browse Dir »
  • Fix ARM NEON vdup and vtbl bugs. ...
    3018f259
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5286 c046a42c-6fe2-441c-8c8c-71466251a162
    pbrook authored
    2008-09-22 00:52:42 +0000  
    Browse Dir »

21 Sep, 2008
9 commits
  • Fix neon encoding comment. ...
    e4b3861d
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5285 c046a42c-6fe2-441c-8c8c-71466251a162
    pbrook authored
    2008-09-21 23:15:38 +0000  
    Browse Dir »
  • Fix Xcontext fill, by Here Poussineau. ...
    9c67ef0c
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5284 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2008-09-21 21:21:26 +0000  
    Browse Code »
  • Use the new concat_tl_i64 op for std and stda ...
    ab508019
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5283 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-09-21 18:43:17 +0000  
    Browse Dir »
  • Add concat32_i64 and concat_tl_i64 ops ...
    945ca823
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5282 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-09-21 18:32:28 +0000  
    Browse Code »
  • Use the new concat_i32_i64 op for std and stda ...
    a7ec4229
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5281 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-09-21 14:49:09 +0000  
    Browse Dir »
  • Add concat_i32_i64 op. ...
    36aa55dc
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5280 c046a42c-6fe2-441c-8c8c-71466251a162
    pbrook authored
    2008-09-21 13:48:32 +0000  
    Browse Code »
  • Band-aid vfork() emulation (Kirill Shutemov). ...
    436d124b
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5279 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2008-09-21 02:39:45 +0000  
    Browse Code »
  • Fix TEST_BSX operands in test-i386.c (Zeev Tarantov). ...
    7058bfa6
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5278 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2008-09-21 02:34:50 +0000  
    Browse Code »
  • Enable same-arch consistency check on x86-64, print syscall name on error. ...
    872ea0c0
    Also disable testing instructions unsupported by 64-bit binutils in 
    test-i386.c
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5277 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2008-09-21 02:31:19 +0000  
    Browse File »

20 Sep, 2008
14 commits
  • Move signal handler prototype back to cpu.h ...
    f0d5e471
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5276 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-09-20 09:05:49 +0000  
    Browse Dir »
  • Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings ...
    b55266b5
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5275 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-09-20 08:07:15 +0000  
    Browse Code »
  • Add signed versions of save/load functions ...
    67d8cec3
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5274 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-09-20 08:04:11 +0000  
    Browse File »
  • Fix QADD / QSUB decoding on ARM (Torbjörn Andersson). ...
    b40d0353
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5273 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2008-09-20 03:18:07 +0000  
    Browse Dir »
  • Fix pread() and pwrite() syscall on ARM EABI (Kirill Shutemov). ...
    a4ae00bc
    pread() and pwrite() have differences in arguments between ARM EABI and
    OABI.   
    
    See arch/arm/kernel/entry-common.S in Linux kernel source for
    additional information.
     
    Signed-off-by: Kirill A. Shutemov <kirill@shutemov.name>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5272 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2008-09-20 03:14:14 +0000  
    Browse Code »
  • Add MTIOCTOP, MTIOCGET and MTIOCPOS ioctls (Kirill Shutemov). ...
    8fbd6b52
    Signed-off-by: Kirill A. Shutemov <kirill@shutemov.name>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5271 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2008-09-20 03:03:09 +0000  
    Browse Code »
  • Fix building with 2.6.27 kernel headers (Kirill Shutemov). ...
    8d5c28ec
    <linux/dirent.h> unexported since 2.6.27
    
    Signed-off-by: Kirill A. Shutemov <kirill@shutemov.name>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5270 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2008-09-20 02:29:38 +0000  
    Browse Code »
  • Implement the futimesat() syscall (by Kirill Shutemov). ...
    ac8a6556
    Signed-off-by: Kirill A. Shutemov <kirill@shutemov.name>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5269 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2008-09-20 02:25:39 +0000  
    Browse Dir »
  • Implement fstatat64() syscall (by Kirill Shutemov). ...
    6a24a778
    Move the transformation of struct stat64 into a separate function and
    implement fstatat64() using it.
    
    Signed-off-by: Kirill A. Shutemov <kirill@shutemov.name>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5268 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2008-09-20 02:23:36 +0000  
    Browse Dir »
  • Swap only altered elements of the grouplist in getgroups() (Kirill Shutemov). ...
    a2155fcc
    getgroups() returns the number of supplementary group IDs, so it's
    unnessary to swap the entire array.  It can dramatically speed up
    the syscall: on recent Linux kernels NGROUPS_MAX=65536.
    
    Signed-off-by: Kirill A. Shutemov <kirill@shutemov.name>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5267 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2008-09-20 02:12:08 +0000  
    Browse File »
  • Fix getgroups() with zero size parameter (Kirill Shutemov). ...
    cb3bc233
    According to man page getgroups(2):
    
    If size is zero, list is not modified, but the total number of
    supplementary group IDs for the process is returned.
    
    Signed-off-by: Kirill A. Shutemov <kirill@shutemov.name>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5266 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2008-09-20 02:08:13 +0000  
    Browse File »
  • Use a QEMUBH when an OMAP timer must expire immediately. ...
    e856f2ad
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5265 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2008-09-20 01:32:07 +0000  
    Browse Code »
  • Add a comment about masking of CTI interrupt in 16550A UART. ...
    c9a33054
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5264 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2008-09-20 01:15:04 +0000  
    Browse Code »
  • Allow attaching devices to OMAP UARTs. ...
    75554a3c
    Also avoid two signedness warnings in hw/omap2.c.
    The API to attach new devices to serials is fine, bu the implementation
    is a hack.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5263 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2008-09-20 01:10:32 +0000  
    Browse File »

18 Sep, 2008
13 commits
  • Update OpenBIOS images to SVN r237. ...
    b031ebc5
    Changes:
    r219: Fix #size-cells for HelenOS, add /openprom/version node
    r220: Fix typo
    r221: More realistic mmu_translate
    r222: Fix device names to allow Net/OpenBSD to boot
    r223: add set-callback for Aurora 2.0
    r224: Switch keyboard controller to translated mode so it works as expected
    r225: Add mmu release (claim added in r219)
    r226: Set variable defaults before nvram_init also for Sparc64 (cf. r136)
    r227: Use nvram boot-args and boot-device variables also for Sparc64 (cf. r137)
    r228: Fix compilation on OpenBSD: avoid accidental system include file use
    r229: Rename /packages/client-iface to /openprom/client-services
    r230
    
    From Igor V. Kovalenko:
    
    This openbios-grubfs-ext2fs-block.patch fixes a problem where inode
    pointer is truncated to 32bit integer and then sign-extended to 64bit
    integer while passing second pointer argument to ext2_rdfsb.
    
    
    r231: Fix pad alignment
    r232: Remove package finding code that finds unrelated packages
    r233: Fix virtual to physical address translation (Igor Kovalenko)
    r234: Implement itlb/dtlb directed writes (Igor Kovalenko)
    r235: Fix warnings that would be caused by ld flag --warn-common
    r236: Enable ld flag --warn-common
    r237: Use the firmware device introduced in Qemu SVN r5256
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5262 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-09-18 19:41:28 +0000  
    Browse File »
  • Add Sparc32 display depth to firmware configuration ...
    fbfcf955
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5261 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-09-18 18:34:28 +0000  
    Browse Code »
  • Add common keys to firmware configuration ...
    905fdcb5
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5260 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-09-18 18:33:18 +0000  
    Browse Code »
  • Add UUID to firmware configuration info (Gleb Natapov) ...
    084a197a
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5259 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-09-18 18:31:52 +0000  
    Browse Code »
  • Add "info uuid" command to monitor (Gleb Natapov) ...
    f1f23ad5
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5258 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-09-18 18:30:20 +0000  
    Browse Code »
  • Add -uuid command line option (Gleb Natapov) ...
    8fcb1b90
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5257 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-09-18 18:29:08 +0000  
    Browse File »
  • Key/value based qemu<->guest firmware communication mechanism (Gleb Natapov) ...
    3cce6243
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5256 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-09-18 18:27:29 +0000  
    Browse Code »
  • target-alpha: switch most load/store ops to TCG ...
    b03d0971
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5255 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-09-18 15:31:27 +0000  
    Browse Dir »
  • target-alpha: convert remaining arith3 functions to TCG ...
    04acd307
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5254 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-09-18 13:45:14 +0000  
    Browse File »
  • Use TCG registers for most CPU register accesses. ...
    4b2eb8d2
    Signed-off-by: Thiemo Seufer <ths@networkno.de>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5253 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2008-09-18 11:59:03 +0000  
    Browse File »
  • Move the active FPU registers into env again, and use more TCG registers ...
    f01be154
    to access them.
    
    Signed-off-by: Thiemo Seufer <ths@networkno.de>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5252 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2008-09-18 11:57:27 +0000  
    Browse Code »
  • target-alpha: fix one more literal sign issue ...
    a1cf28f4
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5251 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-09-18 10:13:19 +0000  
    Browse Dir »
  • target-alpha: instruction decoding simplification ...
    dfaa8583
    Use a litteral value of 0 when rb31 is used. This reduces the tests
    in the instruction decoding. Also remove almost unused corner cases.
    
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5250 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-09-18 10:11:26 +0000  
    Browse Dir »