[pve-devel] update pve-qemu-kvm to last git
Alexandre Derumier
aderumier at odiso.com
Fri May 18 08:25:54 CEST 2012
remove
-libacard-fix-compilaton-with-gcc.4.7.diff
include in git
-revert-prefer_msi-and-share_intx-defaults.diff
now msi fallback if kernel does not support intx
rename
-update-target-x86_64.conf-to-rhel6.2-version.patch
to
-update-cpus-x86_64.conf-to-rhel6.2-version.patch
target-x86_64.conf is now named cpus-x86_64.conf, and is located in /usr/share/kvm/
- # move target-x86_64.conf to correct location
- mv $(destdir)/etc/qemu/target-x86_64.conf $(destdir)/etc/kvm/
I also have update the patch to last cpusdefs.
removal
# remove stale /etc/qemu (files are in /etc/kvm)
- rm -f /etc/qemu/target-x86_64.conf
- if test -d /etc/qemu; then rmdir /etc/qemu; fi
+ rm -rf /etc/qemu
+ rm -rf /etc/kvm
we don't need anymore these directory
change configure --datadir to /usr/share , as "kvm" is now append automaticly
- ./configure --prefix=/usr --datadir=/usr/share/kvm --docdir=/usr/share/doc/pve-qemu-kvm --sysconfdir=/etc --disable-xen --enable-vnc-tls --enable-sdl --$
+ ./configure --prefix=/usr --datadir=/usr/share --docdir=/usr/share/doc/pve-qemu-kvm --sysconfdir=/etc --disable-xen --enable-vnc-tls --enable-sdl --enab$
More information about the pve-devel
mailing list