-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
big changes for pve-qemu-kvm: 8.1.2-1,please update,thanks #11
Comments
[Inject]Surprised Detector's Mother Fucker !!!patch -p1 < 001-anti-detection.patch 看起来您正在尝试使用 patch 命令应用一个补丁,但是有一些补丁未能成功应用。让我们来分析一下输出: 成功的补丁: block/vhdx.c、block/vvfat.c、chardev/msmouse.c等文件成功地被应用了补丁。 contrib/vhost-user-gpu/vhost-user-gpu.c 在偏移量1251处成功应用了一个补丁。 hw/arm/sbsa-ref.c 在偏移量851处有一个失败的补丁。它无法应用,并且创建了一个拒绝文件 hw/arm/sbsa-ref.c.rej。 您可能需要手动解决这些失败的部分。打开拒绝文件(在这种情况下是 hw/arm/sbsa-ref.c.rej)以查看冲突的更改。在解决冲突后,您可以重新应用补丁。 请注意,手动解决可能涉及理解补丁和拒绝文件中更改的上下文,并决定如何合并或修改代码以使其生效。 |
It it looks like a endless work, maybe we can create a program to deal with the future versions. |
Good idea, this is what we have been dreaming of. |
@gamma05772 In the meantime, you can grab the patch for 8.1.0 in the I successfully built the qemu deb on proxmox 8.1 like this. |
@rayanmestiri Thank you very much. I compiled pve-qemu-kvm 8.1.3-5 successfully by using your method. |
Hello, would it be possible to provide a step-by-step guide on how to do that? I would like to try but I am not proficient with this kind of tinkering. |
1.Login System 2.Remove the old: mv /etc/apt/sources.list /etc/apt/sources.list.deleted 3.1.nano /etc/apt/sources.list deb https://mirrors.ustc.edu.cn/debian/ bookworm main contrib non-free non-free-firmware 3.2 nano /etc/apt/sources.list.d/pve-enterprise.list 3.3 nano /etc/apt/sources.list.d/ceph.list 3.4 nano /etc/apt/sources.list.d/pve-no-subscription.list 3.5 update & upgrade your systtem 4.(This patch is made at commit f366bb97ae67910cb36a9f6e36d26e8d6070ad57) 5.Open your webbrowser ,visit "https://github.com/zhaodice/qemu-anti-detection/blob/main/qemu-8.1.0.patch",download raw file ,copy the file to ./qemu/001-anti-detection.patch
Inject a line :
|
Dude, do you have a chance to explain what you did in a video? I'm getting errors in some places, something is wrong. |
@gamma05772 Hi, I get this kind of output at the end. I am new to git. Can you please tell me what's wrong? I tried on different versions and on proxmox 8.0.2 with zhadoice steps , now updated to 8.1.4 and have same errors root@pve1: |
The workaround i've found on another issue is simply moving the .patch to the main git folder /pve-qemu, doing the git submodule update command you did, then moving back the .patch to qemu/ and continue with compiling |
big changes for pve-qemu-kvm: 8.1.2-1,please update,thanks
The text was updated successfully, but these errors were encountered: