Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Q qemu
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • Xing Lin
  • qemu
  • Repository
Switch branch/tag
  • qemu
  • target-arm
  • translate.c
Find file BlameHistoryPermalink
  • Juha Riihimäki's avatar
    target-arm: allow modifying vfp fpexc en bit only · 71b3c3de
    Juha Riihimäki authored Oct 26, 2009
    
    
    All other bits except for the EN in the VFP FPEXC register are defined
    as subarchitecture specific and real functionality for any of the
    other bits has not been implemented in QEMU. However, current code
    allows modifying all bits in the VFP FPEXC register leading to
    problems when guest code is writing 1's to the subarchitecture
    specific bits and checking whether the bits stay up to verify the
    existence of functionality which in fact does not exist in QEMU.
    This patch has been revised to include the same behavior change in
    the gdb register write function.
    Signed-off-by: default avatarJuha Riihimäki <juha.riihimaki@nokia.com>
    Acked-by: default avatarLaurent Desnogues <laurent.desnogues@gmail.com>
    Signed-off-by: default avatarAurelien Jarno <aurelien@aurel32.net>
    71b3c3de

Replace translate.c

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.