36 lines
545 B
Markdown
36 lines
545 B
Markdown
# 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"/>
|
|
|
|
```
|