Commit Graph

457 Commits

Author SHA1 Message Date
Justin M. Forbes e7a45f871f boot speedup optimization with kvm.modules BZ#785291 2012-02-09 14:35:05 -06:00
Justin M. Forbes 261b9ddbcd merge commit 2012-02-07 16:18:35 -06:00
Justin M. Forbes 357a44f060 Add support for virtio-scsi 2012-02-07 16:15:59 -06:00
Richard W.M. Jones 5ba935aeca Require updated ceph for latest librbd with rbd_flush symbol. 2012-02-05 21:06:01 +00:00
Justin M. Forbes 828c7cadf2 remove unnecessary virio-net from kvm.modules 2012-01-31 14:33:31 -06:00
Justin M. Forbes f7e102ac55 remove unnecessary virio-net from kvm.modules 2012-01-31 14:30:58 -06:00
Justin M. Forbes 6f9d9cf506 Fux usb passthrough, floppy support 2012-01-30 14:05:37 -06:00
Justin M. Forbes 9890a7aa2a Add vhost-net to kvm.modules 2012-01-27 13:39:05 -06:00
Justin M. Forbes abd594bf31 Add vhost-net to kvm.modules 2012-01-27 13:37:44 -06:00
Justin M. Forbes 4d9bbd115e Add vPMU support and fix for CVE-2012-0029. 2012-01-24 16:25:49 -06:00
Justin M. Forbes ff620283c7 remove palcode-clipper 2012-01-13 13:59:26 -06:00
Justin M. Forbes d4cdad5451 Add USB redirect patches 2012-01-13 13:46:23 -06:00
Justin M. Forbes 27c3309077 Add patches from 1.0.1 queue finish 2012-01-11 15:28:54 -06:00
Justin M. Forbes 45e84a0f42 Add patches from 1.0.1 queue 2012-01-11 15:27:49 -06:00
Justin M. Forbes 45e28a1ee3 Enable fedora-13 machine type (to be removed in F17) 2011-11-18 15:10:31 -06:00
Justin M. Forbes f30960ada5 Enable spice for i686 users as well 2011-11-15 14:27:38 -06:00
Justin M. Forbes d5ae0255c0 Fix POSTIN scriplet failure (#748281) 2011-11-03 21:30:07 -05:00
Justin M. Forbes 2bea147667 Fix POSTIN scriplet failure (#748281) 2011-11-03 15:53:07 -05:00
Justin M. Forbes 603dd6670b - Require seabios-bin >= 0.6.0-2 (#741992)
- Replace init scripts with systemd units (#741920)
- Update to 0.15.1 stable upstream
- Enable full relro and PIE (rhbz #738812)
2011-10-21 16:29:08 -05:00
Justin M. Forbes 2a5d7215d6 - Require seabios-bin >= 0.6.0-2 (#741992)
- Replace init scripts with systemd units (#741920)
- Update to 0.15.1 stable upstream
- Enable full relro and PIE (rhbz #738812)
2011-10-21 15:32:18 -05:00
Daniel P. Berrange 307d8081ac Add BR on ceph-devel to enable RBD block device 2011-10-12 17:13:24 +01:00
Daniel P. Berrange 25a35cc7fb Add BR on ceph-devel to enable RBD block device 2011-10-12 16:08:53 +01:00
Daniel P. Berrange 1ad1f9a1d1 Fix packaging of the QEMU guest agent
The binary 'qemu-ga' is not a userspace emulator, it is the
QEMU guest agent. Since this typically needs to be installed
in the guest put it in a sub-RPM.

A systemd service is used to start the agent. A udev rule is
used to automatically start the systemd service, if the
corresponding virtio-serial port is present
2011-10-05 17:33:58 +01:00
Daniel P. Berrange f057293300 Fix packaging of the QEMU guest agent
The binary 'qemu-ga' is not a userspace emulator, it is the
QEMU guest agent. Since this typically needs to be installed
in the guest put it in a sub-RPM.

A systemd service is used to start the agent. A udev rule is
used to automatically start the systemd service, if the
corresponding virtio-serial port is present
2011-10-05 16:00:36 +01:00
Richard W.M. Jones a2bc394c0a - Add BR libattr-devel. This caused the -fstype option to be disabled.
https://www.redhat.com/archives/libvir-list/2011-June/thread.html#01017
2011-09-21 15:56:33 +01:00
Daniel P. Berrange cb9bff32fe Fix typo in BR 2011-09-13 12:32:43 +01:00
Daniel P. Berrange 7d651b69de Enable build with curl (rhbz #737006) 2011-09-13 12:32:37 +01:00
Daniel P. Berrange 292d6df61c Enable DTrace tracing backend for SystemTAP (rhbz #737763) 2011-09-13 12:32:30 +01:00
Daniel P. Berrange 4a7239aade Fix typo in BR 2011-09-13 11:48:08 +01:00
Daniel P. Berrange a9305073c7 Enable build with curl (rhbz #737006) 2011-09-13 11:29:25 +01:00
Daniel P. Berrange 7b1d66018c Enable DTrace tracing backend for SystemTAP (rhbz #737763) 2011-09-13 11:24:38 +01:00
Justin M. Forbes 8b8e0f3039 Merge branch 'master' into f16 2011-08-19 12:05:05 -05:00
Hans de Goede eb1968bffe Add missing BuildRequires: usbredir-devel, so that the usbredir code
actually gets build
2011-08-18 16:37:51 -07:00
Richard W.M. Jones 4111552b44 Force newer spice-protocol.
Otherwise qemu build breaks with many errors like:

/home/rjones/d/fedora/qemu/master/qemu-kvm-0.15.0/hw/qxl.c:131:26: error: 'QXL_INTERRUPT_ERROR' undeclared (first use in this function)
/home/rjones/d/fedora/qemu/master/qemu-kvm-0.15.0/hw/qxl.c:131:26: note: each undeclared identifier is reported only once for each function it appears in
/home/rjones/d/fedora/qemu/master/qemu-kvm-0.15.0/hw/qxl.c: In function 'io_port_to_string':
/home/rjones/d/fedora/qemu/master/qemu-kvm-0.15.0/hw/qxl.c:495:10: error: 'QXL_IO_UPDATE_AREA_ASYNC' undeclared (first use in this function)

We also force newer spice-server-devel for good measure.
2011-08-18 16:43:49 +01:00
Richard W.M. Jones 6ba4785b4a - Add upstream qemu patch 'Allow to leave type on default in -machine'
(2645c6dcaf6ea2a51a3b6dfa407dd203004e4d11).
2011-08-18 16:39:31 +01:00
Richard W.M. Jones 1528fef34a Remove patch qemu-kvm-default-accelerator.patch
This patch is now upstream and is no longer being
applied by the spec file.
2011-08-18 16:35:04 +01:00
Justin M. Forbes 20374e9503 Merge branch 'master' into f16 2011-08-14 14:40:53 -05:00
Justin M. Forbes fc5c27b497 Update to 0.15.0 final 2011-08-14 14:24:40 -05:00
Justin M. Forbes 58c34c6ec3 Merge branch 'master' into f16
Conflicts:
	qemu.spec
2011-08-04 15:00:28 -05:00
Justin M. Forbes b51ebd0cd2 Merge branch 'master' of ssh://pkgs.fedoraproject.org/qemu
Conflicts:
	qemu.spec
2011-08-04 14:10:38 -05:00
Justin M. Forbes 13f703fb9a Update to 0.15.0-rc1 2011-08-04 14:07:48 -05:00
Daniel P. Berrange 1e4ec795ab Fix default accelerator for non-KVM builds (rhbz #724814) 2011-08-04 15:16:50 +01:00
Daniel P. Berrange db8fd942f7 Fix default accelerator for non-KVM builds (rhbz #724814) 2011-08-04 15:16:04 +01:00
Justin M. Forbes 5e10b14df0 Update to 0.15.0-rc0 2011-07-28 12:10:09 -05:00
Hans de Goede 3f1f2961c6 Add support usb redirection over the network, see:
http://fedoraproject.org/wiki/Features/UsbNetworkRedirection
Restore chardev flow control patches
2011-07-19 11:49:04 +02:00
Justin M. Forbes 0c846be9ae Update to git snapshot 525e3df as we prepare for 0.15.0 release 2011-07-18 14:26:30 -05:00
Richard W.M. Jones 2af28c1745 - Add BR libattr-devel. This caused the -fstype option to be disabled.
https://www.redhat.com/archives/libvir-list/2011-June/thread.html#01017
2011-06-22 12:48:48 +01:00
Hans de Goede 7a6484a3d9 Fix a bug in the spice flow control patches which breaks the tcp chardev 2011-05-02 18:26:59 +02:00
Justin M. Forbes 6c5f3fbce9 Disable qemu-ppc and qemu-sparc packages (#679179) 2011-03-29 16:55:04 -05:00
Justin M. Forbes 252f3af86e Spice fixes for flow control 2011-03-28 13:54:26 -05:00