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
08 Jun, 2008
2 commits
  • Remove dead and bitrotten "qemu-fast" code. ...
    e2eef170
    Only build softmmu+MMIO handlers for system emulation.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4695 c046a42c-6fe2-441c-8c8c-71466251a162
    pbrook authored
    2008-06-08 01:09:01 +0000  
    Browse Dir »
  • Do not scare users with ominous error messages from AUD_open* ...
    2c44375d
    Apparently Windows Server 2003 sets the frequency for either mc or pi
    voice to zero, which in turn triggers a call to audio_bug from this
    chain:
    
    open_voice -> AUD_open_in -> audio_bug (audio_validate_settings):
    
    A bug was just triggered in AUD_open_in
    ...
    Context:
    audio: frequency=0 nchannels=2 fmt=S16 endianness=little
    
    But since no attempt by the said OS is made to actually use the voice
    with zero frequency this can be considered normal behavior.
    
    Hence if zero freqency situation is encountered - close current voice,
    and make noises if the guest tries to use it.
    
    Reported by simon@...ve
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4694 c046a42c-6fe2-441c-8c8c-71466251a162
    malc authored
    2008-06-08 01:07:48 +0000  
    Browse Dir »

07 Jun, 2008
6 commits
  • Implement thread creation. ...
    d865bab5
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4693 c046a42c-6fe2-441c-8c8c-71466251a162
    pbrook authored
    2008-06-07 22:12:17 +0000  
    Browse Dir »
  • Multithreaded locking fixes. ...
    d5975363
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4692 c046a42c-6fe2-441c-8c8c-71466251a162
    pbrook authored
    2008-06-07 20:50:51 +0000  
    Browse File »
  • PPC TCG Fixes ...
    0a878c47
    * Fix typo in aliased div2
    * "Optimize" aliased div2/divu2
    * Fix two remaining branch retranslation problems
      (Kudos to Andrzej Zaborowski)
    * Rework goto_tb and set_jmp_target1
    * Use correct size when flushing icache
    * Use correct register selection for ORI
      (Was harmless since in both cases srcreg was equal to dstreg)
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4691 c046a42c-6fe2-441c-8c8c-71466251a162
    malc authored
    2008-06-07 20:31:33 +0000  
    Browse Dir »
  • Allow NWINDOWS selection (CPU feature with model specific defaults) ...
    1a14026e
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4690 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-06-07 08:07:37 +0000  
    Browse File »
  • Fix Sparc32plus GDBstub support ...
    96d19126
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4689 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-06-07 08:03:05 +0000  
    Browse Code »
  • Allocate a register pair instead of a single register. ...
    c588979b
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4688 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2008-06-07 04:31:49 +0000  
    Browse Dir »

06 Jun, 2008
12 commits
  • undocumented 0x82 opcode is invalid in 64 bit code ...
    ec9d6075
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4687 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2008-06-06 12:54:30 +0000  
    Browse Dir »
  • Fix i386 segment descriptor types on reset (Avi Kivity) ...
    262ffdae
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4686 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2008-06-06 12:08:46 +0000  
    Browse Dir »
  • CRIS: Add the P flag to the tb dependent flags. ...
    7e15e603
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4685 c046a42c-6fe2-441c-8c8c-71466251a162
    edgar_igl authored
    2008-06-06 11:24:33 +0000  
    Browse Code »
  • CRIS translator updates ...
    2a44f7f1
    * Improve translation of the X flag (still some corner cases missing).
    * First shot att P flag support and conditional stores.
    * Improve the jump logic.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4684 c046a42c-6fe2-441c-8c8c-71466251a162
    edgar_igl authored
    2008-06-06 11:23:28 +0000  
    Browse Code »
  • Correct P flag assertion in rfe. ...
    bf443337
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4683 c046a42c-6fe2-441c-8c8c-71466251a162
    edgar_igl authored
    2008-06-06 11:17:17 +0000  
    Browse Dir »
  • Make the tests run when built with experimental gcc-cris 4.4. Prettify the logs. ...
    31328119
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4682 c046a42c-6fe2-441c-8c8c-71466251a162
    edgar_igl authored
    2008-06-06 11:07:50 +0000  
    Browse File »
  • Add a testcase for broken x arithmetic sequences. ...
    9012c2bf
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4681 c046a42c-6fe2-441c-8c8c-71466251a162
    edgar_igl authored
    2008-06-06 11:05:18 +0000  
    Browse Dir »
  • Increase the odds for the movei test to pass in system simulation. ...
    54f25d0a
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4680 c046a42c-6fe2-441c-8c8c-71466251a162
    edgar_igl authored
    2008-06-06 11:00:58 +0000  
    Browse Code »
  • Avoid warnings. ...
    bd3a8454
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4679 c046a42c-6fe2-441c-8c8c-71466251a162
    edgar_igl authored
    2008-06-06 11:00:04 +0000  
    Browse Dir »
  • ETRAX machine updates. ...
    fa1bdde4
    * Move DMA_run into the dma controller to allow for multiple ETRAX/CRIS machines.
    * Support both ELF and kimage kernel images.
    * Correct emulation of the DMA RW_DATA register.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4678 c046a42c-6fe2-441c-8c8c-71466251a162
    edgar_igl authored
    2008-06-06 10:58:48 +0000  
    Browse File »
  • Compile with debug. ...
    96768ff7
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4677 c046a42c-6fe2-441c-8c8c-71466251a162
    edgar_igl authored
    2008-06-06 10:55:02 +0000  
    Browse Code »
  • Fix compiler warning. ...
    dcf3a079
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4676 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2008-06-06 01:03:06 +0000  
    Browse Code »

