Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • QEMU QEMU
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 647
    • Issues 647
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Insights
    • Issue
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Scheduled maintenance on the database layer will take place on 2022-07-02. We expect GitLab.com to be unavailable for up to 2 hours starting from 06:00 UTC. Kindly follow our status page for updates and read more in our blog post.

  • QEMU
  • QEMUQEMU
  • Repository
Switch branch/tag
  • qemu
  • include
  • hw
  • intc
  • arm_gic.h
Find file BlameHistoryPermalink
  • Eduardo Habkost's avatar
    Use DECLARE_*CHECKER* when possible (--force mode) · fa34a3c5
    Eduardo Habkost authored Aug 31, 2020
    
    
    Separate run of the TypeCheckMacro converter using the --force
    flag, for the cases where typedefs weren't found in the same
    header nor in typedefs.h.
    
    Generated initially using:
    
     $ ./scripts/codeconverter/converter.py --force -i \
       --pattern=TypeCheckMacro $(git grep -l '' -- '*.[ch]')
    
    Then each case was manually reviewed, and a comment was added
    indicating what's unusual about those type checking
    macros/functions.  Despite not following the usual pattern, the
    changes in this patch were found to be safe.
    Reviewed-by: Daniel P. Berrangé's avatarDaniel P. Berrangé <berrange@redhat.com>
    Signed-off-by: default avatarEduardo Habkost <ehabkost@redhat.com>
    Message-Id: <20200831210740.126168-15-ehabkost@redhat.com>
    Signed-off-by: default avatarEduardo Habkost <ehabkost@redhat.com>
    fa34a3c5