doc: Introduce the use of Nuclei XEC on qemu#59
Open
muxiff wants to merge 1 commit intoNuclei-Software:masterfrom
Open
doc: Introduce the use of Nuclei XEC on qemu#59muxiff wants to merge 1 commit intoNuclei-Software:masterfrom
muxiff wants to merge 1 commit intoNuclei-Software:masterfrom
Conversation
Contributor
There was a problem hiding this comment.
Caution
Changes requested ❌
Reviewed everything up to 7e0a7e3 in 1 minute and 54 seconds. Click for details.
- Reviewed
148lines of code in2files - Skipped
0files when reviewing. - Skipped posting
3draft comments. View those below. - Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. source/qemu/nuclei_xec.rst:132
- Draft comment:
File is missing a trailing newline (EOF). - Reason this comment was not posted:
Comment did not seem useful. Confidence is useful =0%<= threshold50%This comment is purely informative and does not provide any actionable feedback or suggestions for improvement. It simply points out a missing newline at the end of the file, which is a minor formatting issue that does not affect functionality.
2. source/qemu/nuclei_xec.rst:6
- Draft comment:
Typo: 'net work' in the text appears to have a space and should likely be 'network'. - Reason this comment was not posted:
Marked as duplicate.
3. source/qemu/nuclei_xec.rst:130
- Draft comment:
Typo: 'QMEU运行' appears to be a misspelling. It should be 'QEMU运行'. - Reason this comment was not posted:
Marked as duplicate.
Workflow ID: wflow_SVT1uSJhrMOGkWeL
You can customize by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.
| QEMU9.0上XEC以太网使用指南 | ||
| ========================== | ||
|
|
||
| QEMU官方关于net work的文档: https://wiki.qemu.org/Documentation/Networking |
Contributor
There was a problem hiding this comment.
Typo: Consider replacing 'net work' with 'network' for consistency.
Suggested change
| QEMU官方关于net work的文档: https://wiki.qemu.org/Documentation/Networking | |
| QEMU官方关于network的文档: https://wiki.qemu.org/Documentation/Networking |
| # 创建出站规则允许所有流量 | ||
| $ New-NetFirewallRule -DisplayName "Allow All Outbound" -Direction Outbound -Action Allow | ||
|
|
||
| **QMEU运行** |
Contributor
There was a problem hiding this comment.
Typo: 'QMEU运行' should be 'QEMU运行'.
Suggested change
| **QMEU运行** | |
| **QEMU运行** |
Member
|
暂不合入,这个是开发中的特性,需要文档上标注下,这个是2025.10以后的下个版本的特性,然后需要提醒用户默认情况下,建议使用 user mode, 这个不需要管理员权限配置网络,也能满足绝大多数需求。 |
Member
|
后续 @muxiff 需要补充一下Linux SDK dts需要修改的点,以及启动Linux以后怎么使用一些网络相关的命令便于测试。 |
Member
|
等待2026.06正式发布版本的时候合入 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Important
Introduces documentation for using Nuclei XEC Ethernet on QEMU, detailing User and TAP network modes with setup instructions for Linux and Windows.
nuclei_xec.rstto document using Nuclei XEC Ethernet on QEMU.index.rstto includenuclei_xec.rstin the table of contents.This description was created by
for 7e0a7e3. You can customize this summary. It will automatically update as commits are pushed.