05 Jun, 2008
6 commits
  • Compile fix for Apple, by C.W. Betts. ...
    31a53c63
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4675 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2008-06-05 23:06:46 +0000  
    Browse File »
  • Fix always_inline definition for Darwin, by Andreas Faerber. ...
    cebdff77
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4674 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2008-06-05 22:55:54 +0000  
    Browse Code »
  • Remove dead-code (else-block) from block-qcow.c, by Marc Bevand. ...
    5452adbe
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4673 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2008-06-05 22:00:45 +0000  
    Browse Code »
  • New qemu-img convert -B option, by Marc Bevand. ...
    f58c7b35
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4672 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2008-06-05 21:53:49 +0000  
    Browse File »
  • Update documentation for qemu-img convert options, by Marc Bevand. ...
    ff7ab59f
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4671 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2008-06-05 21:00:28 +0000  
    Browse File »
  • Free constant temporaries. ...
    c239529e
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4670 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2008-06-05 08:38:44 +0000  
    Browse Code »

04 Jun, 2008
14 commits
  • save more CPU state ...
    5cc1d1e6
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4669 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2008-06-04 18:29:25 +0000  
    Browse Code »
  • SVM: added tsc_offset ...
    33c263df
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4668 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2008-06-04 17:39:33 +0000  
    Browse File »
  • Explicitly free temporaries. ...
    4f57689a
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4667 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2008-06-04 17:37:03 +0000  
    Browse File »
  • Remove the temporaries cache of the MIPS target. ...
    29cf4b75
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4666 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2008-06-04 17:36:02 +0000  
    Browse Code »
  • Fix pointer calculation for MIPS64 targets. ...
    b6ce8f0a
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4665 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2008-06-04 17:34:54 +0000  
    Browse Code »
  • fixed exceptions for cpuid and invlpg ...
    9575cb94
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4664 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2008-06-04 17:12:40 +0000  
    Browse Code »
  • GIF flag handling fix (Alexander Graf) ...
    960540b4
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4663 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2008-06-04 17:07:08 +0000  
    Browse Code »
  • reworked SVM interrupt handling logic - fixed vmrun EIP saved value - reworked c… ...
    db620f46
    …r8 handling - added CPUState.hflags2
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4662 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2008-06-04 17:02:19 +0000  
    Browse Code »
  • update ...
    3cd9acb4
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4661 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2008-06-04 14:57:43 +0000  
    Browse Code »
  • 32 bit SVM fixes - INVLPG and INVLPGA updates ...
    914178d3
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4660 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2008-06-04 13:53:05 +0000  
    Browse Code »
  • EFER loading fixes, including SVME bit ...
    5efc27bb
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4659 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2008-06-04 13:35:58 +0000  
    Browse Code »
  • Add sysrq to key names known by "sendkey". ...
    f2289cb6
    Adding sysrq keycode to the table enabling running sysrq debugging in
    the guest via the monitor sendkey command, like:
    
    (qemu) sendkey alt-sysrq-t
    
    Tested on x86-64 target and Linux guest.
    
    Signed-off-by: Ryan Harper <ryanh@us.ibm.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4658 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2008-06-04 10:14:16 +0000  
    Browse File »
  • Refactor and fix do_sendkey (Jan Kiszka). ...
    3401c0d9
    Looking at the sendkey implementation, planning to enhance it with a
    hold time argument, I found some potential out-of-bound access and not
    very readable code. Here is a fix for the former and a (subjective)
    improvement of the latter.
    
    Signed-off-by: Jan Kiszka <jan.kiszka@web.de>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4657 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2008-06-04 10:05:59 +0000  
    Browse Code »
  • Delete duplicate code. ...
    0fead125
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4656 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2008-06-04 04:21:01 +0000  
    Browse Code »