qemu-vl.spec 40 KB

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