Added Wiki for Linux Proxmox and div. Software-installs
This commit is contained in:
parent
d47f1dc602
commit
741584446c
17 changed files with 4537 additions and 0 deletions
36
Linux/Qemu.md
Normal file
36
Linux/Qemu.md
Normal file
|
@ -0,0 +1,36 @@
|
|||
# QEMU install
|
||||
|
||||
install these packages
|
||||
|
||||
```
|
||||
qemu virt-manager virt-viewer dnsmasq vde2 bridge-utils openbsd-netcat
|
||||
|
||||
```
|
||||
|
||||
start the services
|
||||
|
||||
edit this file
|
||||
|
||||
```
|
||||
/etc/libvirt/libvirtd.conf
|
||||
|
||||
```
|
||||
|
||||
for windows you need also the Virt IO Driver
|
||||
|
||||
<https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/virtio-win-0.1.215-2/>
|
||||
|
||||
for windows delete 2 lines in the xml config
|
||||
|
||||
```
|
||||
<timer name="rtc" tickpolicy="catchup"/>
|
||||
<timer name="pit" tickpolicy="delay"/>
|
||||
|
||||
```
|
||||
|
||||
and put this on yes
|
||||
|
||||
```
|
||||
<timer name="hpet" present="no"/>
|
||||
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue