Skip to content

Instantly share code, notes, and snippets.

@startergo
Created October 14, 2025 16:32
Show Gist options
  • Select an option

  • Save startergo/57f36e8cfcf8588acb0dfa980b2847d5 to your computer and use it in GitHub Desktop.

Select an option

Save startergo/57f36e8cfcf8588acb0dfa980b2847d5 to your computer and use it in GitHub Desktop.
qemu-3dfx (qemu-3dfx) on macOS 15 - Homebrew build logs
Homebrew build logs for qemu-3dfx on macOS 15
Build date: 2025-10-14 08:49:03
HOMEBREW_VERSION: 4.6.17
ORIGIN: https://github.com/Homebrew/brew
HEAD: aa278895809b4c079e560fb4fb9bf17e48cf65f1
Last commit: 27 hours ago
Branch: stable
Core tap JSON: 14 Oct 12:44 UTC
Core cask tap JSON: 14 Oct 12:44 UTC
HOMEBREW_PREFIX: /opt/homebrew
HOMEBREW_CASK_OPTS: []
HOMEBREW_DISPLAY: /private/tmp/com.apple.launchd.25PAJ13KWT/org.xquartz:0
HOMEBREW_FORBID_PACKAGES_FROM_PATHS: set
HOMEBREW_MAKE_JOBS: 14
HOMEBREW_SORBET_RUNTIME: set
Homebrew Ruby: 3.4.5 => /opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.4.5/bin/ruby
CPU: 14-core 64-bit arm_brava
Clang: 17.0.0 build 1700
Git: 2.51.0 => /opt/homebrew/bin/git
Curl: 8.7.1 => /usr/bin/curl
macOS: 15.6-arm64
CLT: 16.4.0.0.1.1747106510
Xcode: 26.0.1
Rosetta 2: false
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!
Warning: Some installed kegs have no formulae!
This means they were either deleted or installed manually.
You should find replacements for the following formulae:
qemu-3dfx
local/qemu3dfx/qemu-3dfx
Formula: qemu-3dfx
Tap:
Path: /opt/homebrew/opt/qemu-3dfx/.brew/qemu-3dfx.rb
2025-10-14 12:45:15 +0000
git
init
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
hint:
hint: Disable this message with "git config set advice.defaultBranchName false"
Initialized empty Git repository in /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/.git/
2025-10-14 12:45:15 +0000
git
add
.
2025-10-14 12:45:15 +0000
git
commit
-m
Initial virglrenderer source
[master (root-commit) f4d347f] Initial virglrenderer source
Committer: macbookpro <[email protected]>
Your name and email address were configured automatically based
on your username and hostname. Please check that they are accurate.
You can suppress this message by setting them explicitly. Run the
following command and follow the instructions in your editor to edit
your configuration file:
git config --global --edit
After doing this, you may fix the identity used for this commit with:
git commit --amend --reset-author
397 files changed, 227336 insertions(+)
create mode 100644 .dir-locals.el
create mode 100644 .editorconfig
create mode 100644 .gitignore
create mode 100644 .gitlab-ci.yml
create mode 100755 .gitlab-ci/container/debian/x86_64_test.sh
create mode 100644 .gitlab-ci/expectations/host/deqp-piglit-virgl-gl.toml
create mode 100644 .gitlab-ci/expectations/host/deqp-piglit-virgl-gles.toml
create mode 100644 .gitlab-ci/expectations/host/deqp-virgl-gl.toml
create mode 100644 .gitlab-ci/expectations/host/deqp-virgl-gles.toml
create mode 100644 .gitlab-ci/expectations/host/virgl-gl-fails.txt
create mode 100644 .gitlab-ci/expectations/host/virgl-gl-flakes.txt
create mode 100644 .gitlab-ci/expectations/host/virgl-gl-skips.txt
create mode 100644 .gitlab-ci/expectations/host/virgl-gles-fails.txt
create mode 100644 .gitlab-ci/expectations/host/virgl-gles-flakes.txt
create mode 100644 .gitlab-ci/expectations/host/virgl-gles-skips.txt
create mode 100644 .gitlab-ci/expectations/virt/deqp-piglit-virgl-gl.toml
create mode 100644 .gitlab-ci/expectations/virt/deqp-piglit-virgl-gles.toml
create mode 100644 .gitlab-ci/expectations/virt/deqp-venus.toml
create mode 100644 .gitlab-ci/expectations/virt/deqp-virgl-gl.toml
create mode 100644 .gitlab-ci/expectations/virt/deqp-virgl-gles.toml
create mode 100644 .gitlab-ci/expectations/virt/traces-virgl.yml
create mode 100644 .gitlab-ci/expectations/virt/venus-fails.txt
create mode 100644 .gitlab-ci/expectations/virt/venus-flakes.txt
create mode 100644 .gitlab-ci/expectations/virt/venus-skips.txt
create mode 100644 .gitlab-ci/expectations/virt/virgl-gl-fails.txt
create mode 100644 .gitlab-ci/expectations/virt/virgl-gl-flakes.txt
create mode 100644 .gitlab-ci/expectations/virt/virgl-gl-skips.txt
create mode 100644 .gitlab-ci/expectations/virt/virgl-gles-fails.txt
create mode 100644 .gitlab-ci/expectations/virt/virgl-gles-flakes.txt
create mode 100644 .gitlab-ci/expectations/virt/virgl-gles-skips.txt
create mode 100755 .gitlab-ci/meson/build.sh
create mode 100755 .gitlab-ci/meson/time-strace.sh
create mode 100755 .gitlab-ci/meson/time.sh
create mode 100644 .gitlab-ci/x86_64-w64-mingw32
create mode 100644 COPYING
create mode 100644 README.rst
create mode 100644 config.h.meson
create mode 100644 containers/Dockerfile.rhel8
create mode 100644 containers/Dockerfile.rhel9
create mode 100644 containers/Dockerfile.ubuntu
create mode 100644 containers/podman.md
create mode 100755 containers/run-container.sh
create mode 100644 docs/ASAN-notes.txt
create mode 100644 docs/CI-notes.txt
create mode 100644 docs/GL-status.txt
create mode 100644 docs/piglit-notes.txt
create mode 100644 docs/release.txt
create mode 100644 meson.build
create mode 100644 meson_options.txt
create mode 100644 perf-testing/Docker/Dockerfile
create mode 100644 perf-testing/Docker/Dockerfile.vtest
create mode 100755 perf-testing/Docker/init.sh
create mode 100755 perf-testing/Docker/merge_traces.py
create mode 100644 perf-testing/Docker/perfetto-guest.cfg
create mode 100644 perf-testing/Docker/perfetto-host.cfg
create mode 100644 perf-testing/Docker/perfetto-vtest.cfg
create mode 100755 perf-testing/Docker/run.sh
create mode 100755 perf-testing/Docker/run_perfetto_ui.sh
create mode 100644 perf-testing/Docker/run_traces.sh
create mode 100644 perf-testing/Docker/x86_64.config
create mode 100644 perf-testing/README.md
create mode 100755 perf-testing/build-dockerimage.sh
create mode 100755 perf-testing/perfetto-ui.sh
create mode 100755 perf-testing/run-trace-in-container.sh
create mode 120000 server/.clang-format
create mode 100644 server/main.c
create mode 100644 server/meson.build
create mode 100644 server/render_client.c
create mode 100644 server/render_client.h
create mode 100644 server/render_common.c
create mode 100644 server/render_common.h
create mode 100644 server/render_context.c
create mode 100644 server/render_context.h
create mode 100644 server/render_protocol.h
create mode 100644 server/render_server.c
create mode 100644 server/render_server.h
create mode 100644 server/render_socket.c
create mode 100644 server/render_socket.h
create mode 100644 server/render_state.c
create mode 100644 server/render_state.h
create mode 100644 server/render_worker.c
create mode 100644 server/render_worker.h
create mode 100644 src/drm/.clang-format
create mode 100644 src/drm/amdgpu/amdgpu_renderer.c
create mode 100644 src/drm/amdgpu/amdgpu_renderer.h
create mode 100644 src/drm/amdgpu/amdgpu_virtio_proto.h
create mode 100644 src/drm/asahi/asahi_proto.h
create mode 100644 src/drm/asahi/asahi_renderer.c
create mode 100644 src/drm/asahi/asahi_renderer.h
create mode 100644 src/drm/drm-uapi/README
create mode 100644 src/drm/drm-uapi/amdgpu_drm.h
create mode 100644 src/drm/drm-uapi/asahi_drm.h
create mode 100644 src/drm/drm-uapi/drm.h
create mode 100644 src/drm/drm-uapi/drm_mode.h
create mode 100644 src/drm/drm-uapi/msm_drm.h
create mode 100644 src/drm/drm-uapi/virtgpu_drm.h
create mode 100644 src/drm/drm_context.c
create mode 100644 src/drm/drm_context.h
create mode 100644 src/drm/drm_fence.c
create mode 100644 src/drm/drm_fence.h
create mode 100644 src/drm/drm_renderer.c
create mode 100644 src/drm/drm_renderer.h
create mode 100644 src/drm/drm_util.c
create mode 100644 src/drm/drm_util.h
create mode 100644 src/drm/linux/overflow.h
create mode 100644 src/drm/msm/msm_proto.h
create mode 100644 src/drm/msm/msm_renderer.c
create mode 100644 src/drm/msm/msm_renderer.h
create mode 100644 src/drm_hw.h
create mode 100644 src/gallium/auxiliary/cso_cache/cso_cache.c
create mode 100644 src/gallium/auxiliary/cso_cache/cso_cache.h
create mode 100644 src/gallium/auxiliary/cso_cache/cso_hash.c
create mode 100644 src/gallium/auxiliary/cso_cache/cso_hash.h
create mode 100644 src/gallium/auxiliary/tgsi/tgsi_build.c
create mode 100644 src/gallium/auxiliary/tgsi/tgsi_build.h
create mode 100644 src/gallium/auxiliary/tgsi/tgsi_dump.c
create mode 100644 src/gallium/auxiliary/tgsi/tgsi_dump.h
create mode 100644 src/gallium/auxiliary/tgsi/tgsi_info.c
create mode 100644 src/gallium/auxiliary/tgsi/tgsi_info.h
create mode 100644 src/gallium/auxiliary/tgsi/tgsi_iterate.c
create mode 100644 src/gallium/auxiliary/tgsi/tgsi_iterate.h
create mode 100644 src/gallium/auxiliary/tgsi/tgsi_parse.c
create mode 100644 src/gallium/auxiliary/tgsi/tgsi_parse.h
create mode 100644 src/gallium/auxiliary/tgsi/tgsi_sanity.c
create mode 100644 src/gallium/auxiliary/tgsi/tgsi_sanity.h
create mode 100644 src/gallium/auxiliary/tgsi/tgsi_scan.c
create mode 100644 src/gallium/auxiliary/tgsi/tgsi_scan.h
create mode 100644 src/gallium/auxiliary/tgsi/tgsi_strings.c
create mode 100644 src/gallium/auxiliary/tgsi/tgsi_strings.h
create mode 100644 src/gallium/auxiliary/tgsi/tgsi_text.c
create mode 100644 src/gallium/auxiliary/tgsi/tgsi_text.h
create mode 100644 src/gallium/auxiliary/tgsi/tgsi_util.c
create mode 100644 src/gallium/auxiliary/tgsi/tgsi_util.h
create mode 100644 src/gallium/auxiliary/util/u_debug_describe.c
create mode 100644 src/gallium/auxiliary/util/u_debug_describe.h
create mode 100644 src/gallium/auxiliary/util/u_debug_refcnt.h
create mode 100644 src/gallium/auxiliary/util/u_dual_blend.h
create mode 100644 src/gallium/auxiliary/util/u_format.c
create mode 100644 src/gallium/auxiliary/util/u_format.h
create mode 100644 src/gallium/auxiliary/util/u_format.yaml
create mode 100755 src/gallium/auxiliary/util/u_format_parse.py
create mode 100644 src/gallium/auxiliary/util/u_format_s3tc.h
create mode 100755 src/gallium/auxiliary/util/u_format_table.py
create mode 100644 src/gallium/auxiliary/util/u_half.h
create mode 100644 src/gallium/auxiliary/util/u_hash_table.c
create mode 100644 src/gallium/auxiliary/util/u_hash_table.h
create mode 100644 src/gallium/auxiliary/util/u_inlines.h
create mode 100644 src/gallium/auxiliary/util/u_pointer.h
create mode 100644 src/gallium/auxiliary/util/u_prim.h
create mode 100644 src/gallium/auxiliary/util/u_texture.c
create mode 100644 src/gallium/auxiliary/util/u_texture.h
create mode 100644 src/gallium/include/pipe/p_defines.h
create mode 100644 src/gallium/include/pipe/p_shader_tokens.h
create mode 100644 src/gallium/include/pipe/p_state.h
create mode 100644 src/gallium/include/pipe/p_video_enums.h
create mode 100644 src/gallium/include/pipe/p_video_state.h
create mode 100644 src/gallium/meson.build
create mode 100644 src/mesa/compat/c11/threads.h
create mode 100644 src/mesa/compat/c11/threads_posix.h
create mode 100644 src/mesa/compat/c11/threads_win32.h
create mode 100644 src/mesa/compat/c11_compat.h
create mode 100644 src/mesa/compat/c99_compat.h
create mode 100644 src/mesa/compat/no_extern_c.h
create mode 100644 src/mesa/meson.build
create mode 100644 src/mesa/pipe/p_compiler.h
create mode 100644 src/mesa/pipe/p_config.h
create mode 100644 src/mesa/util/anon_file.c
create mode 100644 src/mesa/util/anon_file.h
create mode 100644 src/mesa/util/bitscan.c
create mode 100644 src/mesa/util/bitscan.h
create mode 100644 src/mesa/util/compiler.h
create mode 100644 src/mesa/util/detect_os.h
create mode 100644 src/mesa/util/fast_urem_by_const.h
create mode 100644 src/mesa/util/hash_table.c
create mode 100644 src/mesa/util/hash_table.h
create mode 100644 src/mesa/util/libsync.h
create mode 100644 src/mesa/util/list.h
create mode 100644 src/mesa/util/macros.h
create mode 100644 src/mesa/util/os_file.c
create mode 100644 src/mesa/util/os_file.h
create mode 100644 src/mesa/util/os_memory.h
create mode 100644 src/mesa/util/os_memory_aligned.h
create mode 100644 src/mesa/util/os_memory_stdc.h
create mode 100644 src/mesa/util/os_misc.c
create mode 100644 src/mesa/util/os_misc.h
create mode 100644 src/mesa/util/ralloc.c
create mode 100644 src/mesa/util/ralloc.h
create mode 100644 src/mesa/util/u_atomic.h
create mode 100644 src/mesa/util/u_cpu_detect.c
create mode 100644 src/mesa/util/u_cpu_detect.h
create mode 100644 src/mesa/util/u_debug.c
create mode 100644 src/mesa/util/u_debug.h
create mode 100644 src/mesa/util/u_endian.h
create mode 100644 src/mesa/util/u_formats.h
create mode 100644 src/mesa/util/u_math.c
create mode 100644 src/mesa/util/u_math.h
create mode 100644 src/mesa/util/u_memory.h
create mode 100644 src/mesa/util/u_string.h
create mode 100644 src/mesa/util/u_thread.h
create mode 100644 src/mesa/util/xxhash.h
create mode 100644 src/meson.build
create mode 100644 src/mman_win32.c
create mode 100644 src/mman_win32.h
create mode 120000 src/proxy/.clang-format
create mode 100644 src/proxy/proxy_client.c
create mode 100644 src/proxy/proxy_client.h
create mode 100644 src/proxy/proxy_common.c
create mode 100644 src/proxy/proxy_common.h
create mode 100644 src/proxy/proxy_context.c
create mode 100644 src/proxy/proxy_context.h
create mode 100644 src/proxy/proxy_renderer.c
create mode 100644 src/proxy/proxy_renderer.h
create mode 100644 src/proxy/proxy_server.c
create mode 100644 src/proxy/proxy_server.h
create mode 100644 src/proxy/proxy_socket.c
create mode 100644 src/proxy/proxy_socket.h
create mode 100644 src/venus/.clang-format
create mode 100644 src/venus/venus-protocol/vk_platform.h
create mode 100644 src/venus/venus-protocol/vk_video/vulkan_video_codec_av1std.h
create mode 100644 src/venus/venus-protocol/vk_video/vulkan_video_codec_av1std_decode.h
create mode 100644 src/venus/venus-protocol/vk_video/vulkan_video_codec_av1std_encode.h
create mode 100644 src/venus/venus-protocol/vk_video/vulkan_video_codec_h264std.h
create mode 100644 src/venus/venus-protocol/vk_video/vulkan_video_codec_h264std_decode.h
create mode 100644 src/venus/venus-protocol/vk_video/vulkan_video_codec_h264std_encode.h
create mode 100644 src/venus/venus-protocol/vk_video/vulkan_video_codec_h265std.h
create mode 100644 src/venus/venus-protocol/vk_video/vulkan_video_codec_h265std_decode.h
create mode 100644 src/venus/venus-protocol/vk_video/vulkan_video_codec_h265std_encode.h
create mode 100644 src/venus/venus-protocol/vk_video/vulkan_video_codecs_common.h
create mode 100644 src/venus/venus-protocol/vn_protocol_renderer.h
create mode 100644 src/venus/venus-protocol/vn_protocol_renderer_acceleration_structure.h
create mode 100644 src/venus/venus-protocol/vn_protocol_renderer_buffer.h
create mode 100644 src/venus/venus-protocol/vn_protocol_renderer_buffer_view.h
create mode 100644 src/venus/venus-protocol/vn_protocol_renderer_command_buffer.h
create mode 100644 src/venus/venus-protocol/vn_protocol_renderer_command_pool.h
create mode 100644 src/venus/venus-protocol/vn_protocol_renderer_cs.h
create mode 100644 src/venus/venus-protocol/vn_protocol_renderer_defines.h
create mode 100644 src/venus/venus-protocol/vn_protocol_renderer_descriptor_pool.h
create mode 100644 src/venus/venus-protocol/vn_protocol_renderer_descriptor_set.h
create mode 100644 src/venus/venus-protocol/vn_protocol_renderer_descriptor_set_layout.h
create mode 100644 src/venus/venus-protocol/vn_protocol_renderer_descriptor_update_template.h
create mode 100644 src/venus/venus-protocol/vn_protocol_renderer_device.h
create mode 100644 src/venus/venus-protocol/vn_protocol_renderer_device_memory.h
create mode 100644 src/venus/venus-protocol/vn_protocol_renderer_dispatches.h
create mode 100644 src/venus/venus-protocol/vn_protocol_renderer_event.h
create mode 100644 src/venus/venus-protocol/vn_protocol_renderer_fence.h
create mode 100644 src/venus/venus-protocol/vn_protocol_renderer_framebuffer.h
create mode 100644 src/venus/venus-protocol/vn_protocol_renderer_handles.h
create mode 100644 src/venus/venus-protocol/vn_protocol_renderer_host_copy.h
create mode 100644 src/venus/venus-protocol/vn_protocol_renderer_image.h
create mode 100644 src/venus/venus-protocol/vn_protocol_renderer_image_view.h
create mode 100644 src/venus/venus-protocol/vn_protocol_renderer_info.h
create mode 100644 src/venus/venus-protocol/vn_protocol_renderer_instance.h
create mode 100644 src/venus/venus-protocol/vn_protocol_renderer_pipeline.h
create mode 100644 src/venus/venus-protocol/vn_protocol_renderer_pipeline_cache.h
create mode 100644 src/venus/venus-protocol/vn_protocol_renderer_pipeline_layout.h
create mode 100644 src/venus/venus-protocol/vn_protocol_renderer_private_data_slot.h
create mode 100644 src/venus/venus-protocol/vn_protocol_renderer_query_pool.h
create mode 100644 src/venus/venus-protocol/vn_protocol_renderer_queue.h
create mode 100644 src/venus/venus-protocol/vn_protocol_renderer_render_pass.h
create mode 100644 src/venus/venus-protocol/vn_protocol_renderer_sampler.h
create mode 100644 src/venus/venus-protocol/vn_protocol_renderer_sampler_ycbcr_conversion.h
create mode 100644 src/venus/venus-protocol/vn_protocol_renderer_semaphore.h
create mode 100644 src/venus/venus-protocol/vn_protocol_renderer_shader_module.h
create mode 100644 src/venus/venus-protocol/vn_protocol_renderer_structs.h
create mode 100644 src/venus/venus-protocol/vn_protocol_renderer_transport.h
create mode 100644 src/venus/venus-protocol/vn_protocol_renderer_types.h
create mode 100644 src/venus/venus-protocol/vn_protocol_renderer_util.h
create mode 100644 src/venus/venus-protocol/vulkan.h
create mode 100644 src/venus/venus-protocol/vulkan_core.h
create mode 100644 src/venus/vkr_acceleration_structure.c
create mode 100644 src/venus/vkr_acceleration_structure.h
create mode 100644 src/venus/vkr_allocator.c
create mode 100644 src/venus/vkr_allocator.h
create mode 100644 src/venus/vkr_buffer.c
create mode 100644 src/venus/vkr_buffer.h
create mode 100644 src/venus/vkr_command_buffer.c
create mode 100644 src/venus/vkr_command_buffer.h
create mode 100644 src/venus/vkr_common.c
create mode 100644 src/venus/vkr_common.h
create mode 100644 src/venus/vkr_context.c
create mode 100644 src/venus/vkr_context.h
create mode 100644 src/venus/vkr_cs.c
create mode 100644 src/venus/vkr_cs.h
create mode 100644 src/venus/vkr_descriptor_set.c
create mode 100644 src/venus/vkr_descriptor_set.h
create mode 100644 src/venus/vkr_device.c
create mode 100644 src/venus/vkr_device.h
create mode 100644 src/venus/vkr_device_memory.c
create mode 100644 src/venus/vkr_device_memory.h
create mode 100644 src/venus/vkr_device_object.json
create mode 100644 src/venus/vkr_device_object.py
create mode 100644 src/venus/vkr_host_copy.c
create mode 100644 src/venus/vkr_host_copy.h
create mode 100644 src/venus/vkr_image.c
create mode 100644 src/venus/vkr_image.h
create mode 100644 src/venus/vkr_instance.c
create mode 100644 src/venus/vkr_instance.h
create mode 100644 src/venus/vkr_library.c
create mode 100644 src/venus/vkr_library.h
create mode 100644 src/venus/vkr_physical_device.c
create mode 100644 src/venus/vkr_physical_device.h
create mode 100644 src/venus/vkr_pipeline.c
create mode 100644 src/venus/vkr_pipeline.h
create mode 100644 src/venus/vkr_query_pool.c
create mode 100644 src/venus/vkr_query_pool.h
create mode 100644 src/venus/vkr_queue.c
create mode 100644 src/venus/vkr_queue.h
create mode 100644 src/venus/vkr_render_pass.c
create mode 100644 src/venus/vkr_render_pass.h
create mode 100644 src/venus/vkr_renderer.c
create mode 100644 src/venus/vkr_renderer.h
create mode 100644 src/venus/vkr_ring.c
create mode 100644 src/venus/vkr_ring.h
create mode 100644 src/venus/vkr_transport.c
create mode 100644 src/venus/vkr_transport.h
create mode 100644 src/venus_hw.h
create mode 100644 src/virgl-version.h.meson
create mode 100644 src/virgl_context.c
create mode 100644 src/virgl_context.h
create mode 100644 src/virgl_fence.c
create mode 100644 src/virgl_fence.h
create mode 100644 src/virgl_hw.h
create mode 100644 src/virgl_protocol.h
create mode 100644 src/virgl_resource.c
create mode 100644 src/virgl_resource.h
create mode 100644 src/virgl_util.c
create mode 100644 src/virgl_util.h
create mode 100644 src/virgl_video_hw.h
create mode 100644 src/virglrenderer.c
create mode 100644 src/virglrenderer.h
create mode 100644 src/vrend/iov.c
create mode 100644 src/vrend/virgl_video.c
create mode 100644 src/vrend/virgl_video.h
create mode 100644 src/vrend/vrend_blitter.c
create mode 100644 src/vrend/vrend_blitter.h
create mode 100644 src/vrend/vrend_debug.c
create mode 100644 src/vrend/vrend_debug.h
create mode 100644 src/vrend/vrend_decode.c
create mode 100644 src/vrend/vrend_formats.c
create mode 100644 src/vrend/vrend_iov.h
create mode 100644 src/vrend/vrend_object.c
create mode 100644 src/vrend/vrend_object.h
create mode 100644 src/vrend/vrend_renderer.c
create mode 100644 src/vrend/vrend_renderer.h
create mode 100644 src/vrend/vrend_shader.c
create mode 100644 src/vrend/vrend_shader.h
create mode 100644 src/vrend/vrend_strbuf.h
create mode 100644 src/vrend/vrend_tweaks.c
create mode 100644 src/vrend/vrend_tweaks.h
create mode 100644 src/vrend/vrend_video.c
create mode 100644 src/vrend/vrend_video.h
create mode 100644 src/vrend/vrend_winsys.c
create mode 100644 src/vrend/vrend_winsys.h
create mode 100644 src/vrend/vrend_winsys_egl.c
create mode 100644 src/vrend/vrend_winsys_egl.h
create mode 100644 src/vrend/vrend_winsys_gbm.c
create mode 100644 src/vrend/vrend_winsys_gbm.h
create mode 100644 src/vrend/vrend_winsys_glx.c
create mode 100644 src/vrend/vrend_winsys_glx.h
create mode 100644 subprojects/.gitignore
create mode 100644 subprojects/percetto.wrap
create mode 100644 subprojects/perfetto.wrap
create mode 100644 subprojects/sysprof.wrap
create mode 100644 subprojects/vperfetto.wrap
create mode 100644 tests/fuzzer/meson.build
create mode 100644 tests/fuzzer/virgl_drm_fuzzer.c
create mode 100644 tests/fuzzer/virgl_fuzzer.c
create mode 100644 tests/fuzzer/virgl_fuzzer_from_states.c
create mode 100644 tests/large_shader.h
create mode 100644 tests/meson.build
create mode 100644 tests/test_fuzzer_formats.c
create mode 100644 tests/test_virgl_cmd.c
create mode 100644 tests/test_virgl_fence.c
create mode 100644 tests/test_virgl_gbm_resources.c
create mode 100644 tests/test_virgl_init.c
create mode 100644 tests/test_virgl_resource.c
create mode 100644 tests/test_virgl_strbuf.c
create mode 100644 tests/test_virgl_transfer.c
create mode 100644 tests/testvirgl.c
create mode 100644 tests/testvirgl.h
create mode 100644 tests/testvirgl_encode.c
create mode 100644 tests/testvirgl_encode.h
create mode 100644 tests/valgrind.suppressions
create mode 100644 vtest/meson.build
create mode 100644 vtest/threadpool.c
create mode 100644 vtest/threadpool.h
create mode 100644 vtest/util.c
create mode 100644 vtest/util.h
create mode 100644 vtest/vtest.h
create mode 100644 vtest/vtest_fuzzer.c
create mode 100644 vtest/vtest_main.c
create mode 100644 vtest/vtest_protocol.h
create mode 100644 vtest/vtest_renderer.c
create mode 100644 vtest/vtest_server.c
create mode 100644 vtest/vtest_server.h
create mode 100644 vtest/vtest_shm.c
create mode 100644 vtest/vtest_shm.h
2025-10-14 12:45:15 +0000
git
apply
--verbose
/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/virgl_macos_converted.patch
Checking patch src/gallium/auxiliary/tgsi/tgsi_text.h...
Checking patch src/mesa/compat/c11/threads_win32.h...
Checking patch src/virgl_util.h...
Checking patch src/vrend/vrend_blitter.h...
Checking patch src/vrend/vrend_renderer.c...
Checking patch src/vrend/vrend_shader.c...
Checking patch src/vrend/vrend_shader.h...
Applied patch src/gallium/auxiliary/tgsi/tgsi_text.h cleanly.
Applied patch src/mesa/compat/c11/threads_win32.h cleanly.
Applied patch src/virgl_util.h cleanly.
Applied patch src/vrend/vrend_blitter.h cleanly.
Applied patch src/vrend/vrend_renderer.c cleanly.
Applied patch src/vrend/vrend_shader.c cleanly.
Applied patch src/vrend/vrend_shader.h cleanly.
clang called with: --version
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
superenv executed: clang --version -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
clang called with: -x c -E -dM -
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -x c -E -dM - -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Wl,--version -L/opt/X11/lib -L/opt/X11/lib /opt/X11/lib/libGL.dylib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
superenv executed: clang -Wl,--version -L/opt/X11/lib -L/opt/X11/lib /opt/X11/lib/libGL.dylib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
clang called with: -Wl,-v -L/opt/X11/lib -L/opt/X11/lib /opt/X11/lib/libGL.dylib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
superenv executed: clang -Wl,-v -L/opt/X11/lib -L/opt/X11/lib /opt/X11/lib/libGL.dylib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
clang called with: sanitycheckc.c -o sanitycheckc.exe -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -L/opt/X11/lib -L/opt/X11/lib /opt/X11/lib/libGL.dylib
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
superenv executed: clang sanitycheckc.c -o sanitycheckc.exe -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -L/opt/X11/lib -L/opt/X11/lib /opt/X11/lib/libGL.dylib -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
clang called with: --version
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
superenv executed: clang --version -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
clang called with: -x c -E -dM -
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -x c -E -dM - -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Wl,--version -L/opt/X11/lib -L/opt/X11/lib /opt/X11/lib/libGL.dylib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
superenv executed: clang -Wl,--version -L/opt/X11/lib -L/opt/X11/lib /opt/X11/lib/libGL.dylib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
clang called with: -Wl,-v -L/opt/X11/lib -L/opt/X11/lib /opt/X11/lib/libGL.dylib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
superenv executed: clang -Wl,-v -L/opt/X11/lib -L/opt/X11/lib /opt/X11/lib/libGL.dylib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
clang called with: sanitycheckc.c -o sanitycheckc.exe -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -L/opt/X11/lib -L/opt/X11/lib /opt/X11/lib/libGL.dylib
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
superenv executed: clang sanitycheckc.c -o sanitycheckc.exe -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -L/opt/X11/lib -L/opt/X11/lib /opt/X11/lib/libGL.dylib -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
clang called with: -xc -E -v -
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -xc -E -v - -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmph07u1t15/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmph07u1t15/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=enum-int-mismatch
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmph07u1t15/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmph07u1t15/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=enum-int-mismatch -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpkottv5_2/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpkottv5_2/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=implicit-function-declaration
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpkottv5_2/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpkottv5_2/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=implicit-function-declaration -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmptdsc3sqf/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmptdsc3sqf/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=missing-prototypes
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmptdsc3sqf/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmptdsc3sqf/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=missing-prototypes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp1w_xwtdj/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp1w_xwtdj/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=pedantic
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp1w_xwtdj/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp1w_xwtdj/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=pedantic -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp2y9svja3/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp2y9svja3/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wmissing-prototypes
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp2y9svja3/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp2y9svja3/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wmissing-prototypes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpmqmtct2y/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpmqmtct2y/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=incompatible-pointer-types
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpmqmtct2y/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpmqmtct2y/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=incompatible-pointer-types -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpjexfx2as/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpjexfx2as/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=int-to-pointer-cast
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpjexfx2as/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpjexfx2as/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=int-to-pointer-cast -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpm8772w3f/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpm8772w3f/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=switch
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpm8772w3f/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpm8772w3f/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=switch -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpxe5bounn/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpxe5bounn/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Woverlength-strings -Wno-overlength-strings
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpxe5bounn/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpxe5bounn/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Woverlength-strings -Wno-overlength-strings -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp_gcg3t0m/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp_gcg3t0m/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wmissing-field-initializers -Wno-missing-field-initializers
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp_gcg3t0m/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp_gcg3t0m/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wmissing-field-initializers -Wno-missing-field-initializers -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpy80bh6ut/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpy80bh6ut/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=format
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpy80bh6ut/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpy80bh6ut/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=format -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpdowj5ued/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpdowj5ued/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -fvisibility=hidden
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpdowj5ued/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpdowj5ued/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -fvisibility=hidden -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp41x5cmjk/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp41x5cmjk/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -fno-strict-aliasing
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp41x5cmjk/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp41x5cmjk/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -fno-strict-aliasing -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpr7yqrcx0/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpr7yqrcx0/output.exe -O0 -Werror=implicit-function-declaration /opt/X11/lib/libGL.dylib
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
superenv executed: clang -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpr7yqrcx0/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpr7yqrcx0/output.exe -O0 -Werror=implicit-function-declaration /opt/X11/lib/libGL.dylib -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
clang called with: -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpcbva75gc/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpcbva75gc/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument --print-search-dirs
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpcbva75gc/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpcbva75gc/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument --print-search-dirs -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp14wi2vtk/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp14wi2vtk/output.exe -O0 -Werror=implicit-function-declaration -lm -Wl,-undefined,dynamic_lookup /opt/X11/lib/libGL.dylib
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-no_fixup_chains -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
superenv executed: clang -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp14wi2vtk/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp14wi2vtk/output.exe -O0 -Werror=implicit-function-declaration -lm -Wl,-undefined,dynamic_lookup /opt/X11/lib/libGL.dylib -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-no_fixup_chains -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
clang called with: -v -E - -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -v -E - -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers CMakeCCompilerId.c
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
superenv executed: clang -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers CMakeCCompilerId.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
clang called with: -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -E apple-sdk.c
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -E apple-sdk.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -arch arm64 -v -Wl,-v -MD -MT CMakeFiles/cmTC_bdb35.dir/CMakeCCompilerABI.c.o -MF CMakeFiles/cmTC_bdb35.dir/CMakeCCompilerABI.c.o.d -o CMakeFiles/cmTC_bdb35.dir/CMakeCCompilerABI.c.o -c /opt/homebrew/opt/cmake/share/cmake/Modules/CMakeCCompilerABI.c
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -arch arm64 -v -Wl,-v -MD -MT CMakeFiles/cmTC_bdb35.dir/CMakeCCompilerABI.c.o -MF CMakeFiles/cmTC_bdb35.dir/CMakeCCompilerABI.c.o.d -o CMakeFiles/cmTC_bdb35.dir/CMakeCCompilerABI.c.o -c /opt/homebrew/opt/cmake/share/cmake/Modules/CMakeCCompilerABI.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/X11/lib -L/opt/X11/lib /opt/X11/lib/libGL.dylib -v -Wl,-v CMakeFiles/cmTC_bdb35.dir/CMakeCCompilerABI.c.o -o cmTC_bdb35
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
superenv executed: clang -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/X11/lib -L/opt/X11/lib /opt/X11/lib/libGL.dylib -v -Wl,-v CMakeFiles/cmTC_bdb35.dir/CMakeCCompilerABI.c.o -o cmTC_bdb35 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
clang called with: -v -E - -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -v -E - -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpzbxd749q/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpzbxd749q/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=gnu11
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpzbxd749q/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpzbxd749q/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=gnu11 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpabsz_slc/testfile.c -E -P -P -O0 -Werror=implicit-function-declaration -std=gnu11
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpabsz_slc/testfile.c -E -P -P -O0 -Werror=implicit-function-declaration -std=gnu11 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpsuaobvw2/testfile.c -E -P -P -O0 -Werror=implicit-function-declaration -std=gnu11
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpsuaobvw2/testfile.c -E -P -P -O0 -Werror=implicit-function-declaration -std=gnu11 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp5ospt1uy/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp5ospt1uy/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -D_GNU_SOURCE -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
superenv executed: clang -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp5ospt1uy/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp5ospt1uy/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -D_GNU_SOURCE -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
clang called with: -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpe673dpf9/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpe673dpf9/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -D_GNU_SOURCE -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
superenv executed: clang -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpe673dpf9/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpe673dpf9/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -D_GNU_SOURCE -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
clang called with: -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmprortj1zr/testfile.c -E -P -P -O0 -Werror=implicit-function-declaration -std=gnu11
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmprortj1zr/testfile.c -E -P -P -O0 -Werror=implicit-function-declaration -std=gnu11 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpraos3tcr/testfile.c -E -P -P -O0 -Werror=implicit-function-declaration -std=gnu11
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpraos3tcr/testfile.c -E -P -P -O0 -Werror=implicit-function-declaration -std=gnu11 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpjzkwwvl2/testfile.c -E -P -P -O0 -Werror=implicit-function-declaration -std=gnu11
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpjzkwwvl2/testfile.c -E -P -P -O0 -Werror=implicit-function-declaration -std=gnu11 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpjyp3mwta/testfile.c -E -P -P -O0 -Werror=implicit-function-declaration -std=gnu11
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpjyp3mwta/testfile.c -E -P -P -O0 -Werror=implicit-function-declaration -std=gnu11 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpdwftq_6i/testfile.c -E -P -P -O0 -Werror=implicit-function-declaration -std=gnu11
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpdwftq_6i/testfile.c -E -P -P -O0 -Werror=implicit-function-declaration -std=gnu11 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpx00yrees/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpx00yrees/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
superenv executed: clang -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpx00yrees/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpx00yrees/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
clang called with: -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpmc144a4a/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpmc144a4a/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
superenv executed: clang -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpmc144a4a/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpmc144a4a/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
clang called with: -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpo8h4e9jq/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpo8h4e9jq/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
superenv executed: clang -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpo8h4e9jq/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpo8h4e9jq/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
clang called with: -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp1rlab1sf/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp1rlab1sf/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
superenv executed: clang -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp1rlab1sf/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp1rlab1sf/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
clang called with: -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpidfebvfv/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpidfebvfv/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
superenv executed: clang -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpidfebvfv/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpidfebvfv/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
clang called with: -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp2803effv/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp2803effv/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
superenv executed: clang -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp2803effv/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp2803effv/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
clang called with: -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp8509_z6a/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp8509_z6a/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
superenv executed: clang -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp8509_z6a/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp8509_z6a/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
clang called with: -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpg5cbbt2z/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpg5cbbt2z/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
superenv executed: clang -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpg5cbbt2z/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpg5cbbt2z/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
clang called with: -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpmu2itj2o/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpmu2itj2o/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
superenv executed: clang -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpmu2itj2o/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpmu2itj2o/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
clang called with: -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp_7212oay/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp_7212oay/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
superenv executed: clang -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp_7212oay/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp_7212oay/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
clang called with: -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpwsp3p8a6/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpwsp3p8a6/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
superenv executed: clang -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpwsp3p8a6/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpwsp3p8a6/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
clang called with: -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpsxz850ze/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpsxz850ze/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
superenv executed: clang -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpsxz850ze/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpsxz850ze/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
clang called with: -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpxoo0pozy/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpxoo0pozy/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
superenv executed: clang -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpxoo0pozy/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpxoo0pozy/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
clang called with: -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp099983f6/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp099983f6/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
superenv executed: clang -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp099983f6/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp099983f6/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
clang called with: -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpiq0sstfo/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpiq0sstfo/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
superenv executed: clang -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpiq0sstfo/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpiq0sstfo/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
clang called with: -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpfq0ima4z/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpfq0ima4z/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
superenv executed: clang -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpfq0ima4z/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpfq0ima4z/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
clang called with: -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpw_pnen41/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpw_pnen41/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
superenv executed: clang -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpw_pnen41/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpw_pnen41/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
clang called with: -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpf5ash8xv/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpf5ash8xv/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
superenv executed: clang -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpf5ash8xv/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpf5ash8xv/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
clang called with: -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpctto64a3/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpctto64a3/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
superenv executed: clang -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpctto64a3/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpctto64a3/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
clang called with: -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpjz1y6ica/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpjz1y6ica/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
superenv executed: clang -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpjz1y6ica/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpjz1y6ica/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
clang called with: -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpm2cbh2i3/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpm2cbh2i3/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=attributes
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpm2cbh2i3/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpm2cbh2i3/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpon0zkbj5/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpon0zkbj5/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=attributes
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpon0zkbj5/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpon0zkbj5/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpoue848tk/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpoue848tk/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=attributes
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpoue848tk/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpoue848tk/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpko4qkbz3/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpko4qkbz3/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=attributes
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpko4qkbz3/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpko4qkbz3/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpk04ws64b/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpk04ws64b/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=attributes
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpk04ws64b/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpk04ws64b/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp5mkwl_m9/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp5mkwl_m9/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=attributes
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp5mkwl_m9/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp5mkwl_m9/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpcpncngs4/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpcpncngs4/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=attributes
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpcpncngs4/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpcpncngs4/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpfcm144om/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpfcm144om/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=attributes
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpfcm144om/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpfcm144om/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpyk8klpup/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpyk8klpup/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=attributes
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpyk8klpup/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpyk8klpup/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpa4aruhdl/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpa4aruhdl/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=attributes
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpa4aruhdl/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpa4aruhdl/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp26u6eawi/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp26u6eawi/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=attributes
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp26u6eawi/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp26u6eawi/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpnwpxp0sn/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpnwpxp0sn/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=attributes
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpnwpxp0sn/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpnwpxp0sn/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp_8eh3r1h/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp_8eh3r1h/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
superenv executed: clang -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp_8eh3r1h/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp_8eh3r1h/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
clang called with: -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpnmf51p5p/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpnmf51p5p/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
superenv executed: clang -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpnmf51p5p/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpnmf51p5p/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
clang called with: -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp7igvp54q/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp7igvp54q/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
superenv executed: clang -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp7igvp54q/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmp7igvp54q/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
clang called with: -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpvfv3avqe/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpvfv3avqe/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
superenv executed: clang -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpvfv3avqe/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpvfv3avqe/output.exe -O0 -Werror=implicit-function-declaration -std=gnu11 -Wl,-no_weak_imports /opt/X11/lib/libGL.dylib -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
clang called with: -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpq1vanvhj/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpq1vanvhj/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=gnu11
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpq1vanvhj/testfile.c -o /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/tmpq1vanvhj/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=gnu11 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
2025-10-14 12:45:15 +0000
meson
setup
..
--prefix=/opt/homebrew/Cellar/qemu-3dfx/10.0.0-3dfx_1
--buildtype=release
-Dtests=false
-Dplatforms=
-Dminigbm_allocation=false
-Dvenus=false
The Meson build system
Version: 1.9.1
Source dir: /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0
Build dir: /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build
Build type: native build
Project name: virglrenderer
Project version: 1.2.0
C compiler for the host machine: clang (clang 17.0.0 "Apple clang version 17.0.0 (clang-1700.3.19.1)")
C linker for the host machine: clang ld64 1221.4
Host machine cpu family: aarch64
Host machine cpu: aarch64
Compiler for C supports arguments -Werror=enum-int-mismatch: NO
Compiler for C supports arguments -Werror=implicit-function-declaration: YES
Compiler for C supports arguments -Werror=missing-prototypes: YES
Compiler for C supports arguments -Werror=pedantic: YES
Compiler for C supports arguments -Wmissing-prototypes: YES
Compiler for C supports arguments -Werror=incompatible-pointer-types: YES
Compiler for C supports arguments -Werror=int-to-pointer-cast: YES
Compiler for C supports arguments -Werror=switch: YES
Compiler for C supports arguments -Wno-overlength-strings: YES
Compiler for C supports arguments -Wno-missing-field-initializers: YES
Compiler for C supports arguments -Werror=format: YES
Compiler for C supports arguments -fvisibility=hidden: YES
Compiler for C supports arguments -fno-strict-aliasing: YES
Program python3 found: YES (/opt/homebrew/opt/[email protected]/libexec/bin/python3)
Run-time dependency threads found: YES
Found pkg-config: YES (/opt/homebrew/Library/Homebrew/shims/mac/super/pkg-config) 2.5.1
Run-time dependency epoxy found: YES 1.5.10
Library m found: YES
Found CMake: /opt/homebrew/opt/cmake/bin/cmake (4.1.2)
Run-time dependency libdrm found: NO (tried pkgconfig, framework and cmake)
Run-time dependency libdrm_amdgpu found: NO (tried pkgconfig, framework and cmake)
Has header "sys/uio.h" : YES
Has header "dlfcn.h" : YES
Checking for function "pthread_setaffinity_np" with dependency threads: NO
Has header "pthread_np.h" : NO
Has header "sys/eventfd.h" : NO
Has header "sys/select.h" : YES
Has header "linux/dma-buf.h" : NO
Has header "linux/udmabuf.h" : NO
Checking for function "bswap32" : YES
Checking for function "bswap64" : YES
Checking for function "clz" : YES
Checking for function "clzll" : YES
Checking for function "expect" : YES
Checking for function "ffs" : YES
Checking for function "ffsll" : YES
Checking for function "popcount" : YES
Checking for function "popcountll" : YES
Checking for function "types_compatible_p" : YES
Checking for function "unreachable" : YES
Compiler for C supports function attribute const: YES
Compiler for C supports function attribute flatten: YES
Compiler for C supports function attribute format: YES
Compiler for C supports function attribute malloc: YES
Compiler for C supports function attribute noreturn: YES
Compiler for C supports function attribute packed: YES
Compiler for C supports function attribute pure: YES
Compiler for C supports function attribute returns_nonnull: YES
Compiler for C supports function attribute unused: YES
Compiler for C supports function attribute warn_unused_result: YES
Compiler for C supports function attribute weak: YES
Compiler for C supports function attribute aligned: YES
Checking for function "memfd_create" : NO
Checking for function "strtok_r" : YES
Checking for function "timespec_get" : YES
Header "stdlib.h" has symbol "__STDC_NO_VLA__" : NO
Configuring config.h using configuration
Program python3 (yaml) found: YES (/opt/homebrew/opt/[email protected]/libexec/bin/python3) modules: yaml
Configuring virgl-version.h using configuration
Build targets in project: 9
NOTICE: Future-deprecated features used:
* 1.1.0: {'"boolean option" keyword argument "value" of type str'}
virglrenderer 1.2.0
Directories
prefix : /opt/homebrew/Cellar/qemu-3dfx/10.0.0-3dfx_1
libdir : lib
Configuration
c_args : -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers
egl : false
glx : false
gbm : false
minigbm_alloc : false
venus : false
drm-msm : false
render server (DEPRECATED): false
drm-amdgpu : false
render server worker : none
video : false
tests : false
fuzzer : false
tracing : none
unstable-apis : false
User defined options
buildtype : release
minigbm_allocation : false
platforms :
prefix : /opt/homebrew/Cellar/qemu-3dfx/10.0.0-3dfx_1
tests : false
venus : false
Found ninja-1.13.1 at /opt/homebrew/Library/Homebrew/shims/mac/super/ninja
clang called with: -Isrc/mesa/libmesa.a.p -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/mesa/libmesa.a.p/util_bitscan.c.o -MF src/mesa/libmesa.a.p/util_bitscan.c.o.d -o src/mesa/libmesa.a.p/util_bitscan.c.o -c ../src/mesa/util/bitscan.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Isrc/mesa/libmesa.a.p -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/mesa/libmesa.a.p/util_bitscan.c.o -MF src/mesa/libmesa.a.p/util_bitscan.c.o.d -o src/mesa/libmesa.a.p/util_bitscan.c.o -c ../src/mesa/util/bitscan.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Isrc/mesa/libmesa.a.p -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/mesa/libmesa.a.p/util_os_misc.c.o -MF src/mesa/libmesa.a.p/util_os_misc.c.o.d -o src/mesa/libmesa.a.p/util_os_misc.c.o -c ../src/mesa/util/os_misc.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Isrc/mesa/libmesa.a.p -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/mesa/libmesa.a.p/util_os_misc.c.o -MF src/mesa/libmesa.a.p/util_os_misc.c.o.d -o src/mesa/libmesa.a.p/util_os_misc.c.o -c ../src/mesa/util/os_misc.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Isrc/mesa/libmesa.a.p -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/mesa/libmesa.a.p/util_u_cpu_detect.c.o -MF src/mesa/libmesa.a.p/util_u_cpu_detect.c.o.d -o src/mesa/libmesa.a.p/util_u_cpu_detect.c.o -c ../src/mesa/util/u_cpu_detect.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Isrc/mesa/libmesa.a.p -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/mesa/libmesa.a.p/util_u_cpu_detect.c.o -MF src/mesa/libmesa.a.p/util_u_cpu_detect.c.o.d -o src/mesa/libmesa.a.p/util_u_cpu_detect.c.o -c ../src/mesa/util/u_cpu_detect.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Isrc/mesa/libmesa.a.p -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/mesa/libmesa.a.p/util_anon_file.c.o -MF src/mesa/libmesa.a.p/util_anon_file.c.o.d -o src/mesa/libmesa.a.p/util_anon_file.c.o -c ../src/mesa/util/anon_file.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Isrc/mesa/libmesa.a.p -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/mesa/libmesa.a.p/util_anon_file.c.o -MF src/mesa/libmesa.a.p/util_anon_file.c.o.d -o src/mesa/libmesa.a.p/util_anon_file.c.o -c ../src/mesa/util/anon_file.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Isrc/mesa/libmesa.a.p -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/mesa/libmesa.a.p/util_u_debug.c.o -MF src/mesa/libmesa.a.p/util_u_debug.c.o.d -o src/mesa/libmesa.a.p/util_u_debug.c.o -c ../src/mesa/util/u_debug.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Isrc/mesa/libmesa.a.p -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/mesa/libmesa.a.p/util_u_debug.c.o -MF src/mesa/libmesa.a.p/util_u_debug.c.o.d -o src/mesa/libmesa.a.p/util_u_debug.c.o -c ../src/mesa/util/u_debug.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Isrc/mesa/libmesa.a.p -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/mesa/libmesa.a.p/util_ralloc.c.o -MF src/mesa/libmesa.a.p/util_ralloc.c.o.d -o src/mesa/libmesa.a.p/util_ralloc.c.o -c ../src/mesa/util/ralloc.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Isrc/mesa/libmesa.a.p -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/mesa/libmesa.a.p/util_ralloc.c.o -MF src/mesa/libmesa.a.p/util_ralloc.c.o.d -o src/mesa/libmesa.a.p/util_ralloc.c.o -c ../src/mesa/util/ralloc.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Isrc/mesa/libmesa.a.p -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/mesa/libmesa.a.p/util_os_file.c.o -MF src/mesa/libmesa.a.p/util_os_file.c.o.d -o src/mesa/libmesa.a.p/util_os_file.c.o -c ../src/mesa/util/os_file.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Isrc/mesa/libmesa.a.p -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/mesa/libmesa.a.p/util_os_file.c.o -MF src/mesa/libmesa.a.p/util_os_file.c.o.d -o src/mesa/libmesa.a.p/util_os_file.c.o -c ../src/mesa/util/os_file.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Isrc/mesa/libmesa.a.p -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/mesa/libmesa.a.p/util_hash_table.c.o -MF src/mesa/libmesa.a.p/util_hash_table.c.o.d -o src/mesa/libmesa.a.p/util_hash_table.c.o -c ../src/mesa/util/hash_table.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Isrc/mesa/libmesa.a.p -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/mesa/libmesa.a.p/util_hash_table.c.o -MF src/mesa/libmesa.a.p/util_hash_table.c.o.d -o src/mesa/libmesa.a.p/util_hash_table.c.o -c ../src/mesa/util/hash_table.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Isrc/mesa/libmesa.a.p -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/mesa/libmesa.a.p/util_u_math.c.o -MF src/mesa/libmesa.a.p/util_u_math.c.o.d -o src/mesa/libmesa.a.p/util_u_math.c.o -c ../src/mesa/util/u_math.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Isrc/mesa/libmesa.a.p -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/mesa/libmesa.a.p/util_u_math.c.o -MF src/mesa/libmesa.a.p/util_u_math.c.o.d -o src/mesa/libmesa.a.p/util_u_math.c.o -c ../src/mesa/util/u_math.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Isrc/gallium/libgallium.a.p -Isrc/gallium -I../src/gallium -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc -I../src -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/gallium/libgallium.a.p/auxiliary_util_u_texture.c.o -MF src/gallium/libgallium.a.p/auxiliary_util_u_texture.c.o.d -o src/gallium/libgallium.a.p/auxiliary_util_u_texture.c.o -c ../src/gallium/auxiliary/util/u_texture.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Isrc/gallium/libgallium.a.p -Isrc/gallium -I../src/gallium -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc -I../src -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/gallium/libgallium.a.p/auxiliary_util_u_texture.c.o -MF src/gallium/libgallium.a.p/auxiliary_util_u_texture.c.o.d -o src/gallium/libgallium.a.p/auxiliary_util_u_texture.c.o -c ../src/gallium/auxiliary/util/u_texture.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Isrc/gallium/libgallium.a.p -Isrc/gallium -I../src/gallium -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc -I../src -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/gallium/libgallium.a.p/auxiliary_util_u_hash_table.c.o -MF src/gallium/libgallium.a.p/auxiliary_util_u_hash_table.c.o.d -o src/gallium/libgallium.a.p/auxiliary_util_u_hash_table.c.o -c ../src/gallium/auxiliary/util/u_hash_table.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Isrc/gallium/libgallium.a.p -Isrc/gallium -I../src/gallium -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc -I../src -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/gallium/libgallium.a.p/auxiliary_util_u_hash_table.c.o -MF src/gallium/libgallium.a.p/auxiliary_util_u_hash_table.c.o.d -o src/gallium/libgallium.a.p/auxiliary_util_u_hash_table.c.o -c ../src/gallium/auxiliary/util/u_hash_table.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Isrc/gallium/libgallium.a.p -Isrc/gallium -I../src/gallium -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc -I../src -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/gallium/libgallium.a.p/auxiliary_cso_cache_cso_cache.c.o -MF src/gallium/libgallium.a.p/auxiliary_cso_cache_cso_cache.c.o.d -o src/gallium/libgallium.a.p/auxiliary_cso_cache_cso_cache.c.o -c ../src/gallium/auxiliary/cso_cache/cso_cache.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Isrc/gallium/libgallium.a.p -Isrc/gallium -I../src/gallium -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc -I../src -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/gallium/libgallium.a.p/auxiliary_cso_cache_cso_cache.c.o -MF src/gallium/libgallium.a.p/auxiliary_cso_cache_cso_cache.c.o.d -o src/gallium/libgallium.a.p/auxiliary_cso_cache_cso_cache.c.o -c ../src/gallium/auxiliary/cso_cache/cso_cache.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Isrc/gallium/libgallium.a.p -Isrc/gallium -I../src/gallium -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc -I../src -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_text.c.o -MF src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_text.c.o.d -o src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_text.c.o -c ../src/gallium/auxiliary/tgsi/tgsi_text.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Isrc/gallium/libgallium.a.p -Isrc/gallium -I../src/gallium -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc -I../src -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_text.c.o -MF src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_text.c.o.d -o src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_text.c.o -c ../src/gallium/auxiliary/tgsi/tgsi_text.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Isrc/gallium/libgallium.a.p -Isrc/gallium -I../src/gallium -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc -I../src -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_scan.c.o -MF src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_scan.c.o.d -o src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_scan.c.o -c ../src/gallium/auxiliary/tgsi/tgsi_scan.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Isrc/gallium/libgallium.a.p -Isrc/gallium -I../src/gallium -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc -I../src -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_scan.c.o -MF src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_scan.c.o.d -o src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_scan.c.o -c ../src/gallium/auxiliary/tgsi/tgsi_scan.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Isrc/gallium/libgallium.a.p -Isrc/gallium -I../src/gallium -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc -I../src -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/gallium/libgallium.a.p/auxiliary_util_u_format.c.o -MF src/gallium/libgallium.a.p/auxiliary_util_u_format.c.o.d -o src/gallium/libgallium.a.p/auxiliary_util_u_format.c.o -c ../src/gallium/auxiliary/util/u_format.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Isrc/gallium/libgallium.a.p -Isrc/gallium -I../src/gallium -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc -I../src -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/gallium/libgallium.a.p/auxiliary_util_u_format.c.o -MF src/gallium/libgallium.a.p/auxiliary_util_u_format.c.o.d -o src/gallium/libgallium.a.p/auxiliary_util_u_format.c.o -c ../src/gallium/auxiliary/util/u_format.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Isrc/gallium/libgallium.a.p -Isrc/gallium -I../src/gallium -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc -I../src -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_strings.c.o -MF src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_strings.c.o.d -o src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_strings.c.o -c ../src/gallium/auxiliary/tgsi/tgsi_strings.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Isrc/gallium/libgallium.a.p -Isrc/gallium -I../src/gallium -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc -I../src -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_strings.c.o -MF src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_strings.c.o.d -o src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_strings.c.o -c ../src/gallium/auxiliary/tgsi/tgsi_strings.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Isrc/gallium/libgallium.a.p -Isrc/gallium -I../src/gallium -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc -I../src -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_dump.c.o -MF src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_dump.c.o.d -o src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_dump.c.o -c ../src/gallium/auxiliary/tgsi/tgsi_dump.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Isrc/gallium/libgallium.a.p -Isrc/gallium -I../src/gallium -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc -I../src -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_dump.c.o -MF src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_dump.c.o.d -o src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_dump.c.o -c ../src/gallium/auxiliary/tgsi/tgsi_dump.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Isrc/gallium/libgallium.a.p -Isrc/gallium -I../src/gallium -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc -I../src -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_parse.c.o -MF src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_parse.c.o.d -o src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_parse.c.o -c ../src/gallium/auxiliary/tgsi/tgsi_parse.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Isrc/gallium/libgallium.a.p -Isrc/gallium -I../src/gallium -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc -I../src -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_parse.c.o -MF src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_parse.c.o.d -o src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_parse.c.o -c ../src/gallium/auxiliary/tgsi/tgsi_parse.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Isrc/gallium/libgallium.a.p -Isrc/gallium -I../src/gallium -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc -I../src -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_info.c.o -MF src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_info.c.o.d -o src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_info.c.o -c ../src/gallium/auxiliary/tgsi/tgsi_info.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Isrc/gallium/libgallium.a.p -Isrc/gallium -I../src/gallium -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc -I../src -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_info.c.o -MF src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_info.c.o.d -o src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_info.c.o -c ../src/gallium/auxiliary/tgsi/tgsi_info.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Isrc/gallium/libgallium.a.p -Isrc/gallium -I../src/gallium -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc -I../src -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_build.c.o -MF src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_build.c.o.d -o src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_build.c.o -c ../src/gallium/auxiliary/tgsi/tgsi_build.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Isrc/gallium/libgallium.a.p -Isrc/gallium -I../src/gallium -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc -I../src -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_build.c.o -MF src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_build.c.o.d -o src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_build.c.o -c ../src/gallium/auxiliary/tgsi/tgsi_build.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Isrc/gallium/libgallium.a.p -Isrc/gallium -I../src/gallium -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc -I../src -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/gallium/libgallium.a.p/auxiliary_cso_cache_cso_hash.c.o -MF src/gallium/libgallium.a.p/auxiliary_cso_cache_cso_hash.c.o.d -o src/gallium/libgallium.a.p/auxiliary_cso_cache_cso_hash.c.o -c ../src/gallium/auxiliary/cso_cache/cso_hash.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Isrc/gallium/libgallium.a.p -Isrc/gallium -I../src/gallium -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc -I../src -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/gallium/libgallium.a.p/auxiliary_cso_cache_cso_hash.c.o -MF src/gallium/libgallium.a.p/auxiliary_cso_cache_cso_hash.c.o.d -o src/gallium/libgallium.a.p/auxiliary_cso_cache_cso_hash.c.o -c ../src/gallium/auxiliary/cso_cache/cso_hash.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Isrc/gallium/libgallium.a.p -Isrc/gallium -I../src/gallium -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc -I../src -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/gallium/libgallium.a.p/auxiliary_util_u_debug_describe.c.o -MF src/gallium/libgallium.a.p/auxiliary_util_u_debug_describe.c.o.d -o src/gallium/libgallium.a.p/auxiliary_util_u_debug_describe.c.o -c ../src/gallium/auxiliary/util/u_debug_describe.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Isrc/gallium/libgallium.a.p -Isrc/gallium -I../src/gallium -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc -I../src -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/gallium/libgallium.a.p/auxiliary_util_u_debug_describe.c.o -MF src/gallium/libgallium.a.p/auxiliary_util_u_debug_describe.c.o.d -o src/gallium/libgallium.a.p/auxiliary_util_u_debug_describe.c.o -c ../src/gallium/auxiliary/util/u_debug_describe.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Isrc/gallium/libgallium.a.p -Isrc/gallium -I../src/gallium -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc -I../src -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/gallium/libgallium.a.p/meson-generated_.._u_format_table.c.o -MF src/gallium/libgallium.a.p/meson-generated_.._u_format_table.c.o.d -o src/gallium/libgallium.a.p/meson-generated_.._u_format_table.c.o -c src/gallium/u_format_table.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Isrc/gallium/libgallium.a.p -Isrc/gallium -I../src/gallium -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc -I../src -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/gallium/libgallium.a.p/meson-generated_.._u_format_table.c.o -MF src/gallium/libgallium.a.p/meson-generated_.._u_format_table.c.o.d -o src/gallium/libgallium.a.p/meson-generated_.._u_format_table.c.o -c src/gallium/u_format_table.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Isrc/gallium/libgallium.a.p -Isrc/gallium -I../src/gallium -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc -I../src -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_iterate.c.o -MF src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_iterate.c.o.d -o src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_iterate.c.o -c ../src/gallium/auxiliary/tgsi/tgsi_iterate.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Isrc/gallium/libgallium.a.p -Isrc/gallium -I../src/gallium -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc -I../src -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_iterate.c.o -MF src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_iterate.c.o.d -o src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_iterate.c.o -c ../src/gallium/auxiliary/tgsi/tgsi_iterate.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Isrc/gallium/libgallium.a.p -Isrc/gallium -I../src/gallium -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc -I../src -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_util.c.o -MF src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_util.c.o.d -o src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_util.c.o -c ../src/gallium/auxiliary/tgsi/tgsi_util.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Isrc/gallium/libgallium.a.p -Isrc/gallium -I../src/gallium -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc -I../src -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_util.c.o -MF src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_util.c.o.d -o src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_util.c.o -c ../src/gallium/auxiliary/tgsi/tgsi_util.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Isrc/libvirgl.a.p -Isrc -I../src -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -I../src/venus -I../src/drm -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I../src/drm/drm-uapi -Isrc/gallium -I/opt/homebrew/Cellar/libepoxy/1.5.10/include -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/libvirgl.a.p/meson-generated_.._gallium_u_format_table.c.o -MF src/libvirgl.a.p/meson-generated_.._gallium_u_format_table.c.o.d -o src/libvirgl.a.p/meson-generated_.._gallium_u_format_table.c.o -c src/gallium/u_format_table.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Isrc/libvirgl.a.p -Isrc -I../src -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -I../src/venus -I../src/drm -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I../src/drm/drm-uapi -Isrc/gallium -I/opt/homebrew/Cellar/libepoxy/1.5.10/include -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/libvirgl.a.p/meson-generated_.._gallium_u_format_table.c.o -MF src/libvirgl.a.p/meson-generated_.._gallium_u_format_table.c.o.d -o src/libvirgl.a.p/meson-generated_.._gallium_u_format_table.c.o -c src/gallium/u_format_table.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Isrc/gallium/libgallium.a.p -Isrc/gallium -I../src/gallium -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc -I../src -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_sanity.c.o -MF src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_sanity.c.o.d -o src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_sanity.c.o -c ../src/gallium/auxiliary/tgsi/tgsi_sanity.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Isrc/gallium/libgallium.a.p -Isrc/gallium -I../src/gallium -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc -I../src -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_sanity.c.o -MF src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_sanity.c.o.d -o src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_sanity.c.o -c ../src/gallium/auxiliary/tgsi/tgsi_sanity.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Isrc/libvirgl.a.p -Isrc -I../src -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -I../src/venus -I../src/drm -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I../src/drm/drm-uapi -Isrc/gallium -I/opt/homebrew/Cellar/libepoxy/1.5.10/include -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/libvirgl.a.p/virgl_context.c.o -MF src/libvirgl.a.p/virgl_context.c.o.d -o src/libvirgl.a.p/virgl_context.c.o -c ../src/virgl_context.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Isrc/libvirgl.a.p -Isrc -I../src -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -I../src/venus -I../src/drm -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I../src/drm/drm-uapi -Isrc/gallium -I/opt/homebrew/Cellar/libepoxy/1.5.10/include -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/libvirgl.a.p/virgl_context.c.o -MF src/libvirgl.a.p/virgl_context.c.o.d -o src/libvirgl.a.p/virgl_context.c.o -c ../src/virgl_context.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Isrc/libvirgl.a.p -Isrc -I../src -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -I../src/venus -I../src/drm -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I../src/drm/drm-uapi -Isrc/gallium -I/opt/homebrew/Cellar/libepoxy/1.5.10/include -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/libvirgl.a.p/virgl_fence.c.o -MF src/libvirgl.a.p/virgl_fence.c.o.d -o src/libvirgl.a.p/virgl_fence.c.o -c ../src/virgl_fence.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Isrc/libvirgl.a.p -Isrc -I../src -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -I../src/venus -I../src/drm -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I../src/drm/drm-uapi -Isrc/gallium -I/opt/homebrew/Cellar/libepoxy/1.5.10/include -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/libvirgl.a.p/virgl_fence.c.o -MF src/libvirgl.a.p/virgl_fence.c.o.d -o src/libvirgl.a.p/virgl_fence.c.o -c ../src/virgl_fence.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Isrc/libvirgl.a.p -Isrc -I../src -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -I../src/venus -I../src/drm -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I../src/drm/drm-uapi -Isrc/gallium -I/opt/homebrew/Cellar/libepoxy/1.5.10/include -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/libvirgl.a.p/virgl_resource.c.o -MF src/libvirgl.a.p/virgl_resource.c.o.d -o src/libvirgl.a.p/virgl_resource.c.o -c ../src/virgl_resource.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Isrc/libvirgl.a.p -Isrc -I../src -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -I../src/venus -I../src/drm -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I../src/drm/drm-uapi -Isrc/gallium -I/opt/homebrew/Cellar/libepoxy/1.5.10/include -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/libvirgl.a.p/virgl_resource.c.o -MF src/libvirgl.a.p/virgl_resource.c.o.d -o src/libvirgl.a.p/virgl_resource.c.o -c ../src/virgl_resource.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Isrc/libvirgl.a.p -Isrc -I../src -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -I../src/venus -I../src/drm -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I../src/drm/drm-uapi -Isrc/gallium -I/opt/homebrew/Cellar/libepoxy/1.5.10/include -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/libvirgl.a.p/virgl_util.c.o -MF src/libvirgl.a.p/virgl_util.c.o.d -o src/libvirgl.a.p/virgl_util.c.o -c ../src/virgl_util.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Isrc/libvirgl.a.p -Isrc -I../src -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -I../src/venus -I../src/drm -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I../src/drm/drm-uapi -Isrc/gallium -I/opt/homebrew/Cellar/libepoxy/1.5.10/include -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/libvirgl.a.p/virgl_util.c.o -MF src/libvirgl.a.p/virgl_util.c.o.d -o src/libvirgl.a.p/virgl_util.c.o -c ../src/virgl_util.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Isrc/libvirgl.a.p -Isrc -I../src -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -I../src/venus -I../src/drm -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I../src/drm/drm-uapi -Isrc/gallium -I/opt/homebrew/Cellar/libepoxy/1.5.10/include -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/libvirgl.a.p/vrend_iov.c.o -MF src/libvirgl.a.p/vrend_iov.c.o.d -o src/libvirgl.a.p/vrend_iov.c.o -c ../src/vrend/iov.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Isrc/libvirgl.a.p -Isrc -I../src -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -I../src/venus -I../src/drm -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I../src/drm/drm-uapi -Isrc/gallium -I/opt/homebrew/Cellar/libepoxy/1.5.10/include -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/libvirgl.a.p/vrend_iov.c.o -MF src/libvirgl.a.p/vrend_iov.c.o.d -o src/libvirgl.a.p/vrend_iov.c.o -c ../src/vrend/iov.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Isrc/libvirgl.a.p -Isrc -I../src -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -I../src/venus -I../src/drm -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I../src/drm/drm-uapi -Isrc/gallium -I/opt/homebrew/Cellar/libepoxy/1.5.10/include -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/libvirgl.a.p/vrend_vrend_blitter.c.o -MF src/libvirgl.a.p/vrend_vrend_blitter.c.o.d -o src/libvirgl.a.p/vrend_vrend_blitter.c.o -c ../src/vrend/vrend_blitter.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Isrc/libvirgl.a.p -Isrc -I../src -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -I../src/venus -I../src/drm -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I../src/drm/drm-uapi -Isrc/gallium -I/opt/homebrew/Cellar/libepoxy/1.5.10/include -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/libvirgl.a.p/vrend_vrend_blitter.c.o -MF src/libvirgl.a.p/vrend_vrend_blitter.c.o.d -o src/libvirgl.a.p/vrend_vrend_blitter.c.o -c ../src/vrend/vrend_blitter.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Isrc/libvirgl.a.p -Isrc -I../src -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -I../src/venus -I../src/drm -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I../src/drm/drm-uapi -Isrc/gallium -I/opt/homebrew/Cellar/libepoxy/1.5.10/include -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/libvirgl.a.p/vrend_vrend_decode.c.o -MF src/libvirgl.a.p/vrend_vrend_decode.c.o.d -o src/libvirgl.a.p/vrend_vrend_decode.c.o -c ../src/vrend/vrend_decode.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Isrc/libvirgl.a.p -Isrc -I../src -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -I../src/venus -I../src/drm -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I../src/drm/drm-uapi -Isrc/gallium -I/opt/homebrew/Cellar/libepoxy/1.5.10/include -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/libvirgl.a.p/vrend_vrend_decode.c.o -MF src/libvirgl.a.p/vrend_vrend_decode.c.o.d -o src/libvirgl.a.p/vrend_vrend_decode.c.o -c ../src/vrend/vrend_decode.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Isrc/libvirgl.a.p -Isrc -I../src -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -I../src/venus -I../src/drm -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I../src/drm/drm-uapi -Isrc/gallium -I/opt/homebrew/Cellar/libepoxy/1.5.10/include -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/libvirgl.a.p/vrend_vrend_debug.c.o -MF src/libvirgl.a.p/vrend_vrend_debug.c.o.d -o src/libvirgl.a.p/vrend_vrend_debug.c.o -c ../src/vrend/vrend_debug.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Isrc/libvirgl.a.p -Isrc -I../src -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -I../src/venus -I../src/drm -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I../src/drm/drm-uapi -Isrc/gallium -I/opt/homebrew/Cellar/libepoxy/1.5.10/include -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/libvirgl.a.p/vrend_vrend_debug.c.o -MF src/libvirgl.a.p/vrend_vrend_debug.c.o.d -o src/libvirgl.a.p/vrend_vrend_debug.c.o -c ../src/vrend/vrend_debug.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Isrc/libvirgl.a.p -Isrc -I../src -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -I../src/venus -I../src/drm -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I../src/drm/drm-uapi -Isrc/gallium -I/opt/homebrew/Cellar/libepoxy/1.5.10/include -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/libvirgl.a.p/vrend_vrend_formats.c.o -MF src/libvirgl.a.p/vrend_vrend_formats.c.o.d -o src/libvirgl.a.p/vrend_vrend_formats.c.o -c ../src/vrend/vrend_formats.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Isrc/libvirgl.a.p -Isrc -I../src -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -I../src/venus -I../src/drm -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I../src/drm/drm-uapi -Isrc/gallium -I/opt/homebrew/Cellar/libepoxy/1.5.10/include -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/libvirgl.a.p/vrend_vrend_formats.c.o -MF src/libvirgl.a.p/vrend_vrend_formats.c.o.d -o src/libvirgl.a.p/vrend_vrend_formats.c.o -c ../src/vrend/vrend_formats.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Isrc/libvirgl.a.p -Isrc -I../src -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -I../src/venus -I../src/drm -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I../src/drm/drm-uapi -Isrc/gallium -I/opt/homebrew/Cellar/libepoxy/1.5.10/include -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/libvirgl.a.p/vrend_vrend_renderer.c.o -MF src/libvirgl.a.p/vrend_vrend_renderer.c.o.d -o src/libvirgl.a.p/vrend_vrend_renderer.c.o -c ../src/vrend/vrend_renderer.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Isrc/libvirgl.a.p -Isrc -I../src -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -I../src/venus -I../src/drm -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I../src/drm/drm-uapi -Isrc/gallium -I/opt/homebrew/Cellar/libepoxy/1.5.10/include -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/libvirgl.a.p/vrend_vrend_renderer.c.o -MF src/libvirgl.a.p/vrend_vrend_renderer.c.o.d -o src/libvirgl.a.p/vrend_vrend_renderer.c.o -c ../src/vrend/vrend_renderer.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Isrc/libvirgl.a.p -Isrc -I../src -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -I../src/venus -I../src/drm -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I../src/drm/drm-uapi -Isrc/gallium -I/opt/homebrew/Cellar/libepoxy/1.5.10/include -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/libvirgl.a.p/vrend_vrend_object.c.o -MF src/libvirgl.a.p/vrend_vrend_object.c.o.d -o src/libvirgl.a.p/vrend_vrend_object.c.o -c ../src/vrend/vrend_object.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Isrc/libvirgl.a.p -Isrc -I../src -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -I../src/venus -I../src/drm -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I../src/drm/drm-uapi -Isrc/gallium -I/opt/homebrew/Cellar/libepoxy/1.5.10/include -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/libvirgl.a.p/vrend_vrend_object.c.o -MF src/libvirgl.a.p/vrend_vrend_object.c.o.d -o src/libvirgl.a.p/vrend_vrend_object.c.o -c ../src/vrend/vrend_object.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Isrc/libvirgl.a.p -Isrc -I../src -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -I../src/venus -I../src/drm -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I../src/drm/drm-uapi -Isrc/gallium -I/opt/homebrew/Cellar/libepoxy/1.5.10/include -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/libvirgl.a.p/vrend_vrend_shader.c.o -MF src/libvirgl.a.p/vrend_vrend_shader.c.o.d -o src/libvirgl.a.p/vrend_vrend_shader.c.o -c ../src/vrend/vrend_shader.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Isrc/libvirgl.a.p -Isrc -I../src -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -I../src/venus -I../src/drm -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I../src/drm/drm-uapi -Isrc/gallium -I/opt/homebrew/Cellar/libepoxy/1.5.10/include -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/libvirgl.a.p/vrend_vrend_shader.c.o -MF src/libvirgl.a.p/vrend_vrend_shader.c.o.d -o src/libvirgl.a.p/vrend_vrend_shader.c.o -c ../src/vrend/vrend_shader.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Isrc/libvirgl.a.p -Isrc -I../src -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -I../src/venus -I../src/drm -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I../src/drm/drm-uapi -Isrc/gallium -I/opt/homebrew/Cellar/libepoxy/1.5.10/include -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/libvirgl.a.p/vrend_vrend_tweaks.c.o -MF src/libvirgl.a.p/vrend_vrend_tweaks.c.o.d -o src/libvirgl.a.p/vrend_vrend_tweaks.c.o -c ../src/vrend/vrend_tweaks.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Isrc/libvirgl.a.p -Isrc -I../src -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -I../src/venus -I../src/drm -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I../src/drm/drm-uapi -Isrc/gallium -I/opt/homebrew/Cellar/libepoxy/1.5.10/include -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/libvirgl.a.p/vrend_vrend_tweaks.c.o -MF src/libvirgl.a.p/vrend_vrend_tweaks.c.o.d -o src/libvirgl.a.p/vrend_vrend_tweaks.c.o -c ../src/vrend/vrend_tweaks.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Isrc/libvirglrenderer.1.dylib.p -Isrc -I../src -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I../src/venus -I../src/drm -I../src/drm/drm-uapi -Isrc/gallium -I/opt/homebrew/Cellar/libepoxy/1.5.10/include -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/libvirglrenderer.1.dylib.p/meson-generated_.._gallium_u_format_table.c.o -MF src/libvirglrenderer.1.dylib.p/meson-generated_.._gallium_u_format_table.c.o.d -o src/libvirglrenderer.1.dylib.p/meson-generated_.._gallium_u_format_table.c.o -c src/gallium/u_format_table.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Isrc/libvirglrenderer.1.dylib.p -Isrc -I../src -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I../src/venus -I../src/drm -I../src/drm/drm-uapi -Isrc/gallium -I/opt/homebrew/Cellar/libepoxy/1.5.10/include -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/libvirglrenderer.1.dylib.p/meson-generated_.._gallium_u_format_table.c.o -MF src/libvirglrenderer.1.dylib.p/meson-generated_.._gallium_u_format_table.c.o.d -o src/libvirglrenderer.1.dylib.p/meson-generated_.._gallium_u_format_table.c.o -c src/gallium/u_format_table.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Isrc/libvirgl.a.p -Isrc -I../src -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -I../src/venus -I../src/drm -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I../src/drm/drm-uapi -Isrc/gallium -I/opt/homebrew/Cellar/libepoxy/1.5.10/include -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/libvirgl.a.p/vrend_vrend_winsys.c.o -MF src/libvirgl.a.p/vrend_vrend_winsys.c.o.d -o src/libvirgl.a.p/vrend_vrend_winsys.c.o -c ../src/vrend/vrend_winsys.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Isrc/libvirgl.a.p -Isrc -I../src -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -I../src/venus -I../src/drm -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I../src/drm/drm-uapi -Isrc/gallium -I/opt/homebrew/Cellar/libepoxy/1.5.10/include -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/libvirgl.a.p/vrend_vrend_winsys.c.o -MF src/libvirgl.a.p/vrend_vrend_winsys.c.o.d -o src/libvirgl.a.p/vrend_vrend_winsys.c.o -c ../src/vrend/vrend_winsys.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Ivtest/libvtest.a.p -Ivtest -I../vtest -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc -I../src -I../src/venus -I../src/drm -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I../src/drm/drm-uapi -Isrc/gallium -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ vtest/libvtest.a.p/meson-generated_.._.._src_gallium_u_format_table.c.o -MF vtest/libvtest.a.p/meson-generated_.._.._src_gallium_u_format_table.c.o.d -o vtest/libvtest.a.p/meson-generated_.._.._src_gallium_u_format_table.c.o -c src/gallium/u_format_table.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Ivtest/libvtest.a.p -Ivtest -I../vtest -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc -I../src -I../src/venus -I../src/drm -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I../src/drm/drm-uapi -Isrc/gallium -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ vtest/libvtest.a.p/meson-generated_.._.._src_gallium_u_format_table.c.o -MF vtest/libvtest.a.p/meson-generated_.._.._src_gallium_u_format_table.c.o.d -o vtest/libvtest.a.p/meson-generated_.._.._src_gallium_u_format_table.c.o -c src/gallium/u_format_table.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Ivtest/libvtest.a.p -Ivtest -I../vtest -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc -I../src -I../src/venus -I../src/drm -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I../src/drm/drm-uapi -Isrc/gallium -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ vtest/libvtest.a.p/threadpool.c.o -MF vtest/libvtest.a.p/threadpool.c.o.d -o vtest/libvtest.a.p/threadpool.c.o -c ../vtest/threadpool.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Ivtest/libvtest.a.p -Ivtest -I../vtest -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc -I../src -I../src/venus -I../src/drm -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I../src/drm/drm-uapi -Isrc/gallium -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ vtest/libvtest.a.p/threadpool.c.o -MF vtest/libvtest.a.p/threadpool.c.o.d -o vtest/libvtest.a.p/threadpool.c.o -c ../vtest/threadpool.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Isrc/libvirglrenderer.1.dylib.p -Isrc -I../src -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I../src/venus -I../src/drm -I../src/drm/drm-uapi -Isrc/gallium -I/opt/homebrew/Cellar/libepoxy/1.5.10/include -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/libvirglrenderer.1.dylib.p/virglrenderer.c.o -MF src/libvirglrenderer.1.dylib.p/virglrenderer.c.o.d -o src/libvirglrenderer.1.dylib.p/virglrenderer.c.o -c ../src/virglrenderer.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Isrc/libvirglrenderer.1.dylib.p -Isrc -I../src -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I../src/venus -I../src/drm -I../src/drm/drm-uapi -Isrc/gallium -I/opt/homebrew/Cellar/libepoxy/1.5.10/include -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ src/libvirglrenderer.1.dylib.p/virglrenderer.c.o -MF src/libvirglrenderer.1.dylib.p/virglrenderer.c.o.d -o src/libvirglrenderer.1.dylib.p/virglrenderer.c.o -c ../src/virglrenderer.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Ivtest/libvtest.a.p -Ivtest -I../vtest -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc -I../src -I../src/venus -I../src/drm -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I../src/drm/drm-uapi -Isrc/gallium -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ vtest/libvtest.a.p/util.c.o -MF vtest/libvtest.a.p/util.c.o.d -o vtest/libvtest.a.p/util.c.o -c ../vtest/util.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Ivtest/libvtest.a.p -Ivtest -I../vtest -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc -I../src -I../src/venus -I../src/drm -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I../src/drm/drm-uapi -Isrc/gallium -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ vtest/libvtest.a.p/util.c.o -MF vtest/libvtest.a.p/util.c.o.d -o vtest/libvtest.a.p/util.c.o -c ../vtest/util.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Ivtest/libvtest.a.p -Ivtest -I../vtest -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc -I../src -I../src/venus -I../src/drm -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I../src/drm/drm-uapi -Isrc/gallium -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ vtest/libvtest.a.p/vtest_shm.c.o -MF vtest/libvtest.a.p/vtest_shm.c.o.d -o vtest/libvtest.a.p/vtest_shm.c.o -c ../vtest/vtest_shm.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Ivtest/libvtest.a.p -Ivtest -I../vtest -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc -I../src -I../src/venus -I../src/drm -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I../src/drm/drm-uapi -Isrc/gallium -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ vtest/libvtest.a.p/vtest_shm.c.o -MF vtest/libvtest.a.p/vtest_shm.c.o.d -o vtest/libvtest.a.p/vtest_shm.c.o -c ../vtest/vtest_shm.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Ivtest/libvtest.a.p -Ivtest -I../vtest -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc -I../src -I../src/venus -I../src/drm -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I../src/drm/drm-uapi -Isrc/gallium -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ vtest/libvtest.a.p/vtest_server.c.o -MF vtest/libvtest.a.p/vtest_server.c.o.d -o vtest/libvtest.a.p/vtest_server.c.o -c ../vtest/vtest_server.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Ivtest/libvtest.a.p -Ivtest -I../vtest -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc -I../src -I../src/venus -I../src/drm -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I../src/drm/drm-uapi -Isrc/gallium -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ vtest/libvtest.a.p/vtest_server.c.o -MF vtest/libvtest.a.p/vtest_server.c.o.d -o vtest/libvtest.a.p/vtest_server.c.o -c ../vtest/vtest_server.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Ivtest/libvtest.a.p -Ivtest -I../vtest -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc -I../src -I../src/venus -I../src/drm -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I../src/drm/drm-uapi -Isrc/gallium -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ vtest/libvtest.a.p/vtest_renderer.c.o -MF vtest/libvtest.a.p/vtest_renderer.c.o.d -o vtest/libvtest.a.p/vtest_renderer.c.o -c ../vtest/vtest_renderer.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Ivtest/libvtest.a.p -Ivtest -I../vtest -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc -I../src -I../src/venus -I../src/drm -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -I../src/drm/drm-uapi -Isrc/gallium -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ vtest/libvtest.a.p/vtest_renderer.c.o -MF vtest/libvtest.a.p/vtest_renderer.c.o.d -o vtest/libvtest.a.p/vtest_renderer.c.o -c ../vtest/vtest_renderer.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Ivtest/virgl_test_server.p -Ivtest -I../vtest -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc -I../src -I../src/venus -I../src/drm -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -Isrc/gallium -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ vtest/virgl_test_server.p/meson-generated_.._.._src_gallium_u_format_table.c.o -MF vtest/virgl_test_server.p/meson-generated_.._.._src_gallium_u_format_table.c.o.d -o vtest/virgl_test_server.p/meson-generated_.._.._src_gallium_u_format_table.c.o -c src/gallium/u_format_table.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Ivtest/virgl_test_server.p -Ivtest -I../vtest -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc -I../src -I../src/venus -I../src/drm -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -Isrc/gallium -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ vtest/virgl_test_server.p/meson-generated_.._.._src_gallium_u_format_table.c.o -MF vtest/virgl_test_server.p/meson-generated_.._.._src_gallium_u_format_table.c.o.d -o vtest/virgl_test_server.p/meson-generated_.._.._src_gallium_u_format_table.c.o -c src/gallium/u_format_table.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -Ivtest/virgl_test_server.p -Ivtest -I../vtest -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc -I../src -I../src/venus -I../src/drm -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -Isrc/gallium -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu11 -O3 -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Wno-overlength-strings -Wno-missing-field-initializers -Werror=format -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ vtest/virgl_test_server.p/vtest_main.c.o -MF vtest/virgl_test_server.p/vtest_main.c.o.d -o vtest/virgl_test_server.p/vtest_main.c.o -c ../vtest/vtest_main.c
superenv removed: -Wall -Winvalid-pch -Wextra -Wpedantic -O3 -Werror=missing-prototypes -Werror=pedantic -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=int-to-pointer-cast -Werror=switch -Werror=format
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
superenv executed: clang -w -Os -Ivtest/virgl_test_server.p -Ivtest -I../vtest -I../src/gallium/include -I../src/gallium/auxiliary -I../src/gallium/auxiliary/util -I. -I.. -Isrc -I../src -I../src/venus -I../src/drm -Isrc/mesa -I../src/mesa -I../src/mesa/compat -I../src/mesa/pipe -I../src/mesa/util -Isrc/gallium -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -fdiagnostics-color=always -DNDEBUG -std=gnu11 -Werror=implicit-function-declaration -Wno-overlength-strings -Wno-missing-field-initializers -fvisibility=hidden -fno-strict-aliasing -imacros /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/config.h -DHAVE_CONFIG_H=1 -MD -MQ vtest/virgl_test_server.p/vtest_main.c.o -MF vtest/virgl_test_server.p/vtest_main.c.o.d -o vtest/virgl_test_server.p/vtest_main.c.o -c ../vtest/vtest_main.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=.
clang called with: -o src/libvirglrenderer.1.dylib src/libvirglrenderer.1.dylib.p/meson-generated_.._gallium_u_format_table.c.o src/libvirglrenderer.1.dylib.p/virglrenderer.c.o -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -shared -install_name @rpath/libvirglrenderer.1.dylib -compatibility_version 1 -current_version 1 /opt/X11/lib/libGL.dylib -Wl,-rpath,/opt/homebrew/Cellar/libepoxy/1.5.10/lib src/gallium/libgallium.a src/mesa/libmesa.a src/libvirgl.a -lm /opt/homebrew/Cellar/libepoxy/1.5.10/lib/libepoxy.dylib
superenv removed: -L/opt/X11/lib
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
superenv executed: clang -w -Os -o src/libvirglrenderer.1.dylib src/libvirglrenderer.1.dylib.p/meson-generated_.._gallium_u_format_table.c.o src/libvirglrenderer.1.dylib.p/virglrenderer.c.o -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -shared -install_name @rpath/libvirglrenderer.1.dylib -compatibility_version 1 -current_version 1 /opt/X11/lib/libGL.dylib -Wl,-rpath,/opt/homebrew/Cellar/libepoxy/1.5.10/lib src/gallium/libgallium.a src/mesa/libmesa.a src/libvirgl.a -lm /opt/homebrew/Cellar/libepoxy/1.5.10/lib/libepoxy.dylib -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
clang called with: -o vtest/virgl_test_server vtest/virgl_test_server.p/meson-generated_.._.._src_gallium_u_format_table.c.o vtest/virgl_test_server.p/vtest_main.c.o -L/opt/X11/lib -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names /opt/X11/lib/libGL.dylib -Wl,-rpath,@loader_path/../src -Wl,-rpath,/opt/homebrew/Cellar/libepoxy/1.5.10/lib vtest/libvtest.a src/libvirglrenderer.1.dylib src/libvirgl.a src/gallium/libgallium.a src/mesa/libmesa.a -lm /opt/homebrew/Cellar/libepoxy/1.5.10/lib/libepoxy.dylib
superenv removed: -L/opt/X11/lib
superenv added: -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
superenv executed: clang -w -Os -o vtest/virgl_test_server vtest/virgl_test_server.p/meson-generated_.._.._src_gallium_u_format_table.c.o vtest/virgl_test_server.p/vtest_main.c.o -I/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/local-x11-headers -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names /opt/X11/lib/libGL.dylib -Wl,-rpath,@loader_path/../src -Wl,-rpath,/opt/homebrew/Cellar/libepoxy/1.5.10/lib vtest/libvtest.a src/libvirglrenderer.1.dylib src/libvirgl.a src/gallium/libgallium.a src/mesa/libmesa.a -lm /opt/homebrew/Cellar/libepoxy/1.5.10/lib/libepoxy.dylib -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/libffi/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/icu4c@77/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/sqlite/include -I/opt/homebrew/opt/jpeg/include -fdebug-prefix-map=/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0=. -L/opt/homebrew/opt/libffi/lib -L/opt/homebrew/opt/ncurses/lib -L/opt/homebrew/opt/icu4c@77/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/sqlite/lib -L/opt/homebrew/opt/jpeg/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0
2025-10-14 12:45:20 +0000
ninja
[1/60] Compiling C object src/mesa/libmesa.a.p/util_bitscan.c.o
[2/60] Compiling C object src/mesa/libmesa.a.p/util_anon_file.c.o
[3/60] Compiling C object src/mesa/libmesa.a.p/util_os_file.c.o
[4/60] Compiling C object src/mesa/libmesa.a.p/util_os_misc.c.o
[5/60] Compiling C object src/mesa/libmesa.a.p/util_u_cpu_detect.c.o
[6/60] Compiling C object src/mesa/libmesa.a.p/util_u_debug.c.o
[7/60] Compiling C object src/mesa/libmesa.a.p/util_ralloc.c.o
[8/60] Compiling C object src/mesa/libmesa.a.p/util_u_math.c.o
[9/60] Compiling C object src/mesa/libmesa.a.p/util_hash_table.c.o
[10/60] Linking static target src/mesa/libmesa.a
[11/60] Generating src/gallium/u_format_gen.h with a custom command (wrapped by meson to capture output)
[12/60] Generating src/gallium/u_format_table.c with a custom command (wrapped by meson to capture output)
[13/60] Compiling C object src/gallium/libgallium.a.p/auxiliary_util_u_texture.c.o
[14/60] Compiling C object src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_strings.c.o
[15/60] Compiling C object src/gallium/libgallium.a.p/auxiliary_util_u_hash_table.c.o
[16/60] Compiling C object src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_info.c.o
[17/60] Compiling C object src/gallium/libgallium.a.p/auxiliary_util_u_debug_describe.c.o
[18/60] Compiling C object src/gallium/libgallium.a.p/auxiliary_cso_cache_cso_cache.c.o
[19/60] Compiling C object src/gallium/libgallium.a.p/auxiliary_cso_cache_cso_hash.c.o
[20/60] Compiling C object src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_parse.c.o
[21/60] Compiling C object src/gallium/libgallium.a.p/auxiliary_util_u_format.c.o
[22/60] Compiling C object src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_scan.c.o
[23/60] Compiling C object src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_build.c.o
[24/60] Compiling C object src/gallium/libgallium.a.p/meson-generated_.._u_format_table.c.o
[25/60] Compiling C object src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_dump.c.o
[26/60] Compiling C object src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_iterate.c.o
[27/60] Compiling C object src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_util.c.o
[28/60] Compiling C object src/libvirgl.a.p/virgl_context.c.o
[29/60] Compiling C object src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_sanity.c.o
[30/60] Compiling C object src/libvirgl.a.p/meson-generated_.._gallium_u_format_table.c.o
[31/60] Compiling C object src/libvirgl.a.p/virgl_fence.c.o
[32/60] Compiling C object src/libvirgl.a.p/vrend_iov.c.o
[33/60] Compiling C object src/libvirgl.a.p/virgl_resource.c.o
[34/60] Compiling C object src/libvirgl.a.p/virgl_util.c.o
[35/60] Compiling C object src/libvirgl.a.p/vrend_vrend_debug.c.o
[36/60] Compiling C object src/libvirgl.a.p/vrend_vrend_object.c.o
[37/60] Compiling C object src/gallium/libgallium.a.p/auxiliary_tgsi_tgsi_text.c.o
[38/60] Compiling C object src/libvirgl.a.p/vrend_vrend_tweaks.c.o
[39/60] Compiling C object src/libvirgl.a.p/vrend_vrend_winsys.c.o
[40/60] Compiling C object src/libvirgl.a.p/vrend_vrend_formats.c.o
[41/60] Compiling C object src/libvirgl.a.p/vrend_vrend_blitter.c.o
[42/60] Compiling C object vtest/libvtest.a.p/meson-generated_.._.._src_gallium_u_format_table.c.o
[43/60] Compiling C object vtest/libvtest.a.p/threadpool.c.o
[44/60] Compiling C object src/libvirglrenderer.1.dylib.p/meson-generated_.._gallium_u_format_table.c.o
[45/60] Compiling C object vtest/libvtest.a.p/util.c.o
[46/60] Linking static target src/gallium/libgallium.a
[47/60] Compiling C object vtest/libvtest.a.p/vtest_shm.c.o
[48/60] Compiling C object src/libvirgl.a.p/vrend_vrend_decode.c.o
[49/60] Compiling C object vtest/virgl_test_server.p/vtest_main.c.o
[50/60] Compiling C object src/libvirglrenderer.1.dylib.p/virglrenderer.c.o
[51/60] Compiling C object vtest/virgl_test_server.p/meson-generated_.._.._src_gallium_u_format_table.c.o
[52/60] Compiling C object vtest/libvtest.a.p/vtest_server.c.o
[53/60] Compiling C object vtest/libvtest.a.p/vtest_renderer.c.o
[54/60] Linking static target vtest/libvtest.a
[55/60] Compiling C object src/libvirgl.a.p/vrend_vrend_shader.c.o
[56/60] Compiling C object src/libvirgl.a.p/vrend_vrend_renderer.c.o
[57/60] Linking static target src/libvirgl.a
[58/60] Linking target src/libvirglrenderer.1.dylib
[59/60] Generating symbol file src/libvirglrenderer.1.dylib.p/libvirglrenderer.1.dylib.symbols
[60/60] Linking target vtest/virgl_test_server
2025-10-14 12:45:21 +0000
ninja
install
[0/1] Installing files
Installing src/libvirglrenderer.1.dylib to /opt/homebrew/Cellar/qemu-3dfx/10.0.0-3dfx_1/lib
Installing vtest/virgl_test_server to /opt/homebrew/Cellar/qemu-3dfx/10.0.0-3dfx_1/bin
Installing /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/src/virglrenderer.h to /opt/homebrew/Cellar/qemu-3dfx/10.0.0-3dfx_1/include/virgl
Installing /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/meson-private/virglrenderer.pc to /opt/homebrew/Cellar/qemu-3dfx/10.0.0-3dfx_1/lib/pkgconfig
Installing /private/tmp/qemu-3dfx--virglrenderer-20251014-83011-zud297/virglrenderer-virglrenderer-1.2.0/build/src/virgl-version.h to /opt/homebrew/Cellar/qemu-3dfx/10.0.0-3dfx_1/include/virgl
Installing symlink pointing to libvirglrenderer.1.dylib to /opt/homebrew/Cellar/qemu-3dfx/10.0.0-3dfx_1/lib/libvirglrenderer.dylib
2025-10-14 12:45:22 +0000
git
init
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
hint:
hint: Disable this message with "git config set advice.defaultBranchName false"
Initialized empty Git repository in /private/tmp/qemu-3dfx-20251014-83011-eo7g4q/qemu-10.0.0/.git/
2025-10-14 12:45:22 +0000
git
add
.
This file has been truncated, but you can view the full file.
2025-10-14 12:45:50 +0000
git
commit
-m
Initial QEMU source import
[master (root-commit) 4e9517d] Initial QEMU source import
Committer: macbookpro <[email protected]>
Your name and email address were configured automatically based
on your username and hostname. Please check that they are accurate.
You can suppress this message by setting them explicitly. Run the
following command and follow the instructions in your editor to edit
your configuration file:
git config --global --edit
After doing this, you may fix the identity used for this commit with:
git commit --amend --reset-author
74930 files changed, 14716316 insertions(+)
create mode 100644 .b4-config
create mode 100644 .dir-locals.el
create mode 100644 .editorconfig
create mode 100644 .exrc
create mode 100644 .gdbinit
create mode 100644 .git-blame-ignore-revs
create mode 100644 .gitattributes
create mode 100644 .github/workflows/lockdown.yml
create mode 100644 .gitignore
create mode 100644 .gitlab-ci.d/base.yml
create mode 100644 .gitlab-ci.d/buildtest-template.yml
create mode 100644 .gitlab-ci.d/buildtest.yml
create mode 100755 .gitlab-ci.d/check-dco.py
create mode 100755 .gitlab-ci.d/check-patch.py
create mode 100755 .gitlab-ci.d/check-units.py
create mode 100644 .gitlab-ci.d/cirrus.yml
create mode 100644 .gitlab-ci.d/cirrus/README.rst
create mode 100644 .gitlab-ci.d/cirrus/build.yml
create mode 100644 .gitlab-ci.d/cirrus/freebsd-14.vars
create mode 100644 .gitlab-ci.d/cirrus/macos-14.vars
create mode 100644 .gitlab-ci.d/container-core.yml
create mode 100644 .gitlab-ci.d/container-cross.yml
create mode 100644 .gitlab-ci.d/container-template.yml
create mode 100644 .gitlab-ci.d/containers.yml
create mode 100644 .gitlab-ci.d/crossbuild-template.yml
create mode 100644 .gitlab-ci.d/crossbuilds.yml
create mode 100644 .gitlab-ci.d/custom-runners.yml
create mode 100644 .gitlab-ci.d/custom-runners/ubuntu-22.04-aarch32.yml
create mode 100644 .gitlab-ci.d/custom-runners/ubuntu-22.04-aarch64.yml
create mode 100644 .gitlab-ci.d/custom-runners/ubuntu-22.04-s390x.yml
create mode 100644 .gitlab-ci.d/opensbi.yml
create mode 100644 .gitlab-ci.d/opensbi/Dockerfile
create mode 100644 .gitlab-ci.d/qemu-project.yml
create mode 100644 .gitlab-ci.d/stages.yml
create mode 100644 .gitlab-ci.d/static_checks.yml
create mode 100644 .gitlab-ci.d/windows.yml
create mode 100644 .gitlab-ci.yml
create mode 100644 .gitlab/issue_templates/bug.md
create mode 100644 .gitlab/issue_templates/feature_request.md
create mode 100644 .gitmodules
create mode 100644 .gitpublish
create mode 100644 .mailmap
create mode 100644 .patchew.yml
create mode 100644 .readthedocs.yml
create mode 100644 .travis.yml
create mode 100644 COPYING
create mode 100644 COPYING.LIB
create mode 100644 Kconfig
create mode 100644 Kconfig.host
create mode 100644 LICENSE
create mode 100644 MAINTAINERS
create mode 100644 Makefile
create mode 100644 README.rst
create mode 100644 VERSION
create mode 100644 accel/Kconfig
create mode 100644 accel/accel-blocker.c
create mode 100644 accel/accel-system.c
create mode 100644 accel/accel-system.h
create mode 100644 accel/accel-target.c
create mode 100644 accel/accel-user.c
create mode 100644 accel/dummy-cpus.c
create mode 100644 accel/hvf/entitlements.plist
create mode 100644 accel/hvf/hvf-accel-ops.c
create mode 100644 accel/hvf/hvf-all.c
create mode 100644 accel/hvf/meson.build
create mode 100644 accel/kvm/kvm-accel-ops.c
create mode 100644 accel/kvm/kvm-all.c
create mode 100644 accel/kvm/kvm-cpus.h
create mode 100644 accel/kvm/meson.build
create mode 100644 accel/kvm/trace-events
create mode 100644 accel/kvm/trace.h
create mode 100644 accel/meson.build
create mode 100644 accel/qtest/meson.build
create mode 100644 accel/qtest/qtest.c
create mode 100644 accel/stubs/kvm-stub.c
create mode 100644 accel/stubs/meson.build
create mode 100644 accel/stubs/tcg-stub.c
create mode 100644 accel/stubs/xen-stub.c
create mode 100644 accel/tcg/atomic_common.c.inc
create mode 100644 accel/tcg/atomic_template.h
create mode 100644 accel/tcg/cpu-exec-common.c
create mode 100644 accel/tcg/cpu-exec.c
create mode 100644 accel/tcg/cputlb.c
create mode 100644 accel/tcg/icount-common.c
create mode 100644 accel/tcg/internal-common.h
create mode 100644 accel/tcg/internal-target.h
create mode 100644 accel/tcg/ldst_atomicity.c.inc
create mode 100644 accel/tcg/ldst_common.c.inc
create mode 100644 accel/tcg/meson.build
create mode 100644 accel/tcg/monitor.c
create mode 100644 accel/tcg/plugin-gen.c
create mode 100644 accel/tcg/tb-context.h
create mode 100644 accel/tcg/tb-hash.h
create mode 100644 accel/tcg/tb-internal.h
create mode 100644 accel/tcg/tb-jmp-cache.h
create mode 100644 accel/tcg/tb-maint.c
create mode 100644 accel/tcg/tcg-accel-ops-icount.c
create mode 100644 accel/tcg/tcg-accel-ops-icount.h
create mode 100644 accel/tcg/tcg-accel-ops-mttcg.c
create mode 100644 accel/tcg/tcg-accel-ops-mttcg.h
create mode 100644 accel/tcg/tcg-accel-ops-rr.c
create mode 100644 accel/tcg/tcg-accel-ops-rr.h
create mode 100644 accel/tcg/tcg-accel-ops.c
create mode 100644 accel/tcg/tcg-accel-ops.h
create mode 100644 accel/tcg/tcg-all.c
create mode 100644 accel/tcg/tcg-runtime-gvec.c
create mode 100644 accel/tcg/tcg-runtime.c
create mode 100644 accel/tcg/tcg-runtime.h
create mode 100644 accel/tcg/trace-events
create mode 100644 accel/tcg/trace.h
create mode 100644 accel/tcg/translate-all.c
create mode 100644 accel/tcg/translator.c
create mode 100644 accel/tcg/user-exec-stub.c
create mode 100644 accel/tcg/user-exec.c
create mode 100644 accel/tcg/vcpu-state.h
create mode 100644 accel/tcg/watchpoint.c
create mode 100644 accel/xen/meson.build
create mode 100644 accel/xen/xen-all.c
create mode 100644 audio/alsaaudio.c
create mode 100644 audio/audio-hmp-cmds.c
create mode 100644 audio/audio.c
create mode 100644 audio/audio.h
create mode 100644 audio/audio_int.h
create mode 100644 audio/audio_template.h
create mode 100644 audio/audio_win_int.c
create mode 100644 audio/audio_win_int.h
create mode 100644 audio/coreaudio.m
create mode 100644 audio/dbusaudio.c
create mode 100644 audio/dsound_template.h
create mode 100644 audio/dsoundaudio.c
create mode 100644 audio/jackaudio.c
create mode 100644 audio/meson.build
create mode 100644 audio/mixeng.c
create mode 100644 audio/mixeng.h
create mode 100644 audio/mixeng_template.h
create mode 100644 audio/noaudio.c
create mode 100644 audio/ossaudio.c
create mode 100644 audio/paaudio.c
create mode 100644 audio/pwaudio.c
create mode 100644 audio/rate_template.h
create mode 100644 audio/sdlaudio.c
create mode 100644 audio/sndioaudio.c
create mode 100644 audio/spiceaudio.c
create mode 100644 audio/trace-events
create mode 100644 audio/trace.h
create mode 100644 audio/wavaudio.c
create mode 100644 audio/wavcapture.c
create mode 100644 authz/base.c
create mode 100644 authz/list.c
create mode 100644 authz/listfile.c
create mode 100644 authz/meson.build
create mode 100644 authz/pamacct.c
create mode 100644 authz/simple.c
create mode 100644 authz/trace-events
create mode 100644 authz/trace.h
create mode 100644 backends/Kconfig
create mode 100644 backends/confidential-guest-support.c
create mode 100644 backends/cryptodev-builtin.c
create mode 100644 backends/cryptodev-hmp-cmds.c
create mode 100644 backends/cryptodev-lkcf.c
create mode 100644 backends/cryptodev-vhost-user.c
create mode 100644 backends/cryptodev-vhost.c
create mode 100644 backends/cryptodev.c
create mode 100644 backends/dbus-vmstate.c
create mode 100644 backends/dbus-vmstate1.xml
create mode 100644 backends/host_iommu_device.c
create mode 100644 backends/hostmem-epc.c
create mode 100644 backends/hostmem-file.c
create mode 100644 backends/hostmem-memfd.c
create mode 100644 backends/hostmem-ram.c
create mode 100644 backends/hostmem-shm.c
create mode 100644 backends/hostmem.c
create mode 100644 backends/iommufd.c
create mode 100644 backends/meson.build
create mode 100644 backends/rng-builtin.c
create mode 100644 backends/rng-egd.c
create mode 100644 backends/rng-random.c
create mode 100644 backends/rng.c
create mode 100644 backends/spdm-socket.c
create mode 100644 backends/tpm/Kconfig
create mode 100644 backends/tpm/meson.build
create mode 100644 backends/tpm/tpm_backend.c
create mode 100644 backends/tpm/tpm_emulator.c
create mode 100644 backends/tpm/tpm_int.h
create mode 100644 backends/tpm/tpm_ioctl.h
create mode 100644 backends/tpm/tpm_passthrough.c
create mode 100644 backends/tpm/tpm_util.c
create mode 100644 backends/tpm/trace-events
create mode 100644 backends/tpm/trace.h
create mode 100644 backends/trace-events
create mode 100644 backends/trace.h
create mode 100644 backends/vhost-user.c
create mode 100644 block.c
create mode 100644 block/accounting.c
create mode 100644 block/aio_task.c
create mode 100644 block/amend.c
create mode 100644 block/backup.c
create mode 100644 block/blkdebug.c
create mode 100644 block/blkio.c
create mode 100644 block/blklogwrites.c
create mode 100644 block/blkreplay.c
create mode 100644 block/blkverify.c
create mode 100644 block/block-backend.c
create mode 100644 block/block-copy.c
create mode 100644 block/block-gen.h
create mode 100644 block/block-ram-registrar.c
create mode 100644 block/bochs.c
create mode 100644 block/cloop.c
create mode 100644 block/commit.c
create mode 100644 block/copy-before-write.c
create mode 100644 block/copy-before-write.h
create mode 100644 block/copy-on-read.c
create mode 100644 block/copy-on-read.h
create mode 100644 block/coroutines.h
create mode 100644 block/create.c
create mode 100644 block/crypto.c
create mode 100644 block/crypto.h
create mode 100644 block/curl.c
create mode 100644 block/dirty-bitmap.c
create mode 100644 block/dmg-bz2.c
create mode 100644 block/dmg-lzfse.c
create mode 100644 block/dmg.c
create mode 100644 block/dmg.h
create mode 100644 block/export/export.c
create mode 100644 block/export/fuse.c
create mode 100644 block/export/meson.build
create mode 100644 block/export/vduse-blk.c
create mode 100644 block/export/vduse-blk.h
create mode 100644 block/export/vhost-user-blk-server.c
create mode 100644 block/export/vhost-user-blk-server.h
create mode 100644 block/export/virtio-blk-handler.c
create mode 100644 block/export/virtio-blk-handler.h
create mode 100644 block/file-posix.c
create mode 100644 block/file-win32.c
create mode 100644 block/filter-compress.c
create mode 100644 block/gluster.c
create mode 100644 block/graph-lock.c
create mode 100644 block/io.c
create mode 100644 block/io_uring.c
create mode 100644 block/iscsi-opts.c
create mode 100644 block/iscsi.c
create mode 100644 block/linux-aio.c
create mode 100644 block/meson.build
create mode 100644 block/mirror.c
create mode 100644 block/monitor/bitmap-qmp-cmds.c
create mode 100644 block/monitor/block-hmp-cmds.c
create mode 100644 block/monitor/meson.build
create mode 100644 block/nbd.c
create mode 100644 block/nfs.c
create mode 100644 block/null.c
create mode 100644 block/nvme.c
create mode 100644 block/parallels-ext.c
create mode 100644 block/parallels.c
create mode 100644 block/parallels.h
create mode 100644 block/preallocate.c
create mode 100644 block/progress_meter.c
create mode 100644 block/qapi-system.c
create mode 100644 block/qapi.c
create mode 100644 block/qcow.c
create mode 100644 block/qcow2-bitmap.c
create mode 100644 block/qcow2-cache.c
create mode 100644 block/qcow2-cluster.c
create mode 100644 block/qcow2-refcount.c
create mode 100644 block/qcow2-snapshot.c
create mode 100644 block/qcow2-threads.c
create mode 100644 block/qcow2.c
create mode 100644 block/qcow2.h
create mode 100644 block/qed-check.c
create mode 100644 block/qed-cluster.c
create mode 100644 block/qed-l2-cache.c
create mode 100644 block/qed-table.c
create mode 100644 block/qed.c
create mode 100644 block/qed.h
create mode 100644 block/quorum.c
create mode 100644 block/raw-format.c
create mode 100644 block/rbd.c
create mode 100644 block/replication.c
create mode 100644 block/reqlist.c
create mode 100644 block/snapshot-access.c
create mode 100644 block/snapshot.c
create mode 100644 block/ssh.c
create mode 100644 block/stream.c
create mode 100644 block/throttle-groups.c
create mode 100644 block/throttle.c
create mode 100644 block/trace-events
create mode 100644 block/trace.h
create mode 100644 block/vdi.c
create mode 100644 block/vhdx-endian.c
create mode 100644 block/vhdx-log.c
create mode 100644 block/vhdx.c
create mode 100644 block/vhdx.h
create mode 100644 block/vmdk.c
create mode 100644 block/vpc.c
create mode 100644 block/vvfat.c
create mode 100644 block/win32-aio.c
create mode 100644 block/write-threshold.c
create mode 100644 blockdev-nbd.c
create mode 100644 blockdev.c
create mode 100644 blockjob.c
create mode 100644 bsd-user/aarch64/signal.c
create mode 100644 bsd-user/aarch64/target.h
create mode 100644 bsd-user/aarch64/target_arch.h
create mode 100644 bsd-user/aarch64/target_arch_cpu.c
create mode 100644 bsd-user/aarch64/target_arch_cpu.h
create mode 100644 bsd-user/aarch64/target_arch_elf.h
create mode 100644 bsd-user/aarch64/target_arch_reg.h
create mode 100644 bsd-user/aarch64/target_arch_signal.h
create mode 100644 bsd-user/aarch64/target_arch_sigtramp.h
create mode 100644 bsd-user/aarch64/target_arch_sysarch.h
create mode 100644 bsd-user/aarch64/target_arch_thread.h
create mode 100644 bsd-user/aarch64/target_arch_vmparam.h
create mode 100644 bsd-user/aarch64/target_syscall.h
create mode 100644 bsd-user/arm/signal.c
create mode 100644 bsd-user/arm/target.h
create mode 100644 bsd-user/arm/target_arch.h
create mode 100644 bsd-user/arm/target_arch_cpu.c
create mode 100644 bsd-user/arm/target_arch_cpu.h
create mode 100644 bsd-user/arm/target_arch_elf.h
create mode 100644 bsd-user/arm/target_arch_reg.h
create mode 100644 bsd-user/arm/target_arch_signal.h
create mode 100644 bsd-user/arm/target_arch_sigtramp.h
create mode 100644 bsd-user/arm/target_arch_sysarch.h
create mode 100644 bsd-user/arm/target_arch_thread.h
create mode 100644 bsd-user/arm/target_arch_vmparam.h
create mode 100644 bsd-user/arm/target_syscall.h
create mode 100644 bsd-user/bsd-file.h
create mode 100644 bsd-user/bsd-mem.c
create mode 100644 bsd-user/bsd-mem.h
create mode 100644 bsd-user/bsd-proc.c
create mode 100644 bsd-user/bsd-proc.h
create mode 100644 bsd-user/bsdload.c
create mode 100644 bsd-user/elfcore.c
create mode 100644 bsd-user/elfload.c
create mode 100644 bsd-user/errno_defs.h
create mode 100644 bsd-user/freebsd/host-os.h
create mode 100644 bsd-user/freebsd/meson.build
create mode 100644 bsd-user/freebsd/os-misc.h
create mode 100644 bsd-user/freebsd/os-proc.c
create mode 100644 bsd-user/freebsd/os-proc.h
create mode 100644 bsd-user/freebsd/os-stat.c
create mode 100644 bsd-user/freebsd/os-stat.h
create mode 100644 bsd-user/freebsd/os-strace.h
create mode 100644 bsd-user/freebsd/os-sys.c
create mode 100644 bsd-user/freebsd/os-syscall.c
create mode 100644 bsd-user/freebsd/qemu-os.h
create mode 100644 bsd-user/freebsd/strace.list
create mode 100644 bsd-user/freebsd/syscall_nr.h
create mode 100644 bsd-user/freebsd/target_os_elf.h
create mode 100644 bsd-user/freebsd/target_os_siginfo.h
create mode 100644 bsd-user/freebsd/target_os_signal.h
create mode 100644 bsd-user/freebsd/target_os_stack.h
create mode 100644 bsd-user/freebsd/target_os_thread.h
create mode 100644 bsd-user/freebsd/target_os_ucontext.h
create mode 100644 bsd-user/freebsd/target_os_user.h
create mode 100644 bsd-user/freebsd/target_os_vmparam.h
create mode 100644 bsd-user/host/arm/host-signal.h
create mode 100644 bsd-user/host/i386/host-signal.h
create mode 100644 bsd-user/host/x86_64/host-signal.h
create mode 100644 bsd-user/i386/signal.c
create mode 100644 bsd-user/i386/target.h
create mode 100644 bsd-user/i386/target_arch.h
create mode 100644 bsd-user/i386/target_arch_cpu.c
create mode 100644 bsd-user/i386/target_arch_cpu.h
create mode 100644 bsd-user/i386/target_arch_elf.h
create mode 100644 bsd-user/i386/target_arch_reg.h
create mode 100644 bsd-user/i386/target_arch_signal.h
create mode 100644 bsd-user/i386/target_arch_sigtramp.h
create mode 100644 bsd-user/i386/target_arch_sysarch.h
create mode 100644 bsd-user/i386/target_arch_thread.h
create mode 100644 bsd-user/i386/target_arch_vmparam.h
create mode 100644 bsd-user/i386/target_syscall.h
create mode 100644 bsd-user/include/special-errno.h
create mode 100644 bsd-user/main.c
create mode 100644 bsd-user/meson.build
create mode 100644 bsd-user/mmap.c
create mode 100644 bsd-user/netbsd/host-os.h
create mode 100644 bsd-user/netbsd/os-strace.h
create mode 100644 bsd-user/netbsd/strace.list
create mode 100644 bsd-user/netbsd/syscall_nr.h
create mode 100644 bsd-user/netbsd/target_os_elf.h
create mode 100644 bsd-user/netbsd/target_os_siginfo.h
create mode 100644 bsd-user/netbsd/target_os_signal.h
create mode 100644 bsd-user/netbsd/target_os_stack.h
create mode 100644 bsd-user/netbsd/target_os_thread.h
create mode 100644 bsd-user/openbsd/host-os.h
create mode 100644 bsd-user/openbsd/os-strace.h
create mode 100644 bsd-user/openbsd/strace.list
create mode 100644 bsd-user/openbsd/syscall_nr.h
create mode 100644 bsd-user/openbsd/target_os_elf.h
create mode 100644 bsd-user/openbsd/target_os_siginfo.h
create mode 100644 bsd-user/openbsd/target_os_signal.h
create mode 100644 bsd-user/openbsd/target_os_stack.h
create mode 100644 bsd-user/openbsd/target_os_thread.h
create mode 100644 bsd-user/plugin-api.c
create mode 100644 bsd-user/qemu-bsd.h
create mode 100644 bsd-user/qemu.h
create mode 100644 bsd-user/riscv/signal.c
create mode 100644 bsd-user/riscv/target.h
create mode 100644 bsd-user/riscv/target_arch.h
create mode 100644 bsd-user/riscv/target_arch_cpu.c
create mode 100644 bsd-user/riscv/target_arch_cpu.h
create mode 100644 bsd-user/riscv/target_arch_elf.h
create mode 100644 bsd-user/riscv/target_arch_reg.h
create mode 100644 bsd-user/riscv/target_arch_signal.h
create mode 100644 bsd-user/riscv/target_arch_sigtramp.h
create mode 100644 bsd-user/riscv/target_arch_sysarch.h
create mode 100644 bsd-user/riscv/target_arch_thread.h
create mode 100644 bsd-user/riscv/target_arch_vmparam.h
create mode 100644 bsd-user/riscv/target_syscall.h
create mode 100644 bsd-user/signal-common.h
create mode 100644 bsd-user/signal.c
create mode 100644 bsd-user/strace.c
create mode 100644 bsd-user/syscall_defs.h
create mode 100644 bsd-user/trace-events
create mode 100644 bsd-user/trace.h
create mode 100644 bsd-user/uaccess.c
create mode 100644 bsd-user/x86_64/signal.c
create mode 100644 bsd-user/x86_64/target.h
create mode 100644 bsd-user/x86_64/target_arch.h
create mode 100644 bsd-user/x86_64/target_arch_cpu.c
create mode 100644 bsd-user/x86_64/target_arch_cpu.h
create mode 100644 bsd-user/x86_64/target_arch_elf.h
create mode 100644 bsd-user/x86_64/target_arch_reg.h
create mode 100644 bsd-user/x86_64/target_arch_signal.h
create mode 100644 bsd-user/x86_64/target_arch_sigtramp.h
create mode 100644 bsd-user/x86_64/target_arch_sysarch.h
create mode 100644 bsd-user/x86_64/target_arch_thread.h
create mode 100644 bsd-user/x86_64/target_arch_vmparam.h
create mode 100644 bsd-user/x86_64/target_syscall.h
create mode 100644 chardev/baum.c
create mode 100644 chardev/char-console.c
create mode 100644 chardev/char-fd.c
create mode 100644 chardev/char-fe.c
create mode 100644 chardev/char-file.c
create mode 100644 chardev/char-hmp-cmds.c
create mode 100644 chardev/char-hub.c
create mode 100644 chardev/char-io.c
create mode 100644 chardev/char-mux.c
create mode 100644 chardev/char-null.c
create mode 100644 chardev/char-parallel.c
create mode 100644 chardev/char-pipe.c
create mode 100644 chardev/char-pty.c
create mode 100644 chardev/char-ringbuf.c
create mode 100644 chardev/char-serial.c
create mode 100644 chardev/char-socket.c
create mode 100644 chardev/char-stdio.c
create mode 100644 chardev/char-udp.c
create mode 100644 chardev/char-win-stdio.c
create mode 100644 chardev/char-win.c
create mode 100644 chardev/char.c
create mode 100644 chardev/chardev-internal.h
create mode 100644 chardev/meson.build
create mode 100644 chardev/msmouse.c
create mode 100644 chardev/spice.c
create mode 100644 chardev/testdev.c
create mode 100644 chardev/trace-events
create mode 100644 chardev/trace.h
create mode 100644 chardev/wctablet.c
create mode 100644 common-user/host/aarch64/safe-syscall.inc.S
create mode 100644 common-user/host/arm/safe-syscall.inc.S
create mode 100644 common-user/host/i386/safe-syscall.inc.S
create mode 100644 common-user/host/loongarch64/safe-syscall.inc.S
create mode 100644 common-user/host/mips/safe-syscall.inc.S
create mode 100644 common-user/host/ppc/safe-syscall.inc.S
create mode 100644 common-user/host/ppc64/safe-syscall.inc.S
create mode 100644 common-user/host/riscv/safe-syscall.inc.S
create mode 100644 common-user/host/s390x/safe-syscall.inc.S
create mode 100644 common-user/host/sparc64/safe-syscall.inc.S
create mode 100644 common-user/host/x86_64/safe-syscall.inc.S
create mode 100644 common-user/meson.build
create mode 100644 common-user/plugin-api.c.inc
create mode 100644 common-user/safe-syscall-error.c
create mode 100644 common-user/safe-syscall.S
create mode 100644 configs/devices/aarch64-softmmu/default.mak
create mode 100644 configs/devices/aarch64-softmmu/minimal.mak
create mode 100644 configs/devices/alpha-softmmu/default.mak
create mode 100644 configs/devices/arm-softmmu/default.mak
create mode 100644 configs/devices/avr-softmmu/default.mak
create mode 100644 configs/devices/hppa-softmmu/default.mak
create mode 100644 configs/devices/i386-softmmu/default.mak
create mode 100644 configs/devices/loongarch64-softmmu/default.mak
create mode 100644 configs/devices/m68k-softmmu/default.mak
create mode 100644 configs/devices/microblaze-softmmu/default.mak
create mode 100644 configs/devices/microblazeel-softmmu/default.mak
create mode 100644 configs/devices/mips-softmmu/common.mak
create mode 100644 configs/devices/mips-softmmu/default.mak
create mode 100644 configs/devices/mips64-softmmu/default.mak
create mode 100644 configs/devices/mips64el-softmmu/default.mak
create mode 100644 configs/devices/mipsel-softmmu/default.mak
create mode 100644 configs/devices/or1k-softmmu/default.mak
create mode 100644 configs/devices/ppc-softmmu/default.mak
create mode 100644 configs/devices/ppc64-softmmu/default.mak
create mode 100644 configs/devices/riscv32-softmmu/default.mak
create mode 100644 configs/devices/riscv64-softmmu/default.mak
create mode 100644 configs/devices/rx-softmmu/default.mak
create mode 100644 configs/devices/s390x-softmmu/default.mak
create mode 100644 configs/devices/sh4-softmmu/default.mak
create mode 100644 configs/devices/sh4eb-softmmu/default.mak
create mode 100644 configs/devices/sparc-softmmu/default.mak
create mode 100644 configs/devices/sparc64-softmmu/default.mak
create mode 100644 configs/devices/tricore-softmmu/default.mak
create mode 100644 configs/devices/x86_64-softmmu/default.mak
create mode 100644 configs/devices/xtensa-softmmu/default.mak
create mode 100644 configs/devices/xtensaeb-softmmu/default.mak
create mode 100644 configs/meson/windows.txt
create mode 100644 configs/targets/aarch64-bsd-user.mak
create mode 100644 configs/targets/aarch64-linux-user.mak
create mode 100644 configs/targets/aarch64-softmmu.mak
create mode 100644 configs/targets/aarch64_be-linux-user.mak
create mode 100644 configs/targets/alpha-linux-user.mak
create mode 100644 configs/targets/alpha-softmmu.mak
create mode 100644 configs/targets/arm-bsd-user.mak
create mode 100644 configs/targets/arm-linux-user.mak
create mode 100644 configs/targets/arm-softmmu.mak
create mode 100644 configs/targets/armeb-linux-user.mak
create mode 100644 configs/targets/avr-softmmu.mak
create mode 100644 configs/targets/hexagon-linux-user.mak
create mode 100644 configs/targets/hppa-linux-user.mak
create mode 100644 configs/targets/hppa-softmmu.mak
create mode 100644 configs/targets/i386-bsd-user.mak
create mode 100644 configs/targets/i386-linux-user.mak
create mode 100644 configs/targets/i386-softmmu.mak
create mode 100644 configs/targets/loongarch64-linux-user.mak
create mode 100644 configs/targets/loongarch64-softmmu.mak
create mode 100644 configs/targets/m68k-linux-user.mak
create mode 100644 configs/targets/m68k-softmmu.mak
create mode 100644 configs/targets/microblaze-linux-user.mak
create mode 100644 configs/targets/microblaze-softmmu.mak
create mode 100644 configs/targets/microblazeel-linux-user.mak
create mode 100644 configs/targets/microblazeel-softmmu.mak
create mode 100644 configs/targets/mips-linux-user.mak
create mode 100644 configs/targets/mips-softmmu.mak
create mode 100644 configs/targets/mips64-linux-user.mak
create mode 100644 configs/targets/mips64-softmmu.mak
create mode 100644 configs/targets/mips64el-linux-user.mak
create mode 100644 configs/targets/mips64el-softmmu.mak
create mode 100644 configs/targets/mipsel-linux-user.mak
create mode 100644 configs/targets/mipsel-softmmu.mak
create mode 100644 configs/targets/mipsn32-linux-user.mak
create mode 100644 configs/targets/mipsn32el-linux-user.mak
create mode 100644 configs/targets/or1k-linux-user.mak
create mode 100644 configs/targets/or1k-softmmu.mak
create mode 100644 configs/targets/ppc-linux-user.mak
create mode 100644 configs/targets/ppc-softmmu.mak
create mode 100644 configs/targets/ppc64-linux-user.mak
create mode 100644 configs/targets/ppc64-softmmu.mak
create mode 100644 configs/targets/ppc64le-linux-user.mak
create mode 100644 configs/targets/riscv32-linux-user.mak
create mode 100644 configs/targets/riscv32-softmmu.mak
create mode 100644 configs/targets/riscv64-bsd-user.mak
create mode 100644 configs/targets/riscv64-linux-user.mak
create mode 100644 configs/targets/riscv64-softmmu.mak
create mode 100644 configs/targets/rx-softmmu.mak
create mode 100644 configs/targets/s390x-linux-user.mak
create mode 100644 configs/targets/s390x-softmmu.mak
create mode 100644 configs/targets/sh4-linux-user.mak
create mode 100644 configs/targets/sh4-softmmu.mak
create mode 100644 configs/targets/sh4eb-linux-user.mak
create mode 100644 configs/targets/sh4eb-softmmu.mak
create mode 100644 configs/targets/sparc-linux-user.mak
create mode 100644 configs/targets/sparc-softmmu.mak
create mode 100644 configs/targets/sparc32plus-linux-user.mak
create mode 100644 configs/targets/sparc64-linux-user.mak
create mode 100644 configs/targets/sparc64-softmmu.mak
create mode 100644 configs/targets/tricore-softmmu.mak
create mode 100644 configs/targets/x86_64-bsd-user.mak
create mode 100644 configs/targets/x86_64-linux-user.mak
create mode 100644 configs/targets/x86_64-softmmu.mak
create mode 100644 configs/targets/xtensa-linux-user.mak
create mode 100644 configs/targets/xtensa-softmmu.mak
create mode 100644 configs/targets/xtensaeb-linux-user.mak
create mode 100644 configs/targets/xtensaeb-softmmu.mak
create mode 100755 configure
create mode 100644 contrib/elf2dmp/addrspace.c
create mode 100644 contrib/elf2dmp/addrspace.h
create mode 100644 contrib/elf2dmp/download.c
create mode 100644 contrib/elf2dmp/download.h
create mode 100644 contrib/elf2dmp/err.h
create mode 100644 contrib/elf2dmp/kdbg.h
create mode 100644 contrib/elf2dmp/main.c
create mode 100644 contrib/elf2dmp/meson.build
create mode 100644 contrib/elf2dmp/pdb.c
create mode 100644 contrib/elf2dmp/pdb.h
create mode 100644 contrib/elf2dmp/pe.h
create mode 100644 contrib/elf2dmp/qemu_elf.c
create mode 100644 contrib/elf2dmp/qemu_elf.h
create mode 100644 contrib/gitdm/aliases
create mode 100644 contrib/gitdm/domain-map
create mode 100644 contrib/gitdm/filetypes.txt
create mode 100644 contrib/gitdm/group-map-academics
create mode 100644 contrib/gitdm/group-map-alibaba
create mode 100644 contrib/gitdm/group-map-amd
create mode 100644 contrib/gitdm/group-map-cadence
create mode 100644 contrib/gitdm/group-map-codeweavers
create mode 100644 contrib/gitdm/group-map-facebook
create mode 100644 contrib/gitdm/group-map-ibm
create mode 100644 contrib/gitdm/group-map-individuals
create mode 100644 contrib/gitdm/group-map-interns
create mode 100644 contrib/gitdm/group-map-janustech
create mode 100644 contrib/gitdm/group-map-netflix
create mode 100644 contrib/gitdm/group-map-redhat
create mode 100644 contrib/gitdm/group-map-robots
create mode 100644 contrib/gitdm/group-map-wavecomp
create mode 100644 contrib/ivshmem-client/ivshmem-client.c
create mode 100644 contrib/ivshmem-client/ivshmem-client.h
create mode 100644 contrib/ivshmem-client/main.c
create mode 100644 contrib/ivshmem-client/meson.build
create mode 100644 contrib/ivshmem-server/ivshmem-server.c
create mode 100644 contrib/ivshmem-server/ivshmem-server.h
create mode 100644 contrib/ivshmem-server/main.c
create mode 100644 contrib/ivshmem-server/meson.build
create mode 100644 contrib/plugins/bbv.c
create mode 100644 contrib/plugins/cache.c
create mode 100644 contrib/plugins/cflow.c
create mode 100644 contrib/plugins/drcov.c
create mode 100644 contrib/plugins/execlog.c
create mode 100644 contrib/plugins/hotblocks.c
create mode 100644 contrib/plugins/hotpages.c
create mode 100644 contrib/plugins/howvec.c
create mode 100644 contrib/plugins/hwprofile.c
create mode 100644 contrib/plugins/ips.c
create mode 100644 contrib/plugins/lockstep.c
create mode 100644 contrib/plugins/meson.build
create mode 100644 contrib/plugins/stoptrigger.c
create mode 100644 contrib/plugins/win32_linker.c
create mode 100644 contrib/systemd/qemu-guest-agent.service
create mode 100644 contrib/systemd/qemu-pr-helper.service
create mode 100644 contrib/systemd/qemu-pr-helper.socket
create mode 100644 contrib/systemd/qemu-vmsr-helper.service
create mode 100644 contrib/systemd/qemu-vmsr-helper.socket
create mode 100644 contrib/vhost-user-blk/meson.build
create mode 100644 contrib/vhost-user-blk/vhost-user-blk.c
create mode 100644 contrib/vhost-user-gpu/50-qemu-gpu.json.in
create mode 100644 contrib/vhost-user-gpu/meson.build
create mode 100644 contrib/vhost-user-gpu/vhost-user-gpu.c
create mode 100644 contrib/vhost-user-gpu/virgl.c
create mode 100644 contrib/vhost-user-gpu/virgl.h
create mode 100644 contrib/vhost-user-gpu/vugbm.c
create mode 100644 contrib/vhost-user-gpu/vugbm.h
create mode 100644 contrib/vhost-user-gpu/vugpu.h
create mode 100644 contrib/vhost-user-input/main.c
create mode 100644 contrib/vhost-user-input/meson.build
create mode 100644 contrib/vhost-user-scsi/meson.build
create mode 100644 contrib/vhost-user-scsi/vhost-user-scsi.c
create mode 100755 contrib/vmapple/uuid.sh
create mode 100644 cpu-common.c
create mode 100644 cpu-target.c
create mode 100644 crypto/aes.c
create mode 100644 crypto/afalg.c
create mode 100644 crypto/afalgpriv.h
create mode 100644 crypto/afsplit.c
create mode 100644 crypto/akcipher-gcrypt.c.inc
create mode 100644 crypto/akcipher-nettle.c.inc
create mode 100644 crypto/akcipher.c
create mode 100644 crypto/akcipherpriv.h
create mode 100644 crypto/block-luks-priv.h
create mode 100644 crypto/block-luks.c
create mode 100644 crypto/block-luks.h
create mode 100644 crypto/block-qcow.c
create mode 100644 crypto/block-qcow.h
create mode 100644 crypto/block.c
create mode 100644 crypto/blockpriv.h
create mode 100644 crypto/cipher-afalg.c
create mode 100644 crypto/cipher-builtin.c.inc
create mode 100644 crypto/cipher-gcrypt.c.inc
create mode 100644 crypto/cipher-gnutls.c.inc
create mode 100644 crypto/cipher-nettle.c.inc
create mode 100644 crypto/cipher.c
create mode 100644 crypto/cipherpriv.h
create mode 100644 crypto/clmul.c
create mode 100644 crypto/der.c
create mode 100644 crypto/der.h
create mode 100644 crypto/hash-afalg.c
create mode 100644 crypto/hash-gcrypt.c
create mode 100644 crypto/hash-glib.c
create mode 100644 crypto/hash-gnutls.c
create mode 100644 crypto/hash-nettle.c
create mode 100644 crypto/hash.c
create mode 100644 crypto/hashpriv.h
create mode 100644 crypto/hmac-gcrypt.c
create mode 100644 crypto/hmac-glib.c
create mode 100644 crypto/hmac-gnutls.c
create mode 100644 crypto/hmac-nettle.c
create mode 100644 crypto/hmac.c
create mode 100644 crypto/hmacpriv.h
create mode 100644 crypto/init.c
create mode 100644 crypto/ivgen-essiv.c
create mode 100644 crypto/ivgen-essiv.h
create mode 100644 crypto/ivgen-plain.c
create mode 100644 crypto/ivgen-plain.h
create mode 100644 crypto/ivgen-plain64.c
create mode 100644 crypto/ivgen-plain64.h
create mode 100644 crypto/ivgen.c
create mode 100644 crypto/ivgenpriv.h
create mode 100644 crypto/meson.build
create mode 100644 crypto/pbkdf-gcrypt.c
create mode 100644 crypto/pbkdf-gnutls.c
create mode 100644 crypto/pbkdf-nettle.c
create mode 100644 crypto/pbkdf-stub.c
create mode 100644 crypto/pbkdf.c
create mode 100644 crypto/random-gcrypt.c
create mode 100644 crypto/random-gnutls.c
create mode 100644 crypto/random-none.c
create mode 100644 crypto/random-platform.c
create mode 100644 crypto/rsakey-builtin.c.inc
create mode 100644 crypto/rsakey-nettle.c.inc
create mode 100644 crypto/rsakey.c
create mode 100644 crypto/rsakey.h
create mode 100644 crypto/secret.c
create mode 100644 crypto/secret_common.c
create mode 100644 crypto/secret_keyring.c
create mode 100644 crypto/sm4.c
create mode 100644 crypto/tls-cipher-suites.c
create mode 100644 crypto/tlscreds.c
create mode 100644 crypto/tlscredsanon.c
create mode 100644 crypto/tlscredspriv.h
create mode 100644 crypto/tlscredspsk.c
create mode 100644 crypto/tlscredsx509.c
create mode 100644 crypto/tlssession.c
create mode 100644 crypto/trace-events
create mode 100644 crypto/trace.h
create mode 100644 crypto/x509-utils.c
create mode 100644 crypto/xts.c
create mode 100644 disas/alpha.c
create mode 100644 disas/capstone.c
create mode 100644 disas/disas-common.c
create mode 100644 disas/disas-host.c
create mode 100644 disas/disas-internal.h
create mode 100644 disas/disas-mon.c
create mode 100644 disas/disas-target.c
create mode 100644 disas/hexagon.c
create mode 100644 disas/hppa.c
create mode 100644 disas/m68k.c
create mode 100644 disas/meson.build
create mode 100644 disas/microblaze.c
create mode 100644 disas/mips.c
create mode 100644 disas/nanomips.c
create mode 100644 disas/objdump.c
create mode 100644 disas/riscv-xthead.c
create mode 100644 disas/riscv-xthead.h
create mode 100644 disas/riscv-xventana.c
create mode 100644 disas/riscv-xventana.h
create mode 100644 disas/riscv.c
create mode 100644 disas/riscv.h
create mode 100644 disas/sh4.c
create mode 100644 disas/sparc.c
create mode 100644 disas/xtensa.c
create mode 100644 docs/COLO-FT.txt
create mode 100644 docs/_templates/footer.html
create mode 100644 docs/about/build-platforms.rst
create mode 100644 docs/about/deprecated.rst
create mode 100644 docs/about/emulation.rst
create mode 100644 docs/about/index.rst
create mode 100644 docs/about/license.rst
create mode 100644 docs/about/removed-features.rst
create mode 100644 docs/block-replication.txt
create mode 100644 docs/bypass-iommu.txt
create mode 100644 docs/colo-proxy.txt
create mode 100644 docs/conf.py
create mode 100644 docs/config/ich9-ehci-uhci.cfg
create mode 100644 docs/config/mach-virt-graphical.cfg
create mode 100644 docs/config/mach-virt-serial.cfg
create mode 100644 docs/config/q35-emulated.cfg
create mode 100644 docs/config/q35-virtio-graphical.cfg
create mode 100644 docs/config/q35-virtio-serial.cfg
create mode 100644 docs/defs.rst.inc
create mode 100644 docs/devel/atomics.rst
create mode 100644 docs/devel/bitops.rst
create mode 100644 docs/devel/block-coroutine-wrapper.rst
create mode 100644 docs/devel/build-environment.rst
create mode 100644 docs/devel/build-system.rst
create mode 100644 docs/devel/clocks.rst
create mode 100644 docs/devel/code-of-conduct.rst
create mode 100644 docs/devel/codebase.rst
create mode 100644 docs/devel/conflict-resolution.rst
create mode 100644 docs/devel/control-flow-integrity.rst
create mode 100644 docs/devel/crypto.rst
create mode 100644 docs/devel/decodetree.rst
create mode 100644 docs/devel/docs.rst
create mode 100644 docs/devel/ebpf_rss.rst
create mode 100644 docs/devel/index-api.rst
create mode 100644 docs/devel/index-build.rst
create mode 100644 docs/devel/index-internals.rst
create mode 100644 docs/devel/index-process.rst
create mode 100644 docs/devel/index-tcg.rst
create mode 100644 docs/devel/index.rst
create mode 100644 docs/devel/kconfig.rst
create mode 100644 docs/devel/loads-stores.rst
create mode 100644 docs/devel/lockcnt.rst
create mode 100644 docs/devel/luks-detached-header.rst
create mode 100644 docs/devel/maintainers.rst
create mode 100644 docs/devel/memory.rst
create mode 100644 docs/devel/migration/CPR.rst
create mode 100644 docs/devel/migration/best-practices.rst
create mode 100644 docs/devel/migration/compatibility.rst
create mode 100644 docs/devel/migration/dirty-limit.rst
create mode 100644 docs/devel/migration/features.rst
create mode 100644 docs/devel/migration/index.rst
create mode 100644 docs/devel/migration/main.rst
create mode 100644 docs/devel/migration/mapped-ram.rst
create mode 100644 docs/devel/migration/postcopy.rst
create mode 100644 docs/devel/migration/qatzip-compression.rst
create mode 100644 docs/devel/migration/qpl-compression.rst
create mode 100644 docs/devel/migration/uadk-compression.rst
create mode 100644 docs/devel/migration/vfio.rst
create mode 100644 docs/devel/migration/virtio.rst
create mode 100644 docs/devel/modules.rst
create mode 100644 docs/devel/multi-process.rst
create mode 100644 docs/devel/multi-thread-tcg.rst
create mode 100644 docs/devel/multiple-iothreads.rst
create mode 100644 docs/devel/pci.rst
create mode 100644 docs/devel/qapi-code-gen.rst
create mode 100644 docs/devel/qapi-domain.rst
create mode 100644 docs/devel/qdev-api.rst
create mode 100644 docs/devel/qom-api.rst
create mode 100644 docs/devel/qom.rst
create mode 100644 docs/devel/rcu.rst
create mode 100644 docs/devel/replay.rst
create mode 100644 docs/devel/reset.rst
create mode 100644 docs/devel/rust.rst
create mode 100644 docs/devel/s390-cpu-topology.rst
create mode 100644 docs/devel/s390-dasd-ipl.rst
create mode 100644 docs/devel/secure-coding-practices.rst
create mode 100644 docs/devel/stable-process.rst
create mode 100644 docs/devel/style.rst
create mode 100644 docs/devel/submitting-a-patch.rst
create mode 100644 docs/devel/submitting-a-pull-request.rst
create mode 100644 docs/devel/tcg-icount.rst
create mode 100644 docs/devel/tcg-ops.rst
create mode 100644 docs/devel/tcg-plugins.rst
create mode 100644 docs/devel/tcg.rst
create mode 100644 docs/devel/testing/acpi-bits.rst
create mode 100644 docs/devel/testing/avocado.rst
create mode 100644 docs/devel/testing/blkdebug.rst
create mode 100644 docs/devel/testing/blkverify.rst
create mode 100644 docs/devel/testing/ci-definitions.rst.inc
create mode 100644 docs/devel/testing/ci-jobs.rst.inc
create mode 100644 docs/devel/testing/ci-runners.rst.inc
create mode 100644 docs/devel/testing/ci.rst
create mode 100644 docs/devel/testing/functional.rst
create mode 100644 docs/devel/testing/fuzzing.rst
create mode 100644 docs/devel/testing/index.rst
create mode 100644 docs/devel/testing/main.rst
create mode 100644 docs/devel/testing/qgraph.rst
create mode 100644 docs/devel/testing/qtest.rst
create mode 100644 docs/devel/tracing.rst
create mode 100644 docs/devel/trivial-patches.rst
create mode 100644 docs/devel/uefi-vars.rst
create mode 100644 docs/devel/ui.rst
create mode 100644 docs/devel/vfio-iommufd.rst
create mode 100644 docs/devel/virtio-backends.rst
create mode 100644 docs/devel/writing-monitor-commands.rst
create mode 100644 docs/devel/zoned-storage.rst
create mode 100644 docs/glossary.rst
create mode 100644 docs/igd-assign.txt
create mode 100644 docs/image-fuzzer.txt
create mode 100644 docs/index.rst
create mode 100644 docs/interop/barrier.rst
create mode 100644 docs/interop/bitmaps.rst
create mode 100644 docs/interop/dbus-display.rst
create mode 100644 docs/interop/dbus-vmstate.rst
create mode 100644 docs/interop/dbus.rst
create mode 100644 docs/interop/firmware.json
create mode 100644 docs/interop/index.rst
create mode 100644 docs/interop/live-block-operations.rst
create mode 100644 docs/interop/nbd.rst
create mode 100644 docs/interop/parallels.rst
create mode 100644 docs/interop/pr-helper.rst
create mode 100644 docs/interop/prl-xml.rst
create mode 100644 docs/interop/qcow2.txt
create mode 100644 docs/interop/qed_spec.txt
create mode 100644 docs/interop/qemu-ga-ref.rst
create mode 100644 docs/interop/qemu-ga.rst
create mode 100644 docs/interop/qemu-qmp-ref.rst
create mode 100644 docs/interop/qemu-storage-daemon-qmp-ref.rst
create mode 100644 docs/interop/qmp-spec.rst
create mode 100644 docs/interop/vhost-user-gpu.rst
create mode 100644 docs/interop/vhost-user.json
create mode 100644 docs/interop/vhost-user.rst
create mode 100644 docs/interop/vhost-vdpa.rst
create mode 100644 docs/interop/virtio-balloon-stats.rst
create mode 100644 docs/interop/vnc-ledstate-pseudo-encoding.rst
create mode 100644 docs/memory-hotplug.txt
create mode 100644 docs/meson.build
create mode 100644 docs/multi-thread-compression.txt
create mode 100644 docs/multiseat.txt
create mode 100644 docs/nvdimm.txt
create mode 100644 docs/pci_expander_bridge.txt
create mode 100644 docs/pcie.txt
create mode 100644 docs/pcie_pci_bridge.txt
create mode 100644 docs/pcie_sriov.txt
create mode 100644 docs/qcow2-cache.txt
create mode 100644 docs/qdev-device-use.txt
create mode 100644 docs/qemu-option-trace.rst.inc
create mode 100644 docs/qemupciserial.inf
create mode 100644 docs/rdma.txt
create mode 100644 docs/requirements.txt
create mode 100644 docs/specs/acpi_cpu_hotplug.rst
create mode 100644 docs/specs/acpi_erst.rst
create mode 100644 docs/specs/acpi_hest_ghes.rst
create mode 100644 docs/specs/acpi_hw_reduced_hotplug.rst
create mode 100644 docs/specs/acpi_mem_hotplug.rst
create mode 100644 docs/specs/acpi_nvdimm.rst
create mode 100644 docs/specs/acpi_pci_hotplug.rst
create mode 100644 docs/specs/aspeed-intc.rst
create mode 100644 docs/specs/edu.rst
create mode 100644 docs/specs/fsi.rst
create mode 100644 docs/specs/fw_cfg.rst
create mode 100644 docs/specs/index.rst
create mode 100644 docs/specs/ivshmem-spec.rst
create mode 100644 docs/specs/pci-ids.rst
create mode 100644 docs/specs/pci-serial.rst
create mode 100644 docs/specs/pci-testdev.rst
create mode 100644 docs/specs/ppc-spapr-hcalls.rst
create mode 100644 docs/specs/ppc-spapr-hotplug.rst
create mode 100644 docs/specs/ppc-spapr-numa.rst
create mode 100644 docs/specs/ppc-spapr-uv-hcalls.rst
create mode 100644 docs/specs/ppc-spapr-xive.rst
create mode 100644 docs/specs/ppc-xive.rst
create mode 100644 docs/specs/pvpanic.rst
create mode 100644 docs/specs/rapl-msr.rst
create mode 100644 docs/specs/riscv-aia.rst
create mode 100644 docs/specs/riscv-iommu.rst
create mode 100644 docs/specs/rocker.rst
create mode 100644 docs/specs/sev-guest-firmware.rst
create mode 100644 docs/specs/spdm.rst
create mode 100644 docs/specs/standard-vga.rst
create mode 100644 docs/specs/tpm.rst
create mode 100644 docs/specs/virt-ctlr.rst
create mode 100644 docs/specs/vmcoreinfo.rst
create mode 100644 docs/specs/vmgenid.rst
create mode 100644 docs/specs/vmw_pvscsi-spec.rst
create mode 100644 docs/sphinx-static/custom.js
create mode 100644 docs/sphinx-static/theme_overrides.css
create mode 100644 docs/sphinx/compat.py
create mode 100644 docs/sphinx/dbusdoc.py
create mode 100644 docs/sphinx/dbusdomain.py
create mode 100644 docs/sphinx/dbusparser.py
create mode 100644 docs/sphinx/depfile.py
create mode 100644 docs/sphinx/fakedbusdoc.py
create mode 100644 docs/sphinx/hxtool.py
create mode 100644 docs/sphinx/kerneldoc.py
create mode 100644 docs/sphinx/qapi_domain.py
create mode 100644 docs/sphinx/qapidoc.py
create mode 100644 docs/sphinx/qapidoc_legacy.py
create mode 100644 docs/sphinx/qmp_lexer.py
create mode 100644 docs/spice-port-fqdn.txt
create mode 100644 docs/spin/aio_notify.promela
create mode 100644 docs/spin/aio_notify_accept.promela
create mode 100644 docs/spin/aio_notify_bug.promela
create mode 100644 docs/spin/tcg-exclusive.promela
create mode 100644 docs/spin/win32-qemu-event.promela
create mode 100644 docs/system/arm/aspeed.rst
create mode 100644 docs/system/arm/b-l475e-iot01a.rst
create mode 100644 docs/system/arm/bananapi_m2u.rst
create mode 100644 docs/system/arm/collie.rst
create mode 100644 docs/system/arm/cpu-features.rst
create mode 100644 docs/system/arm/cubieboard.rst
create mode 100644 docs/system/arm/digic.rst
create mode 100644 docs/system/arm/emcraft-sf2.rst
create mode 100644 docs/system/arm/emulation.rst
create mode 100644 docs/system/arm/exynos.rst
create mode 100644 docs/system/arm/fby35.rst
create mode 100644 docs/system/arm/highbank.rst
create mode 100644 docs/system/arm/imx25-pdk.rst
create mode 100644 docs/system/arm/imx8mp-evk.rst
create mode 100644 docs/system/arm/integratorcp.rst
create mode 100644 docs/system/arm/kzm.rst
create mode 100644 docs/system/arm/mcimx6ul-evk.rst
create mode 100644 docs/system/arm/mcimx7d-sabre.rst
create mode 100644 docs/system/arm/mps2.rst
create mode 100644 docs/system/arm/musca.rst
create mode 100644 docs/system/arm/musicpal.rst
create mode 100644 docs/system/arm/nrf.rst
create mode 100644 docs/system/arm/nuvoton.rst
create mode 100644 docs/system/arm/orangepi.rst
create mode 100644 docs/system/arm/raspi.rst
create mode 100644 docs/system/arm/realview.rst
create mode 100644 docs/system/arm/sabrelite.rst
create mode 100644 docs/system/arm/sbsa.rst
create mode 100644 docs/system/arm/stellaris.rst
create mode 100644 docs/system/arm/stm32.rst
create mode 100644 docs/system/arm/sx1.rst
create mode 100644 docs/system/arm/versatile.rst
create mode 100644 docs/system/arm/vexpress.rst
create mode 100644 docs/system/arm/virt.rst
create mode 100644 docs/system/arm/vmapple.rst
create mode 100644 docs/system/arm/xenpvh.rst
create mode 100644 docs/system/arm/xlnx-versal-virt.rst
create mode 100644 docs/system/arm/xlnx-zcu102.rst
create mode 100644 docs/system/arm/xlnx-zynq.rst
create mode 100644 docs/system/authz.rst
create mode 100644 docs/system/barrier.rst
create mode 100644 docs/system/bootindex.rst
create mode 100644 docs/system/confidential-guest-support.rst
create mode 100644 docs/system/cpu-hotplug.rst
create mode 100644 docs/system/cpu-models-mips.rst.inc
create mode 100644 docs/system/cpu-models-x86-abi.csv
create mode 100644 docs/system/cpu-models-x86.rst.inc
create mode 100644 docs/system/device-emulation.rst
create mode 100644 docs/system/device-url-syntax.rst.inc
create mode 100644 docs/system/devices/can.rst
create mode 100644 docs/system/devices/canokey.rst
create mode 100644 docs/system/devices/ccid.rst
create mode 100644 docs/system/devices/cxl.rst
create mode 100644 docs/system/devices/igb.rst
create mode 100644 docs/system/devices/ivshmem-flat.rst
create mode 100644 docs/system/devices/ivshmem.rst
create mode 100644 docs/system/devices/keyboard.rst
create mode 100644 docs/system/devices/net.rst
create mode 100644 docs/system/devices/nvme.rst
create mode 100644 docs/system/devices/usb-u2f.rst
create mode 100644 docs/system/devices/usb.rst
create mode 100644 docs/system/devices/vhost-user-input.rst
create mode 100644 docs/system/devices/vhost-user-rng.rst
create mode 100644 docs/system/devices/vhost-user.rst
create mode 100644 docs/system/devices/virtio-gpu.rst
create mode 100644 docs/system/devices/virtio-pmem.rst
create mode 100644 docs/system/devices/virtio-snd.rst
create mode 100644 docs/system/gdb.rst
create mode 100644 docs/system/generic-loader.rst
create mode 100644 docs/system/guest-loader.rst
create mode 100644 docs/system/i386/amd-memory-encryption.rst
create mode 100644 docs/system/i386/cpu.rst
create mode 100644 docs/system/i386/hyperv.rst
create mode 100644 docs/system/i386/kvm-pv.rst
create mode 100644 docs/system/i386/microvm.rst
create mode 100644 docs/system/i386/nitro-enclave.rst
create mode 100644 docs/system/i386/pc.rst
create mode 100644 docs/system/i386/sgx.rst
create mode 100644 docs/system/i386/xen.rst
create mode 100644 docs/system/i386/xenpvh.rst
create mode 100644 docs/system/images.rst
create mode 100644 docs/system/index.rst
create mode 100644 docs/system/introduction.rst
create mode 100644 docs/system/invocation.rst
create mode 100644 docs/system/keys.rst
create mode 100644 docs/system/keys.rst.inc
create mode 100644 docs/system/linuxboot.rst
create mode 100644 docs/system/loongarch/virt.rst
create mode 100644 docs/system/managed-startup.rst
create mode 100644 docs/system/monitor.rst
create mode 100644 docs/system/multi-process.rst
create mode 100644 docs/system/mux-chardev.rst
create mode 100644 docs/system/mux-chardev.rst.inc
create mode 100644 docs/system/openrisc/cpu-features.rst
create mode 100644 docs/system/openrisc/emulation.rst
create mode 100644 docs/system/openrisc/or1k-sim.rst
create mode 100644 docs/system/openrisc/virt.rst
create mode 100644 docs/system/ppc/amigang.rst
create mode 100644 docs/system/ppc/embedded.rst
create mode 100644 docs/system/ppc/powermac.rst
create mode 100644 docs/system/ppc/powernv.rst
create mode 100644 docs/system/ppc/ppce500.rst
create mode 100644 docs/system/ppc/prep.rst
create mode 100644 docs/system/ppc/pseries.rst
create mode 100644 docs/system/pr-manager.rst
create mode 100644 docs/system/qemu-block-drivers.rst
create mode 100644 docs/system/qemu-block-drivers.rst.inc
create mode 100644 docs/system/qemu-cpu-models.rst
create mode 100644 docs/system/qemu-manpage.rst
create mode 100644 docs/system/replay.rst
create mode 100644 docs/system/riscv/microblaze-v-generic.rst
create mode 100644 docs/system/riscv/microchip-icicle-kit.rst
create mode 100644 docs/system/riscv/shakti-c.rst
create mode 100644 docs/system/riscv/sifive_u.rst
create mode 100644 docs/system/riscv/virt.rst
create mode 100644 docs/system/s390x/3270.rst
create mode 100644 docs/system/s390x/bootdevices.rst
create mode 100644 docs/system/s390x/cpu-topology.rst
create mode 100644 docs/system/s390x/css.rst
create mode 100644 docs/system/s390x/pcidevices.rst
create mode 100644 docs/system/s390x/protvirt.rst
create mode 100644 docs/system/s390x/vfio-ap.rst
create mode 100644 docs/system/s390x/vfio-ccw.rst
create mode 100644 docs/system/secrets.rst
create mode 100644 docs/system/security.rst
create mode 100644 docs/system/target-arm.rst
create mode 100644 docs/system/target-avr.rst
create mode 100644 docs/system/target-i386-desc.rst.inc
create mode 100644 docs/system/target-i386.rst
create mode 100644 docs/system/target-loongarch.rst
create mode 100644 docs/system/target-m68k.rst
create mode 100644 docs/system/target-mips.rst
create mode 100644 docs/system/target-openrisc.rst
create mode 100644 docs/system/target-ppc.rst
create mode 100644 docs/system/target-riscv.rst
create mode 100644 docs/system/target-rx.rst
create mode 100644 docs/system/target-s390x.rst
create mode 100644 docs/system/target-sparc.rst
create mode 100644 docs/system/target-sparc64.rst
create mode 100644 docs/system/target-xtensa.rst
create mode 100644 docs/system/targets.rst
create mode 100644 docs/system/tls.rst
create mode 100644 docs/system/virtio-net-failover.rst
create mode 100644 docs/system/vm-templating.rst
create mode 100644 docs/system/vnc-security.rst
create mode 100644 docs/throttle.txt
create mode 100644 docs/tools/index.rst
create mode 100644 docs/tools/qemu-img.rst
create mode 100644 docs/tools/qemu-nbd.rst
create mode 100644 docs/tools/qemu-pr-helper.rst
create mode 100644 docs/tools/qemu-storage-daemon.rst
create mode 100644 docs/tools/qemu-trace-stap.rst
create mode 100644 docs/tools/qemu-vmsr-helper.rst
create mode 100644 docs/user/index.rst
create mode 100644 docs/user/main.rst
create mode 100644 docs/xbzrle.txt
create mode 100644 docs/xen-save-devices-state.txt
create mode 100644 dump/dump-hmp-cmds.c
create mode 100644 dump/dump.c
create mode 100644 dump/meson.build
create mode 100644 dump/win_dump.c
create mode 100644 dump/win_dump.h
create mode 100644 ebpf/ebpf.c
create mode 100644 ebpf/ebpf.h
create mode 100644 ebpf/ebpf_rss-stub.c
create mode 100644 ebpf/ebpf_rss.c
create mode 100644 ebpf/ebpf_rss.h
create mode 100644 ebpf/meson.build
create mode 100644 ebpf/rss.bpf.skeleton.h
create mode 100644 ebpf/trace-events
create mode 100644 ebpf/trace.h
create mode 100644 event-loop-base.c
create mode 100644 fpu/meson.build
create mode 100644 fpu/softfloat-parts-addsub.c.inc
create mode 100644 fpu/softfloat-parts.c.inc
create mode 100644 fpu/softfloat-specialize.c.inc
create mode 100644 fpu/softfloat.c
create mode 100644 fsdev/9p-iov-marshal.c
create mode 100644 fsdev/9p-iov-marshal.h
create mode 100644 fsdev/9p-marshal.c
create mode 100644 fsdev/9p-marshal.h
create mode 100644 fsdev/file-op-9p.h
create mode 100644 fsdev/meson.build
create mode 100644 fsdev/p9array.h
create mode 100644 fsdev/qemu-fsdev-dummy.c
create mode 100644 fsdev/qemu-fsdev-opts.c
create mode 100644 fsdev/qemu-fsdev-throttle.c
create mode 100644 fsdev/qemu-fsdev-throttle.h
create mode 100644 fsdev/qemu-fsdev.c
create mode 100644 fsdev/qemu-fsdev.h
create mode 100644 gdb-xml/aarch64-core.xml
create mode 100644 gdb-xml/aarch64-fpu.xml
create mode 100644 gdb-xml/aarch64-mte.xml
create mode 100644 gdb-xml/aarch64-pauth.xml
create mode 100644 gdb-xml/arm-core.xml
create mode 100644 gdb-xml/arm-m-profile-mve.xml
create mode 100644 gdb-xml/arm-m-profile.xml
create mode 100644 gdb-xml/arm-neon.xml
create mode 100644 gdb-xml/arm-vfp-sysregs.xml
create mode 100644 gdb-xml/arm-vfp.xml
create mode 100644 gdb-xml/arm-vfp3.xml
create mode 100644 gdb-xml/avr-cpu.xml
create mode 100644 gdb-xml/cf-core.xml
create mode 100644 gdb-xml/cf-fp.xml
create mode 100644 gdb-xml/hexagon-core.xml
create mode 100644 gdb-xml/hexagon-hvx.xml
create mode 100644 gdb-xml/i386-32bit-linux.xml
create mode 100644 gdb-xml/i386-32bit.xml
create mode 100644 gdb-xml/i386-64bit-linux.xml
create mode 100644 gdb-xml/i386-64bit.xml
create mode 100644 gdb-xml/loongarch-base32.xml
create mode 100644 gdb-xml/loongarch-base64.xml
create mode 100644 gdb-xml/loongarch-fpu.xml
create mode 100644 gdb-xml/loongarch-lasx.xml
create mode 100644 gdb-xml/loongarch-lsx.xml
create mode 100644 gdb-xml/m68k-core.xml
create mode 100644 gdb-xml/m68k-fp.xml
create mode 100644 gdb-xml/microblaze-core.xml
create mode 100644 gdb-xml/microblaze-stack-protect.xml
create mode 100644 gdb-xml/power-altivec.xml
create mode 100644 gdb-xml/power-core.xml
create mode 100644 gdb-xml/power-fpu.xml
create mode 100644 gdb-xml/power-spe.xml
create mode 100644 gdb-xml/power-vsx.xml
create mode 100644 gdb-xml/power64-core.xml
create mode 100644 gdb-xml/riscv-32bit-cpu.xml
create mode 100644 gdb-xml/riscv-32bit-fpu.xml
create mode 100644 gdb-xml/riscv-32bit-virtual.xml
create mode 100644 gdb-xml/riscv-64bit-cpu.xml
create mode 100644 gdb-xml/riscv-64bit-fpu.xml
create mode 100644 gdb-xml/riscv-64bit-virtual.xml
create mode 100644 gdb-xml/rx-core.xml
create mode 100644 gdb-xml/s390-acr.xml
create mode 100644 gdb-xml/s390-cr.xml
create mode 100644 gdb-xml/s390-fpr.xml
create mode 100644 gdb-xml/s390-gs.xml
create mode 100644 gdb-xml/s390-virt-kvm.xml
create mode 100644 gdb-xml/s390-virt.xml
create mode 100644 gdb-xml/s390-vx.xml
create mode 100644 gdb-xml/s390x-core64.xml
create mode 100644 gdbstub/gdbstub.c
create mode 100644 gdbstub/internals.h
create mode 100644 gdbstub/meson.build
create mode 100644 gdbstub/syscalls.c
create mode 100644 gdbstub/system.c
create mode 100644 gdbstub/trace-events
create mode 100644 gdbstub/trace.h
create mode 100644 gdbstub/user-target.c
create mode 100644 gdbstub/user.c
create mode 100644 gitdm.config
create mode 100644 hmp-commands-info.hx
create mode 100644 hmp-commands.hx
create mode 100644 host/include/aarch64/host/atomic128-cas.h
create mode 100644 host/include/aarch64/host/atomic128-ldst.h.inc
create mode 100644 host/include/aarch64/host/bufferiszero.c.inc
create mode 100644 host/include/aarch64/host/cpuinfo.h
create mode 100644 host/include/aarch64/host/crypto/aes-round.h
create mode 100644 host/include/aarch64/host/crypto/clmul.h
create mode 100644 host/include/aarch64/host/load-extract-al16-al8.h.inc
create mode 100644 host/include/aarch64/host/store-insert-al16.h.inc
create mode 100644 host/include/generic/host/atomic128-cas.h.inc
create mode 100644 host/include/generic/host/atomic128-ldst.h.inc
create mode 100644 host/include/generic/host/bufferiszero.c.inc
create mode 100644 host/include/generic/host/cpuinfo.h
create mode 100644 host/include/generic/host/crypto/aes-round.h
create mode 100644 host/include/generic/host/crypto/clmul.h
create mode 100644 host/include/generic/host/load-extract-al16-al8.h.inc
create mode 100644 host/include/generic/host/store-insert-al16.h.inc
create mode 100644 host/include/i386/host/bufferiszero.c.inc
create mode 100644 host/include/i386/host/cpuinfo.h
create mode 100644 host/include/i386/host/crypto/aes-round.h
create mode 100644 host/include/i386/host/crypto/clmul.h
create mode 100644 host/include/loongarch64/host/atomic128-ldst.h.inc
create mode 100644 host/include/loongarch64/host/bufferiszero.c.inc
create mode 100644 host/include/loongarch64/host/cpuinfo.h
create mode 100644 host/include/loongarch64/host/load-extract-al16-al8.h.inc
create mode 100644 host/include/loongarch64/host/store-insert-al16.h.inc
create mode 100644 host/include/ppc/host/cpuinfo.h
create mode 100644 host/include/ppc/host/crypto/aes-round.h
create mode 100644 host/include/ppc64/host/cpuinfo.h
create mode 100644 host/include/ppc64/host/crypto/aes-round.h
create mode 100644 host/include/riscv/host/cpuinfo.h
create mode 100644 host/include/x86_64/host/atomic128-ldst.h.inc
create mode 100644 host/include/x86_64/host/bufferiszero.c.inc
create mode 100644 host/include/x86_64/host/cpuinfo.h
create mode 100644 host/include/x86_64/host/crypto/aes-round.h
create mode 100644 host/include/x86_64/host/crypto/clmul.h
create mode 100644 host/include/x86_64/host/load-extract-al16-al8.h.inc
create mode 100644 hw/9pfs/9p-local.c
create mode 100644 hw/9pfs/9p-local.h
create mode 100644 hw/9pfs/9p-posix-acl.c
create mode 100644 hw/9pfs/9p-synth.c
create mode 100644 hw/9pfs/9p-synth.h
create mode 100644 hw/9pfs/9p-util-darwin.c
create mode 100644 hw/9pfs/9p-util-generic.c
create mode 100644 hw/9pfs/9p-util-linux.c
create mode 100644 hw/9pfs/9p-util.h
create mode 100644 hw/9pfs/9p-xattr-user.c
create mode 100644 hw/9pfs/9p-xattr.c
create mode 100644 hw/9pfs/9p-xattr.h
create mode 100644 hw/9pfs/9p.c
create mode 100644 hw/9pfs/9p.h
create mode 100644 hw/9pfs/Kconfig
create mode 100644 hw/9pfs/codir.c
create mode 100644 hw/9pfs/cofile.c
create mode 100644 hw/9pfs/cofs.c
create mode 100644 hw/9pfs/coth.c
create mode 100644 hw/9pfs/coth.h
create mode 100644 hw/9pfs/coxattr.c
create mode 100644 hw/9pfs/meson.build
create mode 100644 hw/9pfs/trace-events
create mode 100644 hw/9pfs/trace.h
create mode 100644 hw/9pfs/virtio-9p-device.c
create mode 100644 hw/9pfs/virtio-9p.h
create mode 100644 hw/9pfs/xen-9p-backend.c
create mode 100644 hw/9pfs/xen-9pfs.h
create mode 100644 hw/Kconfig
create mode 100644 hw/acpi/Kconfig
create mode 100644 hw/acpi/acpi-cpu-hotplug-stub.c
create mode 100644 hw/acpi/acpi-mem-hotplug-stub.c
create mode 100644 hw/acpi/acpi-nvdimm-stub.c
create mode 100644 hw/acpi/acpi-pci-hotplug-stub.c
create mode 100644 hw/acpi/acpi-qmp-cmds.c
create mode 100644 hw/acpi/acpi-stub.c
create mode 100644 hw/acpi/acpi-x86-stub.c
create mode 100644 hw/acpi/acpi_interface.c
create mode 100644 hw/acpi/aml-build-stub.c
create mode 100644 hw/acpi/aml-build.c
create mode 100644 hw/acpi/bios-linker-loader.c
create mode 100644 hw/acpi/core.c
create mode 100644 hw/acpi/cpu.c
create mode 100644 hw/acpi/cpu_hotplug.c
create mode 100644 hw/acpi/cxl-stub.c
create mode 100644 hw/acpi/cxl.c
create mode 100644 hw/acpi/erst.c
create mode 100644 hw/acpi/generic_event_device.c
create mode 100644 hw/acpi/ghes-stub.c
create mode 100644 hw/acpi/ghes.c
create mode 100644 hw/acpi/hmat.c
create mode 100644 hw/acpi/hmat.h
create mode 100644 hw/acpi/ich9.c
create mode 100644 hw/acpi/ich9_tco.c
create mode 100644 hw/acpi/ich9_timer.c
create mode 100644 hw/acpi/ipmi-stub.c
create mode 100644 hw/acpi/ipmi.c
create mode 100644 hw/acpi/memory_hotplug.c
create mode 100644 hw/acpi/meson.build
create mode 100644 hw/acpi/nvdimm.c
create mode 100644 hw/acpi/pci-bridge-stub.c
create mode 100644 hw/acpi/pci-bridge.c
create mode 100644 hw/acpi/pci.c
create mode 100644 hw/acpi/pcihp.c
create mode 100644 hw/acpi/piix4.c
create mode 100644 hw/acpi/tpm.c
create mode 100644 hw/acpi/trace-events
create mode 100644 hw/acpi/trace.h
create mode 100644 hw/acpi/utils.c
create mode 100644 hw/acpi/viot.c
create mode 100644 hw/acpi/viot.h
create mode 100644 hw/acpi/vmclock.c
create mode 100644 hw/acpi/vmgenid.c
create mode 100644 hw/adc/Kconfig
create mode 100644 hw/adc/aspeed_adc.c
create mode 100644 hw/adc/meson.build
create mode 100644 hw/adc/npcm7xx_adc.c
create mode 100644 hw/adc/stm32f2xx_adc.c
create mode 100644 hw/adc/trace-events
create mode 100644 hw/adc/trace.h
create mode 100644 hw/adc/zynq-xadc.c
create mode 100644 hw/alpha/Kconfig
create mode 100644 hw/alpha/alpha_sys.h
create mode 100644 hw/alpha/dp264.c
create mode 100644 hw/alpha/meson.build
create mode 100644 hw/alpha/pci.c
create mode 100644 hw/alpha/trace-events
create mode 100644 hw/alpha/trace.h
create mode 100644 hw/alpha/typhoon.c
create mode 100644 hw/arm/Kconfig
create mode 100644 hw/arm/allwinner-a10.c
create mode 100644 hw/arm/allwinner-h3.c
create mode 100644 hw/arm/allwinner-r40.c
create mode 100644 hw/arm/armsse.c
create mode 100644 hw/arm/armv7m.c
create mode 100644 hw/arm/aspeed.c
create mode 100644 hw/arm/aspeed_ast10x0.c
create mode 100644 hw/arm/aspeed_ast2400.c
create mode 100644 hw/arm/aspeed_ast2600.c
create mode 100644 hw/arm/aspeed_ast27x0.c
create mode 100644 hw/arm/aspeed_eeprom.c
create mode 100644 hw/arm/aspeed_eeprom.h
create mode 100644 hw/arm/aspeed_soc_common.c
create mode 100644 hw/arm/b-l475e-iot01a.c
create mode 100644 hw/arm/bananapi_m2u.c
create mode 100644 hw/arm/bcm2835_peripherals.c
create mode 100644 hw/arm/bcm2836.c
create mode 100644 hw/arm/bcm2838.c
create mode 100644 hw/arm/bcm2838_peripherals.c
create mode 100644 hw/arm/boot.c
create mode 100644 hw/arm/collie.c
create mode 100644 hw/arm/cubieboard.c
create mode 100644 hw/arm/digic.c
create mode 100644 hw/arm/digic_boards.c
create mode 100644 hw/arm/exynos4210.c
create mode 100644 hw/arm/exynos4_boards.c
create mode 100644 hw/arm/fby35.c
create mode 100644 hw/arm/fsl-imx25.c
create mode 100644 hw/arm/fsl-imx31.c
create mode 100644 hw/arm/fsl-imx6.c
create mode 100644 hw/arm/fsl-imx6ul.c
create mode 100644 hw/arm/fsl-imx7.c
create mode 100644 hw/arm/fsl-imx8mp.c
create mode 100644 hw/arm/highbank.c
create mode 100644 hw/arm/imx25_pdk.c
create mode 100644 hw/arm/imx8mp-evk.c
create mode 100644 hw/arm/integratorcp.c
create mode 100644 hw/arm/kzm.c
create mode 100644 hw/arm/mcimx6ul-evk.c
create mode 100644 hw/arm/mcimx7d-sabre.c
create mode 100644 hw/arm/meson.build
create mode 100644 hw/arm/microbit.c
create mode 100644 hw/arm/mps2-tz.c
create mode 100644 hw/arm/mps2.c
create mode 100644 hw/arm/mps3r.c
create mode 100644 hw/arm/msf2-soc.c
create mode 100644 hw/arm/msf2-som.c
create mode 100644 hw/arm/musca.c
create mode 100644 hw/arm/musicpal.c
create mode 100644 hw/arm/netduino2.c
create mode 100644 hw/arm/netduinoplus2.c
create mode 100644 hw/arm/npcm7xx.c
create mode 100644 hw/arm/npcm7xx_boards.c
create mode 100644 hw/arm/npcm8xx.c
create mode 100644 hw/arm/npcm8xx_boards.c
create mode 100644 hw/arm/nrf51_soc.c
create mode 100644 hw/arm/olimex-stm32-h405.c
create mode 100644 hw/arm/omap1.c
create mode 100644 hw/arm/omap_sx1.c
create mode 100644 hw/arm/orangepi.c
create mode 100644 hw/arm/raspi.c
create mode 100644 hw/arm/raspi4b.c
create mode 100644 hw/arm/realview.c
create mode 100644 hw/arm/sabrelite.c
create mode 100644 hw/arm/sbsa-ref.c
create mode 100644 hw/arm/smmu-common.c
create mode 100644 hw/arm/smmu-internal.h
create mode 100644 hw/arm/smmuv3-internal.h
create mode 100644 hw/arm/smmuv3.c
create mode 100644 hw/arm/stellaris.c
create mode 100644 hw/arm/stm32f100_soc.c
create mode 100644 hw/arm/stm32f205_soc.c
create mode 100644 hw/arm/stm32f405_soc.c
create mode 100644 hw/arm/stm32l4x5_soc.c
create mode 100644 hw/arm/stm32vldiscovery.c
create mode 100644 hw/arm/strongarm.c
create mode 100644 hw/arm/strongarm.h
create mode 100644 hw/arm/trace-events
create mode 100644 hw/arm/trace.h
create mode 100644 hw/arm/versatilepb.c
create mode 100644 hw/arm/vexpress.c
create mode 100644 hw/arm/virt-acpi-build.c
create mode 100644 hw/arm/virt.c
create mode 100644 hw/arm/xen-pvh.c
create mode 100644 hw/arm/xen-stubs.c
create mode 100644 hw/arm/xilinx_zynq.c
create mode 100644 hw/arm/xlnx-versal-virt.c
create mode 100644 hw/arm/xlnx-versal.c
create mode 100644 hw/arm/xlnx-zcu102.c
create mode 100644 hw/arm/xlnx-zynqmp.c
create mode 100644 hw/audio/Kconfig
create mode 100644 hw/audio/ac97.c
create mode 100644 hw/audio/ac97.h
create mode 100644 hw/audio/adlib.c
create mode 100644 hw/audio/asc.c
create mode 100644 hw/audio/cs4231.c
create mode 100644 hw/audio/cs4231a.c
create mode 100644 hw/audio/es1370.c
create mode 100644 hw/audio/fmopl.c
create mode 100644 hw/audio/fmopl.h
create mode 100644 hw/audio/gus.c
create mode 100644 hw/audio/gusemu.h
create mode 100644 hw/audio/gusemu_hal.c
create mode 100644 hw/audio/gusemu_mixer.c
create mode 100644 hw/audio/gustate.h
create mode 100644 hw/audio/hda-codec-common.h
create mode 100644 hw/audio/hda-codec.c
create mode 100644 hw/audio/intel-hda-defs.h
create mode 100644 hw/audio/intel-hda.c
create mode 100644 hw/audio/intel-hda.h
create mode 100644 hw/audio/lm4549.c
create mode 100644 hw/audio/lm4549.h
create mode 100644 hw/audio/marvell_88w8618.c
create mode 100644 hw/audio/meson.build
create mode 100644 hw/audio/pcspk.c
create mode 100644 hw/audio/pl041.c
create mode 100644 hw/audio/pl041.h
create mode 100644 hw/audio/pl041.hx
create mode 100644 hw/audio/sb16.c
create mode 100644 hw/audio/soundhw.c
create mode 100644 hw/audio/trace-events
create mode 100644 hw/audio/trace.h
create mode 100644 hw/audio/via-ac97.c
create mode 100644 hw/audio/virtio-snd-pci.c
create mode 100644 hw/audio/virtio-snd.c
create mode 100644 hw/audio/wm8750.c
create mode 100644 hw/avr/Kconfig
create mode 100644 hw/avr/arduino.c
create mode 100644 hw/avr/atmega.c
create mode 100644 hw/avr/atmega.h
create mode 100644 hw/avr/boot.c
create mode 100644 hw/avr/boot.h
create mode 100644 hw/avr/meson.build
create mode 100644 hw/block/Kconfig
create mode 100644 hw/block/block.c
create mode 100644 hw/block/cdrom.c
create mode 100644 hw/block/dataplane/meson.build
create mode 100644 hw/block/dataplane/xen-block.c
create mode 100644 hw/block/dataplane/xen-block.h
create mode 100644 hw/block/fdc-internal.h
create mode 100644 hw/block/fdc-isa.c
create mode 100644 hw/block/fdc-sysbus.c
create mode 100644 hw/block/fdc.c
create mode 100644 hw/block/hd-geometry.c
create mode 100644 hw/block/m25p80.c
create mode 100644 hw/block/m25p80_sfdp.c
create mode 100644 hw/block/m25p80_sfdp.h
create mode 100644 hw/block/meson.build
create mode 100644 hw/block/nand.c
create mode 100644 hw/block/pflash_cfi01.c
create mode 100644 hw/block/pflash_cfi02.c
create mode 100644 hw/block/swim.c
create mode 100644 hw/block/trace-events
create mode 100644 hw/block/trace.h
create mode 100644 hw/block/vhost-user-blk.c
create mode 100644 hw/block/virtio-blk-common.c
create mode 100644 hw/block/virtio-blk.c
create mode 100644 hw/block/xen-block.c
create mode 100644 hw/block/xen_blkif.h
create mode 100644 hw/char/Kconfig
create mode 100644 hw/char/avr_usart.c
create mode 100644 hw/char/bcm2835_aux.c
create mode 100644 hw/char/cadence_uart.c
create mode 100644 hw/char/cmsdk-apb-uart.c
create mode 100644 hw/char/debugcon.c
create mode 100644 hw/char/digic-uart.c
create mode 100644 hw/char/diva-gsp.c
create mode 100644 hw/char/escc.c
create mode 100644 hw/char/exynos4210_uart.c
create mode 100644 hw/char/goldfish_tty.c
create mode 100644 hw/char/grlib_apbuart.c
create mode 100644 hw/char/ibex_uart.c
create mode 100644 hw/char/imx_serial.c
create mode 100644 hw/char/ipoctal232.c
create mode 100644 hw/char/mcf_uart.c
create mode 100644 hw/char/mchp_pfsoc_mmuart.c
create mode 100644 hw/char/meson.build
create mode 100644 hw/char/nrf51_uart.c
create mode 100644 hw/char/omap_uart.c
create mode 100644 hw/char/parallel-isa.c
create mode 100644 hw/char/parallel.c
create mode 100644 hw/char/pl011.c
create mode 100644 hw/char/renesas_sci.c
create mode 100644 hw/char/riscv_htif.c
create mode 100644 hw/char/sclpconsole-lm.c
create mode 100644 hw/char/sclpconsole.c
create mode 100644 hw/char/serial-isa.c
create mode 100644 hw/char/serial-mm.c
create mode 100644 hw/char/serial-pci-multi.c
create mode 100644 hw/char/serial-pci.c
create mode 100644 hw/char/serial.c
create mode 100644 hw/char/sh_serial.c
create mode 100644 hw/char/shakti_uart.c
create mode 100644 hw/char/sifive_uart.c
create mode 100644 hw/char/spapr_vty.c
create mode 100644 hw/char/stm32f2xx_usart.c
create mode 100644 hw/char/stm32l4x5_usart.c
create mode 100644 hw/char/terminal3270.c
create mode 100644 hw/char/trace-events
create mode 100644 hw/char/trace.h
create mode 100644 hw/char/virtio-console.c
create mode 100644 hw/char/virtio-serial-bus.c
create mode 100644 hw/char/xen_console.c
create mode 100644 hw/char/xilinx_uartlite.c
create mode 100644 hw/core/Kconfig
create mode 100644 hw/core/bus.c
create mode 100644 hw/core/clock-vmstate.c
create mode 100644 hw/core/clock.c
create mode 100644 hw/core/cpu-common.c
create mode 100644 hw/core/cpu-system.c
create mode 100644 hw/core/cpu-user.c
create mode 100644 hw/core/eif.c
create mode 100644 hw/core/eif.h
create mode 100644 hw/core/fw-path-provider.c
create mode 100644 hw/core/generic-loader.c
create mode 100644 hw/core/gpio.c
create mode 100644 hw/core/guest-loader.c
create mode 100644 hw/core/guest-loader.h
create mode 100644 hw/core/hotplug.c
create mode 100644 hw/core/irq.c
create mode 100644 hw/core/loader-fit.c
create mode 100644 hw/core/loader.c
create mode 100644 hw/core/machine-hmp-cmds.c
create mode 100644 hw/core/machine-qmp-cmds.c
create mode 100644 hw/core/machine-smp.c
create mode 100644 hw/core/machine.c
create mode 100644 hw/core/meson.build
create mode 100644 hw/core/nmi.c
create mode 100644 hw/core/null-machine.c
create mode 100644 hw/core/numa.c
create mode 100644 hw/core/or-irq.c
create mode 100644 hw/core/platform-bus.c
create mode 100644 hw/core/ptimer.c
create mode 100644 hw/core/qdev-clock.c
create mode 100644 hw/core/qdev-fw.c
create mode 100644 hw/core/qdev-hotplug.c
create mode 100644 hw/core/qdev-prop-internal.h
create mode 100644 hw/core/qdev-properties-system.c
create mode 100644 hw/core/qdev-properties.c
create mode 100644 hw/core/qdev-user.c
create mode 100644 hw/core/qdev.c
create mode 100644 hw/core/register.c
create mode 100644 hw/core/reset.c
create mode 100644 hw/core/resetcontainer.c
create mode 100644 hw/core/resettable.c
create mode 100644 hw/core/split-irq.c
create mode 100644 hw/core/stream.c
create mode 100644 hw/core/sysbus-fdt.c
create mode 100644 hw/core/sysbus.c
create mode 100644 hw/core/trace-events
create mode 100644 hw/core/trace.h
create mode 100644 hw/core/uboot_image.h
create mode 100644 hw/core/vm-change-state-handler.c
create mode 100644 hw/core/vmstate-if.c
create mode 100644 hw/cpu/Kconfig
create mode 100644 hw/cpu/a15mpcore.c
create mode 100644 hw/cpu/a9mpcore.c
create mode 100644 hw/cpu/arm11mpcore.c
create mode 100644 hw/cpu/cluster.c
create mode 100644 hw/cpu/core.c
create mode 100644 hw/cpu/meson.build
create mode 100644 hw/cpu/realview_mpcore.c
create mode 100644 hw/cxl/Kconfig
create mode 100644 hw/cxl/cxl-cdat.c
create mode 100644 hw/cxl/cxl-component-utils.c
create mode 100644 hw/cxl/cxl-device-utils.c
create mode 100644 hw/cxl/cxl-events.c
create mode 100644 hw/cxl/cxl-host-stubs.c
create mode 100644 hw/cxl/cxl-host.c
create mode 100644 hw/cxl/cxl-mailbox-utils.c
create mode 100644 hw/cxl/meson.build
create mode 100644 hw/cxl/switch-mailbox-cci.c
create mode 100644 hw/display/Kconfig
create mode 100644 hw/display/acpi-vga-stub.c
create mode 100644 hw/display/acpi-vga.c
create mode 100644 hw/display/apple-gfx-mmio.m
create mode 100644 hw/display/apple-gfx-pci.m
create mode 100644 hw/display/apple-gfx.h
create mode 100644 hw/display/apple-gfx.m
create mode 100644 hw/display/artist.c
create mode 100644 hw/display/ati.c
create mode 100644 hw/display/ati_2d.c
create mode 100644 hw/display/ati_dbg.c
create mode 100644 hw/display/ati_int.h
create mode 100644 hw/display/ati_regs.h
create mode 100644 hw/display/bcm2835_fb.c
create mode 100644 hw/display/bochs-display.c
create mode 100644 hw/display/cg3.c
create mode 100644 hw/display/cirrus_vga.c
create mode 100644 hw/display/cirrus_vga_internal.h
create mode 100644 hw/display/cirrus_vga_isa.c
create mode 100644 hw/display/cirrus_vga_rop.h
create mode 100644 hw/display/cirrus_vga_rop2.h
create mode 100644 hw/display/dm163.c
create mode 100644 hw/display/dpcd.c
create mode 100644 hw/display/edid-generate.c
create mode 100644 hw/display/edid-region.c
create mode 100644 hw/display/exynos4210_fimd.c
create mode 100644 hw/display/framebuffer.c
create mode 100644 hw/display/framebuffer.h
create mode 100644 hw/display/g364fb.c
create mode 100644 hw/display/i2c-ddc.c
create mode 100644 hw/display/jazz_led.c
create mode 100644 hw/display/macfb.c
create mode 100644 hw/display/meson.build
create mode 100644 hw/display/next-fb.c
create mode 100644 hw/display/omap_lcdc.c
create mode 100644 hw/display/pl110.c
create mode 100644 hw/display/pl110_template.h
create mode 100644 hw/display/qxl-logger.c
create mode 100644 hw/display/qxl-render.c
create mode 100644 hw/display/qxl.c
create mode 100644 hw/display/qxl.h
create mode 100644 hw/display/ramfb-standalone.c
create mode 100644 hw/display/ramfb-stubs.c
create mode 100644 hw/display/ramfb.c
create mode 100644 hw/display/sii9022.c
create mode 100644 hw/display/sm501.c
create mode 100644 hw/display/ssd0303.c
create mode 100644 hw/display/ssd0323.c
create mode 100644 hw/display/tcx.c
create mode 100644 hw/display/trace-events
create mode 100644 hw/display/trace.h
create mode 100644 hw/display/vga-access.h
create mode 100644 hw/display/vga-helpers.h
create mode 100644 hw/display/vga-isa.c
create mode 100644 hw/display/vga-mmio.c
create mode 100644 hw/display/vga-pci.c
create mode 100644 hw/display/vga.c
create mode 100644 hw/display/vga_int.h
create mode 100644 hw/display/vga_regs.h
create mode 100644 hw/display/vhost-user-gpu-pci.c
create mode 100644 hw/display/vhost-user-gpu.c
create mode 100644 hw/display/vhost-user-vga.c
create mode 100644 hw/display/virtio-dmabuf.c
create mode 100644 hw/display/virtio-gpu-base.c
create mode 100644 hw/display/virtio-gpu-gl.c
create mode 100644 hw/display/virtio-gpu-pci-gl.c
create mode 100644 hw/display/virtio-gpu-pci-rutabaga.c
create mode 100644 hw/display/virtio-gpu-pci.c
create mode 100644 hw/display/virtio-gpu-rutabaga.c
create mode 100644 hw/display/virtio-gpu-udmabuf-stubs.c
create mode 100644 hw/display/virtio-gpu-udmabuf.c
create mode 100644 hw/display/virtio-gpu-virgl.c
create mode 100644 hw/display/virtio-gpu.c
create mode 100644 hw/display/virtio-vga-gl.c
create mode 100644 hw/display/virtio-vga-rutabaga.c
create mode 100644 hw/display/virtio-vga.c
create mode 100644 hw/display/virtio-vga.h
create mode 100644 hw/display/vmware_vga.c
create mode 100644 hw/display/xenfb.c
create mode 100644 hw/display/xlnx_dp.c
create mode 100644 hw/dma/Kconfig
create mode 100644 hw/dma/bcm2835_dma.c
create mode 100644 hw/dma/i82374.c
create mode 100644 hw/dma/i8257.c
create mode 100644 hw/dma/meson.build
create mode 100644 hw/dma/omap_dma.c
create mode 100644 hw/dma/pl080.c
create mode 100644 hw/dma/pl330.c
create mode 100644 hw/dma/rc4030.c
create mode 100644 hw/dma/sifive_pdma.c
create mode 100644 hw/dma/soc_dma.c
create mode 100644 hw/dma/sparc32_dma.c
create mode 100644 hw/dma/trace-events
create mode 100644 hw/dma/trace.h
create mode 100644 hw/dma/xilinx_axidma.c
create mode 100644 hw/dma/xlnx-zdma.c
create mode 100644 hw/dma/xlnx-zynq-devcfg.c
create mode 100644 hw/dma/xlnx_csu_dma.c
create mode 100644 hw/dma/xlnx_dpdma.c
create mode 100644 hw/fsi/Kconfig
create mode 100644 hw/fsi/aspeed_apb2opb.c
create mode 100644 hw/fsi/cfam.c
create mode 100644 hw/fsi/fsi-master.c
create mode 100644 hw/fsi/fsi.c
create mode 100644 hw/fsi/lbus.c
create mode 100644 hw/fsi/meson.build
create mode 100644 hw/fsi/trace-events
create mode 100644 hw/fsi/trace.h
create mode 100644 hw/gpio/Kconfig
create mode 100644 hw/gpio/aspeed_gpio.c
create mode 100644 hw/gpio/bcm2835_gpio.c
create mode 100644 hw/gpio/bcm2838_gpio.c
create mode 100644 hw/gpio/gpio_key.c
create mode 100644 hw/gpio/gpio_pwr.c
create mode 100644 hw/gpio/imx_gpio.c
create mode 100644 hw/gpio/meson.build
create mode 100644 hw/gpio/mpc8xxx.c
create mode 100644 hw/gpio/npcm7xx_gpio.c
create mode 100644 hw/gpio/nrf51_gpio.c
create mode 100644 hw/gpio/omap_gpio.c
create mode 100644 hw/gpio/pca9552.c
create mode 100644 hw/gpio/pca9554.c
create mode 100644 hw/gpio/pcf8574.c
create mode 100644 hw/gpio/pl061.c
create mode 100644 hw/gpio/sifive_gpio.c
create mode 100644 hw/gpio/stm32l4x5_gpio.c
create mode 100644 hw/gpio/trace-events
create mode 100644 hw/gpio/trace.h
create mode 100644 hw/gpio/zaurus.c
create mode 100644 hw/hppa/Kconfig
create mode 100644 hw/hppa/hppa_hardware.h
create mode 100644 hw/hppa/machine.c
create mode 100644 hw/hppa/meson.build
create mode 100644 hw/hppa/trace.h
create mode 100644 hw/hyperv/Kconfig
create mode 100644 hw/hyperv/hv-balloon-internal.h
create mode 100644 hw/hyperv/hv-balloon-our_range_memslots.c
create mode 100644 hw/hyperv/hv-balloon-our_range_memslots.h
create mode 100644 hw/hyperv/hv-balloon-page_range_tree.c
create mode 100644 hw/hyperv/hv-balloon-page_range_tree.h
create mode 100644 hw/hyperv/hv-balloon-stub.c
create mode 100644 hw/hyperv/hv-balloon.c
create mode 100644 hw/hyperv/hyperv.c
create mode 100644 hw/hyperv/hyperv_testdev.c
create mode 100644 hw/hyperv/meson.build
create mode 100644 hw/hyperv/syndbg.c
create mode 100644 hw/hyperv/trace-events
create mode 100644 hw/hyperv/trace.h
create mode 100644 hw/hyperv/vmbus.c
create mode 100644 hw/i2c/Kconfig
create mode 100644 hw/i2c/allwinner-i2c.c
create mode 100644 hw/i2c/arm_sbcon_i2c.c
create mode 100644 hw/i2c/aspeed_i2c.c
create mode 100644 hw/i2c/bcm2835_i2c.c
create mode 100644 hw/i2c/bitbang_i2c.c
create mode 100644 hw/i2c/core.c
create mode 100644 hw/i2c/exynos4210_i2c.c
create mode 100644 hw/i2c/i2c_mux_pca954x.c
create mode 100644 hw/i2c/imx_i2c.c
create mode 100644 hw/i2c/meson.build
create mode 100644 hw/i2c/microbit_i2c.c
create mode 100644 hw/i2c/mpc_i2c.c
create mode 100644 hw/i2c/npcm7xx_smbus.c
create mode 100644 hw/i2c/omap_i2c.c
create mode 100644 hw/i2c/pm_smbus.c
create mode 100644 hw/i2c/pmbus_device.c
create mode 100644 hw/i2c/ppc4xx_i2c.c
create mode 100644 hw/i2c/smbus_eeprom.c
create mode 100644 hw/i2c/smbus_ich9.c
create mode 100644 hw/i2c/smbus_master.c
create mode 100644 hw/i2c/smbus_slave.c
create mode 100644 hw/i2c/trace-events
create mode 100644 hw/i2c/trace.h
create mode 100644 hw/i386/Kconfig
create mode 100644 hw/i386/acpi-build.c
create mode 100644 hw/i386/acpi-build.h
create mode 100644 hw/i386/acpi-common.c
create mode 100644 hw/i386/acpi-common.h
create mode 100644 hw/i386/acpi-microvm.c
create mode 100644 hw/i386/acpi-microvm.h
create mode 100644 hw/i386/amd_iommu-stub.c
create mode 100644 hw/i386/amd_iommu.c
create mode 100644 hw/i386/amd_iommu.h
create mode 100644 hw/i386/e820_memory_layout.c
create mode 100644 hw/i386/e820_memory_layout.h
create mode 100644 hw/i386/fw_cfg.c
create mode 100644 hw/i386/fw_cfg.h
create mode 100644 hw/i386/intel_iommu.c
create mode 100644 hw/i386/intel_iommu_internal.h
create mode 100644 hw/i386/kvm/apic.c
create mode 100644 hw/i386/kvm/clock.c
create mode 100644 hw/i386/kvm/clock.h
create mode 100644 hw/i386/kvm/i8254.c
create mode 100644 hw/i386/kvm/i8259.c
create mode 100644 hw/i386/kvm/ioapic.c
create mode 100644 hw/i386/kvm/meson.build
create mode 100644 hw/i386/kvm/trace-events
create mode 100644 hw/i386/kvm/trace.h
create mode 100644 hw/i386/kvm/xen-stubs.c
create mode 100644 hw/i386/kvm/xen_evtchn.c
create mode 100644 hw/i386/kvm/xen_evtchn.h
create mode 100644 hw/i386/kvm/xen_gnttab.c
create mode 100644 hw/i386/kvm/xen_gnttab.h
create mode 100644 hw/i386/kvm/xen_overlay.c
create mode 100644 hw/i386/kvm/xen_overlay.h
create mode 100644 hw/i386/kvm/xen_primary_console.c
create mode 100644 hw/i386/kvm/xen_primary_console.h
create mode 100644 hw/i386/kvm/xen_xenstore.c
create mode 100644 hw/i386/kvm/xen_xenstore.h
create mode 100644 hw/i386/kvm/xenstore_impl.c
create mode 100644 hw/i386/kvm/xenstore_impl.h
create mode 100644 hw/i386/meson.build
create mode 100644 hw/i386/microvm-dt.c
create mode 100644 hw/i386/microvm-dt.h
create mode 100644 hw/i386/microvm.c
create mode 100644 hw/i386/monitor.c
create mode 100644 hw/i386/multiboot.c
create mode 100644 hw/i386/multiboot.h
create mode 100644 hw/i386/nitro_enclave.c
create mode 100644 hw/i386/pc.c
create mode 100644 hw/i386/pc_piix.c
create mode 100644 hw/i386/pc_q35.c
create mode 100644 hw/i386/pc_sysfw.c
create mode 100644 hw/i386/pc_sysfw_ovmf-stubs.c
create mode 100644 hw/i386/pc_sysfw_ovmf.c
create mode 100644 hw/i386/port92.c
create mode 100644 hw/i386/sgx-epc.c
create mode 100644 hw/i386/sgx-stub.c
create mode 100644 hw/i386/sgx.c
create mode 100644 hw/i386/trace-events
create mode 100644 hw/i386/trace.h
create mode 100644 hw/i386/vapic.c
create mode 100644 hw/i386/vmmouse.c
create mode 100644 hw/i386/vmport.c
create mode 100644 hw/i386/x86-common.c
create mode 100644 hw/i386/x86-cpu.c
create mode 100644 hw/i386/x86-iommu-stub.c
create mode 100644 hw/i386/x86-iommu.c
create mode 100644 hw/i386/x86.c
create mode 100644 hw/i386/xen/meson.build
create mode 100644 hw/i386/xen/trace-events
create mode 100644 hw/i386/xen/trace.h
create mode 100644 hw/i386/xen/xen-hvm.c
create mode 100644 hw/i386/xen/xen-pvh.c
create mode 100644 hw/i386/xen/xen_apic.c
create mode 100644 hw/i386/xen/xen_platform.c
create mode 100644 hw/i386/xen/xen_pvdevice.c
create mode 100644 hw/ide/Kconfig
create mode 100644 hw/ide/ahci-allwinner.c
create mode 100644 hw/ide/ahci-internal.h
create mode 100644 hw/ide/ahci-sysbus.c
create mode 100644 hw/ide/ahci.c
create mode 100644 hw/ide/atapi.c
create mode 100644 hw/ide/cf.c
create mode 100644 hw/ide/cmd646.c
create mode 100644 hw/ide/core.c
create mode 100644 hw/ide/ich.c
create mode 100644 hw/ide/ide-bus.c
create mode 100644 hw/ide/ide-dev.c
create mode 100644 hw/ide/ide-internal.h
create mode 100644 hw/ide/ioport.c
create mode 100644 hw/ide/isa.c
create mode 100644 hw/ide/macio.c
create mode 100644 hw/ide/meson.build
create mode 100644 hw/ide/mmio.c
create mode 100644 hw/ide/pci.c
create mode 100644 hw/ide/piix.c
create mode 100644 hw/ide/sii3112.c
create mode 100644 hw/ide/trace-events
create mode 100644 hw/ide/trace.h
create mode 100644 hw/ide/via.c
create mode 100644 hw/input/Kconfig
create mode 100644 hw/input/adb-internal.h
create mode 100644 hw/input/adb-kbd.c
create mode 100644 hw/input/adb-mouse.c
create mode 100644 hw/input/adb.c
create mode 100644 hw/input/hid.c
create mode 100644 hw/input/lasips2.c
create mode 100644 hw/input/meson.build
create mode 100644 hw/input/pckbd.c
create mode 100644 hw/input/pl050.c
create mode 100644 hw/input/ps2.c
create mode 100644 hw/input/stellaris_gamepad.c
create mode 100644 hw/input/trace-events
create mode 100644 hw/input/trace.h
create mode 100644 hw/input/virtio-input-hid.c
create mode 100644 hw/input/virtio-input-host.c
create mode 100644 hw/input/virtio-input.c
create mode 100644 hw/intc/Kconfig
create mode 100644 hw/intc/allwinner-a10-pic.c
create mode 100644 hw/intc/apic.c
create mode 100644 hw/intc/apic_common.c
create mode 100644 hw/intc/arm_gic.c
create mode 100644 hw/intc/arm_gic_common.c
create mode 100644 hw/intc/arm_gic_kvm.c
create mode 100644 hw/intc/arm_gicv2m.c
create mode 100644 hw/intc/arm_gicv3.c
create mode 100644 hw/intc/arm_gicv3_common.c
create mode 100644 hw/intc/arm_gicv3_cpuif.c
create mode 100644 hw/intc/arm_gicv3_cpuif_common.c
create mode 100644 hw/intc/arm_gicv3_dist.c
create mode 100644 hw/intc/arm_gicv3_its.c
create mode 100644 hw/intc/arm_gicv3_its_common.c
create mode 100644 hw/intc/arm_gicv3_its_kvm.c
create mode 100644 hw/intc/arm_gicv3_kvm.c
create mode 100644 hw/intc/arm_gicv3_redist.c
create mode 100644 hw/intc/armv7m_nvic.c
create mode 100644 hw/intc/aspeed_intc.c
create mode 100644 hw/intc/aspeed_vic.c
create mode 100644 hw/intc/bcm2835_ic.c
create mode 100644 hw/intc/bcm2836_control.c
create mode 100644 hw/intc/exynos4210_combiner.c
create mode 100644 hw/intc/exynos4210_gic.c
create mode 100644 hw/intc/gic_internal.h
create mode 100644 hw/intc/gicv3_internal.h
create mode 100644 hw/intc/goldfish_pic.c
create mode 100644 hw/intc/grlib_irqmp.c
create mode 100644 hw/intc/heathrow_pic.c
create mode 100644 hw/intc/i8259.c
create mode 100644 hw/intc/i8259_common.c
create mode 100644 hw/intc/imx_avic.c
create mode 100644 hw/intc/imx_gpcv2.c
create mode 100644 hw/intc/intc.c
create mode 100644 hw/intc/ioapic-stub.c
create mode 100644 hw/intc/ioapic.c
create mode 100644 hw/intc/ioapic_common.c
create mode 100644 hw/intc/ioapic_internal.h
create mode 100644 hw/intc/kvm_irqcount.c
create mode 100644 hw/intc/loongarch_extioi.c
create mode 100644 hw/intc/loongarch_extioi_common.c
create mode 100644 hw/intc/loongarch_ipi.c
create mode 100644 hw/intc/loongarch_pch_msi.c
create mode 100644 hw/intc/loongarch_pch_pic.c
create mode 100644 hw/intc/loongarch_pic_common.c
create mode 100644 hw/intc/loongson_ipi.c
create mode 100644 hw/intc/loongson_ipi_common.c
create mode 100644 hw/intc/loongson_liointc.c
create mode 100644 hw/intc/m68k_irqc.c
create mode 100644 hw/intc/meson.build
create mode 100644 hw/intc/mips_gic.c
create mode 100644 hw/intc/omap_intc.c
create mode 100644 hw/intc/ompic.c
create mode 100644 hw/intc/openpic.c
create mode 100644 hw/intc/openpic_kvm.c
create mode 100644 hw/intc/pl190.c
create mode 100644 hw/intc/pnv_xive.c
create mode 100644 hw/intc/pnv_xive2.c
create mode 100644 hw/intc/pnv_xive2_regs.h
create mode 100644 hw/intc/pnv_xive_regs.h
create mode 100644 hw/intc/ppc-uic.c
create mode 100644 hw/intc/realview_gic.c
create mode 100644 hw/intc/riscv_aclint.c
create mode 100644 hw/intc/riscv_aplic.c
create mode 100644 hw/intc/riscv_imsic.c
create mode 100644 hw/intc/rx_icu.c
create mode 100644 hw/intc/s390_flic.c
create mode 100644 hw/intc/s390_flic_kvm.c
create mode 100644 hw/intc/sh_intc.c
create mode 100644 hw/intc/sifive_plic.c
create mode 100644 hw/intc/slavio_intctl.c
create mode 100644 hw/intc/spapr_xive.c
create mode 100644 hw/intc/spapr_xive_kvm.c
create mode 100644 hw/intc/trace-events
create mode 100644 hw/intc/trace.h
create mode 100644 hw/intc/vgic_common.h
create mode 100644 hw/intc/xics.c
create mode 100644 hw/intc/xics_kvm.c
create mode 100644 hw/intc/xics_pnv.c
create mode 100644 hw/intc/xics_spapr.c
create mode 100644 hw/intc/xilinx_intc.c
create mode 100644 hw/intc/xive.c
create mode 100644 hw/intc/xive2.c
create mode 100644 hw/intc/xlnx-pmu-iomod-intc.c
create mode 100644 hw/intc/xlnx-zynqmp-ipi.c
create mode 100644 hw/ipack/Kconfig
create mode 100644 hw/ipack/ipack.c
create mode 100644 hw/ipack/meson.build
create mode 100644 hw/ipack/tpci200.c
create mode 100644 hw/ipmi/Kconfig
create mode 100644 hw/ipmi/ipmi.c
create mode 100644 hw/ipmi/ipmi_bmc_extern.c
create mode 100644 hw/ipmi/ipmi_bmc_sim.c
create mode 100644 hw/ipmi/ipmi_bt.c
create mode 100644 hw/ipmi/ipmi_kcs.c
create mode 100644 hw/ipmi/isa_ipmi_bt.c
create mode 100644 hw/ipmi/isa_ipmi_kcs.c
create mode 100644 hw/ipmi/meson.build
create mode 100644 hw/ipmi/pci_ipmi_bt.c
create mode 100644 hw/ipmi/pci_ipmi_kcs.c
create mode 100644 hw/ipmi/smbus_ipmi.c
create mode 100644 hw/isa/Kconfig
create mode 100644 hw/isa/apm.c
create mode 100644 hw/isa/fdc37m81x-superio.c
create mode 100644 hw/isa/i82378.c
create mode 100644 hw/isa/isa-bus.c
create mode 100644 hw/isa/isa-superio.c
create mode 100644 hw/isa/lpc_ich9.c
create mode 100644 hw/isa/meson.build
create mode 100644 hw/isa/pc87312.c
create mode 100644 hw/isa/piix.c
create mode 100644 hw/isa/smc37c669-superio.c
create mode 100644 hw/isa/trace-events
create mode 100644 hw/isa/trace.h
create mode 100644 hw/isa/vt82c686.c
create mode 100644 hw/loongarch/Kconfig
create mode 100644 hw/loongarch/boot.c
create mode 100644 hw/loongarch/fw_cfg.c
create mode 100644 hw/loongarch/fw_cfg.h
create mode 100644 hw/loongarch/meson.build
create mode 100644 hw/loongarch/virt-acpi-build.c
create mode 100644 hw/loongarch/virt-fdt-build.c
create mode 100644 hw/loongarch/virt.c
create mode 100644 hw/m68k/Kconfig
create mode 100644 hw/m68k/an5206.c
create mode 100644 hw/m68k/bootinfo.h
create mode 100644 hw/m68k/mcf5206.c
create mode 100644 hw/m68k/mcf5208.c
create mode 100644 hw/m68k/mcf_intc.c
create mode 100644 hw/m68k/meson.build
create mode 100644 hw/m68k/next-cube.c
create mode 100644 hw/m68k/next-kbd.c
create mode 100644 hw/m68k/q800-glue.c
create mode 100644 hw/m68k/q800.c
create mode 100644 hw/m68k/virt.c
create mode 100644 hw/mem/Kconfig
create mode 100644 hw/mem/cxl_type3.c
create mode 100644 hw/mem/cxl_type3_stubs.c
create mode 100644 hw/mem/memory-device-stubs.c
create mode 100644 hw/mem/memory-device.c
create mode 100644 hw/mem/meson.build
create mode 100644 hw/mem/npcm7xx_mc.c
create mode 100644 hw/mem/nvdimm.c
create mode 100644 hw/mem/pc-dimm.c
create mode 100644 hw/mem/sparse-mem.c
create mode 100644 hw/mem/trace-events
create mode 100644 hw/mem/trace.h
create mode 100644 hw/meson.build
create mode 100644 hw/microblaze/Kconfig
create mode 100644 hw/microblaze/boot.c
create mode 100644 hw/microblaze/boot.h
create mode 100644 hw/microblaze/meson.build
create mode 100644 hw/microblaze/petalogix_ml605_mmu.c
create mode 100644 hw/microblaze/petalogix_s3adsp1800_mmu.c
create mode 100644 hw/microblaze/xlnx-zynqmp-pmu.c
create mode 100644 hw/mips/Kconfig
create mode 100644 hw/mips/bootloader.c
create mode 100644 hw/mips/boston.c
create mode 100644 hw/mips/cps.c
create mode 100644 hw/mips/fuloong2e.c
create mode 100644 hw/mips/fw_cfg.c
create mode 100644 hw/mips/fw_cfg.h
create mode 100644 hw/mips/jazz.c
create mode 100644 hw/mips/loongson3_bootp.c
create mode 100644 hw/mips/loongson3_bootp.h
create mode 100644 hw/mips/loongson3_virt.c
create mode 100644 hw/mips/malta.c
create mode 100644 hw/mips/meson.build
create mode 100644 hw/mips/mips_int.c
create mode 100644 hw/mips/mipssim.c
create mode 100644 hw/mips/trace-events
create mode 100644 hw/mips/trace.h
create mode 100644 hw/misc/Kconfig
create mode 100644 hw/misc/a9scu.c
create mode 100644 hw/misc/allwinner-a10-ccm.c
create mode 100644 hw/misc/allwinner-a10-dramc.c
create mode 100644 hw/misc/allwinner-cpucfg.c
create mode 100644 hw/misc/allwinner-h3-ccu.c
create mode 100644 hw/misc/allwinner-h3-dramc.c
create mode 100644 hw/misc/allwinner-h3-sysctrl.c
create mode 100644 hw/misc/allwinner-r40-ccu.c
create mode 100644 hw/misc/allwinner-r40-dramc.c
create mode 100644 hw/misc/allwinner-sid.c
create mode 100644 hw/misc/allwinner-sramc.c
create mode 100644 hw/misc/applesmc.c
create mode 100644 hw/misc/arm11scu.c
create mode 100644 hw/misc/arm_integrator_debug.c
create mode 100644 hw/misc/arm_l2x0.c
create mode 100644 hw/misc/arm_sysctl.c
create mode 100644 hw/misc/armsse-cpu-pwrctrl.c
create mode 100644 hw/misc/armsse-cpuid.c
create mode 100644 hw/misc/armsse-mhu.c
create mode 100644 hw/misc/armv7m_ras.c
create mode 100644 hw/misc/aspeed_hace.c
create mode 100644 hw/misc/aspeed_i3c.c
create mode 100644 hw/misc/aspeed_lpc.c
create mode 100644 hw/misc/aspeed_peci.c
create mode 100644 hw/misc/aspeed_sbc.c
create mode 100644 hw/misc/aspeed_scu.c
create mode 100644 hw/misc/aspeed_sdmc.c
create mode 100644 hw/misc/aspeed_sli.c
create mode 100644 hw/misc/aspeed_xdma.c
create mode 100644 hw/misc/auxbus.c
create mode 100644 hw/misc/avr_power.c
create mode 100644 hw/misc/axp2xx.c
create mode 100644 hw/misc/bcm2835_cprman.c
create mode 100644 hw/misc/bcm2835_mbox.c
create mode 100644 hw/misc/bcm2835_mphi.c
create mode 100644 hw/misc/bcm2835_powermgt.c
create mode 100644 hw/misc/bcm2835_property.c
create mode 100644 hw/misc/bcm2835_rng.c
create mode 100644 hw/misc/bcm2835_thermal.c
create mode 100644 hw/misc/debugexit.c
create mode 100644 hw/misc/djmemc.c
create mode 100644 hw/misc/eccmemctl.c
create mode 100644 hw/misc/edu.c
create mode 100644 hw/misc/empty_slot.c
create mode 100644 hw/misc/exynos4210_clk.c
create mode 100644 hw/misc/exynos4210_pmu.c
create mode 100644 hw/misc/exynos4210_rng.c
create mode 100644 hw/misc/grlib_ahb_apb_pnp.c
create mode 100644 hw/misc/i2c-echo.c
create mode 100644 hw/misc/imx25_ccm.c
create mode 100644 hw/misc/imx31_ccm.c
create mode 100644 hw/misc/imx6_ccm.c
create mode 100644 hw/misc/imx6_src.c
create mode 100644 hw/misc/imx6ul_ccm.c
create mode 100644 hw/misc/imx7_ccm.c
create mode 100644 hw/misc/imx7_gpr.c
create mode 100644 hw/misc/imx7_snvs.c
create mode 100644 hw/misc/imx7_src.c
create mode 100644 hw/misc/imx8mp_analog.c
create mode 100644 hw/misc/imx8mp_ccm.c
create mode 100644 hw/misc/imx_ccm.c
create mode 100644 hw/misc/imx_rngc.c
create mode 100644 hw/misc/iosb.c
create mode 100644 hw/misc/iotkit-secctl.c
create mode 100644 hw/misc/iotkit-sysctl.c
create mode 100644 hw/misc/iotkit-sysinfo.c
create mode 100644 hw/misc/ivshmem-flat.c
create mode 100644 hw/misc/ivshmem-pci.c
create mode 100644 hw/misc/lasi.c
create mode 100644 hw/misc/led.c
create mode 100644 hw/misc/mac_via.c
create mode 100644 hw/misc/macio/Kconfig
create mode 100644 hw/misc/macio/cuda.c
create mode 100644 hw/misc/macio/gpio.c
create mode 100644 hw/misc/macio/mac_dbdma.c
create mode 100644 hw/misc/macio/macio.c
create mode 100644 hw/misc/macio/meson.build
create mode 100644 hw/misc/macio/pmu.c
create mode 100644 hw/misc/macio/trace-events
create mode 100644 hw/misc/macio/trace.h
create mode 100644 hw/misc/mchp_pfsoc_dmc.c
create mode 100644 hw/misc/mchp_pfsoc_ioscb.c
create mode 100644 hw/misc/mchp_pfsoc_sysreg.c
create mode 100644 hw/misc/meson.build
create mode 100644 hw/misc/mips_cmgcr.c
create mode 100644 hw/misc/mips_cpc.c
create mode 100644 hw/misc/mips_itu.c
create mode 100644 hw/misc/mos6522.c
create mode 100644 hw/misc/mps2-fpgaio.c
create mode 100644 hw/misc/mps2-scc.c
create mode 100644 hw/misc/msf2-sysreg.c
create mode 100644 hw/misc/npcm7xx_mft.c
create mode 100644 hw/misc/npcm7xx_pwm.c
create mode 100644 hw/misc/npcm7xx_rng.c
create mode 100644 hw/misc/npcm_clk.c
create mode 100644 hw/misc/npcm_gcr.c
create mode 100644 hw/misc/nrf51_rng.c
create mode 100644 hw/misc/omap_clk.c
create mode 100644 hw/misc/pc-testdev.c
create mode 100644 hw/misc/pci-testdev.c
create mode 100644 hw/misc/pvpanic-isa.c
create mode 100644 hw/misc/pvpanic-mmio.c
create mode 100644 hw/misc/pvpanic-pci.c
create mode 100644 hw/misc/pvpanic.c
create mode 100644 hw/misc/sbsa_ec.c
create mode 100644 hw/misc/sifive_e_aon.c
create mode 100644 hw/misc/sifive_e_prci.c
create mode 100644 hw/misc/sifive_test.c
create mode 100644 hw/misc/sifive_u_otp.c
create mode 100644 hw/misc/sifive_u_prci.c
create mode 100644 hw/misc/slavio_misc.c
create mode 100644 hw/misc/stm32_rcc.c
create mode 100644 hw/misc/stm32f2xx_syscfg.c
create mode 100644 hw/misc/stm32f4xx_exti.c
create mode 100644 hw/misc/stm32f4xx_syscfg.c
create mode 100644 hw/misc/stm32l4x5_exti.c
create mode 100644 hw/misc/stm32l4x5_rcc.c
create mode 100644 hw/misc/stm32l4x5_syscfg.c
create mode 100644 hw/misc/trace-events
create mode 100644 hw/misc/trace.h
create mode 100644 hw/misc/tz-mpc.c
create mode 100644 hw/misc/tz-msc.c
create mode 100644 hw/misc/tz-ppc.c
create mode 100644 hw/misc/unimp.c
create mode 100644 hw/misc/virt_ctrl.c
create mode 100644 hw/misc/vmcoreinfo.c
create mode 100644 hw/misc/xlnx-cfi-if.c
create mode 100644 hw/misc/xlnx-versal-cframe-reg.c
create mode 100644 hw/misc/xlnx-versal-cfu.c
create mode 100644 hw/misc/xlnx-versal-crl.c
create mode 100644 hw/misc/xlnx-versal-pmc-iou-slcr.c
create mode 100644 hw/misc/xlnx-versal-trng.c
create mode 100644 hw/misc/xlnx-versal-xramc.c
create mode 100644 hw/misc/xlnx-zynqmp-apu-ctrl.c
create mode 100644 hw/misc/xlnx-zynqmp-crf.c
create mode 100644 hw/misc/zynq_slcr.c
create mode 100644 hw/net/Kconfig
create mode 100644 hw/net/allwinner-sun8i-emac.c
create mode 100644 hw/net/allwinner_emac.c
create mode 100644 hw/net/cadence_gem.c
create mode 100644 hw/net/can/can_kvaser_pci.c
create mode 100644 hw/net/can/can_mioe3680_pci.c
create mode 100644 hw/net/can/can_pcm3680_pci.c
create mode 100644 hw/net/can/can_sja1000.c
create mode 100644 hw/net/can/can_sja1000.h
create mode 100644 hw/net/can/ctu_can_fd_frame.h
create mode 100644 hw/net/can/ctu_can_fd_regs.h
create mode 100644 hw/net/can/ctucan_core.c
create mode 100644 hw/net/can/ctucan_core.h
create mode 100644 hw/net/can/ctucan_pci.c
create mode 100644 hw/net/can/meson.build
create mode 100644 hw/net/can/trace-events
create mode 100644 hw/net/can/trace.h
create mode 100644 hw/net/can/xlnx-versal-canfd.c
create mode 100644 hw/net/can/xlnx-zynqmp-can.c
create mode 100644 hw/net/dp8393x.c
create mode 100644 hw/net/e1000.c
create mode 100644 hw/net/e1000_common.h
create mode 100644 hw/net/e1000_regs.h
create mode 100644 hw/net/e1000e.c
create mode 100644 hw/net/e1000e_core.c
create mode 100644 hw/net/e1000e_core.h
create mode 100644 hw/net/e1000x_common.c
create mode 100644 hw/net/e1000x_common.h
create mode 100644 hw/net/e1000x_regs.h
create mode 100644 hw/net/eepro100.c
create mode 100644 hw/net/fsl_etsec/etsec.c
create mode 100644 hw/net/fsl_etsec/etsec.h
create mode 100644 hw/net/fsl_etsec/miim.c
create mode 100644 hw/net/fsl_etsec/registers.c
create mode 100644 hw/net/fsl_etsec/registers.h
create mode 100644 hw/net/fsl_etsec/rings.c
create mode 100644 hw/net/ftgmac100.c
create mode 100644 hw/net/i82596.c
create mode 100644 hw/net/i82596.h
create mode 100644 hw/net/igb.c
create mode 100644 hw/net/igb_common.h
create mode 100644 hw/net/igb_core.c
create mode 100644 hw/net/igb_core.h
create mode 100644 hw/net/igb_regs.h
create mode 100644 hw/net/igbvf.c
create mode 100644 hw/net/imx_fec.c
create mode 100644 hw/net/lan9118.c
create mode 100644 hw/net/lan9118_phy.c
create mode 100644 hw/net/lance.c
create mode 100644 hw/net/lasi_i82596.c
create mode 100644 hw/net/mcf_fec.c
create mode 100644 hw/net/meson.build
create mode 100644 hw/net/mipsnet.c
create mode 100644 hw/net/msf2-emac.c
create mode 100644 hw/net/mv88w8618_eth.c
create mode 100644 hw/net/ne2000-isa.c
create mode 100644 hw/net/ne2000-pci.c
create mode 100644 hw/net/ne2000.c
create mode 100644 hw/net/ne2000.h
create mode 100644 hw/net/net_rx_pkt.c
create mode 100644 hw/net/net_rx_pkt.h
create mode 100644 hw/net/net_tx_pkt.c
create mode 100644 hw/net/net_tx_pkt.h
create mode 100644 hw/net/npcm7xx_emc.c
create mode 100644 hw/net/npcm_gmac.c
create mode 100644 hw/net/npcm_pcs.c
create mode 100644 hw/net/opencores_eth.c
create mode 100644 hw/net/pcnet-pci.c
create mode 100644 hw/net/pcnet.c
create mode 100644 hw/net/pcnet.h
create mode 100644 hw/net/rocker/qmp-norocker.c
create mode 100644 hw/net/rocker/rocker-hmp-cmds.c
create mode 100644 hw/net/rocker/rocker.c
create mode 100644 hw/net/rocker/rocker.h
create mode 100644 hw/net/rocker/rocker_desc.c
create mode 100644 hw/net/rocker/rocker_desc.h
create mode 100644 hw/net/rocker/rocker_fp.c
create mode 100644 hw/net/rocker/rocker_fp.h
create mode 100644 hw/net/rocker/rocker_hw.h
create mode 100644 hw/net/rocker/rocker_of_dpa.c
create mode 100644 hw/net/rocker/rocker_of_dpa.h
create mode 100644 hw/net/rocker/rocker_tlv.h
create mode 100644 hw/net/rocker/rocker_world.c
create mode 100644 hw/net/rocker/rocker_world.h
create mode 100644 hw/net/rtl8139.c
create mode 100644 hw/net/smc91c111.c
create mode 100644 hw/net/spapr_llan.c
create mode 100644 hw/net/stellaris_enet.c
create mode 100644 hw/net/sungem.c
create mode 100644 hw/net/sunhme.c
create mode 100644 hw/net/trace-events
create mode 100644 hw/net/trace.h
create mode 100644 hw/net/tulip.c
create mode 100644 hw/net/tulip.h
create mode 100644 hw/net/vhost_net-stub.c
create mode 100644 hw/net/vhost_net.c
create mode 100644 hw/net/virtio-net.c
create mode 100644 hw/net/vmware_utils.h
create mode 100644 hw/net/vmxnet3.c
create mode 100644 hw/net/vmxnet3.h
create mode 100644 hw/net/vmxnet3_defs.h
create mode 100644 hw/net/vmxnet_debug.h
create mode 100644 hw/net/xen_nic.c
create mode 100644 hw/net/xgmac.c
create mode 100644 hw/net/xilinx_axienet.c
create mode 100644 hw/net/xilinx_ethlite.c
create mode 100644 hw/nubus/Kconfig
create mode 100644 hw/nubus/mac-nubus-bridge.c
create mode 100644 hw/nubus/meson.build
create mode 100644 hw/nubus/nubus-bridge.c
create mode 100644 hw/nubus/nubus-bus.c
create mode 100644 hw/nubus/nubus-device.c
create mode 100644 hw/nubus/nubus-virtio-mmio.c
create mode 100644 hw/nubus/trace-events
create mode 100644 hw/nubus/trace.h
create mode 100644 hw/nvme/Kconfig
create mode 100644 hw/nvme/ctrl.c
create mode 100644 hw/nvme/dif.c
create mode 100644 hw/nvme/dif.h
create mode 100644 hw/nvme/meson.build
create mode 100644 hw/nvme/nguid.c
create mode 100644 hw/nvme/ns.c
create mode 100644 hw/nvme/nvme.h
create mode 100644 hw/nvme/subsys.c
create mode 100644 hw/nvme/trace-events
create mode 100644 hw/nvme/trace.h
create mode 100644 hw/nvram/Kconfig
create mode 100644 hw/nvram/bcm2835_otp.c
create mode 100644 hw/nvram/chrp_nvram.c
create mode 100644 hw/nvram/ds1225y.c
create mode 100644 hw/nvram/eeprom93xx.c
create mode 100644 hw/nvram/eeprom_at24c.c
create mode 100644 hw/nvram/fw_cfg-acpi.c
create mode 100644 hw/nvram/fw_cfg-interface.c
create mode 100644 hw/nvram/fw_cfg.c
create mode 100644 hw/nvram/mac_nvram.c
create mode 100644 hw/nvram/meson.build
create mode 100644 hw/nvram/npcm7xx_otp.c
create mode 100644 hw/nvram/nrf51_nvm.c
create mode 100644 hw/nvram/spapr_nvram.c
create mode 100644 hw/nvram/trace-events
create mode 100644 hw/nvram/trace.h
create mode 100644 hw/nvram/xlnx-bbram.c
create mode 100644 hw/nvram/xlnx-efuse-crc.c
create mode 100644 hw/nvram/xlnx-efuse.c
create mode 100644 hw/nvram/xlnx-versal-efuse-cache.c
create mode 100644 hw/nvram/xlnx-versal-efuse-ctrl.c
create mode 100644 hw/nvram/xlnx-zynqmp-efuse.c
create mode 100644 hw/openrisc/Kconfig
create mode 100644 hw/openrisc/boot.c
create mode 100644 hw/openrisc/cputimer.c
create mode 100644 hw/openrisc/meson.build
create mode 100644 hw/openrisc/openrisc_sim.c
create mode 100644 hw/openrisc/virt.c
create mode 100644 hw/pci-bridge/Kconfig
create mode 100644 hw/pci-bridge/cxl_downstream.c
create mode 100644 hw/pci-bridge/cxl_root_port.c
create mode 100644 hw/pci-bridge/cxl_upstream.c
create mode 100644 hw/pci-bridge/gen_pcie_root_port.c
create mode 100644 hw/pci-bridge/i82801b11.c
create mode 100644 hw/pci-bridge/ioh3420.c
create mode 100644 hw/pci-bridge/meson.build
create mode 100644 hw/pci-bridge/pci_bridge_dev.c
create mode 100644 hw/pci-bridge/pci_expander_bridge.c
create mode 100644 hw/pci-bridge/pci_expander_bridge_stubs.c
create mode 100644 hw/pci-bridge/pcie_pci_bridge.c
create mode 100644 hw/pci-bridge/pcie_root_port.c
create mode 100644 hw/pci-bridge/simba.c
create mode 100644 hw/pci-bridge/xio3130_downstream.c
create mode 100644 hw/pci-bridge/xio3130_upstream.c
create mode 100644 hw/pci-host/Kconfig
create mode 100644 hw/pci-host/articia.c
create mode 100644 hw/pci-host/astro.c
create mode 100644 hw/pci-host/bonito.c
create mode 100644 hw/pci-host/designware.c
create mode 100644 hw/pci-host/dino.c
create mode 100644 hw/pci-host/fsl_imx8m_phy.c
create mode 100644 hw/pci-host/gpex-acpi.c
create mode 100644 hw/pci-host/gpex.c
create mode 100644 hw/pci-host/grackle.c
create mode 100644 hw/pci-host/gt64120.c
create mode 100644 hw/pci-host/i440fx.c
create mode 100644 hw/pci-host/meson.build
create mode 100644 hw/pci-host/mv64361.c
create mode 100644 hw/pci-host/mv643xx.h
create mode 100644 hw/pci-host/pam.c
create mode 100644 hw/pci-host/pnv_phb.c
create mode 100644 hw/pci-host/pnv_phb.h
create mode 100644 hw/pci-host/pnv_phb3.c
create mode 100644 hw/pci-host/pnv_phb3_msi.c
create mode 100644 hw/pci-host/pnv_phb3_pbcq.c
create mode 100644 hw/pci-host/pnv_phb4.c
create mode 100644 hw/pci-host/pnv_phb4_pec.c
create mode 100644 hw/pci-host/ppc440_pcix.c
create mode 100644 hw/pci-host/ppc4xx_pci.c
create mode 100644 hw/pci-host/ppce500.c
create mode 100644 hw/pci-host/q35.c
create mode 100644 hw/pci-host/raven.c
create mode 100644 hw/pci-host/remote.c
create mode 100644 hw/pci-host/sabre.c
create mode 100644 hw/pci-host/sh_pci.c
create mode 100644 hw/pci-host/trace-events
create mode 100644 hw/pci-host/trace.h
create mode 100644 hw/pci-host/uninorth.c
create mode 100644 hw/pci-host/versatile.c
create mode 100644 hw/pci-host/xen_igd_pt.c
create mode 100644 hw/pci-host/xilinx-pcie.c
create mode 100644 hw/pci/Kconfig
create mode 100644 hw/pci/meson.build
create mode 100644 hw/pci/msi.c
create mode 100644 hw/pci/msix.c
create mode 100644 hw/pci/pci-hmp-cmds.c
create mode 100644 hw/pci/pci-internal.h
create mode 100644 hw/pci/pci-qmp-cmds.c
create mode 100644 hw/pci/pci-stub.c
create mode 100644 hw/pci/pci.c
create mode 100644 hw/pci/pci_bridge.c
create mode 100644 hw/pci/pci_host.c
create mode 100644 hw/pci/pcie.c
create mode 100644 hw/pci/pcie_aer.c
create mode 100644 hw/pci/pcie_doe.c
create mode 100644 hw/pci/pcie_host.c
create mode 100644 hw/pci/pcie_port.c
create mode 100644 hw/pci/pcie_sriov.c
create mode 100644 hw/pci/shpc.c
create mode 100644 hw/pci/slotid_cap.c
create mode 100644 hw/pci/trace-events
create mode 100644 hw/pci/trace.h
create mode 100644 hw/ppc/Kconfig
create mode 100644 hw/ppc/amigaone.c
create mode 100644 hw/ppc/e500-ccsr.h
create mode 100644 hw/ppc/e500.c
create mode 100644 hw/ppc/e500.h
create mode 100644 hw/ppc/e500plat.c
create mode 100644 hw/ppc/fdt.c
create mode 100644 hw/ppc/fw_cfg.c
create mode 100644 hw/ppc/mac_newworld.c
create mode 100644 hw/ppc/mac_oldworld.c
create mode 100644 hw/ppc/meson.build
create mode 100644 hw/ppc/mpc8544_guts.c
create mode 100644 hw/ppc/mpc8544ds.c
create mode 100644 hw/ppc/pef.c
create mode 100644 hw/ppc/pegasos2.c
create mode 100644 hw/ppc/pnv.c
create mode 100644 hw/ppc/pnv_adu.c
create mode 100644 hw/ppc/pnv_bmc.c
create mode 100644 hw/ppc/pnv_chiptod.c
create mode 100644 hw/ppc/pnv_core.c
create mode 100644 hw/ppc/pnv_homer.c
create mode 100644 hw/ppc/pnv_i2c.c
create mode 100644 hw/ppc/pnv_lpc.c
create mode 100644 hw/ppc/pnv_n1_chiplet.c
create mode 100644 hw/ppc/pnv_nest_pervasive.c
create mode 100644 hw/ppc/pnv_occ.c
create mode 100644 hw/ppc/pnv_pnor.c
create mode 100644 hw/ppc/pnv_psi.c
create mode 100644 hw/ppc/pnv_sbe.c
create mode 100644 hw/ppc/pnv_xscom.c
create mode 100644 hw/ppc/ppc.c
create mode 100644 hw/ppc/ppc440.h
create mode 100644 hw/ppc/ppc440_bamboo.c
create mode 100644 hw/ppc/ppc440_uc.c
create mode 100644 hw/ppc/ppc4xx_devs.c
create mode 100644 hw/ppc/ppc4xx_sdram.c
create mode 100644 hw/ppc/ppc_booke.c
create mode 100644 hw/ppc/ppce500_spin.c
create mode 100644 hw/ppc/prep.c
create mode 100644 hw/ppc/prep_systemio.c
create mode 100644 hw/ppc/rs6000_mc.c
create mode 100644 hw/ppc/sam460ex.c
create mode 100644 hw/ppc/spapr.c
create mode 100644 hw/ppc/spapr_caps.c
create mode 100644 hw/ppc/spapr_cpu_core.c
create mode 100644 hw/ppc/spapr_drc.c
create mode 100644 hw/ppc/spapr_events.c
create mode 100644 hw/ppc/spapr_hcall.c
create mode 100644 hw/ppc/spapr_iommu.c
create mode 100644 hw/ppc/spapr_irq.c
create mode 100644 hw/ppc/spapr_nested.c
create mode 100644 hw/ppc/spapr_numa.c
create mode 100644 hw/ppc/spapr_nvdimm.c
create mode 100644 hw/ppc/spapr_ovec.c
create mode 100644 hw/ppc/spapr_pci.c
create mode 100644 hw/ppc/spapr_pci_vfio.c
create mode 100644 hw/ppc/spapr_rng.c
create mode 100644 hw/ppc/spapr_rtas.c
create mode 100644 hw/ppc/spapr_rtas_ddw.c
create mode 100644 hw/ppc/spapr_rtc.c
create mode 100644 hw/ppc/spapr_tpm_proxy.c
create mode 100644 hw/ppc/spapr_vhyp_mmu.c
create mode 100644 hw/ppc/spapr_vio.c
create mode 100644 hw/ppc/spapr_vof.c
create mode 100644 hw/ppc/trace-events
create mode 100644 hw/ppc/trace.h
create mode 100644 hw/ppc/virtex_ml507.c
create mode 100644 hw/ppc/vof.c
create mode 100644 hw/remote/Kconfig
create mode 100644 hw/remote/iohub.c
create mode 100644 hw/remote/iommu.c
create mode 100644 hw/remote/machine.c
create mode 100644 hw/remote/memory.c
create mode 100644 hw/remote/meson.build
create mode 100644 hw/remote/message.c
create mode 100644 hw/remote/mpqemu-link.c
create mode 100644 hw/remote/proxy-memory-listener.c
create mode 100644 hw/remote/proxy.c
create mode 100644 hw/remote/remote-obj.c
create mode 100644 hw/remote/trace-events
create mode 100644 hw/remote/trace.h
create mode 100644 hw/remote/vfio-user-obj-stub.c
create mode 100644 hw/remote/vfio-user-obj.c
create mode 100644 hw/riscv/Kconfig
create mode 100644 hw/riscv/boot.c
create mode 100644 hw/riscv/meson.build
create mode 100644 hw/riscv/microblaze-v-generic.c
create mode 100644 hw/riscv/microchip_pfsoc.c
create mode 100644 hw/riscv/numa.c
create mode 100644 hw/riscv/opentitan.c
create mode 100644 hw/riscv/riscv-iommu-bits.h
create mode 100644 hw/riscv/riscv-iommu-hpm.c
create mode 100644 hw/riscv/riscv-iommu-hpm.h
create mode 100644 hw/riscv/riscv-iommu-pci.c
create mode 100644 hw/riscv/riscv-iommu-sys.c
create mode 100644 hw/riscv/riscv-iommu.c
create mode 100644 hw/riscv/riscv-iommu.h
create mode 100644 hw/riscv/riscv_hart.c
create mode 100644 hw/riscv/shakti_c.c
create mode 100644 hw/riscv/sifive_e.c
create mode 100644 hw/riscv/sifive_u.c
create mode 100644 hw/riscv/spike.c
create mode 100644 hw/riscv/trace-events
create mode 100644 hw/riscv/trace.h
create mode 100644 hw/riscv/virt-acpi-build.c
create mode 100644 hw/riscv/virt.c
create mode 100644 hw/rtc/Kconfig
create mode 100644 hw/rtc/allwinner-rtc.c
create mode 100644 hw/rtc/aspeed_rtc.c
create mode 100644 hw/rtc/ds1338.c
create mode 100644 hw/rtc/exynos4210_rtc.c
create mode 100644 hw/rtc/goldfish_rtc.c
create mode 100644 hw/rtc/ls7a_rtc.c
create mode 100644 hw/rtc/m41t80.c
create mode 100644 hw/rtc/m48t59-internal.h
create mode 100644 hw/rtc/m48t59-isa.c
create mode 100644 hw/rtc/m48t59.c
create mode 100644 hw/rtc/mc146818rtc.c
create mode 100644 hw/rtc/meson.build
create mode 100644 hw/rtc/pl031.c
create mode 100644 hw/rtc/rs5c372.c
create mode 100644 hw/rtc/sun4v-rtc.c
create mode 100644 hw/rtc/trace-events
create mode 100644 hw/rtc/trace.h
create mode 100644 hw/rtc/xlnx-zynqmp-rtc.c
create mode 100644 hw/rx/Kconfig
create mode 100644 hw/rx/meson.build
create mode 100644 hw/rx/rx-gdbsim.c
create mode 100644 hw/rx/rx62n.c
create mode 100644 hw/s390x/3270-ccw.c
create mode 100644 hw/s390x/Kconfig
create mode 100644 hw/s390x/ap-bridge.c
create mode 100644 hw/s390x/ap-device.c
create mode 100644 hw/s390x/ccw-device.c
create mode 100644 hw/s390x/ccw-device.h
create mode 100644 hw/s390x/cpu-topology.c
create mode 100644 hw/s390x/css-bridge.c
create mode 100644 hw/s390x/css.c
create mode 100644 hw/s390x/event-facility.c
create mode 100644 hw/s390x/ipl.c
create mode 100644 hw/s390x/ipl.h
create mode 100644 hw/s390x/meson.build
create mode 100644 hw/s390x/s390-ccw.c
create mode 100644 hw/s390x/s390-hypercall.c
create mode 100644 hw/s390x/s390-hypercall.h
create mode 100644 hw/s390x/s390-pci-bus.c
create mode 100644 hw/s390x/s390-pci-inst.c
create mode 100644 hw/s390x/s390-pci-kvm.c
create mode 100644 hw/s390x/s390-pci-vfio.c
create mode 100644 hw/s390x/s390-skeys-kvm.c
create mode 100644 hw/s390x/s390-skeys.c
create mode 100644 hw/s390x/s390-stattrib-kvm.c
create mode 100644 hw/s390x/s390-stattrib.c
create mode 100644 hw/s390x/s390-virtio-ccw.c
create mode 100644 hw/s390x/sclp.c
create mode 100644 hw/s390x/sclpcpu.c
create mode 100644 hw/s390x/sclpquiesce.c
create mode 100644 hw/s390x/tod-kvm.c
create mode 100644 hw/s390x/tod-tcg.c
create mode 100644 hw/s390x/tod.c
create mode 100644 hw/s390x/trace-events
create mode 100644 hw/s390x/trace.h
create mode 100644 hw/s390x/vhost-scsi-ccw.c
create mode 100644 hw/s390x/vhost-user-fs-ccw.c
create mode 100644 hw/s390x/vhost-vsock-ccw.c
create mode 100644 hw/s390x/virtio-ccw-9p.c
create mode 100644 hw/s390x/virtio-ccw-balloon.c
create mode 100644 hw/s390x/virtio-ccw-blk.c
create mode 100644 hw/s390x/virtio-ccw-crypto.c
create mode 100644 hw/s390x/virtio-ccw-gpu.c
create mode 100644 hw/s390x/virtio-ccw-input.c
create mode 100644 hw/s390x/virtio-ccw-md-stubs.c
create mode 100644 hw/s390x/virtio-ccw-md.c
create mode 100644 hw/s390x/virtio-ccw-md.h
create mode 100644 hw/s390x/virtio-ccw-mem.c
create mode 100644 hw/s390x/virtio-ccw-mem.h
create mode 100644 hw/s390x/virtio-ccw-net.c
create mode 100644 hw/s390x/virtio-ccw-rng.c
create mode 100644 hw/s390x/virtio-ccw-scsi.c
create mode 100644 hw/s390x/virtio-ccw-serial.c
create mode 100644 hw/s390x/virtio-ccw.c
create mode 100644 hw/s390x/virtio-ccw.h
create mode 100644 hw/scsi/Kconfig
create mode 100644 hw/scsi/emulation.c
create mode 100644 hw/scsi/esp-pci.c
create mode 100644 hw/scsi/esp.c
create mode 100644 hw/scsi/lsi53c895a.c
create mode 100644 hw/scsi/megasas.c
create mode 100644 hw/scsi/meson.build
create mode 100644 hw/scsi/mfi.h
create mode 100644 hw/scsi/mpi.h
create mode 100644 hw/scsi/mptconfig.c
create mode 100644 hw/scsi/mptendian.c
create mode 100644 hw/scsi/mptsas.c
create mode 100644 hw/scsi/mptsas.h
create mode 100644 hw/scsi/scsi-bus.c
create mode 100644 hw/scsi/scsi-disk.c
create mode 100644 hw/scsi/scsi-generic.c
create mode 100644 hw/scsi/spapr_vscsi.c
create mode 100644 hw/scsi/srp.h
create mode 100644 hw/scsi/trace-events
create mode 100644 hw/scsi/trace.h
create mode 100644 hw/scsi/vhost-scsi-common.c
create mode 100644 hw/scsi/vhost-scsi.c
create mode 100644 hw/scsi/vhost-user-scsi.c
create mode 100644 hw/scsi/viosrp.h
create mode 100644 hw/scsi/virtio-scsi-dataplane.c
create mode 100644 hw/scsi/virtio-scsi.c
create mode 100644 hw/scsi/vmw_pvscsi.c
create mode 100644 hw/scsi/vmw_pvscsi.h
create mode 100644 hw/sd/Kconfig
create mode 100644 hw/sd/allwinner-sdhost.c
create mode 100644 hw/sd/aspeed_sdhci.c
create mode 100644 hw/sd/bcm2835_sdhost.c
create mode 100644 hw/sd/cadence_sdhci.c
create mode 100644 hw/sd/core.c
create mode 100644 hw/sd/meson.build
create mode 100644 hw/sd/npcm7xx_sdhci.c
create mode 100644 hw/sd/omap_mmc.c
create mode 100644 hw/sd/pl181.c
create mode 100644 hw/sd/sd.c
create mode 100644 hw/sd/sdhci-internal.h
create mode 100644 hw/sd/sdhci-pci.c
create mode 100644 hw/sd/sdhci.c
create mode 100644 hw/sd/sdmmc-internal.h
create mode 100644 hw/sd/ssi-sd.c
create mode 100644 hw/sd/trace-events
create mode 100644 hw/sd/trace.h
create mode 100644 hw/sensor/Kconfig
create mode 100644 hw/sensor/adm1266.c
create mode 100644 hw/sensor/adm1272.c
create mode 100644 hw/sensor/dps310.c
create mode 100644 hw/sensor/emc141x.c
create mode 100644 hw/sensor/isl_pmbus_vr.c
create mode 100644 hw/sensor/lsm303dlhc_mag.c
create mode 100644 hw/sensor/max31785.c
create mode 100644 hw/sensor/max34451.c
create mode 100644 hw/sensor/meson.build
create mode 100644 hw/sensor/tmp105.c
create mode 100644 hw/sensor/tmp421.c
create mode 100644 hw/sensor/trace-events
create mode 100644 hw/sensor/trace.h
create mode 100644 hw/sh4/Kconfig
create mode 100644 hw/sh4/meson.build
create mode 100644 hw/sh4/r2d.c
create mode 100644 hw/sh4/sh7750.c
create mode 100644 hw/sh4/sh7750_regnames.c
create mode 100644 hw/sh4/sh7750_regnames.h
create mode 100644 hw/sh4/sh7750_regs.h
create mode 100644 hw/sh4/trace-events
create mode 100644 hw/sh4/trace.h
create mode 100644 hw/smbios/Kconfig
create mode 100644 hw/smbios/meson.build
create mode 100644 hw/smbios/smbios-stub.c
create mode 100644 hw/smbios/smbios.c
create mode 100644 hw/smbios/smbios_build.h
create mode 100644 hw/smbios/smbios_legacy.c
create mode 100644 hw/smbios/smbios_legacy_stub.c
create mode 100644 hw/smbios/smbios_type_38-stub.c
create mode 100644 hw/smbios/smbios_type_38.c
create mode 100644 hw/sparc/Kconfig
create mode 100644 hw/sparc/leon3.c
create mode 100644 hw/sparc/meson.build
create mode 100644 hw/sparc/sun4m.c
create mode 100644 hw/sparc/sun4m_iommu.c
create mode 100644 hw/sparc/trace-events
create mode 100644 hw/sparc/trace.h
create mode 100644 hw/sparc64/Kconfig
create mode 100644 hw/sparc64/meson.build
create mode 100644 hw/sparc64/niagara.c
create mode 100644 hw/sparc64/sparc64.c
create mode 100644 hw/sparc64/sun4u.c
create mode 100644 hw/sparc64/sun4u_iommu.c
create mode 100644 hw/sparc64/trace-events
create mode 100644 hw/sparc64/trace.h
create mode 100644 hw/ssi/Kconfig
create mode 100644 hw/ssi/allwinner-a10-spi.c
create mode 100644 hw/ssi/aspeed_smc.c
create mode 100644 hw/ssi/bcm2835_spi.c
create mode 100644 hw/ssi/ibex_spi_host.c
create mode 100644 hw/ssi/imx_spi.c
create mode 100644 hw/ssi/meson.build
create mode 100644 hw/ssi/mss-spi.c
create mode 100644 hw/ssi/npcm7xx_fiu.c
create mode 100644 hw/ssi/npcm_pspi.c
create mode 100644 hw/ssi/pl022.c
create mode 100644 hw/ssi/pnv_spi.c
create mode 100644 hw/ssi/sifive_spi.c
create mode 100644 hw/ssi/ssi.c
create mode 100644 hw/ssi/stm32f2xx_spi.c
create mode 100644 hw/ssi/trace-events
create mode 100644 hw/ssi/trace.h
create mode 100644 hw/ssi/xilinx_spi.c
create mode 100644 hw/ssi/xilinx_spips.c
create mode 100644 hw/ssi/xlnx-versal-ospi.c
create mode 100644 hw/timer/Kconfig
create mode 100644 hw/timer/a9gtimer.c
create mode 100644 hw/timer/allwinner-a10-pit.c
create mode 100644 hw/timer/arm_mptimer.c
create mode 100644 hw/timer/arm_timer.c
create mode 100644 hw/timer/armv7m_systick.c
create mode 100644 hw/timer/aspeed_timer.c
create mode 100644 hw/timer/avr_timer16.c
create mode 100644 hw/timer/bcm2835_systmr.c
create mode 100644 hw/timer/cadence_ttc.c
create mode 100644 hw/timer/cmsdk-apb-dualtimer.c
create mode 100644 hw/timer/cmsdk-apb-timer.c
create mode 100644 hw/timer/digic-timer.c
create mode 100644 hw/timer/exynos4210_mct.c
create mode 100644 hw/timer/exynos4210_pwm.c
create mode 100644 hw/timer/grlib_gptimer.c
create mode 100644 hw/timer/hpet.c
create mode 100644 hw/timer/i8254.c
create mode 100644 hw/timer/i8254_common.c
create mode 100644 hw/timer/ibex_timer.c
create mode 100644 hw/timer/imx_epit.c
create mode 100644 hw/timer/imx_gpt.c
create mode 100644 hw/timer/meson.build
create mode 100644 hw/timer/mips_gictimer.c
create mode 100644 hw/timer/mss-timer.c
create mode 100644 hw/timer/npcm7xx_timer.c
create mode 100644 hw/timer/nrf51_timer.c
create mode 100644 hw/timer/pxa2xx_timer.c
create mode 100644 hw/timer/renesas_cmt.c
create mode 100644 hw/timer/renesas_tmr.c
create mode 100644 hw/timer/sh_timer.c
create mode 100644 hw/timer/sifive_pwm.c
create mode 100644 hw/timer/slavio_timer.c
create mode 100644 hw/timer/sse-counter.c
create mode 100644 hw/timer/sse-timer.c
create mode 100644 hw/timer/stellaris-gptm.c
create mode 100644 hw/timer/stm32f2xx_timer.c
create mode 100644 hw/timer/trace-events
create mode 100644 hw/timer/trace.h
create mode 100644 hw/timer/xilinx_timer.c
create mode 100644 hw/tpm/Kconfig
create mode 100644 hw/tpm/meson.build
create mode 100644 hw/tpm/tpm_crb.c
create mode 100644 hw/tpm/tpm_ppi.c
create mode 100644 hw/tpm/tpm_ppi.h
create mode 100644 hw/tpm/tpm_prop.h
create mode 100644 hw/tpm/tpm_spapr.c
create mode 100644 hw/tpm/tpm_tis.h
create mode 100644 hw/tpm/tpm_tis_common.c
create mode 100644 hw/tpm/tpm_tis_i2c.c
create mode 100644 hw/tpm/tpm_tis_isa.c
create mode 100644 hw/tpm/tpm_tis_sysbus.c
create mode 100644 hw/tpm/trace-events
create mode 100644 hw/tpm/trace.h
create mode 100644 hw/tricore/Kconfig
create mode 100644 hw/tricore/meson.build
create mode 100644 hw/tricore/tc27x_soc.c
create mode 100644 hw/tricore/triboard.c
create mode 100644 hw/tricore/tricore_testboard.c
create mode 100644 hw/tricore/tricore_testdevice.c
create mode 100644 hw/uefi/Kconfig
create mode 100644 hw/uefi/LIMITATIONS.md
create mode 100644 hw/uefi/hardware-info.c
create mode 100644 hw/uefi/meson.build
create mode 100644 hw/uefi/trace-events
create mode 100644 hw/uefi/var-service-auth.c
create mode 100644 hw/uefi/var-service-core.c
create mode 100644 hw/uefi/var-service-guid.c
create mode 100644 hw/uefi/var-service-json.c
create mode 100644 hw/uefi/var-service-pkcs7-stub.c
create mode 100644 hw/uefi/var-service-pkcs7.c
create mode 100644 hw/uefi/var-service-policy.c
create mode 100644 hw/uefi/var-service-siglist.c
create mode 100644 hw/uefi/var-service-sysbus.c
create mode 100644 hw/uefi/var-service-utils.c
create mode 100644 hw/uefi/var-service-vars.c
create mode 100644 hw/ufs/Kconfig
create mode 100644 hw/ufs/lu.c
create mode 100644 hw/ufs/meson.build
create mode 100644 hw/ufs/trace-events
create mode 100644 hw/ufs/trace.h
create mode 100644 hw/ufs/ufs.c
create mode 100644 hw/ufs/ufs.h
create mode 100644 hw/usb/Kconfig
create mode 100644 hw/usb/bus-stub.c
create mode 100644 hw/usb/bus.c
create mode 100644 hw/usb/canokey.c
create mode 100644 hw/usb/canokey.h
create mode 100644 hw/usb/ccid-card-emulated.c
create mode 100644 hw/usb/ccid-card-passthru.c
create mode 100644 hw/usb/ccid.h
create mode 100644 hw/usb/chipidea.c
create mode 100644 hw/usb/combined-packet.c
create mode 100644 hw/usb/core.c
create mode 100644 hw/usb/desc-msos.c
create mode 100644 hw/usb/desc.c
create mode 100644 hw/usb/desc.h
create mode 100644 hw/usb/dev-audio.c
create mode 100644 hw/usb/dev-hid.c
create mode 100644 hw/usb/dev-hub.c
create mode 100644 hw/usb/dev-mtp.c
create mode 100644 hw/usb/dev-network.c
create mode 100644 hw/usb/dev-serial.c
create mode 100644 hw/usb/dev-smartcard-reader.c
create mode 100644 hw/usb/dev-storage-bot.c
create mode 100644 hw/usb/dev-storage-classic.c
create mode 100644 hw/usb/dev-storage.c
create mode 100644 hw/usb/dev-uas.c
create mode 100644 hw/usb/dev-wacom.c
create mode 100644 hw/usb/hcd-dwc2.c
create mode 100644 hw/usb/hcd-dwc2.h
create mode 100644 hw/usb/hcd-dwc3.c
create mode 100644 hw/usb/hcd-ehci-pci.c
create mode 100644 hw/usb/hcd-ehci-sysbus.c
create mode 100644 hw/usb/hcd-ehci.c
create mode 100644 hw/usb/hcd-ehci.h
create mode 100644 hw/usb/hcd-ohci-pci.c
create mode 100644 hw/usb/hcd-ohci-sysbus.c
create mode 100644 hw/usb/hcd-ohci.c
create mode 100644 hw/usb/hcd-ohci.h
create mode 100644 hw/usb/hcd-uhci.c
create mode 100644 hw/usb/hcd-uhci.h
create mode 100644 hw/usb/hcd-xhci-nec.c
create mode 100644 hw/usb/hcd-xhci-pci.c
create mode 100644 hw/usb/hcd-xhci-pci.h
create mode 100644 hw/usb/hcd-xhci-sysbus.c
create mode 100644 hw/usb/hcd-xhci-sysbus.h
create mode 100644 hw/usb/hcd-xhci.c
create mode 100644 hw/usb/hcd-xhci.h
create mode 100644 hw/usb/host-libusb.c
create mode 100644 hw/usb/imx-usb-phy.c
create mode 100644 hw/usb/libhw.c
create mode 100644 hw/usb/meson.build
create mode 100644 hw/usb/pcap.c
create mode 100644 hw/usb/quirks-ftdi-ids.h
create mode 100644 hw/usb/quirks-pl2303-ids.h
create mode 100644 hw/usb/quirks.c
create mode 100644 hw/usb/quirks.h
create mode 100644 hw/usb/redirect.c
create mode 100644 hw/usb/trace-events
create mode 100644 hw/usb/trace.h
create mode 100644 hw/usb/u2f-emulated.c
create mode 100644 hw/usb/u2f-passthru.c
create mode 100644 hw/usb/u2f.c
create mode 100644 hw/usb/u2f.h
create mode 100644 hw/usb/vt82c686-uhci-pci.c
create mode 100644 hw/usb/xen-usb.c
create mode 100644 hw/usb/xlnx-usb-subsystem.c
create mode 100644 hw/usb/xlnx-versal-usb2-ctrl-regs.c
create mode 100644 hw/vfio/Kconfig
create mode 100644 hw/vfio/amd-xgbe.c
create mode 100644 hw/vfio/ap.c
create mode 100644 hw/vfio/calxeda-xgmac.c
create mode 100644 hw/vfio/ccw.c
create mode 100644 hw/vfio/common.c
create mode 100644 hw/vfio/container-base.c
create mode 100644 hw/vfio/container.c
create mode 100644 hw/vfio/cpr.c
create mode 100644 hw/vfio/display.c
create mode 100644 hw/vfio/helpers.c
create mode 100644 hw/vfio/igd.c
create mode 100644 hw/vfio/iommufd.c
create mode 100644 hw/vfio/meson.build
create mode 100644 hw/vfio/migration-multifd.c
create mode 100644 hw/vfio/migration-multifd.h
create mode 100644 hw/vfio/migration.c
create mode 100644 hw/vfio/pci-quirks.c
create mode 100644 hw/vfio/pci-quirks.h
create mode 100644 hw/vfio/pci.c
create mode 100644 hw/vfio/pci.h
create mode 100644 hw/vfio/platform.c
create mode 100644 hw/vfio/spapr.c
create mode 100644 hw/vfio/trace-events
create mode 100644 hw/vfio/trace.h
create mode 100644 hw/virtio/Kconfig
create mode 100644 hw/virtio/cbor-helpers.c
create mode 100644 hw/virtio/iothread-vq-mapping.c
create mode 100644 hw/virtio/meson.build
create mode 100644 hw/virtio/trace-events
create mode 100644 hw/virtio/trace.h
create mode 100644 hw/virtio/vdpa-dev-pci.c
create mode 100644 hw/virtio/vdpa-dev.c
create mode 100644 hw/virtio/vhost-backend.c
create mode 100644 hw/virtio/vhost-iova-tree.c
create mode 100644 hw/virtio/vhost-iova-tree.h
create mode 100644 hw/virtio/vhost-scsi-pci.c
create mode 100644 hw/virtio/vhost-shadow-virtqueue.c
create mode 100644 hw/virtio/vhost-shadow-virtqueue.h
create mode 100644 hw/virtio/vhost-stub.c
create mode 100644 hw/virtio/vhost-user-base.c
create mode 100644 hw/virtio/vhost-user-blk-pci.c
create mode 100644 hw/virtio/vhost-user-device-pci.c
create mode 100644 hw/virtio/vhost-user-device.c
create mode 100644 hw/virtio/vhost-user-fs-pci.c
create mode 100644 hw/virtio/vhost-user-fs.c
create mode 100644 hw/virtio/vhost-user-gpio-pci.c
create mode 100644 hw/virtio/vhost-user-gpio.c
create mode 100644 hw/virtio/vhost-user-i2c-pci.c
create mode 100644 hw/virtio/vhost-user-i2c.c
create mode 100644 hw/virtio/vhost-user-input-pci.c
create mode 100644 hw/virtio/vhost-user-input.c
create mode 100644 hw/virtio/vhost-user-rng-pci.c
create mode 100644 hw/virtio/vhost-user-rng.c
create mode 100644 hw/virtio/vhost-user-scmi-pci.c
create mode 100644 hw/virtio/vhost-user-scmi.c
create mode 100644 hw/virtio/vhost-user-scsi-pci.c
create mode 100644 hw/virtio/vhost-user-snd-pci.c
create mode 100644 hw/virtio/vhost-user-snd.c
create mode 100644 hw/virtio/vhost-user-vsock-pci.c
create mode 100644 hw/virtio/vhost-user-vsock.c
create mode 100644 hw/virtio/vhost-user.c
create mode 100644 hw/virtio/vhost-vdpa.c
create mode 100644 hw/virtio/vhost-vsock-common.c
create mode 100644 hw/virtio/vhost-vsock-pci.c
create mode 100644 hw/virtio/vhost-vsock.c
create mode 100644 hw/virtio/vhost.c
create mode 100644 hw/virtio/virtio-9p-pci.c
create mode 100644 hw/virtio/virtio-acpi.c
create mode 100644 hw/virtio/virtio-balloon-pci.c
create mode 100644 hw/virtio/virtio-balloon.c
create mode 100644 hw/virtio/virtio-blk-pci.c
create mode 100644 hw/virtio/virtio-bus.c
create mode 100644 hw/virtio/virtio-config-io.c
create mode 100644 hw/virtio/virtio-crypto-pci.c
create mode 100644 hw/virtio/virtio-crypto.c
create mode 100644 hw/virtio/virtio-hmp-cmds.c
create mode 100644 hw/virtio/virtio-input-host-pci.c
create mode 100644 hw/virtio/virtio-input-pci.c
create mode 100644 hw/virtio/virtio-iommu-pci.c
create mode 100644 hw/virtio/virtio-iommu.c
create mode 100644 hw/virtio/virtio-md-pci.c
create mode 100644 hw/virtio/virtio-md-stubs.c
create mode 100644 hw/virtio/virtio-mem-pci.c
create mode 100644 hw/virtio/virtio-mem-pci.h
create mode 100644 hw/virtio/virtio-mem.c
create mode 100644 hw/virtio/virtio-mmio.c
create mode 100644 hw/virtio/virtio-net-pci.c
create mode 100644 hw/virtio/virtio-nsm-pci.c
create mode 100644 hw/virtio/virtio-nsm.c
create mode 100644 hw/virtio/virtio-pci.c
create mode 100644 hw/virtio/virtio-pmem-pci.c
create mode 100644 hw/virtio/virtio-pmem-pci.h
create mode 100644 hw/virtio/virtio-pmem.c
create mode 100644 hw/virtio/virtio-qmp.c
create mode 100644 hw/virtio/virtio-qmp.h
create mode 100644 hw/virtio/virtio-rng-pci.c
create mode 100644 hw/virtio/virtio-rng.c
create mode 100644 hw/virtio/virtio-scsi-pci.c
create mode 100644 hw/virtio/virtio-serial-pci.c
create mode 100644 hw/virtio/virtio-stub.c
create mode 100644 hw/virtio/virtio.c
create mode 100644 hw/vmapple/Kconfig
create mode 100644 hw/vmapple/aes.c
create mode 100644 hw/vmapple/bdif.c
create mode 100644 hw/vmapple/cfg.c
create mode 100644 hw/vmapple/meson.build
create mode 100644 hw/vmapple/trace-events
create mode 100644 hw/vmapple/trace.h
create mode 100644 hw/vmapple/virtio-blk.c
create mode 100644 hw/vmapple/vmapple.c
create mode 100644 hw/watchdog/Kconfig
create mode 100644 hw/watchdog/allwinner-wdt.c
create mode 100644 hw/watchdog/cmsdk-apb-watchdog.c
create mode 100644 hw/watchdog/meson.build
create mode 100644 hw/watchdog/sbsa_gwdt.c
create mode 100644 hw/watchdog/spapr_watchdog.c
create mode 100644 hw/watchdog/trace-events
create mode 100644 hw/watchdog/trace.h
create mode 100644 hw/watchdog/watchdog.c
create mode 100644 hw/watchdog/wdt_aspeed.c
create mode 100644 hw/watchdog/wdt_diag288.c
create mode 100644 hw/watchdog/wdt_i6300esb.c
create mode 100644 hw/watchdog/wdt_ib700.c
create mode 100644 hw/watchdog/wdt_imx2.c
create mode 100644 hw/xen/Kconfig
create mode 100644 hw/xen/meson.build
create mode 100644 hw/xen/trace-events
create mode 100644 hw/xen/trace.h
create mode 100644 hw/xen/xen-backend.c
create mode 100644 hw/xen/xen-bus-helper.c
create mode 100644 hw/xen/xen-bus.c
create mode 100644 hw/xen/xen-host-pci-device.c
create mode 100644 hw/xen/xen-host-pci-device.h
create mode 100644 hw/xen/xen-hvm-common.c
create mode 100644 hw/xen/xen-legacy-backend.c
create mode 100644 hw/xen/xen-mapcache.c
create mode 100644 hw/xen/xen-operations.c
create mode 100644 hw/xen/xen-pvh-common.c
create mode 100644 hw/xen/xen_devconfig.c
create mode 100644 hw/xen/xen_pt.c
create mode 100644 hw/xen/xen_pt.h
create mode 100644 hw/xen/xen_pt_config_init.c
create mode 100644 hw/xen/xen_pt_graphics.c
create mode 100644 hw/xen/xen_pt_load_rom.c
create mode 100644 hw/xen/xen_pt_msi.c
create mode 100644 hw/xen/xen_pt_stub.c
create mode 100644 hw/xen/xen_pvdev.c
create mode 100644 hw/xenpv/meson.build
create mode 100644 hw/xenpv/xen_machine_pv.c
create mode 100644 hw/xtensa/Kconfig
create mode 100644 hw/xtensa/bootparam.h
create mode 100644 hw/xtensa/meson.build
create mode 100644 hw/xtensa/mx_pic.c
create mode 100644 hw/xtensa/pic_cpu.c
create mode 100644 hw/xtensa/sim.c
create mode 100644 hw/xtensa/virt.c
create mode 100644 hw/xtensa/xtensa_memory.c
create mode 100644 hw/xtensa/xtensa_memory.h
create mode 100644 hw/xtensa/xtensa_sim.h
create mode 100644 hw/xtensa/xtfpga.c
create mode 100644 include/accel/accel-cpu-target.h
create mode 100644 include/accel/tcg/cpu-ops.h
create mode 100644 include/accel/tcg/getpc.h
create mode 100644 include/authz/base.h
create mode 100644 include/authz/list.h
create mode 100644 include/authz/listfile.h
create mode 100644 include/authz/pamacct.h
create mode 100644 include/authz/simple.h
create mode 100644 include/block/accounting.h
create mode 100644 include/block/aio-wait.h
create mode 100644 include/block/aio.h
create mode 100644 include/block/aio_task.h
create mode 100644 include/block/block-common.h
create mode 100644 include/block/block-copy.h
create mode 100644 include/block/block-global-state.h
create mode 100644 include/block/block-hmp-cmds.h
create mode 100644 include/block/block-io.h
create mode 100644 include/block/block.h
create mode 100644 include/block/block_backup.h
create mode 100644 include/block/block_int-common.h
create mode 100644 include/block/block_int-global-state.h
create mode 100644 include/block/block_int-io.h
create mode 100644 include/block/block_int.h
create mode 100644 include/block/blockjob.h
create mode 100644 include/block/blockjob_int.h
create mode 100644 include/block/dirty-bitmap.h
create mode 100644 include/block/export.h
create mode 100644 include/block/fuse.h
create mode 100644 include/block/graph-lock.h
create mode 100644 include/block/nbd.h
create mode 100644 include/block/nvme.h
create mode 100644 include/block/qapi.h
create mode 100644 include/block/qdict.h
create mode 100644 include/block/raw-aio.h
create mode 100644 include/block/replication.h
create mode 100644 include/block/reqlist.h
create mode 100644 include/block/snapshot.h
create mode 100644 include/block/thread-pool.h
create mode 100644 include/block/throttle-groups.h
create mode 100644 include/block/ufs.h
create mode 100644 include/block/write-threshold.h
create mode 100644 include/chardev/char-fd.h
create mode 100644 include/chardev/char-fe.h
create mode 100644 include/chardev/char-io.h
create mode 100644 include/chardev/char-parallel.h
create mode 100644 include/chardev/char-serial.h
create mode 100644 include/chardev/char-socket.h
create mode 100644 include/chardev/char-win-stdio.h
create mode 100644 include/chardev/char-win.h
create mode 100644 include/chardev/char.h
create mode 100644 include/chardev/spice.h
create mode 100644 include/crypto/aes-round.h
create mode 100644 include/crypto/aes.h
create mode 100644 include/crypto/afsplit.h
create mode 100644 include/crypto/akcipher.h
create mode 100644 include/crypto/block.h
create mode 100644 include/crypto/cipher.h
create mode 100644 include/crypto/clmul.h
create mode 100644 include/crypto/desrfb.h
create mode 100644 include/crypto/hash.h
create mode 100644 include/crypto/hmac.h
create mode 100644 include/crypto/init.h
create mode 100644 include/crypto/ivgen.h
create mode 100644 include/crypto/pbkdf.h
create mode 100644 include/crypto/random.h
create mode 100644 include/crypto/secret.h
create mode 100644 include/crypto/secret_common.h
create mode 100644 include/crypto/secret_keyring.h
create mode 100644 include/crypto/sm4.h
create mode 100644 include/crypto/tls-cipher-suites.h
create mode 100644 include/crypto/tlscreds.h
create mode 100644 include/crypto/tlscredsanon.h
create mode 100644 include/crypto/tlscredspsk.h
create mode 100644 include/crypto/tlscredsx509.h
create mode 100644 include/crypto/tlssession.h
create mode 100644 include/crypto/x509-utils.h
create mode 100644 include/crypto/xts.h
create mode 100644 include/disas/capstone.h
create mode 100644 include/disas/dis-asm.h
create mode 100644 include/disas/disas.h
create mode 100644 include/elf.h
create mode 100644 include/exec/abi_ptr.h
create mode 100644 include/exec/address-spaces.h
create mode 100644 include/exec/breakpoint.h
create mode 100644 include/exec/cpu-all.h
create mode 100644 include/exec/cpu-common.h
create mode 100644 include/exec/cpu-defs.h
create mode 100644 include/exec/cpu-interrupt.h
create mode 100644 include/exec/cpu_ldst.h
create mode 100644 include/exec/cputlb.h
create mode 100644 include/exec/exec-all.h
create mode 100644 include/exec/gdbstub.h
create mode 100644 include/exec/helper-gen-common.h
create mode 100644 include/exec/helper-gen.h
create mode 100644 include/exec/helper-gen.h.inc
create mode 100644 include/exec/helper-head.h.inc
create mode 100644 include/exec/helper-info.c.inc
create mode 100644 include/exec/helper-proto-common.h
create mode 100644 include/exec/helper-proto.h
create mode 100644 include/exec/helper-proto.h.inc
create mode 100644 include/exec/hwaddr.h
create mode 100644 include/exec/ioport.h
create mode 100644 include/exec/log.h
create mode 100644 include/exec/memattrs.h
create mode 100644 include/exec/memop.h
create mode 100644 include/exec/memopidx.h
create mode 100644 include/exec/memory-internal.h
create mode 100644 include/exec/memory.h
create mode 100644 include/exec/memory_ldst.h.inc
create mode 100644 include/exec/memory_ldst_cached.h.inc
create mode 100644 include/exec/memory_ldst_phys.h.inc
create mode 100644 include/exec/mmu-access-type.h
create mode 100644 include/exec/page-protection.h
create mode 100644 include/exec/page-vary.h
create mode 100644 include/exec/plugin-gen.h
create mode 100644 include/exec/poison.h
create mode 100644 include/exec/ram_addr.h
create mode 100644 include/exec/ramblock.h
create mode 100644 include/exec/ramlist.h
create mode 100644 include/exec/replay-core.h
create mode 100644 include/exec/target_long.h
create mode 100644 include/exec/target_page.h
create mode 100644 include/exec/tb-flush.h
create mode 100644 include/exec/tlb-common.h
create mode 100644 include/exec/translation-block.h
create mode 100644 include/exec/translator.h
create mode 100644 include/exec/tswap.h
create mode 100644 include/exec/vaddr.h
create mode 100644 include/fpu/softfloat-helpers.h
create mode 100644 include/fpu/softfloat-macros.h
create mode 100644 include/fpu/softfloat-types.h
create mode 100644 include/fpu/softfloat.h
create mode 100644 include/gdbstub/commands.h
create mode 100644 include/gdbstub/enums.h
create mode 100644 include/gdbstub/helpers.h
create mode 100644 include/gdbstub/syscalls.h
create mode 100644 include/gdbstub/user.h
create mode 100644 include/glib-compat.h
create mode 100644 include/hw/acpi/acpi-defs.h
create mode 100644 include/hw/acpi/acpi.h
create mode 100644 include/hw/acpi/acpi_aml_interface.h
create mode 100644 include/hw/acpi/acpi_dev_interface.h
create mode 100644 include/hw/acpi/aml-build.h
create mode 100644 include/hw/acpi/bios-linker-loader.h
create mode 100644 include/hw/acpi/cpu.h
create mode 100644 include/hw/acpi/cpu_hotplug.h
create mode 100644 include/hw/acpi/cxl.h
create mode 100644 include/hw/acpi/erst.h
create mode 100644 include/hw/acpi/generic_event_device.h
create mode 100644 include/hw/acpi/ghes.h
create mode 100644 include/hw/acpi/ich9.h
create mode 100644 include/hw/acpi/ich9_tco.h
create mode 100644 include/hw/acpi/ich9_timer.h
create mode 100644 include/hw/acpi/ipmi.h
create mode 100644 include/hw/acpi/memory_hotplug.h
create mode 100644 include/hw/acpi/pc-hotplug.h
create mode 100644 include/hw/acpi/pci.h
create mode 100644 include/hw/acpi/pcihp.h
create mode 100644 include/hw/acpi/piix4.h
create mode 100644 include/hw/acpi/tpm.h
create mode 100644 include/hw/acpi/utils.h
create mode 100644 include/hw/acpi/vmclock.h
create mode 100644 include/hw/acpi/vmgenid.h
create mode 100644 include/hw/adc/aspeed_adc.h
create mode 100644 include/hw/adc/npcm7xx_adc.h
create mode 100644 include/hw/adc/stm32f2xx_adc.h
create mode 100644 include/hw/adc/zynq-xadc.h
create mode 100644 include/hw/arm/allwinner-a10.h
create mode 100644 include/hw/arm/allwinner-h3.h
create mode 100644 include/hw/arm/allwinner-r40.h
create mode 100644 include/hw/arm/armsse-version.h
create mode 100644 include/hw/arm/armsse.h
create mode 100644 include/hw/arm/armv7m.h
create mode 100644 include/hw/arm/aspeed.h
create mode 100644 include/hw/arm/aspeed_soc.h
create mode 100644 include/hw/arm/bcm2835_peripherals.h
create mode 100644 include/hw/arm/bcm2836.h
create mode 100644 include/hw/arm/bcm2838.h
create mode 100644 include/hw/arm/bcm2838_peripherals.h
create mode 100644 include/hw/arm/boot.h
create mode 100644 include/hw/arm/bsa.h
create mode 100644 include/hw/arm/digic.h
create mode 100644 include/hw/arm/exynos4210.h
create mode 100644 include/hw/arm/fdt.h
create mode 100644 include/hw/arm/fsl-imx25.h
create mode 100644 include/hw/arm/fsl-imx31.h
create mode 100644 include/hw/arm/fsl-imx6.h
create mode 100644 include/hw/arm/fsl-imx6ul.h
create mode 100644 include/hw/arm/fsl-imx7.h
create mode 100644 include/hw/arm/fsl-imx8mp.h
create mode 100644 include/hw/arm/linux-boot-if.h
create mode 100644 include/hw/arm/msf2-soc.h
create mode 100644 include/hw/arm/npcm7xx.h
create mode 100644 include/hw/arm/npcm8xx.h
create mode 100644 include/hw/arm/nrf51.h
create mode 100644 include/hw/arm/nrf51_soc.h
create mode 100644 include/hw/arm/omap.h
create mode 100644 include/hw/arm/primecell.h
create mode 100644 include/hw/arm/raspberrypi-fw-defs.h
create mode 100644 include/hw/arm/raspi_platform.h
create mode 100644 include/hw/arm/sharpsl.h
create mode 100644 include/hw/arm/smmu-common.h
create mode 100644 include/hw/arm/smmuv3.h
create mode 100644 include/hw/arm/soc_dma.h
create mode 100644 include/hw/arm/stm32f100_soc.h
create mode 100644 include/hw/arm/stm32f205_soc.h
create mode 100644 include/hw/arm/stm32f405_soc.h
create mode 100644 include/hw/arm/stm32l4x5_soc.h
create mode 100644 include/hw/arm/virt.h
create mode 100644 include/hw/arm/xen_arch_hvm.h
create mode 100644 include/hw/arm/xlnx-versal.h
create mode 100644 include/hw/arm/xlnx-zynqmp.h
create mode 100644 include/hw/audio/asc.h
create mode 100644 include/hw/audio/pcspk.h
create mode 100644 include/hw/audio/soundhw.h
create mode 100644 include/hw/audio/virtio-snd.h
create mode 100644 include/hw/audio/wm8750.h
create mode 100644 include/hw/block/block.h
create mode 100644 include/hw/block/fdc.h
create mode 100644 include/hw/block/flash.h
create mode 100644 include/hw/block/swim.h
create mode 100644 include/hw/boards.h
create mode 100644 include/hw/char/avr_usart.h
create mode 100644 include/hw/char/bcm2835_aux.h
create mode 100644 include/hw/char/cadence_uart.h
create mode 100644 include/hw/char/cmsdk-apb-uart.h
create mode 100644 include/hw/char/digic-uart.h
create mode 100644 include/hw/char/escc.h
create mode 100644 include/hw/char/goldfish_tty.h
create mode 100644 include/hw/char/grlib_uart.h
create mode 100644 include/hw/char/ibex_uart.h
create mode 100644 include/hw/char/imx_serial.h
create mode 100644 include/hw/char/mchp_pfsoc_mmuart.h
create mode 100644 include/hw/char/nrf51_uart.h
create mode 100644 include/hw/char/parallel-isa.h
create mode 100644 include/hw/char/parallel.h
create mode 100644 include/hw/char/pl011.h
create mode 100644 include/hw/char/renesas_sci.h
create mode 100644 include/hw/char/riscv_htif.h
create mode 100644 include/hw/char/serial-isa.h
create mode 100644 include/hw/char/serial-mm.h
create mode 100644 include/hw/char/serial.h
create mode 100644 include/hw/char/shakti_uart.h
create mode 100644 include/hw/char/sifive_uart.h
create mode 100644 include/hw/char/stm32f2xx_usart.h
create mode 100644 include/hw/char/stm32l4x5_usart.h
create mode 100644 include/hw/char/xilinx_uartlite.h
create mode 100644 include/hw/clock.h
create mode 100644 include/hw/core/cpu.h
create mode 100644 include/hw/core/generic-loader.h
create mode 100644 include/hw/core/resetcontainer.h
create mode 100644 include/hw/core/split-irq.h
create mode 100644 include/hw/core/sysbus-fdt.h
create mode 100644 include/hw/core/sysemu-cpu-ops.h
create mode 100644 include/hw/cpu/a15mpcore.h
create mode 100644 include/hw/cpu/a9mpcore.h
create mode 100644 include/hw/cpu/arm11mpcore.h
create mode 100644 include/hw/cpu/cluster.h
create mode 100644 include/hw/cpu/core.h
create mode 100644 include/hw/cxl/cxl.h
create mode 100644 include/hw/cxl/cxl_cdat.h
create mode 100644 include/hw/cxl/cxl_component.h
create mode 100644 include/hw/cxl/cxl_device.h
create mode 100644 include/hw/cxl/cxl_events.h
create mode 100644 include/hw/cxl/cxl_host.h
create mode 100644 include/hw/cxl/cxl_mailbox.h
create mode 100644 include/hw/cxl/cxl_pci.h
create mode 100644 include/hw/display/bcm2835_fb.h
create mode 100644 include/hw/display/bochs-vbe.h
create mode 100644 include/hw/display/dm163.h
create mode 100644 include/hw/display/dpcd.h
create mode 100644 include/hw/display/edid.h
create mode 100644 include/hw/display/i2c-ddc.h
create mode 100644 include/hw/display/macfb.h
create mode 100644 include/hw/display/ramfb.h
create mode 100644 include/hw/display/vga.h
create mode 100644 include/hw/display/xlnx_dp.h
create mode 100644 include/hw/dma/bcm2835_dma.h
create mode 100644 include/hw/dma/i8257.h
create mode 100644 include/hw/dma/pl080.h
create mode 100644 include/hw/dma/sifive_pdma.h
create mode 100644 include/hw/dma/xlnx-zdma.h
create mode 100644 include/hw/dma/xlnx-zynq-devcfg.h
create mode 100644 include/hw/dma/xlnx_csu_dma.h
create mode 100644 include/hw/dma/xlnx_dpdma.h
create mode 100644 include/hw/elf_ops.h.inc
create mode 100644 include/hw/firmware/smbios.h
create mode 100644 include/hw/fsi/aspeed_apb2opb.h
create mode 100644 include/hw/fsi/cfam.h
create mode 100644 include/hw/fsi/fsi-master.h
create mode 100644 include/hw/fsi/fsi.h
create mode 100644 include/hw/fsi/lbus.h
create mode 100644 include/hw/fw-path-provider.h
create mode 100644 include/hw/gpio/aspeed_gpio.h
create mode 100644 include/hw/gpio/bcm2835_gpio.h
create mode 100644 include/hw/gpio/bcm2838_gpio.h
create mode 100644 include/hw/gpio/imx_gpio.h
create mode 100644 include/hw/gpio/npcm7xx_gpio.h
create mode 100644 include/hw/gpio/nrf51_gpio.h
create mode 100644 include/hw/gpio/pca9552.h
create mode 100644 include/hw/gpio/pca9552_regs.h
create mode 100644 include/hw/gpio/pca9554.h
create mode 100644 include/hw/gpio/pca9554_regs.h
create mode 100644 include/hw/gpio/pcf8574.h
create mode 100644 include/hw/gpio/sifive_gpio.h
create mode 100644 include/hw/gpio/stm32l4x5_gpio.h
create mode 100644 include/hw/hotplug.h
create mode 100644 include/hw/hw.h
create mode 100644 include/hw/hyperv/dynmem-proto.h
create mode 100644 include/hw/hyperv/hv-balloon.h
create mode 100644 include/hw/hyperv/hyperv-proto.h
create mode 100644 include/hw/hyperv/hyperv.h
create mode 100644 include/hw/hyperv/vmbus-bridge.h
create mode 100644 include/hw/hyperv/vmbus-proto.h
create mode 100644 include/hw/hyperv/vmbus.h
create mode 100644 include/hw/i2c/allwinner-i2c.h
create mode 100644 include/hw/i2c/arm_sbcon_i2c.h
create mode 100644 include/hw/i2c/aspeed_i2c.h
create mode 100644 include/hw/i2c/bcm2835_i2c.h
create mode 100644 include/hw/i2c/bitbang_i2c.h
create mode 100644 include/hw/i2c/i2c.h
create mode 100644 include/hw/i2c/i2c_mux_pca954x.h
create mode 100644 include/hw/i2c/imx_i2c.h
create mode 100644 include/hw/i2c/microbit_i2c.h
create mode 100644 include/hw/i2c/npcm7xx_smbus.h
create mode 100644 include/hw/i2c/pm_smbus.h
create mode 100644 include/hw/i2c/pmbus_device.h
create mode 100644 include/hw/i2c/pnv_i2c_regs.h
create mode 100644 include/hw/i2c/ppc4xx_i2c.h
create mode 100644 include/hw/i2c/smbus_eeprom.h
create mode 100644 include/hw/i2c/smbus_master.h
create mode 100644 include/hw/i2c/smbus_slave.h
create mode 100644 include/hw/i386/apic-msidef.h
create mode 100644 include/hw/i386/apic.h
create mode 100644 include/hw/i386/apic_internal.h
create mode 100644 include/hw/i386/hostmem-epc.h
create mode 100644 include/hw/i386/intel_iommu.h
create mode 100644 include/hw/i386/microvm.h
create mode 100644 include/hw/i386/nitro_enclave.h
create mode 100644 include/hw/i386/pc.h
create mode 100644 include/hw/i386/sgx-epc.h
create mode 100644 include/hw/i386/topology.h
create mode 100644 include/hw/i386/vmport.h
create mode 100644 include/hw/i386/x86-iommu.h
create mode 100644 include/hw/i386/x86.h
create mode 100644 include/hw/i386/xen_arch_hvm.h
create mode 100644 include/hw/ide/ahci-pci.h
create mode 100644 include/hw/ide/ahci-sysbus.h
create mode 100644 include/hw/ide/ahci.h
create mode 100644 include/hw/ide/ide-bus.h
create mode 100644 include/hw/ide/ide-dev.h
create mode 100644 include/hw/ide/ide-dma.h
create mode 100644 include/hw/ide/isa.h
create mode 100644 include/hw/ide/mmio.h
create mode 100644 include/hw/ide/pci.h
create mode 100644 include/hw/ide/piix.h
create mode 100644 include/hw/input/adb-keys.h
create mode 100644 include/hw/input/adb.h
create mode 100644 include/hw/input/hid.h
create mode 100644 include/hw/input/i8042.h
create mode 100644 include/hw/input/lasips2.h
create mode 100644 include/hw/input/pl050.h
create mode 100644 include/hw/input/ps2.h
create mode 100644 include/hw/input/stellaris_gamepad.h
create mode 100644 include/hw/intc/allwinner-a10-pic.h
create mode 100644 include/hw/intc/arm_gic.h
create mode 100644 include/hw/intc/arm_gic_common.h
create mode 100644 include/hw/intc/arm_gicv3.h
create mode 100644 include/hw/intc/arm_gicv3_common.h
create mode 100644 include/hw/intc/arm_gicv3_its_common.h
create mode 100644 include/hw/intc/armv7m_nvic.h
create mode 100644 include/hw/intc/aspeed_intc.h
create mode 100644 include/hw/intc/aspeed_vic.h
create mode 100644 include/hw/intc/bcm2835_ic.h
create mode 100644 include/hw/intc/bcm2836_control.h
create mode 100644 include/hw/intc/exynos4210_combiner.h
create mode 100644 include/hw/intc/exynos4210_gic.h
create mode 100644 include/hw/intc/goldfish_pic.h
create mode 100644 include/hw/intc/grlib_irqmp.h
create mode 100644 include/hw/intc/heathrow_pic.h
create mode 100644 include/hw/intc/i8259.h
create mode 100644 include/hw/intc/imx_avic.h
create mode 100644 include/hw/intc/imx_gpcv2.h
create mode 100644 include/hw/intc/intc.h
create mode 100644 include/hw/intc/ioapic.h
create mode 100644 include/hw/intc/kvm_irqcount.h
create mode 100644 include/hw/intc/loongarch_extioi.h
create mode 100644 include/hw/intc/loongarch_extioi_common.h
create mode 100644 include/hw/intc/loongarch_ipi.h
create mode 100644 include/hw/intc/loongarch_pch_msi.h
create mode 100644 include/hw/intc/loongarch_pch_pic.h
create mode 100644 include/hw/intc/loongarch_pic_common.h
create mode 100644 include/hw/intc/loongson_ipi.h
create mode 100644 include/hw/intc/loongson_ipi_common.h
create mode 100644 include/hw/intc/loongson_liointc.h
create mode 100644 include/hw/intc/m68k_irqc.h
create mode 100644 include/hw/intc/mips_gic.h
create mode 100644 include/hw/intc/ppc-uic.h
create mode 100644 include/hw/intc/realview_gic.h
create mode 100644 include/hw/intc/riscv_aclint.h
create mode 100644 include/hw/intc/riscv_aplic.h
create mode 100644 include/hw/intc/riscv_imsic.h
create mode 100644 include/hw/intc/rx_icu.h
create mode 100644 include/hw/intc/sifive_plic.h
create mode 100644 include/hw/intc/xlnx-pmu-iomod-intc.h
create mode 100644 include/hw/intc/xlnx-zynqmp-ipi.h
create mode 100644 include/hw/ipack/ipack.h
create mode 100644 include/hw/ipmi/ipmi.h
create mode 100644 include/hw/ipmi/ipmi_bt.h
create mode 100644 include/hw/ipmi/ipmi_kcs.h
create mode 100644 include/hw/irq.h
create mode 100644 include/hw/isa/apm.h
create mode 100644 include/hw/isa/i8259_internal.h
create mode 100644 include/hw/isa/isa.h
create mode 100644 include/hw/isa/pc87312.h
create mode 100644 include/hw/isa/superio.h
create mode 100644 include/hw/isa/vt82c686.h
create mode 100644 include/hw/loader-fit.h
create mode 100644 include/hw/loader.h
create mode 100644 include/hw/loongarch/boot.h
create mode 100644 include/hw/loongarch/virt.h
create mode 100644 include/hw/m68k/mcf.h
create mode 100644 include/hw/m68k/mcf_fec.h
create mode 100644 include/hw/m68k/next-cube.h
create mode 100644 include/hw/m68k/q800-glue.h
create mode 100644 include/hw/m68k/q800.h
create mode 100644 include/hw/mem/memory-device.h
create mode 100644 include/hw/mem/npcm7xx_mc.h
create mode 100644 include/hw/mem/nvdimm.h
create mode 100644 include/hw/mem/pc-dimm.h
create mode 100644 include/hw/mem/sparse-mem.h
create mode 100644 include/hw/mips/bootloader.h
create mode 100644 include/hw/mips/cps.h
create mode 100644 include/hw/mips/mips.h
create mode 100644 include/hw/misc/a9scu.h
create mode 100644 include/hw/misc/allwinner-a10-ccm.h
create mode 100644 include/hw/misc/allwinner-a10-dramc.h
create mode 100644 include/hw/misc/allwinner-cpucfg.h
create mode 100644 include/hw/misc/allwinner-h3-ccu.h
create mode 100644 include/hw/misc/allwinner-h3-dramc.h
create mode 100644 include/hw/misc/allwinner-h3-sysctrl.h
create mode 100644 include/hw/misc/allwinner-r40-ccu.h
create mode 100644 include/hw/misc/allwinner-r40-dramc.h
create mode 100644 include/hw/misc/allwinner-sid.h
create mode 100644 include/hw/misc/allwinner-sramc.h
create mode 100644 include/hw/misc/arm11scu.h
create mode 100644 include/hw/misc/arm_integrator_debug.h
create mode 100644 include/hw/misc/armsse-cpu-pwrctrl.h
create mode 100644 include/hw/misc/armsse-cpuid.h
create mode 100644 include/hw/misc/armsse-mhu.h
create mode 100644 include/hw/misc/armv7m_ras.h
create mode 100644 include/hw/misc/aspeed_hace.h
create mode 100644 include/hw/misc/aspeed_i3c.h
create mode 100644 include/hw/misc/aspeed_lpc.h
create mode 100644 include/hw/misc/aspeed_peci.h
create mode 100644 include/hw/misc/aspeed_sbc.h
create mode 100644 include/hw/misc/aspeed_scu.h
create mode 100644 include/hw/misc/aspeed_sdmc.h
create mode 100644 include/hw/misc/aspeed_sli.h
create mode 100644 include/hw/misc/aspeed_xdma.h
create mode 100644 include/hw/misc/auxbus.h
create mode 100644 include/hw/misc/avr_power.h
create mode 100644 include/hw/misc/bcm2835_cprman.h
create mode 100644 include/hw/misc/bcm2835_cprman_internals.h
create mode 100644 include/hw/misc/bcm2835_mbox.h
create mode 100644 include/hw/misc/bcm2835_mbox_defs.h
create mode 100644 include/hw/misc/bcm2835_mphi.h
create mode 100644 include/hw/misc/bcm2835_powermgt.h
create mode 100644 include/hw/misc/bcm2835_property.h
create mode 100644 include/hw/misc/bcm2835_rng.h
create mode 100644 include/hw/misc/bcm2835_thermal.h
create mode 100644 include/hw/misc/djmemc.h
create mode 100644 include/hw/misc/empty_slot.h
create mode 100644 include/hw/misc/grlib_ahb_apb_pnp.h
create mode 100644 include/hw/misc/imx25_ccm.h
create mode 100644 include/hw/misc/imx31_ccm.h
create mode 100644 include/hw/misc/imx6_ccm.h
create mode 100644 include/hw/misc/imx6_src.h
create mode 100644 include/hw/misc/imx6ul_ccm.h
create mode 100644 include/hw/misc/imx7_ccm.h
create mode 100644 include/hw/misc/imx7_gpr.h
create mode 100644 include/hw/misc/imx7_snvs.h
create mode 100644 include/hw/misc/imx7_src.h
create mode 100644 include/hw/misc/imx8mp_analog.h
create mode 100644 include/hw/misc/imx8mp_ccm.h
create mode 100644 include/hw/misc/imx_ccm.h
create mode 100644 include/hw/misc/imx_rngc.h
create mode 100644 include/hw/misc/iosb.h
create mode 100644 include/hw/misc/iotkit-secctl.h
create mode 100644 include/hw/misc/iotkit-sysctl.h
create mode 100644 include/hw/misc/iotkit-sysinfo.h
create mode 100644 include/hw/misc/ivshmem-flat.h
create mode 100644 include/hw/misc/ivshmem.h
create mode 100644 include/hw/misc/lasi.h
create mode 100644 include/hw/misc/led.h
create mode 100644 include/hw/misc/mac_via.h
create mode 100644 include/hw/misc/macio/cuda.h
create mode 100644 include/hw/misc/macio/gpio.h
create mode 100644 include/hw/misc/macio/macio.h
create mode 100644 include/hw/misc/macio/pmu.h
create mode 100644 include/hw/misc/mchp_pfsoc_dmc.h
create mode 100644 include/hw/misc/mchp_pfsoc_ioscb.h
create mode 100644 include/hw/misc/mchp_pfsoc_sysreg.h
create mode 100644 include/hw/misc/mips_cmgcr.h
create mode 100644 include/hw/misc/mips_cpc.h
create mode 100644 include/hw/misc/mips_itu.h
create mode 100644 include/hw/misc/mos6522.h
create mode 100644 include/hw/misc/mps2-fpgaio.h
create mode 100644 include/hw/misc/mps2-scc.h
create mode 100644 include/hw/misc/msf2-sysreg.h
create mode 100644 include/hw/misc/npcm7xx_mft.h
create mode 100644 include/hw/misc/npcm7xx_pwm.h
create mode 100644 include/hw/misc/npcm7xx_rng.h
create mode 100644 include/hw/misc/npcm_clk.h
create mode 100644 include/hw/misc/npcm_gcr.h
create mode 100644 include/hw/misc/nrf51_rng.h
create mode 100644 include/hw/misc/pvpanic.h
create mode 100644 include/hw/misc/sifive_e_aon.h
create mode 100644 include/hw/misc/sifive_e_prci.h
create mode 100644 include/hw/misc/sifive_test.h
create mode 100644 include/hw/misc/sifive_u_otp.h
create mode 100644 include/hw/misc/sifive_u_prci.h
create mode 100644 include/hw/misc/stm32_rcc.h
create mode 100644 include/hw/misc/stm32f2xx_syscfg.h
create mode 100644 include/hw/misc/stm32f4xx_exti.h
create mode 100644 include/hw/misc/stm32f4xx_syscfg.h
create mode 100644 include/hw/misc/stm32l4x5_exti.h
create mode 100644 include/hw/misc/stm32l4x5_rcc.h
create mode 100644 include/hw/misc/stm32l4x5_rcc_internals.h
create mode 100644 include/hw/misc/stm32l4x5_syscfg.h
create mode 100644 include/hw/misc/tz-mpc.h
create mode 100644 include/hw/misc/tz-msc.h
create mode 100644 include/hw/misc/tz-ppc.h
create mode 100644 include/hw/misc/unimp.h
create mode 100644 include/hw/misc/virt_ctrl.h
create mode 100644 include/hw/misc/vmcoreinfo.h
create mode 100644 include/hw/misc/xlnx-cfi-if.h
create mode 100644 include/hw/misc/xlnx-versal-cframe-reg.h
create mode 100644 include/hw/misc/xlnx-versal-cfu.h
create mode 100644 include/hw/misc/xlnx-versal-crl.h
create mode 100644 include/hw/misc/xlnx-versal-pmc-iou-slcr.h
create mode 100644 include/hw/misc/xlnx-versal-trng.h
create mode 100644 include/hw/misc/xlnx-versal-xramc.h
create mode 100644 include/hw/misc/xlnx-zynqmp-apu-ctrl.h
create mode 100644 include/hw/misc/xlnx-zynqmp-crf.h
create mode 100644 include/hw/net/allwinner-sun8i-emac.h
create mode 100644 include/hw/net/allwinner_emac.h
create mode 100644 include/hw/net/cadence_gem.h
create mode 100644 include/hw/net/dp8393x.h
create mode 100644 include/hw/net/ftgmac100.h
create mode 100644 include/hw/net/imx_fec.h
create mode 100644 include/hw/net/lan9118.h
create mode 100644 include/hw/net/lan9118_phy.h
create mode 100644 include/hw/net/lance.h
create mode 100644 include/hw/net/lasi_82596.h
create mode 100644 include/hw/net/mii.h
create mode 100644 include/hw/net/msf2-emac.h
create mode 100644 include/hw/net/mv88w8618_eth.h
create mode 100644 include/hw/net/ne2000-isa.h
create mode 100644 include/hw/net/npcm7xx_emc.h
create mode 100644 include/hw/net/npcm_gmac.h
create mode 100644 include/hw/net/npcm_pcs.h
create mode 100644 include/hw/net/smc91c111.h
create mode 100644 include/hw/net/xlnx-versal-canfd.h
create mode 100644 include/hw/net/xlnx-zynqmp-can.h
create mode 100644 include/hw/nmi.h
create mode 100644 include/hw/nubus/mac-nubus-bridge.h
create mode 100644 include/hw/nubus/nubus-virtio-mmio.h
create mode 100644 include/hw/nubus/nubus.h
create mode 100644 include/hw/nvram/bcm2835_otp.h
create mode 100644 include/hw/nvram/chrp_nvram.h
create mode 100644 include/hw/nvram/eeprom93xx.h
create mode 100644 include/hw/nvram/eeprom_at24c.h
create mode 100644 include/hw/nvram/fw_cfg.h
create mode 100644 include/hw/nvram/fw_cfg_acpi.h
create mode 100644 include/hw/nvram/mac_nvram.h
create mode 100644 include/hw/nvram/npcm7xx_otp.h
create mode 100644 include/hw/nvram/nrf51_nvm.h
create mode 100644 include/hw/nvram/sun_nvram.h
create mode 100644 include/hw/nvram/xlnx-bbram.h
create mode 100644 include/hw/nvram/xlnx-efuse.h
create mode 100644 include/hw/nvram/xlnx-versal-efuse.h
create mode 100644 include/hw/nvram/xlnx-zynqmp-efuse.h
create mode 100644 include/hw/openrisc/boot.h
create mode 100644 include/hw/or-irq.h
create mode 100644 include/hw/pci-bridge/cxl_upstream_port.h
create mode 100644 include/hw/pci-bridge/pci_expander_bridge.h
create mode 100644 include/hw/pci-bridge/simba.h
create mode 100644 include/hw/pci-bridge/xio3130_downstream.h
create mode 100644 include/hw/pci-host/articia.h
create mode 100644 include/hw/pci-host/astro.h
create mode 100644 include/hw/pci-host/bonito.h
create mode 100644 include/hw/pci-host/designware.h
create mode 100644 include/hw/pci-host/dino.h
create mode 100644 include/hw/pci-host/fsl_imx8m_phy.h
create mode 100644 include/hw/pci-host/gpex.h
create mode 100644 include/hw/pci-host/grackle.h
create mode 100644 include/hw/pci-host/i440fx.h
create mode 100644 include/hw/pci-host/ls7a.h
create mode 100644 include/hw/pci-host/mv64361.h
create mode 100644 include/hw/pci-host/pam.h
create mode 100644 include/hw/pci-host/pnv_phb3.h
create mode 100644 include/hw/pci-host/pnv_phb3_regs.h
create mode 100644 include/hw/pci-host/pnv_phb4.h
create mode 100644 include/hw/pci-host/pnv_phb4_regs.h
create mode 100644 include/hw/pci-host/ppc4xx.h
create mode 100644 include/hw/pci-host/ppce500.h
create mode 100644 include/hw/pci-host/q35.h
create mode 100644 include/hw/pci-host/remote.h
create mode 100644 include/hw/pci-host/sabre.h
create mode 100644 include/hw/pci-host/spapr.h
create mode 100644 include/hw/pci-host/uninorth.h
create mode 100644 include/hw/pci-host/xilinx-pcie.h
create mode 100644 include/hw/pci/msi.h
create mode 100644 include/hw/pci/msix.h
create mode 100644 include/hw/pci/pci.h
create mode 100644 include/hw/pci/pci_bridge.h
create mode 100644 include/hw/pci/pci_bus.h
create mode 100644 include/hw/pci/pci_device.h
create mode 100644 include/hw/pci/pci_host.h
create mode 100644 include/hw/pci/pci_ids.h
create mode 100644 include/hw/pci/pci_regs.h
create mode 100644 include/hw/pci/pcie.h
create mode 100644 include/hw/pci/pcie_aer.h
create mode 100644 include/hw/pci/pcie_doe.h
create mode 100644 include/hw/pci/pcie_host.h
create mode 100644 include/hw/pci/pcie_port.h
create mode 100644 include/hw/pci/pcie_regs.h
create mode 100644 include/hw/pci/pcie_sriov.h
create mode 100644 include/hw/pci/shpc.h
create mode 100644 include/hw/pci/slotid_cap.h
create mode 100644 include/hw/platform-bus.h
create mode 100644 include/hw/ppc/fdt.h
create mode 100644 include/hw/ppc/mac_dbdma.h
create mode 100644 include/hw/ppc/openpic.h
create mode 100644 include/hw/ppc/openpic_kvm.h
create mode 100644 include/hw/ppc/pnv.h
create mode 100644 include/hw/ppc/pnv_adu.h
create mode 100644 include/hw/ppc/pnv_chip.h
create mode 100644 include/hw/ppc/pnv_chiptod.h
create mode 100644 include/hw/ppc/pnv_core.h
create mode 100644 include/hw/ppc/pnv_homer.h
create mode 100644 include/hw/ppc/pnv_i2c.h
create mode 100644 include/hw/ppc/pnv_lpc.h
create mode 100644 include/hw/ppc/pnv_n1_chiplet.h
create mode 100644 include/hw/ppc/pnv_nest_pervasive.h
create mode 100644 include/hw/ppc/pnv_occ.h
create mode 100644 include/hw/ppc/pnv_pnor.h
create mode 100644 include/hw/ppc/pnv_psi.h
create mode 100644 include/hw/ppc/pnv_sbe.h
create mode 100644 include/hw/ppc/pnv_xive.h
create mode 100644 include/hw/ppc/pnv_xscom.h
create mode 100644 include/hw/ppc/ppc.h
create mode 100644 include/hw/ppc/ppc4xx.h
create mode 100644 include/hw/ppc/ppc_e500.h
create mode 100644 include/hw/ppc/spapr.h
create mode 100644 include/hw/ppc/spapr_cpu_core.h
create mode 100644 include/hw/ppc/spapr_drc.h
create mode 100644 include/hw/ppc/spapr_irq.h
create mode 100644 include/hw/ppc/spapr_nested.h
create mode 100644 include/hw/ppc/spapr_numa.h
create mode 100644 include/hw/ppc/spapr_nvdimm.h
create mode 100644 include/hw/ppc/spapr_ovec.h
create mode 100644 include/hw/ppc/spapr_tpm_proxy.h
create mode 100644 include/hw/ppc/spapr_vio.h
create mode 100644 include/hw/ppc/spapr_xive.h
create mode 100644 include/hw/ppc/vof.h
create mode 100644 include/hw/ppc/xics.h
create mode 100644 include/hw/ppc/xics_spapr.h
create mode 100644 include/hw/ppc/xive.h
create mode 100644 include/hw/ppc/xive2.h
create mode 100644 include/hw/ppc/xive2_regs.h
create mode 100644 include/hw/ppc/xive_regs.h
create mode 100644 include/hw/ptimer.h
create mode 100644 include/hw/qdev-clock.h
create mode 100644 include/hw/qdev-core.h
create mode 100644 include/hw/qdev-dma.h
create mode 100644 include/hw/qdev-properties-system.h
create mode 100644 include/hw/qdev-properties.h
create mode 100644 include/hw/register.h
create mode 100644 include/hw/registerfields.h
create mode 100644 include/hw/remote/iohub.h
create mode 100644 include/hw/remote/iommu.h
create mode 100644 include/hw/remote/machine.h
create mode 100644 include/hw/remote/memory.h
create mode 100644 include/hw/remote/mpqemu-link.h
create mode 100644 include/hw/remote/proxy-memory-listener.h
create mode 100644 include/hw/remote/proxy.h
create mode 100644 include/hw/remote/vfio-user-obj.h
create mode 100644 include/hw/resettable.h
create mode 100644 include/hw/riscv/boot.h
create mode 100644 include/hw/riscv/boot_opensbi.h
create mode 100644 include/hw/riscv/iommu.h
create mode 100644 include/hw/riscv/microchip_pfsoc.h
create mode 100644 include/hw/riscv/numa.h
create mode 100644 include/hw/riscv/opentitan.h
create mode 100644 include/hw/riscv/riscv_hart.h
create mode 100644 include/hw/riscv/shakti_c.h
create mode 100644 include/hw/riscv/sifive_cpu.h
create mode 100644 include/hw/riscv/sifive_e.h
create mode 100644 include/hw/riscv/sifive_u.h
create mode 100644 include/hw/riscv/spike.h
create mode 100644 include/hw/riscv/virt.h
create mode 100644 include/hw/rtc/allwinner-rtc.h
create mode 100644 include/hw/rtc/aspeed_rtc.h
create mode 100644 include/hw/rtc/goldfish_rtc.h
create mode 100644 include/hw/rtc/m48t59.h
create mode 100644 include/hw/rtc/mc146818rtc.h
create mode 100644 include/hw/rtc/mc146818rtc_regs.h
create mode 100644 include/hw/rtc/pl031.h
create mode 100644 include/hw/rtc/sun4v-rtc.h
create mode 100644 include/hw/rtc/xlnx-zynqmp-rtc.h
create mode 100644 include/hw/rx/rx62n.h
create mode 100644 include/hw/s390x/3270-ccw.h
create mode 100644 include/hw/s390x/adapter.h
create mode 100644 include/hw/s390x/ap-bridge.h
create mode 100644 include/hw/s390x/ap-device.h
create mode 100644 include/hw/s390x/cpu-topology.h
create mode 100644 include/hw/s390x/css-bridge.h
create mode 100644 include/hw/s390x/css.h
create mode 100644 include/hw/s390x/ebcdic.h
create mode 100644 include/hw/s390x/event-facility.h
create mode 100644 include/hw/s390x/ioinst.h
create mode 100644 include/hw/s390x/ipl/qipl.h
create mode 100644 include/hw/s390x/s390-ccw.h
create mode 100644 include/hw/s390x/s390-pci-bus.h
create mode 100644 include/hw/s390x/s390-pci-clp.h
create mode 100644 include/hw/s390x/s390-pci-inst.h
create mode 100644 include/hw/s390x/s390-pci-kvm.h
create mode 100644 include/hw/s390x/s390-pci-vfio.h
create mode 100644 include/hw/s390x/s390-virtio-ccw.h
create mode 100644 include/hw/s390x/s390_flic.h
create mode 100644 include/hw/s390x/sclp.h
create mode 100644 include/hw/s390x/storage-attributes.h
create mode 100644 include/hw/s390x/storage-keys.h
create mode 100644 include/hw/s390x/tod.h
create mode 100644 include/hw/s390x/vfio-ccw.h
create mode 100644 include/hw/scsi/emulation.h
create mode 100644 include/hw/scsi/esp.h
create mode 100644 include/hw/scsi/scsi.h
create mode 100644 include/hw/sd/allwinner-sdhost.h
create mode 100644 include/hw/sd/aspeed_sdhci.h
create mode 100644 include/hw/sd/bcm2835_sdhost.h
create mode 100644 include/hw/sd/cadence_sdhci.h
create mode 100644 include/hw/sd/npcm7xx_sdhci.h
create mode 100644 include/hw/sd/sd.h
create mode 100644 include/hw/sd/sdhci.h
create mode 100644 include/hw/sensor/emc141x_regs.h
create mode 100644 include/hw/sensor/isl_pmbus_vr.h
create mode 100644 include/hw/sensor/tmp105.h
create mode 100644 include/hw/sensor/tmp105_regs.h
create mode 100644 include/hw/sh4/sh.h
create mode 100644 include/hw/sh4/sh_intc.h
create mode 100644 include/hw/southbridge/ich9.h
create mode 100644 include/hw/southbridge/piix.h
create mode 100644 include/hw/sparc/sparc32_dma.h
create mode 100644 include/hw/sparc/sparc64.h
create mode 100644 include/hw/sparc/sun4m_iommu.h
create mode 100644 include/hw/sparc/sun4u_iommu.h
create mode 100644 include/hw/ssi/allwinner-a10-spi.h
create mode 100644 include/hw/ssi/aspeed_smc.h
create mode 100644 include/hw/ssi/bcm2835_spi.h
create mode 100644 include/hw/ssi/ibex_spi_host.h
create mode 100644 include/hw/ssi/imx_spi.h
create mode 100644 include/hw/ssi/mss-spi.h
create mode 100644 include/hw/ssi/npcm7xx_fiu.h
create mode 100644 include/hw/ssi/npcm_pspi.h
create mode 100644 include/hw/ssi/pl022.h
create mode 100644 include/hw/ssi/pnv_spi.h
create mode 100644 include/hw/ssi/pnv_spi_regs.h
create mode 100644 include/hw/ssi/sifive_spi.h
create mode 100644 include/hw/ssi/ssi.h
create mode 100644 include/hw/ssi/stm32f2xx_spi.h
create mode 100644 include/hw/ssi/xilinx_spips.h
create mode 100644 include/hw/ssi/xlnx-versal-ospi.h
create mode 100644 include/hw/stream.h
create mode 100644 include/hw/sysbus.h
create mode 100644 include/hw/timer/a9gtimer.h
create mode 100644 include/hw/timer/allwinner-a10-pit.h
create mode 100644 include/hw/timer/arm_mptimer.h
create mode 100644 include/hw/timer/armv7m_systick.h
create mode 100644 include/hw/timer/aspeed_timer.h
create mode 100644 include/hw/timer/avr_timer16.h
create mode 100644 include/hw/timer/bcm2835_systmr.h
create mode 100644 include/hw/timer/cadence_ttc.h
create mode 100644 include/hw/timer/cmsdk-apb-dualtimer.h
create mode 100644 include/hw/timer/cmsdk-apb-timer.h
create mode 100644 include/hw/timer/digic-timer.h
create mode 100644 include/hw/timer/grlib_gptimer.h
create mode 100644 include/hw/timer/hpet.h
create mode 100644 include/hw/timer/i8254.h
create mode 100644 include/hw/timer/i8254_internal.h
create mode 100644 include/hw/timer/ibex_timer.h
create mode 100644 include/hw/timer/imx_epit.h
create mode 100644 include/hw/timer/imx_gpt.h
create mode 100644 include/hw/timer/mips_gictimer.h
create mode 100644 include/hw/timer/mss-timer.h
create mode 100644 include/hw/timer/npcm7xx_timer.h
create mode 100644 include/hw/timer/nrf51_timer.h
create mode 100644 include/hw/timer/renesas_cmt.h
create mode 100644 include/hw/timer/renesas_tmr.h
create mode 100644 include/hw/timer/sifive_pwm.h
create mode 100644 include/hw/timer/sse-counter.h
create mode 100644 include/hw/timer/sse-timer.h
create mode 100644 include/hw/timer/stellaris-gptm.h
create mode 100644 include/hw/timer/stm32f2xx_timer.h
create mode 100644 include/hw/timer/tmu012.h
create mode 100644 include/hw/tricore/tc27x_soc.h
create mode 100644 include/hw/tricore/triboard.h
create mode 100644 include/hw/tricore/tricore.h
create mode 100644 include/hw/tricore/tricore_testdevice.h
create mode 100644 include/hw/uefi/hardware-info.h
create mode 100644 include/hw/uefi/var-service-api.h
create mode 100644 include/hw/uefi/var-service-edk2.h
create mode 100644 include/hw/uefi/var-service.h
create mode 100644 include/hw/usb.h
create mode 100644 include/hw/usb/chipidea.h
create mode 100644 include/hw/usb/dwc2-regs.h
create mode 100644 include/hw/usb/ehci-regs.h
create mode 100644 include/hw/usb/hcd-dwc3.h
create mode 100644 include/hw/usb/hid.h
create mode 100644 include/hw/usb/imx-usb-phy.h
create mode 100644 include/hw/usb/msd.h
create mode 100644 include/hw/usb/uhci-regs.h
create mode 100644 include/hw/usb/xhci.h
create mode 100644 include/hw/usb/xlnx-usb-subsystem.h
create mode 100644 include/hw/usb/xlnx-versal-usb2-ctrl-regs.h
create mode 100644 include/hw/vfio/vfio-amd-xgbe.h
create mode 100644 include/hw/vfio/vfio-calxeda-xgmac.h
create mode 100644 include/hw/vfio/vfio-common.h
create mode 100644 include/hw/vfio/vfio-container-base.h
create mode 100644 include/hw/vfio/vfio-platform.h
create mode 100644 include/hw/virtio/cbor-helpers.h
create mode 100644 include/hw/virtio/iothread-vq-mapping.h
create mode 100644 include/hw/virtio/vdpa-dev.h
create mode 100644 include/hw/virtio/vhost-backend.h
create mode 100644 include/hw/virtio/vhost-scsi-common.h
create mode 100644 include/hw/virtio/vhost-scsi.h
create mode 100644 include/hw/virtio/vhost-user-base.h
create mode 100644 include/hw/virtio/vhost-user-blk.h
create mode 100644 include/hw/virtio/vhost-user-fs.h
create mode 100644 include/hw/virtio/vhost-user-gpio.h
create mode 100644 include/hw/virtio/vhost-user-i2c.h
create mode 100644 include/hw/virtio/vhost-user-rng.h
create mode 100644 include/hw/virtio/vhost-user-scmi.h
create mode 100644 include/hw/virtio/vhost-user-scsi.h
create mode 100644 include/hw/virtio/vhost-user-snd.h
create mode 100644 include/hw/virtio/vhost-user-vsock.h
create mode 100644 include/hw/virtio/vhost-user.h
create mode 100644 include/hw/virtio/vhost-vdpa.h
create mode 100644 include/hw/virtio/vhost-vsock-common.h
create mode 100644 include/hw/virtio/vhost-vsock.h
create mode 100644 include/hw/virtio/vhost.h
create mode 100644 include/hw/virtio/virtio-access.h
create mode 100644 include/hw/virtio/virtio-acpi.h
create mode 100644 include/hw/virtio/virtio-balloon.h
create mode 100644 include/hw/virtio/virtio-blk-common.h
create mode 100644 include/hw/virtio/virtio-blk.h
create mode 100644 include/hw/virtio/virtio-bus.h
create mode 100644 include/hw/virtio/virtio-crypto.h
create mode 100644 include/hw/virtio/virtio-dmabuf.h
create mode 100644 include/hw/virtio/virtio-gpu-bswap.h
create mode 100644 include/hw/virtio/virtio-gpu-pci.h
create mode 100644 include/hw/virtio/virtio-gpu-pixman.h
create mode 100644 include/hw/virtio/virtio-gpu.h
create mode 100644 include/hw/virtio/virtio-input.h
create mode 100644 include/hw/virtio/virtio-iommu.h
create mode 100644 include/hw/virtio/virtio-md-pci.h
create mode 100644 include/hw/virtio/virtio-mem.h
create mode 100644 include/hw/virtio/virtio-mmio.h
create mode 100644 include/hw/virtio/virtio-net.h
create mode 100644 include/hw/virtio/virtio-nsm.h
create mode 100644 include/hw/virtio/virtio-pci.h
create mode 100644 include/hw/virtio/virtio-pmem.h
create mode 100644 include/hw/virtio/virtio-rng.h
create mode 100644 include/hw/virtio/virtio-scsi.h
create mode 100644 include/hw/virtio/virtio-serial.h
create mode 100644 include/hw/virtio/virtio.h
create mode 100644 include/hw/vmapple/vmapple.h
create mode 100644 include/hw/vmstate-if.h
create mode 100644 include/hw/watchdog/allwinner-wdt.h
create mode 100644 include/hw/watchdog/cmsdk-apb-watchdog.h
create mode 100644 include/hw/watchdog/sbsa_gwdt.h
create mode 100644 include/hw/watchdog/wdt_aspeed.h
create mode 100644 include/hw/watchdog/wdt_diag288.h
create mode 100644 include/hw/watchdog/wdt_imx2.h
create mode 100644 include/hw/xen/arch_hvm.h
create mode 100644 include/hw/xen/interface/arch-arm.h
create mode 100644 include/hw/xen/interface/arch-x86/cpuid.h
create mode 100644 include/hw/xen/interface/arch-x86/xen-x86_32.h
create mode 100644 include/hw/xen/interface/arch-x86/xen-x86_64.h
create mode 100644 include/hw/xen/interface/arch-x86/xen.h
create mode 100644 include/hw/xen/interface/event_channel.h
create mode 100644 include/hw/xen/interface/features.h
create mode 100644 include/hw/xen/interface/grant_table.h
create mode 100644 include/hw/xen/interface/hvm/hvm_op.h
create mode 100644 include/hw/xen/interface/hvm/params.h
create mode 100644 include/hw/xen/interface/io/blkif.h
create mode 100644 include/hw/xen/interface/io/console.h
create mode 100644 include/hw/xen/interface/io/fbif.h
create mode 100644 include/hw/xen/interface/io/kbdif.h
create mode 100644 include/hw/xen/interface/io/netif.h
create mode 100644 include/hw/xen/interface/io/protocols.h
create mode 100644 include/hw/xen/interface/io/ring.h
create mode 100644 include/hw/xen/interface/io/usbif.h
create mode 100644 include/hw/xen/interface/io/xenbus.h
create mode 100644 include/hw/xen/interface/io/xs_wire.h
create mode 100644 include/hw/xen/interface/memory.h
create mode 100644 include/hw/xen/interface/physdev.h
create mode 100644 include/hw/xen/interface/sched.h
create mode 100644 include/hw/xen/interface/trace.h
create mode 100644 include/hw/xen/interface/vcpu.h
create mode 100644 include/hw/xen/interface/version.h
create mode 100644 include/hw/xen/interface/xen-compat.h
create mode 100644 include/hw/xen/interface/xen.h
create mode 100644 include/hw/xen/start_info.h
create mode 100644 include/hw/xen/xen-backend.h
create mode 100644 include/hw/xen/xen-block.h
create mode 100644 include/hw/xen/xen-bus-helper.h
create mode 100644 include/hw/xen/xen-bus.h
create mode 100644 include/hw/xen/xen-hvm-common.h
create mode 100644 include/hw/xen/xen-legacy-backend.h
create mode 100644 include/hw/xen/xen-pvh-common.h
create mode 100644 include/hw/xen/xen-x86.h
create mode 100644 include/hw/xen/xen.h
create mode 100644 include/hw/xen/xen_backend_ops.h
create mode 100644 include/hw/xen/xen_igd.h
create mode 100644 include/hw/xen/xen_native.h
create mode 100644 include/hw/xen/xen_pvdev.h
create mode 100644 include/hw/xtensa/mx_pic.h
create mode 100644 include/hw/xtensa/xtensa-isa.h
create mode 100644 include/io/channel-buffer.h
create mode 100644 include/io/channel-command.h
create mode 100644 include/io/channel-file.h
create mode 100644 include/io/channel-null.h
create mode 100644 include/io/channel-socket.h
create mode 100644 include/io/channel-tls.h
create mode 100644 include/io/channel-util.h
create mode 100644 include/io/channel-watch.h
create mode 100644 include/io/channel-websock.h
create mode 100644 include/io/channel.h
create mode 100644 include/io/dns-resolver.h
create mode 100644 include/io/net-listener.h
create mode 100644 include/io/task.h
create mode 100644 include/libdecnumber/dconfig.h
create mode 100644 include/libdecnumber/decContext.h
create mode 100644 include/libdecnumber/decDPD.h
create mode 100644 include/libdecnumber/decNumber.h
create mode 100644 include/libdecnumber/decNumberLocal.h
create mode 100644 include/libdecnumber/dpd/decimal128.h
create mode 100644 include/libdecnumber/dpd/decimal128Local.h
create mode 100644 include/libdecnumber/dpd/decimal32.h
create mode 100644 include/libdecnumber/dpd/decimal64.h
create mode 100644 include/migration/blocker.h
create mode 100644 include/migration/client-options.h
create mode 100644 include/migration/colo.h
create mode 100644 include/migration/cpr.h
create mode 100644 include/migration/cpu.h
create mode 100644 include/migration/failover.h
create mode 100644 include/migration/global_state.h
create mode 100644 include/migration/misc.h
create mode 100644 include/migration/qemu-file-types.h
create mode 100644 include/migration/register.h
create mode 100644 include/migration/snapshot.h
create mode 100644 include/migration/vmstate.h
create mode 100644 include/monitor/hmp-target.h
create mode 100644 include/monitor/hmp.h
create mode 100644 include/monitor/monitor.h
create mode 100644 include/monitor/qdev.h
create mode 100644 include/monitor/qmp-helpers.h
create mode 100644 include/net/announce.h
create mode 100644 include/net/can_emu.h
create mode 100644 include/net/can_host.h
create mode 100644 include/net/checksum.h
create mode 100644 include/net/eth.h
create mode 100644 include/net/filter.h
create mode 100644 include/net/net.h
create mode 100644 include/net/queue.h
create mode 100644 include/net/slirp.h
create mode 100644 include/net/tap.h
create mode 100644 include/net/vhost-user.h
create mode 100644 include/net/vhost-vdpa.h
create mode 100644 include/net/vhost_net.h
create mode 100644 include/qapi/clone-visitor.h
create mode 100644 include/qapi/compat-policy.h
create mode 100644 include/qapi/dealloc-visitor.h
create mode 100644 include/qapi/error.h
create mode 100644 include/qapi/forward-visitor.h
create mode 100644 include/qapi/opts-visitor.h
create mode 100644 include/qapi/qmp-event.h
create mode 100644 include/qapi/qmp-registry.h
create mode 100644 include/qapi/qmp/qerror.h
create mode 100644 include/qapi/qobject-input-visitor.h
create mode 100644 include/qapi/qobject-output-visitor.h
create mode 100644 include/qapi/string-input-visitor.h
create mode 100644 include/qapi/string-output-visitor.h
create mode 100644 include/qapi/type-helpers.h
create mode 100644 include/qapi/util.h
create mode 100644 include/qapi/visitor-impl.h
create mode 100644 include/qapi/visitor.h
create mode 100644 include/qemu-io.h
create mode 100644 include/qemu-main.h
create mode 100644 include/qemu/accel.h
create mode 100644 include/qemu/async-teardown.h
create mode 100644 include/qemu/atomic.h
create mode 100644 include/qemu/atomic128.h
create mode 100644 include/qemu/base64.h
create mode 100644 include/qemu/bcd.h
create mode 100644 include/qemu/bitmap.h
create mode 100644 include/qemu/bitops.h
create mode 100644 include/qemu/bswap.h
create mode 100644 include/qemu/buffer.h
create mode 100644 include/qemu/cacheflush.h
create mode 100644 include/qemu/cacheinfo.h
create mode 100644 include/qemu/chardev_open.h
create mode 100644 include/qemu/co-shared-resource.h
create mode 100644 include/qemu/compiler.h
create mode 100644 include/qemu/config-file.h
create mode 100644 include/qemu/coroutine-core.h
create mode 100644 include/qemu/coroutine-tls.h
create mode 100644 include/qemu/coroutine.h
create mode 100644 include/qemu/coroutine_int.h
create mode 100644 include/qemu/cpu-float.h
create mode 100644 include/qemu/cpuid.h
create mode 100644 include/qemu/crc-ccitt.h
create mode 100644 include/qemu/crc32c.h
create mode 100644 include/qemu/ctype.h
create mode 100644 include/qemu/cutils.h
create mode 100644 include/qemu/datadir.h
create mode 100644 include/qemu/dbus.h
create mode 100644 include/qemu/defer-call.h
create mode 100644 include/qemu/drm.h
create mode 100644 include/qemu/envlist.h
create mode 100644 include/qemu/error-report.h
create mode 100644 include/qemu/event_notifier.h
create mode 100644 include/qemu/fifo32.h
create mode 100644 include/qemu/fifo8.h
create mode 100644 include/qemu/filemonitor.h
create mode 100644 include/qemu/futex.h
create mode 100644 include/qemu/guest-random.h
create mode 100644 include/qemu/hbitmap.h
create mode 100644 include/qemu/help-texts.h
create mode 100644 include/qemu/help_option.h
create mode 100644 include/qemu/host-utils.h
create mode 100644 include/qemu/hw-version.h
create mode 100644 include/qemu/id.h
create mode 100644 include/qemu/int128.h
create mode 100644 include/qemu/interval-tree.h
create mode 100644 include/qemu/iov.h
create mode 100644 include/qemu/iova-tree.h
create mode 100644 include/qemu/jhash.h
create mode 100644 include/qemu/job.h
create mode 100644 include/qemu/keyval.h
create mode 100644 include/qemu/lockable.h
create mode 100644 include/qemu/lockcnt.h
create mode 100644 include/qemu/log-for-trace.h
create mode 100644 include/qemu/log.h
create mode 100644 include/qemu/madvise.h
create mode 100644 include/qemu/main-loop.h
create mode 100644 include/qemu/memalign.h
create mode 100644 include/qemu/memfd.h
create mode 100644 include/qemu/mmap-alloc.h
create mode 100644 include/qemu/module.h
create mode 100644 include/qemu/mprotect.h
create mode 100644 include/qemu/notify.h
create mode 100644 include/qemu/nvdimm-utils.h
create mode 100644 include/qemu/option.h
create mode 100644 include/qemu/option_int.h
create mode 100644 include/qemu/osdep.h
create mode 100644 include/qemu/path.h
create mode 100644 include/qemu/plugin-event.h
create mode 100644 include/qemu/plugin-memory.h
create mode 100644 include/qemu/plugin.h
create mode 100644 include/qemu/pmem.h
create mode 100644 include/qemu/processor.h
create mode 100644 include/qemu/progress_meter.h
create mode 100644 include/qemu/qdist.h
create mode 100644 include/qemu/qemu-plugin.h
create mode 100644 include/qemu/qemu-print.h
create mode 100644 include/qemu/qemu-progress.h
create mode 100644 include/qemu/qht.h
create mode 100644 include/qemu/qsp.h
create mode 100644 include/qemu/qtree.h
create mode 100644 include/qemu/queue.h
create mode 100644 include/qemu/range.h
create mode 100644 include/qemu/ratelimit.h
create mode 100644 include/qemu/rcu.h
create mode 100644 include/qemu/rcu_queue.h
create mode 100644 include/qemu/readline.h
create mode 100644 include/qemu/reserved-region.h
create mode 100644 include/qemu/selfmap.h
create mode 100644 include/qemu/seqlock.h
create mode 100644 include/qemu/sockets.h
create mode 100644 include/qemu/stats64.h
create mode 100644 include/qemu/sys_membarrier.h
create mode 100644 include/qemu/systemd.h
create mode 100644 include/qemu/thread-context.h
create mode 100644 include/qemu/thread-posix.h
create mode 100644 include/qemu/thread-win32.h
create mode 100644 include/qemu/thread.h
create mode 100644 include/qemu/throttle-options.h
create mode 100644 include/qemu/throttle.h
create mode 100644 include/qemu/timed-average.h
create mode 100644 include/qemu/timer.h
create mode 100644 include/qemu/transactions.h
create mode 100644 include/qemu/tsan.h
create mode 100644 include/qemu/typedefs.h
create mode 100644 include/qemu/unicode.h
create mode 100644 include/qemu/units.h
create mode 100644 include/qemu/userfaultfd.h
create mode 100644 include/qemu/uuid.h
create mode 100644 include/qemu/vfio-helpers.h
create mode 100644 include/qemu/vhost-user-server.h
create mode 100644 include/qemu/win_dump_defs.h
create mode 100644 include/qemu/xattr.h
create mode 100644 include/qemu/xxhash.h
create mode 100644 include/qemu/yank.h
create mode 100644 include/qobject/json-parser.h
create mode 100644 include/qobject/json-writer.h
create mode 100644 include/qobject/qbool.h
create mode 100644 include/qobject/qdict.h
create mode 100644 include/qobject/qjson.h
create mode 100644 include/qobject/qlist.h
create mode 100644 include/qobject/qlit.h
create mode 100644 include/qobject/qnull.h
create mode 100644 include/qobject/qnum.h
create mode 100644 include/qobject/qobject.h
create mode 100644 include/qobject/qstring.h
create mode 100644 include/qom/object.h
create mode 100644 include/qom/object_interfaces.h
create mode 100644 include/qom/qom-qobject.h
create mode 100644 include/scsi/constants.h
create mode 100644 include/scsi/pr-manager.h
create mode 100644 include/scsi/utils.h
create mode 100644 include/semihosting/common-semi.h
create mode 100644 include/semihosting/console.h
create mode 100644 include/semihosting/guestfd.h
create mode 100644 include/semihosting/semihost.h
create mode 100644 include/semihosting/syscalls.h
create mode 100644 include/semihosting/uaccess.h
create mode 100644 include/standard-headers/asm-m68k/bootinfo-mac.h
create mode 100644 include/standard-headers/asm-m68k/bootinfo-virt.h
create mode 100644 include/standard-headers/asm-m68k/bootinfo.h
create mode 100644 include/standard-headers/asm-s390/virtio-ccw.h
create mode 100644 include/standard-headers/asm-x86/bootparam.h
create mode 100644 include/standard-headers/asm-x86/kvm_para.h
create mode 100644 include/standard-headers/asm-x86/setup_data.h
create mode 100644 include/standard-headers/drm/drm_fourcc.h
create mode 100644 include/standard-headers/linux/const.h
create mode 100644 include/standard-headers/linux/ethtool.h
create mode 100644 include/standard-headers/linux/fuse.h
create mode 100644 include/standard-headers/linux/if_ether.h
create mode 100644 include/standard-headers/linux/input-event-codes.h
create mode 100644 include/standard-headers/linux/input.h
create mode 100644 include/standard-headers/linux/kernel.h
create mode 100644 include/standard-headers/linux/kvm_para.h
create mode 100644 include/standard-headers/linux/pci_regs.h
create mode 100644 include/standard-headers/linux/qemu_fw_cfg.h
create mode 100644 include/standard-headers/linux/sysinfo.h
create mode 100644 include/standard-headers/linux/types.h
create mode 100644 include/standard-headers/linux/udmabuf.h
create mode 100644 include/standard-headers/linux/vhost_types.h
create mode 100644 include/standard-headers/linux/virtio_9p.h
create mode 100644 include/standard-headers/linux/virtio_balloon.h
create mode 100644 include/standard-headers/linux/virtio_blk.h
create mode 100644 include/standard-headers/linux/virtio_bt.h
create mode 100644 include/standard-headers/linux/virtio_config.h
create mode 100644 include/standard-headers/linux/virtio_console.h
create mode 100644 include/standard-headers/linux/virtio_crypto.h
create mode 100644 include/standard-headers/linux/virtio_fs.h
create mode 100644 include/standard-headers/linux/virtio_gpio.h
create mode 100644 include/standard-headers/linux/virtio_gpu.h
create mode 100644 include/standard-headers/linux/virtio_i2c.h
create mode 100644 include/standard-headers/linux/virtio_ids.h
create mode 100644 include/standard-headers/linux/virtio_input.h
create mode 100644 include/standard-headers/linux/virtio_iommu.h
create mode 100644 include/standard-headers/linux/virtio_mem.h
create mode 100644 include/standard-headers/linux/virtio_mmio.h
create mode 100644 include/standard-headers/linux/virtio_net.h
create mode 100644 include/standard-headers/linux/virtio_pci.h
create mode 100644 include/standard-headers/linux/virtio_pcidev.h
create mode 100644 include/standard-headers/linux/virtio_pmem.h
create mode 100644 include/standard-headers/linux/virtio_ring.h
create mode 100644 include/standard-headers/linux/virtio_rng.h
create mode 100644 include/standard-headers/linux/virtio_scmi.h
create mode 100644 include/standard-headers/linux/virtio_scsi.h
create mode 100644 include/standard-headers/linux/virtio_snd.h
create mode 100644 include/standard-headers/linux/virtio_types.h
create mode 100644 include/standard-headers/linux/virtio_vsock.h
create mode 100644 include/standard-headers/linux/vmclock-abi.h
create mode 100644 include/standard-headers/misc/pvpanic.h
create mode 100644 include/system/accel-blocker.h
create mode 100644 include/system/accel-ops.h
create mode 100644 include/system/arch_init.h
create mode 100644 include/system/balloon.h
create mode 100644 include/system/block-backend-common.h
create mode 100644 include/system/block-backend-global-state.h
create mode 100644 include/system/block-backend-io.h
create mode 100644 include/system/block-backend.h
create mode 100644 include/system/block-ram-registrar.h
create mode 100644 include/system/blockdev.h
create mode 100644 include/system/confidential-guest-support.h
create mode 100644 include/system/cpu-throttle.h
create mode 100644 include/system/cpu-timers-internal.h
create mode 100644 include/system/cpu-timers.h
create mode 100644 include/system/cpus.h
create mode 100644 include/system/cryptodev-vhost-user.h
create mode 100644 include/system/cryptodev-vhost.h
create mode 100644 include/system/cryptodev.h
create mode 100644 include/system/device_tree.h
create mode 100644 include/system/dirtylimit.h
create mode 100644 include/system/dirtyrate.h
create mode 100644 include/system/dma.h
create mode 100644 include/system/dump-arch.h
create mode 100644 include/system/dump.h
create mode 100644 include/system/event-loop-base.h
create mode 100644 include/system/host_iommu_device.h
create mode 100644 include/system/hostmem.h
create mode 100644 include/system/hvf.h
create mode 100644 include/system/hvf_int.h
create mode 100644 include/system/hw_accel.h
create mode 100644 include/system/iommufd.h
create mode 100644 include/system/iothread.h
create mode 100644 include/system/kvm.h
create mode 100644 include/system/kvm_int.h
create mode 100644 include/system/kvm_xen.h
create mode 100644 include/system/memory_mapping.h
create mode 100644 include/system/numa.h
create mode 100644 include/system/nvmm.h
create mode 100644 include/system/os-posix.h
create mode 100644 include/system/os-win32.h
create mode 100644 include/system/qtest.h
create mode 100644 include/system/replay.h
create mode 100644 include/system/reset.h
create mode 100644 include/system/rng-random.h
create mode 100644 include/system/rng.h
create mode 100644 include/system/rtc.h
create mode 100644 include/system/runstate-action.h
create mode 100644 include/system/runstate.h
create mode 100644 include/system/seccomp.h
create mode 100644 include/system/spdm-socket.h
create mode 100644 include/system/stats.h
create mode 100644 include/system/system.h
create mode 100644 include/system/tcg.h
create mode 100644 include/system/tpm.h
create mode 100644 include/system/tpm_backend.h
create mode 100644 include/system/tpm_util.h
create mode 100644 include/system/vhost-user-backend.h
create mode 100644 include/system/watchdog.h
create mode 100644 include/system/whpx.h
create mode 100644 include/system/xen-mapcache.h
create mode 100644 include/system/xen.h
create mode 100644 include/tcg/debug-assert.h
create mode 100644 include/tcg/debuginfo.h
create mode 100644 include/tcg/helper-info.h
create mode 100644 include/tcg/insn-start-words.h
create mode 100644 include/tcg/perf.h
create mode 100644 include/tcg/startup.h
create mode 100644 include/tcg/tcg-cond.h
create mode 100644 include/tcg/tcg-gvec-desc.h
create mode 100644 include/tcg/tcg-ldst.h
create mode 100644 include/tcg/tcg-mo.h
create mode 100644 include/tcg/tcg-op-common.h
create mode 100644 include/tcg/tcg-op-gvec-common.h
create mode 100644 include/tcg/tcg-op-gvec.h
create mode 100644 include/tcg/tcg-op.h
create mode 100644 include/tcg/tcg-opc.h
create mode 100644 include/tcg/tcg-temp-internal.h
create mode 100644 include/tcg/tcg.h
create mode 100644 include/ui/clipboard.h
create mode 100644 include/ui/console.h
create mode 100644 include/ui/dbus-display.h
create mode 100644 include/ui/dbus-module.h
create mode 100644 include/ui/dmabuf.h
create mode 100644 include/ui/egl-context.h
create mode 100644 include/ui/egl-helpers.h
create mode 100644 include/ui/gtk.h
create mode 100644 include/ui/input.h
create mode 100644 include/ui/kbd-state.h
create mode 100644 include/ui/pixel_ops.h
create mode 100644 include/ui/pixman-minimal.h
create mode 100644 include/ui/qemu-pixman.h
create mode 100644 include/ui/qemu-spice-module.h
create mode 100644 include/ui/qemu-spice.h
create mode 100644 include/ui/rect.h
create mode 100644 include/ui/sdl2.h
create mode 100644 include/ui/shader.h
create mode 100644 include/ui/spice-display.h
create mode 100644 include/ui/surface.h
create mode 100644 include/ui/win32-kbd-hook.h
create mode 100644 include/user/abitypes.h
create mode 100644 include/user/cpu_loop.h
create mode 100644 include/user/guest-base.h
create mode 100644 include/user/guest-host.h
create mode 100644 include/user/mmap.h
create mode 100644 include/user/page-protection.h
create mode 100644 include/user/safe-syscall.h
create mode 100644 include/user/signal.h
create mode 100644 include/user/syscall-trace.h
create mode 100644 include/user/thunk.h
create mode 100644 include/user/tswap-target.h
create mode 100644 io/channel-buffer.c
create mode 100644 io/channel-command.c
create mode 100644 io/channel-file.c
create mode 100644 io/channel-null.c
create mode 100644 io/channel-socket.c
create mode 100644 io/channel-tls.c
create mode 100644 io/channel-util.c
create mode 100644 io/channel-watch.c
create mode 100644 io/channel-websock.c
create mode 100644 io/channel.c
create mode 100644 io/dns-resolver.c
create mode 100644 io/meson.build
create mode 100644 io/net-listener.c
create mode 100644 io/task.c
create mode 100644 io/trace-events
create mode 100644 io/trace.h
create mode 100644 iothread.c
create mode 100644 job-qmp.c
create mode 100644 job.c
create mode 100644 libdecnumber/decContext.c
create mode 100644 libdecnumber/decNumber.c
create mode 100644 libdecnumber/dpd/decimal128.c
create mode 100644 libdecnumber/dpd/decimal32.c
create mode 100644 libdecnumber/dpd/decimal64.c
create mode 100644 libdecnumber/meson.build
create mode 100644 linux-headers/COPYING
create mode 100644 linux-headers/LICENSES/exceptions/Linux-syscall-note
create mode 100644 linux-headers/LICENSES/preferred/BSD-2-Clause
create mode 100644 linux-headers/LICENSES/preferred/BSD-3-Clause
create mode 100644 linux-headers/LICENSES/preferred/GPL-2.0
create mode 100644 linux-headers/README
create mode 100644 linux-headers/asm-arm/bitsperlong.h
create mode 100644 linux-headers/asm-arm/kvm.h
create mode 100644 linux-headers/asm-arm/mman.h
create mode 100644 linux-headers/asm-arm/unistd-common.h
create mode 100644 linux-headers/asm-arm/unistd-eabi.h
create mode 100644 linux-headers/asm-arm/unistd-oabi.h
create mode 100644 linux-headers/asm-arm/unistd.h
create mode 100644 linux-headers/asm-arm64/bitsperlong.h
create mode 100644 linux-headers/asm-arm64/kvm.h
create mode 100644 linux-headers/asm-arm64/mman.h
create mode 100644 linux-headers/asm-arm64/sve_context.h
create mode 100644 linux-headers/asm-arm64/unistd.h
create mode 100644 linux-headers/asm-arm64/unistd_64.h
create mode 100644 linux-headers/asm-generic/bitsperlong.h
create mode 100644 linux-headers/asm-generic/hugetlb_encode.h
create mode 100644 linux-headers/asm-generic/mman-common.h
create mode 100644 linux-headers/asm-generic/mman.h
create mode 100644 linux-headers/asm-generic/unistd.h
create mode 100644 linux-headers/asm-loongarch/bitsperlong.h
create mode 100644 linux-headers/asm-loongarch/kvm.h
create mode 100644 linux-headers/asm-loongarch/kvm_para.h
create mode 100644 linux-headers/asm-loongarch/mman.h
create mode 100644 linux-headers/asm-loongarch/unistd.h
create mode 100644 linux-headers/asm-loongarch/unistd_64.h
create mode 100644 linux-headers/asm-mips/bitsperlong.h
create mode 100644 linux-headers/asm-mips/kvm.h
create mode 100644 linux-headers/asm-mips/mman.h
create mode 100644 linux-headers/asm-mips/sgidefs.h
create mode 100644 linux-headers/asm-mips/unistd.h
create mode 100644 linux-headers/asm-mips/unistd_n32.h
create mode 100644 linux-headers/asm-mips/unistd_n64.h
create mode 100644 linux-headers/asm-mips/unistd_o32.h
create mode 100644 linux-headers/asm-powerpc/bitsperlong.h
create mode 100644 linux-headers/asm-powerpc/kvm.h
create mode 100644 linux-headers/asm-powerpc/mman.h
create mode 100644 linux-headers/asm-powerpc/unistd.h
create mode 100644 linux-headers/asm-powerpc/unistd_32.h
create mode 100644 linux-headers/asm-powerpc/unistd_64.h
create mode 100644 linux-headers/asm-riscv/bitsperlong.h
create mode 100644 linux-headers/asm-riscv/kvm.h
create mode 100644 linux-headers/asm-riscv/mman.h
create mode 100644 linux-headers/asm-ri
[...snip...]
rts.c
create mode 100644 roms/u-boot/common/fdt_region.c
create mode 100644 roms/u-boot/common/fdt_support.c
create mode 100644 roms/u-boot/common/flash.c
create mode 100644 roms/u-boot/common/hash.c
create mode 100644 roms/u-boot/common/hwconfig.c
create mode 100644 roms/u-boot/common/image-android-dt.c
create mode 100644 roms/u-boot/common/image-android.c
create mode 100644 roms/u-boot/common/image-cipher.c
create mode 100644 roms/u-boot/common/image-fdt.c
create mode 100644 roms/u-boot/common/image-fit-sig.c
create mode 100644 roms/u-boot/common/image-fit.c
create mode 100644 roms/u-boot/common/image-sig.c
create mode 100644 roms/u-boot/common/image.c
create mode 100644 roms/u-boot/common/init/Makefile
create mode 100644 roms/u-boot/common/init/board_init.c
create mode 100644 roms/u-boot/common/init/handoff.c
create mode 100644 roms/u-boot/common/iomux.c
create mode 100644 roms/u-boot/common/iotrace.c
create mode 100644 roms/u-boot/common/kallsyms.c
create mode 100644 roms/u-boot/common/kgdb.c
create mode 100644 roms/u-boot/common/kgdb_stubs.c
create mode 100644 roms/u-boot/common/lcd.c
create mode 100644 roms/u-boot/common/lcd_console.c
create mode 100644 roms/u-boot/common/lcd_console_rotation.c
create mode 100644 roms/u-boot/common/lcd_simplefb.c
create mode 100644 roms/u-boot/common/log.c
create mode 100644 roms/u-boot/common/log_console.c
create mode 100644 roms/u-boot/common/log_syslog.c
create mode 100644 roms/u-boot/common/lynxkdi.c
create mode 100644 roms/u-boot/common/main.c
create mode 100644 roms/u-boot/common/malloc_simple.c
create mode 100644 roms/u-boot/common/memsize.c
create mode 100644 roms/u-boot/common/menu.c
create mode 100644 roms/u-boot/common/miiphyutil.c
create mode 100644 roms/u-boot/common/qfw.c
create mode 100644 roms/u-boot/common/s_record.c
create mode 100644 roms/u-boot/common/scp03.c
create mode 100644 roms/u-boot/common/spl/Kconfig
create mode 100644 roms/u-boot/common/spl/Makefile
create mode 100644 roms/u-boot/common/spl/spl.c
create mode 100644 roms/u-boot/common/spl/spl_atf.c
create mode 100644 roms/u-boot/common/spl/spl_bootrom.c
create mode 100644 roms/u-boot/common/spl/spl_dfu.c
create mode 100644 roms/u-boot/common/spl/spl_ext.c
create mode 100644 roms/u-boot/common/spl/spl_fat.c
create mode 100644 roms/u-boot/common/spl/spl_fit.c
create mode 100644 roms/u-boot/common/spl/spl_legacy.c
create mode 100644 roms/u-boot/common/spl/spl_mmc.c
create mode 100644 roms/u-boot/common/spl/spl_nand.c
create mode 100644 roms/u-boot/common/spl/spl_net.c
create mode 100644 roms/u-boot/common/spl/spl_nor.c
create mode 100644 roms/u-boot/common/spl/spl_onenand.c
create mode 100644 roms/u-boot/common/spl/spl_opensbi.c
create mode 100644 roms/u-boot/common/spl/spl_ram.c
create mode 100644 roms/u-boot/common/spl/spl_sata.c
create mode 100644 roms/u-boot/common/spl/spl_sdp.c
create mode 100644 roms/u-boot/common/spl/spl_spi.c
create mode 100644 roms/u-boot/common/spl/spl_ubi.c
create mode 100644 roms/u-boot/common/spl/spl_usb.c
create mode 100644 roms/u-boot/common/spl/spl_xip.c
create mode 100644 roms/u-boot/common/spl/spl_ymodem.c
create mode 100644 roms/u-boot/common/splash.c
create mode 100644 roms/u-boot/common/splash_source.c
create mode 100644 roms/u-boot/common/stackprot.c
create mode 100644 roms/u-boot/common/stdio.c
create mode 100644 roms/u-boot/common/system_map.c
create mode 100644 roms/u-boot/common/update.c
create mode 100644 roms/u-boot/common/usb.c
create mode 100644 roms/u-boot/common/usb_hub.c
create mode 100644 roms/u-boot/common/usb_kbd.c
create mode 100644 roms/u-boot/common/usb_storage.c
create mode 100644 roms/u-boot/common/xyzModem.c
create mode 100644 roms/u-boot/config.mk
create mode 100644 roms/u-boot/configs/10m50_defconfig
create mode 100644 roms/u-boot/configs/3c120_defconfig
create mode 100644 roms/u-boot/configs/A10-OLinuXino-Lime_defconfig
create mode 100644 roms/u-boot/configs/A10s-OLinuXino-M_defconfig
create mode 100644 roms/u-boot/configs/A13-OLinuXinoM_defconfig
create mode 100644 roms/u-boot/configs/A13-OLinuXino_defconfig
create mode 100644 roms/u-boot/configs/A20-OLinuXino-Lime2-eMMC_defconfig
create mode 100644 roms/u-boot/configs/A20-OLinuXino-Lime2_defconfig
create mode 100644 roms/u-boot/configs/A20-OLinuXino-Lime_defconfig
create mode 100644 roms/u-boot/configs/A20-OLinuXino_MICRO-eMMC_defconfig
create mode 100644 roms/u-boot/configs/A20-OLinuXino_MICRO_defconfig
create mode 100644 roms/u-boot/configs/A20-Olimex-SOM-EVB_defconfig
create mode 100644 roms/u-boot/configs/A20-Olimex-SOM204-EVB-eMMC_defconfig
create mode 100644 roms/u-boot/configs/A20-Olimex-SOM204-EVB_defconfig
create mode 100644 roms/u-boot/configs/A33-OLinuXino_defconfig
create mode 100644 roms/u-boot/configs/Ainol_AW1_defconfig
create mode 100644 roms/u-boot/configs/Ampe_A76_defconfig
create mode 100644 roms/u-boot/configs/Auxtek-T003_defconfig
create mode 100644 roms/u-boot/configs/Auxtek-T004_defconfig
create mode 100644 roms/u-boot/configs/Bananapi_M2_Ultra_defconfig
create mode 100644 roms/u-boot/configs/Bananapi_defconfig
create mode 100644 roms/u-boot/configs/Bananapi_m2m_defconfig
create mode 100644 roms/u-boot/configs/Bananapro_defconfig
create mode 100644 roms/u-boot/configs/CHIP_defconfig
create mode 100644 roms/u-boot/configs/CHIP_pro_defconfig
create mode 100644 roms/u-boot/configs/CSQ_CS908_defconfig
create mode 100644 roms/u-boot/configs/Chuwi_V7_CW0825_defconfig
create mode 100644 roms/u-boot/configs/Colombus_defconfig
create mode 100644 roms/u-boot/configs/Cubieboard2_defconfig
create mode 100644 roms/u-boot/configs/Cubieboard4_defconfig
create mode 100644 roms/u-boot/configs/Cubieboard_defconfig
create mode 100644 roms/u-boot/configs/Cubietruck_defconfig
create mode 100644 roms/u-boot/configs/Cubietruck_plus_defconfig
create mode 100644 roms/u-boot/configs/Empire_electronix_d709_defconfig
create mode 100644 roms/u-boot/configs/Empire_electronix_m712_defconfig
create mode 100644 roms/u-boot/configs/Hummingbird_A31_defconfig
create mode 100644 roms/u-boot/configs/Hyundai_A7HD_defconfig
create mode 100644 roms/u-boot/configs/Itead_Ibox_A20_defconfig
create mode 100644 roms/u-boot/configs/Lamobo_R1_defconfig
create mode 100644 roms/u-boot/configs/LicheePi_Zero_defconfig
create mode 100644 roms/u-boot/configs/Linksprite_pcDuino3_Nano_defconfig
create mode 100644 roms/u-boot/configs/Linksprite_pcDuino3_defconfig
create mode 100644 roms/u-boot/configs/Linksprite_pcDuino_defconfig
create mode 100644 roms/u-boot/configs/M5208EVBE_defconfig
create mode 100644 roms/u-boot/configs/M52277EVB_defconfig
create mode 100644 roms/u-boot/configs/M52277EVB_stmicro_defconfig
create mode 100644 roms/u-boot/configs/M5235EVB_Flash32_defconfig
create mode 100644 roms/u-boot/configs/M5235EVB_defconfig
create mode 100644 roms/u-boot/configs/M5249EVB_defconfig
create mode 100644 roms/u-boot/configs/M5253DEMO_defconfig
create mode 100644 roms/u-boot/configs/M5272C3_defconfig
create mode 100644 roms/u-boot/configs/M5275EVB_defconfig
create mode 100644 roms/u-boot/configs/M5282EVB_defconfig
create mode 100644 roms/u-boot/configs/M53017EVB_defconfig
create mode 100644 roms/u-boot/configs/M5329AFEE_defconfig
create mode 100644 roms/u-boot/configs/M5329BFEE_defconfig
create mode 100644 roms/u-boot/configs/M5373EVB_defconfig
create mode 100644 roms/u-boot/configs/M54418TWR_defconfig
create mode 100644 roms/u-boot/configs/M54418TWR_nand_mii_defconfig
create mode 100644 roms/u-boot/configs/M54418TWR_nand_rmii_defconfig
create mode 100644 roms/u-boot/configs/M54418TWR_nand_rmii_lowfreq_defconfig
create mode 100644 roms/u-boot/configs/M54418TWR_serial_mii_defconfig
create mode 100644 roms/u-boot/configs/M54418TWR_serial_rmii_defconfig
create mode 100644 roms/u-boot/configs/M54451EVB_defconfig
create mode 100644 roms/u-boot/configs/M54451EVB_stmicro_defconfig
create mode 100644 roms/u-boot/configs/M54455EVB_a66_defconfig
create mode 100644 roms/u-boot/configs/M54455EVB_defconfig
create mode 100644 roms/u-boot/configs/M54455EVB_i66_defconfig
create mode 100644 roms/u-boot/configs/M54455EVB_intel_defconfig
create mode 100644 roms/u-boot/configs/M54455EVB_stm33_defconfig
create mode 100644 roms/u-boot/configs/M5475AFE_defconfig
create mode 100644 roms/u-boot/configs/M5475BFE_defconfig
create mode 100644 roms/u-boot/configs/M5475CFE_defconfig
create mode 100644 roms/u-boot/configs/M5475DFE_defconfig
create mode 100644 roms/u-boot/configs/M5475EFE_defconfig
create mode 100644 roms/u-boot/configs/M5475FFE_defconfig
create mode 100644 roms/u-boot/configs/M5475GFE_defconfig
create mode 100644 roms/u-boot/configs/M5485AFE_defconfig
create mode 100644 roms/u-boot/configs/M5485BFE_defconfig
create mode 100644 roms/u-boot/configs/M5485CFE_defconfig
create mode 100644 roms/u-boot/configs/M5485DFE_defconfig
create mode 100644 roms/u-boot/configs/M5485EFE_defconfig
create mode 100644 roms/u-boot/configs/M5485FFE_defconfig
create mode 100644 roms/u-boot/configs/M5485GFE_defconfig
create mode 100644 roms/u-boot/configs/M5485HFE_defconfig
create mode 100644 roms/u-boot/configs/MCR3000_defconfig
create mode 100644 roms/u-boot/configs/MK808C_defconfig
create mode 100644 roms/u-boot/configs/MPC8313ERDB_33_defconfig
create mode 100644 roms/u-boot/configs/MPC8313ERDB_66_defconfig
create mode 100644 roms/u-boot/configs/MPC8313ERDB_NAND_33_defconfig
create mode 100644 roms/u-boot/configs/MPC8313ERDB_NAND_66_defconfig
create mode 100644 roms/u-boot/configs/MPC8315ERDB_defconfig
create mode 100644 roms/u-boot/configs/MPC8323ERDB_defconfig
create mode 100644 roms/u-boot/configs/MPC832XEMDS_ATM_defconfig
create mode 100644 roms/u-boot/configs/MPC832XEMDS_HOST_33_defconfig
create mode 100644 roms/u-boot/configs/MPC832XEMDS_HOST_66_defconfig
create mode 100644 roms/u-boot/configs/MPC832XEMDS_SLAVE_defconfig
create mode 100644 roms/u-boot/configs/MPC832XEMDS_defconfig
create mode 100644 roms/u-boot/configs/MPC8349EMDS_PCI64_defconfig
create mode 100644 roms/u-boot/configs/MPC8349EMDS_SDRAM_defconfig
create mode 100644 roms/u-boot/configs/MPC8349EMDS_SLAVE_defconfig
create mode 100644 roms/u-boot/configs/MPC8349EMDS_defconfig
create mode 100644 roms/u-boot/configs/MPC837XERDB_SLAVE_defconfig
create mode 100644 roms/u-boot/configs/MPC837XERDB_defconfig
create mode 100644 roms/u-boot/configs/MPC8541CDS_defconfig
create mode 100644 roms/u-boot/configs/MPC8541CDS_legacy_defconfig
create mode 100644 roms/u-boot/configs/MPC8548CDS_36BIT_defconfig
create mode 100644 roms/u-boot/configs/MPC8548CDS_defconfig
create mode 100644 roms/u-boot/configs/MPC8548CDS_legacy_defconfig
create mode 100644 roms/u-boot/configs/MPC8555CDS_defconfig
create mode 100644 roms/u-boot/configs/MPC8555CDS_legacy_defconfig
create mode 100644 roms/u-boot/configs/MPC8568MDS_defconfig
create mode 100644 roms/u-boot/configs/MSI_Primo73_defconfig
create mode 100644 roms/u-boot/configs/MSI_Primo81_defconfig
create mode 100644 roms/u-boot/configs/Marsboard_A10_defconfig
create mode 100644 roms/u-boot/configs/Mele_A1000G_quad_defconfig
create mode 100644 roms/u-boot/configs/Mele_A1000_defconfig
create mode 100644 roms/u-boot/configs/Mele_I7_defconfig
create mode 100644 roms/u-boot/configs/Mele_M3_defconfig
create mode 100644 roms/u-boot/configs/Mele_M5_defconfig
create mode 100644 roms/u-boot/configs/Mele_M9_defconfig
create mode 100644 roms/u-boot/configs/Merrii_A80_Optimus_defconfig
create mode 100644 roms/u-boot/configs/Mini-X_defconfig
create mode 100644 roms/u-boot/configs/Nintendo_NES_Classic_Edition_defconfig
create mode 100644 roms/u-boot/configs/Orangepi_defconfig
create mode 100644 roms/u-boot/configs/Orangepi_mini_defconfig
create mode 100644 roms/u-boot/configs/P1010RDB-PA_36BIT_NAND_defconfig
create mode 100644 roms/u-boot/configs/P1010RDB-PA_36BIT_NOR_defconfig
create mode 100644 roms/u-boot/configs/P1010RDB-PA_36BIT_SDCARD_defconfig
create mode 100644 roms/u-boot/configs/P1010RDB-PA_36BIT_SPIFLASH_defconfig
create mode 100644 roms/u-boot/configs/P1010RDB-PA_NAND_defconfig
create mode 100644 roms/u-boot/configs/P1010RDB-PA_NOR_defconfig
create mode 100644 roms/u-boot/configs/P1010RDB-PA_SDCARD_defconfig
create mode 100644 roms/u-boot/configs/P1010RDB-PA_SPIFLASH_defconfig
create mode 100644 roms/u-boot/configs/P1010RDB-PB_36BIT_NAND_defconfig
create mode 100644 roms/u-boot/configs/P1010RDB-PB_36BIT_NOR_defconfig
create mode 100644 roms/u-boot/configs/P1010RDB-PB_36BIT_SDCARD_defconfig
create mode 100644 roms/u-boot/configs/P1010RDB-PB_36BIT_SPIFLASH_defconfig
create mode 100644 roms/u-boot/configs/P1010RDB-PB_NAND_defconfig
create mode 100644 roms/u-boot/configs/P1010RDB-PB_NOR_defconfig
create mode 100644 roms/u-boot/configs/P1010RDB-PB_SDCARD_defconfig
create mode 100644 roms/u-boot/configs/P1010RDB-PB_SPIFLASH_defconfig
create mode 100644 roms/u-boot/configs/P1020RDB-PC_36BIT_NAND_defconfig
create mode 100644 roms/u-boot/configs/P1020RDB-PC_36BIT_SDCARD_defconfig
create mode 100644 roms/u-boot/configs/P1020RDB-PC_36BIT_SPIFLASH_defconfig
create mode 100644 roms/u-boot/configs/P1020RDB-PC_36BIT_defconfig
create mode 100644 roms/u-boot/configs/P1020RDB-PC_NAND_defconfig
create mode 100644 roms/u-boot/configs/P1020RDB-PC_SDCARD_defconfig
create mode 100644 roms/u-boot/configs/P1020RDB-PC_SPIFLASH_defconfig
create mode 100644 roms/u-boot/configs/P1020RDB-PC_defconfig
create mode 100644 roms/u-boot/configs/P1020RDB-PD_NAND_defconfig
create mode 100644 roms/u-boot/configs/P1020RDB-PD_SDCARD_defconfig
create mode 100644 roms/u-boot/configs/P1020RDB-PD_SPIFLASH_defconfig
create mode 100644 roms/u-boot/configs/P1020RDB-PD_defconfig
create mode 100644 roms/u-boot/configs/P2020RDB-PC_36BIT_NAND_defconfig
create mode 100644 roms/u-boot/configs/P2020RDB-PC_36BIT_SDCARD_defconfig
create mode 100644 roms/u-boot/configs/P2020RDB-PC_36BIT_SPIFLASH_defconfig
create mode 100644 roms/u-boot/configs/P2020RDB-PC_36BIT_defconfig
create mode 100644 roms/u-boot/configs/P2020RDB-PC_NAND_defconfig
create mode 100644 roms/u-boot/configs/P2020RDB-PC_SDCARD_defconfig
create mode 100644 roms/u-boot/configs/P2020RDB-PC_SPIFLASH_defconfig
create mode 100644 roms/u-boot/configs/P2020RDB-PC_defconfig
create mode 100644 roms/u-boot/configs/P2041RDB_NAND_defconfig
create mode 100644 roms/u-boot/configs/P2041RDB_SDCARD_defconfig
create mode 100644 roms/u-boot/configs/P2041RDB_SPIFLASH_defconfig
create mode 100644 roms/u-boot/configs/P2041RDB_defconfig
create mode 100644 roms/u-boot/configs/P3041DS_NAND_defconfig
create mode 100644 roms/u-boot/configs/P3041DS_SDCARD_defconfig
create mode 100644 roms/u-boot/configs/P3041DS_SPIFLASH_defconfig
create mode 100644 roms/u-boot/configs/P3041DS_defconfig
create mode 100644 roms/u-boot/configs/P4080DS_SDCARD_defconfig
create mode 100644 roms/u-boot/configs/P4080DS_SPIFLASH_defconfig
create mode 100644 roms/u-boot/configs/P4080DS_defconfig
create mode 100644 roms/u-boot/configs/P5040DS_NAND_defconfig
create mode 100644 roms/u-boot/configs/P5040DS_SDCARD_defconfig
create mode 100644 roms/u-boot/configs/P5040DS_SPIFLASH_defconfig
create mode 100644 roms/u-boot/configs/P5040DS_defconfig
create mode 100644 roms/u-boot/configs/SBx81LIFKW_defconfig
create mode 100644 roms/u-boot/configs/SBx81LIFXCAT_defconfig
create mode 100644 roms/u-boot/configs/Sinlinx_SinA31s_defconfig
create mode 100644 roms/u-boot/configs/Sinlinx_SinA33_defconfig
create mode 100644 roms/u-boot/configs/Sinovoip_BPI_M2_defconfig
create mode 100644 roms/u-boot/configs/Sinovoip_BPI_M3_defconfig
create mode 100644 roms/u-boot/configs/Sunchip_CX-A99_defconfig
create mode 100644 roms/u-boot/configs/T1023RDB_NAND_defconfig
create mode 100644 roms/u-boot/configs/T1023RDB_SDCARD_defconfig
create mode 100644 roms/u-boot/configs/T1023RDB_SPIFLASH_defconfig
create mode 100644 roms/u-boot/configs/T1023RDB_defconfig
create mode 100644 roms/u-boot/configs/T1024RDB_NAND_defconfig
create mode 100644 roms/u-boot/configs/T1024RDB_SDCARD_defconfig
create mode 100644 roms/u-boot/configs/T1024RDB_SECURE_BOOT_defconfig
create mode 100644 roms/u-boot/configs/T1024RDB_SPIFLASH_defconfig
create mode 100644 roms/u-boot/configs/T1024RDB_defconfig
create mode 100644 roms/u-boot/configs/T1040D4RDB_NAND_defconfig
create mode 100644 roms/u-boot/configs/T1040D4RDB_SDCARD_defconfig
create mode 100644 roms/u-boot/configs/T1040D4RDB_SPIFLASH_defconfig
create mode 100644 roms/u-boot/configs/T1040D4RDB_defconfig
create mode 100644 roms/u-boot/configs/T1040RDB_NAND_defconfig
create mode 100644 roms/u-boot/configs/T1040RDB_SDCARD_defconfig
create mode 100644 roms/u-boot/configs/T1040RDB_SPIFLASH_defconfig
create mode 100644 roms/u-boot/configs/T1040RDB_defconfig
create mode 100644 roms/u-boot/configs/T1042D4RDB_NAND_defconfig
create mode 100644 roms/u-boot/configs/T1042D4RDB_SDCARD_defconfig
create mode 100644 roms/u-boot/configs/T1042D4RDB_SECURE_BOOT_defconfig
create mode 100644 roms/u-boot/configs/T1042D4RDB_SPIFLASH_defconfig
create mode 100644 roms/u-boot/configs/T1042D4RDB_defconfig
create mode 100644 roms/u-boot/configs/T1042RDB_PI_NAND_defconfig
create mode 100644 roms/u-boot/configs/T1042RDB_PI_SDCARD_defconfig
create mode 100644 roms/u-boot/configs/T1042RDB_PI_SPIFLASH_defconfig
create mode 100644 roms/u-boot/configs/T1042RDB_PI_defconfig
create mode 100644 roms/u-boot/configs/T1042RDB_defconfig
create mode 100644 roms/u-boot/configs/T2080QDS_NAND_defconfig
create mode 100644 roms/u-boot/configs/T2080QDS_SDCARD_defconfig
create mode 100644 roms/u-boot/configs/T2080QDS_SECURE_BOOT_defconfig
create mode 100644 roms/u-boot/configs/T2080QDS_SPIFLASH_defconfig
create mode 100644 roms/u-boot/configs/T2080QDS_SRIO_PCIE_BOOT_defconfig
create mode 100644 roms/u-boot/configs/T2080QDS_defconfig
create mode 100644 roms/u-boot/configs/T2080RDB_NAND_defconfig
create mode 100644 roms/u-boot/configs/T2080RDB_SDCARD_defconfig
create mode 100644 roms/u-boot/configs/T2080RDB_SPIFLASH_defconfig
create mode 100644 roms/u-boot/configs/T2080RDB_defconfig
create mode 100644 roms/u-boot/configs/T2080RDB_revD_NAND_defconfig
create mode 100644 roms/u-boot/configs/T2080RDB_revD_SDCARD_defconfig
create mode 100644 roms/u-boot/configs/T2080RDB_revD_SPIFLASH_defconfig
create mode 100644 roms/u-boot/configs/T2080RDB_revD_defconfig
create mode 100644 roms/u-boot/configs/T4160RDB_defconfig
create mode 100644 roms/u-boot/configs/T4240RDB_SDCARD_defconfig
create mode 100644 roms/u-boot/configs/T4240RDB_defconfig
create mode 100644 roms/u-boot/configs/TQM834x_defconfig
create mode 100644 roms/u-boot/configs/UCP1020_defconfig
create mode 100644 roms/u-boot/configs/UTOO_P66_defconfig
create mode 100644 roms/u-boot/configs/Wexler_TAB7200_defconfig
create mode 100644 roms/u-boot/configs/Wits_Pro_A20_DKT_defconfig
create mode 100644 roms/u-boot/configs/Wobo_i5_defconfig
create mode 100644 roms/u-boot/configs/Yones_Toptech_BD1078_defconfig
create mode 100644 roms/u-boot/configs/Yones_Toptech_BS1078_V2_defconfig
create mode 100644 roms/u-boot/configs/a64-olinuxino-emmc_defconfig
create mode 100644 roms/u-boot/configs/a64-olinuxino_defconfig
create mode 100644 roms/u-boot/configs/adp-ae3xx_defconfig
create mode 100644 roms/u-boot/configs/adp-ag101p_defconfig
create mode 100644 roms/u-boot/configs/ae350_rv32_defconfig
create mode 100644 roms/u-boot/configs/ae350_rv32_spl_defconfig
create mode 100644 roms/u-boot/configs/ae350_rv32_spl_xip_defconfig
create mode 100644 roms/u-boot/configs/ae350_rv32_xip_defconfig
create mode 100644 roms/u-boot/configs/ae350_rv64_defconfig
create mode 100644 roms/u-boot/configs/ae350_rv64_spl_defconfig
create mode 100644 roms/u-boot/configs/ae350_rv64_spl_xip_defconfig
create mode 100644 roms/u-boot/configs/ae350_rv64_xip_defconfig
create mode 100644 roms/u-boot/configs/alt_defconfig
create mode 100644 roms/u-boot/configs/am335x_baltos_defconfig
create mode 100644 roms/u-boot/configs/am335x_boneblack_vboot_defconfig
create mode 100644 roms/u-boot/configs/am335x_evm_defconfig
create mode 100644 roms/u-boot/configs/am335x_evm_spiboot_defconfig
create mode 100644 roms/u-boot/configs/am335x_guardian_defconfig
create mode 100644 roms/u-boot/configs/am335x_hs_evm_defconfig
create mode 100644 roms/u-boot/configs/am335x_hs_evm_uart_defconfig
create mode 100644 roms/u-boot/configs/am335x_igep003x_defconfig
create mode 100644 roms/u-boot/configs/am335x_pdu001_defconfig
create mode 100644 roms/u-boot/configs/am335x_shc_defconfig
create mode 100644 roms/u-boot/configs/am335x_shc_ict_defconfig
create mode 100644 roms/u-boot/configs/am335x_shc_netboot_defconfig
create mode 100644 roms/u-boot/configs/am335x_shc_sdboot_defconfig
create mode 100644 roms/u-boot/configs/am335x_sl50_defconfig
create mode 100644 roms/u-boot/configs/am3517_evm_defconfig
create mode 100644 roms/u-boot/configs/am43xx_evm_defconfig
create mode 100644 roms/u-boot/configs/am43xx_evm_qspiboot_defconfig
create mode 100644 roms/u-boot/configs/am43xx_evm_rtconly_defconfig
create mode 100644 roms/u-boot/configs/am43xx_evm_usbhost_boot_defconfig
create mode 100644 roms/u-boot/configs/am43xx_hs_evm_defconfig
create mode 100644 roms/u-boot/configs/am57xx_evm_defconfig
create mode 100644 roms/u-boot/configs/am57xx_hs_evm_defconfig
create mode 100644 roms/u-boot/configs/am57xx_hs_evm_usb_defconfig
create mode 100644 roms/u-boot/configs/am64x_evm_a53_defconfig
create mode 100644 roms/u-boot/configs/am64x_evm_r5_defconfig
create mode 100644 roms/u-boot/configs/am65x_evm_a53_defconfig
create mode 100644 roms/u-boot/configs/am65x_evm_r5_defconfig
create mode 100644 roms/u-boot/configs/am65x_evm_r5_usbdfu_defconfig
create mode 100644 roms/u-boot/configs/am65x_evm_r5_usbmsc_defconfig
create mode 100644 roms/u-boot/configs/am65x_hs_evm_a53_defconfig
create mode 100644 roms/u-boot/configs/am65x_hs_evm_r5_defconfig
create mode 100644 roms/u-boot/configs/amarula_a64_relic_defconfig
create mode 100644 roms/u-boot/configs/amcore_defconfig
create mode 100644 roms/u-boot/configs/ap121_defconfig
create mode 100644 roms/u-boot/configs/ap143_defconfig
create mode 100644 roms/u-boot/configs/ap152_defconfig
create mode 100644 roms/u-boot/configs/apalis-imx8_defconfig
create mode 100644 roms/u-boot/configs/apalis-imx8x_defconfig
create mode 100644 roms/u-boot/configs/apalis-tk1_defconfig
create mode 100644 roms/u-boot/configs/apalis_imx6_defconfig
create mode 100644 roms/u-boot/configs/apalis_t30_defconfig
create mode 100644 roms/u-boot/configs/aristainetos2c_defconfig
create mode 100644 roms/u-boot/configs/aristainetos2ccslb_defconfig
create mode 100644 roms/u-boot/configs/armadillo-800eva_defconfig
create mode 100644 roms/u-boot/configs/arndale_defconfig
create mode 100644 roms/u-boot/configs/aspenite_defconfig
create mode 100644 roms/u-boot/configs/astro_mcf5373l_defconfig
create mode 100644 roms/u-boot/configs/at91rm9200ek_defconfig
create mode 100644 roms/u-boot/configs/at91rm9200ek_ram_defconfig
create mode 100644 roms/u-boot/configs/at91sam9260ek_dataflash_cs0_defconfig
create mode 100644 roms/u-boot/configs/at91sam9260ek_dataflash_cs1_defconfig
create mode 100644 roms/u-boot/configs/at91sam9260ek_nandflash_defconfig
create mode 100644 roms/u-boot/configs/at91sam9261ek_dataflash_cs0_defconfig
create mode 100644 roms/u-boot/configs/at91sam9261ek_dataflash_cs3_defconfig
create mode 100644 roms/u-boot/configs/at91sam9261ek_nandflash_defconfig
create mode 100644 roms/u-boot/configs/at91sam9263ek_dataflash_cs0_defconfig
create mode 100644 roms/u-boot/configs/at91sam9263ek_dataflash_defconfig
create mode 100644 roms/u-boot/configs/at91sam9263ek_nandflash_defconfig
create mode 100644 roms/u-boot/configs/at91sam9263ek_norflash_boot_defconfig
create mode 100644 roms/u-boot/configs/at91sam9263ek_norflash_defconfig
create mode 100644 roms/u-boot/configs/at91sam9g10ek_dataflash_cs0_defconfig
create mode 100644 roms/u-boot/configs/at91sam9g10ek_dataflash_cs3_defconfig
create mode 100644 roms/u-boot/configs/at91sam9g10ek_nandflash_defconfig
create mode 100644 roms/u-boot/configs/at91sam9g20ek_2mmc_defconfig
create mode 100644 roms/u-boot/configs/at91sam9g20ek_2mmc_nandflash_defconfig
create mode 100644 roms/u-boot/configs/at91sam9g20ek_dataflash_cs0_defconfig
create mode 100644 roms/u-boot/configs/at91sam9g20ek_dataflash_cs1_defconfig
create mode 100644 roms/u-boot/configs/at91sam9g20ek_nandflash_defconfig
create mode 100644 roms/u-boot/configs/at91sam9m10g45ek_mmc_defconfig
create mode 100644 roms/u-boot/configs/at91sam9m10g45ek_nandflash_defconfig
create mode 100644 roms/u-boot/configs/at91sam9n12ek_mmc_defconfig
create mode 100644 roms/u-boot/configs/at91sam9n12ek_nandflash_defconfig
create mode 100644 roms/u-boot/configs/at91sam9n12ek_spiflash_defconfig
create mode 100644 roms/u-boot/configs/at91sam9rlek_dataflash_defconfig
create mode 100644 roms/u-boot/configs/at91sam9rlek_mmc_defconfig
create mode 100644 roms/u-boot/configs/at91sam9rlek_nandflash_defconfig
create mode 100644 roms/u-boot/configs/at91sam9x5ek_dataflash_defconfig
create mode 100644 roms/u-boot/configs/at91sam9x5ek_mmc_defconfig
create mode 100644 roms/u-boot/configs/at91sam9x5ek_nandflash_defconfig
create mode 100644 roms/u-boot/configs/at91sam9x5ek_spiflash_defconfig
create mode 100644 roms/u-boot/configs/at91sam9xeek_dataflash_cs0_defconfig
create mode 100644 roms/u-boot/configs/at91sam9xeek_dataflash_cs1_defconfig
create mode 100644 roms/u-boot/configs/at91sam9xeek_nandflash_defconfig
create mode 100644 roms/u-boot/configs/avnet_ultrazedev_cc_v1_0_ultrazedev_som_v1_0_defconfig
create mode 100644 roms/u-boot/configs/axm_defconfig
create mode 100644 roms/u-boot/configs/axs101_defconfig
create mode 100644 roms/u-boot/configs/axs103_defconfig
create mode 100644 roms/u-boot/configs/ba10_tv_box_defconfig
create mode 100644 roms/u-boot/configs/bananapi_m1_plus_defconfig
create mode 100644 roms/u-boot/configs/bananapi_m2_berry_defconfig
create mode 100644 roms/u-boot/configs/bananapi_m2_plus_h3_defconfig
create mode 100644 roms/u-boot/configs/bananapi_m2_plus_h5_defconfig
create mode 100644 roms/u-boot/configs/bananapi_m2_zero_defconfig
create mode 100644 roms/u-boot/configs/bananapi_m64_defconfig
create mode 100644 roms/u-boot/configs/bayleybay_defconfig
create mode 100644 roms/u-boot/configs/bcm7260_defconfig
create mode 100644 roms/u-boot/configs/bcm7445_defconfig
create mode 100644 roms/u-boot/configs/bcm963158_ram_defconfig
create mode 100644 roms/u-boot/configs/bcm968360bg_ram_defconfig
create mode 100644 roms/u-boot/configs/bcm968380gerg_ram_defconfig
create mode 100644 roms/u-boot/configs/bcm968580xref_ram_defconfig
create mode 100644 roms/u-boot/configs/bcm_ns3_defconfig
create mode 100644 roms/u-boot/configs/beaver_defconfig
create mode 100644 roms/u-boot/configs/beelink-gtking_defconfig
create mode 100644 roms/u-boot/configs/beelink-gtkingpro_defconfig
create mode 100644 roms/u-boot/configs/beelink_gs1_defconfig
create mode 100644 roms/u-boot/configs/beelink_x2_defconfig
create mode 100644 roms/u-boot/configs/bg0900_defconfig
create mode 100644 roms/u-boot/configs/bitmain_antminer_s9_defconfig
create mode 100644 roms/u-boot/configs/bk4r1_defconfig
create mode 100644 roms/u-boot/configs/blanche_defconfig
create mode 100644 roms/u-boot/configs/boston32r2_defconfig
create mode 100644 roms/u-boot/configs/boston32r2el_defconfig
create mode 100644 roms/u-boot/configs/boston32r6_defconfig
create mode 100644 roms/u-boot/configs/boston32r6el_defconfig
create mode 100644 roms/u-boot/configs/boston64r2_defconfig
create mode 100644 roms/u-boot/configs/boston64r2el_defconfig
create mode 100644 roms/u-boot/configs/boston64r6_defconfig
create mode 100644 roms/u-boot/configs/boston64r6el_defconfig
create mode 100644 roms/u-boot/configs/brppt1_mmc_defconfig
create mode 100644 roms/u-boot/configs/brppt1_nand_defconfig
create mode 100644 roms/u-boot/configs/brppt1_spi_defconfig
create mode 100644 roms/u-boot/configs/brppt2_defconfig
create mode 100644 roms/u-boot/configs/brsmarc1_defconfig
create mode 100644 roms/u-boot/configs/brxre1_defconfig
create mode 100644 roms/u-boot/configs/bubblegum_96_defconfig
create mode 100644 roms/u-boot/configs/caddy2_defconfig
create mode 100644 roms/u-boot/configs/cardhu_defconfig
create mode 100644 roms/u-boot/configs/cei-tk1-som_defconfig
create mode 100644 roms/u-boot/configs/cgtqmx8_defconfig
create mode 100644 roms/u-boot/configs/cherryhill_defconfig
create mode 100644 roms/u-boot/configs/chiliboard_defconfig
create mode 100644 roms/u-boot/configs/chromebit_mickey_defconfig
create mode 100644 roms/u-boot/configs/chromebook_bob_defconfig
create mode 100644 roms/u-boot/configs/chromebook_coral_defconfig
create mode 100644 roms/u-boot/configs/chromebook_jerry_defconfig
create mode 100644 roms/u-boot/configs/chromebook_link64_defconfig
create mode 100644 roms/u-boot/configs/chromebook_link_defconfig
create mode 100644 roms/u-boot/configs/chromebook_minnie_defconfig
create mode 100644 roms/u-boot/configs/chromebook_samus_defconfig
create mode 100644 roms/u-boot/configs/chromebook_samus_tpl_defconfig
create mode 100644 roms/u-boot/configs/chromebook_speedy_defconfig
create mode 100644 roms/u-boot/configs/chromebox_panther_defconfig
create mode 100644 roms/u-boot/configs/ci20_mmc_defconfig
create mode 100644 roms/u-boot/configs/cl-som-imx7_defconfig
create mode 100644 roms/u-boot/configs/clearfog_defconfig
create mode 100644 roms/u-boot/configs/clearfog_gt_8k_defconfig
create mode 100644 roms/u-boot/configs/cm_fx6_defconfig
create mode 100644 roms/u-boot/configs/cm_t335_defconfig
create mode 100644 roms/u-boot/configs/cm_t43_defconfig
create mode 100644 roms/u-boot/configs/cobra5272_defconfig
create mode 100644 roms/u-boot/configs/colibri-imx6ull_defconfig
create mode 100644 roms/u-boot/configs/colibri-imx8x_defconfig
create mode 100644 roms/u-boot/configs/colibri_imx6_defconfig
create mode 100644 roms/u-boot/configs/colibri_imx7_defconfig
create mode 100644 roms/u-boot/configs/colibri_imx7_emmc_defconfig
create mode 100644 roms/u-boot/configs/colibri_pxa270_defconfig
create mode 100644 roms/u-boot/configs/colibri_t20_defconfig
create mode 100644 roms/u-boot/configs/colibri_t30_defconfig
create mode 100644 roms/u-boot/configs/colibri_vf_defconfig
create mode 100644 roms/u-boot/configs/colorfly_e708_q1_defconfig
create mode 100644 roms/u-boot/configs/comtrend_ar5315u_ram_defconfig
create mode 100644 roms/u-boot/configs/comtrend_ar5387un_ram_defconfig
create mode 100644 roms/u-boot/configs/comtrend_ct5361_ram_defconfig
create mode 100644 roms/u-boot/configs/comtrend_vr3032u_ram_defconfig
create mode 100644 roms/u-boot/configs/comtrend_wap5813n_ram_defconfig
create mode 100644 roms/u-boot/configs/conga-qeval20-qa3-e3845-internal-uart_defconfig
create mode 100644 roms/u-boot/configs/conga-qeval20-qa3-e3845_defconfig
create mode 100644 roms/u-boot/configs/controlcenterdc_defconfig
create mode 100644 roms/u-boot/configs/coreboot64_defconfig
create mode 100644 roms/u-boot/configs/coreboot_defconfig
create mode 100644 roms/u-boot/configs/cortina_presidio-asic-base_defconfig
create mode 100644 roms/u-boot/configs/cortina_presidio-asic-emmc_defconfig
create mode 100644 roms/u-boot/configs/cortina_presidio-asic-pnand_defconfig
create mode 100644 roms/u-boot/configs/corvus_defconfig
create mode 100644 roms/u-boot/configs/cougarcanyon2_defconfig
create mode 100644 roms/u-boot/configs/crownbay_defconfig
create mode 100644 roms/u-boot/configs/crs305-1g-4s-bit_defconfig
create mode 100644 roms/u-boot/configs/crs305-1g-4s_defconfig
create mode 100644 roms/u-boot/configs/crs326-24g-2s-bit_defconfig
create mode 100644 roms/u-boot/configs/crs326-24g-2s_defconfig
create mode 100644 roms/u-boot/configs/crs328-4c-20s-4s-bit_defconfig
create mode 100644 roms/u-boot/configs/crs328-4c-20s-4s_defconfig
create mode 100644 roms/u-boot/configs/cubieboard7_defconfig
create mode 100644 roms/u-boot/configs/d2net_v2_defconfig
create mode 100644 roms/u-boot/configs/da850evm_defconfig
create mode 100644 roms/u-boot/configs/da850evm_direct_nor_defconfig
create mode 100644 roms/u-boot/configs/da850evm_nand_defconfig
create mode 100644 roms/u-boot/configs/dalmore_defconfig
create mode 100644 roms/u-boot/configs/db-88f6720_defconfig
create mode 100644 roms/u-boot/configs/db-88f6820-amc_defconfig
create mode 100644 roms/u-boot/configs/db-88f6820-gp_defconfig
create mode 100644 roms/u-boot/configs/db-mv784mp-gp_defconfig
create mode 100644 roms/u-boot/configs/db-xc3-24g4xg_defconfig
create mode 100644 roms/u-boot/configs/deneb_defconfig
create mode 100644 roms/u-boot/configs/devkit3250_defconfig
create mode 100644 roms/u-boot/configs/devkit8000_defconfig
create mode 100644 roms/u-boot/configs/dfi-bt700-q7x-151_defconfig
create mode 100644 roms/u-boot/configs/dh_imx6_defconfig
create mode 100644 roms/u-boot/configs/difrnce_dit4350_defconfig
create mode 100644 roms/u-boot/configs/display5_defconfig
create mode 100644 roms/u-boot/configs/display5_factory_defconfig
create mode 100644 roms/u-boot/configs/dns325_defconfig
create mode 100644 roms/u-boot/configs/dockstar_defconfig
create mode 100644 roms/u-boot/configs/dra7xx_evm_defconfig
create mode 100644 roms/u-boot/configs/dra7xx_hs_evm_defconfig
create mode 100644 roms/u-boot/configs/dra7xx_hs_evm_usb_defconfig
create mode 100644 roms/u-boot/configs/draco_defconfig
create mode 100644 roms/u-boot/configs/dragonboard410c_defconfig
create mode 100644 roms/u-boot/configs/dragonboard820c_defconfig
create mode 100644 roms/u-boot/configs/dreamplug_defconfig
create mode 100644 roms/u-boot/configs/ds109_defconfig
create mode 100644 roms/u-boot/configs/ds414_defconfig
create mode 100644 roms/u-boot/configs/dserve_dsrv9703c_defconfig
create mode 100644 roms/u-boot/configs/durian_defconfig
create mode 100644 roms/u-boot/configs/eb_cpu5282_defconfig
create mode 100644 roms/u-boot/configs/eb_cpu5282_internal_defconfig
create mode 100644 roms/u-boot/configs/edb9315a_defconfig
create mode 100644 roms/u-boot/configs/edison_defconfig
create mode 100644 roms/u-boot/configs/edminiv2_defconfig
create mode 100644 roms/u-boot/configs/efi-x86_app_defconfig
create mode 100644 roms/u-boot/configs/efi-x86_payload32_defconfig
create mode 100644 roms/u-boot/configs/efi-x86_payload64_defconfig
create mode 100644 roms/u-boot/configs/elgin-rv1108_defconfig
create mode 100644 roms/u-boot/configs/emlid_neutis_n5_devboard_defconfig
create mode 100644 roms/u-boot/configs/emsdp_defconfig
create mode 100644 roms/u-boot/configs/espresso7420_defconfig
create mode 100644 roms/u-boot/configs/etamin_defconfig
create mode 100644 roms/u-boot/configs/ethernut5_defconfig
create mode 100644 roms/u-boot/configs/ev-imx280-nano-x-mb_defconfig
create mode 100644 roms/u-boot/configs/evb-ast2500_defconfig
create mode 100644 roms/u-boot/configs/evb-ast2600_defconfig
create mode 100644 roms/u-boot/configs/evb-px30_defconfig
create mode 100644 roms/u-boot/configs/evb-px5_defconfig
create mode 100644 roms/u-boot/configs/evb-rk3036_defconfig
create mode 100644 roms/u-boot/configs/evb-rk3128_defconfig
create mode 100644 roms/u-boot/configs/evb-rk3229_defconfig
create mode 100644 roms/u-boot/configs/evb-rk3288_defconfig
create mode 100644 roms/u-boot/configs/evb-rk3308_defconfig
create mode 100644 roms/u-boot/configs/evb-rk3328_defconfig
create mode 100644 roms/u-boot/configs/evb-rk3399_defconfig
create mode 100644 roms/u-boot/configs/evb-rv1108_defconfig
create mode 100644 roms/u-boot/configs/ficus-rk3399_defconfig
create mode 100644 roms/u-boot/configs/firefly-px30_defconfig
create mode 100644 roms/u-boot/configs/firefly-rk3288_defconfig
create mode 100644 roms/u-boot/configs/firefly-rk3399_defconfig
create mode 100644 roms/u-boot/configs/flea3_defconfig
create mode 100644 roms/u-boot/configs/ga10h_v1_1_defconfig
create mode 100644 roms/u-boot/configs/galileo_defconfig
create mode 100644 roms/u-boot/configs/gardena-smart-gateway-at91sam_defconfig
create mode 100644 roms/u-boot/configs/gardena-smart-gateway-mt7688_defconfig
create mode 100644 roms/u-boot/configs/gazerbeam_defconfig
create mode 100644 roms/u-boot/configs/ge_b1x5v2_defconfig
create mode 100644 roms/u-boot/configs/ge_bx50v3_defconfig
create mode 100644 roms/u-boot/configs/geekbox_defconfig
create mode 100644 roms/u-boot/configs/giedi_defconfig
create mode 100644 roms/u-boot/configs/goflexhome_defconfig
create mode 100644 roms/u-boot/configs/gose_defconfig
create mode 100644 roms/u-boot/configs/gplugd_defconfig
create mode 100644 roms/u-boot/configs/grpeach_defconfig
create mode 100644 roms/u-boot/configs/gt90h_v4_defconfig
create mode 100644 roms/u-boot/configs/gurnard_defconfig
create mode 100644 roms/u-boot/configs/guruplug_defconfig
create mode 100644 roms/u-boot/configs/gwventana_emmc_defconfig
create mode 100644 roms/u-boot/configs/gwventana_gw5904_defconfig
create mode 100644 roms/u-boot/configs/gwventana_nand_defconfig
create mode 100644 roms/u-boot/configs/h8_homlet_v2_defconfig
create mode 100644 roms/u-boot/configs/harmony_defconfig
create mode 100644 roms/u-boot/configs/helios4_defconfig
create mode 100644 roms/u-boot/configs/highbank_defconfig
create mode 100644 roms/u-boot/configs/hihope_rzg2_defconfig
create mode 100644 roms/u-boot/configs/hikey960_defconfig
create mode 100644 roms/u-boot/configs/hikey_defconfig
create mode 100644 roms/u-boot/configs/hsdk_4xd_defconfig
create mode 100644 roms/u-boot/configs/hsdk_defconfig
create mode 100644 roms/u-boot/configs/huawei_hg556a_ram_defconfig
create mode 100644 roms/u-boot/configs/i12-tvbox_defconfig
create mode 100644 roms/u-boot/configs/iNet_3F_defconfig
create mode 100644 roms/u-boot/configs/iNet_3W_defconfig
create mode 100644 roms/u-boot/configs/iNet_86VS_defconfig
create mode 100644 roms/u-boot/configs/iNet_D978_rev2_defconfig
create mode 100644 roms/u-boot/configs/ib62x0_defconfig
create mode 100644 roms/u-boot/configs/icnova-a20-swac_defconfig
create mode 100644 roms/u-boot/configs/iconnect_defconfig
create mode 100644 roms/u-boot/configs/ids8313_defconfig
create mode 100644 roms/u-boot/configs/igep00x0_defconfig
create mode 100644 roms/u-boot/configs/imgtec_xilfpga_defconfig
create mode 100644 roms/u-boot/configs/imx28_xea_defconfig
create mode 100644 roms/u-boot/configs/imx6dl_icore_nand_defconfig
create mode 100644 roms/u-boot/configs/imx6dl_mamoj_defconfig
create mode 100644 roms/u-boot/configs/imx6q_icore_nand_defconfig
create mode 100644 roms/u-boot/configs/imx6q_logic_defconfig
create mode 100644 roms/u-boot/configs/imx6qdl_icore_mipi_defconfig
create mode 100644 roms/u-boot/configs/imx6qdl_icore_mmc_defconfig
create mode 100644 roms/u-boot/configs/imx6qdl_icore_nand_defconfig
create mode 100644 roms/u-boot/configs/imx6qdl_icore_rqs_defconfig
create mode 100644 roms/u-boot/configs/imx6ul_geam_mmc_defconfig
create mode 100644 roms/u-boot/configs/imx6ul_geam_nand_defconfig
create mode 100644 roms/u-boot/configs/imx6ul_isiot_emmc_defconfig
create mode 100644 roms/u-boot/configs/imx6ul_isiot_nand_defconfig
create mode 100644 roms/u-boot/configs/imx7_cm_defconfig
create mode 100644 roms/u-boot/configs/imx8mm-cl-iot-gate_defconfig
create mode 100644 roms/u-boot/configs/imx8mm-icore-mx8mm-ctouch2_defconfig
create mode 100644 roms/u-boot/configs/imx8mm-icore-mx8mm-edimm2.2_defconfig
create mode 100644 roms/u-boot/configs/imx8mm_beacon_defconfig
create mode 100644 roms/u-boot/configs/imx8mm_evk_defconfig
create mode 100644 roms/u-boot/configs/imx8mm_venice_defconfig
create mode 100644 roms/u-boot/configs/imx8mn_beacon_2g_defconfig
create mode 100644 roms/u-boot/configs/imx8mn_beacon_defconfig
create mode 100644 roms/u-boot/configs/imx8mn_ddr4_evk_defconfig
create mode 100644 roms/u-boot/configs/imx8mn_evk_defconfig
create mode 100644 roms/u-boot/configs/imx8mp_evk_defconfig
create mode 100644 roms/u-boot/configs/imx8mq_cm_defconfig
create mode 100644 roms/u-boot/configs/imx8mq_evk_defconfig
create mode 100644 roms/u-boot/configs/imx8mq_phanbell_defconfig
create mode 100644 roms/u-boot/configs/imx8qm_mek_defconfig
create mode 100644 roms/u-boot/configs/imx8qm_rom7720_a1_4G_defconfig
create mode 100644 roms/u-boot/configs/imx8qxp_mek_defconfig
create mode 100644 roms/u-boot/configs/imxrt1020-evk_defconfig
create mode 100644 roms/u-boot/configs/imxrt1050-evk_defconfig
create mode 100644 roms/u-boot/configs/inet1_defconfig
create mode 100644 roms/u-boot/configs/inet86dz_defconfig
create mode 100644 roms/u-boot/configs/inet97fv2_defconfig
create mode 100644 roms/u-boot/configs/inet98v_rev2_defconfig
create mode 100644 roms/u-boot/configs/inet9f_rev03_defconfig
create mode 100644 roms/u-boot/configs/inet_q972_defconfig
create mode 100644 roms/u-boot/configs/inetspace_v2_defconfig
create mode 100644 roms/u-boot/configs/integratorap_cm720t_defconfig
create mode 100644 roms/u-boot/configs/integratorap_cm920t_defconfig
create mode 100644 roms/u-boot/configs/integratorap_cm926ejs_defconfig
create mode 100644 roms/u-boot/configs/integratorap_cm946es_defconfig
create mode 100644 roms/u-boot/configs/integratorcp_cm1136_defconfig
create mode 100644 roms/u-boot/configs/integratorcp_cm920t_defconfig
create mode 100644 roms/u-boot/configs/integratorcp_cm926ejs_defconfig
create mode 100644 roms/u-boot/configs/integratorcp_cm946es_defconfig
create mode 100644 roms/u-boot/configs/iot_devkit_defconfig
create mode 100644 roms/u-boot/configs/j7200_evm_a72_defconfig
create mode 100644 roms/u-boot/configs/j7200_evm_r5_defconfig
create mode 100644 roms/u-boot/configs/j721e_evm_a72_defconfig
create mode 100644 roms/u-boot/configs/j721e_evm_r5_defconfig
create mode 100644 roms/u-boot/configs/j721e_hs_evm_a72_defconfig
create mode 100644 roms/u-boot/configs/j721e_hs_evm_r5_defconfig
create mode 100644 roms/u-boot/configs/jesurun_q5_defconfig
create mode 100644 roms/u-boot/configs/jetson-tk1_defconfig
create mode 100644 roms/u-boot/configs/k2e_evm_defconfig
create mode 100644 roms/u-boot/configs/k2e_hs_evm_defconfig
create mode 100644 roms/u-boot/configs/k2g_evm_defconfig
create mode 100644 roms/u-boot/configs/k2g_hs_evm_defconfig
create mode 100644 roms/u-boot/configs/k2hk_evm_defconfig
create mode 100644 roms/u-boot/configs/k2hk_hs_evm_defconfig
create mode 100644 roms/u-boot/configs/k2l_evm_defconfig
create mode 100644 roms/u-boot/configs/k2l_hs_evm_defconfig
create mode 100644 roms/u-boot/configs/khadas-edge-captain-rk3399_defconfig
create mode 100644 roms/u-boot/configs/khadas-edge-rk3399_defconfig
create mode 100644 roms/u-boot/configs/khadas-edge-v-rk3399_defconfig
create mode 100644 roms/u-boot/configs/khadas-vim2_defconfig
create mode 100644 roms/u-boot/configs/khadas-vim3_defconfig
create mode 100644 roms/u-boot/configs/khadas-vim3l_defconfig
create mode 100644 roms/u-boot/configs/khadas-vim_defconfig
create mode 100644 roms/u-boot/configs/km_kirkwood_128m16_defconfig
create mode 100644 roms/u-boot/configs/km_kirkwood_defconfig
create mode 100644 roms/u-boot/configs/km_kirkwood_pci_defconfig
create mode 100644 roms/u-boot/configs/kmcent2_defconfig
create mode 100644 roms/u-boot/configs/kmcoge4_defconfig
create mode 100644 roms/u-boot/configs/kmcoge5ne_defconfig
create mode 100644 roms/u-boot/configs/kmcoge5un_defconfig
create mode 100644 roms/u-boot/configs/kmeter1_defconfig
create mode 100644 roms/u-boot/configs/kmnusa_defconfig
create mode 100644 roms/u-boot/configs/kmopti2_defconfig
create mode 100644 roms/u-boot/configs/kmsupx5_defconfig
create mode 100644 roms/u-boot/configs/kmsuse2_defconfig
create mode 100644 roms/u-boot/configs/kmtegr1_defconfig
create mode 100644 roms/u-boot/configs/kmtepr2_defconfig
create mode 100644 roms/u-boot/configs/koelsch_defconfig
create mode 100644 roms/u-boot/configs/kontron_sl28_defconfig
create mode 100644 roms/u-boot/configs/kp_imx53_defconfig
create mode 100644 roms/u-boot/configs/kp_imx6q_tpc_defconfig
create mode 100644 roms/u-boot/configs/kylin-rk3036_defconfig
create mode 100644 roms/u-boot/configs/kzm9g_defconfig
create mode 100644 roms/u-boot/configs/lager_defconfig
create mode 100644 roms/u-boot/configs/leez-rk3399_defconfig
create mode 100644 roms/u-boot/configs/legoev3_defconfig
create mode 100644 roms/u-boot/configs/libretech-ac_defconfig
create mode 100644 roms/u-boot/configs/libretech-cc_defconfig
create mode 100644 roms/u-boot/configs/libretech-cc_v2_defconfig
create mode 100644 roms/u-boot/configs/libretech-s905d-pc_defconfig
create mode 100644 roms/u-boot/configs/libretech-s912-pc_defconfig
create mode 100644 roms/u-boot/configs/libretech_all_h3_cc_h2_plus_defconfig
create mode 100644 roms/u-boot/configs/libretech_all_h3_cc_h3_defconfig
create mode 100644 roms/u-boot/configs/libretech_all_h3_cc_h5_defconfig
create mode 100644 roms/u-boot/configs/libretech_all_h3_it_h5_defconfig
create mode 100644 roms/u-boot/configs/libretech_all_h5_cc_h5_defconfig
create mode 100644 roms/u-boot/configs/linkit-smart-7688_defconfig
create mode 100644 roms/u-boot/configs/lion-rk3368_defconfig
create mode 100644 roms/u-boot/configs/liteboard_defconfig
create mode 100644 roms/u-boot/configs/ls1012a2g5rdb_qspi_defconfig
create mode 100644 roms/u-boot/configs/ls1012a2g5rdb_tfa_defconfig
create mode 100644 roms/u-boot/configs/ls1012afrdm_qspi_defconfig
create mode 100644 roms/u-boot/configs/ls1012afrdm_tfa_defconfig
create mode 100644 roms/u-boot/configs/ls1012afrwy_qspi_SECURE_BOOT_defconfig
create mode 100644 roms/u-boot/configs/ls1012afrwy_qspi_defconfig
create mode 100644 roms/u-boot/configs/ls1012afrwy_tfa_SECURE_BOOT_defconfig
create mode 100644 roms/u-boot/configs/ls1012afrwy_tfa_defconfig
create mode 100644 roms/u-boot/configs/ls1012aqds_qspi_defconfig
create mode 100644 roms/u-boot/configs/ls1012aqds_tfa_SECURE_BOOT_defconfig
create mode 100644 roms/u-boot/configs/ls1012aqds_tfa_defconfig
create mode 100644 roms/u-boot/configs/ls1012ardb_qspi_SECURE_BOOT_defconfig
create mode 100644 roms/u-boot/configs/ls1012ardb_qspi_defconfig
create mode 100644 roms/u-boot/configs/ls1012ardb_tfa_SECURE_BOOT_defconfig
create mode 100644 roms/u-boot/configs/ls1012ardb_tfa_defconfig
create mode 100644 roms/u-boot/configs/ls1021aiot_qspi_defconfig
create mode 100644 roms/u-boot/configs/ls1021aiot_sdcard_defconfig
create mode 100644 roms/u-boot/configs/ls1021aqds_ddr4_nor_defconfig
create mode 100644 roms/u-boot/configs/ls1021aqds_ddr4_nor_lpuart_defconfig
create mode 100644 roms/u-boot/configs/ls1021aqds_nand_defconfig
create mode 100644 roms/u-boot/configs/ls1021aqds_nor_SECURE_BOOT_defconfig
create mode 100644 roms/u-boot/configs/ls1021aqds_nor_defconfig
create mode 100644 roms/u-boot/configs/ls1021aqds_nor_lpuart_defconfig
create mode 100644 roms/u-boot/configs/ls1021aqds_qspi_defconfig
create mode 100644 roms/u-boot/configs/ls1021aqds_sdcard_ifc_defconfig
create mode 100644 roms/u-boot/configs/ls1021aqds_sdcard_qspi_defconfig
create mode 100644 roms/u-boot/configs/ls1021atsn_qspi_defconfig
create mode 100644 roms/u-boot/configs/ls1021atsn_sdcard_defconfig
create mode 100644 roms/u-boot/configs/ls1021atwr_nor_SECURE_BOOT_defconfig
create mode 100644 roms/u-boot/configs/ls1021atwr_nor_defconfig
create mode 100644 roms/u-boot/configs/ls1021atwr_nor_lpuart_defconfig
create mode 100644 roms/u-boot/configs/ls1021atwr_qspi_defconfig
create mode 100644 roms/u-boot/configs/ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig
create mode 100644 roms/u-boot/configs/ls1021atwr_sdcard_ifc_defconfig
create mode 100644 roms/u-boot/configs/ls1021atwr_sdcard_qspi_defconfig
create mode 100644 roms/u-boot/configs/ls1028aqds_tfa_SECURE_BOOT_defconfig
create mode 100644 roms/u-boot/configs/ls1028aqds_tfa_defconfig
create mode 100644 roms/u-boot/configs/ls1028aqds_tfa_lpuart_defconfig
create mode 100644 roms/u-boot/configs/ls1028ardb_tfa_SECURE_BOOT_defconfig
create mode 100644 roms/u-boot/configs/ls1028ardb_tfa_defconfig
create mode 100644 roms/u-boot/configs/ls1043aqds_defconfig
create mode 100644 roms/u-boot/configs/ls1043aqds_lpuart_defconfig
create mode 100644 roms/u-boot/configs/ls1043aqds_nand_defconfig
create mode 100644 roms/u-boot/configs/ls1043aqds_nor_ddr3_defconfig
create mode 100644 roms/u-boot/configs/ls1043aqds_qspi_defconfig
create mode 100644 roms/u-boot/configs/ls1043aqds_sdcard_ifc_defconfig
create mode 100644 roms/u-boot/configs/ls1043aqds_sdcard_qspi_defconfig
create mode 100644 roms/u-boot/configs/ls1043aqds_tfa_SECURE_BOOT_defconfig
create mode 100644 roms/u-boot/configs/ls1043aqds_tfa_defconfig
create mode 100644 roms/u-boot/configs/ls1043ardb_SECURE_BOOT_defconfig
create mode 100644 roms/u-boot/configs/ls1043ardb_defconfig
create mode 100644 roms/u-boot/configs/ls1043ardb_nand_SECURE_BOOT_defconfig
create mode 100644 roms/u-boot/configs/ls1043ardb_nand_defconfig
create mode 100644 roms/u-boot/configs/ls1043ardb_sdcard_SECURE_BOOT_defconfig
create mode 100644 roms/u-boot/configs/ls1043ardb_sdcard_defconfig
create mode 100644 roms/u-boot/configs/ls1043ardb_tfa_SECURE_BOOT_defconfig
create mode 100644 roms/u-boot/configs/ls1043ardb_tfa_defconfig
create mode 100644 roms/u-boot/configs/ls1046afrwy_tfa_SECURE_BOOT_defconfig
create mode 100644 roms/u-boot/configs/ls1046afrwy_tfa_defconfig
create mode 100644 roms/u-boot/configs/ls1046aqds_SECURE_BOOT_defconfig
create mode 100644 roms/u-boot/configs/ls1046aqds_defconfig
create mode 100644 roms/u-boot/configs/ls1046aqds_lpuart_defconfig
create mode 100644 roms/u-boot/configs/ls1046aqds_nand_defconfig
create mode 100644 roms/u-boot/configs/ls1046aqds_qspi_defconfig
create mode 100644 roms/u-boot/configs/ls1046aqds_sdcard_ifc_defconfig
create mode 100644 roms/u-boot/configs/ls1046aqds_sdcard_qspi_defconfig
create mode 100644 roms/u-boot/configs/ls1046aqds_tfa_SECURE_BOOT_defconfig
create mode 100644 roms/u-boot/configs/ls1046aqds_tfa_defconfig
create mode 100644 roms/u-boot/configs/ls1046ardb_emmc_defconfig
create mode 100644 roms/u-boot/configs/ls1046ardb_qspi_SECURE_BOOT_defconfig
create mode 100644 roms/u-boot/configs/ls1046ardb_qspi_defconfig
create mode 100644 roms/u-boot/configs/ls1046ardb_qspi_spl_defconfig
create mode 100644 roms/u-boot/configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig
create mode 100644 roms/u-boot/configs/ls1046ardb_sdcard_defconfig
create mode 100644 roms/u-boot/configs/ls1046ardb_tfa_SECURE_BOOT_defconfig
create mode 100644 roms/u-boot/configs/ls1046ardb_tfa_defconfig
create mode 100644 roms/u-boot/configs/ls1088aqds_defconfig
create mode 100644 roms/u-boot/configs/ls1088aqds_qspi_SECURE_BOOT_defconfig
create mode 100644 roms/u-boot/configs/ls1088aqds_qspi_defconfig
create mode 100644 roms/u-boot/configs/ls1088aqds_sdcard_ifc_defconfig
create mode 100644 roms/u-boot/configs/ls1088aqds_sdcard_qspi_defconfig
create mode 100644 roms/u-boot/configs/ls1088aqds_tfa_defconfig
create mode 100644 roms/u-boot/configs/ls1088ardb_qspi_SECURE_BOOT_defconfig
create mode 100644 roms/u-boot/configs/ls1088ardb_qspi_defconfig
create mode 100644 roms/u-boot/configs/ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig
create mode 100644 roms/u-boot/configs/ls1088ardb_sdcard_qspi_defconfig
create mode 100644 roms/u-boot/configs/ls1088ardb_tfa_SECURE_BOOT_defconfig
create mode 100644 roms/u-boot/configs/ls1088ardb_tfa_defconfig
create mode 100644 roms/u-boot/configs/ls2080aqds_SECURE_BOOT_defconfig
create mode 100644 roms/u-boot/configs/ls2080aqds_defconfig
create mode 100644 roms/u-boot/configs/ls2080aqds_nand_defconfig
create mode 100644 roms/u-boot/configs/ls2080aqds_qspi_defconfig
create mode 100644 roms/u-boot/configs/ls2080aqds_sdcard_defconfig
create mode 100644 roms/u-boot/configs/ls2080ardb_SECURE_BOOT_defconfig
create mode 100644 roms/u-boot/configs/ls2080ardb_defconfig
create mode 100644 roms/u-boot/configs/ls2080ardb_nand_defconfig
create mode 100644 roms/u-boot/configs/ls2081ardb_defconfig
create mode 100644 roms/u-boot/configs/ls2088aqds_tfa_defconfig
create mode 100644 roms/u-boot/configs/ls2088ardb_qspi_SECURE_BOOT_defconfig
create mode 100644 roms/u-boot/configs/ls2088ardb_qspi_defconfig
create mode 100644 roms/u-boot/configs/ls2088ardb_tfa_SECURE_BOOT_defconfig
create mode 100644 roms/u-boot/configs/ls2088ardb_tfa_defconfig
create mode 100644 roms/u-boot/configs/lschlv2_defconfig
create mode 100644 roms/u-boot/configs/lsxhl_defconfig
create mode 100644 roms/u-boot/configs/lx2160aqds_tfa_SECURE_BOOT_defconfig
create mode 100644 roms/u-boot/configs/lx2160aqds_tfa_defconfig
create mode 100644 roms/u-boot/configs/lx2160ardb_tfa_SECURE_BOOT_defconfig
create mode 100644 roms/u-boot/configs/lx2160ardb_tfa_defconfig
create mode 100644 roms/u-boot/configs/lx2160ardb_tfa_stmm_defconfig
create mode 100644 roms/u-boot/configs/lx2162aqds_tfa_SECURE_BOOT_defconfig
create mode 100644 roms/u-boot/configs/lx2162aqds_tfa_defconfig
create mode 100644 roms/u-boot/configs/lx2162aqds_tfa_verified_boot_defconfig
create mode 100644 roms/u-boot/configs/m53menlo_defconfig
create mode 100644 roms/u-boot/configs/malta64_defconfig
create mode 100644 roms/u-boot/configs/malta64el_defconfig
create mode 100644 roms/u-boot/configs/malta_defconfig
create mode 100644 roms/u-boot/configs/maltael_defconfig
create mode 100644 roms/u-boot/configs/marsboard_defconfig
create mode 100644 roms/u-boot/configs/maxbcm_defconfig
create mode 100644 roms/u-boot/configs/mccmon6_nor_defconfig
create mode 100644 roms/u-boot/configs/mccmon6_sd_defconfig
create mode 100644 roms/u-boot/configs/medcom-wide_defconfig
create mode 100644 roms/u-boot/configs/meerkat96_defconfig
create mode 100644 roms/u-boot/configs/meesc_dataflash_defconfig
create mode 100644 roms/u-boot/configs/meesc_defconfig
create mode 100644 roms/u-boot/configs/microblaze-generic_defconfig
create mode 100644 roms/u-boot/configs/microchip_mpfs_icicle_defconfig
create mode 100644 roms/u-boot/configs/minnowmax_defconfig
create mode 100644 roms/u-boot/configs/miqi-rk3288_defconfig
create mode 100644 roms/u-boot/configs/mixtile_loftq_defconfig
create mode 100644 roms/u-boot/configs/mk802_a10s_defconfig
create mode 100644 roms/u-boot/configs/mk802_defconfig
create mode 100644 roms/u-boot/configs/mk802ii_defconfig
create mode 100644 roms/u-boot/configs/mpc8308_p1m_defconfig
create mode 100644 roms/u-boot/configs/mscc_jr2_defconfig
create mode 100644 roms/u-boot/configs/mscc_luton_defconfig
create mode 100644 roms/u-boot/configs/mscc_ocelot_defconfig
create mode 100644 roms/u-boot/configs/mscc_serval_defconfig
create mode 100644 roms/u-boot/configs/mscc_servalt_defconfig
create mode 100644 roms/u-boot/configs/mt7620_mt7530_rfb_defconfig
create mode 100644 roms/u-boot/configs/mt7620_rfb_defconfig
create mode 100644 roms/u-boot/configs/mt7622_rfb_defconfig
create mode 100644 roms/u-boot/configs/mt7623a_unielec_u7623_02_defconfig
create mode 100644 roms/u-boot/configs/mt7623n_bpir2_defconfig
create mode 100644 roms/u-boot/configs/mt7628_rfb_defconfig
create mode 100644 roms/u-boot/configs/mt7629_rfb_defconfig
create mode 100644 roms/u-boot/configs/mt8183_pumpkin_defconfig
create mode 100644 roms/u-boot/configs/mt8512_bm1_emmc_defconfig
create mode 100644 roms/u-boot/configs/mt8516_pumpkin_defconfig
create mode 100644 roms/u-boot/configs/mt8518_ap1_emmc_defconfig
create mode 100644 roms/u-boot/configs/mvebu_crb_cn9130_defconfig
create mode 100644 roms/u-boot/configs/mvebu_db-88f3720_defconfig
create mode 100644 roms/u-boot/configs/mvebu_db_armada8k_defconfig
create mode 100644 roms/u-boot/configs/mvebu_db_cn9130_defconfig
create mode 100644 roms/u-boot/configs/mvebu_espressobin-88f3720_defconfig
create mode 100644 roms/u-boot/configs/mvebu_mcbin-88f8040_defconfig
create mode 100644 roms/u-boot/configs/mvebu_puzzle-m801-88f8040_defconfig
create mode 100644 roms/u-boot/configs/mx23_olinuxino_defconfig
create mode 100644 roms/u-boot/configs/mx23evk_defconfig
create mode 100644 roms/u-boot/configs/mx28evk_auart_console_defconfig
create mode 100644 roms/u-boot/configs/mx28evk_defconfig
create mode 100644 roms/u-boot/configs/mx28evk_nand_defconfig
create mode 100644 roms/u-boot/configs/mx28evk_spi_defconfig
create mode 100644 roms/u-boot/configs/mx51evk_defconfig
create mode 100644 roms/u-boot/configs/mx53cx9020_defconfig
create mode 100644 roms/u-boot/configs/mx53loco_defconfig
create mode 100644 roms/u-boot/configs/mx53ppd_defconfig
create mode 100644 roms/u-boot/configs/mx6cuboxi_defconfig
create mode 100644 roms/u-boot/configs/mx6memcal_defconfig
create mode 100644 roms/u-boot/configs/mx6qsabrelite_defconfig
create mode 100644 roms/u-boot/configs/mx6sabreauto_defconfig
create mode 100644 roms/u-boot/configs/mx6sabresd_defconfig
create mode 100644 roms/u-boot/configs/mx6slevk_defconfig
create mode 100644 roms/u-boot/configs/mx6slevk_spinor_defconfig
create mode 100644 roms/u-boot/configs/mx6slevk_spl_defconfig
create mode 100644 roms/u-boot/configs/mx6sllevk_defconfig
create mode 100644 roms/u-boot/configs/mx6sllevk_plugin_defconfig
create mode 100644 roms/u-boot/configs/mx6sxsabreauto_defconfig
create mode 100644 roms/u-boot/configs/mx6sxsabresd_defconfig
create mode 100644 roms/u-boot/configs/mx6ul_14x14_evk_defconfig
create mode 100644 roms/u-boot/configs/mx6ul_9x9_evk_defconfig
create mode 100644 roms/u-boot/configs/mx6ull_14x14_evk_defconfig
create mode 100644 roms/u-boot/configs/mx6ull_14x14_evk_plugin_defconfig
create mode 100644 roms/u-boot/configs/mx6ulz_14x14_evk_defconfig
create mode 100644 roms/u-boot/configs/mx7dsabresd_defconfig
create mode 100644 roms/u-boot/configs/mx7dsabresd_qspi_defconfig
create mode 100644 roms/u-boot/configs/mx7ulp_com_defconfig
create mode 100644 roms/u-boot/configs/mx7ulp_evk_defconfig
create mode 100644 roms/u-boot/configs/mx7ulp_evk_plugin_defconfig
create mode 100644 roms/u-boot/configs/myir_mys_6ulx_defconfig
create mode 100644 roms/u-boot/configs/nanopc-t4-rk3399_defconfig
create mode 100644 roms/u-boot/configs/nanopi-k2_defconfig
create mode 100644 roms/u-boot/configs/nanopi-m4-2gb-rk3399_defconfig
create mode 100644 roms/u-boot/configs/nanopi-m4-rk3399_defconfig
create mode 100644 roms/u-boot/configs/nanopi-m4b-rk3399_defconfig
create mode 100644 roms/u-boot/configs/nanopi-neo4-rk3399_defconfig
create mode 100644 roms/u-boot/configs/nanopi-r2s-rk3328_defconfig
create mode 100644 roms/u-boot/configs/nanopi-r4s-rk3399_defconfig
create mode 100644 roms/u-boot/configs/nanopi_a64_defconfig
create mode 100644 roms/u-boot/configs/nanopi_m1_defconfig
create mode 100644 roms/u-boot/configs/nanopi_m1_plus_defconfig
create mode 100644 roms/u-boot/configs/nanopi_neo2_defconfig
create mode 100644 roms/u-boot/configs/nanopi_neo_air_defconfig
create mode 100644 roms/u-boot/configs/nanopi_neo_defconfig
create mode 100644 roms/u-boot/configs/nanopi_neo_plus2_defconfig
create mode 100644 roms/u-boot/configs/nas220_defconfig
create mode 100644 roms/u-boot/configs/net2big_v2_defconfig
create mode 100644 roms/u-boot/configs/netgear_cg3100d_ram_defconfig
create mode 100644 roms/u-boot/configs/netgear_dgnd3700v2_ram_defconfig
create mode 100644 roms/u-boot/configs/netspace_lite_v2_defconfig
create mode 100644 roms/u-boot/configs/netspace_max_v2_defconfig
create mode 100644 roms/u-boot/configs/netspace_mini_v2_defconfig
create mode 100644 roms/u-boot/configs/netspace_v2_defconfig
create mode 100644 roms/u-boot/configs/nitrogen6dl2g_defconfig
create mode 100644 roms/u-boot/configs/nitrogen6dl_defconfig
create mode 100644 roms/u-boot/configs/nitrogen6q2g_defconfig
create mode 100644 roms/u-boot/configs/nitrogen6q_defconfig
create mode 100644 roms/u-boot/configs/nitrogen6s1g_defconfig
create mode 100644 roms/u-boot/configs/nitrogen6s_defconfig
create mode 100644 roms/u-boot/configs/nokia_rx51_defconfig
create mode 100644 roms/u-boot/configs/novena_defconfig
create mode 100644 roms/u-boot/configs/nsa310s_defconfig
create mode 100644 roms/u-boot/configs/nsim_700_defconfig
create mode 100644 roms/u-boot/configs/nsim_700be_defconfig
create mode 100644 roms/u-boot/configs/nsim_hs38_defconfig
create mode 100644 roms/u-boot/configs/nsim_hs38be_defconfig
create mode 100644 roms/u-boot/configs/nyan-big_defconfig
create mode 100644 roms/u-boot/configs/o4-imx6ull-nano_defconfig
create mode 100644 roms/u-boot/configs/oceanic_5205_5inmfd_defconfig
create mode 100644 roms/u-boot/configs/octeon_ebb7304_defconfig
create mode 100644 roms/u-boot/configs/octeon_nic23_defconfig
create mode 100644 roms/u-boot/configs/octeontx2_95xx_defconfig
create mode 100644 roms/u-boot/configs/octeontx2_96xx_defconfig
create mode 100644 roms/u-boot/configs/octeontx_81xx_defconfig
create mode 100644 roms/u-boot/configs/octeontx_83xx_defconfig
create mode 100644 roms/u-boot/configs/odroid-c2_defconfig
create mode 100644 roms/u-boot/configs/odroid-c4_defconfig
create mode 100644 roms/u-boot/configs/odroid-go2_defconfig
create mode 100644 roms/u-boot/configs/odroid-n2_defconfig
create mode 100644 roms/u-boot/configs/odroid-xu3_defconfig
create mode 100644 roms/u-boot/configs/odroid_defconfig
create mode 100644 roms/u-boot/configs/omap35_logic_defconfig
create mode 100644 roms/u-boot/configs/omap35_logic_somlv_defconfig
create mode 100644 roms/u-boot/configs/omap3_beagle_defconfig
create mode 100644 roms/u-boot/configs/omap3_evm_defconfig
create mode 100644 roms/u-boot/configs/omap3_logic_defconfig
create mode 100644 roms/u-boot/configs/omap3_logic_somlv_defconfig
create mode 100644 roms/u-boot/configs/omap4_panda_defconfig
create mode 100644 roms/u-boot/configs/omap4_sdp4430_defconfig
create mode 100644 roms/u-boot/configs/omap5_uevm_defconfig
create mode 100644 roms/u-boot/configs/omapl138_lcdk_defconfig
create mode 100644 roms/u-boot/configs/openrd_base_defconfig
create mode 100644 roms/u-boot/configs/openrd_client_defconfig
create mode 100644 roms/u-boot/configs/openrd_ultimate_defconfig
create mode 100644 roms/u-boot/configs/opos6uldev_defconfig
create mode 100644 roms/u-boot/configs/orangepi-rk3399_defconfig
create mode 100644 roms/u-boot/configs/orangepi_2_defconfig
create mode 100644 roms/u-boot/configs/orangepi_3_defconfig
create mode 100644 roms/u-boot/configs/orangepi_lite2_defconfig
create mode 100644 roms/u-boot/configs/orangepi_lite_defconfig
create mode 100644 roms/u-boot/configs/orangepi_one_defconfig
create mode 100644 roms/u-boot/configs/orangepi_one_plus_defconfig
create mode 100644 roms/u-boot/configs/orangepi_pc2_defconfig
create mode 100644 roms/u-boot/configs/orangepi_pc_defconfig
create mode 100644 roms/u-boot/configs/orangepi_pc_plus_defconfig
create mode 100644 roms/u-boot/configs/orangepi_plus2e_defconfig
create mode 100644 roms/u-boot/configs/orangepi_plus_defconfig
create mode 100644 roms/u-boot/configs/orangepi_prime_defconfig
create mode 100644 roms/u-boot/configs/orangepi_r1_defconfig
create mode 100644 roms/u-boot/configs/orangepi_win_defconfig
create mode 100644 roms/u-boot/configs/orangepi_zero2_defconfig
create mode 100644 roms/u-boot/configs/orangepi_zero_defconfig
create mode 100644 roms/u-boot/configs/orangepi_zero_plus2_defconfig
create mode 100644 roms/u-boot/configs/orangepi_zero_plus2_h3_defconfig
create mode 100644 roms/u-boot/configs/orangepi_zero_plus_defconfig
create mode 100644 roms/u-boot/configs/origen_defconfig
create mode 100644 roms/u-boot/configs/p200_defconfig
create mode 100644 roms/u-boot/configs/p201_defconfig
create mode 100644 roms/u-boot/configs/p212_defconfig
create mode 100644 roms/u-boot/configs/p2371-0000_defconfig
create mode 100644 roms/u-boot/configs/p2371-2180_defconfig
create mode 100644 roms/u-boot/configs/p2571_defconfig
create mode 100644 roms/u-boot/configs/p2771-0000-000_defconfig
create mode 100644 roms/u-boot/configs/p2771-0000-500_defconfig
create mode 100644 roms/u-boot/configs/p3450-0000_defconfig
create mode 100644 roms/u-boot/configs/parrot_r16_defconfig
create mode 100644 roms/u-boot/configs/paz00_defconfig
create mode 100644 roms/u-boot/configs/pcm052_defconfig
create mode 100644 roms/u-boot/configs/pcm058_defconfig
create mode 100644 roms/u-boot/configs/peach-pi_defconfig
create mode 100644 roms/u-boot/configs/peach-pit_defconfig
create mode 100644 roms/u-boot/configs/pg_wcom_expu1_defconfig
create mode 100644 roms/u-boot/configs/pg_wcom_seli8_defconfig
create mode 100644 roms/u-boot/configs/phycore-am335x-r2-regor_defconfig
create mode 100644 roms/u-boot/configs/phycore-am335x-r2-wega_defconfig
create mode 100644 roms/u-boot/configs/phycore-imx8mm_defconfig
create mode 100644 roms/u-boot/configs/phycore-imx8mp_defconfig
create mode 100644 roms/u-boot/configs/phycore-rk3288_defconfig
create mode 100644 roms/u-boot/configs/phycore_pcl063_defconfig
create mode 100644 roms/u-boot/configs/phycore_pcl063_ull_defconfig
create mode 100644 roms/u-boot/configs/pic32mzdask_defconfig
create mode 100644 roms/u-boot/configs/pico-dwarf-imx6ul_defconfig
create mode 100644 roms/u-boot/configs/pico-dwarf-imx7d_defconfig
create mode 100644 roms/u-boot/configs/pico-hobbit-imx6ul_defconfig
create mode 100644 roms/u-boot/configs/pico-hobbit-imx7d_defconfig
create mode 100644 roms/u-boot/configs/pico-imx6_defconfig
create mode 100644 roms/u-boot/configs/pico-imx6ul_defconfig
create mode 100644 roms/u-boot/configs/pico-imx7d_bl33_defconfig
create mode 100644 roms/u-boot/configs/pico-imx7d_defconfig
create mode 100644 roms/u-boot/configs/pico-imx8mq_defconfig
create mode 100644 roms/u-boot/configs/pico-nymph-imx7d_defconfig
create mode 100644 roms/u-boot/configs/pico-pi-imx6ul_defconfig
create mode 100644 roms/u-boot/configs/pico-pi-imx7d_defconfig
create mode 100644 roms/u-boot/configs/pine64-lts_defconfig
create mode 100644 roms/u-boot/configs/pine64_plus_defconfig
create mode 100644 roms/u-boot/configs/pine_h64_defconfig
create mode 100644 roms/u-boot/configs/pinebook-pro-rk3399_defconfig
create mode 100644 roms/u-boot/configs/pinebook_defconfig
create mode 100644 roms/u-boot/configs/pinecube_defconfig
create mode 100644 roms/u-boot/configs/pinephone_defconfig
create mode 100644 roms/u-boot/configs/plutux_defconfig
create mode 100644 roms/u-boot/configs/pm9261_defconfig
create mode 100644 roms/u-boot/configs/pm9263_defconfig
create mode 100644 roms/u-boot/configs/pm9g45_defconfig
create mode 100644 roms/u-boot/configs/pogo_e02_defconfig
create mode 100644 roms/u-boot/configs/polaroid_mid2407pxe03_defconfig
create mode 100644 roms/u-boot/configs/polaroid_mid2809pxe04_defconfig
create mode 100644 roms/u-boot/configs/poplar_defconfig
create mode 100644 roms/u-boot/configs/popmetal-rk3288_defconfig
create mode 100644 roms/u-boot/configs/porter_defconfig
create mode 100644 roms/u-boot/configs/pov_protab2_ips9_defconfig
create mode 100644 roms/u-boot/configs/puma-rk3399_defconfig
create mode 100644 roms/u-boot/configs/px30-core-ctouch2-px30_defconfig
create mode 100644 roms/u-boot/configs/px30-core-edimm2.2-px30_defconfig
create mode 100644 roms/u-boot/configs/pxm2_defconfig
create mode 100644 roms/u-boot/configs/q8_a13_tablet_defconfig
create mode 100644 roms/u-boot/configs/q8_a23_tablet_800x480_defconfig
create mode 100644 roms/u-boot/configs/q8_a33_tablet_1024x600_defconfig
create mode 100644 roms/u-boot/configs/q8_a33_tablet_800x480_defconfig
create mode 100644 roms/u-boot/configs/qemu-ppce500_defconfig
create mode 100644 roms/u-boot/configs/qemu-riscv32_defconfig
create mode 100644 roms/u-boot/configs/qemu-riscv32_smode_defconfig
create mode 100644 roms/u-boot/configs/qemu-riscv32_spl_defconfig
create mode 100644 roms/u-boot/configs/qemu-riscv64_defconfig
create mode 100644 roms/u-boot/configs/qemu-riscv64_smode_defconfig
create mode 100644 roms/u-boot/configs/qemu-riscv64_spl_defconfig
create mode 100644 roms/u-boot/configs/qemu-x86_64_defconfig
create mode 100644 roms/u-boot/configs/qemu-x86_defconfig
create mode 100644 roms/u-boot/configs/qemu_arm64_defconfig
create mode 100644 roms/u-boot/configs/qemu_arm_defconfig
create mode 100644 roms/u-boot/configs/r2dplus_defconfig
create mode 100644 roms/u-boot/configs/r7-tv-dongle_defconfig
create mode 100644 roms/u-boot/configs/r8a774a1_beacon_defconfig
create mode 100644 roms/u-boot/configs/r8a774b1_beacon_defconfig
create mode 100644 roms/u-boot/configs/r8a774e1_beacon_defconfig
create mode 100644 roms/u-boot/configs/r8a77970_eagle_defconfig
create mode 100644 roms/u-boot/configs/r8a77980_condor_defconfig
create mode 100644 roms/u-boot/configs/r8a77990_ebisu_defconfig
create mode 100644 roms/u-boot/configs/r8a77995_draak_defconfig
create mode 100644 roms/u-boot/configs/rastaban_defconfig
create mode 100644 roms/u-boot/configs/rcar3_salvator-x_defconfig
create mode 100644 roms/u-boot/configs/rcar3_ulcb_defconfig
create mode 100644 roms/u-boot/configs/riotboard_defconfig
create mode 100644 roms/u-boot/configs/roc-cc-rk3308_defconfig
create mode 100644 roms/u-boot/configs/roc-cc-rk3328_defconfig
create mode 100644 roms/u-boot/configs/roc-pc-mezzanine-rk3399_defconfig
create mode 100644 roms/u-boot/configs/roc-pc-rk3399_defconfig
create mode 100644 roms/u-boot/configs/rock-pi-4-rk3399_defconfig
create mode 100644 roms/u-boot/configs/rock-pi-4c-rk3399_defconfig
create mode 100644 roms/u-boot/configs/rock-pi-e-rk3328_defconfig
create mode 100644 roms/u-boot/configs/rock-pi-n10-rk3399pro_defconfig
create mode 100644 roms/u-boot/configs/rock-pi-n8-rk3288_defconfig
create mode 100644 roms/u-boot/configs/rock2_defconfig
create mode 100644 roms/u-boot/configs/rock64-rk3328_defconfig
create mode 100644 roms/u-boot/configs/rock960-rk3399_defconfig
create mode 100644 roms/u-boot/configs/rock_defconfig
create mode 100644 roms/u-boot/configs/rockpro64-rk3399_defconfig
create mode 100644 roms/u-boot/configs/rpi_0_w_defconfig
create mode 100644 roms/u-boot/configs/rpi_2_defconfig
create mode 100644 roms/u-boot/configs/rpi_3_32b_defconfig
create mode 100644 roms/u-boot/configs/rpi_3_b_plus_defconfig
create mode 100644 roms/u-boot/configs/rpi_3_defconfig
create mode 100644 roms/u-boot/configs/rpi_4_32b_defconfig
create mode 100644 roms/u-boot/configs/rpi_4_defconfig
create mode 100644 roms/u-boot/configs/rpi_arm64_defconfig
create mode 100644 roms/u-boot/configs/rpi_defconfig
create mode 100644 roms/u-boot/configs/rut_defconfig
create mode 100644 roms/u-boot/configs/s400_defconfig
create mode 100644 roms/u-boot/configs/s5p4418_nanopi2_defconfig
create mode 100644 roms/u-boot/configs/s5p_goni_defconfig
create mode 100644 roms/u-boot/configs/s5pc210_universal_defconfig
create mode 100644 roms/u-boot/configs/sagem_f@st1704_ram_defconfig
create mode 100644 roms/u-boot/configs/sam9x60ek_mmc_defconfig
create mode 100644 roms/u-boot/configs/sam9x60ek_nandflash_defconfig
create mode 100644 roms/u-boot/configs/sam9x60ek_qspiflash_defconfig
create mode 100644 roms/u-boot/configs/sama5d27_giantboard_defconfig
create mode 100644 roms/u-boot/configs/sama5d27_som1_ek_mmc1_defconfig
create mode 100644 roms/u-boot/configs/sama5d27_som1_ek_mmc_defconfig
create mode 100644 roms/u-boot/configs/sama5d27_som1_ek_qspiflash_defconfig
create mode 100644 roms/u-boot/configs/sama5d27_wlsom1_ek_mmc_defconfig
create mode 100644 roms/u-boot/configs/sama5d27_wlsom1_ek_qspiflash_defconfig
create mode 100644 roms/u-boot/configs/sama5d2_icp_mmc_defconfig
create mode 100644 roms/u-boot/configs/sama5d2_ptc_ek_mmc_defconfig
create mode 100644 roms/u-boot/configs/sama5d2_ptc_ek_nandflash_defconfig
create mode 100644 roms/u-boot/configs/sama5d2_xplained_emmc_defconfig
create mode 100644 roms/u-boot/configs/sama5d2_xplained_mmc_defconfig
create mode 100644 roms/u-boot/configs/sama5d2_xplained_qspiflash_defconfig
create mode 100644 roms/u-boot/configs/sama5d2_xplained_spiflash_defconfig
create mode 100644 roms/u-boot/configs/sama5d36ek_cmp_mmc_defconfig
create mode 100644 roms/u-boot/configs/sama5d36ek_cmp_nandflash_defconfig
create mode 100644 roms/u-boot/configs/sama5d36ek_cmp_spiflash_defconfig
create mode 100644 roms/u-boot/configs/sama5d3_xplained_mmc_defconfig
create mode 100644 roms/u-boot/configs/sama5d3_xplained_nandflash_defconfig
create mode 100644 roms/u-boot/configs/sama5d3xek_mmc_defconfig
create mode 100644 roms/u-boot/configs/sama5d3xek_nandflash_defconfig
create mode 100644 roms/u-boot/configs/sama5d3xek_spiflash_defconfig
create mode 100644 roms/u-boot/configs/sama5d4_xplained_mmc_defconfig
create mode 100644 roms/u-boot/configs/sama5d4_xplained_nandflash_defconfig
create mode 100644 roms/u-boot/configs/sama5d4_xplained_spiflash_defconfig
create mode 100644 roms/u-boot/configs/sama5d4ek_mmc_defconfig
create mode 100644 roms/u-boot/configs/sama5d4ek_nandflash_defconfig
create mode 100644 roms/u-boot/configs/sama5d4ek_spiflash_defconfig
create mode 100644 roms/u-boot/configs/sama7g5ek_mmc1_defconfig
create mode 100644 roms/u-boot/configs/sama7g5ek_mmc_defconfig
create mode 100644 roms/u-boot/configs/sandbox64_defconfig
create mode 100644 roms/u-boot/configs/sandbox_defconfig
create mode 100644 roms/u-boot/configs/sandbox_flattree_defconfig
create mode 100644 roms/u-boot/configs/sandbox_noinst_defconfig
create mode 100644 roms/u-boot/configs/sandbox_spl_defconfig
create mode 100644 roms/u-boot/configs/sbc8349_PCI_33_defconfig
create mode 100644 roms/u-boot/configs/sbc8349_PCI_66_defconfig
create mode 100644 roms/u-boot/configs/sbc8349_defconfig
create mode 100644 roms/u-boot/configs/sbc8548_PCI_33_PCIE_defconfig
create mode 100644 roms/u-boot/configs/sbc8548_PCI_33_defconfig
create mode 100644 roms/u-boot/configs/sbc8548_PCI_66_PCIE_defconfig
create mode 100644 roms/u-boot/configs/sbc8548_PCI_66_defconfig
create mode 100644 roms/u-boot/configs/sbc8548_defconfig
create mode 100644 roms/u-boot/configs/sbc8641d_defconfig
create mode 100644 roms/u-boot/configs/seaboard_defconfig
create mode 100644 roms/u-boot/configs/seeed_npi_imx6ull_defconfig
create mode 100644 roms/u-boot/configs/sei510_defconfig
create mode 100644 roms/u-boot/configs/sei610_defconfig
create mode 100644 roms/u-boot/configs/sfr_nb4-ser_ram_defconfig
create mode 100644 roms/u-boot/configs/sheep-rk3368_defconfig
create mode 100644 roms/u-boot/configs/sheevaplug_defconfig
create mode 100644 roms/u-boot/configs/sifive_unleashed_defconfig
create mode 100644 roms/u-boot/configs/sifive_unmatched_defconfig
create mode 100644 roms/u-boot/configs/silinux_ek874_defconfig
create mode 100644 roms/u-boot/configs/silk_defconfig
create mode 100644 roms/u-boot/configs/sipeed_maix_bitm_defconfig
create mode 100644 roms/u-boot/configs/sipeed_maix_smode_defconfig
create mode 100644 roms/u-boot/configs/slimbootloader_defconfig
create mode 100644 roms/u-boot/configs/smartweb_defconfig
create mode 100644 roms/u-boot/configs/smdk5250_defconfig
create mode 100644 roms/u-boot/configs/smdk5420_defconfig
create mode 100644 roms/u-boot/configs/smdkc100_defconfig
create mode 100644 roms/u-boot/configs/smdkv310_defconfig
create mode 100644 roms/u-boot/configs/smegw01_defconfig
create mode 100644 roms/u-boot/configs/snapper9260_defconfig
create mode 100644 roms/u-boot/configs/snapper9g20_defconfig
create mode 100644 roms/u-boot/configs/sniper_defconfig
create mode 100644 roms/u-boot/configs/snow_defconfig
create mode 100644 roms/u-boot/configs/socfpga_agilex_atf_defconfig
create mode 100644 roms/u-boot/configs/socfpga_agilex_defconfig
create mode 100644 roms/u-boot/configs/socfpga_agilex_vab_defconfig
create mode 100644 roms/u-boot/configs/socfpga_arria10_defconfig
create mode 100644 roms/u-boot/configs/socfpga_arria5_defconfig
create mode 100644 roms/u-boot/configs/socfpga_cyclone5_defconfig
create mode 100644 roms/u-boot/configs/socfpga_dbm_soc1_defconfig
create mode 100644 roms/u-boot/configs/socfpga_de0_nano_soc_defconfig
create mode 100644 roms/u-boot/configs/socfpga_de10_nano_defconfig
create mode 100644 roms/u-boot/configs/socfpga_de1_soc_defconfig
create mode 100644 roms/u-boot/configs/socfpga_is1_defconfig
create mode 100644 roms/u-boot/configs/socfpga_mcvevk_defconfig
create mode 100644 roms/u-boot/configs/socfpga_secu1_defconfig
create mode 100644 roms/u-boot/configs/socfpga_sockit_defconfig
create mode 100644 roms/u-boot/configs/socfpga_socrates_defconfig
create mode 100644 roms/u-boot/configs/socfpga_sr1500_defconfig
create mode 100644 roms/u-boot/configs/socfpga_stratix10_atf_defconfig
create mode 100644 roms/u-boot/configs/socfpga_stratix10_defconfig
create mode 100644 roms/u-boot/configs/socfpga_vining_fpga_defconfig
create mode 100644 roms/u-boot/configs/socrates_defconfig
create mode 100644 roms/u-boot/configs/som-db5800-som-6867_defconfig
create mode 100644 roms/u-boot/configs/somlabs_visionsom_6ull_defconfig
create mode 100644 roms/u-boot/configs/sopine_baseboard_defconfig
create mode 100644 roms/u-boot/configs/spear300_defconfig
create mode 100644 roms/u-boot/configs/spear300_nand_defconfig
create mode 100644 roms/u-boot/configs/spear300_usbtty_defconfig
create mode 100644 roms/u-boot/configs/spear300_usbtty_nand_defconfig
create mode 100644 roms/u-boot/configs/spear310_defconfig
create mode 100644 roms/u-boot/configs/spear310_nand_defconfig
create mode 100644 roms/u-boot/configs/spear310_pnor_defconfig
create mode 100644 roms/u-boot/configs/spear310_usbtty_defconfig
create mode 100644 roms/u-boot/configs/spear310_usbtty_nand_defconfig
create mode 100644 roms/u-boot/configs/spear310_usbtty_pnor_defconfig
create mode 100644 roms/u-boot/configs/spear320_defconfig
create mode 100644 roms/u-boot/configs/spear320_nand_defconfig
create mode 100644 roms/u-boot/configs/spear320_pnor_defconfig
create mode 100644 roms/u-boot/configs/spear320_usbtty_defconfig
create mode 100644 roms/u-boot/configs/spear320_usbtty_nand_defconfig
create mode 100644 roms/u-boot/configs/spear320_usbtty_pnor_defconfig
create mode 100644 roms/u-boot/configs/spear600_defconfig
create mode 100644 roms/u-boot/configs/spear600_nand_defconfig
create mode 100644 roms/u-boot/configs/spear600_usbtty_defconfig
create mode 100644 roms/u-boot/configs/spear600_usbtty_nand_defconfig
create mode 100644 roms/u-boot/configs/spring_defconfig
create mode 100644 roms/u-boot/configs/stemmy_defconfig
create mode 100644 roms/u-boot/configs/stih410-b2260_defconfig
create mode 100644 roms/u-boot/configs/stm32f429-discovery_defconfig
create mode 100644 roms/u-boot/configs/stm32f429-evaluation_defconfig
create mode 100644 roms/u-boot/configs/stm32f469-discovery_defconfig
create mode 100644 roms/u-boot/configs/stm32f746-disco_defconfig
create mode 100644 roms/u-boot/configs/stm32f769-disco_defconfig
create mode 100644 roms/u-boot/configs/stm32h743-disco_defconfig
create mode 100644 roms/u-boot/configs/stm32h743-eval_defconfig
create mode 100644 roms/u-boot/configs/stm32h750-art-pi_defconfig
create mode 100644 roms/u-boot/configs/stm32mp15-icore-stm32mp1-ctouch2_defconfig
create mode 100644 roms/u-boot/configs/stm32mp15-icore-stm32mp1-edimm2.2_defconfig
create mode 100644 roms/u-boot/configs/stm32mp15-microgea-stm32mp1-microdev2-of7_defconfig
create mode 100644 roms/u-boot/configs/stm32mp15-microgea-stm32mp1-microdev2_defconfig
create mode 100644 roms/u-boot/configs/stm32mp15_basic_defconfig
create mode 100644 roms/u-boot/configs/stm32mp15_dhcom_basic_defconfig
create mode 100644 roms/u-boot/configs/stm32mp15_dhcor_basic_defconfig
create mode 100644 roms/u-boot/configs/stm32mp15_trusted_defconfig
create mode 100644 roms/u-boot/configs/stmark2_defconfig
create mode 100644 roms/u-boot/configs/stout_defconfig
create mode 100644 roms/u-boot/configs/stv0991_defconfig
create mode 100644 roms/u-boot/configs/sun8i_a23_evb_defconfig
create mode 100644 roms/u-boot/configs/sunxi_Gemei_G9_defconfig
create mode 100644 roms/u-boot/configs/syzygy_hub_defconfig
create mode 100644 roms/u-boot/configs/tanix_tx6_defconfig
create mode 100644 roms/u-boot/configs/taurus_defconfig
create mode 100644 roms/u-boot/configs/tb100_defconfig
create mode 100644 roms/u-boot/configs/tbs2910_defconfig
create mode 100644 roms/u-boot/configs/tbs_a711_defconfig
create mode 100644 roms/u-boot/configs/tec-ng_defconfig
create mode 100644 roms/u-boot/configs/tec_defconfig
create mode 100644 roms/u-boot/configs/teres_i_defconfig
create mode 100644 roms/u-boot/configs/theadorable-x86-conga-qa3-e3845-pcie-x4_defconfig
create mode 100644 roms/u-boot/configs/theadorable-x86-conga-qa3-e3845_defconfig
create mode 100644 roms/u-boot/configs/theadorable-x86-dfi-bt700_defconfig
create mode 100644 roms/u-boot/configs/theadorable_debug_defconfig
create mode 100644 roms/u-boot/configs/thuban_defconfig
create mode 100644 roms/u-boot/configs/thunderx_88xx_defconfig
create mode 100644 roms/u-boot/configs/ti816x_evm_defconfig
create mode 100644 roms/u-boot/configs/tinker-rk3288_defconfig
create mode 100644 roms/u-boot/configs/tinker-s-rk3288_defconfig
create mode 100644 roms/u-boot/configs/tools-only_defconfig
create mode 100644 roms/u-boot/configs/topic_miami_defconfig
create mode 100644 roms/u-boot/configs/topic_miamilite_defconfig
create mode 100644 roms/u-boot/configs/topic_miamiplus_defconfig
create mode 100644 roms/u-boot/configs/total_compute_defconfig
create mode 100644 roms/u-boot/configs/tplink_wdr4300_defconfig
create mode 100644 roms/u-boot/configs/tqma6dl_mba6_mmc_defconfig
create mode 100644 roms/u-boot/configs/tqma6dl_mba6_spi_defconfig
create mode 100644 roms/u-boot/configs/tqma6q_mba6_mmc_defconfig
create mode 100644 roms/u-boot/configs/tqma6q_mba6_spi_defconfig
create mode 100644 roms/u-boot/configs/tqma6s_mba6_mmc_defconfig
create mode 100644 roms/u-boot/configs/tqma6s_mba6_spi_defconfig
create mode 100644 roms/u-boot/configs/trats2_defconfig
create mode 100644 roms/u-boot/configs/trats_defconfig
create mode 100644 roms/u-boot/configs/trimslice_defconfig
create mode 100644 roms/u-boot/configs/tuge1_defconfig
create mode 100644 roms/u-boot/configs/turris_mox_defconfig
create mode 100644 roms/u-boot/configs/turris_omnia_defconfig
create mode 100644 roms/u-boot/configs/tuxx1_defconfig
create mode 100644 roms/u-boot/configs/u200_defconfig
create mode 100644 roms/u-boot/configs/uDPU_defconfig
create mode 100644 roms/u-boot/configs/udoo_defconfig
create mode 100644 roms/u-boot/configs/udoo_neo_defconfig
create mode 100644 roms/u-boot/configs/uniphier_ld4_sld8_defconfig
create mode 100644 roms/u-boot/configs/uniphier_v7_defconfig
create mode 100644 roms/u-boot/configs/uniphier_v8_defconfig
create mode 100644 roms/u-boot/configs/usb_a9263_dataflash_defconfig
create mode 100644 roms/u-boot/configs/usbarmory_defconfig
create mode 100644 roms/u-boot/configs/variscite_dart6ul_defconfig
create mode 100644 roms/u-boot/configs/ve8313_defconfig
create mode 100644 roms/u-boot/configs/venice2_defconfig
create mode 100644 roms/u-boot/configs/ventana_defconfig
create mode 100644 roms/u-boot/configs/verdin-imx8mm_defconfig
create mode 100644 roms/u-boot/configs/vexpress_aemv8a_juno_defconfig
create mode 100644 roms/u-boot/configs/vexpress_aemv8a_semi_defconfig
create mode 100644 roms/u-boot/configs/vf610twr_defconfig
create mode 100644 roms/u-boot/configs/vf610twr_nand_defconfig
create mode 100644 roms/u-boot/configs/vinco_defconfig
create mode 100644 roms/u-boot/configs/vining_2000_defconfig
create mode 100644 roms/u-boot/configs/vme8349_defconfig
create mode 100644 roms/u-boot/configs/vocore2_defconfig
create mode 100644 roms/u-boot/configs/vyasa-rk3288_defconfig
create mode 100644 roms/u-boot/configs/wandboard_defconfig
create mode 100644 roms/u-boot/configs/warp7_bl33_defconfig
create mode 100644 roms/u-boot/configs/warp7_defconfig
create mode 100644 roms/u-boot/configs/warp_defconfig
create mode 100644 roms/u-boot/configs/wetek-core2_defconfig
create mode 100644 roms/u-boot/configs/work_92105_defconfig
create mode 100644 roms/u-boot/configs/x530_defconfig
create mode 100644 roms/u-boot/configs/x600_defconfig
create mode 100644 roms/u-boot/configs/xenguest_arm64_defconfig
create mode 100644 roms/u-boot/configs/xilinx_versal_mini_defconfig
create mode 100644 roms/u-boot/configs/xilinx_versal_mini_emmc0_defconfig
create mode 100644 roms/u-boot/configs/xilinx_versal_mini_emmc1_defconfig
create mode 100644 roms/u-boot/configs/xilinx_versal_virt_defconfig
create mode 100644 roms/u-boot/configs/xilinx_zynq_virt_defconfig
create mode 100644 roms/u-boot/configs/xilinx_zynqmp_mini_defconfig
create mode 100644 roms/u-boot/configs/xilinx_zynqmp_mini_emmc0_defconfig
create mode 100644 roms/u-boot/configs/xilinx_zynqmp_mini_emmc1_defconfig
create mode 100644 roms/u-boot/configs/xilinx_zynqmp_mini_nand_defconfig
create mode 100644 roms/u-boot/configs/xilinx_zynqmp_mini_nand_single_defconfig
create mode 100644 roms/u-boot/configs/xilinx_zynqmp_mini_qspi_defconfig
create mode 100644 roms/u-boot/configs/xilinx_zynqmp_r5_defconfig
create mode 100644 roms/u-boot/configs/xilinx_zynqmp_virt_defconfig
create mode 100644 roms/u-boot/configs/xpedite517x_defconfig
create mode 100644 roms/u-boot/configs/xpedite520x_defconfig
create mode 100644 roms/u-boot/configs/xpedite537x_defconfig
create mode 100644 roms/u-boot/configs/xpedite550x_defconfig
create mode 100644 roms/u-boot/configs/xtfpga_defconfig
create mode 100644 roms/u-boot/configs/zmx25_defconfig
create mode 100644 roms/u-boot/configs/zynq_cse_nand_defconfig
create mode 100644 roms/u-boot/configs/zynq_cse_nor_defconfig
create mode 100644 roms/u-boot/configs/zynq_cse_qspi_defconfig
create mode 100644 roms/u-boot/disk/Kconfig
create mode 100644 roms/u-boot/disk/Makefile
create mode 100644 roms/u-boot/disk/part.c
create mode 100644 roms/u-boot/disk/part_amiga.c
create mode 100644 roms/u-boot/disk/part_amiga.h
create mode 100644 roms/u-boot/disk/part_dos.c
create mode 100644 roms/u-boot/disk/part_dos.h
create mode 100644 roms/u-boot/disk/part_efi.c
create mode 100644 roms/u-boot/disk/part_iso.c
create mode 100644 roms/u-boot/disk/part_iso.h
create mode 100644 roms/u-boot/disk/part_mac.c
create mode 100644 roms/u-boot/disk/part_mac.h
create mode 100644 roms/u-boot/doc/.gitignore
create mode 100644 roms/u-boot/doc/I2C_Edge_Conditions
create mode 100644 roms/u-boot/doc/Makefile
create mode 100644 roms/u-boot/doc/README.440-DDR-performance
create mode 100644 roms/u-boot/doc/README.AMCC-eval-boards-cleanup
create mode 100644 roms/u-boot/doc/README.Heterogeneous-SoCs
create mode 100644 roms/u-boot/doc/README.JFFS2
create mode 100644 roms/u-boot/doc/README.JFFS2_NAND
create mode 100644 roms/u-boot/doc/README.LED
create mode 100644 roms/u-boot/doc/README.OFT
create mode 100644 roms/u-boot/doc/README.POST
create mode 100644 roms/u-boot/doc/README.SNTP
create mode 100644 roms/u-boot/doc/README.SPL
create mode 100644 roms/u-boot/doc/README.TPL
create mode 100644 roms/u-boot/doc/README.VLAN
create mode 100644 roms/u-boot/doc/README.VSC3316-3308
create mode 100644 roms/u-boot/doc/README.arm-caches
create mode 100644 roms/u-boot/doc/README.arm-relocation
create mode 100644 roms/u-boot/doc/README.armada-secureboot
create mode 100644 roms/u-boot/doc/README.asn1
create mode 100644 roms/u-boot/doc/README.atmel_mci
create mode 100644 roms/u-boot/doc/README.atmel_pmecc
create mode 100644 roms/u-boot/doc/README.autoboot
create mode 100644 roms/u-boot/doc/README.bcm7xxx
create mode 100644 roms/u-boot/doc/README.bcmns3
create mode 100644 roms/u-boot/doc/README.bedbug
create mode 100644 roms/u-boot/doc/README.bitbangMII
create mode 100644 roms/u-boot/doc/README.bloblist
create mode 100644 roms/u-boot/doc/README.bootcount
create mode 100644 roms/u-boot/doc/README.boston
create mode 100644 roms/u-boot/doc/README.bus_vcxk
create mode 100644 roms/u-boot/doc/README.cfi
create mode 100644 roms/u-boot/doc/README.commands.itest
create mode 100644 roms/u-boot/doc/README.commands.spl
create mode 100644 roms/u-boot/doc/README.console
create mode 100644 roms/u-boot/doc/README.davinci
create mode 100644 roms/u-boot/doc/README.davinci.nand_spl
create mode 100644 roms/u-boot/doc/README.dfutftp
create mode 100644 roms/u-boot/doc/README.displaying-bmps
create mode 100644 roms/u-boot/doc/README.distro
create mode 100644 roms/u-boot/doc/README.dns
create mode 100644 roms/u-boot/doc/README.enetaddr
create mode 100644 roms/u-boot/doc/README.esbc_validate
create mode 100644 roms/u-boot/doc/README.ext4
create mode 100644 roms/u-boot/doc/README.falcon
create mode 100644 roms/u-boot/doc/README.fdt-control
create mode 100644 roms/u-boot/doc/README.fec_mxc
create mode 100644 roms/u-boot/doc/README.fsl-clk
create mode 100644 roms/u-boot/doc/README.fsl-ddr
create mode 100644 roms/u-boot/doc/README.fsl-dpaa
create mode 100644 roms/u-boot/doc/README.fsl-esdhc
create mode 100644 roms/u-boot/doc/README.fsl-hwconfig
create mode 100644 roms/u-boot/doc/README.fsl-trustzone-components
create mode 100644 roms/u-boot/doc/README.fsl_iim
create mode 100644 roms/u-boot/doc/README.fuse
create mode 100644 roms/u-boot/doc/README.generic-board
create mode 100644 roms/u-boot/doc/README.generic_usb_ohci
create mode 100644 roms/u-boot/doc/README.gpio
create mode 100644 roms/u-boot/doc/README.gpt
create mode 100644 roms/u-boot/doc/README.hwconfig
create mode 100644 roms/u-boot/doc/README.i2c
create mode 100644 roms/u-boot/doc/README.iomux
create mode 100644 roms/u-boot/doc/README.kconfig
create mode 100644 roms/u-boot/doc/README.kwbimage
create mode 100644 roms/u-boot/doc/README.link-local
create mode 100644 roms/u-boot/doc/README.lynxkdi
create mode 100644 roms/u-boot/doc/README.m54418twr
create mode 100644 roms/u-boot/doc/README.malta
create mode 100644 roms/u-boot/doc/README.marvell
create mode 100644 roms/u-boot/doc/README.mediatek
create mode 100644 roms/u-boot/doc/README.memory-test
create mode 100644 roms/u-boot/doc/README.mpc74xx
create mode 100644 roms/u-boot/doc/README.mpc83xx.ddrecc
create mode 100644 roms/u-boot/doc/README.mpc83xxads
create mode 100644 roms/u-boot/doc/README.mpc85xx
create mode 100644 roms/u-boot/doc/README.mpc85xx-sd-spi-boot
create mode 100644 roms/u-boot/doc/README.mpc85xx-spin-table
create mode 100644 roms/u-boot/doc/README.mpc85xxcds
create mode 100644 roms/u-boot/doc/README.multi-dtb-fit
create mode 100644 roms/u-boot/doc/README.mxc_ocotp
create mode 100644 roms/u-boot/doc/README.nand
create mode 100644 roms/u-boot/doc/README.nand-boot-ppc440
create mode 100644 roms/u-boot/doc/README.nokia_rx51
create mode 100644 roms/u-boot/doc/README.odroid
create mode 100644 roms/u-boot/doc/README.omap-ulpi-viewport
create mode 100644 roms/u-boot/doc/README.omap3
create mode 100644 roms/u-boot/doc/README.pblimage
create mode 100644 roms/u-boot/doc/README.pcap
create mode 100644 roms/u-boot/doc/README.plan9
create mode 100644 roms/u-boot/doc/README.power-framework
create mode 100644 roms/u-boot/doc/README.pxe
create mode 100644 roms/u-boot/doc/README.ramboot-ppc85xx
create mode 100644 roms/u-boot/doc/README.rmobile
create mode 100644 roms/u-boot/doc/README.rockchip
create mode 100644 roms/u-boot/doc/README.rockusb
create mode 100644 roms/u-boot/doc/README.s5p4418
create mode 100644 roms/u-boot/doc/README.s5pc1xx
create mode 100644 roms/u-boot/doc/README.sata
create mode 100644 roms/u-boot/doc/README.sched
create mode 100644 roms/u-boot/doc/README.scrapyard
create mode 100644 roms/u-boot/doc/README.semihosting
create mode 100644 roms/u-boot/doc/README.serial_multi
create mode 100644 roms/u-boot/doc/README.sha1
create mode 100644 roms/u-boot/doc/README.silent
create mode 100644 roms/u-boot/doc/README.socfpga
create mode 100644 roms/u-boot/doc/README.spear
create mode 100644 roms/u-boot/doc/README.splashprepare
create mode 100644 roms/u-boot/doc/README.srio-pcie-boot-corenet
create mode 100644 roms/u-boot/doc/README.standalone
create mode 100644 roms/u-boot/doc/README.t1040-l2switch
create mode 100644 roms/u-boot/doc/README.tee
create mode 100644 roms/u-boot/doc/README.ti-secure
create mode 100644 roms/u-boot/doc/README.ubi
create mode 100644 roms/u-boot/doc/README.ubispl
create mode 100644 roms/u-boot/doc/README.ublimage
create mode 100644 roms/u-boot/doc/README.udp
create mode 100644 roms/u-boot/doc/README.unaligned-memory-access.txt
create mode 100644 roms/u-boot/doc/README.uniphier
create mode 100644 roms/u-boot/doc/README.update
create mode 100644 roms/u-boot/doc/README.usb
create mode 100644 roms/u-boot/doc/README.vf610
create mode 100644 roms/u-boot/doc/README.video
create mode 100644 roms/u-boot/doc/README.vxworks
create mode 100644 roms/u-boot/doc/README.watchdog
create mode 100644 roms/u-boot/doc/README.zfs
create mode 100644 roms/u-boot/doc/SPI/README.altera_spi
create mode 100644 roms/u-boot/doc/SPI/README.ftssp010_spi_test
create mode 100644 roms/u-boot/doc/SPI/README.sandbox-spi
create mode 100644 roms/u-boot/doc/SPI/README.sh_qspi_test
create mode 100644 roms/u-boot/doc/SPI/README.ti_qspi_am43x_test
create mode 100644 roms/u-boot/doc/SPI/README.ti_qspi_dra_test
create mode 100644 roms/u-boot/doc/SPI/README.ti_qspi_flash
create mode 100644 roms/u-boot/doc/SPI/status.txt
create mode 100644 roms/u-boot/doc/SPL/README.am335x-network
create mode 100644 roms/u-boot/doc/SPL/README.omap3
create mode 100644 roms/u-boot/doc/SPL/README.spl-secure-boot
create mode 100644 roms/u-boot/doc/android/ab.rst
create mode 100644 roms/u-boot/doc/android/avb2.rst
create mode 100644 roms/u-boot/doc/android/bcb.rst
create mode 100644 roms/u-boot/doc/android/boot-image.rst
create mode 100644 roms/u-boot/doc/android/fastboot-protocol.rst
create mode 100644 roms/u-boot/doc/android/fastboot.rst
create mode 100644 roms/u-boot/doc/android/index.rst
create mode 100644 roms/u-boot/doc/api/dfu.rst
create mode 100644 roms/u-boot/doc/api/efi.rst
create mode 100644 roms/u-boot/doc/api/getopt.rst
create mode 100644 roms/u-boot/doc/api/index.rst
create mode 100644 roms/u-boot/doc/api/linker_lists.rst
create mode 100644 roms/u-boot/doc/api/logging.rst
create mode 100644 roms/u-boot/doc/api/pinctrl.rst
create mode 100644 roms/u-boot/doc/api/rng.rst
create mode 100644 roms/u-boot/doc/api/sandbox.rst
create mode 100644 roms/u-boot/doc/api/serial.rst
create mode 100644 roms/u-boot/doc/api/timer.rst
create mode 100644 roms/u-boot/doc/api/unicode.rst
create mode 100644 roms/u-boot/doc/arch/arc.rst
create mode 100644 roms/u-boot/doc/arch/arm64.rst
create mode 100644 roms/u-boot/doc/arch/index.rst
create mode 100644 roms/u-boot/doc/arch/m68k.rst
create mode 100644 roms/u-boot/doc/arch/mips.rst
create mode 100644 roms/u-boot/doc/arch/nds32.rst
create mode 100644 roms/u-boot/doc/arch/nios2.rst
create mode 100644 roms/u-boot/doc/arch/sandbox.rst
create mode 100644 roms/u-boot/doc/arch/sh.rst
create mode 100644 roms/u-boot/doc/arch/x86.rst
create mode 100644 roms/u-boot/doc/arch/xtensa.rst
create mode 100644 roms/u-boot/doc/board/AndesTech/adp-ag101p.rst
create mode 100644 roms/u-boot/doc/board/AndesTech/ax25-ae350.rst
create mode 100644 roms/u-boot/doc/board/AndesTech/index.rst
create mode 100644 roms/u-boot/doc/board/actions/cubieboard7.rst
create mode 100644 roms/u-boot/doc/board/actions/index.rst
create mode 100644 roms/u-boot/doc/board/advantech/imx8qm-rom7720-a1.rst
create mode 100644 roms/u-boot/doc/board/advantech/index.rst
create mode 100644 roms/u-boot/doc/board/amlogic/beelink-gtking.rst
create mode 100644 roms/u-boot/doc/board/amlogic/beelink-gtkingpro.rst
create mode 100644 roms/u-boot/doc/board/amlogic/index.rst
create mode 100644 roms/u-boot/doc/board/amlogic/khadas-vim.rst
create mode 100644 roms/u-boot/doc/board/amlogic/khadas-vim2.rst
create mode 100644 roms/u-boot/doc/board/amlogic/khadas-vim3.rst
create mode 100644 roms/u-boot/doc/board/amlogic/khadas-vim3l.rst
create mode 100644 roms/u-boot/doc/board/amlogic/libretech-ac.rst
create mode 100644 roms/u-boot/doc/board/amlogic/libretech-cc.rst
create mode 100644 roms/u-boot/doc/board/amlogic/nanopi-k2.rst
create mode 100644 roms/u-boot/doc/board/amlogic/odroid-c2.rst
create mode 100644 roms/u-boot/doc/board/amlogic/odroid-c4.rst
create mode 100644 roms/u-boot/doc/board/amlogic/odroid-n2.rst
create mode 100644 roms/u-boot/doc/board/amlogic/p200.rst
create mode 100644 roms/u-boot/doc/board/amlogic/p201.rst
create mode 100644 roms/u-boot/doc/board/amlogic/p212.rst
create mode 100644 roms/u-boot/doc/board/amlogic/q200.rst
create mode 100644 roms/u-boot/doc/board/amlogic/s400.rst
create mode 100644 roms/u-boot/doc/board/amlogic/sei510.rst
create mode 100644 roms/u-boot/doc/board/amlogic/sei610.rst
create mode 100644 roms/u-boot/doc/board/amlogic/u200.rst
create mode 100644 roms/u-boot/doc/board/amlogic/w400.rst
create mode 100644 roms/u-boot/doc/board/amlogic/wetek-core2.rst
create mode 100644 roms/u-boot/doc/board/atmel/at91ek.rst
create mode 100644 roms/u-boot/doc/board/atmel/index.rst
create mode 100644 roms/u-boot/doc/board/congatec/cgtqmx8.rst
create mode 100644 roms/u-boot/doc/board/congatec/index.rst
create mode 100644 roms/u-boot/doc/board/coreboot/coreboot.rst
create mode 100644 roms/u-boot/doc/board/coreboot/index.rst
create mode 100644 roms/u-boot/doc/board/emulation/index.rst
create mode 100644 roms/u-boot/doc/board/emulation/qemu-arm.rst
create mode 100644 roms/u-boot/doc/board/emulation/qemu-mips.rst
create mode 100644 roms/u-boot/doc/board/emulation/qemu-ppce500.rst
create mode 100644 roms/u-boot/doc/board/emulation/qemu-riscv.rst
create mode 100644 roms/u-boot/doc/board/emulation/qemu-x86.rst
create mode 100644 roms/u-boot/doc/board/emulation/qemu_capsule_update.rst
create mode 100644 roms/u-boot/doc/board/freescale/b4860qds.rst
create mode 100644 roms/u-boot/doc/board/freescale/imx8mm_evk.rst
create mode 100644 roms/u-boot/doc/board/freescale/imx8mn_evk.rst
create mode 100644 roms/u-boot/doc/board/freescale/imx8mp_evk.rst
create mode 100644 roms/u-boot/doc/board/freescale/imx8mq_evk.rst
create mode 100644 roms/u-boot/doc/board/freescale/imx8qxp_mek.rst
create mode 100644 roms/u-boot/doc/board/freescale/imxrt1020-evk.rst
create mode 100644 roms/u-boot/doc/board/freescale/imxrt1050-evk.rst
create mode 100644 roms/u-boot/doc/board/freescale/index.rst
create mode 100644 roms/u-boot/doc/board/freescale/mx6sabreauto.rst
create mode 100644 roms/u-boot/doc/board/freescale/mx6sabresd.rst
create mode 100644 roms/u-boot/doc/board/freescale/mx6ul_14x14_evk.rst
create mode 100644 roms/u-boot/doc/board/freescale/mx6ullevk.rst
create mode 100644 roms/u-boot/doc/board/google/chromebook_coral.rst
create mode 100644 roms/u-boot/doc/board/google/chromebook_link.rst
create mode 100644 roms/u-boot/doc/board/google/chromebook_samus.rst
create mode 100644 roms/u-boot/doc/board/google/index.rst
create mode 100644 roms/u-boot/doc/board/index.rst
create mode 100644 roms/u-boot/doc/board/intel/bayleybay.rst
create mode 100644 roms/u-boot/doc/board/intel/cherryhill.rst
create mode 100644 roms/u-boot/doc/board/intel/cougarcanyon2.rst
create mode 100644 roms/u-boot/doc/board/intel/crownbay.rst
create mode 100644 roms/u-boot/doc/board/intel/edison.rst
create mode 100644 roms/u-boot/doc/board/intel/galileo.rst
create mode 100644 roms/u-boot/doc/board/intel/index.rst
create mode 100644 roms/u-boot/doc/board/intel/minnowmax.rst
create mode 100644 roms/u-boot/doc/board/intel/slimbootloader.rst
create mode 100644 roms/u-boot/doc/board/kontron/index.rst
create mode 100644 roms/u-boot/doc/board/kontron/sl28.rst
create mode 100644 roms/u-boot/doc/board/microchip/index.rst
create mode 100644 roms/u-boot/doc/board/microchip/mpfs_icicle.rst
create mode 100644 roms/u-boot/doc/board/rockchip/index.rst
create mode 100644 roms/u-boot/doc/board/rockchip/rockchip.rst
create mode 100644 roms/u-boot/doc/board/sifive/index.rst
create mode 100644 roms/u-boot/doc/board/sifive/unleashed.rst
create mode 100644 roms/u-boot/doc/board/sifive/unmatched.rst
create mode 100644 roms/u-boot/doc/board/sipeed/index.rst
create mode 100644 roms/u-boot/doc/board/sipeed/maix.rst
create mode 100644 roms/u-boot/doc/board/st/index.rst
create mode 100644 roms/u-boot/doc/board/st/stm32mp1.rst
create mode 100644 roms/u-boot/doc/board/tbs/index.rst
create mode 100644 roms/u-boot/doc/board/tbs/tbs2910.rst
create mode 100644 roms/u-boot/doc/board/toradex/apalix-imx8.rst
create mode 100644 roms/u-boot/doc/board/toradex/apalix-imx8x.rst
create mode 100644 roms/u-boot/doc/board/toradex/colibri-imx8x.rst
create mode 100644 roms/u-boot/doc/board/toradex/colibri_imx7.rst
create mode 100644 roms/u-boot/doc/board/toradex/index.rst
create mode 100644 roms/u-boot/doc/board/toradex/verdin-imx8mm.rst
create mode 100644 roms/u-boot/doc/board/xen/index.rst
create mode 100644 roms/u-boot/doc/board/xen/xenguest_arm64.rst
create mode 100644 roms/u-boot/doc/board/xilinx/index.rst
create mode 100644 roms/u-boot/doc/board/xilinx/xilinx.rst
create mode 100644 roms/u-boot/doc/board/xilinx/zynq.rst
create mode 100644 roms/u-boot/doc/board/xilinx/zynqmp-r5.rst
create mode 100644 roms/u-boot/doc/board/xilinx/zynqmp.rst
create mode 100644 roms/u-boot/doc/bounces
create mode 100644 roms/u-boot/doc/build/clang.rst
create mode 100644 roms/u-boot/doc/build/docker.rst
create mode 100644 roms/u-boot/doc/build/gcc.rst
create mode 100644 roms/u-boot/doc/build/index.rst
create mode 100644 roms/u-boot/doc/build/source.rst
create mode 100644 roms/u-boot/doc/build/tools.rst
create mode 100644 roms/u-boot/doc/chromium/chainload.rst
create mode 100644 roms/u-boot/doc/chromium/files/chromebook_jerry.its
create mode 100644 roms/u-boot/doc/chromium/files/devkeys/kernel.keyblock
create mode 100644 roms/u-boot/doc/chromium/files/devkeys/kernel_data_key.vbprivk
create mode 100644 roms/u-boot/doc/chromium/files/nyan-big.its
create mode 100644 roms/u-boot/doc/chromium/index.rst
create mode 100644 roms/u-boot/doc/chromium/overview.rst
create mode 100644 roms/u-boot/doc/chromium/run_vboot.rst
create mode 100644 roms/u-boot/doc/conf.py
create mode 100644 roms/u-boot/doc/develop/coccinelle.rst
create mode 100644 roms/u-boot/doc/develop/commands.rst
create mode 100644 roms/u-boot/doc/develop/crash_dumps.rst
create mode 100644 roms/u-boot/doc/develop/driver-model/bind.rst
create mode 100644 roms/u-boot/doc/develop/driver-model/debugging.rst
create mode 100644 roms/u-boot/doc/develop/driver-model/design.rst
create mode 100644 roms/u-boot/doc/develop/driver-model/ethernet.rst
create mode 100644 roms/u-boot/doc/develop/driver-model/fdt-fixup.rst
create mode 100644 roms/u-boot/doc/develop/driver-model/fs_firmware_loader.rst
create mode 100644 roms/u-boot/doc/develop/driver-model/i2c-howto.rst
create mode 100644 roms/u-boot/doc/develop/driver-model/index.rst
create mode 100644 roms/u-boot/doc/develop/driver-model/livetree.rst
create mode 100644 roms/u-boot/doc/develop/driver-model/migration.rst
create mode 100644 roms/u-boot/doc/develop/driver-model/nvme.rst
create mode 100644 roms/u-boot/doc/develop/driver-model/of-plat.rst
create mode 100644 roms/u-boot/doc/develop/driver-model/pci-info.rst
create mode 100644 roms/u-boot/doc/develop/driver-model/pmic-framework.rst
create mode 100644 roms/u-boot/doc/develop/driver-model/remoteproc-framework.rst
create mode 100644 roms/u-boot/doc/develop/driver-model/serial-howto.rst
create mode 100644 roms/u-boot/doc/develop/driver-model/soc-framework.rst
create mode 100644 roms/u-boot/doc/develop/driver-model/spi-howto.rst
create mode 100644 roms/u-boot/doc/develop/driver-model/usb-info.rst
create mode 100644 roms/u-boot/doc/develop/driver-model/virtio.rst
create mode 100644 roms/u-boot/doc/develop/global_data.rst
create mode 100644 roms/u-boot/doc/develop/index.rst
create mode 100644 roms/u-boot/doc/develop/logging.rst
create mode 100644 roms/u-boot/doc/develop/menus.rst
create mode 120000 roms/u-boot/doc/develop/package/binman.rst
create mode 120000 roms/u-boot/doc/develop/package/entries.rst
create mode 100644 roms/u-boot/doc/develop/package/index.rst
create mode 100644 roms/u-boot/doc/develop/py_testing.rst
create mode 100644 roms/u-boot/doc/develop/testing.rst
create mode 100644 roms/u-boot/doc/develop/tests_sandbox.rst
create mode 100644 roms/u-boot/doc/develop/tests_writing.rst
create mode 100644 roms/u-boot/doc/develop/trace.rst
create mode 100644 roms/u-boot/doc/develop/uefi/index.rst
create mode 100644 roms/u-boot/doc/develop/uefi/iscsi.rst
create mode 100644 roms/u-boot/doc/develop/uefi/u-boot_on_efi.rst
create mode 100644 roms/u-boot/doc/develop/uefi/uefi.rst
create mode 100644 roms/u-boot/doc/develop/version.rst
create mode 100644 roms/u-boot/doc/device-tree-bindings/README
create mode 100644 roms/u-boot/doc/device-tree-bindings/adc/adc.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/adc/st,stm32-adc.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/arm/arm,scmi.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/arm/l2c2x0.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/ata/intel-sata.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/axi/gdsys,ihs_axi.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/bus/simple-pm-bus.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/chosen.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/clock/fixed-factor-clock.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/clock/fsl,mpc83xx-clk.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/clock/microchip,pic32-clock.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/clock/nvidia,tegra20-car.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/clock/rockchip,rk3188-cru.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/clock/rockchip,rk3288-cru.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/clock/rockchip,rk3288-dmc.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/clock/rockchip,rk3368-dmc.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/clock/rockchip,rk3399-dmc.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/clock/rockchip.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/clock/snps,hsdk-cgu.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/clock/st,stm32-rcc.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/clock/st,stm32h7-rcc.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/clock/st,stm32mp1.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/clock/ti,cdce9xx.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/clock/ti,sci-clk.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/config.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/cpu/fsl,mpc83xx.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/cpu/nios2.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/device.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/exynos/dwmmc.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/exynos/emmc-reset.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/exynos/isp-spi.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/exynos/soc.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/exynos/sound.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/exynos/tmu.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/firmware/linaro,optee-tz.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/firmware/nvidia,tegra186-bpmp.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/firmware/ti,sci.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/fpga/altera-socfpga-a10-fpga-mgr.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/fsp/fsp2/apollolake/fsp-m.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/fsp/fsp2/apollolake/fsp-s.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/gpio/altera_pio.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/gpio/bcm2835-gpio.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/gpio/fsl,mpc83xx-spisel-boot.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/gpio/gpio-msm.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/gpio/gpio-pcf857x.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/gpio/gpio-samsung.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/gpio/gpio.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/gpio/intel,apl-gpio.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/gpio/intel,x86-broadwell-pinctrl.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/gpio/intel,x86-pinctrl.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/gpio/mscc_sgpio.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/gpio/nvidia,tegra186-gpio.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/gpio/nvidia,tegra20-gpio.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/gpio/pm8916_gpio.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/gpio/snps,creg-gpio.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/gpu/nvidia,tegra20-host1x.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/i2c/generic-acpi.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/i2c/i2c-at91.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/i2c/i2c-cdns.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/i2c/i2c-cortina.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/i2c/i2c-designware.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/i2c/i2c-gpio.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/i2c/i2c-mux.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/i2c/i2c-stm32.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/i2c/i2c.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/i2c/nvidia,tegra186-bpmp-i2c.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/i2c/nx_i2c.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/i2c/octeon-i2c.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/i2c/tegra20-i2c.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/input/adc-keys.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/input/cros-ec-keyb.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/input/hid-over-i2c.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/input/i8042.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/interrupt-controller/intel,acpi-gpe.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/interrupt-controller/interrupts.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/leds/common.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/leds/leds-bcm6328.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/leds/leds-bcm6358.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/leds/leds-bcm6858.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/leds/leds-gpio.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/mailbox/k3-secure-proxy.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/mailbox/mailbox.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/mailbox/nvidia,tegra186-hsp.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/memory-controller/k3-j721e-ddrss.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/memory-controllers/k3-am654-ddrss.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/memory-controllers/st,stm32-fmc.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/memory-controllers/st,stm32mp1-ddr.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/memory/memory.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/mfd/kendryte,k210-sysctl.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/misc/altera_sysid.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/misc/bootcounter.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/misc/cros-ec.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/misc/esm-k3.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/misc/esm-pmic.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/misc/fs_loader.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/misc/intel,baytrail-fsp.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/misc/intel,irq-router.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/misc/intel-lpc.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/misc/misc/fsl,mpc83xx-serdes.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/misc/misc/gdsys,io-endpoint.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/misc/misc/gdsys,iocon_fpga.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/misc/misc/gdsys,iocpu_fpga.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/misc/misc/gdsys,soc.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/mmc/msm_sdhci.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/mmc/snps,dw-mmc.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/mtd/altera_qspi.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/mtd/mtd-physmap.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/mtd/spi-nand.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/mtd/spi/spi-flash.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/mtd/stm32-fmc2-nand.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/nand/nvidia,tegra20-nand.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/net/allwinner,sun4i-emac.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/net/allwinner,sun4i-mdio.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/net/allwinner,sun7i-a20-gmac.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/net/altera_tse.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/net/aquantia-phy.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/net/ethernet.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/net/fixed-link.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/net/fsl,mcf-dma-fec.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/net/fsl,mcf-fec.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/net/fsl-tsec-phy.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/net/marvell-mdio.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/net/mdio-mux-reg.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/net/mdio-mux.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/net/mdio.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/net/mediatek,mt7628-eth.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/net/micrel-ksz90x1.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/net/phy.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/net/phy/atheros.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/net/snps,dwc-qos-ethernet.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/net/stmmac.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/pci/armada8k-pcie.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/pci/mediatek-pcie.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/pci/x86-pci.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/pci_endpoint/cdns,cdns-pcie-ep.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/phy/mvebu_comphy.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/phy/no-op.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/phy/phy-mtk-tphy.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/phy/phy-stih407-usb.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/phy/phy-stm32-usbphyc.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/phy/sun4i-usb-phy.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/pinctrl/atmel,at91-pio4-pinctrl.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/pinctrl/bcm6838-pinctrl.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/pinctrl/intel,apl-pinctrl.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/pinctrl/kendryte,k210-fpioa.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/pinctrl/marvell,armada-37xx-pinctrl.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/pinctrl/marvell,armada-apn806-pinctrl.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/pinctrl/marvell,armada-cp110-pinctrl.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/pinctrl/marvell,mvebu-pinctrl.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/pinctrl/nexell,s5pxx18-pinctrl.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/pinctrl/pinctrl-bindings.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/pinctrl/rockchip,pinctrl.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/pinctrl/st,stm32-pinctrl.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/pmic/max77686.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/pmic/pm8916.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/pmic/rn5t567.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/pmic/s2mps11.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/pmic/sandbox.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/power/ti,sci-pm-domain.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/power/tps65090.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/pwm/cros-ec-pwm.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/pwm/pwm-sifive.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/pwm/pwm.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/pwm/tegra20-pwm.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/ram/fsl,mpc83xx-mem-controller.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/regulator/fan53555.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/regulator/fixed.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/regulator/fsl,anatop-regulator.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/regulator/max77686.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/regulator/regulator.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/regulator/sandbox.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/regulator/st,stm32-vrefbuf.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/regulator/tps65090.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/remoteproc/k3-rproc.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/remoteproc/k3-system-controller.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/remoteproc/remoteproc.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/remoteproc/ti,k3-dsp-rproc.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/remoteproc/ti,k3-r5f-rproc.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/reserved-memory/reserved-memory.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/reset/reset.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/reset/st,stm32-rcc.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/reset/syscon-reset.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/reset/ti,sci-reset.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/root.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/rtc/abracon,abx80x.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/rtc/brcm,brcmstb-waketimer.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/rtc/ds3232.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/serial/8250.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/serial/altera_jtaguart.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/serial/altera_uart.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/serial/bcm2835-aux-uart.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/serial/mcf-uart.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/serial/microchip,pic32-uart.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/serial/msm-serial.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/serial/mxc-serial.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/serial/omap_serial.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/serial/pl01x.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/serial/qca,ar9330-uart.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/serial/sandbox-serial.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/serial/sh.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/serial/snps-dw-apb-uart.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/serial/xilinx_uartlite.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/soc/fsl/cpm_qe/qe/ucc.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/sound/da7219.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/sound/intel-hda.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/sound/max98357a.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/sound/nvidia,tegra-audio-max98090.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/sound/snow.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/spi/snps,dw-apb-ssi.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/spi/soft-spi.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/spi/spi-atcspi200.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/spi/spi-ath79.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/spi/spi-bus.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/spi/spi-cadence.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/spi/spi-mcf-dspi.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/spi/spi-qup.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/spi/spi-stm32-qspi.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/spi/spi-zynq-qspi.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/spi/spi-zynq.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/spi/spi_altera.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/spmi/spmi-msm.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/spmi/spmi-sandbox.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/sysinfo/gdsys,sysinfo_gazerbeam.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/sysinfo/google,coral.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/sysinfo/gpio-sysinfo.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/sysinfo/smbios.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/sysinfo/sysinfo.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/sysreset/ti,sci-sysreset.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/thermal/rockchip-thermal.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/thermal/ti_soc_thermal.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/timer/altera_timer.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/timer/arc_timer.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/timer/atcpit100_timer.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/timer/fsl,mpc83xx-timer.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/timer/sandbox_timer.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/tpm2/sandbox.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/tpm2/tis-tpm2-spi.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/usb/dwc2.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/usb/dwc3-st.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/usb/ehci-msm.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/usb/generic.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/usb/marvell.xhci-usb.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/usb/mediatek,mtk-xhci.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/usb/mediatek,mtu3.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/usb/tegra-usb.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/video/atmel-hlcdc.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/video/bridge/ps8622.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/video/display-timing.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/video/displaymode.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/video/exynos-dp.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/video/exynos-fb.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/video/exynos_mipi_dsi.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/video/intel-gma.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/video/osd/gdsys,ihs_video_out.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/video/rockchip-lvds.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/video/sandbox-fb.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/video/simple-framebuffer.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/video/syncoam,seps525.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/video/tegra20-dc.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/video/tilcdc/panel.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/video/tilcdc/tilcdc.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/w1-eeprom/ds24xxx.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/w1-eeprom/ds2502.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/w1-eeprom/eep_sandbox.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/w1/mxc-w1.txt
create mode 100644 roms/u-boot/doc/device-tree-bindings/w1/w1-gpio.txt
create mode 100644 roms/u-boot/doc/feature-removal-schedule.txt
create mode 100644 roms/u-boot/doc/git-mailrc
create mode 100644 roms/u-boot/doc/imx/ahab/csf_examples/csf_enc_boot_image.txt
create mode 100644 roms/u-boot/doc/imx/ahab/guides/mx8_mx8x_encrypted_boot.txt
create mode 100644 roms/u-boot/doc/imx/clk/ccf.txt
create mode 100644 roms/u-boot/doc/imx/common/imx25.txt
create mode 100644 roms/u-boot/doc/imx/common/imx27.txt
create mode 100644 roms/u-boot/doc/imx/common/imx5.txt
create mode 100644 roms/u-boot/doc/imx/common/imx6.txt
create mode 100644 roms/u-boot/doc/imx/common/mxs.txt
create mode 100644 roms/u-boot/doc/imx/habv4/csf_examples/additional_images/csf_additional_images.txt
create mode 100644 roms/u-boot/doc/imx/habv4/csf_examples/mx6_mx7/csf_uboot.txt
create mode 100644 roms/u-boot/doc/imx/habv4/csf_examples/mx6_mx7/csf_uboot_fast_authentication.txt
create mode 100644 roms/u-boot/doc/imx/habv4/guides/encrypted_boot.txt
create mode 100644 roms/u-boot/doc/imx/habv4/guides/mx6_mx7_secure_boot.txt
create mode 100644 roms/u-boot/doc/imx/habv4/guides/mx6_mx7_spl_secure_boot.txt
create mode 100644 roms/u-boot/doc/imx/habv4/introduction_habv4.txt
create mode 100644 roms/u-boot/doc/imx/habv4/script_examples/genIVT.pl
create mode 100644 roms/u-boot/doc/imx/index.rst
create mode 100644 roms/u-boot/doc/imx/misc/index.rst
create mode 100644 roms/u-boot/doc/imx/misc/psb.rst
create mode 100644 roms/u-boot/doc/imx/misc/sdp.txt
create mode 100644 roms/u-boot/doc/imx/mkimage/imx8image.txt
create mode 100644 roms/u-boot/doc/imx/mkimage/imximage.txt
create mode 100644 roms/u-boot/doc/imx/mkimage/mxsimage.txt
create mode 100644 roms/u-boot/doc/index.rst
create mode 100644 roms/u-boot/doc/kwboot.1
create mode 100644 roms/u-boot/doc/media/Makefile
create mode 100644 roms/u-boot/doc/media/linker_lists.h.rst.exceptions
create mode 100644 roms/u-boot/doc/mkimage.1
create mode 100644 roms/u-boot/doc/mvebu/armada-8k-memory.txt
create mode 100644 roms/u-boot/doc/mvebu/cmd/bubt.txt
create mode 100644 roms/u-boot/doc/sphinx-static/theme_overrides.css
create mode 100644 roms/u-boot/doc/sphinx/automarkup.py
create mode 100644 roms/u-boot/doc/sphinx/cdomain.py
create mode 100644 roms/u-boot/doc/sphinx/kernel_abi.py
create mode 100644 roms/u-boot/doc/sphinx/kernel_feat.py
create mode 100755 roms/u-boot/doc/sphinx/kernel_include.py
create mode 100644 roms/u-boot/doc/sphinx/kerneldoc.py
create mode 100644 roms/u-boot/doc/sphinx/kernellog.py
create mode 100644 roms/u-boot/doc/sphinx/kfigure.py
create mode 100644 roms/u-boot/doc/sphinx/load_config.py
create mode 100755 roms/u-boot/doc/sphinx/maintainers_include.py
create mode 100644 roms/u-boot/doc/sphinx/parallel-wrapper.sh
create mode 100755 roms/u-boot/doc/sphinx/parse-headers.pl
create mode 100644 roms/u-boot/doc/sphinx/requirements.txt
create mode 100755 roms/u-boot/doc/sphinx/rstFlatTable.py
create mode 100644 roms/u-boot/doc/uImage.FIT/beaglebone_vboot.txt
create mode 100644 roms/u-boot/doc/uImage.FIT/command_syntax_extensions.txt
create mode 100644 roms/u-boot/doc/uImage.FIT/howto.txt
create mode 100644 roms/u-boot/doc/uImage.FIT/kernel.its
create mode 100644 roms/u-boot/doc/uImage.FIT/kernel_fdt.its
create mode 100644 roms/u-boot/doc/uImage.FIT/kernel_fdts_compressed.its
create mode 100644 roms/u-boot/doc/uImage.FIT/multi-with-fpga.its
create mode 100644 roms/u-boot/doc/uImage.FIT/multi-with-loadables.its
create mode 100644 roms/u-boot/doc/uImage.FIT/multi.its
create mode 100644 roms/u-boot/doc/uImage.FIT/multi_spl.its
create mode 100644 roms/u-boot/doc/uImage.FIT/overlay-fdt-boot.txt
create mode 100644 roms/u-boot/doc/uImage.FIT/sec_firmware_ppa.its
create mode 100644 roms/u-boot/doc/uImage.FIT/sign-configs.its
create mode 100644 roms/u-boot/doc/uImage.FIT/sign-images.its
create mode 100644 roms/u-boot/doc/uImage.FIT/signature.txt
create mode 100644 roms/u-boot/doc/uImage.FIT/source_file_format.txt
create mode 100644 roms/u-boot/doc/uImage.FIT/uefi.its
create mode 100644 roms/u-boot/doc/uImage.FIT/update3.its
create mode 100644 roms/u-boot/doc/uImage.FIT/update_uboot.its
create mode 100644 roms/u-boot/doc/uImage.FIT/verified-boot.txt
create mode 100644 roms/u-boot/doc/uImage.FIT/x86-fit-boot.txt
create mode 100644 roms/u-boot/doc/usage/addrmap.rst
create mode 100644 roms/u-boot/doc/usage/askenv.rst
create mode 100644 roms/u-boot/doc/usage/base.rst
create mode 100644 roms/u-boot/doc/usage/bootefi.rst
create mode 100644 roms/u-boot/doc/usage/booti.rst
create mode 100644 roms/u-boot/doc/usage/bootmenu.rst
create mode 100644 roms/u-boot/doc/usage/button.rst
create mode 100644 roms/u-boot/doc/usage/conitrace.rst
create mode 100644 roms/u-boot/doc/usage/dfu.rst
create mode 100644 roms/u-boot/doc/usage/echo.rst
create mode 100644 roms/u-boot/doc/usage/exception.rst
create mode 100644 roms/u-boot/doc/usage/exit.rst
create mode 100644 roms/u-boot/doc/usage/extension.rst
create mode 100644 roms/u-boot/doc/usage/false.rst
create mode 100644 roms/u-boot/doc/usage/fatinfo.rst
create mode 100644 roms/u-boot/doc/usage/fdt_overlays.rst
create mode 100644 roms/u-boot/doc/usage/fit.rst
create mode 100644 roms/u-boot/doc/usage/for.rst
create mode 100644 roms/u-boot/doc/usage/index.rst
create mode 100644 roms/u-boot/doc/usage/load.rst
create mode 100644 roms/u-boot/doc/usage/loady.rst
create mode 100644 roms/u-boot/doc/usage/mbr.rst
create mode 100644 roms/u-boot/doc/usage/md.rst
create mode 100644 roms/u-boot/doc/usage/mmc.rst
create mode 100644 roms/u-boot/doc/usage/netconsole.rst
create mode 100644 roms/u-boot/doc/usage/partitions.rst
create mode 100644 roms/u-boot/doc/usage/pinmux.rst
create mode 100644 roms/u-boot/doc/usage/pstore.rst
create mode 100644 roms/u-boot/doc/usage/qfw.rst
create mode 100644 roms/u-boot/doc/usage/reset.rst
create mode 100644 roms/u-boot/doc/usage/sbi.rst
create mode 100644 roms/u-boot/doc/usage/scp03.rst
create mode 100644 roms/u-boot/doc/usage/size.rst
create mode 100644 roms/u-boot/doc/usage/true.rst
create mode 100644 roms/u-boot/doc/usage/ums.rst
create mode 100644 roms/u-boot/doc/usage/x86/cbsysinfo.rst
create mode 100644 roms/u-boot/drivers/Kconfig
create mode 100644 roms/u-boot/drivers/Makefile
create mode 100644 roms/u-boot/drivers/adc/Kconfig
create mode 100644 roms/u-boot/drivers/adc/Makefile
create mode 100644 roms/u-boot/drivers/adc/adc-uclass.c
create mode 100644 roms/u-boot/drivers/adc/exynos-adc.c
create mode 100644 roms/u-boot/drivers/adc/meson-saradc.c
create mode 100644 roms/u-boot/drivers/adc/rockchip-saradc.c
create mode 100644 roms/u-boot/drivers/adc/sandbox.c
create mode 100644 roms/u-boot/drivers/adc/stm32-adc-core.c
create mode 100644 roms/u-boot/drivers/adc/stm32-adc-core.h
create mode 100644 roms/u-boot/drivers/adc/stm32-adc.c
create mode 100644 roms/u-boot/drivers/ata/Kconfig
create mode 100644 roms/u-boot/drivers/ata/Makefile
create mode 100644 roms/u-boot/drivers/ata/ahci-pci.c
create mode 100644 roms/u-boot/drivers/ata/ahci-uclass.c
create mode 100644 roms/u-boot/drivers/ata/ahci.c
create mode 100644 roms/u-boot/drivers/ata/ahci_mvebu.c
create mode 100644 roms/u-boot/drivers/ata/ahci_sunxi.c
create mode 100644 roms/u-boot/drivers/ata/dwc_ahci.c
create mode 100644 roms/u-boot/drivers/ata/dwc_ahsata.c
create mode 100644 roms/u-boot/drivers/ata/dwc_ahsata_priv.h
create mode 100644 roms/u-boot/drivers/ata/fsl_sata.c
create mode 100644 roms/u-boot/drivers/ata/fsl_sata.h
create mode 100644 roms/u-boot/drivers/ata/libata.c
create mode 100644 roms/u-boot/drivers/ata/mtk_ahci.c
create mode 100644 roms/u-boot/drivers/ata/sata.c
create mode 100644 roms/u-boot/drivers/ata/sata_ceva.c
create mode 100644 roms/u-boot/drivers/ata/sata_mv.c
create mode 100644 roms/u-boot/drivers/ata/sata_sandbox.c
create mode 100644 roms/u-boot/drivers/ata/sata_sil.c
create mode 100644 roms/u-boot/drivers/ata/sata_sil.h
create mode 100644 roms/u-boot/drivers/ata/sata_sil3114.c
create mode 100644 roms/u-boot/drivers/ata/sata_sil3114.h
create mode 100644 roms/u-boot/drivers/axi/Kconfig
create mode 100644 roms/u-boot/drivers/axi/Makefile
create mode 100644 roms/u-boot/drivers/axi/axi-emul-uclass.c
create mode 100644 roms/u-boot/drivers/axi/axi-uclass.c
create mode 100644 roms/u-boot/drivers/axi/axi_sandbox.c
create mode 100644 roms/u-boot/drivers/axi/ihs_axi.c
create mode 100644 roms/u-boot/drivers/axi/sandbox_store.c
create mode 100644 roms/u-boot/drivers/bios_emulator/Makefile
create mode 100644 roms/u-boot/drivers/bios_emulator/atibios.c
create mode 100644 roms/u-boot/drivers/bios_emulator/besys.c
create mode 100644 roms/u-boot/drivers/bios_emulator/bios.c
create mode 100644 roms/u-boot/drivers/bios_emulator/biosemu.c
create mode 100644 roms/u-boot/drivers/bios_emulator/biosemui.h
create mode 100644 roms/u-boot/drivers/bios_emulator/include/biosemu.h
create mode 100644 roms/u-boot/drivers/bios_emulator/include/x86emu.h
create mode 100644 roms/u-boot/drivers/bios_emulator/include/x86emu/debug.h
create mode 100644 roms/u-boot/drivers/bios_emulator/include/x86emu/decode.h
create mode 100644 roms/u-boot/drivers/bios_emulator/include/x86emu/ops.h
create mode 100644 roms/u-boot/drivers/bios_emulator/include/x86emu/prim_ops.h
create mode 100644 roms/u-boot/drivers/bios_emulator/include/x86emu/regs.h
create mode 100644 roms/u-boot/drivers/bios_emulator/include/x86emu/x86emui.h
create mode 100644 roms/u-boot/drivers/bios_emulator/x86emu/debug.c
create mode 100644 roms/u-boot/drivers/bios_emulator/x86emu/decode.c
create mode 100644 roms/u-boot/drivers/bios_emulator/x86emu/ops.c
create mode 100644 roms/u-boot/drivers/bios_emulator/x86emu/ops2.c
create mode 100644 roms/u-boot/drivers/bios_emulator/x86emu/prim_ops.c
create mode 100644 roms/u-boot/drivers/bios_emulator/x86emu/sys.c
create mode 100644 roms/u-boot/drivers/block/Kconfig
create mode 100644 roms/u-boot/drivers/block/Makefile
create mode 100644 roms/u-boot/drivers/block/blk-uclass.c
create mode 100644 roms/u-boot/drivers/block/blk_legacy.c
create mode 100644 roms/u-boot/drivers/block/blkcache.c
create mode 100644 roms/u-boot/drivers/block/ide.c
create mode 100644 roms/u-boot/drivers/block/sandbox.c
create mode 100644 roms/u-boot/drivers/bootcount/Kconfig
create mode 100644 roms/u-boot/drivers/bootcount/Makefile
create mode 100644 roms/u-boot/drivers/bootcount/bootcount-uclass.c
create mode 100644 roms/u-boot/drivers/bootcount/bootcount.c
create mode 100644 roms/u-boot/drivers/bootcount/bootcount_at91.c
create mode 100644 roms/u-boot/drivers/bootcount/bootcount_davinci.c
create mode 100644 roms/u-boot/drivers/bootcount/bootcount_env.c
create mode 100644 roms/u-boot/drivers/bootcount/bootcount_ext.c
create mode 100644 roms/u-boot/drivers/bootcount/bootcount_i2c.c
create mode 100644 roms/u-boot/drivers/bootcount/bootcount_ram.c
create mode 100644 roms/u-boot/drivers/bootcount/i2c-eeprom.c
create mode 100644 roms/u-boot/drivers/bootcount/rtc.c
create mode 100644 roms/u-boot/drivers/bootcount/spi-flash.c
create mode 100644 roms/u-boot/drivers/bus/Kconfig
create mode 100644 roms/u-boot/drivers/bus/Makefile
create mode 100644 roms/u-boot/drivers/bus/ti-pwmss.c
create mode 100644 roms/u-boot/drivers/bus/ti-sysc.c
create mode 100644 roms/u-boot/drivers/bus/uniphier-system-bus.c
create mode 100644 roms/u-boot/drivers/button/Kconfig
create mode 100644 roms/u-boot/drivers/button/Makefile
create mode 100644 roms/u-boot/drivers/button/button-adc.c
create mode 100644 roms/u-boot/drivers/button/button-gpio.c
create mode 100644 roms/u-boot/drivers/button/button-uclass.c
create mode 100644 roms/u-boot/drivers/cache/Kconfig
create mode 100644 roms/u-boot/drivers/cache/Makefile
create mode 100644 roms/u-boot/drivers/cache/cache-l2x0.c
create mode 100644 roms/u-boot/drivers/cache/cache-ncore.c
create mode 100644 roms/u-boot/drivers/cache/cache-uclass.c
create mode 100644 roms/u-boot/drivers/cache/cache-v5l2.c
create mode 100644 roms/u-boot/drivers/cache/sandbox_cache.c
create mode 100644 roms/u-boot/drivers/clk/Kconfig
create mode 100644 roms/u-boot/drivers/clk/Makefile
create mode 100644 roms/u-boot/drivers/clk/altera/Makefile
create mode 100644 roms/u-boot/drivers/clk/altera/clk-agilex.c
create mode 100644 roms/u-boot/drivers/clk/altera/clk-agilex.h
create mode 100644 roms/u-boot/drivers/clk/altera/clk-arria10.c
create mode 100644 roms/u-boot/drivers/clk/analogbits/Kconfig
create mode 100644 roms/u-boot/drivers/clk/analogbits/Makefile
create mode 100644 roms/u-boot/drivers/clk/analogbits/wrpll-cln28hpc.c
create mode 100644 roms/u-boot/drivers/clk/aspeed/Makefile
create mode 100644 roms/u-boot/drivers/clk/aspeed/clk_ast2500.c
create mode 100644 roms/u-boot/drivers/clk/aspeed/clk_ast2600.c
create mode 100644 roms/u-boot/drivers/clk/at91/Kconfig
create mode 100644 roms/u-boot/drivers/clk/at91/Makefile
create mode 100644 roms/u-boot/drivers/clk/at91/clk-generic.c
create mode 100644 roms/u-boot/drivers/clk/at91/clk-main.c
create mode 100644 roms/u-boot/drivers/clk/at91/clk-master.c
create mode 100644 roms/u-boot/drivers/clk/at91/clk-peripheral.c
create mode 100644 roms/u-boot/drivers/clk/at91/clk-programmable.c
create mode 100644 roms/u-boot/drivers/clk/at91/clk-sam9x60-pll.c
create mode 100644 roms/u-boot/drivers/clk/at91/clk-system.c
create mode 100644 roms/u-boot/drivers/clk/at91/clk-utmi.c
create mode 100644 roms/u-boot/drivers/clk/at91/compat.c
create mode 100644 roms/u-boot/drivers/clk/at91/pmc.c
create mode 100644 roms/u-boot/drivers/clk/at91/pmc.h
create mode 100644 roms/u-boot/drivers/clk/at91/sam9x60.c
create mode 100644 roms/u-boot/drivers/clk/at91/sama7g5.c
create mode 100644 roms/u-boot/drivers/clk/at91/sckc.c
create mode 100644 roms/u-boot/drivers/clk/clk-cdce9xx.c
create mode 100644 roms/u-boot/drivers/clk/clk-composite.c
create mode 100644 roms/u-boot/drivers/clk/clk-divider.c
create mode 100644 roms/u-boot/drivers/clk/clk-fixed-factor.c
create mode 100644 roms/u-boot/drivers/clk/clk-gate.c
create mode 100644 roms/u-boot/drivers/clk/clk-hsdk-cgu.c
create mode 100644 roms/u-boot/drivers/clk/clk-mux.c
create mode 100644 roms/u-boot/drivers/clk/clk-uclass.c
create mode 100644 roms/u-boot/drivers/clk/clk.c
create mode 100644 roms/u-boot/drivers/clk/clk_bcm6345.c
create mode 100644 roms/u-boot/drivers/clk/clk_boston.c
create mode 100644 roms/u-boot/drivers/clk/clk_fixed_factor.c
create mode 100644 roms/u-boot/drivers/clk/clk_fixed_rate.c
create mode 100644 roms/u-boot/drivers/clk/clk_octeon.c
create mode 100644 roms/u-boot/drivers/clk/clk_pic32.c
create mode 100644 roms/u-boot/drivers/clk/clk_sandbox.c
create mode 100644 roms/u-boot/drivers/clk/clk_sandbox_ccf.c
create mode 100644 roms/u-boot/drivers/clk/clk_sandbox_test.c
create mode 100644 roms/u-boot/drivers/clk/clk_scmi.c
create mode 100644 roms/u-boot/drivers/clk/clk_stm32f.c
create mode 100644 roms/u-boot/drivers/clk/clk_stm32h7.c
create mode 100644 roms/u-boot/drivers/clk/clk_stm32mp1.c
create mode 100644 roms/u-boot/drivers/clk/clk_versal.c
create mode 100644 roms/u-boot/drivers/clk/clk_vexpress_osc.c
create mode 100644 roms/u-boot/drivers/clk/clk_zynq.c
create mode 100644 roms/u-boot/drivers/clk/clk_zynqmp.c
create mode 100644 roms/u-boot/drivers/clk/exynos/Kconfig
create mode 100644 roms/u-boot/drivers/clk/exynos/Makefile
create mode 100644 roms/u-boot/drivers/clk/exynos/clk-exynos7420.c
create mode 100644 roms/u-boot/drivers/clk/exynos/clk-pll.c
create mode 100644 roms/u-boot/drivers/clk/exynos/clk-pll.h
create mode 100644 roms/u-boot/drivers/clk/ics8n3qv01.c
create mode 100644 roms/u-boot/drivers/clk/imx/Kconfig
create mode 100644 roms/u-boot/drivers/clk/imx/Makefile
create mode 100644 roms/u-boot/drivers/clk/imx/clk-composite-8m.c
create mode 100644 roms/u-boot/drivers/clk/imx/clk-gate2.c
create mode 100644 roms/u-boot/drivers/clk/imx/clk-imx6q.c
create mode 100644 roms/u-boot/drivers/clk/imx/clk-imx8.c
create mode 100644 roms/u-boot/drivers/clk/imx/clk-imx8.h
create mode 100644 roms/u-boot/drivers/clk/imx/clk-imx8mm.c
create mode 100644 roms/u-boot/drivers/clk/imx/clk-imx8mn.c
create mode 100644 roms/u-boot/drivers/clk/imx/clk-imx8mp.c
create mode 100644 roms/u-boot/drivers/clk/imx/clk-imx8qm.c
create mode 100644 roms/u-boot/drivers/clk/imx/clk-imx8qxp.c
create mode 100644 roms/u-boot/drivers/clk/imx/clk-imxrt1020.c
create mode 100644 roms/u-boot/drivers/clk/imx/clk-imxrt1050.c
create mode 100644 roms/u-boot/drivers/clk/imx/clk-pfd.c
create mode 100644 roms/u-boot/drivers/clk/imx/clk-pll14xx.c
create mode 100644 roms/u-boot/drivers/clk/imx/clk-pllv3.c
create mode 100644 roms/u-boot/drivers/clk/imx/clk.h
create mode 100644 roms/u-boot/drivers/clk/intel/Makefile
create mode 100644 roms/u-boot/drivers/clk/intel/clk_intel.c
create mode 100644 roms/u-boot/drivers/clk/kendryte/Kconfig
create mode 100644 roms/u-boot/drivers/clk/kendryte/Makefile
create mode 100644 roms/u-boot/drivers/clk/kendryte/bypass.c
create mode 100644 roms/u-boot/drivers/clk/kendryte/clk.c
create mode 100644 roms/u-boot/drivers/clk/kendryte/pll.c
create mode 100644 roms/u-boot/drivers/clk/mediatek/Makefile
create mode 100644 roms/u-boot/drivers/clk/mediatek/clk-mt7622.c
create mode 100644 roms/u-boot/drivers/clk/mediatek/clk-mt7623.c
create mode 100644 roms/u-boot/drivers/clk/mediatek/clk-mt7629.c
create mode 100644 roms/u-boot/drivers/clk/mediatek/clk-mt8183.c
create mode 100644 roms/u-boot/drivers/clk/mediatek/clk-mt8512.c
create mode 100644 roms/u-boot/drivers/clk/mediatek/clk-mt8516.c
create mode 100644 roms/u-boot/drivers/clk/mediatek/clk-mt8518.c
create mode 100644 roms/u-boot/drivers/clk/mediatek/clk-mtk.c
create mode 100644 roms/u-boot/drivers/clk/mediatek/clk-mtk.h
create mode 100644 roms/u-boot/drivers/clk/meson/Kconfig
create mode 100644 roms/u-boot/drivers/clk/meson/Makefile
create mode 100644 roms/u-boot/drivers/clk/meson/axg.c
create mode 100644 roms/u-boot/drivers/clk/meson/clk_meson.h
create mode 100644 roms/u-boot/drivers/clk/meson/g12a-ao.c
create mode 100644 roms/u-boot/drivers/clk/meson/g12a.c
create mode 100644 roms/u-boot/drivers/clk/meson/gxbb.c
create mode 100644 roms/u-boot/drivers/clk/microchip/Kconfig
create mode 100644 roms/u-boot/drivers/clk/microchip/Makefile
create mode 100644 roms/u-boot/drivers/clk/microchip/mpfs_clk.c
create mode 100644 roms/u-boot/drivers/clk/microchip/mpfs_clk.h
create mode 100644 roms/u-boot/drivers/clk/microchip/mpfs_clk_cfg.c
create mode 100644 roms/u-boot/drivers/clk/microchip/mpfs_clk_periph.c
create mode 100644 roms/u-boot/drivers/clk/mpc83xx_clk.c
create mode 100644 roms/u-boot/drivers/clk/mpc83xx_clk.h
create mode 100644 roms/u-boot/drivers/clk/mtmips/Makefile
create mode 100644 roms/u-boot/drivers/clk/mtmips/clk-mt7620.c
create mode 100644 roms/u-boot/drivers/clk/mtmips/clk-mt7628.c
create mode 100644 roms/u-boot/drivers/clk/mvebu/Kconfig
create mode 100644 roms/u-boot/drivers/clk/mvebu/Makefile
create mode 100644 roms/u-boot/drivers/clk/mvebu/armada-37xx-periph.c
create mode 100644 roms/u-boot/drivers/clk/mvebu/armada-37xx-tbg.c
create mode 100644 roms/u-boot/drivers/clk/owl/Kconfig
create mode 100644 roms/u-boot/drivers/clk/owl/Makefile
create mode 100644 roms/u-boot/drivers/clk/owl/clk_owl.c
create mode 100644 roms/u-boot/drivers/clk/owl/clk_owl.h
create mode 100644 roms/u-boot/drivers/clk/renesas/Kconfig
create mode 100644 roms/u-boot/drivers/clk/renesas/Makefile
create mode 100644 roms/u-boot/drivers/clk/renesas/clk-rcar-gen2.c
create mode 100644 roms/u-boot/drivers/clk/renesas/clk-rcar-gen3.c
create mode 100644 roms/u-boot/drivers/clk/renesas/r8a774a1-cpg-mssr.c
create mode 100644 roms/u-boot/drivers/clk/renesas/r8a774b1-cpg-mssr.c
create mode 100644 roms/u-boot/drivers/clk/renesas/r8a774c0-cpg-mssr.c
create mode 100644 roms/u-boot/drivers/clk/renesas/r8a774e1-cpg-mssr.c
create mode 100644 roms/u-boot/drivers/clk/renesas/r8a7790-cpg-mssr.c
create mode 100644 roms/u-boot/drivers/clk/renesas/r8a7791-cpg-mssr.c
create mode 100644 roms/u-boot/drivers/clk/renesas/r8a7792-cpg-mssr.c
create mode 100644 roms/u-boot/drivers/clk/renesas/r8a7794-cpg-mssr.c
create mode 100644 roms/u-boot/drivers/clk/renesas/r8a7795-cpg-mssr.c
create mode 100644 roms/u-boot/drivers/clk/renesas/r8a7796-cpg-mssr.c
create mode 100644 roms/u-boot/drivers/clk/renesas/r8a77965-cpg-mssr.c
create mode 100644 roms/u-boot/drivers/clk/renesas/r8a77970-cpg-mssr.c
create mode 100644 roms/u-boot/drivers/clk/renesas/r8a77980-cpg-mssr.c
create mode 100644 roms/u-boot/drivers/clk/renesas/r8a77990-cpg-mssr.c
create mode 100644 roms/u-boot/drivers/clk/renesas/r8a77995-cpg-mssr.c
create mode 100644 roms/u-boot/drivers/clk/renesas/rcar-gen2-cpg.h
create mode 100644 roms/u-boot/drivers/clk/renesas/rcar-gen3-cpg.h
create mode 100644 roms/u-boot/drivers/clk/renesas/renesas-cpg-mssr.c
create mode 100644 roms/u-boot/drivers/clk/renesas/renesas-cpg-mssr.h
create mode 100644 roms/u-boot/drivers/clk/rockchip/Makefile
create mode 100644 roms/u-boot/drivers/clk/rockchip/clk_pll.c
create mode 100644 roms/u-boot/drivers/clk/rockchip/clk_px30.c
create mode 100644 roms/u-boot/drivers/clk/rockchip/clk_rk3036.c
create mode 100644 roms/u-boot/drivers/clk/rockchip/clk_rk3128.c
create mode 100644 roms/u-boot/drivers/clk/rockchip/clk_rk3188.c
create mode 100644 roms/u-boot/drivers/clk/rockchip/clk_rk322x.c
create mode 100644 roms/u-boot/drivers/clk/rockchip/clk_rk3288.c
create mode 100644 roms/u-boot/drivers/clk/rockchip/clk_rk3308.c
create mode 100644 roms/u-boot/drivers/clk/rockchip/clk_rk3328.c
create mode 100644 roms/u-boot/drivers/clk/rockchip/clk_rk3368.c
create mode 100644 roms/u-boot/drivers/clk/rockchip/clk_rk3399.c
create mode 100644 roms/u-boot/drivers/clk/rockchip/clk_rv1108.c
create mode 100644 roms/u-boot/drivers/clk/sifive/Kconfig
create mode 100644 roms/u-boot/drivers/clk/sifive/Makefile
create mode 100644 roms/u-boot/drivers/clk/sifive/fu540-prci.c
create mode 100644 roms/u-boot/drivers/clk/sifive/fu540-prci.h
create mode 100644 roms/u-boot/drivers/clk/sifive/fu740-prci.c
create mode 100644 roms/u-boot/drivers/clk/sifive/fu740-prci.h
create mode 100644 roms/u-boot/drivers/clk/sifive/sifive-prci.c
create mode 100644 roms/u-boot/drivers/clk/sifive/sifive-prci.h
create mode 100644 roms/u-boot/drivers/clk/sunxi/Kconfig
create mode 100644 roms/u-boot/drivers/clk/sunxi/Makefile
create mode 100644 roms/u-boot/drivers/clk/sunxi/clk_a10.c
create mode 100644 roms/u-boot/drivers/clk/sunxi/clk_a10s.c
create mode 100644 roms/u-boot/drivers/clk/sunxi/clk_a23.c
create mode 100644 roms/u-boot/drivers/clk/sunxi/clk_a31.c
create mode 100644 roms/u-boot/drivers/clk/sunxi/clk_a64.c
create mode 100644 roms/u-boot/drivers/clk/sunxi/clk_a80.c
create mode 100644 roms/u-boot/drivers/clk/sunxi/clk_a83t.c
create mode 100644 roms/u-boot/drivers/clk/sunxi/clk_h3.c
create mode 100644 roms/u-boot/drivers/clk/sunxi/clk_h6.c
create mode 100644 roms/u-boot/drivers/clk/sunxi/clk_h616.c
create mode 100644 roms/u-boot/drivers/clk/sunxi/clk_r40.c
create mode 100644 roms/u-boot/drivers/clk/sunxi/clk_sun6i_rtc.c
create mode 100644 roms/u-boot/drivers/clk/sunxi/clk_sunxi.c
create mode 100644 roms/u-boot/drivers/clk/sunxi/clk_v3s.c
create mode 100644 roms/u-boot/drivers/clk/tegra/Kconfig
create mode 100644 roms/u-boot/drivers/clk/tegra/Makefile
create mode 100644 roms/u-boot/drivers/clk/tegra/tegra-car-clk.c
create mode 100644 roms/u-boot/drivers/clk/tegra/tegra186-clk.c
create mode 100644 roms/u-boot/drivers/clk/ti/Kconfig
create mode 100644 roms/u-boot/drivers/clk/ti/Makefile
create mode 100644 roms/u-boot/drivers/clk/ti/clk-am3-dpll-x2.c
create mode 100644 roms/u-boot/drivers/clk/ti/clk-am3-dpll.c
create mode 100644 roms/u-boot/drivers/clk/ti/clk-ctrl.c
create mode 100644 roms/u-boot/drivers/clk/ti/clk-divider.c
create mode 100644 roms/u-boot/drivers/clk/ti/clk-gate.c
create mode 100644 roms/u-boot/drivers/clk/ti/clk-mux.c
create mode 100644 roms/u-boot/drivers/clk/ti/clk-sci.c
create mode 100644 roms/u-boot/drivers/clk/ti/clk.c
create mode 100644 roms/u-boot/drivers/clk/ti/clk.h
create mode 100644 roms/u-boot/drivers/clk/ti/omap4-cm.c
create mode 100644 roms/u-boot/drivers/clk/uniphier/Kconfig
create mode 100644 roms/u-boot/drivers/clk/uniphier/Makefile
create mode 100644 roms/u-boot/drivers/clk/uniphier/clk-uniphier-core.c
create mode 100644 roms/u-boot/drivers/clk/uniphier/clk-uniphier-mio.c
create mode 100644 roms/u-boot/drivers/clk/uniphier/clk-uniphier-sys.c
create mode 100644 roms/u-boot/drivers/clk/uniphier/clk-uniphier.h
create mode 100644 roms/u-boot/drivers/core/Kconfig
create mode 100644 roms/u-boot/drivers/core/Makefile
create mode 100644 roms/u-boot/drivers/core/acpi.c
create mode 100644 roms/u-boot/drivers/core/device-remove.c
create mode 100644 roms/u-boot/drivers/core/device.c
create mode 100644 roms/u-boot/drivers/core/devres.c
create mode 100644 roms/u-boot/drivers/core/dump.c
create mode 100644 roms/u-boot/drivers/core/fdtaddr.c
create mode 100644 roms/u-boot/drivers/core/lists.c
create mode 100644 roms/u-boot/drivers/core/of_access.c
create mode 100644 roms/u-boot/drivers/core/of_addr.c
create mode 100644 roms/u-boot/drivers/core/of_extra.c
create mode 100644 roms/u-boot/drivers/core/ofnode.c
create mode 100644 roms/u-boot/drivers/core/read.c
create mode 100644 roms/u-boot/drivers/core/read_extra.c
create mode 100644 roms/u-boot/drivers/core/regmap.c
create mode 100644 roms/u-boot/drivers/core/root.c
create mode 100644 roms/u-boot/drivers/core/simple-bus.c
create mode 100644 roms/u-boot/drivers/core/simple-pm-bus.c
create mode 100644 roms/u-boot/drivers/core/syscon-uclass.c
create mode 100644 roms/u-boot/drivers/core/uclass.c
create mode 100644 roms/u-boot/drivers/core/util.c
create mode 100644 roms/u-boot/drivers/cpu/Kconfig
create mode 100644 roms/u-boot/drivers/cpu/Makefile
create mode 100644 roms/u-boot/drivers/cpu/at91_cpu.c
create mode 100644 roms/u-boot/drivers/cpu/bmips_cpu.c
create mode 100644 roms/u-boot/drivers/cpu/cpu-uclass.c
create mode 100644 roms/u-boot/drivers/cpu/cpu_sandbox.c
create mode 100644 roms/u-boot/drivers/cpu/imx8_cpu.c
create mode 100644 roms/u-boot/drivers/cpu/mpc83xx_cpu.c
create mode 100644 roms/u-boot/drivers/cpu/mpc83xx_cpu.h
create mode 100644 roms/u-boot/drivers/cpu/riscv_cpu.c
create mode 100644 roms/u-boot/drivers/crypto/Kconfig
create mode 100644 roms/u-boot/drivers/crypto/Makefile
create mode 100644 roms/u-boot/drivers/crypto/ace_sha.c
create mode 100644 roms/u-boot/drivers/crypto/ace_sha.h
create mode 100644 roms/u-boot/drivers/crypto/fsl/Kconfig
create mode 100644 roms/u-boot/drivers/crypto/fsl/Makefile
create mode 100644 roms/u-boot/drivers/crypto/fsl/desc.h
create mode 100644 roms/u-boot/drivers/crypto/fsl/desc_constr.h
create mode 100644 roms/u-boot/drivers/crypto/fsl/error.c
create mode 100644 roms/u-boot/drivers/crypto/fsl/fsl_blob.c
create mode 100644 roms/u-boot/drivers/crypto/fsl/fsl_hash.c
create mode 100644 roms/u-boot/drivers/crypto/fsl/fsl_hash.h
create mode 100644 roms/u-boot/drivers/crypto/fsl/fsl_mfgprot.c
create mode 100644 roms/u-boot/drivers/crypto/fsl/fsl_rsa.c
create mode 100644 roms/u-boot/drivers/crypto/fsl/jobdesc.c
create mode 100644 roms/u-boot/drivers/crypto/fsl/jobdesc.h
create mode 100644 roms/u-boot/drivers/crypto/fsl/jr.c
create mode 100644 roms/u-boot/drivers/crypto/fsl/jr.h
create mode 100644 roms/u-boot/drivers/crypto/fsl/rng.c
create mode 100644 roms/u-boot/drivers/crypto/fsl/rsa_caam.h
create mode 100644 roms/u-boot/drivers/crypto/fsl/sec.c
create mode 100644 roms/u-boot/drivers/crypto/fsl/type.h
create mode 100644 roms/u-boot/drivers/crypto/rsa_mod_exp/Kconfig
create mode 100644 roms/u-boot/drivers/crypto/rsa_mod_exp/Makefile
create mode 100644 roms/u-boot/drivers/crypto/rsa_mod_exp/mod_exp_sw.c
create mode 100644 roms/u-boot/drivers/crypto/rsa_mod_exp/mod_exp_uclass.c
create mode 100644 roms/u-boot/drivers/ddr/Kconfig
create mode 100644 roms/u-boot/drivers/ddr/altera/Kconfig
create mode 100644 roms/u-boot/drivers/ddr/altera/Makefile
create mode 100644 roms/u-boot/drivers/ddr/altera/sdram_agilex.c
create mode 100644 roms/u-boot/drivers/ddr/altera/sdram_arria10.c
create mode 100644 roms/u-boot/drivers/ddr/altera/sdram_gen5.c
create mode 100644 roms/u-boot/drivers/ddr/altera/sdram_s10.c
create mode 100644 roms/u-boot/drivers/ddr/altera/sdram_s10.h
create mode 100644 roms/u-boot/drivers/ddr/altera/sdram_soc64.c
create mode 100644 roms/u-boot/drivers/ddr/altera/sdram_soc64.h
create mode 100644 roms/u-boot/drivers/ddr/altera/sequencer.c
create mode 100644 roms/u-boot/drivers/ddr/altera/sequencer.h
create mode 100644 roms/u-boot/drivers/ddr/fsl/Kconfig
create mode 100644 roms/u-boot/drivers/ddr/fsl/Makefile
create mode 100644 roms/u-boot/drivers/ddr/fsl/arm_ddr_gen3.c
create mode 100644 roms/u-boot/drivers/ddr/fsl/ctrl_regs.c
create mode 100644 roms/u-boot/drivers/ddr/fsl/ddr1_dimm_params.c
create mode 100644 roms/u-boot/drivers/ddr/fsl/ddr2_dimm_params.c
create mode 100644 roms/u-boot/drivers/ddr/fsl/ddr3_dimm_params.c
create mode 100644 roms/u-boot/drivers/ddr/fsl/ddr4_dimm_params.c
create mode 100644 roms/u-boot/drivers/ddr/fsl/fsl_ddr_gen4.c
create mode 100644 roms/u-boot/drivers/ddr/fsl/fsl_mmdc.c
create mode 100644 roms/u-boot/drivers/ddr/fsl/interactive.c
create mode 100644 roms/u-boot/drivers/ddr/fsl/lc_common_dimm_params.c
create mode 100644 roms/u-boot/drivers/ddr/fsl/main.c
create mode 100644 roms/u-boot/drivers/ddr/fsl/mpc85xx_ddr_gen1.c
create mode 100644 roms/u-boot/drivers/ddr/fsl/mpc85xx_ddr_gen2.c
create mode 100644 roms/u-boot/drivers/ddr/fsl/mpc85xx_ddr_gen3.c
create mode 100644 roms/u-boot/drivers/ddr/fsl/mpc86xx_ddr.c
create mode 100644 roms/u-boot/drivers/ddr/fsl/options.c
create mode 100644 roms/u-boot/drivers/ddr/fsl/util.c
create mode 100644 roms/u-boot/drivers/ddr/imx/Kconfig
create mode 100644 roms/u-boot/drivers/ddr/imx/imx8m/Kconfig
create mode 100644 roms/u-boot/drivers/ddr/imx/imx8m/Makefile
create mode 100644 roms/u-boot/drivers/ddr/imx/imx8m/ddr_init.c
create mode 100644 roms/u-boot/drivers/ddr/imx/imx8m/ddrphy_csr.c
create mode 100644 roms/u-boot/drivers/ddr/imx/imx8m/ddrphy_train.c
create mode 100644 roms/u-boot/drivers/ddr/imx/imx8m/ddrphy_utils.c
create mode 100644 roms/u-boot/drivers/ddr/imx/imx8m/helper.c
create mode 100644 roms/u-boot/drivers/ddr/marvell/a38x/Makefile
create mode 100644 roms/u-boot/drivers/ddr/marvell/a38x/ddr3_debug.c
create mode 100644 roms/u-boot/drivers/ddr/marvell/a38x/ddr3_init.c
create mode 100644 roms/u-boot/drivers/ddr/marvell/a38x/ddr3_init.h
create mode 100644 roms/u-boot/drivers/ddr/marvell/a38x/ddr3_logging_def.h
create mode 100644 roms/u-boot/drivers/ddr/marvell/a38x/ddr3_patterns_64bit.h
create mode 100644 roms/u-boot/drivers/ddr/marvell/a38x/ddr3_training.c
create mode 100644 roms/u-boot/drivers/ddr/marvell/a38x/ddr3_training_bist.c
create mode 100644 roms/u-boot/drivers/ddr/marvell/a38x/ddr3_training_centralization.c
create mode 100644 roms/u-boot/drivers/ddr/marvell/a38x/ddr3_training_db.c
create mode 100644 roms/u-boot/drivers/ddr/marvell/a38x/ddr3_training_hw_algo.c
create mode 100644 roms/u-boot/drivers/ddr/marvell/a38x/ddr3_training_hw_algo.h
create mode 100644 roms/u-boot/drivers/ddr/marvell/a38x/ddr3_training_ip.h
create mode 100644 roms/u-boot/drivers/ddr/marvell/a38x/ddr3_training_ip_bist.h
create mode 100644 roms/u-boot/drivers/ddr/marvell/a38x/ddr3_training_ip_centralization.h
create mode 100644 roms/u-boot/drivers/ddr/marvell/a38x/ddr3_training_ip_db.h
create mode 100644 roms/u-boot/drivers/ddr/marvell/a38x/ddr3_training_ip_def.h
create mode 100644 roms/u-boot/drivers/ddr/marvell/a38x/ddr3_training_ip_engine.c
create mode 100644 roms/u-boot/drivers/ddr/marvell/a38x/ddr3_training_ip_engine.h
create mode 100644 roms/u-boot/drivers/ddr/marvell/a38x/ddr3_training_ip_flow.h
create mode 100644 roms/u-boot/drivers/ddr/marvell/a38x/ddr3_training_ip_pbs.h
create mode 100644 roms/u-boot/drivers/ddr/marvell/a38x/ddr3_training_ip_prv_if.h
create mode 100644 roms/u-boot/drivers/ddr/marvell/a38x/ddr3_training_leveling.c
create mode 100644 roms/u-boot/drivers/ddr/marvell/a38x/ddr3_training_leveling.h
create mode 100644 roms/u-boot/drivers/ddr/marvell/a38x/ddr3_training_pbs.c
create mode 100644 roms/u-boot/drivers/ddr/marvell/a38x/ddr_ml_wrapper.h
create mode 100644 roms/u-boot/drivers/ddr/marvell/a38x/ddr_topology_def.h
create mode 100644 roms/u-boot/drivers/ddr/marvell/a38x/ddr_training_ip_db.h
create mode 100644 roms/u-boot/drivers/ddr/marvell/a38x/dram_if.h
create mode 100644 roms/u-boot/drivers/ddr/marvell/a38x/mv_ddr_build_message.c
create mode 100644 roms/u-boot/drivers/ddr/marvell/a38x/mv_ddr_common.c
create mode 100644 roms/u-boot/drivers/ddr/marvell/a38x/mv_ddr_common.h
create mode 100644 roms/u-boot/drivers/ddr/marvell/a38x/mv_ddr_plat.c
create mode 100644 roms/u-boot/drivers/ddr/marvell/a38x/mv_ddr_plat.h
create mode 100644 roms/u-boot/drivers/ddr/marvell/a38x/mv_ddr_regs.h
create mode 100644 roms/u-boot/drivers/ddr/marvell/a38x/mv_ddr_spd.c
create mode 100644 roms/u-boot/drivers/ddr/marvell/a38x/mv_ddr_spd.h
create mode 100644 roms/u-boot/drivers/ddr/marvell/a38x/mv_ddr_sys_env_lib.c
create mode 100644 roms/u-boot/drivers/ddr/marvell/a38x/mv_ddr_sys_env_lib.h
create mode 100644 roms/u-boot/drivers/ddr/marvell/a38x/mv_ddr_topology.c
create mode 100644 roms/u-boot/drivers/ddr/marvell/a38x/mv_ddr_topology.h
create mode 100644 roms/u-boot/drivers/ddr/marvell/a38x/mv_ddr_training_db.h
create mode 100644 roms/u-boot/drivers/ddr/marvell/a38x/seq_exec.h
create mode 100644 roms/u-boot/drivers/ddr/marvell/a38x/xor.c
create mode 100644 roms/u-boot/drivers/ddr/marvell/a38x/xor.h
create mode 100644 roms/u-boot/drivers/ddr/marvell/a38x/xor_regs.h
create mode 100644 roms/u-boot/drivers/ddr/marvell/axp/Makefile
create mode 100644 roms/u-boot/drivers/ddr/marvell/axp/ddr3_axp.h
create mode 100644 roms/u-boot/drivers/ddr/marvell/axp/ddr3_axp_config.h
create mode 100644 roms/u-boot/drivers/ddr/marvell/axp/ddr3_axp_mc_static.h
create mode 100644 roms/u-boot/drivers/ddr/marvell/axp/ddr3_axp_training_static.h
create mode 100644 roms/u-boot/drivers/ddr/marvell/axp/ddr3_axp_vars.h
create mode 100644 roms/u-boot/drivers/ddr/marvell/axp/ddr3_dfs.c
create mode 100644 roms/u-boot/drivers/ddr/marvell/axp/ddr3_dqs.c
create mode 100644 roms/u-boot/drivers/ddr/marvell/axp/ddr3_hw_training.c
create mode 100644 roms/u-boot/drivers/ddr/marvell/axp/ddr3_hw_training.h
create mode 100644 roms/u-boot/drivers/ddr/marvell/axp/ddr3_init.c
create mode 100644 roms/u-boot/drivers/ddr/marvell/axp/ddr3_init.h
create mode 100644 roms/u-boot/drivers/ddr/marvell/axp/ddr3_patterns_64bit.h
create mode 100644 roms/u-boot/drivers/ddr/marvell/axp/ddr3_pbs.c
create mode 100644 roms/u-boot/drivers/ddr/marvell/axp/ddr3_read_leveling.c
create mode 100644 roms/u-boot/drivers/ddr/marvell/axp/ddr3_sdram.c
create mode 100644 roms/u-boot/drivers/ddr/marvell/axp/ddr3_spd.c
create mode 100644 roms/u-boot/drivers/ddr/marvell/axp/ddr3_write_leveling.c
create mode 100644 roms/u-boot/drivers/ddr/marvell/axp/xor.c
create mode 100644 roms/u-boot/drivers/ddr/marvell/axp/xor.h
create mode 100644 roms/u-boot/drivers/ddr/marvell/axp/xor_regs.h
create mode 100644 roms/u-boot/drivers/ddr/microchip/Makefile
create mode 100644 roms/u-boot/drivers/ddr/microchip/ddr2.c
create mode 100644 roms/u-boot/drivers/ddr/microchip/ddr2_regs.h
create mode 100644 roms/u-boot/drivers/ddr/microchip/ddr2_timing.h
create mode 100644 roms/u-boot/drivers/demo/Kconfig
create mode 100644 roms/u-boot/drivers/demo/Makefile
create mode 100644 roms/u-boot/drivers/demo/demo-pdata.c
create mode 100644 roms/u-boot/drivers/demo/demo-shape.c
create mode 100644 roms/u-boot/drivers/demo/demo-simple.c
create mode 100644 roms/u-boot/drivers/demo/demo-uclass.c
create mode 100644 roms/u-boot/drivers/dfu/Kconfig
create mode 100644 roms/u-boot/drivers/dfu/Makefile
create mode 100644 roms/u-boot/drivers/dfu/dfu.c
create mode 100644 roms/u-boot/drivers/dfu/dfu_alt.c
create mode 100644 roms/u-boot/drivers/dfu/dfu_mmc.c
create mode 100644 roms/u-boot/drivers/dfu/dfu_mtd.c
create mode 100644 roms/u-boot/drivers/dfu/dfu_nand.c
create mode 100644 roms/u-boot/drivers/dfu/dfu_ram.c
create mode 100644 roms/u-boot/drivers/dfu/dfu_sf.c
create mode 100644 roms/u-boot/drivers/dfu/dfu_virt.c
create mode 100644 roms/u-boot/drivers/dma/Kconfig
create mode 100644 roms/u-boot/drivers/dma/MCD_dmaApi.c
create mode 100644 roms/u-boot/drivers/dma/MCD_tasks.c
create mode 100644 roms/u-boot/drivers/dma/MCD_tasksInit.c
create mode 100644 roms/u-boot/drivers/dma/Makefile
create mode 100644 roms/u-boot/drivers/dma/apbh_dma.c
create mode 100644 roms/u-boot/drivers/dma/bcm6348-iudma.c
create mode 100644 roms/u-boot/drivers/dma/dma-uclass.c
create mode 100644 roms/u-boot/drivers/dma/fsl_dma.c
create mode 100644 roms/u-boot/drivers/dma/keystone_nav.c
create mode 100644 roms/u-boot/drivers/dma/keystone_nav_cfg.c
create mode 100644 roms/u-boot/drivers/dma/lpc32xx_dma.c
create mode 100644 roms/u-boot/drivers/dma/sandbox-dma-test.c
create mode 100644 roms/u-boot/drivers/dma/ti-edma3.c
create mode 100644 roms/u-boot/drivers/dma/ti/Kconfig
create mode 100644 roms/u-boot/drivers/dma/ti/Makefile
create mode 100644 roms/u-boot/drivers/dma/ti/k3-psil-am64.c
create mode 100644 roms/u-boot/drivers/dma/ti/k3-psil-am654.c
create mode 100644 roms/u-boot/drivers/dma/ti/k3-psil-j721e.c
create mode 100644 roms/u-boot/drivers/dma/ti/k3-psil-priv.h
create mode 100644 roms/u-boot/drivers/dma/ti/k3-psil.c
create mode 100644 roms/u-boot/drivers/dma/ti/k3-psil.h
create mode 100644 roms/u-boot/drivers/dma/ti/k3-udma-hwdef.h
create mode 100644 roms/u-boot/drivers/dma/ti/k3-udma.c
create mode 100644 roms/u-boot/drivers/fastboot/Kconfig
create mode 100644 roms/u-boot/drivers/fastboot/Makefile
create mode 100644 roms/u-boot/drivers/fastboot/fb_command.c
create mode 100644 roms/u-boot/drivers/fastboot/fb_common.c
create mode 100644 roms/u-boot/drivers/fastboot/fb_getvar.c
create mode 100644 roms/u-boot/drivers/fastboot/fb_mmc.c
create mode 100644 roms/u-boot/drivers/fastboot/fb_nand.c
create mode 100644 roms/u-boot/drivers/firmware/Kconfig
create mode 100644 roms/u-boot/drivers/firmware/Makefile
create mode 100644 roms/u-boot/drivers/firmware/firmware-sandbox.c
create mode 100644 roms/u-boot/drivers/firmware/firmware-uclass.c
create mode 100644 roms/u-boot/drivers/firmware/firmware-zynqmp.c
create mode 100644 roms/u-boot/drivers/firmware/psci.c
create mode 100644 roms/u-boot/drivers/firmware/scmi/Kconfig
create mode 100644 roms/u-boot/drivers/firmware/scmi/Makefile
create mode 100644 roms/u-boot/drivers/firmware/scmi/mailbox_agent.c
create mode 100644 roms/u-boot/drivers/firmware/scmi/sandbox-scmi_agent.c
create mode 100644 roms/u-boot/drivers/firmware/scmi/sandbox-scmi_devices.c
create mode 100644 roms/u-boot/drivers/firmware/scmi/scmi_agent-uclass.c
create mode 100644 roms/u-boot/drivers/firmware/scmi/smccc_agent.c
create mode 100644 roms/u-boot/drivers/firmware/scmi/smt.c
create mode 100644 roms/u-boot/drivers/firmware/scmi/smt.h
create mode 100644 roms/u-boot/drivers/firmware/ti_sci.c
create mode 100644 roms/u-boot/drivers/firmware/ti_sci.h
create mode 100644 roms/u-boot/drivers/fpga/ACEX1K.c
create mode 100644 roms/u-boot/drivers/fpga/Kconfig
create mode 100644 roms/u-boot/drivers/fpga/Makefile
create mode 100644 roms/u-boot/drivers/fpga/altera.c
create mode 100644 roms/u-boot/drivers/fpga/cyclon2.c
create mode 100644 roms/u-boot/drivers/fpga/fpga.c
create mode 100644 roms/u-boot/drivers/fpga/intel_sdm_mb.c
create mode 100644 roms/u-boot/drivers/fpga/ivm_core.c
create mode 100644 roms/u-boot/drivers/fpga/lattice.c
create mode 100644 roms/u-boot/drivers/fpga/socfpga.c
create mode 100644 roms/u-boot/drivers/fpga/socfpga_arria10.c
create mode 100644 roms/u-boot/drivers/fpga/socfpga_gen5.c
create mode 100644 roms/u-boot/drivers/fpga/spartan2.c
create mode 100644 roms/u-boot/drivers/fpga/spartan3.c
create mode 100644 roms/u-boot/drivers/fpga/stratixII.c
create mode 100644 roms/u-boot/drivers/fpga/stratixv.c
create mode 100644 roms/u-boot/drivers/fpga/versalpl.c
create mode 100644 roms/u-boot/drivers/fpga/virtex2.c
create mode 100644 roms/u-boot/drivers/fpga/xilinx.c
create mode 100644 roms/u-boot/drivers/fpga/zynqmppl.c
create mode 100644 roms/u-boot/drivers/fpga/zynqpl.c
create mode 100644 roms/u-boot/drivers/gpio/74x164_gpio.c
create mode 100644 roms/u-boot/drivers/gpio/Kconfig
create mode 100644 roms/u-boot/drivers/gpio/Makefile
create mode 100644 roms/u-boot/drivers/gpio/adi_gpio2.c
create mode 100644 roms/u-boot/drivers/gpio/altera_pio.c
create mode 100644 roms/u-boot/drivers/gpio/at91_gpio.c
create mode 100644 roms/u-boot/drivers/gpio/atmel_pio4.c
create mode 100644 roms/u-boot/drivers/gpio/axp_gpio.c
create mode 100644 roms/u-boot/drivers/gpio/bcm2835_gpio.c
create mode 100644 roms/u-boot/drivers/gpio/bcm6345_gpio.c
create mode 100644 roms/u-boot/drivers/gpio/cortina_gpio.c
create mode 100644 roms/u-boot/drivers/gpio/da8xx_gpio.c
create mode 100644 roms/u-boot/drivers/gpio/da8xx_gpio.h
create mode 100644 roms/u-boot/drivers/gpio/db8500_gpio.c
create mode 100644 roms/u-boot/drivers/gpio/dwapb_gpio.c
create mode 100644 roms/u-boot/drivers/gpio/gpio-rcar.c
create mode 100644 roms/u-boot/drivers/gpio/gpio-rza1.c
create mode 100644 roms/u-boot/drivers/gpio/gpio-uclass.c
create mode 100644 roms/u-boot/drivers/gpio/gpio-uniphier.c
create mode 100644 roms/u-boot/drivers/gpio/hi6220_gpio.c
create mode 100644 roms/u-boot/drivers/gpio/hsdk-creg-gpio.c
create mode 100644 roms/u-boot/drivers/gpio/imx_rgpio2p.c
create mode 100644 roms/u-boot/drivers/gpio/intel_broadwell_gpio.c
create mode 100644 roms/u-boot/drivers/gpio/intel_gpio.c
create mode 100644 roms/u-boot/drivers/gpio/intel_ich6_gpio.c
create mode 100644 roms/u-boot/drivers/gpio/iproc_gpio.c
create mode 100644 roms/u-boot/drivers/gpio/kona_gpio.c
create mode 100644 roms/u-boot/drivers/gpio/kw_gpio.c
create mode 100644 roms/u-boot/drivers/gpio/lpc32xx_gpio.c
create mode 100644 roms/u-boot/drivers/gpio/mpc83xx_gpio.c
create mode 100644 roms/u-boot/drivers/gpio/mpc83xx_spisel_boot.c
create mode 100644 roms/u-boot/drivers/gpio/mpc8xxx_gpio.c
create mode 100644 roms/u-boot/drivers/gpio/mscc_sgpio.c
create mode 100644 roms/u-boot/drivers/gpio/msm_gpio.c
create mode 100644 roms/u-boot/drivers/gpio/mt7620_gpio.c
create mode 100644 roms/u-boot/drivers/gpio/mt7621_gpio.c
create mode 100644 roms/u-boot/drivers/gpio/mvebu_gpio.c
create mode 100644 roms/u-boot/drivers/gpio/mvgpio.c
create mode 100644 roms/u-boot/drivers/gpio/mvgpio.h
create mode 100644 roms/u-boot/drivers/gpio/mvmfp.c
create mode 100644 roms/u-boot/drivers/gpio/mxc_gpio.c
create mode 100644 roms/u-boot/drivers/gpio/mxs_gpio.c
create mode 100644 roms/u-boot/drivers/gpio/nx_gpio.c
create mode 100644 roms/u-boot/drivers/gpio/octeon_gpio.c
create mode 100644 roms/u-boot/drivers/gpio/omap_gpio.c
create mode 100644 roms/u-boot/drivers/gpio/pca953x.c
create mode 100644 roms/u-boot/drivers/gpio/pca953x_gpio.c
create mode 100644 roms/u-boot/drivers/gpio/pca9698.c
create mode 100644 roms/u-boot/drivers/gpio/pcf8575_gpio.c
create mode 100644 roms/u-boot/drivers/gpio/pic32_gpio.c
create mode 100644 roms/u-boot/drivers/gpio/pm8916_gpio.c
create mode 100644 roms/u-boot/drivers/gpio/rk_gpio.c
create mode 100644 roms/u-boot/drivers/gpio/s5p_gpio.c
create mode 100644 roms/u-boot/drivers/gpio/sandbox.c
create mode 100644 roms/u-boot/drivers/gpio/sh_pfc.c
create mode 100644 roms/u-boot/drivers/gpio/sifive-gpio.c
create mode 100644 roms/u-boot/drivers/gpio/spear_gpio.c
create mode 100644 roms/u-boot/drivers/gpio/stm32_gpio.c
create mode 100644 roms/u-boot/drivers/gpio/sunxi_gpio.c
create mode 100644 roms/u-boot/drivers/gpio/tca642x.c
create mode 100644 roms/u-boot/drivers/gpio/tegra186_gpio.c
create mode 100644 roms/u-boot/drivers/gpio/tegra186_gpio_priv.h
create mode 100644 roms/u-boot/drivers/gpio/tegra_gpio.c
create mode 100644 roms/u-boot/drivers/gpio/vybrid_gpio.c
create mode 100644 roms/u-boot/drivers/gpio/xilinx_gpio.c
create mode 100644 roms/u-boot/drivers/gpio/zynq_gpio.c
create mode 100644 roms/u-boot/drivers/hwspinlock/Kconfig
create mode 100644 roms/u-boot/drivers/hwspinlock/Makefile
create mode 100644 roms/u-boot/drivers/hwspinlock/hwspinlock-uclass.c
create mode 100644 roms/u-boot/drivers/hwspinlock/sandbox_hwspinlock.c
create mode 100644 roms/u-boot/drivers/hwspinlock/stm32_hwspinlock.c
create mode 100644 roms/u-boot/drivers/i2c/Kconfig
create mode 100644 roms/u-boot/drivers/i2c/Makefile
create mode 100644 roms/u-boot/drivers/i2c/acpi_i2c.c
create mode 100644 roms/u-boot/drivers/i2c/acpi_i2c.h
create mode 100644 roms/u-boot/drivers/i2c/ast_i2c.c
create mode 100644 roms/u-boot/drivers/i2c/ast_i2c.h
create mode 100644 roms/u-boot/drivers/i2c/at91_i2c.c
create mode 100644 roms/u-boot/drivers/i2c/at91_i2c.h
create mode 100644 roms/u-boot/drivers/i2c/cros_ec_ldo.c
create mode 100644 roms/u-boot/drivers/i2c/cros_ec_tunnel.c
create mode 100644 roms/u-boot/drivers/i2c/davinci_i2c.c
create mode 100644 roms/u-boot/drivers/i2c/davinci_i2c.h
create mode 100644 roms/u-boot/drivers/i2c/designware_i2c.c
create mode 100644 roms/u-boot/drivers/i2c/designware_i2c.h
create mode 100644 roms/u-boot/drivers/i2c/designware_i2c_pci.c
create mode 100644 roms/u-boot/drivers/i2c/exynos_hs_i2c.c
create mode 100644 roms/u-boot/drivers/i2c/fsl_i2c.c
create mode 100644 roms/u-boot/drivers/i2c/i2c-cdns.c
create mode 100644 roms/u-boot/drivers/i2c/i2c-cortina.c
create mode 100644 roms/u-boot/drivers/i2c/i2c-cortina.h
create mode 100644 roms/u-boot/drivers/i2c/i2c-emul-uclass.c
create mode 100644 roms/u-boot/drivers/i2c/i2c-gpio.c
create mode 100644 roms/u-boot/drivers/i2c/i2c-uclass.c
create mode 100644 roms/u-boot/drivers/i2c/i2c-uniphier-f.c
create mode 100644 roms/u-boot/drivers/i2c/i2c-uniphier.c
create mode 100644 roms/u-boot/drivers/i2c/i2c-versatile.c
create mode 100644 roms/u-boot/drivers/i2c/i2c_core.c
create mode 100644 roms/u-boot/drivers/i2c/ihs_i2c.c
create mode 100644 roms/u-boot/drivers/i2c/imx_lpi2c.c
create mode 100644 roms/u-boot/drivers/i2c/intel_i2c.c
create mode 100644 roms/u-boot/drivers/i2c/iproc_i2c.c
create mode 100644 roms/u-boot/drivers/i2c/iproc_i2c.h
create mode 100644 roms/u-boot/drivers/i2c/kona_i2c.c
create mode 100644 roms/u-boot/drivers/i2c/lpc32xx_i2c.c
create mode 100644 roms/u-boot/drivers/i2c/meson_i2c.c
create mode 100644 roms/u-boot/drivers/i2c/muxes/Kconfig
create mode 100644 roms/u-boot/drivers/i2c/muxes/Makefile
create mode 100644 roms/u-boot/drivers/i2c/muxes/i2c-arb-gpio-challenge.c
create mode 100644 roms/u-boot/drivers/i2c/muxes/i2c-mux-gpio.c
create mode 100644 roms/u-boot/drivers/i2c/muxes/i2c-mux-uclass.c
create mode 100644 roms/u-boot/drivers/i2c/muxes/pca954x.c
create mode 100644 roms/u-boot/drivers/i2c/mv_i2c.c
create mode 100644 roms/u-boot/drivers/i2c/mv_i2c.h
create mode 100644 roms/u-boot/drivers/i2c/mvtwsi.c
create mode 100644 roms/u-boot/drivers/i2c/mxc_i2c.c
create mode 100644 roms/u-boot/drivers/i2c/nx_i2c.c
create mode 100644 roms/u-boot/drivers/i2c/ocores_i2c.c
create mode 100644 roms/u-boot/drivers/i2c/octeon_i2c.c
create mode 100644 roms/u-boot/drivers/i2c/omap24xx_i2c.c
create mode 100644 roms/u-boot/drivers/i2c/omap24xx_i2c.h
create mode 100644 roms/u-boot/drivers/i2c/rcar_i2c.c
create mode 100644 roms/u-boot/drivers/i2c/rcar_iic.c
create mode 100644 roms/u-boot/drivers/i2c/rk_i2c.c
create mode 100644 roms/u-boot/drivers/i2c/s3c24x0_i2c.c
create mode 100644 roms/u-boot/drivers/i2c/s3c24x0_i2c.h
create mode 100644 roms/u-boot/drivers/i2c/sandbox_i2c.c
create mode 100644 roms/u-boot/drivers/i2c/sh_i2c.c
create mode 100644 roms/u-boot/drivers/i2c/soft_i2c.c
create mode 100644 roms/u-boot/drivers/i2c/stm32f7_i2c.c
create mode 100644 roms/u-boot/drivers/i2c/tegra186_bpmp_i2c.c
create mode 100644 roms/u-boot/drivers/i2c/tegra_i2c.c
create mode 100644 roms/u-boot/drivers/i2c/xilinx_xiic.c
create mode 100644 roms/u-boot/drivers/input/Kconfig
create mode 100644 roms/u-boot/drivers/input/Makefile
create mode 100644 roms/u-boot/drivers/input/cros_ec_keyb.c
create mode 100644 roms/u-boot/drivers/input/i8042.c
create mode 100644 roms/u-boot/drivers/input/input.c
create mode 100644 roms/u-boot/drivers/input/key_matrix.c
create mode 100644 roms/u-boot/drivers/input/keyboard-uclass.c
create mode 100644 roms/u-boot/drivers/input/tegra-kbc.c
create mode 100644 roms/u-boot/drivers/input/twl4030.c
create mode 100644 roms/u-boot/drivers/input/twl6030.c
create mode 100644 roms/u-boot/drivers/led/Kconfig
create mode 100644 roms/u-boot/drivers/led/Makefile
create mode 100644 roms/u-boot/drivers/led/led-uclass.c
create mode 100644 roms/u-boot/drivers/led/led_bcm6328.c
create mode 100644 roms/u-boot/drivers/led/led_bcm6358.c
create mode 100644 roms/u-boot/drivers/led/led_bcm6858.c
create mode 100644 roms/u-boot/drivers/led/led_cortina.c
create mode 100644 roms/u-boot/drivers/led/led_gpio.c
create mode 100644 roms/u-boot/drivers/mailbox/Kconfig
create mode 100644 roms/u-boot/drivers/mailbox/Makefile
create mode 100644 roms/u-boot/drivers/mailbox/k3-sec-proxy.c
create mode 100644 roms/u-boot/drivers/mailbox/mailbox-uclass.c
create mode 100644 roms/u-boot/drivers/mailbox/sandbox-mbox-test.c
create mode 100644 roms/u-boot/drivers/mailbox/sandbox-mbox.c
create mode 100644 roms/u-boot/drivers/mailbox/stm32-ipcc.c
create mode 100644 roms/u-boot/drivers/mailbox/tegra-hsp.c
create mode 100644 roms/u-boot/drivers/mailbox/zynqmp-ipi.c
create mode 100644 roms/u-boot/drivers/memory/Kconfig
create mode 100644 roms/u-boot/drivers/memory/Makefile
create mode 100644 roms/u-boot/drivers/memory/stm32-fmc2-ebi.c
create mode 100644 roms/u-boot/drivers/memory/ti-aemif.c
create mode 100644 roms/u-boot/drivers/misc/Kconfig
create mode 100644 roms/u-boot/drivers/misc/Makefile
create mode 100644 roms/u-boot/drivers/misc/ali512x.c
create mode 100644 roms/u-boot/drivers/misc/altera_sysid.c
create mode 100644 roms/u-boot/drivers/misc/atsha204a-i2c.c
create mode 100644 roms/u-boot/drivers/misc/cbmem_console.c
create mode 100644 roms/u-boot/drivers/misc/cros_ec.c
create mode 100644 roms/u-boot/drivers/misc/cros_ec_i2c.c
create mode 100644 roms/u-boot/drivers/misc/cros_ec_lpc.c
create mode 100644 roms/u-boot/drivers/misc/cros_ec_sandbox.c
create mode 100644 roms/u-boot/drivers/misc/cros_ec_spi.c
create mode 100644 roms/u-boot/drivers/misc/ds4510.c
create mode 100644 roms/u-boot/drivers/misc/ds4510.h
create mode 100644 roms/u-boot/drivers/misc/esm_pmic.c
create mode 100644 roms/u-boot/drivers/misc/fs_loader.c
create mode 100644 roms/u-boot/drivers/misc/fsl_devdis.c
create mode 100644 roms/u-boot/drivers/misc/fsl_ifc.c
create mode 100644 roms/u-boot/drivers/misc/fsl_iim.c
create mode 100644 roms/u-boot/drivers/misc/fsl_portals.c
create mode 100644 roms/u-boot/drivers/misc/fsl_sec_mon.c
create mode 100644 roms/u-boot/drivers/misc/gdsys_ioep.c
create mode 100644 roms/u-boot/drivers/misc/gdsys_ioep.h
create mode 100644 roms/u-boot/drivers/misc/gdsys_rxaui_ctrl.c
create mode 100644 roms/u-boot/drivers/misc/gdsys_soc.c
create mode 100644 roms/u-boot/drivers/misc/gdsys_soc.h
create mode 100644 roms/u-boot/drivers/misc/gpio_led.c
create mode 100644 roms/u-boot/drivers/misc/i2c_eeprom.c
create mode 100644 roms/u-boot/drivers/misc/i2c_eeprom_emul.c
create mode 100644 roms/u-boot/drivers/misc/ihs_fpga.c
create mode 100644 roms/u-boot/drivers/misc/ihs_fpga.h
create mode 100644 roms/u-boot/drivers/misc/imx8/Makefile
create mode 100644 roms/u-boot/drivers/misc/imx8/fuse.c
create mode 100644 roms/u-boot/drivers/misc/imx8/scu.c
create mode 100644 roms/u-boot/drivers/misc/imx8/scu_api.c
create mode 100644 roms/u-boot/drivers/misc/irq-uclass.c
create mode 100644 roms/u-boot/drivers/misc/irq_sandbox.c
create mode 100644 roms/u-boot/drivers/misc/jz4780_efuse.c
create mode 100644 roms/u-boot/drivers/misc/k3_avs.c
create mode 100644 roms/u-boot/drivers/misc/k3_esm.c
create mode 100644 roms/u-boot/drivers/misc/mc9sdz60.c
create mode 100644 roms/u-boot/drivers/misc/microchip_flexcom.c
create mode 100644 roms/u-boot/drivers/misc/misc-uclass.c
create mode 100644 roms/u-boot/drivers/misc/misc_sandbox.c
create mode 100644 roms/u-boot/drivers/misc/mpc83xx_serdes.c
create mode 100644 roms/u-boot/drivers/misc/mpc83xx_serdes.h
create mode 100644 roms/u-boot/drivers/misc/mxc_ocotp.c
create mode 100644 roms/u-boot/drivers/misc/mxs_ocotp.c
create mode 100644 roms/u-boot/drivers/misc/nuvoton_nct6102d.c
create mode 100644 roms/u-boot/drivers/misc/p2sb-uclass.c
create mode 100644 roms/u-boot/drivers/misc/p2sb_emul.c
create mode 100644 roms/u-boot/drivers/misc/p2sb_sandbox.c
create mode 100644 roms/u-boot/drivers/misc/pca9551_led.c
create mode 100644 roms/u-boot/drivers/misc/pwrseq-uclass.c
create mode 100644 roms/u-boot/drivers/misc/qfw.c
create mode 100644 roms/u-boot/drivers/misc/qfw_mmio.c
create mode 100644 roms/u-boot/drivers/misc/qfw_pio.c
create mode 100644 roms/u-boot/drivers/misc/qfw_sandbox.c
create mode 100644 roms/u-boot/drivers/misc/rockchip-efuse.c
create mode 100644 roms/u-boot/drivers/misc/rockchip-otp.c
create mode 100644 roms/u-boot/drivers/misc/sandbox_adder.c
create mode 100644 roms/u-boot/drivers/misc/sifive-otp.c
create mode 100644 roms/u-boot/drivers/misc/smsc_lpc47m.c
create mode 100644 roms/u-boot/drivers/misc/smsc_sio1007.c
create mode 100644 roms/u-boot/drivers/misc/spltest_sandbox.c
create mode 100644 roms/u-boot/drivers/misc/status_led.c
create mode 100644 roms/u-boot/drivers/misc/stm32_rcc.c
create mode 100644 roms/u-boot/drivers/misc/stm32mp_fuse.c
create mode 100644 roms/u-boot/drivers/misc/swap_case.c
create mode 100644 roms/u-boot/drivers/misc/syscon_sandbox.c
create mode 100644 roms/u-boot/drivers/misc/tegra186_bpmp.c
create mode 100644 roms/u-boot/drivers/misc/tegra_car.c
create mode 100644 roms/u-boot/drivers/misc/test_drv.c
create mode 100644 roms/u-boot/drivers/misc/twl4030_led.c
create mode 100644 roms/u-boot/drivers/misc/vexpress_config.c
create mode 100644 roms/u-boot/drivers/misc/winbond_w83627.c
create mode 100644 roms/u-boot/drivers/mmc/Kconfig
create mode 100644 roms/u-boot/drivers/mmc/Makefile
create mode 100644 roms/u-boot/drivers/mmc/am654_sdhci.c
create mode 100644 roms/u-boot/drivers/mmc/arm_pl180_mmci.c
create mode 100644 roms/u-boot/drivers/mmc/arm_pl180_mmci.h
create mode 100644 roms/u-boot/drivers/mmc/aspeed_sdhci.c
create mode 100644 roms/u-boot/drivers/mmc/atmel_sdhci.c
create mode 100644 roms/u-boot/drivers/mmc/bcm2835_sdhci.c
create mode 100644 roms/u-boot/drivers/mmc/bcm2835_sdhost.c
create mode 100644 roms/u-boot/drivers/mmc/bcmstb_sdhci.c
create mode 100644 roms/u-boot/drivers/mmc/ca_dw_mmc.c
create mode 100644 roms/u-boot/drivers/mmc/davinci_mmc.c
create mode 100644 roms/u-boot/drivers/mmc/dw_mmc.c
create mode 100644 roms/u-boot/drivers/mmc/exynos_dw_mmc.c
create mode 100644 roms/u-boot/drivers/mmc/fsl_esdhc.c
create mode 100644 roms/u-boot/drivers/mmc/fsl_esdhc_imx.c
create mode 100644 roms/u-boot/drivers/mmc/fsl_esdhc_spl.c
create mode 100644 roms/u-boot/drivers/mmc/ftsdc010_mci.c
create mode 100644 roms/u-boot/drivers/mmc/ftsdc010_mci.h
create mode 100644 roms/u-boot/drivers/mmc/gen_atmel_mci.c
create mode 100644 roms/u-boot/drivers/mmc/hi6220_dw_mmc.c
create mode 100644 roms/u-boot/drivers/mmc/iproc_sdhci.c
create mode 100644 roms/u-boot/drivers/mmc/jz_mmc.c
create mode 100644 roms/u-boot/drivers/mmc/kona_sdhci.c
create mode 100644 roms/u-boot/drivers/mmc/meson_gx_mmc.c
create mode 100644 roms/u-boot/drivers/mmc/meson_gx_mmc.h
create mode 100644 roms/u-boot/drivers/mmc/mmc-pwrseq.c
create mode 100644 roms/u-boot/drivers/mmc/mmc-uclass.c
create mode 100644 roms/u-boot/drivers/mmc/mmc.c
create mode 100644 roms/u-boot/drivers/mmc/mmc_boot.c
create mode 100644 roms/u-boot/drivers/mmc/mmc_legacy.c
create mode 100644 roms/u-boot/drivers/mmc/mmc_private.h
create mode 100644 roms/u-boot/drivers/mmc/mmc_spi.c
create mode 100644 roms/u-boot/drivers/mmc/mmc_write.c
create mode 100644 roms/u-boot/drivers/mmc/msm_sdhci.c
create mode 100644 roms/u-boot/drivers/mmc/mtk-sd.c
create mode 100644 roms/u-boot/drivers/mmc/mv_sdhci.c
create mode 100644 roms/u-boot/drivers/mmc/mvebu_mmc.c
create mode 100644 roms/u-boot/drivers/mmc/mxcmmc.c
create mode 100644 roms/u-boot/drivers/mmc/mxsmmc.c
create mode 100644 roms/u-boot/drivers/mmc/nexell_dw_mmc.c
create mode 100644 roms/u-boot/drivers/mmc/octeontx_hsmmc.c
create mode 100644 roms/u-boot/drivers/mmc/octeontx_hsmmc.h
create mode 100644 roms/u-boot/drivers/mmc/omap_hsmmc.c
create mode 100644 roms/u-boot/drivers/mmc/pci_mmc.c
create mode 100644 roms/u-boot/drivers/mmc/pic32_sdhci.c
create mode 100644 roms/u-boot/drivers/mmc/pxa_mmc_gen.c
create mode 100644 roms/u-boot/drivers/mmc/renesas-sdhi.c
create mode 100644 roms/u-boot/drivers/mmc/rockchip_dw_mmc.c
create mode 100644 roms/u-boot/drivers/mmc/rockchip_sdhci.c
create mode 100644 roms/u-boot/drivers/mmc/rpmb.c
create mode 100644 roms/u-boot/drivers/mmc/s5p_sdhci.c
create mode 100644 roms/u-boot/drivers/mmc/sandbox_mmc.c
create mode 100644 roms/u-boot/drivers/mmc/sdhci-adma.c
create mode 100644 roms/u-boot/drivers/mmc/sdhci-cadence.c
create mode 100644 roms/u-boot/drivers/mmc/sdhci.c
create mode 100644 roms/u-boot/drivers/mmc/sh_mmcif.c
create mode 100644 roms/u-boot/drivers/mmc/sh_mmcif.h
create mode 100644 roms/u-boot/drivers/mmc/sh_sdhi.c
create mode 100644 roms/u-boot/drivers/mmc/snps_dw_mmc.c
create mode 100644 roms/u-boot/drivers/mmc/socfpga_dw_mmc.c
create mode 100644 roms/u-boot/drivers/mmc/sti_sdhci.c
create mode 100644 roms/u-boot/drivers/mmc/stm32_sdmmc2.c
create mode 100644 roms/u-boot/drivers/mmc/sunxi_mmc.c
create mode 100644 roms/u-boot/drivers/mmc/tangier_sdhci.c
create mode 100644 roms/u-boot/drivers/mmc/tegra_mmc.c
create mode 100644 roms/u-boot/drivers/mmc/tmio-common.c
create mode 100644 roms/u-boot/drivers/mmc/tmio-common.h
create mode 100644 roms/u-boot/drivers/mmc/uniphier-sd.c
create mode 100644 roms/u-boot/drivers/mmc/xenon_sdhci.c
create mode 100644 roms/u-boot/drivers/mmc/zynq_sdhci.c
create mode 100644 roms/u-boot/drivers/mtd/Kconfig
create mode 100644 roms/u-boot/drivers/mtd/Makefile
create mode 100644 roms/u-boot/drivers/mtd/altera_qspi.c
create mode 100644 roms/u-boot/drivers/mtd/cfi_flash.c
create mode 100644 roms/u-boot/drivers/mtd/cfi_mtd.c
create mode 100644 roms/u-boot/drivers/mtd/hbmc-am654.c
create mode 100644 roms/u-boot/drivers/mtd/jedec_flash.c
create mode 100644 roms/u-boot/drivers/mtd/mtd-uclass.c
create mode 100644 roms/u-boot/drivers/mtd/mtd_uboot.c
create mode 100644 roms/u-boot/drivers/mtd/mtdconcat.c
create mode 100644 roms/u-boot/drivers/mtd/mtdcore.c
create mode 100644 roms/u-boot/drivers/mtd/mtdcore.h
create mode 100644 roms/u-boot/drivers/mtd/mtdpart.c
create mode 100644 roms/u-boot/drivers/mtd/nand/Kconfig
create mode 100644 roms/u-boot/drivers/mtd/nand/Makefile
create mode 100644 roms/u-boot/drivers/mtd/nand/bbt.c
create mode 100644 roms/u-boot/drivers/mtd/nand/core.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/Kconfig
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/Makefile
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/am335x_spl_bch.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/arasan_nfc.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/atmel_nand.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/atmel_nand_ecc.h
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/brcmnand/Makefile
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/brcmnand/bcm63158_nand.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/brcmnand/bcm6368_nand.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/brcmnand/bcm68360_nand.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/brcmnand/bcm6838_nand.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/brcmnand/bcm6858_nand.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/brcmnand/brcmnand.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/brcmnand/brcmnand.h
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/brcmnand/brcmnand_compat.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/brcmnand/brcmnand_compat.h
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/cortina_nand.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/cortina_nand.h
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/davinci_nand.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/denali.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/denali.h
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/denali_dt.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/denali_spl.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/fsl_elbc_nand.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/fsl_elbc_spl.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/fsl_ifc_nand.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/fsl_ifc_spl.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/fsl_upm.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/fsmc_nand.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/kb9202_nand.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/kirkwood_nand.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/kmeter1_nand.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/lpc32xx_nand_mlc.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/lpc32xx_nand_slc.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/mxc_nand.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/mxc_nand.h
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/mxc_nand_spl.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/mxs_nand.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/mxs_nand_dt.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/mxs_nand_spl.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/nand.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/nand_base.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/nand_bbt.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/nand_bch.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/nand_ecc.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/nand_ids.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/nand_plat.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/nand_spl_load.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/nand_spl_loaders.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/nand_spl_simple.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/nand_timings.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/nand_util.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/octeontx_bch.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/octeontx_bch.h
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/octeontx_bch_regs.h
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/octeontx_nand.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/omap_elm.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/omap_gpmc.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/pxa3xx_nand.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/pxa3xx_nand.h
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/stm32_fmc2_nand.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/sunxi_nand.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/sunxi_nand_spl.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/tegra_nand.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/tegra_nand.h
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/vf610_nfc.c
create mode 100644 roms/u-boot/drivers/mtd/nand/raw/zynq_nand.c
create mode 100644 roms/u-boot/drivers/mtd/nand/spi/Kconfig
create mode 100644 roms/u-boot/drivers/mtd/nand/spi/Makefile
create mode 100644 roms/u-boot/drivers/mtd/nand/spi/core.c
create mode 100644 roms/u-boot/drivers/mtd/nand/spi/gigadevice.c
create mode 100644 roms/u-boot/drivers/mtd/nand/spi/macronix.c
create mode 100644 roms/u-boot/drivers/mtd/nand/spi/micron.c
create mode 100644 roms/u-boot/drivers/mtd/nand/spi/toshiba.c
create mode 100644 roms/u-boot/drivers/mtd/nand/spi/winbond.c
create mode 100644 roms/u-boot/drivers/mtd/onenand/Makefile
create mode 100644 roms/u-boot/drivers/mtd/onenand/onenand_base.c
create mode 100644 roms/u-boot/drivers/mtd/onenand/onenand_bbt.c
create mode 100644 roms/u-boot/drivers/mtd/onenand/onenand_spl.c
create mode 100644 roms/u-boot/drivers/mtd/onenand/onenand_uboot.c
create mode 100644 roms/u-boot/drivers/mtd/onenand/samsung.c
create mode 100644 roms/u-boot/drivers/mtd/pic32_flash.c
create mode 100644 roms/u-boot/drivers/mtd/renesas_rpc_hf.c
create mode 100644 roms/u-boot/drivers/mtd/spi/Kconfig
create mode 100644 roms/u-boot/drivers/mtd/spi/Makefile
create mode 100644 roms/u-boot/drivers/mtd/spi/fsl_espi_spl.c
create mode 100644 roms/u-boot/drivers/mtd/spi/sandbox.c
create mode 100644 roms/u-boot/drivers/mtd/spi/sf-uclass.c
create mode 100644 roms/u-boot/drivers/mtd/spi/sf_dataflash.c
create mode 100644 roms/u-boot/drivers/mtd/spi/sf_internal.h
create mode 100644 roms/u-boot/drivers/mtd/spi/sf_mtd.c
create mode 100644 roms/u-boot/drivers/mtd/spi/sf_probe.c
create mode 100644 roms/u-boot/drivers/mtd/spi/spi-nor-core.c
create mode 100644 roms/u-boot/drivers/mtd/spi/spi-nor-ids.c
create mode 100644 roms/u-boot/drivers/mtd/spi/spi-nor-tiny.c
create mode 100644 roms/u-boot/drivers/mtd/st_smi.c
create mode 100644 roms/u-boot/drivers/mtd/stm32_flash.c
create mode 100644 roms/u-boot/drivers/mtd/stm32_flash.h
create mode 100644 roms/u-boot/drivers/mtd/ubi/Kconfig
create mode 100644 roms/u-boot/drivers/mtd/ubi/Makefile
create mode 100644 roms/u-boot/drivers/mtd/ubi/attach.c
create mode 100644 roms/u-boot/drivers/mtd/ubi/build.c
create mode 100644 roms/u-boot/drivers/mtd/ubi/crc32.c
create mode 100644 roms/u-boot/drivers/mtd/ubi/crc32defs.h
create mode 100644 roms/u-boot/drivers/mtd/ubi/crc32table.h
create mode 100644 roms/u-boot/drivers/mtd/ubi/debug.c
create mode 100644 roms/u-boot/drivers/mtd/ubi/debug.h
create mode 100644 roms/u-boot/drivers/mtd/ubi/eba.c
create mode 100644 roms/u-boot/drivers/mtd/ubi/fastmap-wl.c
create mode 100644 roms/u-boot/drivers/mtd/ubi/fastmap.c
create mode 100644 roms/u-boot/drivers/mtd/ubi/io.c
create mode 100644 roms/u-boot/drivers/mtd/ubi/kapi.c
create mode 100644 roms/u-boot/drivers/mtd/ubi/misc.c
create mode 100644 roms/u-boot/drivers/mtd/ubi/ubi-media.h
create mode 100644 roms/u-boot/drivers/mtd/ubi/ubi.h
create mode 100644 roms/u-boot/drivers/mtd/ubi/upd.c
create mode 100644 roms/u-boot/drivers/mtd/ubi/vmt.c
create mode 100644 roms/u-boot/drivers/mtd/ubi/vtbl.c
create mode 100644 roms/u-boot/drivers/mtd/ubi/wl.c
create mode 100644 roms/u-boot/drivers/mtd/ubi/wl.h
create mode 100644 roms/u-boot/drivers/mtd/ubispl/Makefile
create mode 100644 roms/u-boot/drivers/mtd/ubispl/ubi-wrapper.h
create mode 100644 roms/u-boot/drivers/mtd/ubispl/ubispl.c
create mode 100644 roms/u-boot/drivers/mtd/ubispl/ubispl.h
create mode 100644 roms/u-boot/drivers/mux/Kconfig
create mode 100644 roms/u-boot/drivers/mux/Makefile
create mode 100644 roms/u-boot/drivers/mux/mmio.c
create mode 100644 roms/u-boot/drivers/mux/mux-uclass.c
create mode 100644 roms/u-boot/drivers/net/Kconfig
create mode 100644 roms/u-boot/drivers/net/Makefile
create mode 100644 roms/u-boot/drivers/net/ag7xxx.c
create mode 100644 roms/u-boot/drivers/net/altera_tse.c
create mode 100644 roms/u-boot/drivers/net/altera_tse.h
create mode 100644 roms/u-boot/drivers/net/armada100_fec.c
create mode 100644 roms/u-boot/drivers/net/armada100_fec.h
create mode 100644 roms/u-boot/drivers/net/at91_emac.c
create mode 100644 roms/u-boot/drivers/net/ax88180.c
create mode 100644 roms/u-boot/drivers/net/ax88180.h
create mode 100644 roms/u-boot/drivers/net/bcm-sf2-eth-gmac.c
create mode 100644 roms/u-boot/drivers/net/bcm-sf2-eth-gmac.h
create mode 100644 roms/u-boot/drivers/net/bcm-sf2-eth.c
create mode 100644 roms/u-boot/drivers/net/bcm-sf2-eth.h
create mode 100644 roms/u-boot/drivers/net/bcm6348-eth.c
create mode 100644 roms/u-boot/drivers/net/bcm6368-eth.c
create mode 100644 roms/u-boot/drivers/net/bcmgenet.c
create mode 100644 roms/u-boot/drivers/net/calxedaxgmac.c
create mode 100644 roms/u-boot/drivers/net/cortina_ni.c
create mode 100644 roms/u-boot/drivers/net/cortina_ni.h
create mode 100644 roms/u-boot/drivers/net/cs8900.c
create mode 100644 roms/u-boot/drivers/net/cs8900.h
create mode 100644 roms/u-boot/drivers/net/dc2114x.c
create mode 100644 roms/u-boot/drivers/net/designware.c
create mode 100644 roms/u-boot/drivers/net/designware.h
create mode 100644 roms/u-boot/drivers/net/dm9000x.c
create mode 100644 roms/u-boot/drivers/net/dm9000x.h
create mode 100644 roms/u-boot/drivers/net/dnet.c
create mode 100644 roms/u-boot/drivers/net/dnet.h
create mode 100644 roms/u-boot/drivers/net/dsa_sandbox.c
create mode 100644 roms/u-boot/drivers/net/dwc_eth_qos.c
create mode 100644 roms/u-boot/drivers/net/dwmac_meson8b.c
create mode 100644 roms/u-boot/drivers/net/dwmac_s700.c
create mode 100644 roms/u-boot/drivers/net/dwmac_socfpga.c
create mode 100644 roms/u-boot/drivers/net/e1000.c
create mode 100644 roms/u-boot/drivers/net/e1000.h
create mode 100644 roms/u-boot/drivers/net/e1000_spi.c
create mode 100644 roms/u-boot/drivers/net/eepro100.c
create mode 100644 roms/u-boot/drivers/net/ep93xx_eth.c
create mode 100644 roms/u-boot/drivers/net/ep93xx_eth.h
create mode 100644 roms/u-boot/drivers/net/eth-phy-uclass.c
create mode 100644 roms/u-boot/drivers/net/ethoc.c
create mode 100644 roms/u-boot/drivers/net/fec_mxc.c
create mode 100644 roms/u-boot/drivers/net/fec_mxc.h
create mode 100644 roms/u-boot/drivers/net/fm/Makefile
create mode 100644 roms/u-boot/drivers/net/fm/b4860.c
create mode 100644 roms/u-boot/drivers/net/fm/dtsec.c
create mode 100644 roms/u-boot/drivers/net/fm/eth.c
create mode 100644 roms/u-boot/drivers/net/fm/fdt.c
create mode 100644 roms/u-boot/drivers/net/fm/fm.c
create mode 100644 roms/u-boot/drivers/net/fm/fm.h
create mode 100644 roms/u-boot/drivers/net/fm/init.c
create mode 100644 roms/u-boot/drivers/net/fm/ls1043.c
create mode 100644 roms/u-boot/drivers/net/fm/ls1046.c
create mode 100644 roms/u-boot/drivers/net/fm/memac.c
create mode 100644 roms/u-boot/drivers/net/fm/memac_phy.c
create mode 100644 roms/u-boot/drivers/net/fm/p1023.c
create mode 100644 roms/u-boot/drivers/net/fm/p4080.c
create mode 100644 roms/u-boot/drivers/net/fm/p5020.c
create mode 100644 roms/u-boot/drivers/net/fm/p5040.c
create mode 100644 roms/u-boot/drivers/net/fm/t1024.c
create mode 100644 roms/u-boot/drivers/net/fm/t1040.c
create mode 100644 roms/u-boot/drivers/net/fm/t2080.c
create mode 100644 roms/u-boot/drivers/net/fm/t4240.c
create mode 100644 roms/u-boot/drivers/net/fm/tgec.c
create mode 100644 roms/u-boot/drivers/net/fm/tgec_phy.c
create mode 100644 roms/u-boot/drivers/net/fsl-mc/Kconfig
create mode 100644 roms/u-boot/drivers/net/fsl-mc/Makefile
create mode 100644 roms/u-boot/drivers/net/fsl-mc/dpbp.c
create mode 100644 roms/u-boot/drivers/net/fsl-mc/dpio/Makefile
create mode 100644 roms/u-boot/drivers/net/fsl-mc/dpio/dpio.c
create mode 100644 roms/u-boot/drivers/net/fsl-mc/dpio/qbman_portal.c
create mode 100644 roms/u-boot/drivers/net/fsl-mc/dpio/qbman_portal.h
create mode 100644 roms/u-boot/drivers/net/fsl-mc/dpio/qbman_private.h
create mode 100644 roms/u-boot/drivers/net/fsl-mc/dpio/qbman_sys.h
create mode 100644 roms/u-boot/drivers/net/fsl-mc/dpmac.c
create mode 100644 roms/u-boot/drivers/net/fsl-mc/dpmng.c
create mode 100644 roms/u-boot/drivers/net/fsl-mc/dpni.c
create mode 100644 roms/u-boot/drivers/net/fsl-mc/dprc.c
create mode 100644 roms/u-boot/drivers/net/fsl-mc/dpsparser.c
create mode 100644 roms/u-boot/drivers/net/fsl-mc/fsl_dpmng_cmd.h
create mode 100644 roms/u-boot/drivers/net/fsl-mc/mc.c
create mode 100644 roms/u-boot/drivers/net/fsl-mc/mc_sys.c
create mode 100644 roms/u-boot/drivers/net/fsl_enetc.c
create mode 100644 roms/u-boot/drivers/net/fsl_enetc.h
create mode 100644 roms/u-boot/drivers/net/fsl_enetc_mdio.c
create mode 100644 roms/u-boot/drivers/net/fsl_ls_mdio.c
create mode 100644 roms/u-boot/drivers/net/fsl_mcdmafec.c
create mode 100644 roms/u-boot/drivers/net/fsl_mdio.c
create mode 100644 roms/u-boot/drivers/net/ftgmac100.c
create mode 100644 roms/u-boot/drivers/net/ftgmac100.h
create mode 100644 roms/u-boot/drivers/net/ftmac100.c
create mode 100644 roms/u-boot/drivers/net/ftmac100.h
create mode 100644 roms/u-boot/drivers/net/ftmac110.c
create mode 100644 roms/u-boot/drivers/net/ftmac110.h
create mode 100644 roms/u-boot/drivers/net/gmac_rockchip.c
create mode 100644 roms/u-boot/drivers/net/higmacv300.c
create mode 100644 roms/u-boot/drivers/net/ks8851_mll.c
create mode 100644 roms/u-boot/drivers/net/ks8851_mll.h
create mode 100644 roms/u-boot/drivers/net/lan91c96.c
create mode 100644 roms/u-boot/drivers/net/lan91c96.h
create mode 100644 roms/u-boot/drivers/net/ldpaa_eth/Makefile
create mode 100644 roms/u-boot/drivers/net/ldpaa_eth/ldpaa_eth.c
create mode 100644 roms/u-boot/drivers/net/ldpaa_eth/ldpaa_eth.h
create mode 100644 roms/u-boot/drivers/net/ldpaa_eth/ldpaa_wriop.c
create mode 100644 roms/u-boot/drivers/net/ldpaa_eth/ls1088a.c
create mode 100644 roms/u-boot/drivers/net/ldpaa_eth/ls2080a.c
create mode 100644 roms/u-boot/drivers/net/ldpaa_eth/lx2160a.c
create mode 100644 roms/u-boot/drivers/net/lpc32xx_eth.c
create mode 100644 roms/u-boot/drivers/net/macb.c
create mode 100644 roms/u-boot/drivers/net/macb.h
create mode 100644 roms/u-boot/drivers/net/mcffec.c
create mode 100644 roms/u-boot/drivers/net/mcfmii.c
create mode 100644 roms/u-boot/drivers/net/mdio-ipq4019.c
create mode 100644 roms/u-boot/drivers/net/mdio_mux_i2creg.c
create mode 100644 roms/u-boot/drivers/net/mdio_mux_meson_g12a.c
create mode 100644 roms/u-boot/drivers/net/mdio_mux_mmioreg.c
create mode 100644 roms/u-boot/drivers/net/mdio_mux_sandbox.c
create mode 100644 roms/u-boot/drivers/net/mdio_sandbox.c
create mode 100644 roms/u-boot/drivers/net/mpc8xx_fec.c
create mode 100644 roms/u-boot/drivers/net/mscc_eswitch/Kconfig
create mode 100644 roms/u-boot/drivers/net/mscc_eswitch/Makefile
create mode 100644 roms/u-boot/drivers/net/mscc_eswitch/felix_switch.c
create mode 100644 roms/u-boot/drivers/net/mscc_eswitch/jr2_switch.c
create mode 100644 roms/u-boot/drivers/net/mscc_eswitch/luton_switch.c
create mode 100644 roms/u-boot/drivers/net/mscc_eswitch/mscc_mac_table.c
create mode 100644 roms/u-boot/drivers/net/mscc_eswitch/mscc_mac_table.h
create mode 100644 roms/u-boot/drivers/net/mscc_eswitch/mscc_miim.c
create mode 100644 roms/u-boot/drivers/net/mscc_eswitch/mscc_miim.h
create mode 100644 roms/u-boot/drivers/net/mscc_eswitch/mscc_xfer.c
create mode 100644 roms/u-boot/drivers/net/mscc_eswitch/mscc_xfer.h
create mode 100644 roms/u-boot/drivers/net/mscc_eswitch/ocelot_switch.c
create mode 100644 roms/u-boot/drivers/net/mscc_eswitch/serval_switch.c
create mode 100644 roms/u-boot/drivers/net/mscc_eswitch/servalt_switch.c
create mode 100644 roms/u-boot/drivers/net/mt7620-eth.c
create mode 100644 roms/u-boot/drivers/net/mt7628-eth.c
create mode 100644 roms/u-boot/drivers/net/mtk_eth.c
create mode 100644 roms/u-boot/drivers/net/mtk_eth.h
create mode 100644 roms/u-boot/drivers/net/mvgbe.c
create mode 100644 roms/u-boot/drivers/net/mvgbe.h
create mode 100644 roms/u-boot/drivers/net/mvmdio.c
create mode 100644 roms/u-boot/drivers/net/mvneta.c
create mode 100644 roms/u-boot/drivers/net/mvpp2.c
create mode 100644 roms/u-boot/drivers/net/natsemi.c
create mode 100644 roms/u-boot/drivers/net/netconsole.c
create mode 100644 roms/u-boot/drivers/net/ns8382x.c
create mode 100644 roms/u-boot/drivers/net/octeontx/Makefile
create mode 100644 roms/u-boot/drivers/net/octeontx/bgx.c
create mode 100644 roms/u-boot/drivers/net/octeontx/bgx.h
create mode 100644 roms/u-boot/drivers/net/octeontx/nic.h
create mode 100644 roms/u-boot/drivers/net/octeontx/nic_main.c
create mode 100644 roms/u-boot/drivers/net/octeontx/nic_reg.h
create mode 100644 roms/u-boot/drivers/net/octeontx/nicvf_main.c
create mode 100644 roms/u-boot/drivers/net/octeontx/nicvf_queues.c
create mode 100644 roms/u-boot/drivers/net/octeontx/nicvf_queues.h
create mode 100644 roms/u-boot/drivers/net/octeontx/q_struct.h
create mode 100644 roms/u-boot/drivers/net/octeontx/smi.c
create mode 100644 roms/u-boot/drivers/net/octeontx/xcv.c
create mode 100644 roms/u-boot/drivers/net/octeontx2/Makefile
create mode 100644 roms/u-boot/drivers/net/octeontx2/cgx.c
create mode 100644 roms/u-boot/drivers/net/octeontx2/cgx.h
create mode 100644 roms/u-boot/drivers/net/octeontx2/cgx_intf.c
create mode 100644 roms/u-boot/drivers/net/octeontx2/cgx_intf.h
create mode 100644 roms/u-boot/drivers/net/octeontx2/lmt.h
create mode 100644 roms/u-boot/drivers/net/octeontx2/nix.c
create mode 100644 roms/u-boot/drivers/net/octeontx2/nix.h
create mode 100644 roms/u-boot/drivers/net/octeontx2/nix_af.c
create mode 100644 roms/u-boot/drivers/net/octeontx2/npc.h
create mode 100644 roms/u-boot/drivers/net/octeontx2/rvu.h
create mode 100644 roms/u-boot/drivers/net/octeontx2/rvu_af.c
create mode 100644 roms/u-boot/drivers/net/octeontx2/rvu_common.c
create mode 100644 roms/u-boot/drivers/net/octeontx2/rvu_pf.c
create mode 100644 roms/u-boot/drivers/net/pch_gbe.c
create mode 100644 roms/u-boot/drivers/net/pch_gbe.h
create mode 100644 roms/u-boot/drivers/net/pcnet.c
create mode 100644 roms/u-boot/drivers/net/pfe_eth/Kconfig
create mode 100644 roms/u-boot/drivers/net/pfe_eth/Makefile
create mode 100644 roms/u-boot/drivers/net/pfe_eth/pfe_cmd.c
create mode 100644 roms/u-boot/drivers/net/pfe_eth/pfe_driver.c
create mode 100644 roms/u-boot/drivers/net/pfe_eth/pfe_eth.c
create mode 100644 roms/u-boot/drivers/net/pfe_eth/pfe_firmware.c
create mode 100644 roms/u-boot/drivers/net/pfe_eth/pfe_hw.c
create mode 100644 roms/u-boot/drivers/net/pfe_eth/pfe_mdio.c
create mode 100644 roms/u-boot/drivers/net/phy/Kconfig
create mode 100644 roms/u-boot/drivers/net/phy/Makefile
create mode 100644 roms/u-boot/drivers/net/phy/aquantia.c
create mode 100644 roms/u-boot/drivers/net/phy/atheros.c
create mode 100644 roms/u-boot/drivers/net/phy/b53.c
create mode 100644 roms/u-boot/drivers/net/phy/broadcom.c
create mode 100644 roms/u-boot/drivers/net/phy/ca_phy.c
create mode 100644 roms/u-boot/drivers/net/phy/cortina.c
create mode 100644 roms/u-boot/drivers/net/phy/davicom.c
create mode 100644 roms/u-boot/drivers/net/phy/dp83867.c
create mode 100644 roms/u-boot/drivers/net/phy/et1011c.c
create mode 100644 roms/u-boot/drivers/net/phy/fixed.c
create mode 100644 roms/u-boot/drivers/net/phy/generic_10g.c
create mode 100644 roms/u-boot/drivers/net/phy/lxt.c
create mode 100644 roms/u-boot/drivers/net/phy/marvell.c
create mode 100644 roms/u-boot/drivers/net/phy/meson-gxl.c
create mode 100644 roms/u-boot/drivers/net/phy/micrel_ksz8xxx.c
create mode 100644 roms/u-boot/drivers/net/phy/micrel_ksz90x1.c
create mode 100644 roms/u-boot/drivers/net/phy/miiphybb.c
create mode 100644 roms/u-boot/drivers/net/phy/mscc.c
create mode 100644 roms/u-boot/drivers/net/phy/mv88e61xx.c
create mode 100644 roms/u-boot/drivers/net/phy/mv88e6352.c
create mode 100644 roms/u-boot/drivers/net/phy/natsemi.c
create mode 100644 roms/u-boot/drivers/net/phy/ncsi.c
create mode 100644 roms/u-boot/drivers/net/phy/phy.c
create mode 100644 roms/u-boot/drivers/net/phy/realtek.c
create mode 100644 roms/u-boot/drivers/net/phy/smsc.c
create mode 100644 roms/u-boot/drivers/net/phy/teranetics.c
create mode 100644 roms/u-boot/drivers/net/phy/ti_phy_init.c
create mode 100644 roms/u-boot/drivers/net/phy/ti_phy_init.h
create mode 100644 roms/u-boot/drivers/net/phy/vitesse.c
create mode 100644 roms/u-boot/drivers/net/phy/xilinx_gmii2rgmii.c
create mode 100644 roms/u-boot/drivers/net/phy/xilinx_phy.c
create mode 100644 roms/u-boot/drivers/net/pic32_eth.c
create mode 100644 roms/u-boot/drivers/net/pic32_eth.h
create mode 100644 roms/u-boot/drivers/net/pic32_mdio.c
create mode 100644 roms/u-boot/drivers/net/qe/Kconfig
create mode 100644 roms/u-boot/drivers/net/qe/Makefile
create mode 100644 roms/u-boot/drivers/net/qe/dm_qe_uec.c
create mode 100644 roms/u-boot/drivers/net/qe/dm_qe_uec.h
create mode 100644 roms/u-boot/drivers/net/qe/dm_qe_uec_phy.c
create mode 100644 roms/u-boot/drivers/net/qe/uccf.c
create mode 100644 roms/u-boot/drivers/net/qe/uccf.h
create mode 100644 roms/u-boot/drivers/net/qe/uec.h
create mode 100644 roms/u-boot/drivers/net/ravb.c
create mode 100644 roms/u-boot/drivers/net/rtl8139.c
create mode 100644 roms/u-boot/drivers/net/rtl8169.c
create mode 100644 roms/u-boot/drivers/net/sandbox-raw-bus.c
create mode 100644 roms/u-boot/drivers/net/sandbox-raw.c
create mode 100644 roms/u-boot/drivers/net/sandbox.c
create mode 100644 roms/u-boot/drivers/net/sh_eth.c
create mode 100644 roms/u-boot/drivers/net/sh_eth.h
create mode 100644 roms/u-boot/drivers/net/smc91111.c
create mode 100644 roms/u-boot/drivers/net/smc91111.h
create mode 100644 roms/u-boot/drivers/net/smc911x.c
create mode 100644 roms/u-boot/drivers/net/smc911x.h
create mode 100644 roms/u-boot/drivers/net/sni_ave.c
create mode 100644 roms/u-boot/drivers/net/sni_netsec.c
create mode 100644 roms/u-boot/drivers/net/sun8i_emac.c
create mode 100644 roms/u-boot/drivers/net/sunxi_emac.c
create mode 100644 roms/u-boot/drivers/net/ti/Kconfig
create mode 100644 roms/u-boot/drivers/net/ti/Makefile
create mode 100644 roms/u-boot/drivers/net/ti/am65-cpsw-nuss.c
create mode 100644 roms/u-boot/drivers/net/ti/cpsw-common.c
create mode 100644 roms/u-boot/drivers/net/ti/cpsw.c
create mode 100644 roms/u-boot/drivers/net/ti/cpsw_mdio.c
create mode 100644 roms/u-boot/drivers/net/ti/cpsw_mdio.h
create mode 100644 roms/u-boot/drivers/net/ti/davinci_emac.c
create mode 100644 roms/u-boot/drivers/net/ti/davinci_emac.h
create mode 100644 roms/u-boot/drivers/net/ti/keystone_net.c
create mode 100644 roms/u-boot/drivers/net/tsec.c
create mode 100644 roms/u-boot/drivers/net/uli526x.c
create mode 100644 roms/u-boot/drivers/net/vsc7385.c
create mode 100644 roms/u-boot/drivers/net/vsc9953.c
create mode 100644 roms/u-boot/drivers/net/xilinx_axi_emac.c
create mode 100644 roms/u-boot/drivers/net/xilinx_emaclite.c
create mode 100644 roms/u-boot/drivers/net/zynq_gem.c
create mode 100644 roms/u-boot/drivers/nvme/Kconfig
create mode 100644 roms/u-boot/drivers/nvme/Makefile
create mode 100644 roms/u-boot/drivers/nvme/nvme-uclass.c
create mode 100644 roms/u-boot/drivers/nvme/nvme.c
create mode 100644 roms/u-boot/drivers/nvme/nvme.h
create mode 100644 roms/u-boot/drivers/nvme/nvme_show.c
create mode 100644 roms/u-boot/drivers/pch/Kconfig
create mode 100644 roms/u-boot/drivers/pch/Makefile
create mode 100644 roms/u-boot/drivers/pch/pch-uclass.c
create mode 100644 roms/u-boot/drivers/pch/pch7.c
create mode 100644 roms/u-boot/drivers/pch/pch9.c
create mode 100644 roms/u-boot/drivers/pch/sandbox_pch.c
create mode 100644 roms/u-boot/drivers/pci/Kconfig
create mode 100644 roms/u-boot/drivers/pci/Makefile
create mode 100644 roms/u-boot/drivers/pci/fsl_pci_init.c
create mode 100644 roms/u-boot/drivers/pci/pci-aardvark.c
create mode 100644 roms/u-boot/drivers/pci/pci-emul-uclass.c
create mode 100644 roms/u-boot/drivers/pci/pci-rcar-gen2.c
create mode 100644 roms/u-boot/drivers/pci/pci-rcar-gen3.c
create mode 100644 roms/u-boot/drivers/pci/pci-uclass.c
create mode 100644 roms/u-boot/drivers/pci/pci.c
create mode 100644 roms/u-boot/drivers/pci/pci_auto.c
create mode 100644 roms/u-boot/drivers/pci/pci_auto_common.c
create mode 100644 roms/u-boot/drivers/pci/pci_auto_old.c
create mode 100644 roms/u-boot/drivers/pci/pci_common.c
create mode 100644 roms/u-boot/drivers/pci/pci_compat.c
create mode 100644 roms/u-boot/drivers/pci/pci_ftpci100.c
create mode 100644 roms/u-boot/drivers/pci/pci_gt64120.c
create mode 100644 roms/u-boot/drivers/pci/pci_indirect.c
create mode 100644 roms/u-boot/drivers/pci/pci_internal.h
create mode 100644 roms/u-boot/drivers/pci/pci_mpc85xx.c
create mode 100644 roms/u-boot/drivers/pci/pci_msc01.c
create mode 100644 roms/u-boot/drivers/pci/pci_mvebu.c
create mode 100644 roms/u-boot/drivers/pci/pci_octeontx.c
create mode 100644 roms/u-boot/drivers/pci/pci_rom.c
create mode 100644 roms/u-boot/drivers/pci/pci_sandbox.c
create mode 100644 roms/u-boot/drivers/pci/pci_sh4.c
create mode 100644 roms/u-boot/drivers/pci/pci_sh7751.c
create mode 100644 roms/u-boot/drivers/pci/pci_sh7780.c
create mode 100644 roms/u-boot/drivers/pci/pci_tegra.c
create mode 100644 roms/u-boot/drivers/pci/pci_x86.c
create mode 100644 roms/u-boot/drivers/pci/pcie_brcmstb.c
create mode 100644 roms/u-boot/drivers/pci/pcie_dw_common.c
create mode 100644 roms/u-boot/drivers/pci/pcie_dw_common.h
create mode 100644 roms/u-boot/drivers/pci/pcie_dw_meson.c
create mode 100644 roms/u-boot/drivers/pci/pcie_dw_mvebu.c
create mode 100644 roms/u-boot/drivers/pci/pcie_dw_rockchip.c
create mode 100644 roms/u-boot/drivers/pci/pcie_dw_sifive.c
create mode 100644 roms/u-boot/drivers/pci/pcie_dw_ti.c
create mode 100644 roms/u-boot/drivers/pci/pcie_ecam_generic.c
create mode 100644 roms/u-boot/drivers/pci/pcie_fsl.c
create mode 100644 roms/u-boot/drivers/pci/pcie_fsl.h
create mode 100644 roms/u-boot/drivers/pci/pcie_fsl_fixup.c
create mode 100644 roms/u-boot/drivers/pci/pcie_imx.c
create mode 100644 roms/u-boot/drivers/pci/pcie_intel_fpga.c
create mode 100644 roms/u-boot/drivers/pci/pcie_iproc.c
create mode 100644 roms/u-boot/drivers/pci/pcie_layerscape.c
create mode 100644 roms/u-boot/drivers/pci/pcie_layerscape.h
create mode 100644 roms/u-boot/drivers/pci/pcie_layerscape_ep.c
create mode 100644 roms/u-boot/drivers/pci/pcie_layerscape_fixup.c
create mode 100644 roms/u-boot/drivers/pci/pcie_layerscape_fixup_common.c
create mode 100644 roms/u-boot/drivers/pci/pcie_layerscape_fixup_common.h
create mode 100644 roms/u-boot/drivers/pci/pcie_layerscape_gen4.c
create mode 100644 roms/u-boot/drivers/pci/pcie_layerscape_gen4.h
create mode 100644 roms/u-boot/drivers/pci/pcie_layerscape_gen4_fixup.c
create mode 100644 roms/u-boot/drivers/pci/pcie_layerscape_rc.c
create mode 100644 roms/u-boot/drivers/pci/pcie_mediatek.c
create mode 100644 roms/u-boot/drivers/pci/pcie_octeon.c
create mode 100644 roms/u-boot/drivers/pci/pcie_phytium.c
create mode 100644 roms/u-boot/drivers/pci/pcie_rockchip.c
create mode 100644 roms/u-boot/drivers/pci/pcie_xilinx.c
create mode 100644 roms/u-boot/drivers/pci_endpoint/Kconfig
create mode 100644 roms/u-boot/drivers/pci_endpoint/Makefile
create mode 100644 roms/u-boot/drivers/pci_endpoint/pci_ep-uclass.c
create mode 100644 roms/u-boot/drivers/pci_endpoint/pcie-cadence-ep.c
create mode 100644 roms/u-boot/drivers/pci_endpoint/pcie-cadence.h
create mode 100644 roms/u-boot/drivers/pci_endpoint/sandbox-pci_ep.c
create mode 100644 roms/u-boot/drivers/phy/Kconfig
create mode 100644 roms/u-boot/drivers/phy/Makefile
create mode 100644 roms/u-boot/drivers/phy/allwinner/Kconfig
create mode 100644 roms/u-boot/drivers/phy/allwinner/Makefile
create mode 100644 roms/u-boot/drivers/phy/allwinner/phy-sun4i-usb.c
create mode 100644 roms/u-boot/drivers/phy/bcm6318-usbh-phy.c
create mode 100644 roms/u-boot/drivers/phy/bcm6348-usbh-phy.c
create mode 100644 roms/u-boot/drivers/phy/bcm6358-usbh-phy.c
create mode 100644 roms/u-boot/drivers/phy/bcm6368-usbh-phy.c
create mode 100644 roms/u-boot/drivers/phy/keystone-usb-phy.c
create mode 100644 roms/u-boot/drivers/phy/marvell/Kconfig
create mode 100644 roms/u-boot/drivers/phy/marvell/Makefile
create mode 100644 roms/u-boot/drivers/phy/marvell/comphy_a3700.c
create mode 100644 roms/u-boot/drivers/phy/marvell/comphy_a3700.h
create mode 100644 roms/u-boot/drivers/phy/marvell/comphy_core.c
create mode 100644 roms/u-boot/drivers/phy/marvell/comphy_core.h
create mode 100644 roms/u-boot/drivers/phy/marvell/comphy_cp110.c
create mode 100644 roms/u-boot/drivers/phy/marvell/comphy_mux.c
create mode 100644 roms/u-boot/drivers/phy/marvell/sata.h
create mode 100644 roms/u-boot/drivers/phy/marvell/utmi_phy.h
create mode 100644 roms/u-boot/drivers/phy/meson-axg-mipi-dphy.c
create mode 100644 roms/u-boot/drivers/phy/meson-axg-mipi-pcie-analog.c
create mode 100644 roms/u-boot/drivers/phy/meson-g12a-usb2.c
create mode 100644 roms/u-boot/drivers/phy/meson-g12a-usb3-pcie.c
create mode 100644 roms/u-boot/drivers/phy/meson-gxbb-usb2.c
create mode 100644 roms/u-boot/drivers/phy/meson-gxl-usb2.c
create mode 100644 roms/u-boot/drivers/phy/msm8916-usbh-phy.c
create mode 100644 roms/u-boot/drivers/phy/mt7620-usb-phy.c
create mode 100644 roms/u-boot/drivers/phy/mt76x8-usb-phy.c
create mode 100644 roms/u-boot/drivers/phy/nop-phy.c
create mode 100644 roms/u-boot/drivers/phy/omap-usb2-phy.c
create mode 100644 roms/u-boot/drivers/phy/phy-bcm-sr-pcie.c
create mode 100644 roms/u-boot/drivers/phy/phy-core-mipi-dphy.c
create mode 100644 roms/u-boot/drivers/phy/phy-da8xx-usb.c
create mode 100644 roms/u-boot/drivers/phy/phy-mtk-tphy.c
create mode 100644 roms/u-boot/drivers/phy/phy-qcom-ipq4019-usb.c
create mode 100644 roms/u-boot/drivers/phy/phy-rcar-gen2.c
create mode 100644 roms/u-boot/drivers/phy/phy-rcar-gen3.c
create mode 100644 roms/u-boot/drivers/phy/phy-stm32-usbphyc.c
create mode 100644 roms/u-boot/drivers/phy/phy-ti-am654.c
create mode 100644 roms/u-boot/drivers/phy/phy-uclass.c
create mode 100644 roms/u-boot/drivers/phy/rockchip/Kconfig
create mode 100644 roms/u-boot/drivers/phy/rockchip/Makefile
create mode 100644 roms/u-boot/drivers/phy/rockchip/phy-rockchip-inno-usb2.c
create mode 100644 roms/u-boot/drivers/phy/rockchip/phy-rockchip-pcie.c
create mode 100644 roms/u-boot/drivers/phy/rockchip/phy-rockchip-snps-pcie3.c
create mode 100644 roms/u-boot/drivers/phy/rockchip/phy-rockchip-typec.c
create mode 100644 roms/u-boot/drivers/phy/sandbox-phy.c
create mode 100644 roms/u-boot/drivers/phy/sti_usb_phy.c
create mode 100644 roms/u-boot/drivers/phy/ti-pipe3-phy.c
create mode 100644 roms/u-boot/drivers/pinctrl/Kconfig
create mode 100644 roms/u-boot/drivers/pinctrl/Makefile
create mode 100644 roms/u-boot/drivers/pinctrl/aspeed/Makefile
create mode 100644 roms/u-boot/drivers/pinctrl/aspeed/pinctrl_ast2500.c
create mode 100644 roms/u-boot/drivers/pinctrl/ath79/Makefile
create mode 100644 roms/u-boot/drivers/pinctrl/ath79/pinctrl_ar933x.c
create mode 100644 roms/u-boot/drivers/pinctrl/ath79/pinctrl_qca953x.c
create mode 100644 roms/u-boot/drivers/pinctrl/broadcom/Kconfig
create mode 100644 roms/u-boot/drivers/pinctrl/broadcom/Makefile
create mode 100644 roms/u-boot/drivers/pinctrl/broadcom/pinctrl-bcm283x.c
create mode 100644 roms/u-boot/drivers/pinctrl/broadcom/pinctrl-bcm6838.c
create mode 100644 roms/u-boot/drivers/pinctrl/exynos/Kconfig
create mode 100644 roms/u-boot/drivers/pinctrl/exynos/Makefile
create mode 100644 roms/u-boot/drivers/pinctrl/exynos/pinctrl-exynos.c
create mode 100644 roms/u-boot/drivers/pinctrl/exynos/pinctrl-exynos.h
create mode 100644 roms/u-boot/drivers/pinctrl/exynos/pinctrl-exynos7420.c
create mode 100644 roms/u-boot/drivers/pinctrl/intel/Kconfig
create mode 100644 roms/u-boot/drivers/pinctrl/intel/Makefile
create mode 100644 roms/u-boot/drivers/pinctrl/intel/pinctrl.c
create mode 100644 roms/u-boot/drivers/pinctrl/intel/pinctrl_apl.c
create mode 100644 roms/u-boot/drivers/pinctrl/mediatek/Kconfig
create mode 100644 roms/u-boot/drivers/pinctrl/mediatek/Makefile
create mode 100644 roms/u-boot/drivers/pinctrl/mediatek/pinctrl-mt7622.c
create mode 100644 roms/u-boot/drivers/pinctrl/mediatek/pinctrl-mt7623.c
create mode 100644 roms/u-boot/drivers/pinctrl/mediatek/pinctrl-mt7629.c
create mode 100644 roms/u-boot/drivers/pinctrl/mediatek/pinctrl-mt8512.c
create mode 100644 roms/u-boot/drivers/pinctrl/mediatek/pinctrl-mt8516.c
create mode 100644 roms/u-boot/drivers/pinctrl/mediatek/pinctrl-mt8518.c
create mode 100644 roms/u-boot/drivers/pinctrl/mediatek/pinctrl-mtk-common.c
create mode 100644 roms/u-boot/drivers/pinctrl/mediatek/pinctrl-mtk-common.h
create mode 100644 roms/u-boot/drivers/pinctrl/meson/Kconfig
create mode 100644 roms/u-boot/drivers/pinctrl/meson/Makefile
create mode 100644 roms/u-boot/drivers/pinctrl/meson/pinctrl-meson-axg-pmx.c
create mode 100644 roms/u-boot/drivers/pinctrl/meson/pinctrl-meson-axg.c
create mode 100644 roms/u-boot/drivers/pinctrl/meson/pinctrl-meson-axg.h
create mode 100644 roms/u-boot/drivers/pinctrl/meson/pinctrl-meson-g12a.c
create mode 100644 roms/u-boot/drivers/pinctrl/meson/pinctrl-meson-gx-pmx.c
create mode 100644 roms/u-boot/drivers/pinctrl/meson/pinctrl-meson-gx.h
create mode 100644 roms/u-boot/drivers/pinctrl/meson/pinctrl-meson-gxbb.c
create mode 100644 roms/u-boot/drivers/pinctrl/meson/pinctrl-meson-gxl.c
create mode 100644 roms/u-boot/drivers/pinctrl/meson/pinctrl-meson.c
create mode 100644 roms/u-boot/drivers/pinctrl/meson/pinctrl-meson.h
create mode 100644 roms/u-boot/drivers/pinctrl/mscc/Kconfig
create mode 100644 roms/u-boot/drivers/pinctrl/mscc/Makefile
create mode 100644 roms/u-boot/drivers/pinctrl/mscc/mscc-common.c
create mode 100644 roms/u-boot/drivers/pinctrl/mscc/mscc-common.h
create mode 100644 roms/u-boot/drivers/pinctrl/mscc/pinctrl-jr2.c
create mode 100644 roms/u-boot/drivers/pinctrl/mscc/pinctrl-luton.c
create mode 100644 roms/u-boot/drivers/pinctrl/mscc/pinctrl-ocelot.c
create mode 100644 roms/u-boot/drivers/pinctrl/mscc/pinctrl-serval.c
create mode 100644 roms/u-boot/drivers/pinctrl/mscc/pinctrl-servalt.c
create mode 100644 roms/u-boot/drivers/pinctrl/mtmips/Kconfig
create mode 100644 roms/u-boot/drivers/pinctrl/mtmips/Makefile
create mode 100644 roms/u-boot/drivers/pinctrl/mtmips/pinctrl-mt7620.c
create mode 100644 roms/u-boot/drivers/pinctrl/mtmips/pinctrl-mt7628.c
create mode 100644 roms/u-boot/drivers/pinctrl/mtmips/pinctrl-mtmips-common.c
create mode 100644 roms/u-boot/drivers/pinctrl/mtmips/pinctrl-mtmips-common.h
create mode 100644 roms/u-boot/drivers/pinctrl/mvebu/Kconfig
create mode 100644 roms/u-boot/drivers/pinctrl/mvebu/Makefile
create mode 100644 roms/u-boot/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c
create mode 100644 roms/u-boot/drivers/pinctrl/mvebu/pinctrl-mvebu.c
create mode 100644 roms/u-boot/drivers/pinctrl/mvebu/pinctrl-mvebu.h
create mode 100644 roms/u-boot/drivers/pinctrl/nexell/Kconfig
create mode 100644 roms/u-boot/drivers/pinctrl/nexell/Makefile
create mode 100644 roms/u-boot/drivers/pinctrl/nexell/pinctrl-nexell.c
create mode 100644 roms/u-boot/drivers/pinctrl/nexell/pinctrl-nexell.h
create mode 100644 roms/u-boot/drivers/pinctrl/nexell/pinctrl-s5pxx18.c
create mode 100644 roms/u-boot/drivers/pinctrl/nexell/pinctrl-s5pxx18.h
create mode 100644 roms/u-boot/drivers/pinctrl/nxp/Kconfig
create mode 100644 roms/u-boot/drivers/pinctrl/nxp/Makefile
create mode 100644 roms/u-boot/drivers/pinctrl/nxp/pinctrl-imx.c
create mode 100644 roms/u-boot/drivers/pinctrl/nxp/pinctrl-imx.h
create mode 100644 roms/u-boot/drivers/pinctrl/nxp/pinctrl-imx5.c
create mode 100644 roms/u-boot/drivers/pinctrl/nxp/pinctrl-imx6.c
create mode 100644 roms/u-boot/drivers/pinctrl/nxp/pinctrl-imx7.c
create mode 100644 roms/u-boot/drivers/pinctrl/nxp/pinctrl-imx7ulp.c
create mode 100644 roms/u-boot/drivers/pinctrl/nxp/pinctrl-imx8.c
create mode 100644 roms/u-boot/drivers/pinctrl/nxp/pinctrl-imx8m.c
create mode 100644 roms/u-boot/drivers/pinctrl/nxp/pinctrl-imxrt.c
create mode 100644 roms/u-boot/drivers/pinctrl/nxp/pinctrl-mxs.c
create mode 100644 roms/u-boot/drivers/pinctrl/nxp/pinctrl-mxs.h
create mode 100644 roms/u-boot/drivers/pinctrl/nxp/pinctrl-scu.c
create mode 100644 roms/u-boot/drivers/pinctrl/nxp/pinctrl-vf610.c
create mode 100644 roms/u-boot/drivers/pinctrl/pinctrl-at91-pio4.c
create mode 100644 roms/u-boot/drivers/pinctrl/pinctrl-at91.c
create mode 100644 roms/u-boot/drivers/pinctrl/pinctrl-generic.c
create mode 100644 roms/u-boot/drivers/pinctrl/pinctrl-kendryte.c
create mode 100644 roms/u-boot/drivers/pinctrl/pinctrl-qe-io.c
create mode 100644 roms/u-boot/drivers/pinctrl/pinctrl-sandbox.c
create mode 100644 roms/u-boot/drivers/pinctrl/pinctrl-single.c
create mode 100644 roms/u-boot/drivers/pinctrl/pinctrl-sti.c
create mode 100644 roms/u-boot/drivers/pinctrl/pinctrl-stmfx.c
create mode 100644 roms/u-boot/drivers/pinctrl/pinctrl-uclass.c
create mode 100644 roms/u-boot/drivers/pinctrl/pinctrl_pic32.c
create mode 100644 roms/u-boot/drivers/pinctrl/pinctrl_stm32.c
create mode 100644 roms/u-boot/drivers/pinctrl/renesas/Kconfig
create mode 100644 roms/u-boot/drivers/pinctrl/renesas/Makefile
create mode 100644 roms/u-boot/drivers/pinctrl/renesas/pfc-r7s72100.c
create mode 100644 roms/u-boot/drivers/pinctrl/renesas/pfc-r8a7790.c
create mode 100644 roms/u-boot/drivers/pinctrl/renesas/pfc-r8a7791.c
create mode 100644 roms/u-boot/drivers/pinctrl/renesas/pfc-r8a7792.c
create mode 100644 roms/u-boot/drivers/pinctrl/renesas/pfc-r8a7794.c
create mode 100644 roms/u-boot/drivers/pinctrl/renesas/pfc-r8a7795.c
create mode 100644 roms/u-boot/drivers/pinctrl/renesas/pfc-r8a7796.c
create mode 100644 roms/u-boot/drivers/pinctrl/renesas/pfc-r8a77965.c
create mode 100644 roms/u-boot/drivers/pinctrl/renesas/pfc-r8a77970.c
create mode 100644 roms/u-boot/drivers/pinctrl/renesas/pfc-r8a77980.c
create mode 100644 roms/u-boot/drivers/pinctrl/renesas/pfc-r8a77990.c
create mode 100644 roms/u-boot/drivers/pinctrl/renesas/pfc-r8a77995.c
create mode 100644 roms/u-boot/drivers/pinctrl/renesas/pfc.c
create mode 100644 roms/u-boot/drivers/pinctrl/renesas/sh_pfc.h
create mode 100644 roms/u-boot/drivers/pinctrl/rockchip/Kconfig
create mode 100644 roms/u-boot/drivers/pinctrl/rockchip/Makefile
create mode 100644 roms/u-boot/drivers/pinctrl/rockchip/pinctrl-px30.c
create mode 100644 roms/u-boot/drivers/pinctrl/rockchip/pinctrl-rk3036.c
create mode 100644 roms/u-boot/drivers/pinctrl/rockchip/pinctrl-rk3128.c
create mode 100644 roms/u-boot/drivers/pinctrl/rockchip/pinctrl-rk3188.c
create mode 100644 roms/u-boot/drivers/pinctrl/rockchip/pinctrl-rk322x.c
create mode 100644 roms/u-boot/drivers/pinctrl/rockchip/pinctrl-rk3288.c
create mode 100644 roms/u-boot/drivers/pinctrl/rockchip/pinctrl-rk3308.c
create mode 100644 roms/u-boot/drivers/pinctrl/rockchip/pinctrl-rk3328.c
create mode 100644 roms/u-boot/drivers/pinctrl/rockchip/pinctrl-rk3368.c
create mode 100644 roms/u-boot/drivers/pinctrl/rockchip/pinctrl-rk3399.c
create mode 100644 roms/u-boot/drivers/pinctrl/rockchip/pinctrl-rockchip-core.c
create mode 100644 roms/u-boot/drivers/pinctrl/rockchip/pinctrl-rockchip.h
create mode 100644 roms/u-boot/drivers/pinctrl/rockchip/pinctrl-rv1108.c
create mode 100644 roms/u-boot/drivers/pinctrl/uniphier/Kconfig
create mode 100644 roms/u-boot/drivers/pinctrl/uniphier/Makefile
create mode 100644 roms/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-core.c
create mode 100644 roms/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-ld11.c
create mode 100644 roms/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-ld20.c
create mode 100644 roms/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-ld4.c
create mode 100644 roms/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-ld6b.c
create mode 100644 roms/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-pro4.c
create mode 100644 roms/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-pro5.c
create mode 100644 roms/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-pxs2.c
create mode 100644 roms/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-pxs3.c
create mode 100644 roms/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-sld8.c
create mode 100644 roms/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier.h
create mode 100644 roms/u-boot/drivers/power/Kconfig
create mode 100644 roms/u-boot/drivers/power/Makefile
create mode 100644 roms/u-boot/drivers/power/acpi_pmc/Kconfig
create mode 100644 roms/u-boot/drivers/power/acpi_pmc/Makefile
create mode 100644 roms/u-boot/drivers/power/acpi_pmc/acpi-pmc-uclass.c
create mode 100644 roms/u-boot/drivers/power/acpi_pmc/pmc_emul.c
create mode 100644 roms/u-boot/drivers/power/acpi_pmc/sandbox.c
create mode 100644 roms/u-boot/drivers/power/axp152.c
create mode 100644 roms/u-boot/drivers/power/axp209.c
create mode 100644 roms/u-boot/drivers/power/axp221.c
create mode 100644 roms/u-boot/drivers/power/axp305.c
create mode 100644 roms/u-boot/drivers/power/axp809.c
create mode 100644 roms/u-boot/drivers/power/axp818.c
create mode 100644 roms/u-boot/drivers/power/battery/Makefile
create mode 100644 roms/u-boot/drivers/power/battery/bat_trats.c
create mode 100644 roms/u-boot/drivers/power/battery/bat_trats2.c
create mode 100644 roms/u-boot/drivers/power/domain/Kconfig
create mode 100644 roms/u-boot/drivers/power/domain/Makefile
create mode 100644 roms/u-boot/drivers/power/domain/bcm6328-power-domain.c
create mode 100644 roms/u-boot/drivers/power/domain/imx8-power-domain-legacy.c
create mode 100644 roms/u-boot/drivers/power/domain/imx8-power-domain.c
create mode 100644 roms/u-boot/drivers/power/domain/imx8m-power-domain.c
create mode 100644 roms/u-boot/drivers/power/domain/meson-ee-pwrc.c
create mode 100644 roms/u-boot/drivers/power/domain/meson-gx-pwrc-vpu.c
create mode 100644 roms/u-boot/drivers/power/domain/mtk-power-domain.c
create mode 100644 roms/u-boot/drivers/power/domain/power-domain-uclass.c
create mode 100644 roms/u-boot/drivers/power/domain/sandbox-power-domain-test.c
create mode 100644 roms/u-boot/drivers/power/domain/sandbox-power-domain.c
create mode 100644 roms/u-boot/drivers/power/domain/tegra186-power-domain.c
create mode 100644 roms/u-boot/drivers/power/domain/ti-sci-power-domain.c
create mode 100644 roms/u-boot/drivers/power/exynos-tmu.c
create mode 100644 roms/u-boot/drivers/power/ftpmu010.c
create mode 100644 roms/u-boot/drivers/power/fuel_gauge/Makefile
create mode 100644 roms/u-boot/drivers/power/fuel_gauge/fg_max17042.c
create mode 100644 roms/u-boot/drivers/power/mfd/Makefile
create mode 100644 roms/u-boot/drivers/power/mfd/fg_max77693.c
create mode 100644 roms/u-boot/drivers/power/mfd/muic_max77693.c
create mode 100644 roms/u-boot/drivers/power/mfd/pmic_max77693.c
create mode 100644 roms/u-boot/drivers/power/mt6323.c
create mode 100644 roms/u-boot/drivers/power/palmas.c
create mode 100644 roms/u-boot/drivers/power/pmic/Kconfig
create mode 100644 roms/u-boot/drivers/power/pmic/Makefile
create mode 100644 roms/u-boot/drivers/power/pmic/act8846.c
create mode 100644 roms/u-boot/drivers/power/pmic/as3722.c
create mode 100644 roms/u-boot/drivers/power/pmic/as3722_gpio.c
create mode 100644 roms/u-boot/drivers/power/pmic/bd71837.c
create mode 100644 roms/u-boot/drivers/power/pmic/da9063.c
create mode 100644 roms/u-boot/drivers/power/pmic/fan53555.c
create mode 100644 roms/u-boot/drivers/power/pmic/i2c_pmic_emul.c
create mode 100644 roms/u-boot/drivers/power/pmic/lp873x.c
create mode 100644 roms/u-boot/drivers/power/pmic/lp87565.c
create mode 100644 roms/u-boot/drivers/power/pmic/max77686.c
create mode 100644 roms/u-boot/drivers/power/pmic/max8997.c
create mode 100644 roms/u-boot/drivers/power/pmic/max8998.c
create mode 100644 roms/u-boot/drivers/power/pmic/mc34708.c
create mode 100644 roms/u-boot/drivers/power/pmic/mp5416.c
create mode 100644 roms/u-boot/drivers/power/pmic/muic_max8997.c
create mode 100644 roms/u-boot/drivers/power/pmic/palmas.c
create mode 100644 roms/u-boot/drivers/power/pmic/pca9450.c
create mode 100644 roms/u-boot/drivers/power/pmic/pfuze100.c
create mode 100644 roms/u-boot/drivers/power/pmic/pm8916.c
create mode 100644 roms/u-boot/drivers/power/pmic/pmic-uclass.c
create mode 100644 roms/u-boot/drivers/power/pmic/pmic_hi6553.c
create mode 100644 roms/u-boot/drivers/power/pmic/pmic_ltc3676.c
create mode 100644 roms/u-boot/drivers/power/pmic/pmic_mc34vr500.c
create mode 100644 roms/u-boot/drivers/power/pmic/pmic_pca9450.c
create mode 100644 roms/u-boot/drivers/power/pmic/pmic_pfuze100.c
create mode 100644 roms/u-boot/drivers/power/pmic/pmic_pfuze3000.c
create mode 100644 roms/u-boot/drivers/power/pmic/pmic_tps62362.c
create mode 100644 roms/u-boot/drivers/power/pmic/pmic_tps65217.c
create mode 100644 roms/u-boot/drivers/power/pmic/pmic_tps65218.c
create mode 100644 roms/u-boot/drivers/power/pmic/pmic_tps65910.c
create mode 100644 roms/u-boot/drivers/power/pmic/pmic_tps65910_dm.c
create mode 100644 roms/u-boot/drivers/power/pmic/rk8xx.c
create mode 100644 roms/u-boot/drivers/power/pmic/rn5t567.c
create mode 100644 roms/u-boot/drivers/power/pmic/s2mps11.c
create mode 100644 roms/u-boot/drivers/power/pmic/s5m8767.c
create mode 100644 roms/u-boot/drivers/power/pmic/sandbox.c
create mode 100644 roms/u-boot/drivers/power/pmic/stpmic1.c
create mode 100644 roms/u-boot/drivers/power/pmic/tps65090.c
create mode 100644 roms/u-boot/drivers/power/pmic/tps65941.c
create mode 100644 roms/u-boot/drivers/power/power_core.c
create mode 100644 roms/u-boot/drivers/power/power_dialog.c
create mode 100644 roms/u-boot/drivers/power/power_fsl.c
create mode 100644 roms/u-boot/drivers/power/power_i2c.c
create mode 100644 roms/u-boot/drivers/power/power_spi.c
create mode 100644 roms/u-boot/drivers/power/regulator/Kconfig
create mode 100644 roms/u-boot/drivers/power/regulator/Makefile
create mode 100644 roms/u-boot/drivers/power/regulator/act8846.c
create mode 100644 roms/u-boot/drivers/power/regulator/anatop_regulator.c
create mode 100644 roms/u-boot/drivers/power/regulator/as3722_regulator.c
create mode 100644 roms/u-boot/drivers/power/regulator/bd71837.c
create mode 100644 roms/u-boot/drivers/power/regulator/da9063.c
create mode 100644 roms/u-boot/drivers/power/regulator/fan53555.c
create mode 100644 roms/u-boot/drivers/power/regulator/fixed.c
create mode 100644 roms/u-boot/drivers/power/regulator/gpio-regulator.c
create mode 100644 roms/u-boot/drivers/power/regulator/lp873x_regulator.c
create mode 100644 roms/u-boot/drivers/power/regulator/lp87565_regulator.c
create mode 100644 roms/u-boot/drivers/power/regulator/max77686.c
create mode 100644 roms/u-boot/drivers/power/regulator/palmas_regulator.c
create mode 100644 roms/u-boot/drivers/power/regulator/pbias_regulator.c
create mode 100644 roms/u-boot/drivers/power/regulator/pfuze100.c
create mode 100644 roms/u-boot/drivers/power/regulator/pwm_regulator.c
create mode 100644 roms/u-boot/drivers/power/regulator/regulator-uclass.c
create mode 100644 roms/u-boot/drivers/power/regulator/regulator_common.c
create mode 100644 roms/u-boot/drivers/power/regulator/regulator_common.h
create mode 100644 roms/u-boot/drivers/power/regulator/rk8xx.c
create mode 100644 roms/u-boot/drivers/power/regulator/s2mps11_regulator.c
create mode 100644 roms/u-boot/drivers/power/regulator/s5m8767.c
create mode 100644 roms/u-boot/drivers/power/regulator/sandbox.c
create mode 100644 roms/u-boot/drivers/power/regulator/scmi_regulator.c
create mode 100644 roms/u-boot/drivers/power/regulator/stm32-vrefbuf.c
create mode 100644 roms/u-boot/drivers/power/regulator/stpmic1.c
create mode 100644 roms/u-boot/drivers/power/regulator/tps62360_regulator.c
create mode 100644 roms/u-boot/drivers/power/regulator/tps65090_regulator.c
create mode 100644 roms/u-boot/drivers/power/regulator/tps65910_regulator.c
create mode 100644 roms/u-boot/drivers/power/regulator/tps65941_regulator.c
create mode 100644 roms/u-boot/drivers/power/sy8106a.c
create mode 100644 roms/u-boot/drivers/power/tps6586x.c
create mode 100644 roms/u-boot/drivers/power/twl4030.c
create mode 100644 roms/u-boot/drivers/power/twl6030.c
create mode 100644 roms/u-boot/drivers/pwm/Kconfig
create mode 100644 roms/u-boot/drivers/pwm/Makefile
create mode 100644 roms/u-boot/drivers/pwm/cros_ec_pwm.c
create mode 100644 roms/u-boot/drivers/pwm/exynos_pwm.c
create mode 100644 roms/u-boot/drivers/pwm/pwm-imx-util.c
create mode 100644 roms/u-boot/drivers/pwm/pwm-imx-util.h
create mode 100644 roms/u-boot/drivers/pwm/pwm-imx.c
create mode 100644 roms/u-boot/drivers/pwm/pwm-meson.c
create mode 100644 roms/u-boot/drivers/pwm/pwm-mtk.c
create mode 100644 roms/u-boot/drivers/pwm/pwm-sifive.c
create mode 100644 roms/u-boot/drivers/pwm/pwm-ti-ehrpwm.c
create mode 100644 roms/u-boot/drivers/pwm/pwm-uclass.c
create mode 100644 roms/u-boot/drivers/pwm/rk_pwm.c
create mode 100644 roms/u-boot/drivers/pwm/sandbox_pwm.c
create mode 100644 roms/u-boot/drivers/pwm/sunxi_pwm.c
create mode 100644 roms/u-boot/drivers/pwm/tegra_pwm.c
create mode 100644 roms/u-boot/drivers/qe/Kconfig
create mode 100644 roms/u-boot/drivers/qe/Makefile
create mode 100644 roms/u-boot/drivers/qe/fdt.c
create mode 100644 roms/u-boot/drivers/qe/qe.c
create mode 100644 roms/u-boot/drivers/qe/uccf.c
create mode 100644 roms/u-boot/drivers/qe/uccf.h
create mode 100644 roms/u-boot/drivers/qe/uec.c
create mode 100644 roms/u-boot/drivers/qe/uec.h
create mode 100644 roms/u-boot/drivers/qe/uec_phy.c
create mode 100644 roms/u-boot/drivers/qe/uec_phy.h
create mode 100644 roms/u-boot/drivers/ram/Kconfig
create mode 100644 roms/u-boot/drivers/ram/Makefile
create mode 100644 roms/u-boot/drivers/ram/aspeed/Kconfig
create mode 100644 roms/u-boot/drivers/ram/aspeed/Makefile
create mode 100644 roms/u-boot/drivers/ram/aspeed/sdram_ast2500.c
create mode 100644 roms/u-boot/drivers/ram/aspeed/sdram_ast2600.c
create mode 100644 roms/u-boot/drivers/ram/bmips_ram.c
create mode 100644 roms/u-boot/drivers/ram/imxrt_sdram.c
create mode 100644 roms/u-boot/drivers/ram/k3-am654-ddrss.c
create mode 100644 roms/u-boot/drivers/ram/k3-am654-ddrss.h
create mode 100644 roms/u-boot/drivers/ram/k3-ddrss/16bit/lpddr4_16bit_if.h
create mode 100644 roms/u-boot/drivers/ram/k3-ddrss/16bit/lpddr4_16bit_obj_if.h
create mode 100644 roms/u-boot/drivers/ram/k3-ddrss/16bit/lpddr4_16bit_structs_if.h
create mode 100644 roms/u-boot/drivers/ram/k3-ddrss/16bit/lpddr4_address_slice_0_macros.h
create mode 100644 roms/u-boot/drivers/ram/k3-ddrss/16bit/lpddr4_address_slice_1_macros.h
create mode 100644 roms/u-boot/drivers/ram/k3-ddrss/16bit/lpddr4_address_slice_2_macros.h
create mode 100644 roms/u-boot/drivers/ram/k3-ddrss/16bit/lpddr4_ctl_regs.h
create mode 100644 roms/u-boot/drivers/ram/k3-ddrss/16bit/lpddr4_ctl_regs_rw_masks.h
create mode 100644 roms/u-boot/drivers/ram/k3-ddrss/16bit/lpddr4_data_slice_0_macros.h
create mode 100644 roms/u-boot/drivers/ram/k3-ddrss/16bit/lpddr4_data_slice_1_macros.h
create mode 100644 roms/u-boot/drivers/ram/k3-ddrss/16bit/lpddr4_ddr_controller_macros.h
create mode 100644 roms/u-boot/drivers/ram/k3-ddrss/16bit/lpddr4_phy_core_macros.h
create mode 100644 roms/u-boot/drivers/ram/k3-ddrss/16bit/lpddr4_pi_macros.h
create mode 100644 roms/u-boot/drivers/ram/k3-ddrss/32bit/lpddr4_32bit_if.h
create mode 100644 roms/u-boot/drivers/ram/k3-ddrss/32bit/lpddr4_32bit_obj_if.h
create mode 100644 roms/u-boot/drivers/ram/k3-ddrss/32bit/lpddr4_32bit_structs_if.h
create mode 100644 roms/u-boot/drivers/ram/k3-ddrss/32bit/lpddr4_address_slice_0_macros.h
create mode 100644 roms/u-boot/drivers/ram/k3-ddrss/32bit/lpddr4_ctl_regs.h
create mode 100644 roms/u-boot/drivers/ram/k3-ddrss/32bit/lpddr4_ctl_regs_rw_masks.h
create mode 100644 roms/u-boot/drivers/ram/k3-ddrss/32bit/lpddr4_data_slice_0_macros.h
create mode 100644 roms/u-boot/drivers/ram/k3-ddrss/32bit/lpddr4_data_slice_1_macros.h
create mode 100644 roms/u-boot/drivers/ram/k3-ddrss/32bit/lpddr4_data_slice_2_macros.h
create mode 100644 roms/u-boot/drivers/ram/k3-ddrss/32bit/lpddr4_data_slice_3_macros.h
create mode 100644 roms/u-boot/drivers/ram/k3-ddrss/32bit/lpddr4_ddr_controller_macros.h
create mode 100644 roms/u-boot/drivers/ram/k3-ddrss/32bit/lpddr4_phy_core_macros.h
create mode 100644 roms/u-boot/drivers/ram/k3-ddrss/32bit/lpddr4_pi_macros.h
create mode 100644 roms/u-boot/drivers/ram/k3-ddrss/Makefile
create mode 100644 roms/u-boot/drivers/ram/k3-ddrss/cps_drv_lpddr4.h
create mode 100644 roms/u-boot/drivers/ram/k3-ddrss/k3-ddrss.c
create mode 100644 roms/u-boot/drivers/ram/k3-ddrss/lpddr4.c
create mode 100644 roms/u-boot/drivers/ram/k3-ddrss/lpddr4.h
create mode 100644 roms/u-boot/drivers/ram/k3-ddrss/lpddr4_16bit.c
create mode 100644 roms/u-boot/drivers/ram/k3-ddrss/lpddr4_16bit.h
create mode 100644 roms/u-boot/drivers/ram/k3-ddrss/lpddr4_16bit_ctl_regs_rw_masks.c
create mode 100644 roms/u-boot/drivers/ram/k3-ddrss/lpddr4_16bit_sanity.h
create mode 100644 roms/u-boot/drivers/ram/k3-ddrss/lpddr4_32bit.c
create mode 100644 roms/u-boot/drivers/ram/k3-ddrss/lpddr4_32bit.h
create mode 100644 roms/u-boot/drivers/ram/k3-ddrss/lpddr4_32bit_ctl_regs_rw_masks.c
create mode 100644 roms/u-boot/drivers/ram/k3-ddrss/lpddr4_32bit_sanity.h
create mode 100644 roms/u-boot/drivers/ram/k3-ddrss/lpddr4_if.h
create mode 100644 roms/u-boot/drivers/ram/k3-ddrss/lpddr4_obj_if.c
create mode 100644 roms/u-boot/drivers/ram/k3-ddrss/lpddr4_obj_if.h
create mode 100644 roms/u-boot/drivers/ram/k3-ddrss/lpddr4_private.h
create mode 100644 roms/u-boot/drivers/ram/k3-ddrss/lpddr4_sanity.h
create mode 100644 roms/u-boot/drivers/ram/k3-ddrss/lpddr4_structs_if.h
create mode 100644 roms/u-boot/drivers/ram/mediatek/Makefile
create mode 100644 roms/u-boot/drivers/ram/mediatek/ddr3-mt7629.c
create mode 100644 roms/u-boot/drivers/ram/mpc83xx_sdram.c
create mode 100644 roms/u-boot/drivers/ram/octeon/Kconfig
create mode 100644 roms/u-boot/drivers/ram/octeon/Makefile
create mode 100644 roms/u-boot/drivers/ram/octeon/dimm_spd_eeprom.c
create mode 100644 roms/u-boot/drivers/ram/octeon/octeon3_lmc.c
create mode 100644 roms/u-boot/drivers/ram/octeon/octeon_ddr.c
create mode 100644 roms/u-boot/drivers/ram/ram-uclass.c
create mode 100644 roms/u-boot/drivers/ram/rockchip/Kconfig
create mode 100644 roms/u-boot/drivers/ram/rockchip/Makefile
create mode 100644 roms/u-boot/drivers/ram/rockchip/dmc-rk3368.c
create mode 100644 roms/u-boot/drivers/ram/rockchip/sdram-px30-ddr3-detect-333.inc
create mode 100644 roms/u-boot/drivers/ram/rockchip/sdram-px30-ddr4-detect-333.inc
create mode 100644 roms/u-boot/drivers/ram/rockchip/sdram-px30-ddr_skew.inc
create mode 100644 roms/u-boot/drivers/ram/rockchip/sdram-px30-lpddr2-detect-333.inc
create mode 100644 roms/u-boot/drivers/ram/rockchip/sdram-px30-lpddr3-detect-333.inc
create mode 100644 roms/u-boot/drivers/ram/rockchip/sdram-rk3399-lpddr4-400.inc
create mode 100644 roms/u-boot/drivers/ram/rockchip/sdram-rk3399-lpddr4-800.inc
create mode 100644 roms/u-boot/drivers/ram/rockchip/sdram_common.c
create mode 100644 roms/u-boot/drivers/ram/rockchip/sdram_pctl_px30.c
create mode 100644 roms/u-boot/drivers/ram/rockchip/sdram_phy_px30.c
create mode 100644 roms/u-boot/drivers/ram/rockchip/sdram_px30.c
create mode 100644 roms/u-boot/drivers/ram/rockchip/sdram_rk3128.c
create mode 100644 roms/u-boot/drivers/ram/rockchip/sdram_rk3188.c
create mode 100644 roms/u-boot/drivers/ram/rockchip/sdram_rk322x.c
create mode 100644 roms/u-boot/drivers/ram/rockchip/sdram_rk3288.c
create mode 100644 roms/u-boot/drivers/ram/rockchip/sdram_rk3308.c
create mode 100644 roms/u-boot/drivers/ram/rockchip/sdram_rk3328.c
create mode 100644 roms/u-boot/drivers/ram/rockchip/sdram_rk3399.c
create mode 100644 roms/u-boot/drivers/ram/sandbox_ram.c
create mode 100644 roms/u-boot/drivers/ram/sifive/Kconfig
create mode 100644 roms/u-boot/drivers/ram/sifive/Makefile
create mode 100644 roms/u-boot/drivers/ram/sifive/sifive_ddr.c
create mode 100644 roms/u-boot/drivers/ram/stm32_sdram.c
create mode 100644 roms/u-boot/drivers/ram/stm32mp1/Kconfig
create mode 100644 roms/u-boot/drivers/ram/stm32mp1/Makefile
create mode 100644 roms/u-boot/drivers/ram/stm32mp1/stm32mp1_ddr.c
create mode 100644 roms/u-boot/drivers/ram/stm32mp1/stm32mp1_ddr.h
create mode 100644 roms/u-boot/drivers/ram/stm32mp1/stm32mp1_ddr_regs.h
create mode 100644 roms/u-boot/drivers/ram/stm32mp1/stm32mp1_interactive.c
create mode 100644 roms/u-boot/drivers/ram/stm32mp1/stm32mp1_ram.c
create mode 100644 roms/u-boot/drivers/ram/stm32mp1/stm32mp1_tests.c
create mode 100644 roms/u-boot/drivers/ram/stm32mp1/stm32mp1_tests.h
create mode 100644 roms/u-boot/drivers/ram/stm32mp1/stm32mp1_tuning.c
create mode 100644 roms/u-boot/drivers/remoteproc/Kconfig
create mode 100644 roms/u-boot/drivers/remoteproc/Makefile
create mode 100644 roms/u-boot/drivers/remoteproc/k3_system_controller.c
create mode 100644 roms/u-boot/drivers/remoteproc/rproc-elf-loader.c
create mode 100644 roms/u-boot/drivers/remoteproc/rproc-uclass.c
create mode 100644 roms/u-boot/drivers/remoteproc/sandbox_testproc.c
create mode 100644 roms/u-boot/drivers/remoteproc/stm32_copro.c
create mode 100644 roms/u-boot/drivers/remoteproc/ti_k3_arm64_rproc.c
create mode 100644 roms/u-boot/drivers/remoteproc/ti_k3_dsp_rproc.c
create mode 100644 roms/u-boot/drivers/remoteproc/ti_k3_r5f_rproc.c
create mode 100644 roms/u-boot/drivers/remoteproc/ti_power_proc.c
create mode 100644 roms/u-boot/drivers/remoteproc/ti_sci_proc.h
create mode 100644 roms/u-boot/drivers/reset/Kconfig
create mode 100644 roms/u-boot/drivers/reset/Makefile
create mode 100644 roms/u-boot/drivers/reset/reset-ast2500.c
create mode 100644 roms/u-boot/drivers/reset/reset-ast2600.c
create mode 100644 roms/u-boot/drivers/reset/reset-bcm6345.c
create mode 100644 roms/u-boot/drivers/reset/reset-hisilicon.c
create mode 100644 roms/u-boot/drivers/reset/reset-hsdk.c
create mode 100644 roms/u-boot/drivers/reset/reset-imx7.c
create mode 100644 roms/u-boot/drivers/reset/reset-ipq4019.c
create mode 100644 roms/u-boot/drivers/reset/reset-mediatek.c
create mode 100644 roms/u-boot/drivers/reset/reset-meson.c
create mode 100644 roms/u-boot/drivers/reset/reset-mtmips.c
create mode 100644 roms/u-boot/drivers/reset/reset-raspberrypi.c
create mode 100644 roms/u-boot/drivers/reset/reset-rockchip.c
create mode 100644 roms/u-boot/drivers/reset/reset-scmi.c
create mode 100644 roms/u-boot/drivers/reset/reset-sifive.c
create mode 100644 roms/u-boot/drivers/reset/reset-socfpga.c
create mode 100644 roms/u-boot/drivers/reset/reset-sunxi.c
create mode 100644 roms/u-boot/drivers/reset/reset-syscon.c
create mode 100644 roms/u-boot/drivers/reset/reset-ti-sci.c
create mode 100644 roms/u-boot/drivers/reset/reset-uclass.c
create mode 100644 roms/u-boot/drivers/reset/reset-uniphier.c
create mode 100644 roms/u-boot/drivers/reset/sandbox-reset-test.c
create mode 100644 roms/u-boot/drivers/reset/sandbox-reset.c
create mode 100644 roms/u-boot/drivers/reset/sti-reset.c
create mode 100644 roms/u-boot/drivers/reset/stm32-reset.c
create mode 100644 roms/u-boot/drivers/reset/tegra-car-reset.c
create mode 100644 roms/u-boot/drivers/reset/tegra186-reset.c
create mode 100644 roms/u-boot/drivers/rng/Kconfig
create mode 100644 roms/u-boot/drivers/rng/Makefile
create mode 100644 roms/u-boot/drivers/rng/iproc_rng200.c
create mode 100644 roms/u-boot/drivers/rng/meson-rng.c
create mode 100644 roms/u-boot/drivers/rng/msm_rng.c
create mode 100644 roms/u-boot/drivers/rng/rng-uclass.c
create mode 100644 roms/u-boot/drivers/rng/rockchip_rng.c
create mode 100644 roms/u-boot/drivers/rng/sandbox_rng.c
create mode 100644 roms/u-boot/drivers/rng/stm32mp1_rng.c
create mode 100644 roms/u-boot/drivers/rtc/Kconfig
create mode 100644 roms/u-boot/drivers/rtc/Makefile
create mode 100644 roms/u-boot/drivers/rtc/abx80x.c
create mode 100644 roms/u-boot/drivers/rtc/armada38x.c
create mode 100644 roms/u-boot/drivers/rtc/at91sam9_rtt.c
create mode 100644 roms/u-boot/drivers/rtc/davinci.c
create mode 100644 roms/u-boot/drivers/rtc/ds1302.c
create mode 100644 roms/u-boot/drivers/rtc/ds1306.c
create mode 100644 roms/u-boot/drivers/rtc/ds1307.c
create mode 100644 roms/u-boot/drivers/rtc/ds1337.c
create mode 100644 roms/u-boot/drivers/rtc/ds1374.c
create mode 100644 roms/u-boot/drivers/rtc/ds1556.c
create mode 100644 roms/u-boot/drivers/rtc/ds164x.c
create mode 100644 roms/u-boot/drivers/rtc/ds174x.c
create mode 100644 roms/u-boot/drivers/rtc/ds3231.c
create mode 100644 roms/u-boot/drivers/rtc/ds3232.c
create mode 100644 roms/u-boot/drivers/rtc/emul_rtc.c
create mode 100644 roms/u-boot/drivers/rtc/ftrtc010.c
create mode 100644 roms/u-boot/drivers/rtc/i2c_rtc_emul.c
create mode 100644 roms/u-boot/drivers/rtc/imxdi.c
create mode 100644 roms/u-boot/drivers/rtc/isl1208.c
create mode 100644 roms/u-boot/drivers/rtc/m41t11.c
create mode 100644 roms/u-boot/drivers/rtc/m41t60.c
create mode 100644 roms/u-boot/drivers/rtc/m41t62.c
create mode 100644 roms/u-boot/drivers/rtc/m41t94.c
create mode 100644 roms/u-boot/drivers/rtc/m48t35ax.c
create mode 100644 roms/u-boot/drivers/rtc/max6900.c
create mode 100644 roms/u-boot/drivers/rtc/mc13xxx-rtc.c
create mode 100644 roms/u-boot/drivers/rtc/mc146818.c
create mode 100644 roms/u-boot/drivers/rtc/mcfrtc.c
create mode 100644 roms/u-boot/drivers/rtc/mk48t59.c
create mode 100644 roms/u-boot/drivers/rtc/mvrtc.c
create mode 100644 roms/u-boot/drivers/rtc/mvrtc.h
create mode 100644 roms/u-boot/drivers/rtc/mx27rtc.c
create mode 100644 roms/u-boot/drivers/rtc/mxsrtc.c
create mode 100644 roms/u-boot/drivers/rtc/pcf2127.c
create mode 100644 roms/u-boot/drivers/rtc/pcf8563.c
create mode 100644 roms/u-boot/drivers/rtc/pl031.c
create mode 100644 roms/u-boot/drivers/rtc/pt7c4338.c
create mode 100644 roms/u-boot/drivers/rtc/rs5c372.c
create mode 100644 roms/u-boot/drivers/rtc/rtc-lib.c
create mode 100644 roms/u-boot/drivers/rtc/rtc-uclass.c
create mode 100644 roms/u-boot/drivers/rtc/rv3028.c
create mode 100644 roms/u-boot/drivers/rtc/rv3029.c
create mode 100644 roms/u-boot/drivers/rtc/rv8803.c
create mode 100644 roms/u-boot/drivers/rtc/rx8010sj.c
create mode 100644 roms/u-boot/drivers/rtc/rx8025.c
create mode 100644 roms/u-boot/drivers/rtc/s35392a.c
create mode 100644 roms/u-boot/drivers/rtc/s3c24x0_rtc.c
create mode 100644 roms/u-boot/drivers/rtc/sandbox_rtc.c
create mode 100644 roms/u-boot/drivers/rtc/stm32_rtc.c
create mode 100644 roms/u-boot/drivers/rtc/x1205.c
create mode 100644 roms/u-boot/drivers/scsi/Kconfig
create mode 100644 roms/u-boot/drivers/scsi/Makefile
create mode 100644 roms/u-boot/drivers/scsi/sandbox_scsi.c
create mode 100644 roms/u-boot/drivers/scsi/scsi-uclass.c
create mode 100644 roms/u-boot/drivers/scsi/scsi.c
create mode 100644 roms/u-boot/drivers/serial/Kconfig
create mode 100644 roms/u-boot/drivers/serial/Makefile
create mode 100644 roms/u-boot/drivers/serial/altera_jtag_uart.c
create mode 100644 roms/u-boot/drivers/serial/altera_uart.c
create mode 100644 roms/u-boot/drivers/serial/arm_dcc.c
create mode 100644 roms/u-boot/drivers/serial/atmel_usart.c
create mode 100644 roms/u-boot/drivers/serial/atmel_usart.h
create mode 100644 roms/u-boot/drivers/serial/lpc32xx_hsuart.c
create mode 100644 roms/u-boot/drivers/serial/ns16550.c
create mode 100644 roms/u-boot/drivers/serial/sandbox.c
create mode 100644 roms/u-boot/drivers/serial/serial-uclass.c
create mode 100644 roms/u-boot/drivers/serial/serial.c
create mode 100644 roms/u-boot/drivers/serial/serial_ar933x.c
create mode 100644 roms/u-boot/drivers/serial/serial_arc.c
create mode 100644 roms/u-boot/drivers/serial/serial_bcm283x_mu.c
create mode 100644 roms/u-boot/drivers/serial/serial_bcm283x_pl011.c
create mode 100644 roms/u-boot/drivers/serial/serial_bcm6345.c
create mode 100644 roms/u-boot/drivers/serial/serial_coreboot.c
create mode 100644 roms/u-boot/drivers/serial/serial_cortina.c
create mode 100644 roms/u-boot/drivers/serial/serial_efi.c
create mode 100644 roms/u-boot/drivers/serial/serial_intel_mid.c
create mode 100644 roms/u-boot/drivers/serial/serial_linflexuart.c
create mode 100644 roms/u-boot/drivers/serial/serial_lpuart.c
create mode 100644 roms/u-boot/drivers/serial/serial_mcf.c
create mode 100644 roms/u-boot/drivers/serial/serial_meson.c
create mode 100644 roms/u-boot/drivers/serial/serial_mpc8xx.c
create mode 100644 roms/u-boot/drivers/serial/serial_msm.c
create mode 100644 roms/u-boot/drivers/serial/serial_mt7620.c
create mode 100644 roms/u-boot/drivers/serial/serial_mtk.c
create mode 100644 roms/u-boot/drivers/serial/serial_mvebu_a3700.c
create mode 100644 roms/u-boot/drivers/serial/serial_mxc.c
create mode 100644 roms/u-boot/drivers/serial/serial_ns16550.c
create mode 100644 roms/u-boot/drivers/serial/serial_nulldev.c
create mode 100644 roms/u-boot/drivers/serial/serial_octeon_bootcmd.c
create mode 100644 roms/u-boot/drivers/serial/serial_octeon_pcie_console.c
create mode 100644 roms/u-boot/drivers/serial/serial_omap.c
create mode 100644 roms/u-boot/drivers/serial/serial_owl.c
create mode 100644 roms/u-boot/drivers/serial/serial_pic32.c
create mode 100644 roms/u-boot/drivers/serial/serial_pl01x.c
create mode 100644 roms/u-boot/drivers/serial/serial_pl01x_internal.h
create mode 100644 roms/u-boot/drivers/serial/serial_pxa.c
create mode 100644 roms/u-boot/drivers/serial/serial_rockchip.c
create mode 100644 roms/u-boot/drivers/serial/serial_s5p.c
create mode 100644 roms/u-boot/drivers/serial/serial_sh.c
create mode 100644 roms/u-boot/drivers/serial/serial_sh.h
create mode 100644 roms/u-boot/drivers/serial/serial_sifive.c
create mode 100644 roms/u-boot/drivers/serial/serial_sti_asc.c
create mode 100644 roms/u-boot/drivers/serial/serial_stm32.c
create mode 100644 roms/u-boot/drivers/serial/serial_stm32.h
create mode 100644 roms/u-boot/drivers/serial/serial_uniphier.c
create mode 100644 roms/u-boot/drivers/serial/serial_xen.c
create mode 100644 roms/u-boot/drivers/serial/serial_xuartlite.c
create mode 100644 roms/u-boot/drivers/serial/serial_zynq.c
create mode 100644 roms/u-boot/drivers/serial/usbtty.c
create mode 100644 roms/u-boot/drivers/serial/usbtty.h
create mode 100644 roms/u-boot/drivers/smem/Kconfig
create mode 100644 roms/u-boot/drivers/smem/Makefile
create mode 100644 roms/u-boot/drivers/smem/msm_smem.c
create mode 100644 roms/u-boot/drivers/smem/sandbox_smem.c
create mode 100644 roms/u-boot/drivers/smem/smem-uclass.c
create mode 100644 roms/u-boot/drivers/soc/Kconfig
create mode 100644 roms/u-boot/drivers/soc/Makefile
create mode 100644 roms/u-boot/drivers/soc/soc-uclass.c
create mode 100644 roms/u-boot/drivers/soc/soc_sandbox.c
create mode 100644 roms/u-boot/drivers/soc/soc_ti_k3.c
create mode 100644 roms/u-boot/drivers/soc/ti/Kconfig
create mode 100644 roms/u-boot/drivers/soc/ti/Makefile
create mode 100644 roms/u-boot/drivers/soc/ti/k3-navss-ringacc.c
create mode 100644 roms/u-boot/drivers/soc/ti/keystone_serdes.c
create mode 100644 roms/u-boot/drivers/sound/Kconfig
create mode 100644 roms/u-boot/drivers/sound/Makefile
create mode 100644 roms/u-boot/drivers/sound/broadwell_i2s.c
create mode 100644 roms/u-boot/drivers/sound/broadwell_i2s.h
create mode 100644 roms/u-boot/drivers/sound/broadwell_sound.c
create mode 100644 roms/u-boot/drivers/sound/codec-uclass.c
create mode 100644 roms/u-boot/drivers/sound/da7219.c
create mode 100644 roms/u-boot/drivers/sound/hda_codec.c
create mode 100644 roms/u-boot/drivers/sound/i2s-uclass.c
create mode 100644 roms/u-boot/drivers/sound/i8254_beep.c
create mode 100644 roms/u-boot/drivers/sound/ivybridge_sound.c
create mode 100644 roms/u-boot/drivers/sound/max98088.c
create mode 100644 roms/u-boot/drivers/sound/max98088.h
create mode 100644 roms/u-boot/drivers/sound/max98090.c
create mode 100644 roms/u-boot/drivers/sound/max98090.h
create mode 100644 roms/u-boot/drivers/sound/max98095.c
create mode 100644 roms/u-boot/drivers/sound/max98095.h
create mode 100644 roms/u-boot/drivers/sound/max98357a.c
create mode 100644 roms/u-boot/drivers/sound/maxim_codec.c
create mode 100644 roms/u-boot/drivers/sound/maxim_codec.h
create mode 100644 roms/u-boot/drivers/sound/rockchip_i2s.c
create mode 100644 roms/u-boot/drivers/sound/rockchip_sound.c
create mode 100644 roms/u-boot/drivers/sound/rt5677.c
create mode 100644 roms/u-boot/drivers/sound/rt5677.h
create mode 100644 roms/u-boot/drivers/sound/samsung-i2s.c
create mode 100644 roms/u-boot/drivers/sound/samsung_sound.c
create mode 100644 roms/u-boot/drivers/sound/sandbox.c
create mode 100644 roms/u-boot/drivers/sound/sound-uclass.c
create mode 100644 roms/u-boot/drivers/sound/sound.c
create mode 100644 roms/u-boot/drivers/sound/tegra_ahub.c
create mode 100644 roms/u-boot/drivers/sound/tegra_i2s.c
create mode 100644 roms/u-boot/drivers/sound/tegra_i2s_priv.h
create mode 100644 roms/u-boot/drivers/sound/tegra_sound.c
create mode 100644 roms/u-boot/drivers/sound/wm8994.c
create mode 100644 roms/u-boot/drivers/sound/wm8994.h
create mode 100644 roms/u-boot/drivers/sound/wm8994_registers.h
create mode 100644 roms/u-boot/drivers/spi/Kconfig
create mode 100644 roms/u-boot/drivers/spi/Makefile
create mode 100644 roms/u-boot/drivers/spi/altera_spi.c
create mode 100644 roms/u-boot/drivers/spi/atcspi200_spi.c
create mode 100644 roms/u-boot/drivers/spi/ath79_spi.c
create mode 100644 roms/u-boot/drivers/spi/atmel-quadspi.c
create mode 100644 roms/u-boot/drivers/spi/atmel_spi.c
create mode 100644 roms/u-boot/drivers/spi/atmel_spi.h
create mode 100644 roms/u-boot/drivers/spi/bcm63xx_hsspi.c
create mode 100644 roms/u-boot/drivers/spi/bcm63xx_spi.c
create mode 100644 roms/u-boot/drivers/spi/bcmstb_spi.c
create mode 100644 roms/u-boot/drivers/spi/ca_sflash.c
create mode 100644 roms/u-boot/drivers/spi/cadence_qspi.c
create mode 100644 roms/u-boot/drivers/spi/cadence_qspi.h
create mode 100644 roms/u-boot/drivers/spi/cadence_qspi_apb.c
create mode 100644 roms/u-boot/drivers/spi/cf_spi.c
create mode 100644 roms/u-boot/drivers/spi/davinci_spi.c
create mode 100644 roms/u-boot/drivers/spi/designware_spi.c
create mode 100644 roms/u-boot/drivers/spi/exynos_spi.c
create mode 100644 roms/u-boot/drivers/spi/fsl_dspi.c
create mode 100644 roms/u-boot/drivers/spi/fsl_espi.c
create mode 100644 roms/u-boot/drivers/spi/fsl_qspi.c
create mode 100644 roms/u-boot/drivers/spi/ich.c
create mode 100644 roms/u-boot/drivers/spi/ich.h
create mode 100644 roms/u-boot/drivers/spi/kirkwood_spi.c
create mode 100644 roms/u-boot/drivers/spi/meson_spifc.c
create mode 100644 roms/u-boot/drivers/spi/mpc8xx_spi.c
create mode 100644 roms/u-boot/drivers/spi/mpc8xxx_spi.c
create mode 100644 roms/u-boot/drivers/spi/mscc_bb_spi.c
create mode 100644 roms/u-boot/drivers/spi/mt7620_spi.c
create mode 100644 roms/u-boot/drivers/spi/mt7621_spi.c
create mode 100644 roms/u-boot/drivers/spi/mtk_snfi_spi.c
create mode 100644 roms/u-boot/drivers/spi/mtk_snor.c
create mode 100644 roms/u-boot/drivers/spi/mvebu_a3700_spi.c
create mode 100644 roms/u-boot/drivers/spi/mxc_spi.c
create mode 100644 roms/u-boot/drivers/spi/mxs_spi.c
create mode 100644 roms/u-boot/drivers/spi/nxp_fspi.c
create mode 100644 roms/u-boot/drivers/spi/octeon_spi.c
create mode 100644 roms/u-boot/drivers/spi/omap3_spi.c
create mode 100644 roms/u-boot/drivers/spi/pic32_spi.c
create mode 100644 roms/u-boot/drivers/spi/pl022_spi.c
create mode 100644 roms/u-boot/drivers/spi/renesas_rpc_spi.c
create mode 100644 roms/u-boot/drivers/spi/rk_spi.c
create mode 100644 roms/u-boot/drivers/spi/rk_spi.h
create mode 100644 roms/u-boot/drivers/spi/sandbox_spi.c
create mode 100644 roms/u-boot/drivers/spi/sh_qspi.c
create mode 100644 roms/u-boot/drivers/spi/soft_spi.c
create mode 100644 roms/u-boot/drivers/spi/spi-emul-uclass.c
create mode 100644 roms/u-boot/drivers/spi/spi-mem-nodm.c
create mode 100644 roms/u-boot/drivers/spi/spi-mem.c
create mode 100644 roms/u-boot/drivers/spi/spi-qup.c
create mode 100644 roms/u-boot/drivers/spi/spi-sifive.c
create mode 100644 roms/u-boot/drivers/spi/spi-sunxi.c
create mode 100644 roms/u-boot/drivers/spi/spi-uclass.c
create mode 100644 roms/u-boot/drivers/spi/spi.c
create mode 100644 roms/u-boot/drivers/spi/stm32_qspi.c
create mode 100644 roms/u-boot/drivers/spi/stm32_spi.c
create mode 100644 roms/u-boot/drivers/spi/tegra114_spi.c
create mode 100644 roms/u-boot/drivers/spi/tegra20_sflash.c
create mode 100644 roms/u-boot/drivers/spi/tegra20_slink.c
create mode 100644 roms/u-boot/drivers/spi/tegra210_qspi.c
create mode 100644 roms/u-boot/drivers/spi/tegra_spi.h
create mode 100644 roms/u-boot/drivers/spi/ti_qspi.c
create mode 100644 roms/u-boot/drivers/spi/uniphier_spi.c
create mode 100644 roms/u-boot/drivers/spi/xilinx_spi.c
create mode 100644 roms/u-boot/drivers/spi/zynq_qspi.c
create mode 100644 roms/u-boot/drivers/spi/zynq_spi.c
create mode 100644 roms/u-boot/drivers/spi/zynqmp_gqspi.c
create mode 100644 roms/u-boot/drivers/spmi/Kconfig
create mode 100644 roms/u-boot/drivers/spmi/Makefile
create mode 100644 roms/u-boot/drivers/spmi/spmi-msm.c
create mode 100644 roms/u-boot/drivers/spmi/spmi-sandbox.c
create mode 100644 roms/u-boot/drivers/spmi/spmi-uclass.c
create mode 100644 roms/u-boot/drivers/sysinfo/Kconfig
create mode 100644 roms/u-boot/drivers/sysinfo/Makefile
create mode 100644 roms/u-boot/drivers/sysinfo/gazerbeam.c
create mode 100644 roms/u-boot/drivers/sysinfo/gazerbeam.h
create mode 100644 roms/u-boot/drivers/sysinfo/gpio.c
create mode 100644 roms/u-boot/drivers/sysinfo/sandbox.c
create mode 100644 roms/u-boot/drivers/sysinfo/sandbox.h
create mode 100644 roms/u-boot/drivers/sysinfo/smbios.c
create mode 100644 roms/u-boot/drivers/sysinfo/sysinfo-uclass.c
create mode 100644 roms/u-boot/drivers/sysreset/Kconfig
create mode 100644 roms/u-boot/drivers/sysreset/Makefile
create mode 100644 roms/u-boot/drivers/sysreset/poweroff_gpio.c
create mode 100644 roms/u-boot/drivers/sysreset/sysreset-ti-sci.c
create mode 100644 roms/u-boot/drivers/sysreset/sysreset-uclass.c
create mode 100644 roms/u-boot/drivers/sysreset/sysreset_ast.c
create mode 100644 roms/u-boot/drivers/sysreset/sysreset_gpio.c
create mode 100644 roms/u-boot/drivers/sysreset/sysreset_microblaze.c
create mode 100644 roms/u-boot/drivers/sysreset/sysreset_mpc83xx.c
create mode 100644 roms/u-boot/drivers/sysreset/sysreset_mpc83xx.h
create mode 100644 roms/u-boot/drivers/sysreset/sysreset_octeon.c
create mode 100644 roms/u-boot/drivers/sysreset/sysreset_psci.c
create mode 100644 roms/u-boot/drivers/sysreset/sysreset_resetctl.c
create mode 100644 roms/u-boot/drivers/sysreset/sysreset_rockchip.c
create mode 100644 roms/u-boot/drivers/sysreset/sysreset_sandbox.c
create mode 100644 roms/u-boot/drivers/sysreset/sysreset_socfpga.c
create mode 100644 roms/u-boot/drivers/sysreset/sysreset_socfpga_soc64.c
create mode 100644 roms/u-boot/drivers/sysreset/sysreset_sti.c
create mode 100644 roms/u-boot/drivers/sysreset/sysreset_syscon.c
create mode 100644 roms/u-boot/drivers/sysreset/sysreset_watchdog.c
create mode 100644 roms/u-boot/drivers/sysreset/sysreset_x86.c
create mode 100644 roms/u-boot/drivers/sysreset/sysreset_xtfpga.c
create mode 100644 roms/u-boot/drivers/tee/Kconfig
create mode 100644 roms/u-boot/drivers/tee/Makefile
create mode 100644 roms/u-boot/drivers/tee/broadcom/Kconfig
create mode 100644 roms/u-boot/drivers/tee/broadcom/Makefile
create mode 100644 roms/u-boot/drivers/tee/broadcom/chimp_optee.c
create mode 100644 roms/u-boot/drivers/tee/optee/Kconfig
create mode 100644 roms/u-boot/drivers/tee/optee/Makefile
create mode 100644 roms/u-boot/drivers/tee/optee/core.c
create mode 100644 roms/u-boot/drivers/tee/optee/i2c.c
create mode 100644 roms/u-boot/drivers/tee/optee/optee_msg.h
create mode 100644 roms/u-boot/drivers/tee/optee/optee_msg_supplicant.h
create mode 100644 roms/u-boot/drivers/tee/optee/optee_private.h
create mode 100644 roms/u-boot/drivers/tee/optee/optee_smc.h
create mode 100644 roms/u-boot/drivers/tee/optee/rpmb.c
create mode 100644 roms/u-boot/drivers/tee/optee/supplicant.c
create mode 100644 roms/u-boot/drivers/tee/sandbox.c
create mode 100644 roms/u-boot/drivers/tee/tee-uclass.c
create mode 100644 roms/u-boot/drivers/thermal/Kconfig
create mode 100644 roms/u-boot/drivers/thermal/Makefile
create mode 100644 roms/u-boot/drivers/thermal/imx_scu_thermal.c
create mode 100644 roms/u-boot/drivers/thermal/imx_thermal.c
create mode 100644 roms/u-boot/drivers/thermal/imx_tmu.c
create mode 100644 roms/u-boot/drivers/thermal/thermal-uclass.c
create mode 100644 roms/u-boot/drivers/thermal/ti-bandgap.c
create mode 100644 roms/u-boot/drivers/timer/Kconfig
create mode 100644 roms/u-boot/drivers/timer/Makefile
create mode 100644 roms/u-boot/drivers/timer/ag101p_timer.c
create mode 100644 roms/u-boot/drivers/timer/altera_timer.c
create mode 100644 roms/u-boot/drivers/timer/andes_plmt_timer.c
create mode 100644 roms/u-boot/drivers/timer/arc_timer.c
create mode 100644 roms/u-boot/drivers/timer/ast_timer.c
create mode 100644 roms/u-boot/drivers/timer/atcpit100_timer.c
create mode 100644 roms/u-boot/drivers/timer/atmel_pit_timer.c
create mode 100644 roms/u-boot/drivers/timer/cadence-ttc.c
create mode 100644 roms/u-boot/drivers/timer/dw-apb-timer.c
create mode 100644 roms/u-boot/drivers/timer/imx-gpt-timer.c
create mode 100644 roms/u-boot/drivers/timer/mchp-pit64b-timer.c
create mode 100644 roms/u-boot/drivers/timer/mpc83xx_timer.c
create mode 100644 roms/u-boot/drivers/timer/mtk_timer.c
create mode 100644 roms/u-boot/drivers/timer/nomadik-mtu-timer.c
create mode 100644 roms/u-boot/drivers/timer/omap-timer.c
create mode 100644 roms/u-boot/drivers/timer/ostm_timer.c
create mode 100644 roms/u-boot/drivers/timer/riscv_timer.c
create mode 100644 roms/u-boot/drivers/timer/rockchip_timer.c
create mode 100644 roms/u-boot/drivers/timer/sandbox_timer.c
create mode 100644 roms/u-boot/drivers/timer/sifive_clint_timer.c
create mode 100644 roms/u-boot/drivers/timer/sti-timer.c
create mode 100644 roms/u-boot/drivers/timer/stm32_timer.c
create mode 100644 roms/u-boot/drivers/timer/timer-uclass.c
create mode 100644 roms/u-boot/drivers/timer/tsc_timer.c
create mode 100644 roms/u-boot/drivers/tpm/Kconfig
create mode 100644 roms/u-boot/drivers/tpm/Makefile
create mode 100644 roms/u-boot/drivers/tpm/cr50_i2c.c
create mode 100644 roms/u-boot/drivers/tpm/tpm-uclass.c
create mode 100644 roms/u-boot/drivers/tpm/tpm2_ftpm_tee.c
create mode 100644 roms/u-boot/drivers/tpm/tpm2_ftpm_tee.h
create mode 100644 roms/u-boot/drivers/tpm/tpm2_tis_sandbox.c
create mode 100644 roms/u-boot/drivers/tpm/tpm2_tis_spi.c
create mode 100644 roms/u-boot/drivers/tpm/tpm_atmel_twi.c
create mode 100644 roms/u-boot/drivers/tpm/tpm_internal.h
create mode 100644 roms/u-boot/drivers/tpm/tpm_tis.h
create mode 100644 roms/u-boot/drivers/tpm/tpm_tis_infineon.c
create mode 100644 roms/u-boot/drivers/tpm/tpm_tis_lpc.c
create mode 100644 roms/u-boot/drivers/tpm/tpm_tis_sandbox.c
create mode 100644 roms/u-boot/drivers/tpm/tpm_tis_st33zp24_i2c.c
create mode 100644 roms/u-boot/drivers/tpm/tpm_tis_st33zp24_spi.c
create mode 100644 roms/u-boot/drivers/ufs/Kconfig
create mode 100644 roms/u-boot/drivers/ufs/Makefile
create mode 100644 roms/u-boot/drivers/ufs/cdns-platform.c
create mode 100644 roms/u-boot/drivers/ufs/ti-j721e-ufs.c
create mode 100644 roms/u-boot/drivers/ufs/ufs-uclass.c
create mode 100644 roms/u-boot/drivers/ufs/ufs.c
create mode 100644 roms/u-boot/drivers/ufs/ufs.h
create mode 100644 roms/u-boot/drivers/ufs/unipro.h
create mode 100644 roms/u-boot/drivers/usb/Kconfig
create mode 100644 roms/u-boot/drivers/usb/cdns3/Kconfig
create mode 100644 roms/u-boot/drivers/usb/cdns3/Makefile
create mode 100644 roms/u-boot/drivers/usb/cdns3/cdns3-ti.c
create mode 100644 roms/u-boot/drivers/usb/cdns3/core.c
create mode 100644 roms/u-boot/drivers/usb/cdns3/core.h
create mode 100644 roms/u-boot/drivers/usb/cdns3/debug.h
create mode 100644 roms/u-boot/drivers/usb/cdns3/drd.c
create mode 100644 roms/u-boot/drivers/usb/cdns3/drd.h
create mode 100644 roms/u-boot/drivers/usb/cdns3/ep0.c
create mode 100644 roms/u-boot/drivers/usb/cdns3/gadget-export.h
create mode 100644 roms/u-boot/drivers/usb/cdns3/gadget.c
create mode 100644 roms/u-boot/drivers/usb/cdns3/gadget.h
create mode 100644 roms/u-boot/drivers/usb/cdns3/host-export.h
create mode 100644 roms/u-boot/drivers/usb/cdns3/host.c
create mode 100644 roms/u-boot/drivers/usb/cdns3/trace.c
create mode 100644 roms/u-boot/drivers/usb/cdns3/trace.h
create mode 100644 roms/u-boot/drivers/usb/common/Makefile
create mode 100644 roms/u-boot/drivers/usb/common/common.c
create mode 100644 roms/u-boot/drivers/usb/common/fsl-dt-fixup.c
create mode 100644 roms/u-boot/drivers/usb/common/fsl-errata.c
create mode 100644 roms/u-boot/drivers/usb/dwc3/Kconfig
create mode 100644 roms/u-boot/drivers/usb/dwc3/Makefile
create mode 100644 roms/u-boot/drivers/usb/dwc3/core.c
create mode 100644 roms/u-boot/drivers/usb/dwc3/core.h
create mode 100644 roms/u-boot/drivers/usb/dwc3/dwc3-generic.c
create mode 100644 roms/u-boot/drivers/usb/dwc3/dwc3-meson-g12a.c
create mode 100644 roms/u-boot/drivers/usb/dwc3/dwc3-meson-gxl.c
create mode 100644 roms/u-boot/drivers/usb/dwc3/dwc3-omap.c
create mode 100644 roms/u-boot/drivers/usb/dwc3/dwc3-uniphier.c
create mode 100644 roms/u-boot/drivers/usb/dwc3/ep0.c
create mode 100644 roms/u-boot/drivers/usb/dwc3/gadget.c
create mode 100644 roms/u-boot/drivers/usb/dwc3/gadget.h
create mode 100644 roms/u-boot/drivers/usb/dwc3/io.h
create mode 100644 roms/u-boot/drivers/usb/dwc3/linux-compat.h
create mode 100644 roms/u-boot/drivers/usb/dwc3/samsung_usb_phy.c
create mode 100644 roms/u-boot/drivers/usb/dwc3/ti_usb_phy.c
create mode 100644 roms/u-boot/drivers/usb/emul/Kconfig
create mode 100644 roms/u-boot/drivers/usb/emul/Makefile
create mode 100644 roms/u-boot/drivers/usb/emul/sandbox_flash.c
create mode 100644 roms/u-boot/drivers/usb/emul/sandbox_hub.c
create mode 100644 roms/u-boot/drivers/usb/emul/sandbox_keyb.c
create mode 100644 roms/u-boot/drivers/usb/emul/usb-emul-uclass.c
create mode 100644 roms/u-boot/drivers/usb/eth/Kconfig
create mode 100644 roms/u-boot/drivers/usb/eth/Makefile
create mode 100644 roms/u-boot/drivers/usb/eth/asix.c
create mode 100644 roms/u-boot/drivers/usb/eth/asix88179.c
create mode 100644 roms/u-boot/drivers/usb/eth/lan75xx.c
create mode 100644 roms/u-boot/drivers/usb/eth/lan78xx.c
create mode 100644 roms/u-boot/drivers/usb/eth/lan7x.c
create mode 100644 roms/u-boot/drivers/usb/eth/lan7x.h
create mode 100644 roms/u-boot/drivers/usb/eth/mcs7830.c
create mode 100644 roms/u-boot/drivers/usb/eth/r8152.c
create mode 100644 roms/u-boot/drivers/usb/eth/r8152.h
create mode 100644 roms/u-boot/drivers/usb/eth/r8152_fw.c
create mode 100644 roms/u-boot/drivers/usb/eth/smsc95xx.c
create mode 100644 roms/u-boot/drivers/usb/eth/usb_ether.c
create mode 100644 roms/u-boot/drivers/usb/gadget/Kconfig
create mode 100644 roms/u-boot/drivers/usb/gadget/Makefile
create mode 100644 roms/u-boot/drivers/usb/gadget/at91_udc.c
create mode 100644 roms/u-boot/drivers/usb/gadget/at91_udc.h
create mode 100644 roms/u-boot/drivers/usb/gadget/atmel_usba_udc.c
create mode 100644 roms/u-boot/drivers/usb/gadget/atmel_usba_udc.h
create mode 100644 roms/u-boot/drivers/usb/gadget/bcm_udc_otg.h
create mode 100644 roms/u-boot/drivers/usb/gadget/bcm_udc_otg_phy.c
create mode 100644 roms/u-boot/drivers/usb/gadget/ci_udc.c
create mode 100644 roms/u-boot/drivers/usb/gadget/ci_udc.h
create mode 100644 roms/u-boot/drivers/usb/gadget/composite.c
create mode 100644 roms/u-boot/drivers/usb/gadget/config.c
create mode 100644 roms/u-boot/drivers/usb/gadget/core.c
create mode 100644 roms/u-boot/drivers/usb/gadget/designware_udc.c
create mode 100644 roms/u-boot/drivers/usb/gadget/dwc2_udc_otg.c
create mode 100644 roms/u-boot/drivers/usb/gadget/dwc2_udc_otg_phy.c
create mode 100644 roms/u-boot/drivers/usb/gadget/dwc2_udc_otg_priv.h
create mode 100644 roms/u-boot/drivers/usb/gadget/dwc2_udc_otg_regs.h
create mode 100644 roms/u-boot/drivers/usb/gadget/dwc2_udc_otg_xfer_dma.c
create mode 100644 roms/u-boot/drivers/usb/gadget/ep0.c
create mode 100644 roms/u-boot/drivers/usb/gadget/ep0.h
create mode 100644 roms/u-boot/drivers/usb/gadget/epautoconf.c
create mode 100644 roms/u-boot/drivers/usb/gadget/ether.c
create mode 100644 roms/u-boot/drivers/usb/gadget/f_dfu.c
create mode 100644 roms/u-boot/drivers/usb/gadget/f_dfu.h
create mode 100644 roms/u-boot/drivers/usb/gadget/f_fastboot.c
create mode 100644 roms/u-boot/drivers/usb/gadget/f_mass_storage.c
create mode 100644 roms/u-boot/drivers/usb/gadget/f_rockusb.c
create mode 100644 roms/u-boot/drivers/usb/gadget/f_sdp.c
create mode 100644 roms/u-boot/drivers/usb/gadget/f_thor.c
create mode 100644 roms/u-boot/drivers/usb/gadget/f_thor.h
create mode 100644 roms/u-boot/drivers/usb/gadget/fotg210.c
create mode 100644 roms/u-boot/drivers/usb/gadget/g_dnl.c
create mode 100644 roms/u-boot/drivers/usb/gadget/gadget_chips.h
create mode 100644 roms/u-boot/drivers/usb/gadget/max3420_udc.c
create mode 100644 roms/u-boot/drivers/usb/gadget/ndis.h
create mode 100644 roms/u-boot/drivers/usb/gadget/pxa25x_udc.c
create mode 100644 roms/u-boot/drivers/usb/gadget/pxa25x_udc.h
create mode 100644 roms/u-boot/drivers/usb/gadget/pxa27x_udc.c
create mode 100644 roms/u-boot/drivers/usb/gadget/rndis.c
create mode 100644 roms/u-boot/drivers/usb/gadget/rndis.h
create mode 100644 roms/u-boot/drivers/usb/gadget/storage_common.c
create mode 100644 roms/u-boot/drivers/usb/gadget/u_os_desc.h
create mode 100644 roms/u-boot/drivers/usb/gadget/udc/Makefile
create mode 100644 roms/u-boot/drivers/usb/gadget/udc/udc-core.c
create mode 100644 roms/u-boot/drivers/usb/gadget/udc/udc-uclass.c
create mode 100644 roms/u-boot/drivers/usb/gadget/usbstring.c
create mode 100644 roms/u-boot/drivers/usb/host/Kconfig
create mode 100644 roms/u-boot/drivers/usb/host/Makefile
create mode 100644 roms/u-boot/drivers/usb/host/dwc2.c
create mode 100644 roms/u-boot/drivers/usb/host/dwc2.h
create mode 100644 roms/u-boot/drivers/usb/host/dwc3-octeon-glue.c
create mode 100644 roms/u-boot/drivers/usb/host/dwc3-of-simple.c
create mode 100644 roms/u-boot/drivers/usb/host/dwc3-sti-glue.c
create mode 100644 roms/u-boot/drivers/usb/host/ehci-armada100.c
create mode 100644 roms/u-boot/drivers/usb/host/ehci-atmel.c
create mode 100644 roms/u-boot/drivers/usb/host/ehci-exynos.c
create mode 100644 roms/u-boot/drivers/usb/host/ehci-faraday.c
create mode 100644 roms/u-boot/drivers/usb/host/ehci-fsl.c
create mode 100644 roms/u-boot/drivers/usb/host/ehci-generic.c
create mode 100644 roms/u-boot/drivers/usb/host/ehci-hcd.c
create mode 100644 roms/u-boot/drivers/usb/host/ehci-marvell.c
create mode 100644 roms/u-boot/drivers/usb/host/ehci-msm.c
create mode 100644 roms/u-boot/drivers/usb/host/ehci-mx5.c
create mode 100644 roms/u-boot/drivers/usb/host/ehci-mx6.c
create mode 100644 roms/u-boot/drivers/usb/host/ehci-mxc.c
create mode 100644 roms/u-boot/drivers/usb/host/ehci-mxs.c
create mode 100644 roms/u-boot/drivers/usb/host/ehci-omap.c
create mode 100644 roms/u-boot/drivers/usb/host/ehci-pci.c
create mode 100644 roms/u-boot/drivers/usb/host/ehci-rmobile.c
create mode 100644 roms/u-boot/drivers/usb/host/ehci-spear.c
create mode 100644 roms/u-boot/drivers/usb/host/ehci-tegra.c
create mode 100644 roms/u-boot/drivers/usb/host/ehci-vct.c
create mode 100644 roms/u-boot/drivers/usb/host/ehci-vf.c
create mode 100644 roms/u-boot/drivers/usb/host/ehci-zynq.c
create mode 100644 roms/u-boot/drivers/usb/host/ehci.h
create mode 100644 roms/u-boot/drivers/usb/host/ohci-at91.c
create mode 100644 roms/u-boot/drivers/usb/host/ohci-da8xx.c
create mode 100644 roms/u-boot/drivers/usb/host/ohci-ep93xx.c
create mode 100644 roms/u-boot/drivers/usb/host/ohci-generic.c
create mode 100644 roms/u-boot/drivers/usb/host/ohci-hcd.c
create mode 100644 roms/u-boot/drivers/usb/host/ohci-lpc32xx.c
create mode 100644 roms/u-boot/drivers/usb/host/ohci-pci.c
create mode 100644 roms/u-boot/drivers/usb/host/ohci.h
create mode 100644 roms/u-boot/drivers/usb/host/r8a66597-hcd.c
create mode 100644 roms/u-boot/drivers/usb/host/r8a66597.h
create mode 100644 roms/u-boot/drivers/usb/host/sl811-hcd.c
create mode 100644 roms/u-boot/drivers/usb/host/sl811.h
create mode 100644 roms/u-boot/drivers/usb/host/usb-sandbox.c
create mode 100644 roms/u-boot/drivers/usb/host/usb-uclass.c
create mode 100644 roms/u-boot/drivers/usb/host/utmi-armada100.c
create mode 100644 roms/u-boot/drivers/usb/host/xhci-brcm.c
create mode 100644 roms/u-boot/drivers/usb/host/xhci-dwc3.c
create mode 100644 roms/u-boot/drivers/usb/host/xhci-exynos5.c
create mode 100644 roms/u-boot/drivers/usb/host/xhci-fsl.c
create mode 100644 roms/u-boot/drivers/usb/host/xhci-mem.c
create mode 100644 roms/u-boot/drivers/usb/host/xhci-mtk.c
create mode 100644 roms/u-boot/drivers/usb/host/xhci-mvebu.c
create mode 100644 roms/u-boot/drivers/usb/host/xhci-omap.c
create mode 100644 roms/u-boot/drivers/usb/host/xhci-pci.c
create mode 100644 roms/u-boot/drivers/usb/host/xhci-rcar-r8a779x_usb3_v3.h
create mode 100644 roms/u-boot/drivers/usb/host/xhci-rcar.c
create mode 100644 roms/u-boot/drivers/usb/host/xhci-ring.c
create mode 100644 roms/u-boot/drivers/usb/host/xhci.c
create mode 100644 roms/u-boot/drivers/usb/mtu3/Kconfig
create mode 100644 roms/u-boot/drivers/usb/mtu3/Makefile
create mode 100644 roms/u-boot/drivers/usb/mtu3/mtu3.h
create mode 100644 roms/u-boot/drivers/usb/mtu3/mtu3_core.c
create mode 100644 roms/u-boot/drivers/usb/mtu3/mtu3_dr.h
create mode 100644 roms/u-boot/drivers/usb/mtu3/mtu3_gadget.c
create mode 100644 roms/u-boot/drivers/usb/mtu3/mtu3_gadget_ep0.c
create mode 100644 roms/u-boot/drivers/usb/mtu3/mtu3_host.c
create mode 100644 roms/u-boot/drivers/usb/mtu3/mtu3_hw_regs.h
create mode 100644 roms/u-boot/drivers/usb/mtu3/mtu3_plat.c
create mode 100644 roms/u-boot/drivers/usb/mtu3/mtu3_qmu.c
create mode 100644 roms/u-boot/drivers/usb/mtu3/mtu3_qmu.h
create mode 100644 roms/u-boot/drivers/usb/musb-new/Kconfig
create mode 100644 roms/u-boot/drivers/usb/musb-new/Makefile
create mode 100644 roms/u-boot/drivers/usb/musb-new/am35x.c
create mode 100644 roms/u-boot/drivers/usb/musb-new/da8xx.c
create mode 100644 roms/u-boot/drivers/usb/musb-new/linux-compat.h
create mode 100644 roms/u-boot/drivers/usb/musb-new/mt85xx.c
create mode 100644 roms/u-boot/drivers/usb/musb-new/musb_core.c
create mode 100644 roms/u-boot/drivers/usb/musb-new/musb_core.h
create mode 100644 roms/u-boot/drivers/usb/musb-new/musb_debug.h
create mode 100644 roms/u-boot/drivers/usb/musb-new/musb_dma.h
create mode 100644 roms/u-boot/drivers/usb/musb-new/musb_dsps.c
create mode 100644 roms/u-boot/drivers/usb/musb-new/musb_gadget.c
create mode 100644 roms/u-boot/drivers/usb/musb-new/musb_gadget.h
create mode 100644 roms/u-boot/drivers/usb/musb-new/musb_gadget_ep0.c
create mode 100644 roms/u-boot/drivers/usb/musb-new/musb_host.c
create mode 100644 roms/u-boot/drivers/usb/musb-new/musb_host.h
create mode 100644 roms/u-boot/drivers/usb/musb-new/musb_io.h
create mode 100644 roms/u-boot/drivers/usb/musb-new/musb_regs.h
create mode 100644 roms/u-boot/drivers/usb/musb-new/musb_uboot.c
create mode 100644 roms/u-boot/drivers/usb/musb-new/musb_uboot.h
create mode 100644 roms/u-boot/drivers/usb/musb-new/omap2430.c
create mode 100644 roms/u-boot/drivers/usb/musb-new/omap2430.h
create mode 100644 roms/u-boot/drivers/usb/musb-new/pic32.c
create mode 100644 roms/u-boot/drivers/usb/musb-new/sunxi.c
create mode 100644 roms/u-boot/drivers/usb/musb-new/ti-musb.c
create mode 100644 roms/u-boot/drivers/usb/musb-new/usb-compat.h
create mode 100644 roms/u-boot/drivers/usb/musb/Kconfig
create mode 100644 roms/u-boot/drivers/usb/musb/Makefile
create mode 100644 roms/u-boot/drivers/usb/musb/am35x.c
create mode 100644 roms/u-boot/drivers/usb/musb/am35x.h
create mode 100644 roms/u-boot/drivers/usb/musb/musb_core.c
create mode 100644 roms/u-boot/drivers/usb/musb/musb_core.h
create mode 100644 roms/u-boot/drivers/usb/musb/musb_debug.h
create mode 100644 roms/u-boot/drivers/usb/musb/musb_hcd.c
create mode 100644 roms/u-boot/drivers/usb/musb/musb_hcd.h
create mode 100644 roms/u-boot/drivers/usb/musb/musb_udc.c
create mode 100644 roms/u-boot/drivers/usb/musb/omap3.c
create mode 100644 roms/u-boot/drivers/usb/musb/omap3.h
create mode 100644 roms/u-boot/drivers/usb/phy/Kconfig
create mode 100644 roms/u-boot/drivers/usb/phy/Makefile
create mode 100644 roms/u-boot/drivers/usb/phy/omap_usb_phy.c
create mode 100644 roms/u-boot/drivers/usb/phy/rockchip_usb2_phy.c
create mode 100644 roms/u-boot/drivers/usb/phy/twl4030.c
create mode 100644 roms/u-boot/drivers/usb/ulpi/Kconfig
create mode 100644 roms/u-boot/drivers/usb/ulpi/Makefile
create mode 100644 roms/u-boot/drivers/usb/ulpi/omap-ulpi-viewport.c
create mode 100644 roms/u-boot/drivers/usb/ulpi/ulpi-viewport.c
create mode 100644 roms/u-boot/drivers/usb/ulpi/ulpi.c
create mode 100644 roms/u-boot/drivers/video/Kconfig
create mode 100644 roms/u-boot/drivers/video/Makefile
create mode 100644 roms/u-boot/drivers/video/anx9804.c
create mode 100644 roms/u-boot/drivers/video/anx9804.h
create mode 100644 roms/u-boot/drivers/video/anx98xx-edp.h
create mode 100644 roms/u-boot/drivers/video/ati_ids.h
create mode 100644 roms/u-boot/drivers/video/ati_radeon_fb.c
create mode 100644 roms/u-boot/drivers/video/ati_radeon_fb.h
create mode 100644 roms/u-boot/drivers/video/atmel_hlcdfb.c
create mode 100644 roms/u-boot/drivers/video/atmel_lcdfb.c
create mode 100644 roms/u-boot/drivers/video/backlight-uclass.c
create mode 100644 roms/u-boot/drivers/video/backlight_gpio.c
create mode 100644 roms/u-boot/drivers/video/bcm2835.c
create mode 100644 roms/u-boot/drivers/video/bridge/Kconfig
create mode 100644 roms/u-boot/drivers/video/bridge/Makefile
create mode 100644 roms/u-boot/drivers/video/bridge/anx6345.c
create mode 100644 roms/u-boot/drivers/video/bridge/ps862x.c
create mode 100644 roms/u-boot/drivers/video/bridge/ptn3460.c
create mode 100644 roms/u-boot/drivers/video/bridge/video-bridge-uclass.c
create mode 100644 roms/u-boot/drivers/video/broadwell_igd.c
create mode 100644 roms/u-boot/drivers/video/bus_vcxk.c
create mode 100644 roms/u-boot/drivers/video/cfb_console.c
create mode 100644 roms/u-boot/drivers/video/console_normal.c
create mode 100644 roms/u-boot/drivers/video/console_rotate.c
create mode 100644 roms/u-boot/drivers/video/console_truetype.c
create mode 100644 roms/u-boot/drivers/video/coreboot.c
create mode 100644 roms/u-boot/drivers/video/da8xx-fb.c
create mode 100644 roms/u-boot/drivers/video/da8xx-fb.h
create mode 100644 roms/u-boot/drivers/video/display-uclass.c
create mode 100644 roms/u-boot/drivers/video/dsi-host-uclass.c
create mode 100644 roms/u-boot/drivers/video/dw_hdmi.c
create mode 100644 roms/u-boot/drivers/video/dw_mipi_dsi.c
create mode 100644 roms/u-boot/drivers/video/efi.c
create mode 100644 roms/u-boot/drivers/video/exynos/Makefile
create mode 100644 roms/u-boot/drivers/video/exynos/exynos_dp.c
create mode 100644 roms/u-boot/drivers/video/exynos/exynos_dp_lowlevel.c
create mode 100644 roms/u-boot/drivers/video/exynos/exynos_dp_lowlevel.h
create mode 100644 roms/u-boot/drivers/video/exynos/exynos_fb.c
create mode 100644 roms/u-boot/drivers/video/exynos/exynos_mipi_dsi.c
create mode 100644 roms/u-boot/drivers/video/exynos/exynos_mipi_dsi_common.c
create mode 100644 roms/u-boot/drivers/video/exynos/exynos_mipi_dsi_common.h
create mode 100644 roms/u-boot/drivers/video/exynos/exynos_mipi_dsi_lowlevel.c
create mode 100644 roms/u-boot/drivers/video/exynos/exynos_mipi_dsi_lowlevel.h
create mode 100644 roms/u-boot/drivers/video/exynos/exynos_pwm_bl.c
create mode 100644 roms/u-boot/drivers/video/fonts/.gitignore
create mode 100644 roms/u-boot/drivers/video/fonts/Kconfig
create mode 100644 roms/u-boot/drivers/video/fonts/Makefile
create mode 100644 roms/u-boot/drivers/video/fonts/ankacoder_c75_r.ttf
create mode 100644 roms/u-boot/drivers/video/fonts/cantoraone_regular.ttf
create mode 100644 roms/u-boot/drivers/video/fonts/nimbus_sans_l_regular.ttf
create mode 100644 roms/u-boot/drivers/video/fonts/rufscript010.ttf
create mode 100644 roms/u-boot/drivers/video/formike.c
create mode 100644 roms/u-boot/drivers/video/fsl_dcu_fb.c
create mode 100644 roms/u-boot/drivers/video/fsl_diu_fb.c
create mode 100644 roms/u-boot/drivers/video/hitachi_tx18d42vm_lcd.c
create mode 100644 roms/u-boot/drivers/video/hitachi_tx18d42vm_lcd.h
create mode 100644 roms/u-boot/drivers/video/hx8238d.c
create mode 100644 roms/u-boot/drivers/video/i915_reg.h
create mode 100644 roms/u-boot/drivers/video/ihs_video_out.c
create mode 100644 roms/u-boot/drivers/video/imx/Kconfig
create mode 100644 roms/u-boot/drivers/video/imx/Makefile
create mode 100644 roms/u-boot/drivers/video/imx/ipu.h
create mode 100644 roms/u-boot/drivers/video/imx/ipu_common.c
create mode 100644 roms/u-boot/drivers/video/imx/ipu_disp.c
create mode 100644 roms/u-boot/drivers/video/imx/ipu_regs.h
create mode 100644 roms/u-boot/drivers/video/imx/mxc_ipuv3_fb.c
create mode 100644 roms/u-boot/drivers/video/imx/mxcfb.h
create mode 100644 roms/u-boot/drivers/video/ivybridge_igd.c
create mode 100644 roms/u-boot/drivers/video/ld9040.c
create mode 100644 roms/u-boot/drivers/video/lg4573.c
create mode 100644 roms/u-boot/drivers/video/logicore_dp_dpcd.h
create mode 100644 roms/u-boot/drivers/video/logicore_dp_tx.c
create mode 100644 roms/u-boot/drivers/video/logicore_dp_tx.h
create mode 100644 roms/u-boot/drivers/video/logicore_dp_tx_regif.h
create mode 100644 roms/u-boot/drivers/video/mali_dp.c
create mode 100644 roms/u-boot/drivers/video/meson/Kconfig
create mode 100644 roms/u-boot/drivers/video/meson/Makefile
create mode 100644 roms/u-boot/drivers/video/meson/meson_canvas.c
create mode 100644 roms/u-boot/drivers/video/meson/meson_dw_hdmi.c
create mode 100644 roms/u-boot/drivers/video/meson/meson_dw_hdmi.h
create mode 100644 roms/u-boot/drivers/video/meson/meson_plane.c
create mode 100644 roms/u-boot/drivers/video/meson/meson_registers.h
create mode 100644 roms/u-boot/drivers/video/meson/meson_vclk.c
create mode 100644 roms/u-boot/drivers/video/meson/meson_venc.c
create mode 100644 roms/u-boot/drivers/video/meson/meson_vpu.c
create mode 100644 roms/u-boot/drivers/video/meson/meson_vpu.h
create mode 100644 roms/u-boot/drivers/video/meson/meson_vpu_init.c
create mode 100644 roms/u-boot/drivers/video/meson/simplefb_common.c
create mode 100644 roms/u-boot/drivers/video/meson/simplefb_common.h
create mode 100644 roms/u-boot/drivers/video/mipi_dsi.c
create mode 100644 roms/u-boot/drivers/video/mvebu_lcd.c
create mode 100644 roms/u-boot/drivers/video/mx3fb.c
create mode 100644 roms/u-boot/drivers/video/mxsfb.c
create mode 100644 roms/u-boot/drivers/video/nexell/Kconfig
create mode 100644 roms/u-boot/drivers/video/nexell/Makefile
create mode 100644 roms/u-boot/drivers/video/nexell/s5pxx18_dp.c
create mode 100644 roms/u-boot/drivers/video/nexell/s5pxx18_dp_hdmi.c
create mode 100644 roms/u-boot/drivers/video/nexell/s5pxx18_dp_lvds.c
create mode 100644 roms/u-boot/drivers/video/nexell/s5pxx18_dp_mipi.c
create mode 100644 roms/u-boot/drivers/video/nexell/s5pxx18_dp_rgb.c
create mode 100644 roms/u-boot/drivers/video/nexell/soc/Makefile
create mode 100644 roms/u-boot/drivers/video/nexell/soc/s5pxx18_soc_disptop.c
create mode 100644 roms/u-boot/drivers/video/nexell/soc/s5pxx18_soc_disptop.h
create mode 100644 roms/u-boot/drivers/video/nexell/soc/s5pxx18_soc_disptop_clk.c
create mode 100644 roms/u-boot/drivers/video/nexell/soc/s5pxx18_soc_disptop_clk.h
create mode 100644 roms/u-boot/drivers/video/nexell/soc/s5pxx18_soc_disptype.h
create mode 100644 roms/u-boot/drivers/video/nexell/soc/s5pxx18_soc_dpc.c
create mode 100644 roms/u-boot/drivers/video/nexell/soc/s5pxx18_soc_dpc.h
create mode 100644 roms/u-boot/drivers/video/nexell/soc/s5pxx18_soc_hdmi.c
create mode 100644 roms/u-boot/drivers/video/nexell/soc/s5pxx18_soc_hdmi.h
create mode 100644 roms/u-boot/drivers/video/nexell/soc/s5pxx18_soc_lvds.c
create mode 100644 roms/u-boot/drivers/video/nexell/soc/s5pxx18_soc_lvds.h
create mode 100644 roms/u-boot/drivers/video/nexell/soc/s5pxx18_soc_mipi.c
create mode 100644 roms/u-boot/drivers/video/nexell/soc/s5pxx18_soc_mipi.h
create mode 100644 roms/u-boot/drivers/video/nexell/soc/s5pxx18_soc_mlc.c
create mode 100644 roms/u-boot/drivers/video/nexell/soc/s5pxx18_soc_mlc.h
create mode 100644 roms/u-boot/drivers/video/nexell_display.c
create mode 100644 roms/u-boot/drivers/video/omap3_dss.c
create mode 100644 roms/u-boot/drivers/video/orisetech_otm8009a.c
create mode 100644 roms/u-boot/drivers/video/panel-uclass.c
create mode 100644 roms/u-boot/drivers/video/pwm_backlight.c
create mode 100644 roms/u-boot/drivers/video/pxa_lcd.c
create mode 100644 roms/u-boot/drivers/video/raydium-rm68200.c
create mode 100644 roms/u-boot/drivers/video/rockchip/Kconfig
create mode 100644 roms/u-boot/drivers/video/rockchip/Makefile
create mode 100644 roms/u-boot/drivers/video/rockchip/rk3288_hdmi.c
create mode 100644 roms/u-boot/drivers/video/rockchip/rk3288_mipi.c
create mode 100644 roms/u-boot/drivers/video/rockchip/rk3288_vop.c
create mode 100644 roms/u-boot/drivers/video/rockchip/rk3399_hdmi.c
create mode 100644 roms/u-boot/drivers/video/rockchip/rk3399_mipi.c
create mode 100644 roms/u-boot/drivers/video/rockchip/rk3399_vop.c
create mode 100644 roms/u-boot/drivers/video/rockchip/rk_edp.c
create mode 100644 roms/u-boot/drivers/video/rockchip/rk_hdmi.c
create mode 100644 roms/u-boot/drivers/video/rockchip/rk_hdmi.h
create mode 100644 roms/u-boot/drivers/video/rockchip/rk_lvds.c
create mode 100644 roms/u-boot/drivers/video/rockchip/rk_mipi.c
create mode 100644 roms/u-boot/drivers/video/rockchip/rk_mipi.h
create mode 100644 roms/u-boot/drivers/video/rockchip/rk_vop.c
create mode 100644 roms/u-boot/drivers/video/rockchip/rk_vop.h
create mode 100644 roms/u-boot/drivers/video/s6e8ax0.c
create mode 100644 roms/u-boot/drivers/video/sandbox_dsi_host.c
create mode 100644 roms/u-boot/drivers/video/sandbox_osd.c
create mode 100644 roms/u-boot/drivers/video/sandbox_osd.h
create mode 100644 roms/u-boot/drivers/video/sandbox_sdl.c
create mode 100644 roms/u-boot/drivers/video/scf0403_lcd.c
create mode 100644 roms/u-boot/drivers/video/seps525.c
create mode 100644 roms/u-boot/drivers/video/simple_panel.c
create mode 100644 roms/u-boot/drivers/video/simplefb.c
create mode 100644 roms/u-boot/drivers/video/ssd2828.c
create mode 100644 roms/u-boot/drivers/video/ssd2828.h
create mode 100644 roms/u-boot/drivers/video/stb_truetype.h
create mode 100644 roms/u-boot/drivers/video/stm32/Kconfig
create mode 100644 roms/u-boot/drivers/video/stm32/Makefile
create mode 100644 roms/u-boot/drivers/video/stm32/stm32_dsi.c
create mode 100644 roms/u-boot/drivers/video/stm32/stm32_ltdc.c
create mode 100644 roms/u-boot/drivers/video/sunxi/Makefile
create mode 100644 roms/u-boot/drivers/video/sunxi/lcdc.c
create mode 100644 roms/u-boot/drivers/video/sunxi/simplefb_common.c
create mode 100644 roms/u-boot/drivers/video/sunxi/simplefb_common.h
create mode 100644 roms/u-boot/drivers/video/sunxi/sunxi_de2.c
create mode 100644 roms/u-boot/drivers/video/sunxi/sunxi_display.c
create mode 100644 roms/u-boot/drivers/video/sunxi/sunxi_dw_hdmi.c
create mode 100644 roms/u-boot/drivers/video/sunxi/sunxi_lcd.c
create mode 100644 roms/u-boot/drivers/video/sunxi/tve_common.c
create mode 100644 roms/u-boot/drivers/video/tda19988.c
create mode 100644 roms/u-boot/drivers/video/tdo-tl070wsh30.c
create mode 100644 roms/u-boot/drivers/video/tegra.c
create mode 100644 roms/u-boot/drivers/video/tegra124/Makefile
create mode 100644 roms/u-boot/drivers/video/tegra124/display.c
create mode 100644 roms/u-boot/drivers/video/tegra124/displayport.h
create mode 100644 roms/u-boot/drivers/video/tegra124/dp.c
create mode 100644 roms/u-boot/drivers/video/tegra124/sor.c
create mode 100644 roms/u-boot/drivers/video/tegra124/sor.h
create mode 100644 roms/u-boot/drivers/video/ti/Kconfig
create mode 100644 roms/u-boot/drivers/video/ti/Makefile
create mode 100644 roms/u-boot/drivers/video/ti/am335x-fb.c
create mode 100644 roms/u-boot/drivers/video/ti/am335x-fb.h
create mode 100644 roms/u-boot/drivers/video/ti/tilcdc-panel.c
create mode 100644 roms/u-boot/drivers/video/ti/tilcdc-panel.h
create mode 100644 roms/u-boot/drivers/video/ti/tilcdc.c
create mode 100644 roms/u-boot/drivers/video/ti/tilcdc.h
create mode 100644 roms/u-boot/drivers/video/vesa.c
create mode 100644 roms/u-boot/drivers/video/vidconsole-uclass.c
create mode 100644 roms/u-boot/drivers/video/video-uclass.c
create mode 100644 roms/u-boot/drivers/video/video_bmp.c
create mode 100644 roms/u-boot/drivers/video/video_osd-uclass.c
create mode 100644 roms/u-boot/drivers/video/videomodes.c
create mode 100644 roms/u-boot/drivers/video/videomodes.h
create mode 100644 roms/u-boot/drivers/virtio/Kconfig
create mode 100644 roms/u-boot/drivers/virtio/Makefile
create mode 100644 roms/u-boot/drivers/virtio/virtio-uclass.c
create mode 100644 roms/u-boot/drivers/virtio/virtio_blk.c
create mode 100644 roms/u-boot/drivers/virtio/virtio_blk.h
create mode 100644 roms/u-boot/drivers/virtio/virtio_mmio.c
create mode 100644 roms/u-boot/drivers/virtio/virtio_mmio.h
create mode 100644 roms/u-boot/drivers/virtio/virtio_net.c
create mode 100644 roms/u-boot/drivers/virtio/virtio_net.h
create mode 100644 roms/u-boot/drivers/virtio/virtio_pci.h
create mode 100644 roms/u-boot/drivers/virtio/virtio_pci_legacy.c
create mode 100644 roms/u-boot/drivers/virtio/virtio_pci_modern.c
create mode 100644 roms/u-boot/drivers/virtio/virtio_ring.c
create mode 100644 roms/u-boot/drivers/virtio/virtio_rng.c
create mode 100644 roms/u-boot/drivers/virtio/virtio_sandbox.c
create mode 100644 roms/u-boot/drivers/w1-eeprom/Kconfig
create mode 100644 roms/u-boot/drivers/w1-eeprom/Makefile
create mode 100644 roms/u-boot/drivers/w1-eeprom/ds24xxx.c
create mode 100644 roms/u-boot/drivers/w1-eeprom/ds2502.c
create mode 100644 roms/u-boot/drivers/w1-eeprom/eep_sandbox.c
create mode 100644 roms/u-boot/drivers/w1-eeprom/w1-eeprom-uclass.c
create mode 100644 roms/u-boot/drivers/w1/Kconfig
create mode 100644 roms/u-boot/drivers/w1/Makefile
create mode 100644 roms/u-boot/drivers/w1/mxc_w1.c
create mode 100644 roms/u-boot/drivers/w1/w1-gpio.c
create mode 100644 roms/u-boot/drivers/w1/w1-uclass.c
create mode 100644 roms/u-boot/drivers/watchdog/Kconfig
create mode 100644 roms/u-boot/drivers/watchdog/Makefile
create mode 100644 roms/u-boot/drivers/watchdog/armada-37xx-wdt.c
create mode 100644 roms/u-boot/drivers/watchdog/ast2600_wdt.c
create mode 100644 roms/u-boot/drivers/watchdog/ast_wdt.c
create mode 100644 roms/u-boot/drivers/watchdog/at91sam9_wdt.c
create mode 100644 roms/u-boot/drivers/watchdog/bcm6345_wdt.c
create mode 100644 roms/u-boot/drivers/watchdog/booke_wdt.c
create mode 100644 roms/u-boot/drivers/watchdog/cdns_wdt.c
create mode 100644 roms/u-boot/drivers/watchdog/cortina_wdt.c
create mode 100644 roms/u-boot/drivers/watchdog/designware_wdt.c
create mode 100644 roms/u-boot/drivers/watchdog/ftwdt010_wdt.c
create mode 100644 roms/u-boot/drivers/watchdog/imx_watchdog.c
create mode 100644 roms/u-boot/drivers/watchdog/mpc8xx_wdt.c
create mode 100644 roms/u-boot/drivers/watchdog/mt7620_wdt.c
create mode 100644 roms/u-boot/drivers/watchdog/mt7621_wdt.c
create mode 100644 roms/u-boot/drivers/watchdog/mtk_wdt.c
create mode 100644 roms/u-boot/drivers/watchdog/octeontx_wdt.c
create mode 100644 roms/u-boot/drivers/watchdog/omap_wdt.c
create mode 100644 roms/u-boot/drivers/watchdog/orion_wdt.c
create mode 100644 roms/u-boot/drivers/watchdog/rti_wdt.c
create mode 100644 roms/u-boot/drivers/watchdog/s5p_wdt.c
create mode 100644 roms/u-boot/drivers/watchdog/sandbox_wdt.c
create mode 100644 roms/u-boot/drivers/watchdog/sbsa_gwdt.c
create mode 100644 roms/u-boot/drivers/watchdog/sp805_wdt.c
create mode 100644 roms/u-boot/drivers/watchdog/stm32mp_wdt.c
create mode 100644 roms/u-boot/drivers/watchdog/tangier_wdt.c
create mode 100644 roms/u-boot/drivers/watchdog/ulp_wdog.c
create mode 100644 roms/u-boot/drivers/watchdog/wdt-uclass.c
create mode 100644 roms/u-boot/drivers/watchdog/xilinx_tb_wdt.c
create mode 100644 roms/u-boot/drivers/watchdog/xilinx_wwdt.c
create mode 100644 roms/u-boot/drivers/xen/Kconfig
create mode 100644 roms/u-boot/drivers/xen/Makefile
create mode 100644 roms/u-boot/drivers/xen/events.c
create mode 100644 roms/u-boot/drivers/xen/gnttab.c
create mode 100644 roms/u-boot/drivers/xen/hypervisor.c
create mode 100644 roms/u-boot/drivers/xen/pvblock.c
create mode 100644 roms/u-boot/drivers/xen/xenbus.c
create mode 100644 roms/u-boot/dts/Kconfig
create mode 100644 roms/u-boot/dts/Makefile
create mode 100644 roms/u-boot/env/Kconfig
create mode 100644 roms/u-boot/env/Makefile
create mode 100644 roms/u-boot/env/attr.c
create mode 100644 roms/u-boot/env/callback.c
create mode 100644 roms/u-boot/env/common.c
create mode 100644 roms/u-boot/env/eeprom.c
create mode 100644 roms/u-boot/env/embedded.c
create mode 100644 roms/u-boot/env/env.c
create mode 100644 roms/u-boot/env/ext4.c
create mode 100644 roms/u-boot/env/fat.c
create mode 100644 roms/u-boot/env/flags.c
create mode 100644 roms/u-boot/env/flash.c
create mode 100644 roms/u-boot/env/mmc.c
create mode 100644 roms/u-boot/env/nand.c
create mode 100644 roms/u-boot/env/nowhere.c
create mode 100644 roms/u-boot/env/nvram.c
create mode 100644 roms/u-boot/env/onenand.c
create mode 100644 roms/u-boot/env/remote.c
create mode 100644 roms/u-boot/env/sata.c
create mode 100644 roms/u-boot/env/sf.c
create mode 100644 roms/u-boot/env/ubi.c
create mode 100644 roms/u-boot/examples/Makefile
create mode 100644 roms/u-boot/examples/api/.gitignore
create mode 100644 roms/u-boot/examples/api/Makefile
create mode 100644 roms/u-boot/examples/api/demo.c
create mode 100644 roms/u-boot/examples/api/glue.c
create mode 100644 roms/u-boot/examples/api/glue.h
create mode 100644 roms/u-boot/examples/api/libgenwrap.c
create mode 100644 roms/u-boot/examples/standalone/.gitignore
create mode 100644 roms/u-boot/examples/standalone/Makefile
create mode 100644 roms/u-boot/examples/standalone/README.smc91111_eeprom
create mode 100644 roms/u-boot/examples/standalone/atmel_df_pow2.c
create mode 100644 roms/u-boot/examples/standalone/hello_world.c
create mode 100644 roms/u-boot/examples/standalone/nds32.lds
create mode 100644 roms/u-boot/examples/standalone/sched.c
create mode 100644 roms/u-boot/examples/standalone/smc91111_eeprom.c
create mode 100644 roms/u-boot/examples/standalone/sparc.lds
create mode 100644 roms/u-boot/examples/standalone/stubs.c
create mode 100644 roms/u-boot/fs/Kconfig
create mode 100644 roms/u-boot/fs/Makefile
create mode 100644 roms/u-boot/fs/btrfs/Kconfig
create mode 100644 roms/u-boot/fs/btrfs/Makefile
create mode 100644 roms/u-boot/fs/btrfs/btrfs.c
create mode 100644 roms/u-boot/fs/btrfs/btrfs.h
create mode 100644 roms/u-boot/fs/btrfs/common/rbtree-utils.c
create mode 100644 roms/u-boot/fs/btrfs/common/rbtree-utils.h
create mode 100644 roms/u-boot/fs/btrfs/compat.h
create mode 100644 roms/u-boot/fs/btrfs/compression.c
create mode 100644 roms/u-boot/fs/btrfs/conv-funcs.h
create mode 100644 roms/u-boot/fs/btrfs/crypto/hash.c
create mode 100644 roms/u-boot/fs/btrfs/crypto/hash.h
create mode 100644 roms/u-boot/fs/btrfs/ctree.c
create mode 100644 roms/u-boot/fs/btrfs/ctree.h
create mode 100644 roms/u-boot/fs/btrfs/dev.c
create mode 100644 roms/u-boot/fs/btrfs/dir-item.c
create mode 100644 roms/u-boot/fs/btrfs/disk-io.c
create mode 100644 roms/u-boot/fs/btrfs/disk-io.h
create mode 100644 roms/u-boot/fs/btrfs/extent-cache.c
create mode 100644 roms/u-boot/fs/btrfs/extent-cache.h
create mode 100644 roms/u-boot/fs/btrfs/extent-io.c
create mode 100644 roms/u-boot/fs/btrfs/extent-io.h
create mode 100644 roms/u-boot/fs/btrfs/inode.c
create mode 100644 roms/u-boot/fs/btrfs/kernel-shared/btrfs_tree.h
create mode 100644 roms/u-boot/fs/btrfs/root-tree.c
create mode 100644 roms/u-boot/fs/btrfs/subvolume.c
create mode 100644 roms/u-boot/fs/btrfs/volumes.c
create mode 100644 roms/u-boot/fs/btrfs/volumes.h
create mode 100644 roms/u-boot/fs/cbfs/Kconfig
create mode 10
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment