Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE3
/
gpuvirt
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
55e3ee91
authored
Aug 08, 2023
by
Zoltan Karsa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update cpu type
parent
dad51817
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
31 additions
and
2 deletions
+31
-2
create_vgpu.sh
+2
-2
demo.txt
+24
-0
templates/demovm.xml
+5
-0
No files found.
create_vgpu.sh
View file @
55e3ee91
echo
"
$1
"
>
/sys/class/mdev_bus/
$2
/mdev_supported_types/
$3
/create
mdevctl define
--auto
--uuid
$1
\ No newline at end of file
#mdevctl define --auto --uuid $1
\ No newline at end of file
demo.txt
0 → 100644
View file @
55e3ee91
[2023-08-08 11:51:56] - INFO: Executing:
(exec: "/bin/qemu-system-x86_64", args:
@["-D",
"/home/cloud/.local/libvf.io/logs/qemu/99a34fe5-451a-4b68-a692-3b5ec2e46849-session.txt",
"-no-hpet", "-mem-prealloc",
"-uuid", "99a34fe5-451a-4b68-a692-3b5ec2e46849",
"-machine", "pc-q35-4.2,accel=kvm,usb=off,vmport=off,dump-guest-core=off",
"-cpu", "host,ss=on,vmx=on,pcid=on,
-hypervisor,arat=on,tsc-adjust=on,umip=on,md-clear=on,stibp=on,
arch-capabilities=on,ssbd=on,xsaveopt=on,pdpe1gb=on,ibpb=on,amd-stibp=on,amd-ssbd=on,
skip-l1dfl-vmentry=on,pschange-mc-no=on,hv-vapic,hv_time,hv-spinlocks=0x1fff,hv-vendor-id=null,
kvm=off,topoext=on", "-rtc",
"clock=host,base=localtime",
"-m", "4096", "-smp", "cores=1,threads=2,sockets=1",
"-hda", "/home/cloud/.local/libvf.io/live/99a34fe5-451a-4b68-a692-3b5ec2e46849",
"--enable-kvm", "-device",
"vfio-pci,id=hostdev0,sysfsdev=/sys/bus/mdev/devices/d3f92818-d658-48ac-a964-c773af3a932d,
display=off", "-device", "rtl8139,netdev=net0", "-netdev",
"user,id=net0,hostfwd=tcp::2222-:22",
"-net", "user", "-net", "nic", "-device", "vhost-vsock-pci,guest-cid=11257",
"-qmp", "unix:/tmp/sockets/99a34fe5-451a-4b68-a692-3b5ec2e46849/main.sock,server,nowait",
"-qmp", "unix:/tmp/sockets/99a34fe5-451a-4b68-a692-3b5ec2e46849/master.sock,server,nowait",
"-cdrom", "/data/img/ubuntu-20.04.6-live-server-amd64.iso", "-vnc", "0.0.0.0:6100"])
\ No newline at end of file
templates/demovm.xml
View file @
55e3ee91
...
...
@@ -4,6 +4,11 @@
<memory
unit=
'GB'
>
{{ram}}
</memory>
<currentMemory
unit=
'GB'
>
{{ram}}
</currentMemory>
<vcpu>
{{vcpu}}
</vcpu>
<cpu
mode=
'host-passthrough'
>
<feature
policy=
'require'
name=
'vmx'
/>
<feature
policy=
'require'
name=
'ss'
/>
<feature
policy=
'require'
name=
'pcid'
/>
</cpu>
<os>
<type
arch=
'i686'
machine=
'pc'
>
hvm
</type>
</os>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment