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 635
    • Issues 635
    • List
    • Boards
    • Service Desk
    • Milestones
    • 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
  • QEMUQEMU
  • QEMUQEMU
  • Issues
  • #572
Closed
Open
Issue created Aug 27, 2021 by Philippe Mathieu-Daudé@philmdReporter

s390-pci-bus.h:85: warning: "PAGE_SIZE" redefined

As of v6.1.0 on Alpine Linux:

C compiler for the host machine: gcc (gcc 10.3.1 "gcc (Alpine 10.3.1_git20210625) 10.3.1 20210625")
...
[2482/7569] Compiling C object libqemu-s390x-softmmu.fa.p/hw_s390x_s390-pci-inst.c.o
In file included from /home/mps/aports/community/qemu/src/qemu-6.1.0/include/hw/s390x/s390-pci-inst.h:17,
                 from ../target/s390x/tcg/misc_helper.c:44:
/home/mps/aports/community/qemu/src/qemu-6.1.0/include/hw/s390x/s390-pci-bus.h:85: warning: "PAGE_SIZE" redefined
   85 | #define PAGE_SIZE       (1 << PAGE_SHIFT)
      | 
In file included from /usr/include/fortify/stdlib.h:29,
                 from /home/mps/aports/community/qemu/src/qemu-6.1.0/include/qemu/osdep.h:84,
                 from ../target/s390x/tcg/misc_helper.c:21:
/usr/include/limits.h:97: note: this is the location of the previous definition
   97 | #define PAGE_SIZE PAGESIZE
      |

Reported on IRC by @mps-x.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking