Giter Club home page Giter Club logo

proxmox-ve-anti-detection's Introduction

Other Project

For QEMU ANTIDECTION, see https://github.com/zhaodice/qemu-anti-detection

Proxmox VE(PVE 8.1.5-3)

See https://github.com/zhaodice/proxmox-ve-anti-detection/blob/main/readme-8.1.5-3.md

Proxmox VE(PVE 8.0.2-3) Anti Detection

Type Engine Bypass
AntiCheat Mhyprot ☑️
AntiCheat Anti Cheat Expert(ACE) ☑️
AntiCheat Easy Anti Cheat(EAC) ☑️
AntiCheat nProtect GameGuard(NP) ☑️
AntiCheat Vanguard ‼️(1: Incorrect function)
AntiCheat Roblex ‼️(The application encountered an unrecoverable error)
AntiCheat Gepard Shield ☑️ (But need to patch host kernel: https://github.com/WCharacter/RDTSC-KVM-Handler )
Encrypt VMProtect ☑️
Encrypt VProtect ☑️
Encrypt Themida ☑️
Encrypt Enigma Protector ☑️
Encrypt Safegine Shielden ☑️

‼️ There are games cannot run under this environment but I am not sure whether qemu has been detected, because the game doesn't say "Virtual machine detected" specifically. If you have any clue, feel free to tell me :)

Issue : #2 (resolved)

Flaws :

use those commands could DETECT THIS VM (Shows "No instance available") , and NO SOLOTION CURRENTLY(I Don't know how to simulate thoses infomation..).

---------------------------

wmic path Win32_Fan get *

wmic path Win32_CacheMemory get *

wmic path Win32_VoltageProbe get *

wmic path Win32_PerfFormattedData_Counters_ThermalZoneInformation get *

wmic path CIM_Memory get *

wmic path CIM_Sensor get *

wmic path CIM_NumericSensor get *

wmic path CIM_TemperatureSensor get *

wmic path CIM_VoltageSensor get *

Build deb(or download my release ,jump to install section.)

!!! Create Proxmox VE Virtual Machine as compile enviromnet. !!!

1.Login System

2.Remove the old:

mv /etc/apt/sources.list /etc/apt/sources.list.deleted
mv /etc/apt/sources.list.d/pve-enterprise.list /etc/apt/sources.list.d/pve-enterprise.list.deleted

3.Add follows into /etc/apt/sources.list

deb https://mirrors.ustc.edu.cn/debian/ bookworm main contrib non-free
deb https://mirrors.ustc.edu.cn/debian/ bookworm-updates main contrib non-free
deb https://mirrors.ustc.edu.cn/debian/ bookworm-backports main contrib non-free
deb https://mirrors.ustc.edu.cn/debian-security bookworm-security main contrib
#pve源
deb https://mirrors.ustc.edu.cn/proxmox/debian bookworm pve-no-subscription
#ceph源
deb https://mirrors.ustc.edu.cn/proxmox/debian/ceph-pacific bookworm main
#开发源,必须
deb https://mirrors.ustc.edu.cn/proxmox/debian/devel bookworm main

(This patch is made at commit 409db0cd7bdc833e4a09d39492b319426029aa92)

apt update
git clone git://git.proxmox.com/git/pve-qemu.git
cd pve-qemu
git reset --hard 409db0cd7bdc833e4a09d39492b319426029aa92
apt install  devscripts
mk-build-deps --install
wget "https://github.com/zhaodice/proxmox-ve-anti-detecion/raw/main/001-anti-detection.patch" -O qemu/001-anti-detection.patch

nano debian/rules

FIND LINE:

	# guest-agent is only required for guest systems
	./configure \
	--with-git-submodules=ignore \
	--docdir=/usr/share/doc/pve-qemu-kvm \
	--localstatedir=/var \
	--prefix=/usr \
	--sysconfdir=/etc \
	--target-list=$(ARCH)-softmmu,aarch64-softmmu \
	--with-suffix="kvm" \
	--with-pkgversion="${DEB_SOURCE}_${DEB_VERSION_UPSTREAM_REVISION}" \
	--audio-drv-list="alsa" \
	--datadir=/usr/share \
	--libexecdir=/usr/lib/kvm \
	--disable-capstone \
	--disable-gtk \
	--disable-guest-agent \
	--disable-guest-agent-msi \
	--disable-libnfs \
	--disable-libssh \
	--disable-sdl \
	--disable-smartcard \
	--disable-strip \
	--disable-xen \
	--enable-curl \
	--enable-docs \
	--enable-glusterfs \
	--enable-gnutls \
	--enable-libiscsi \
	--enable-libusb \
	--enable-linux-aio \
	--enable-linux-io-uring \
	--enable-numa \
	--enable-opengl \
	--enable-rbd \
	--enable-seccomp \
	--enable-slirp \
	--enable-spice \
	--enable-usb-redir \
	--enable-virglrenderer \
	--enable-virtfs \
	--enable-virtiofsd \
	--enable-zstd

Inject a line :

	# [Inject]Surprised Detector's Mother Fucker !!!
	patch -p1 < 001-anti-detection.patch
	
	# guest-agent is only required for guest systems
	...

6 Current folder is git's root path.

make clean
make

7.You will see a ERROR like follows

dpkg-source: info: unapplying 001-anti-detection.patch
dpkg-source: error: diff pve-qemu-kvm-7.2.0/debian/patches/001-anti-detection.patch modifies file pve-qemu-kvm-7.2.0/subprojects/libvduse/standard-headers/linux/qemu_fw_cfg.h through a symlink: pve-qemu-kvm-7.2.0/subprojects/libvduse/standard-headers/linux
dpkg-buildpackage: error: dpkg-source --after-build . subprocess returned exit status 25
make: *** [Makefile:36: pve-qemu-kvm_7.2.0-8_amd64.deb] Error 25

Due to you edit the rule files to patch, so it cannot unapplying extra patch

but it is NO PROBLME, because you will see a patched deb file pve-qemu-kvm_7.2.0-8_amd64.deb !

Install deb

copy pve-qemu-kvm_??_amd64.deb into your real PVE system.(to use this deb , you should install librbd-dev=16.2.11-pve1 first)

apt install librbd-dev
dpkg -i pve-qemu-kvm_??_amd64.deb

VM Show

/etc/pve/qemu-server/100.conf

args: -cpu host,+kvm_pv_unhalt,+kvm_pv_eoi,hv_spinlocks=0x1fff,hv_vapic,hv_time,hv_reset,hv_vpindex,hv_runtime,hv_relaxed,kvm=off,hv_vendor_id=intel,vmware-cpuid-freq=false,enforce=false,host-phys-bits=true,hypervisor=off -smbios type=0,version=UX305UA.201 -smbios type=1,manufacturer=ASUS,product=UX305UA,version=2021.1 -smbios type=2,manufacturer=Intel,version=2021.5,product='Intel i9-12900K' -smbios type=3,manufacturer=XBZJ -smbios type=17,manufacturer=KINGSTON,loc_pfx=DDR5,speed=4800,serial=114514,part=FF63 -smbios type=4,manufacturer=Intel,max-speed=4800,current-speed=4800
audio0: device=ich9-intel-hda,driver=none
balloon: 0
bios: ovmf
boot: order=sata0
cores: 12
cpu: host,flags=+pcid
efidisk0: local-lvm:vm-100-disk-0,efitype=4m,pre-enrolled-keys=1,size=4M
hostpci0: 0000:01:00,pcie=1,x-vga=1
machine: pc-q35-7.1
memory: 32768
meta: creation-qemu=7.1.0,ctime=1679627202
name: Windows11
net0: rtl8139=CA:09:F3:97:56:0B,bridge=vmbr0,firewall=1
numa: 1
ostype: win11
sata0: HugeSSD:100/vm-100-disk-1.qcow2,discard=on,size=64G,ssd=1
sata1: HugeHDD:100/vm-100-disk-0.qcow2,backup=0,size=128G
smbios1: uuid=24c326dd-3cec-48fc-bb9f-87aa3984e2c9,manufacturer=QVNVUw==,product=VVgzMDVVQQ==,version=MjAyMS4x,serial=MTI0NjY3,sku=MTM0NDY4,family=Ng==,base64=1
sockets: 1
tpmstate0: local-lvm:vm-100-disk-1,size=4M,version=v2.0
usb0: host=4e53:5406
usb1: host=040b:2000
vga: none
vmgenid: 020229e3-2cdb-4a91-8e77-1d04cf1f060f

Screenshot_20230329_124628

proxmox-ve-anti-detection's People

Contributors

kaydax avatar zhaodice avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

proxmox-ve-anti-detection's Issues

Unable to install pve-qemu-kvm-build-deps

Hello again i try to patch proxmox 8.1.4 with your patch for 8.1 qemu

have this problem:

root@pve1:~/pve-qemu# mk-build-deps --install
dpkg-buildpackage: info: source package pve-qemu-kvm-build-deps
dpkg-buildpackage: info: source version 8.1.2-6
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <[email protected]>
dpkg-buildpackage: info: host architecture amd64
 dpkg-source --before-build .
 debian/rules clean
dh clean
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   create-stamp debian/debhelper-build-stamp
   dh_prep
   dh_auto_install --destdir=debian/pve-qemu-kvm-build-deps/
   dh_install
   dh_installdocs
   dh_installchangelogs
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   dh_fixperms
   dh_missing
   dh_installdeb
   dh_gencontrol
   dh_md5sums
   dh_builddeb
dpkg-deb: building package 'pve-qemu-kvm-build-deps' in '../pve-qemu-kvm-build-deps_8.1.2-6_all.deb'.
 dpkg-genbuildinfo --build=binary -O../pve-qemu-kvm-build-deps_8.1.2-6_amd64.buildinfo
 dpkg-genchanges --build=binary -O../pve-qemu-kvm-build-deps_8.1.2-6_amd64.changes
dpkg-genchanges: info: binary-only upload (no source code included)
 dpkg-source --after-build .
dpkg-buildpackage: info: binary-only upload (no source included)

The package has been created.
Attention, the package has been created in the current directory,
not in ".." as indicated by the message above!
Selecting previously unselected package pve-qemu-kvm-build-deps.
(Reading database ... 68223 files and directories currently installed.)
Preparing to unpack pve-qemu-kvm-build-deps_8.1.2-6_all.deb ...
Unpacking pve-qemu-kvm-build-deps (8.1.2-6) ...
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Correcting dependencies...Starting pkgProblemResolver with broken count: 1
Starting 2 pkgProblemResolver with broken count: 1
Investigating (0) pve-qemu-kvm-build-deps:amd64 < 8.1.2-6 @iU K Nb Ib >
Broken pve-qemu-kvm-build-deps:amd64 Depends on librbd-dev:amd64 < none @un H > (>= 0.48)
  Considering librbd-dev:amd64 0 as a solution to pve-qemu-kvm-build-deps:amd64 -2
  Removing pve-qemu-kvm-build-deps:amd64 rather than change librbd-dev:amd64
Done
 Done
Starting pkgProblemResolver with broken count: 0
Starting 2 pkgProblemResolver with broken count: 0
Done
The following packages will be REMOVED:
  pve-qemu-kvm-build-deps
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 10.2 kB disk space will be freed.
N: Ignoring file 'pve-enterprise.list.deleted' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
Do you want to continue? [Y/n]
(Reading database ... 68224 files and directories currently installed.)
Removing pve-qemu-kvm-build-deps (8.1.2-6) ...
mk-build-deps: Unable to install pve-qemu-kvm-build-deps at /usr/bin/mk-build-deps line 459.
mk-build-deps: Unable to install all build-dep packages

The line 459 is " Unable to install $pkg";"
```
);
if ($status ne 'installed' || ($? >> 8)) {
# Restore system to previous state, since $install_tool wasn't
# able to resolve a proper way to get the build-dep packages
# installed
warn "$progname: Unable to install $pkg";
$err = 1;
} elsif ($opt_remove) {
unlink $deb_files[$i];
unlink $buildinfo_files[$i];
unlink $changes_files[$i];

Please tell me how to solve this problem

Unable to install all build-dep packages

mk-build-deps: Unable to install pve-qemu-kvm-build-deps at /usr/bin/mk-build-deps line 459.
mk-build-deps: Unable to install all build-dep packages

I have this after mk-build-deps --install and make give me this result

test -f "qemu/configure" || git submodule update --init --recursive
fatal: destination path '/root/pve-qemu/qemu' already exists and is not an empty directory.
fatal: clone of 'git://git.proxmox.com/git/mirror_qemu' into submodule path '/root/pve-qemu/qemu' failed
Failed to clone 'qemu'. Retry scheduled
fatal: destination path '/root/pve-qemu/qemu' already exists and is not an empty directory.
fatal: clone of 'git://git.proxmox.com/git/mirror_qemu' into submodule path '/root/pve-qemu/qemu' failed
Failed to clone 'qemu' a second time, aborting
make: *** [Makefile:20: submodule] Error 1

What I should to do to fix this?
I do it in vm with proxmox 8.0-2 with ovmf, other settings is default. I launch make in pve-qemu directory.
And apt update give me this

Err:1 https://enterprise.proxmox.com/debian/ceph-quincy bookworm InRelease
401 Unauthorized [IP: 212.224.123.70 443]
Hit:2 https://mirrors.ustc.edu.cn/debian bookworm InRelease
Hit:3 https://mirrors.ustc.edu.cn/debian bookworm-updates InRelease
Hit:4 https://mirrors.ustc.edu.cn/debian bookworm-backports InRelease
Hit:5 https://mirrors.ustc.edu.cn/debian-security bookworm-security InRelease
Hit:6 https://mirrors.ustc.edu.cn/proxmox/debian bookworm InRelease
Ign:7 https://mirrors.ustc.edu.cn/proxmox/debian/ceph-pacific bookworm InRelease
Hit:8 https://mirrors.ustc.edu.cn/proxmox/debian/devel bookworm InRelease
Err:9 https://mirrors.ustc.edu.cn/proxmox/debian/ceph-pacific bookworm Release
404 Not Found [IP: 202.141.160.110 443]
Reading package lists... Done
N: Ignoring file 'pve-enterprise.list.deleted' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
E: Failed to fetch https://enterprise.proxmox.com/debian/ceph-quincy/dists/bookworm/InRelease 401 Unauthorized [IP: 212.224.123.70 443]
E: The repository 'https://enterprise.proxmox.com/debian/ceph-quincy bookworm InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'https://mirrors.ustc.edu.cn/proxmox/debian/ceph-pacific bookworm Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
N: Repository 'Debian bookworm' changed its 'non-free component' value from 'non-free' to 'non-free non-free-firmware'
N: More information about this can be found online in the Release notes at: https://www.debian.org/releases/bookworm/amd64/release-notes/ch-information.html#non-free-split

New instruction for pve-qemu 8.1.5-3

New instructions with which I was able to build a patch for pve-qemu 8.1.5-3

Written on the basis of the instructions from here: #11 (many thanks to all for the instructions and hints and to the author for the original instructions and patch).

Immediately wanted to apologize if there are any errors in the instructions, I am a beginner.

!!! Create Proxmox VE Virtual Machine as compile enviromnet. !!!

!!! If you have an error while installing mk-build-deps

mk-build-deps: Unable to install pve-qemu-kvm-build-deps at /usr/bin/mk-build-deps line 459.
mk-build-deps: Unable to install all build-dep packages

add a link to your /etc/apt/sources.list or uncomment the following

deb https://mirrors.ustc.edu.cn/proxmox/debian/ceph-quincy bookworm main

!!!

!!! If you have a build error

fatal: clone of 'git://git.proxmox.com/git/mirror_qemu' into submodule path '/root/pve-qemu/qemu' failed
Failed to clone 'qemu' a second time, aborting
make: *** [Makefile:21: submodule] Error 1

run in the pve-qemu folder

rm qemu -r
git submodule update

and continue from step 7

!!!

1.Login System

2.Remove the old one:

mv /etc/apt/sources.list /etc/apt/sources.list.deleted
mv /etc/apt/sources.list.d/pve-enterprise.list /etc/apt/sources.list.d/pve-enterprise.list.deleted

3.1.nano /etc/apt/sources.list

deb https://mirrors.ustc.edu.cn/debian/ bookworm main contrib non-free non-free-firmware
deb https://mirrors.ustc.edu.cn/debian/ bookworm-updates main contrib non-free non-free-firmware
deb https://mirrors.ustc.edu.cn/debian/ bookworm-backports main contrib non-free non-free non-free-firmware
deb https://mirrors.ustc.edu.cn/debian-security bookworm-security main contrib non-free non-free-firmware
#pve源
deb https://mirrors.ustc.edu.cn/proxmox/debian bookworm pve-no-subscription
#ceph源
deb https://mirrors.ustc.edu.cn/proxmox/debian/ceph-quincy bookworm main
#开发源,必须
deb https://mirrors.ustc.edu.cn/proxmox/debian/devel bookworm main

3.2 nano /etc/apt/sources.list.d/pve-enterprise.list
#deb https://enterprise.proxmox.com/debian/pve bookworm pve-enterprise

3.3 nano /etc/apt/sources.list.d/ceph.list
#deb https://enterprise.proxmox.com/debian/ceph-quincy bookworm enterprise
#deb http://download.proxmox.com/debian/ceph-quincy bookworm no-subscription

3.4 nano /etc/apt/sources.list.d/pve-no-subscription.list
deb https://mirrors.ustc.edu.cn/proxmox/debian/pve bookworm pve-no-subscription

3.5 update & upgrade your systtem
apt update -y && apt dist-upgrade -y

  1. Go to https://git.proxmox.com/?p=pve-qemu.git;a=summary and search for the pve-qemu release you need.
    (let's take 8.1.5-3 as an example).
    Open the releases and copy the commit tree (for 8.1.5-3 - d70533ff83b5298fe86733dd6f9341e6e20c01c0)
    (This patch is made at commit d70533ff83b5298fe86733dd6f9341e6e20c01c0)
    apt install git
    git clone git://git.proxmox.com/git/pve-qemu.git
    cd pve-qemu
    git reset --hard d70533ff83b5298fe86733dd6f9341e6e20c01c0
    apt install devscripts
    mk-build-deps --install
    git submodule update --init

5.nano debian/rules
FIND LINE:

# guest-agent is only required for guest systems

Inject a line :

# [Inject]Surprised Detector's Mother Fucker !!!
patch -p1 < 001-anti-detection.patch

# guest-agent is only required for guest systems
...

6.nano debian/rules
FIND LINE:

# guest-agent is only required for guest systems
./configure \
        --disable-download \
	--with-git-submodules=ignore \
	--docdir=/usr/share/doc/pve-qemu-kvm\
	--localstatedir=/var \
	--prefix=/usr \
....

Delete the --disable-download \ line.

7.Open your webbrowser, visit https://github.com/zhaodice/qemu-anti-detection/ and find the patch version you need.
(for 8.1.5-3 - https://github.com/zhaodice/qemu-anti-detection/blob/main/qemu-8.1.0.patch ), download raw file, rename the file to 001-anti-detection.patch, connect to your server via SFTP, go to root/pve-qemu/qemu and copy the file.

8.Current folder is git's root path and make it
make clean
make

9.install deb
apt install librbd-dev
dpkg -i --force-all pve-qemu-kvm_X.X.X.X_amd64.deb
(for 8.1.5-3 - dpkg -i --force-all pve-qemu-kvm_8.1.5-3_amd64.deb)

(if you need to move the file to another server, connect to your server via SFTP, go to root/pve-qemu and download your pve-qemu-kvm_X.X.X.X_amd64.deb and on the other server put the file into root/pve-qemu and run the above command)

I am new to Proxmox.

Hello, thank you for your contributions. I am new to Proxmox. Is there a video explanation of this?

在 命运方舟 中被检测到 ace

很高兴你使用中文 我在命运方舟游戏中 不可过检测 这是一款腾讯的wegame网游 使用AntiCheatExpert
它会检测到错误弹出提示 关闭游戏
1801007723
以下是配置文件
args: -cpu host,rdtscp=off,hv_time,+kvm_pv_unhalt,+kvm_pv_eoi,hv_spinlocks=0x1fff,-hy> balloon: 0 bios: ovmf boot: order=hostpci1;ide2 cores: 8cpu: host,flags=+pcid efidisk0: local-zfs:vm-100-disk-0,efitype=4m,pre-enrolled-keys=1,size=1M hostpci0: 0000:05:00,pcie=1,x-vga=1 hostpci1: 0000:01:00,pcie=1 ide2: local:iso/Lostark.iso,media=cdrom,size=60581082K localtime: 1 machine: pc-q35-8.0 memory: 8192 meta: creation-qemu=8.0.2,ctime=1693505938 net0: e1000=BC:30:7E:23:82:28,bridge=vmbr0 numa: 1 ostype: win11 smbios1: uuid=832328ff-c8f4-42ee-92df-7081628fc63c,manufacturer=QVNVUw==,product=VVgz> sockets: 1 usb0: host=1bcf:08a0,usb3=1 usb1: host=1c4f:0084,usb3=1 usb2: host=048d:1234,usb3=1 vga: none vmgenid: aee350c9-a89b-4e8d-b0cd-2e681099b5cf
如果有可能希望您抽空看一下 非常感谢我会持续关注

How to remove this patch?

Hello, I noticed that this patch removes a lot of performance from the VM, how would I go about uninstalling it?

broken dependencies

Hi, there!
i'm trying to apply your patch to my working PVE 8.0.4
And i'm getting dependencies issues. Looks like libs you are using are out of date
Could you please fix it?

apt install librbd-dev
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 librbd-dev : Depends: librados-dev but it is not going to be installed
              Depends: librbd1 (= 16.2.11+ds-2) but 17.2.6-pve1+3 is to be installed
E: Unable to correct problems, you have held broken packages.

Detected in private RO game

RO_Detected

Your patch zhaodice works very well.
I use to play this retro game on my private server.
But 4-5 days ago, it was already detected.
What additional settings should I set to avoid detection?

I'm using google translate for this text, sorry if this text confuses you.

Thank you again for making this patch. I used it on my old computer and played the game with my 2 younger brothers. It feels great that this old computer can be used together with my family back in the childhood together.

Question about BattleEye Anti-Cheat and Fortnite game.

Hi @zhaodice! Hope you are doing well.
I have a question.
With the update and fix you posted in this anti-detection for Proxmox VE 8.0, should BattleEye anti-cheat work?
I did not see anything talking about BattleEye in the README section.
Fortnite eventually switches besides anti-cheats, going through Easy Anti Cheat (EAC) and BattleEye.
The problem is that eventually BattleEye detects the virtual machine and doesn't let me play the game while using a Proxmox virtual machine.

Also, do you have any other contact source, like Discord or something like this?
If yes, please add me, my username is: soujon
I'm from America, so I don't have WeChat and other social sources like this.

rdtsc detected by pafish64

https://github.com/a0rtega/pafish
image

configuration:

args: -cpu host,+kvm_pv_unhalt,+kvm_pv_eoi,hv_spinlocks=0x1fff,hv_vapic,hv_time,hv_reset,hv_vpindex,hv_runtime,hv_relaxed,kvm=off,hv_vendor_id=intel,vmware-cpuid-freq=false,enforce=false,host-phys-bits=true,hypervisor=off -smbios type=0,version=UX305UA.201 -smbios type=1,manufacturer=ASUS,product=UX305UA,version=2021.1 -smbios type=2,manufacturer=Intel,version=2021.5,product='Intel i9-12900K' -smbios type=3,manufacturer=XBZJ -smbios type=17,manufacturer=KINGSTON,loc_pfx=DDR5,speed=4800,serial=114514,part=FF63 -smbios type=4,manufacturer=Intel,max-speed=4800,current-speed=4800
audio0: device=ich9-intel-hda,driver=none
balloon: 0
bios: ovmf
boot: order=sata0
cores: 4
cpu: host,flags=+pcid
efidisk0: local-lvm:vm-103-disk-0,efitype=4m,pre-enrolled-keys=1,size=4M
machine: pc-q35-8.0
memory: 4048
meta: creation-qemu=8.0.2,ctime=1695239570
name: test
net0: rtl8139=CA:09:F3:97:56:0B,bridge=vmbr0,firewall=1
numa: 1
ostype: win10
sata0: local-lvm:vm-103-disk-1,size=100G
smbios1: uuid=f8dda7a4-3d2a-43a8-a7c1-3900cfc29e6e,manufacturer=QVNVUw==,product=VVgzMDVVQQ==,version=MjAyMS4x,serial=MTI0NjY3,sku=MTM0NDY4,family=Ng==,base64=1
sockets: 1
usb0: host=4e53:5406
usb1: host=040b:2000
vmgenid:365e32f3-3539-472a-97e5-7cc0e3c62027

built from source: pve-qemu-kvm: 8.0.2-5

Can i still use the patch?

Hi, thank you for your work!!!

Is it still possible to use the patch with the current Proxmox version? If not, could you please explain what I need to do to make the changes myself? Is there any risk of damaging my Proxmox if I make a mistake while doing it myself? Are u planing too update your patch?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.