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
04 May, 2008
1 commit
  • configure: silence test for brlapi ...
    f76b45ba
    (Carlo Marcelo Arenas Belon)
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4314 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-05-04 00:50:17 +0000  
    Browse Code »

03 May, 2008
10 commits
  • CRIS: Convert divide step to TCG. ...
    aae6b32a
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4313 c046a42c-6fe2-441c-8c8c-71466251a162
    edgar_igl authored
    2008-05-03 21:34:39 +0000  
    Browse Code »
  • Skip register moves when the target and the source are the same ...
    4d07272d
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4312 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-05-03 20:52:26 +0000  
    Browse Code »
  • Use memory based registers in functions containing brconds ...
    6f551262
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4311 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-05-03 20:51:00 +0000  
    Browse Code »
  • Do not attempt to set page flags for pages outside target address space ...
    e0b8d65a
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4310 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-05-03 17:51:24 +0000  
    Browse Code »
  • CRIS: Convert lz (leading zeros) to TCG. ...
    d059c172
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4309 c046a42c-6fe2-441c-8c8c-71466251a162
    edgar_igl authored
    2008-05-03 17:11:36 +0000  
    Browse File »
  • Correct broken test for fixed file mmaps. ...
    7dd7c987
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4308 c046a42c-6fe2-441c-8c8c-71466251a162
    edgar_igl authored
    2008-05-03 15:55:42 +0000  
    Browse Code »
  • Fix MIPS MT GPR accesses, thanks Stefan Weil. ...
    5b2808bf
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4307 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2008-05-03 11:06:59 +0000  
    Browse Code »
  • CRIS: Eliminate a few unneeded moves to/from T0/T1. ...
    50cfa95c
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4306 c046a42c-6fe2-441c-8c8c-71466251a162
    edgar_igl authored
    2008-05-03 08:36:16 +0000  
    Browse File »
  • CRIS: Reduce the number of tb dependent flags. ...
    5d1d98ec
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4305 c046a42c-6fe2-441c-8c8c-71466251a162
    edgar_igl authored
    2008-05-03 08:35:16 +0000  
    Browse Code »
  • CRIS: Do post-increment without going via T0. ...
    c7d05695
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4304 c046a42c-6fe2-441c-8c8c-71466251a162
    edgar_igl authored
    2008-05-03 06:54:52 +0000  
    Browse File »

02 May, 2008
9 commits
  • Avoid a build warning. ...
    63c1d925
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4303 c046a42c-6fe2-441c-8c8c-71466251a162
    edgar_igl authored
    2008-05-02 22:47:34 +0000  
    Browse File »
  • ETRAX-FS board: Add more flash and internal memory. Select interrupt nr for the ...
    b01cde7b
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4302 c046a42c-6fe2-441c-8c8c-71466251a162
    edgar_igl authored
    2008-05-02 22:38:53 +0000  
    Browse Dir »
  • ETRAX timers: Improve the support for timer1 and let the board-setup choose irq nr. ...
    60237223
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4301 c046a42c-6fe2-441c-8c8c-71466251a162
    edgar_igl authored
    2008-05-02 22:32:02 +0000  
    Browse Code »
  • ETRAX serial port: ...
    f062058f
    * Simulate basic interrupt driven serial io.
    * Connect to qemu char dev.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4300 c046a42c-6fe2-441c-8c8c-71466251a162
    edgar_igl authored
    2008-05-02 22:21:55 +0000  
    Browse Code »
  • CRIS updates: ...
    b41f7df0
    * Support both the I and D MMUs and improve the accuracy of the MMU model.
    * Handle the automatic user/kernel stack pointer switching when leaving or entering user mode.
    * Move the CCS evaluation into helper funcs.
    * Make sure user-mode cannot change flags only writeable in kernel mode.
    * More conversion of the translator into TCG.
    * Handle exceptions while in a delayslot.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4299 c046a42c-6fe2-441c-8c8c-71466251a162
    edgar_igl authored
    2008-05-02 22:16:17 +0000  
    Browse File »
  • CRIS: Make CCS related tests pass in system simulation by masking off flags not … ...
    ff56ff7a
    …related to the tests.
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4298 c046a42c-6fe2-441c-8c8c-71466251a162
    edgar_igl authored
    2008-05-02 21:13:21 +0000  
    Browse Code »
  • CRIS: Correct typo in test for moverm. ...
    31d731ab
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4297 c046a42c-6fe2-441c-8c8c-71466251a162
    edgar_igl authored
    2008-05-02 21:08:33 +0000  
    Browse Dir »
  • Audio endianness and mutex usage fixes (malc.git). ...
    deb9d2ee
    From http://repo.or.cz/w/qemu/malc.git?a=shortlog;h=refs/heads/audio :
    
    Implicitly lock the mutex at startup of playback/capture threads, otherwise
    pthread_mutex_destroy (in audio_pt_fini) fails with EBUSY.
    Endianness fix.
    Remove a c&p residue.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4296 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2008-05-02 02:24:55 +0000  
    Browse Code »
  • Musicpal: convert to ram_addr_t ...
    b0f6edb1
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4295 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2008-05-02 01:35:20 +0000  
    Browse Code »

01 May, 2008
4 commits
  • FDC: Fix data transfer len (Hervé Poussineau) ...
    771effeb
    In floppy controller, transfer data len is not correctly calculated.
    We should read up to the last sector specified by the caller, and not up to
    the last sector of the floppy.
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4294 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-05-01 19:05:12 +0000  
    Browse File »
  • FDC: Fix buffer overflow (Hervé Poussineau) ...
    b3bc1540
    In floppy controller, programming PIO writes which are more than one sector
    long leads to a buffer overflow of the fdtrl->fifo[] array.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4293 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-05-01 19:03:31 +0000  
    Browse Code »
  • Improved large memory support ...
    6ef05b95
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4292 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-05-01 18:21:46 +0000  
    Browse File »
  • Fix incorrect argument types. ...
    460a09c1
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4291 c046a42c-6fe2-441c-8c8c-71466251a162
    pbrook authored
    2008-05-01 12:04:35 +0000  
    Browse Code »

29 Apr, 2008
12 commits
  • FDC fix 10/10 (Hervé Poussineau): ...
    cefec4f5
    - Replaces access to cur_drv field by macros.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4290 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-04-29 16:18:58 +0000  
    Browse File »
  • FDC fix 9/10 (Hervé Poussineau): ...
    78ae820c
    - Supports up to 4 floppy drives if MAX_FD is set to 4.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4289 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-04-29 16:18:26 +0000  
    Browse Dir »
  • FDC fix 8/10 (Hervé Poussineau): ...
    46d3233b
    - Replaces bootsel field by the whole tdr register. It may be easier if we want to later add support for tapes.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4288 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-04-29 16:17:42 +0000  
    Browse Dir »
  • FDC fix 7/10 (Hervé Poussineau): ...
    77370520
    - Removes useless fields in fdrive_t structure.
    - Adds a message when bdrv_read/bdrv_write calls fail.
    - Rename int_status to status0.
    - Replace some constants by value names.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4287 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-04-29 16:17:08 +0000  
    Browse Code »
  • FDC fix 6/10 (Hervé Poussineau): ...
    b9b3d225
    - Stores controller state in MSR register instead of internal state field. This simplifies the fdctrl_read_main_status() function, which may be called in some tight loops.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4286 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-04-29 16:16:30 +0000  
    Browse Code »
  • FDC fix 5/10 (Hervé Poussineau): ...
    1c346df2
    - Better handling of DOR register. DOR register drives external motors, but it not limited to existing drives.
    - Use FD_DOR_nRESET flag instead of internal FD_CTRL_RESET flag.
    - Support writing to DOR register even in reset mode (as said in specification)
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4285 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-04-29 16:15:53 +0000  
    Browse Code »
  • FDC fix 4/10 (Hervé Poussineau): ...
    368df94d
    - Handles correctly FD_MSR_NONDMA/FD_DOR_NONDMA flags, and uses them when possible. Fixes a problem with SPECIFY command.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4284 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-04-29 16:15:12 +0000  
    Browse Code »
  • FDC fix 3/10 (Hervé Poussineau): ...
    8c6a4d77
    - Fixes status A and status B registers. It removes one Sun4m mutation. Also removes the internal FD_CTRL_INTR flag.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4283 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-04-29 16:14:15 +0000  
    Browse Code »
  • FDC fix 2/10 (Hervé Poussineau): ...
    746d6de7
    - Extract seeking to next sector handling in a function. Add a sector seek in PIO read and write modes
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4282 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-04-29 16:13:36 +0000  
    Browse File »
  • FDC fix 1/12 (Hervé Poussineau): ...
    678803ab
    - Adds a command lookup table, as suggested by Fabrice at http://lists.gnu.org/archive/html/qemu-devel/2008-04/msg00143.html
    - This also moves initialization functions at the bottom of the file to prevent multiple forward declarations.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4281 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-04-29 16:12:30 +0000  
    Browse File »
  • Revert v4260, breaks Sparc32 ...
    b1fa7164
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4280 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-04-29 16:08:54 +0000  
    Browse Code »
  • Describe the format= option in the --help output. List the accepted ...
    a1620fac
    values with format=?.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4279 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-04-29 05:58:01 +0000  
    Browse Code »

28 Apr, 2008
4 commits
  • Fix wrong type in printf(), introduced in revision 4265 ...
    cd940061
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4278 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-04-28 20:26:54 +0000  
    Browse Code »
  • add format= to drive options (CVE-2008-2004) ...
    1e72d3b7
    It is possible for a guest with a raw formatted disk image to write a
    header to that disk image describing another format (such as qcow2).
    Stopping and subsequent restart of the guest will cause qemu to detect
    that format, and could allow the guest to read any host file if qemu is
    sufficiently privileged (typical in virt environments).
    
    The patch defaults to existing behaviour (probing based on file contents),
    so it still requires the mgmt app (e.g. libvirt xml) to pass a new
    "format=raw" parameter for raw disk images.
    
    Originally noted by Avi Kivity, patch from Chris Wright.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4277 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-04-28 20:26:45 +0000  
    Browse Code »
  • Fix a typo introduced in revision 4272 ...
    5b257578
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4276 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-04-28 08:54:59 +0000  
    Browse Code »
  • BIOS: Reenable processor SSDT generation. Don't advertise ACPI C2 or C3 ...
    3ea8749d
    support. Thanks to Avi Kivity for the pointer.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4275 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-04-28 08:54:51 +0000  
    Browse Code »