Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • K kvm-unit-tests-ae
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • linux-arm
  • kvm-unit-tests-ae
  • Repository
Switch branch/tag
  • kvm-unit-tests-ae
  • .travis.yml
Find file BlameHistoryPermalink
  • Roman Bolshakov's avatar
    x86: realmode: Workaround clang issues · 2616ad93
    Roman Bolshakov authored Sep 24, 2020
    clang doesn't properly support .code16gcc and generates wrong machine
    code [1][2][3][4]. But the test works if object file is compiled with -m16 and
    explicit suffixes are added for instructions.
    
    1. https://lore.kernel.org/kvm/4d20fbce-d247-abf4-3ceb-da2c0d48fc50@redhat.com/
    2. https://lore.kernel.org/kvm/20200915155959.GF52559@SPB-NB-133.local/
    3. https://lore.kernel.org/kvm/788b7191-6987-9399-f352-2e661255157e@redhat.com/
    4. https://lore.kernel.org/kvm/20200922212507.GA11460@SPB-NB-133.local/
    
    
    
    Suggested-by: default avatarThomas Huth <thuth@redhat.com>
    Suggested-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
    Signed-off-by: default avatarRoman Bolshakov <r.bolshakov@yadro.com>
    Message-Id: <20200924120516.77299-1-r.bolshakov@yadro.com>
    Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
    2616ad93