qemu-vl.spec 41 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150
  1. Summary: QEMU is a FAST! processor emulator
  2. Summary(ja): QEMU 高速なプロセッサ・エミュレーター
  3. Name: qemu
  4. Version: 2.4.1
  5. Release: 1%{?_dist_release}
  6. License: GPLv2+ and LGPLv2+ and BSD
  7. Group: Development/Tools
  8. URL: http://www.qemu.org/
  9. Source0: http://wiki.qemu-project.org/download/%{name}-%{version}.tar.bz2
  10. Source1: qemu.init
  11. # Loads kvm kernel modules at boot
  12. Source2: kvm.modules
  13. # Creates /dev/kvm
  14. Source3: 80-kvm.rules
  15. # KSM control scripts
  16. Source4: ksm.init
  17. Source5: ksm.sysconfig
  18. Source6: ksmtuned.init
  19. Source7: ksmtuned
  20. Source8: ksmtuned.conf
  21. Patch0: qemu-2.4.1-build-fix-vine.patch
  22. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
  23. BuildRequires: SDL-devel zlib-devel which texi2html gnutls-devel cyrus-sasl-devel
  24. BuildRequires: libaio-devel
  25. BuildRequires: rsync
  26. BuildRequires: pciutils-devel
  27. BuildRequires: pulseaudio-libs-devel
  28. BuildRequires: alsa-lib-devel
  29. BuildRequires: ncurses-devel
  30. BuildRequires: libattr-devel
  31. BuildRequires: usbredir-devel >= 0.4.1
  32. BuildRequires: texinfo
  33. %ifarch %{ix86} x86_64
  34. BuildRequires: spice-protocol >= 0.8.1
  35. BuildRequires: spice-server-devel >= 0.9.0
  36. %endif
  37. # For network block driver
  38. BuildRequires: curl-devel
  39. %if %{with rbd}
  40. # For rbd block driver
  41. BuildRequires: ceph-devel
  42. %endif
  43. # We need both because the 'stap' binary is probed for by configure
  44. BuildRequires: systemtap
  45. BuildRequires: systemtap-sdt-devel
  46. # For smartcard NSS support
  47. BuildRequires: nss-devel
  48. # For XFS discard support in raw-posix.c
  49. BuildRequires: xfsprogs-devel
  50. # For VNC JPEG support
  51. BuildRequires: libjpeg-turbo-devel
  52. # For VNC PNG support
  53. BuildRequires: libpng-devel
  54. # For uuid generation
  55. BuildRequires: libuuid-devel
  56. # For BlueZ device support
  57. BuildRequires: bluez-libs-devel
  58. # For Braille device support
  59. BuildRequires: brlapi-devel
  60. %if %{with fdt}
  61. # For FDT device tree support
  62. BuildRequires: libfdt-devel
  63. %endif
  64. # For test suite
  65. BuildRequires: check-devel
  66. # For virtfs
  67. BuildRequires: libcap-devel
  68. Requires: %{name}-user = %{version}-%{release}
  69. Requires: %{name}-system-x86 = %{version}-%{release}
  70. Requires: %{name}-system-sparc = %{version}-%{release}
  71. Requires: %{name}-system-arm = %{version}-%{release}
  72. Requires: %{name}-system-cris = %{version}-%{release}
  73. Requires: %{name}-system-sh4 = %{version}-%{release}
  74. Requires: %{name}-system-m68k = %{version}-%{release}
  75. Requires: %{name}-system-mips = %{version}-%{release}
  76. Requires: %{name}-system-ppc = %{version}-%{release}
  77. Requires: %{name}-img = %{version}-%{release}
  78. %define qemudocdir %{_docdir}/%{name}
  79. %description
  80. QEMU is a generic and open source processor emulator which achieves a good
  81. emulation speed by using dynamic translation. QEMU has two operating modes:
  82. * Full system emulation. In this mode, QEMU emulates a full system (for
  83. example a PC), including a processor and various peripherials. It can be
  84. used to launch different Operating Systems without rebooting the PC or
  85. to debug system code.
  86. * User mode emulation. In this mode, QEMU can launch Linux processes compiled
  87. for one CPU on another CPU.
  88. As QEMU requires no host kernel patches to run, it is safe and easy to use.
  89. %description -l ja
  90. QEMU オープンソースな汎用のプロセッサエミュレータです。ダイナミック・トランス
  91. レーションを利用することにより、優れたエミュレーション速度を実現しています。
  92. QEMU には2つのエミュレーション・モードがあります:
  93. * フルシステム・エミュレーション。このモードでは、QEMU は1つ又は複数のプロセッサ
  94. や周辺装置を含めたすべてのシステム(例えば1台のPC)をエミュレートします。これは
  95. PC を再起動することなく別の OS を起動したり、システム・コードをデバッグする
  96. 時に利用できます。
  97. * ユーザーモード・エミュレーション。このモードでは、QEMU はある CPU に対してコン
  98. パイルされた Linux プログラムを別の CPU 上で実行できます。
  99. QEMU はホスト用のカーネルにパッチを適用すること無しに実行できるので、簡単に使え
  100. てしかも安全です。
  101. %package kvm
  102. Summary: QEMU metapackage for KVM support
  103. Summary(ja): KVM サポートのための QEMU メタ・パッケージ
  104. Group: Development/Tools
  105. %ifarch %{ix86} x86_64
  106. Requires: qemu-system-x86 = %{version}-%{release}
  107. %endif
  108. %ifarch ppc ppc64
  109. Requires: qemu-system-ppc = %{version}-%{release}
  110. %endif
  111. %description kvm
  112. This is a meta-package that provides a qemu-system-<arch> package for native
  113. architectures where kvm can be enabled. For example, in an x86 system, this
  114. will install qemu-system-x86
  115. %package img
  116. Summary: QEMU command line tool for manipulating disk images
  117. Group: Development/Tools
  118. %description img
  119. This package provides a command line tool for manipulating disk images
  120. %package common
  121. Summary: QEMU common files needed by all QEMU targets
  122. Group: Development/Tools
  123. Requires(post): /usr/bin/getent
  124. Requires(post): /usr/sbin/groupadd
  125. Requires(post): /usr/sbin/useradd
  126. Requires(post): /sbin/chkconfig
  127. Requires(preun): /sbin/service /sbin/chkconfig
  128. Requires(postun): /sbin/service
  129. %description common
  130. QEMU is a generic and open source processor emulator which achieves a good
  131. emulation speed by using dynamic translation.
  132. This package provides the common files needed by all QEMU targets
  133. %package guest-agent
  134. Summary: QEMU guest agent
  135. Group: System Environment/Daemons
  136. %description guest-agent
  137. QEMU is a generic and open source processor emulator which achieves a good
  138. emulation speed by using dynamic translation.
  139. This package provides an agent to run inside guests, which communicates
  140. with the host over a virtio-serial channel named "org.qemu.guest_agent.0"
  141. This package does not need to be installed on the host OS.
  142. %package user
  143. Summary: QEMU user mode emulation of qemu targets
  144. Group: Development/Tools
  145. Requires: %{name}-common = %{version}-%{release}
  146. Requires(post): /sbin/chkconfig
  147. Requires(preun): /sbin/service /sbin/chkconfig
  148. Requires(postun): /sbin/service
  149. %description user
  150. QEMU is a generic and open source processor emulator which achieves a good
  151. emulation speed by using dynamic translation.
  152. This package provides the user mode emulation of qemu targets
  153. %package system-x86
  154. Summary: QEMU system emulator for x86
  155. Group: Development/Tools
  156. Requires: %{name}-common = %{version}-%{release}
  157. Provides: kvm = 85
  158. Obsoletes: kvm < 85
  159. # Requires: vgabios
  160. # Requires: bochs-bios >= 2.3.8-0.8
  161. # Requires: /usr/share/gpxe/e1000-0x100e.rom
  162. # Requires: /usr/share/gpxe/rtl8029.rom
  163. # Requires: /usr/share/gpxe/pcnet32.rom
  164. # Requires: /usr/share/gpxe/rtl8139.rom
  165. # Requires: /usr/share/gpxe/virtio-net.rom
  166. %description system-x86
  167. QEMU is a generic and open source processor emulator which achieves a good
  168. emulation speed by using dynamic translation.
  169. This package provides the system emulator for x86. When being run in a x86
  170. machine that supports it, this package also provides the KVM virtualization
  171. platform.
  172. %package system-ppc
  173. Summary: QEMU system emulator for ppc
  174. Group: Development/Tools
  175. Requires: %{name}-common = %{version}-%{release}
  176. # Requires: openbios-ppc
  177. %description system-ppc
  178. QEMU is a generic and open source processor emulator which achieves a good
  179. emulation speed by using dynamic translation.
  180. This package provides the system emulator for ppc
  181. %package system-sparc
  182. Summary: QEMU system emulator for sparc
  183. Group: Development/Tools
  184. Requires: %{name}-common = %{version}-%{release}
  185. %description system-sparc
  186. QEMU is a generic and open source processor emulator which achieves a good
  187. emulation speed by using dynamic translation.
  188. This package provides the system emulator for sparc
  189. %package system-arm
  190. Summary: QEMU system emulator for arm
  191. Group: Development/Tools
  192. Requires: %{name}-common = %{version}-%{release}
  193. %description system-arm
  194. QEMU is a generic and open source processor emulator which achieves a good
  195. emulation speed by using dynamic translation.
  196. This package provides the system emulator for arm
  197. %package system-mips
  198. Summary: QEMU system emulator for mips
  199. Group: Development/Tools
  200. Requires: %{name}-common = %{version}-%{release}
  201. %description system-mips
  202. QEMU is a generic and open source processor emulator which achieves a good
  203. emulation speed by using dynamic translation.
  204. This package provides the system emulator for mips
  205. %package system-cris
  206. Summary: QEMU system emulator for cris
  207. Group: Development/Tools
  208. Requires: %{name}-common = %{version}-%{release}
  209. %description system-cris
  210. QEMU is a generic and open source processor emulator which achieves a good
  211. emulation speed by using dynamic translation.
  212. This package provides the system emulator for cris
  213. %package system-m68k
  214. Summary: QEMU system emulator for m68k
  215. Group: Development/Tools
  216. Requires: %{name}-common = %{version}-%{release}
  217. %description system-m68k
  218. QEMU is a generic and open source processor emulator which achieves a good
  219. emulation speed by using dynamic translation.
  220. This package provides the system emulator for m68k
  221. %package system-sh4
  222. Summary: QEMU system emulator for sh4
  223. Group: Development/Tools
  224. Requires: %{name}-common = %{version}-%{release}
  225. %description system-sh4
  226. QEMU is a generic and open source processor emulator which achieves a good
  227. emulation speed by using dynamic translation.
  228. This package provides the system emulator for sh4
  229. %ifarch %{ix86} x86_64
  230. %package kvm-tools
  231. Summary: KVM debugging and diagnostics tools
  232. Group: Development/Tools
  233. %description kvm-tools
  234. This package contains some diagnostics and debugging tools for KVM,
  235. such as kvmtrace and kvm_stat.
  236. %endif
  237. %prep
  238. %setup -q
  239. %patch0 -p1
  240. %build
  241. # --build-id option is used fedora 8 onwards for giving info to the debug packages.
  242. extraldflags="-Wl,--build-id";
  243. buildldflags="VL_LDFLAGS=-Wl,--build-id"
  244. %ifarch %{ix86} x86_64
  245. # sdl outputs to alsa or pulseaudio depending on system config, but it's broken (#495964)
  246. # alsa works, but causes huge CPU load due to bugs
  247. # oss works, but is very problematic because it grabs exclusive control of the device causing other apps to go haywire
  248. ./configure \
  249. --target-list=x86_64-softmmu \
  250. --prefix=%{_prefix} \
  251. --sysconfdir=%{_sysconfdir} \
  252. --audio-drv-list=pa,sdl,alsa,oss \
  253. --disable-strip \
  254. --extra-ldflags=$extraldflags \
  255. --extra-cflags="$RPM_OPT_FLAGS" \
  256. --disable-xen
  257. echo "config-host.mak contents:"
  258. echo "==="
  259. cat config-host.mak
  260. echo "==="
  261. make V=1 %{?_smp_mflags} $buildldflags
  262. cp -a x86_64-softmmu/qemu-system-x86_64 qemu-kvm
  263. make clean
  264. %endif
  265. ./configure \
  266. --target-list="i386-softmmu x86_64-softmmu arm-softmmu cris-softmmu m68k-softmmu \
  267. mips-softmmu mipsel-softmmu mips64-softmmu mips64el-softmmu ppc-softmmu \
  268. ppcemb-softmmu ppc64-softmmu sh4-softmmu sh4eb-softmmu sparc-softmmu \
  269. i386-linux-user x86_64-linux-user alpha-linux-user arm-linux-user \
  270. armeb-linux-user cris-linux-user m68k-linux-user mips-linux-user \
  271. mipsel-linux-user ppc-linux-user ppc64-linux-user ppc64abi32-linux-user \
  272. sh4-linux-user sh4eb-linux-user sparc-linux-user sparc64-linux-user \
  273. sparc32plus-linux-user" \
  274. --prefix=%{_prefix} \
  275. --sysconfdir=%{_sysconfdir} \
  276. --interp-prefix=%{_prefix}/qemu-%%M \
  277. --audio-drv-list=pa,sdl,alsa,oss \
  278. --disable-kvm \
  279. --disable-strip \
  280. --extra-ldflags=$extraldflags \
  281. --extra-cflags="$RPM_OPT_FLAGS" \
  282. --disable-xen
  283. echo "config-host.mak contents:"
  284. echo "==="
  285. cat config-host.mak
  286. echo "==="
  287. make V=1 %{?_smp_mflags} $buildldflags
  288. %install
  289. rm -rf $RPM_BUILD_ROOT
  290. install -D -p -m 0755 %{SOURCE4} $RPM_BUILD_ROOT%{_initdir}/ksm
  291. install -D -p -m 0644 %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/ksm
  292. install -D -p -m 0755 %{SOURCE6} $RPM_BUILD_ROOT%{_initdir}/ksmtuned
  293. install -D -p -m 0755 %{SOURCE7} $RPM_BUILD_ROOT%{_sbindir}/ksmtuned
  294. install -D -p -m 0644 %{SOURCE8} $RPM_BUILD_ROOT%{_sysconfdir}/ksmtuned.conf
  295. %ifarch %{ix86} x86_64
  296. mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/modules
  297. mkdir -p $RPM_BUILD_ROOT%{_bindir}/
  298. mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}
  299. mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d
  300. mkdir -p $RPM_BUILD_ROOT%{qemudocdir}
  301. install -m 0755 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/modules/kvm.modules
  302. install -m 0755 scripts/kvm/kvm_stat $RPM_BUILD_ROOT%{_bindir}/
  303. install -m 0755 qemu-kvm $RPM_BUILD_ROOT%{_bindir}/
  304. install -m 0644 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d
  305. %endif
  306. make DESTDIR=$RPM_BUILD_ROOT install
  307. chmod -x ${RPM_BUILD_ROOT}%{_mandir}/man1/*
  308. install -D -p -m 0755 %{SOURCE1} $RPM_BUILD_ROOT%{_initdir}/qemu
  309. install -D -p -m 0644 -t ${RPM_BUILD_ROOT}%{qemudocdir} Changelog README COPYING COPYING.LIB LICENSE
  310. install -D -p -m 0644 qemu.sasl $RPM_BUILD_ROOT%{_sysconfdir}/sasl2/qemu.conf
  311. # comment out for Vine Linux, use orignal ROM image
  312. # rm -rf ${RPM_BUILD_ROOT}%{_datadir}/%{name}/pxe*bin
  313. # rm -rf ${RPM_BUILD_ROOT}%{_datadir}/%{name}/vgabios*bin
  314. # rm -rf ${RPM_BUILD_ROOT}%{_datadir}/%{name}/bios.bin
  315. # rm -rf ${RPM_BUILD_ROOT}%{_datadir}/%{name}/openbios-ppc
  316. # rm -rf ${RPM_BUILD_ROOT}%{_datadir}/%{name}/openbios-sparc32
  317. # rm -rf ${RPM_BUILD_ROOT}%{_datadir}/%{name}/openbios-sparc64
  318. rm -rf ${RPM_BUILD_ROOT}%{_datadir}/%{name}/pxe-eepro100.rom
  319. rm -rf ${RPM_BUILD_ROOT}%{_datadir}/%{name}/petalogix*.dtb
  320. rm -rf ${RPM_BUILD_ROOT}%{_datadir}/%{name}/s390-zipl.rom
  321. rm -rf ${RPM_BUILD_ROOT}%{_datadir}/%{name}/s390-ccw.img
  322. rm -rf ${RPM_BUILD_ROOT}%{_datadir}/%{name}/bamboo.dtb
  323. rm -rf ${RPM_BUILD_ROOT}%{_datadir}/%{name}/slof.bin
  324. rm -rf ${RPM_BUILD_ROOT}%{_datadir}/%{name}/spapr-rtas.bin
  325. rm -rf ${RPM_BUILD_ROOT}%{_datadir}/%{name}/palcode-clipper
  326. rm -rf ${RPM_BUILD_ROOT}%{_prefix}/lib/libcacard*
  327. rm -rf ${RPM_BUILD_ROOT}%{_prefix}/lib/pkgconfig/libcacard.pc
  328. rm -rf ${RPM_BUILD_ROOT}%{_includedir}/cacard
  329. rm -rf ${RPM_BUILD_ROOT}%{_includedir}/cacard
  330. # the pxe gpxe images will be symlinks to the images on
  331. # /usr/share/gpxe, as QEMU doesn't know how to look
  332. # for other paths, yet.
  333. pxe_link() {
  334. ln -s ../gpxe/$2.rom %{buildroot}%{_datadir}/%{name}/pxe-$1.bin
  335. }
  336. # comment out for Vine Linux, use orignal ROM image
  337. # pxe_link e1000 e1000-0x100e
  338. # pxe_link ne2k_pci rtl8029
  339. # pxe_link pcnet pcnet32
  340. # pxe_link rtl8139 rtl8139
  341. # pxe_link virtio virtio-net
  342. # ln -s ../vgabios/VGABIOS-lgpl-latest.bin %{buildroot}/%{_datadir}/%{name}/vgabios.bin
  343. # ln -s ../vgabios/VGABIOS-lgpl-latest.cirrus.bin %{buildroot}/%{_datadir}/%{name}/vgabios-cirrus.bin
  344. # ln -s ../bochs/BIOS-bochs-kvm %{buildroot}/%{_datadir}/%{name}/bios.bin
  345. # ln -s ../openbios/openbios-ppc %{buildroot}/%{_datadir}/%{name}/openbios-ppc
  346. # ln -s ../openbios/openbios-sparc32 %{buildroot}/%{_datadir}/%{name}/openbios-sparc32
  347. # ln -s ../openbios/openbios-sparc64 %{buildroot}/%{_datadir}/%{name}/openbios-sparc64
  348. %clean
  349. rm -rf $RPM_BUILD_ROOT
  350. %post system-x86
  351. %ifarch %{ix86} x86_64
  352. # load kvm modules now, so we can make sure no reboot is needed.
  353. # If there's already a kvm module installed, we don't mess with it
  354. sh %{_sysconfdir}/sysconfig/modules/kvm.modules
  355. %endif
  356. %post common
  357. getent group kvm >/dev/null || groupadd -g 36 -r kvm
  358. getent group qemu >/dev/null || groupadd -g 107 -r qemu
  359. getent passwd qemu >/dev/null || \
  360. useradd -r -u 107 -g qemu -G kvm -d / -s /sbin/nologin \
  361. -c "qemu user" qemu
  362. /sbin/chkconfig --add ksm
  363. /sbin/chkconfig --add ksmtuned
  364. %preun common
  365. if [ $1 -eq 0 ]; then
  366. /sbin/service ksmtuned stop &>/dev/null || :
  367. /sbin/chkconfig --del ksmtuned
  368. /sbin/service ksm stop &>/dev/null || :
  369. /sbin/chkconfig --del ksm
  370. fi
  371. %postun common
  372. if [ $1 -ge 1 ]; then
  373. /sbin/service ksm condrestart &>/dev/null || :
  374. /sbin/service ksmtuned condrestart &>/dev/null || :
  375. fi
  376. %post user
  377. /sbin/chkconfig --add qemu
  378. %preun user
  379. if [ $1 -eq 0 ]; then
  380. /sbin/service qemu stop &>/dev/null || :
  381. /sbin/chkconfig --del qemu
  382. fi
  383. %postun user
  384. if [ $1 -ge 1 ]; then
  385. /sbin/service qemu condrestart &>/dev/null || :
  386. fi
  387. %files
  388. %defattr(-,root,root)
  389. %files kvm
  390. %defattr(-,root,root)
  391. %files common
  392. %defattr(-,root,root)
  393. %doc %{qemudocdir}/Changelog
  394. %doc %{qemudocdir}/README
  395. %doc %{qemudocdir}/qemu-doc.html
  396. %doc %{qemudocdir}/qemu-tech.html
  397. %doc %{qemudocdir}/qmp-commands.txt
  398. %doc %{qemudocdir}/COPYING
  399. %doc %{qemudocdir}/COPYING.LIB
  400. %doc %{qemudocdir}/LICENSE
  401. %dir %{_datadir}/%{name}/
  402. %{_datadir}/%{name}/keymaps/
  403. %{_datadir}/%{name}/trace-events
  404. %{_mandir}/man1/qemu.1*
  405. %{_mandir}/man1/virtfs-proxy-helper.1*
  406. %{_mandir}/man8/qemu-nbd.8*
  407. %{_bindir}/qemu-nbd
  408. %{_bindir}/virtfs-proxy-helper
  409. %{_libexecdir}/qemu-bridge-helper
  410. %config(noreplace) %{_sysconfdir}/sasl2/qemu.conf
  411. %{_initdir}/ksm
  412. %config(noreplace) %{_sysconfdir}/sysconfig/ksm
  413. %{_initdir}/ksmtuned
  414. %{_sbindir}/ksmtuned
  415. %config(noreplace) %{_sysconfdir}/ksmtuned.conf
  416. %files guest-agent
  417. %defattr(-,root,root,-)
  418. %doc COPYING README
  419. %{_bindir}/qemu-ga
  420. %files user
  421. %defattr(-,root,root)
  422. %{_initdir}/qemu
  423. %{_bindir}/qemu-alpha
  424. %{_bindir}/qemu-arm
  425. %{_bindir}/qemu-armeb
  426. %{_bindir}/qemu-cris
  427. %{_bindir}/qemu-i386
  428. %{_bindir}/qemu-x86_64
  429. %{_bindir}/qemu-m68k
  430. %{_bindir}/qemu-mips
  431. %{_bindir}/qemu-mipsel
  432. %{_bindir}/qemu-ppc
  433. %{_bindir}/qemu-ppc64
  434. %{_bindir}/qemu-ppc64abi32
  435. %{_bindir}/qemu-sh4
  436. %{_bindir}/qemu-sh4eb
  437. %{_bindir}/qemu-sparc
  438. %{_bindir}/qemu-sparc64
  439. %{_bindir}/qemu-sparc32plus
  440. %files system-x86
  441. %defattr(-,root,root)
  442. %{_bindir}/qemu-system-i386
  443. %{_bindir}/qemu-system-x86_64
  444. %{_datadir}/%{name}/bios.bin
  445. %{_datadir}/%{name}/bios-256k.bin
  446. %{_datadir}/%{name}/sgabios.bin
  447. %{_datadir}/%{name}/linuxboot.bin
  448. %{_datadir}/%{name}/multiboot.bin
  449. %{_datadir}/%{name}/kvmvapic.bin
  450. %{_datadir}/%{name}/vgabios.bin
  451. %{_datadir}/%{name}/vgabios-cirrus.bin
  452. %{_datadir}/%{name}/vgabios-qxl.bin
  453. %{_datadir}/%{name}/vgabios-stdvga.bin
  454. %{_datadir}/%{name}/vgabios-vmware.bin
  455. %{_datadir}/%{name}/vgabios-virtio.bin
  456. %{_datadir}/%{name}/pxe-e1000.rom
  457. %{_datadir}/%{name}/pxe-virtio.rom
  458. %{_datadir}/%{name}/pxe-pcnet.rom
  459. %{_datadir}/%{name}/pxe-rtl8139.rom
  460. %{_datadir}/%{name}/pxe-ne2k_pci.rom
  461. %{_datadir}/%{name}/efi-e1000.rom
  462. %{_datadir}/%{name}/efi-eepro100.rom
  463. %{_datadir}/%{name}/efi-ne2k_pci.rom
  464. %{_datadir}/%{name}/efi-pcnet.rom
  465. %{_datadir}/%{name}/efi-rtl8139.rom
  466. %{_datadir}/%{name}/efi-virtio.rom
  467. %{_datadir}/%{name}/acpi-dsdt.aml
  468. %{_datadir}/%{name}/q35-acpi-dsdt.aml
  469. %{_datadir}/%{name}/qemu_logo_no_text.svg
  470. %{_datadir}/%{name}/qemu-icon.bmp
  471. %ifarch %{ix86} x86_64
  472. %{_bindir}/qemu-kvm
  473. %{_sysconfdir}/sysconfig/modules/kvm.modules
  474. %{_sysconfdir}/udev/rules.d/80-kvm.rules
  475. %files kvm-tools
  476. %defattr(-,root,root,-)
  477. %{_bindir}/kvm_stat
  478. %endif
  479. %files system-sparc
  480. %defattr(-,root,root)
  481. %{_bindir}/qemu-system-sparc
  482. %{_datadir}/%{name}/openbios-sparc32
  483. %{_datadir}/%{name}/openbios-sparc64
  484. %{_datadir}/%{name}/QEMU,tcx.bin
  485. %{_datadir}/%{name}/QEMU,cgthree.bin
  486. %files system-arm
  487. %defattr(-,root,root)
  488. %{_bindir}/qemu-system-arm
  489. %files system-mips
  490. %defattr(-,root,root)
  491. %{_bindir}/qemu-system-mips
  492. %{_bindir}/qemu-system-mipsel
  493. %{_bindir}/qemu-system-mips64
  494. %{_bindir}/qemu-system-mips64el
  495. %files system-ppc
  496. %defattr(-,root,root)
  497. %{_bindir}/qemu-system-ppc
  498. %{_bindir}/qemu-system-ppc64
  499. %{_bindir}/qemu-system-ppcemb
  500. %{_datadir}/%{name}/openbios-ppc
  501. # %{_datadir}/%{name}/video.x
  502. # %{_datadir}/%{name}/bamboo.dtb
  503. %{_datadir}/%{name}/ppc_rom.bin
  504. %{_datadir}/%{name}/u-boot.e500
  505. %files system-cris
  506. %defattr(-,root,root)
  507. %{_bindir}/qemu-system-cris
  508. %files system-m68k
  509. %defattr(-,root,root)
  510. %{_bindir}/qemu-system-m68k
  511. %files system-sh4
  512. %defattr(-,root,root)
  513. %{_bindir}/qemu-system-sh4
  514. %{_bindir}/qemu-system-sh4eb
  515. %files img
  516. %defattr(-,root,root)
  517. %{_bindir}/qemu-img
  518. %{_bindir}/qemu-io
  519. %{_bindir}/vscclient
  520. %{_mandir}/man1/qemu-img.1*
  521. %changelog
  522. * Sun Nov 08 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.1-1
  523. - new upstream release
  524. - add Patch0 (qemu-2.4.1-build-fix-vine.patch)
  525. * Sat Jul 05 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.1-1
  526. - new upstream release
  527. * Sun Dec 08 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.0-1
  528. - new upstream release
  529. * Sun Nov 10 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-1
  530. - update to qemu-1.6.1
  531. - remove all patches
  532. * Sun Nov 11 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-1
  533. - updated to qemu-kvm-1.2.0, based on Fedora 19 Package
  534. * Mon Nov 23 2009 NAKAMURA Kenta <kenta@vinelinux.org> - 0.11.0-12
  535. - updated to qemu-kvm-0.11.0, based on Fedora 12 Package
  536. - Use %%{_initdir} macro instead of %%{_initddir}
  537. - previous Vine changelogs as follows:
  538. - Sun Nov 08 2009 NAKAMURA Kenta <kenta@vinelinux.org> 0.10.6-1
  539. - added BuildRequires: alsa-lib-devel and gnutls-devel
  540. - updated Patch0, imported qemu-fix-debuginfo.patch from Fedora as Patch10
  541. - updated Source1: qemu.init
  542. - dropped Obsolete Patch1, 4, 5 and 6
  543. - Sun Feb 01 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.9.1-3
  544. - rebuild with gnutls-2.6.3
  545. - add patch6 from fedora development package
  546. - Sun Aug 24 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.9.1-2
  547. - spec in UTF-8
  548. - import several patches and treats from Fedora 0.9.1-10
  549. - Tue Apr 22 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.9.1-1
  550. - apply new versioning policy.
  551. - don't discard messages in %%post & %%preun.
  552. - Wed Jan 09 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.9.1-0vl1
  553. - new upstream release.
  554. - use ./configure script and specify options.
  555. (some options given by %%configure macro causes errors...)
  556. - add BuildRequires: texi2html.
  557. - add html documents and man pages in %%files.
  558. - Wed Mar 07 2007 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.9.0-0vl1
  559. - new upstream release.
  560. - drop Patch2.
  561. - Mon Nov 13 2006 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.8.2-0vl2
  562. - set max-user-freq of rtc in qemu.init.
  563. - Thu Aug 03 2006 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.8.2-0vl1
  564. - new upstream release.
  565. - drop *.html and man qemu*.
  566. texi2html and pod2man is required to create these documents because
  567. document creation is now optional. But texi2html and pod2man are not
  568. exist in current vine repository.
  569. - Sat Jun 17 2006 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.8.1-0vl1
  570. - new upstream release.
  571. - update description.
  572. - add japanese description.
  573. - update Patch1(qemu-0.7.0-build.patch) to Patch3(qemu-0.8.1-build.patch)
  574. - add %%{_datadir}/qemu/video.x in %%files section.
  575. - add man files installation script in %%install section.
  576. - change Group to Applications/Other.
  577. - Tue Sep 6 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.2-0vl1
  578. - new upstream release
  579. - Wed May 18 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.0-0vl2
  580. - fix kanjicode in specfile.
  581. - Fri May 06 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.0-0vl1
  582. - initial build for Vine Linux
  583. * Wed Nov 4 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.11.0-11
  584. - Temporarily disable preadv/pwritev support to fix data corruption (#526549)
  585. * Tue Nov 3 2009 Justin M. Forbes <jforbes@redhat.com> - 2:0.11.0-10
  586. - Default ksm and ksmtuned services on.
  587. * Thu Oct 29 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.11.0-9
  588. - Fix dropped packets with non-virtio NICs (#531419)
  589. * Wed Oct 21 2009 Glauber Costa <gcosta@redhat.com> - 2:0.11.0-8
  590. - Properly save kvm time registers (#524229)
  591. * Mon Oct 19 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.11.0-7
  592. - Fix potential segfault from too small MSR_COUNT (#528901)
  593. * Fri Oct 9 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.11.0-6
  594. - Fix fs errors with virtio and qcow2 backing file (#524734)
  595. - Fix ksm initscript errors on kernel missing ksm (#527653)
  596. - Add missing Requires(post): getent, useradd, groupadd (#527087)
  597. * Tue Oct 6 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.11.0-5
  598. - Add 'retune' verb to ksmtuned init script
  599. * Mon Oct 5 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.11.0-4
  600. - Use rtl8029 PXE rom for ne2k_pci, not ne (#526777)
  601. - Also, replace the gpxe-roms-qemu pkg requires with file-based requires
  602. * Thu Oct 1 2009 Justin M. Forbes <jmforbes@redhat.com> - 2:0.11.0-3
  603. - Improve error reporting on file access (#524695)
  604. * Mon Sep 28 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.11.0-2
  605. - Fix pci hotplug to not exit if supplied an invalid NIC model (#524022)
  606. * Mon Sep 28 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.11.0-1
  607. - Update to 0.11.0 release
  608. - Drop a couple of upstreamed patches
  609. * Wed Sep 23 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10.92-5
  610. - Fix issue causing NIC hotplug confusion when no model is specified (#524022)
  611. * Wed Sep 16 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10.92-4
  612. - Fix for KSM patch from Justin Forbes
  613. * Wed Sep 16 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10.92-3
  614. - Add ksmtuned, also from Dan Kenigsberg
  615. - Use %_initddir macro
  616. * Wed Sep 16 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10.92-2
  617. - Add ksm control script from Dan Kenigsberg
  618. * Mon Sep 7 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10.92-1
  619. - Update to qemu-kvm-0.11.0-rc2
  620. - Drop upstreamed patches
  621. - extboot install now fixed upstream
  622. - Re-place TCG init fix (#516543) with the one gone upstream
  623. * Mon Sep 7 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10.91-0.10.rc1
  624. - Fix MSI-X error handling on older kernels (#519787)
  625. * Fri Sep 4 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10.91-0.9.rc1
  626. - Make pulseaudio the default audio backend (#519540, #495964, #496627)
  627. * Thu Aug 20 2009 Richard W.M. Jones <rjones@redhat.com> - 2:0.10.91-0.8.rc1
  628. - Fix segfault when qemu-kvm is invoked inside a VM (#516543)
  629. * Tue Aug 18 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10.91-0.7.rc1
  630. - Fix permissions on udev rules (#517571)
  631. * Mon Aug 17 2009 Lubomir Rintel <lkundrak@v3.sk> - 2:0.10.91-0.6.rc1
  632. - Allow blacklisting of kvm modules (#517866)
  633. * Fri Aug 7 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10.91-0.5.rc1
  634. - Fix virtio_net with -net user (#516022)
  635. * Tue Aug 4 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10.91-0.4.rc1
  636. - Update to qemu-kvm-0.11-rc1; no changes from rc1-rc0
  637. * Tue Aug 4 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10.91-0.3.rc1.rc0
  638. - Fix extboot checksum (bug #514899)
  639. * Fri Jul 31 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10.91-0.2.rc1.rc0
  640. - Add KSM support
  641. - Require bochs-bios >= 2.3.8-0.8 for latest kvm bios updates
  642. * Thu Jul 30 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10.91-0.1.rc1.rc0
  643. - Update to qemu-kvm-0.11.0-rc1-rc0
  644. - This is a pre-release of the official -rc1
  645. - A vista installer regression is blocking the official -rc1 release
  646. - Drop qemu-prefer-sysfs-for-usb-host-devices.patch
  647. - Drop qemu-fix-build-for-esd-audio.patch
  648. - Drop qemu-slirp-Fix-guestfwd-for-incoming-data.patch
  649. - Add patch to ensure extboot.bin is installed
  650. * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:0.10.50-14.kvm88
  651. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  652. * Thu Jul 23 2009 Glauber Costa <glommer@redhat.com> - 2:0.10.50-13.kvm88
  653. - Fix bug 513249, -net channel option is broken
  654. * Thu Jul 16 2009 Daniel P. Berrange <berrange@redhat.com> - 2:0.10.50-12.kvm88
  655. - Add 'qemu' user and group accounts
  656. - Force disable xen until it can be made to build
  657. * Thu Jul 16 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10.50-11.kvm88
  658. - Update to kvm-88, see http://www.linux-kvm.org/page/ChangeLog
  659. - Package mutiboot.bin
  660. - Update for how extboot is built
  661. - Fix sf.net source URL
  662. - Drop qemu-fix-ppc-softmmu-kvm-disabled-build.patch
  663. - Drop qemu-fix-pcspk-build-with-kvm-disabled.patch
  664. - Cherry-pick fix for esound support build failure
  665. * Wed Jul 15 2009 Daniel Berrange <berrange@lettuce.camlab.fab.redhat.com> - 2:0.10.50-10.kvm87
  666. - Add udev rules to make /dev/kvm world accessible & group=kvm (rhbz #497341)
  667. - Create a kvm group if it doesn't exist (rhbz #346151)
  668. * Tue Jul 07 2009 Glauber Costa <glommer@redhat.com> - 2:0.10.50-9.kvm87
  669. - use pxe roms from gpxe, instead of etherboot package.
  670. * Fri Jul 3 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10.50-8.kvm87
  671. - Prefer sysfs over usbfs for usb passthrough (#508326)
  672. * Sat Jun 27 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10.50-7.kvm87
  673. - Update to kvm-87
  674. - Drop upstreamed patches
  675. - Cherry-pick new ppc build fix from upstream
  676. - Work around broken linux-user build on ppc
  677. - Fix hw/pcspk.c build with --disable-kvm
  678. - Re-enable preadv()/pwritev() since #497429 is long since fixed
  679. - Kill petalogix-s3adsp1800.dtb, since we don't ship the microblaze target
  680. * Fri Jun 5 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10.50-6.kvm86
  681. - Fix 'kernel requires an x86-64 CPU' error
  682. - BuildRequires ncurses-devel to enable '-curses' option (#504226)
  683. * Wed Jun 3 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10.50-5.kvm86
  684. - Prevent locked cdrom eject - fixes hang at end of anaconda installs (#501412)
  685. - Avoid harmless 'unhandled wrmsr' warnings (#499712)
  686. * Thu May 21 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10.50-4.kvm86
  687. - Update to kvm-86 release
  688. - ChangeLog here: http://marc.info/?l=kvm&m=124282885729710
  689. * Fri May 1 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10.50-3.kvm85
  690. - Really provide qemu-kvm as a metapackage for comps
  691. * Tue Apr 28 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10.50-2.kvm85
  692. - Provide qemu-kvm as a metapackage for comps
  693. * Mon Apr 27 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10.50-1.kvm85
  694. - Update to qemu-kvm-devel-85
  695. - kvm-85 is based on qemu development branch, currently version 0.10.50
  696. - Include new qemu-io utility in qemu-img package
  697. - Re-instate -help string for boot=on to fix virtio booting with libvirt
  698. - Drop upstreamed patches
  699. - Fix missing kernel/include/asm symlink in upstream tarball
  700. - Fix target-arm build
  701. - Fix build on ppc
  702. - Disable preadv()/pwritev() until bug #497429 is fixed
  703. - Kill more .kernelrelease uselessness
  704. - Make non-kvm qemu build verbose
  705. * Fri Apr 24 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10-15
  706. - Fix source numbering typos caused by make-release addition
  707. * Thu Apr 23 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10-14
  708. - Improve instructions for generating the tarball
  709. * Tue Apr 21 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10-13
  710. - Enable pulseaudio driver to fix qemu lockup at shutdown (#495964)
  711. * Tue Apr 21 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10-12
  712. - Another qcow2 image corruption fix (#496642)
  713. * Mon Apr 20 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10-11
  714. - Fix qcow2 image corruption (#496642)
  715. * Sun Apr 19 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10-10
  716. - Run sysconfig.modules from %post on x86_64 too (#494739)
  717. * Sun Apr 19 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10-9
  718. - Align VGA ROM to 4k boundary - fixes 'qemu-kvm -std vga' (#494376)
  719. * Tue Apr 14 2009 Glauber Costa <glommer@redhat.com> - 2:0.10-8
  720. - Provide qemu-kvm conditional on the architecture.
  721. * Thu Apr 9 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10-7
  722. - Add a much cleaner fix for vga segfault (#494002)
  723. * Sun Apr 5 2009 Glauber Costa <glommer@redhat.com> - 2:0.10-6
  724. - Fixed qcow2 segfault creating disks over 2TB. #491943
  725. * Fri Apr 3 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10-5
  726. - Fix vga segfault under kvm-autotest (#494002)
  727. - Kill kernelrelease hack; it's not needed
  728. - Build with "make V=1" for more verbose logs
  729. * Thu Apr 02 2009 Glauber Costa <glommer@redhat.com> - 2:0.10-4
  730. - Support botting gpxe roms.
  731. * Wed Apr 01 2009 Glauber Costa <glommer@redhat.com> - 2:0.10-2
  732. - added missing patch. love for CVS.
  733. * Wed Apr 01 2009 Glauber Costa <glommer@redhat.com> - 2:0.10-1
  734. - Include debuginfo for qemu-img
  735. - Do not require qemu-common for qemu-img
  736. - Explicitly own each of the firmware files
  737. - remove firmwares for ppc and sparc. They should be provided by an external package.
  738. Not that the packages exists for sparc in the secondary arch repo as noarch, but they
  739. don't automatically get into main repos. Unfortunately it's the best we can do right
  740. now.
  741. - rollback a bit in time. Snapshot from avi's maint/2.6.30
  742. - this requires the sasl patches to come back.
  743. - with-patched-kernel comes back.
  744. * Wed Mar 25 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10-0.12.kvm20090323git
  745. - BuildRequires pciutils-devel for device assignment (#492076)
  746. * Mon Mar 23 2009 Glauber Costa <glommer@redhat.com> - 2:0.10-0.11.kvm20090323git
  747. - Update to snapshot kvm20090323.
  748. - Removed patch2 (upstream).
  749. - use upstream's new split package.
  750. - --with-patched-kernel flag not needed anymore
  751. - Tell how to get the sources.
  752. * Wed Mar 18 2009 Glauber Costa <glommer@redhat.com> - 2:0.10-0.10.kvm20090310git
  753. - Added extboot to files list.
  754. * Wed Mar 11 2009 Glauber Costa <glommer@redhat.com> - 2:0.10-0.9.kvm20090310git
  755. - Fix wrong reference to bochs bios.
  756. * Wed Mar 11 2009 Glauber Costa <glommer@redhat.com> - 2:0.10-0.8.kvm20090310git
  757. - fix Obsolete/Provides pair
  758. - Use kvm bios from bochs-bios package.
  759. - Using RPM_OPT_FLAGS in configure
  760. - Picked back audio-drv-list from kvm package
  761. * Tue Mar 10 2009 Glauber Costa <glommer@redhat.com> - 2:0.10-0.7.kvm20090310git
  762. - modify ppc patch
  763. * Tue Mar 10 2009 Glauber Costa <glommer@redhat.com> - 2:0.10-0.6.kvm20090310git
  764. - updated to kvm20090310git
  765. - removed sasl patches (already in this release)
  766. * Tue Mar 10 2009 Glauber Costa <glommer@redhat.com> - 2:0.10-0.5.kvm20090303git
  767. - kvm.modules were being wrongly mentioned at %%install.
  768. - update description for the x86 system package to include kvm support
  769. - build kvm's own bios. It is still necessary while kvm uses a slightly different
  770. irq routing mechanism
  771. * Thu Mar 05 2009 Glauber Costa <glommer@redhat.com> - 2:0.10-0.4.kvm20090303git
  772. - seems Epoch does not go into the tags. So start back here.
  773. * Thu Mar 05 2009 Glauber Costa <glommer@redhat.com> - 2:0.10-0.1.kvm20090303git
  774. - Use bochs-bios instead of bochs-bios-data
  775. - It's official: upstream set on 0.10
  776. * Thu Mar 5 2009 Daniel P. Berrange <berrange@redhat.com> - 2:0.9.2-0.2.kvm20090303git
  777. - Added BSD to license list, since many files are covered by BSD
  778. * Wed Mar 04 2009 Glauber Costa <glommer@redhat.com> - 0.9.2-0.1.kvm20090303git
  779. - missing a dot. shame on me
  780. * Wed Mar 04 2009 Glauber Costa <glommer@redhat.com> - 0.92-0.1.kvm20090303git
  781. - Set Epoch to 2
  782. - Set version to 0.92. It seems upstream keep changing minds here, so pick the lowest
  783. - Provides KVM, Obsoletes KVM
  784. - Only install qemu-kvm in ix86 and x86_64
  785. - Remove pkgdesc macros, as they were generating bogus output for rpm -qi.
  786. - fix ppc and ppc64 builds
  787. * Tue Mar 03 2009 Glauber Costa <glommer@redhat.com> - 0.10-0.3.kvm20090303git
  788. - only execute post scripts for user package.
  789. - added kvm tools.
  790. * Tue Mar 03 2009 Glauber Costa <glommer@redhat.com> - 0.10-0.2.kvm20090303git
  791. - put kvm.modules into cvs
  792. * Tue Mar 03 2009 Glauber Costa <glommer@redhat.com> - 0.10-0.1.kvm20090303git
  793. - Set Epoch to 1
  794. - Build KVM (basic build, no tools yet)
  795. - Set ppc in ExcludeArch. This is temporary, just to fix one issue at a time.
  796. ppc users (IBM ? ;-)) please wait a little bit.
  797. * Tue Mar 3 2009 Daniel P. Berrange <berrange@redhat.com> - 1.0-0.5.svn6666
  798. - Support VNC SASL authentication protocol
  799. - Fix dep on bochs-bios-data
  800. * Tue Mar 03 2009 Glauber Costa <glommer@redhat.com> - 1.0-0.4.svn6666
  801. - use bios from bochs-bios package.
  802. * Tue Mar 03 2009 Glauber Costa <glommer@redhat.com> - 1.0-0.3.svn6666
  803. - use vgabios from vgabios package.
  804. * Mon Mar 02 2009 Glauber Costa <glommer@redhat.com> - 1.0-0.2.svn6666
  805. - use pxe roms from etherboot package.
  806. * Mon Mar 02 2009 Glauber Costa <glommer@redhat.com> - 1.0-0.1.svn6666
  807. - Updated to tip svn (release 6666). Featuring split packages for qemu.
  808. Unfortunately, still using binary blobs for the bioses.
  809. * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.1-13
  810. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  811. * Sun Jan 11 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.9.1-12
  812. - Updated build patch. Closes Red Hat Bugzilla bug #465041.
  813. * Wed Dec 31 2008 Dennis Gilmore <dennis@ausil.us> - 0.9.1-11
  814. - add sparcv9 and sparc64 support
  815. * Fri Jul 25 2008 Bill Nottingham <notting@redhat.com>
  816. - Fix qemu-img summary (#456344)
  817. * Wed Jun 25 2008 Daniel P. Berrange <berrange@redhat.com> - 0.9.1-10.fc10
  818. - Rebuild for GNU TLS ABI change
  819. * Wed Jun 11 2008 Daniel P. Berrange <berrange@redhat.com> - 0.9.1-9.fc10
  820. - Remove bogus wildcard from files list (rhbz #450701)
  821. * Sat May 17 2008 Lubomir Rintel <lkundrak@v3.sk> - 0.9.1-8
  822. - Register binary handlers also for shared libraries
  823. * Mon May 5 2008 Daniel P. Berrange <berrange@redhat.com> - 0.9.1-7.fc10
  824. - Fix text console PTYs to be in rawmode
  825. * Sun Apr 27 2008 Lubomir Kundrak <lkundrak@redhat.com> - 0.9.1-6
  826. - Register binary handler for SuperH-4 CPU
  827. * Wed Mar 19 2008 Daniel P. Berrange <berrange@redhat.com> - 0.9.1-5.fc9
  828. - Split qemu-img tool into sub-package for smaller footprint installs
  829. * Wed Feb 27 2008 Daniel P. Berrange <berrange@redhat.com> - 0.9.1-4.fc9
  830. - Fix block device checks for extendable disk formats (rhbz #435139)
  831. * Sat Feb 23 2008 Daniel P. Berrange <berrange@redhat.com> - 0.9.1-3.fc9
  832. - Fix block device extents check (rhbz #433560)
  833. * Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.9.1-2
  834. - Autorebuild for GCC 4.3
  835. * Tue Jan 8 2008 Daniel P. Berrange <berrange@redhat.com> - 0.9.1-1.fc9
  836. - Updated to 0.9.1 release
  837. - Fix license tag syntax
  838. - Don't mark init script as a config file
  839. * Wed Sep 26 2007 Daniel P. Berrange <berrange@redhat.com> - 0.9.0-5.fc8
  840. - Fix rtl8139 checksum calculation for Vista (rhbz #308201)
  841. * Tue Aug 28 2007 Daniel P. Berrange <berrange@redhat.com> - 0.9.0-4.fc8
  842. - Fix debuginfo by passing -Wl,--build-id to linker
  843. * Tue Aug 28 2007 David Woodhouse <dwmw2@infradead.org> 0.9.0-4
  844. - Update licence
  845. - Fix CDROM emulation (#253542)
  846. * Tue Aug 28 2007 Daniel P. Berrange <berrange@redhat.com> - 0.9.0-3.fc8
  847. - Added backport of VNC password auth, and TLS+x509 cert auth
  848. - Switch to rtl8139 NIC by default for linkstate reporting
  849. - Fix rtl8139 mmio region mappings with multiple NICs
  850. * Sun Apr 1 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 0.9.0-2
  851. - Fix direct loading of a linux kernel with -kernel & -initrd (bz 234681)
  852. - Remove spurious execute bits from manpages (bz 222573)
  853. * Tue Feb 6 2007 David Woodhouse <dwmw2@infradead.org> 0.9.0-1
  854. - Update to 0.9.0
  855. * Wed Jan 31 2007 David Woodhouse <dwmw2@infradead.org> 0.8.2-5
  856. - Include licences
  857. * Mon Nov 13 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 0.8.2-4
  858. - Backport patch to make FC6 guests work by Kevin Kofler
  859. <Kevin@tigcc.ticalc.org> (bz 207843).
  860. * Mon Sep 11 2006 David Woodhouse <dwmw2@infradead.org> 0.8.2-3
  861. - Rebuild
  862. * Thu Aug 24 2006 Matthias Saou <http://freshrpms.net/> 0.8.2-2
  863. - Remove the target-list iteration for x86_64 since they all build again.
  864. - Make gcc32 vs. gcc34 conditional on %%{fedora} to share the same spec for
  865. FC5 and FC6.
  866. * Wed Aug 23 2006 Matthias Saou <http://freshrpms.net/> 0.8.2-1
  867. - Update to 0.8.2 (#200065).
  868. - Drop upstreamed syscall-macros patch2.
  869. - Put correct scriplet dependencies.
  870. - Force install mode for the init script to avoid umask problems.
  871. - Add %%postun condrestart for changes to the init script to be applied if any.
  872. - Update description with the latest "about" from the web page (more current).
  873. - Update URL to qemu.org one like the Source.
  874. - Add which build requirement.
  875. - Don't include texi files in %%doc since we ship them in html.
  876. - Switch to using gcc34 on devel, FC5 still has gcc32.
  877. - Add kernheaders patch to fix linux/compiler.h inclusion.
  878. - Add target-sparc patch to fix compiling on ppc (some int32 to float).
  879. * Thu Jun 8 2006 David Woodhouse <dwmw2@infradead.org> 0.8.1-3
  880. - More header abuse in modify_ldt(), change BuildRoot:
  881. * Wed Jun 7 2006 David Woodhouse <dwmw2@infradead.org> 0.8.1-2
  882. - Fix up kernel header abuse
  883. * Tue May 30 2006 David Woodhouse <dwmw2@infradead.org> 0.8.1-1
  884. - Update to 0.8.1
  885. * Sat Mar 18 2006 David Woodhouse <dwmw2@infradead.org> 0.8.0-6
  886. - Update linker script for PPC
  887. * Sat Mar 18 2006 David Woodhouse <dwmw2@infradead.org> 0.8.0-5
  888. - Just drop $RPM_OPT_FLAGS. They're too much of a PITA
  889. * Sat Mar 18 2006 David Woodhouse <dwmw2@infradead.org> 0.8.0-4
  890. - Disable stack-protector options which gcc 3.2 doesn't like
  891. * Fri Mar 17 2006 David Woodhouse <dwmw2@infradead.org> 0.8.0-3
  892. - Use -mcpu= instead of -mtune= on x86_64 too
  893. - Disable SPARC targets on x86_64, because dyngen doesn't like fnegs
  894. * Fri Mar 17 2006 David Woodhouse <dwmw2@infradead.org> 0.8.0-2
  895. - Don't use -mtune=pentium4 on i386. GCC 3.2 doesn't like it
  896. * Fri Mar 17 2006 David Woodhouse <dwmw2@infradead.org> 0.8.0-1
  897. - Update to 0.8.0
  898. - Resort to using compat-gcc-32
  899. - Enable ALSA
  900. * Mon May 16 2005 David Woodhouse <dwmw2@infradead.org> 0.7.0-2
  901. - Proper fix for GCC 4 putting 'blr' or 'ret' in the middle of the function,
  902. for i386, x86_64 and PPC.
  903. * Sat Apr 30 2005 David Woodhouse <dwmw2@infradead.org> 0.7.0-1
  904. - Update to 0.7.0
  905. - Fix dyngen for PPC functions which end in unconditional branch
  906. * Thu Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
  907. - rebuilt
  908. * Sun Feb 13 2005 David Woodhouse <dwmw2@infradead.org> 0.6.1-2
  909. - Package cleanup
  910. * Sun Nov 21 2004 David Woodhouse <dwmw2@redhat.com> 0.6.1-1
  911. - Update to 0.6.1
  912. * Tue Jul 20 2004 David Woodhouse <dwmw2@redhat.com> 0.6.0-2
  913. - Compile fix from qemu CVS, add x86_64 host support
  914. * Wed May 12 2004 David Woodhouse <dwmw2@redhat.com> 0.6.0-1
  915. - Update to 0.6.0.
  916. * Sat May 8 2004 David Woodhouse <dwmw2@redhat.com> 0.5.5-1
  917. - Update to 0.5.5.
  918. * Sun May 2 2004 David Woodhouse <dwmw2@redhat.com> 0.5.4-1
  919. - Update to 0.5.4.
  920. * Thu Apr 22 2004 David Woodhouse <dwmw2@redhat.com> 0.5.3-1
  921. - Update to 0.5.3. Add init script.
  922. * Thu Jul 17 2003 Jeff Johnson <jbj@redhat.com> 0.4.3-1
  923. - Create.