]> xenbits.xensource.com Git - people/aperard/centos-package-xen.git/log
people/aperard/centos-package-xen.git
10 years agoApply XSA-123
George Dunlap [Thu, 5 Mar 2015 12:21:24 +0000 (12:21 +0000)]
Apply XSA-123

Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com>
10 years agoApply XSA 121, 122
George Dunlap [Thu, 5 Mar 2015 12:02:58 +0000 (12:02 +0000)]
Apply XSA 121, 122

Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com>
10 years agoImport xsa-116 (tag 4.4.1-5)
George Dunlap [Wed, 7 Jan 2015 16:04:21 +0000 (16:04 +0000)]
Import xsa-116 (tag 4.4.1-5)

Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com>
10 years agoRevert "libxl: prefer qdisk over blktap when choosing disk backend"
George Dunlap [Mon, 15 Dec 2014 16:12:41 +0000 (16:12 +0000)]
Revert "libxl: prefer qdisk over blktap when choosing disk backend"

There is some indication that qdisk and blktap's vhd formats may be
incompatible; make sure to keep the same default ordering so that
there are no surprises.

Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com>
10 years agoDisable xend by default
George Dunlap [Mon, 15 Dec 2014 15:25:07 +0000 (15:25 +0000)]
Disable xend by default

xend has been removed from tree for 4.5.  To prepare people for this eventuality,
disable xend by default to alert them to this fact.

Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com>
10 years agoUse xencommons rather than distro-specific initscripts
George Dunlap [Fri, 12 Dec 2014 12:27:06 +0000 (12:27 +0000)]
Use xencommons rather than distro-specific initscripts

The xenconsoled and xenstored initscripts duplicate functionality in
xencommons, but not all of it.  Switch to using the upstream initscripts.

Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com>
10 years agoRemove blktapctl scripts
George Dunlap [Fri, 12 Dec 2014 12:22:35 +0000 (12:22 +0000)]
Remove blktapctl scripts

Not included anymore

Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com>
10 years agoBackport miscellaneous fixes which look important
George Dunlap [Thu, 11 Dec 2014 16:58:17 +0000 (16:58 +0000)]
Backport miscellaneous fixes which look important

Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com>
10 years agoRoll-up of XSAs
George Dunlap [Thu, 11 Dec 2014 16:48:39 +0000 (16:48 +0000)]
Roll-up of XSAs

Including XSA-107, 109, 110, 111, 112, 113, and 114, as well as an
update to XSA-59.

Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com>
10 years agoBackport fixes for tapdisk with HVM domains
George Dunlap [Thu, 11 Dec 2014 15:23:55 +0000 (15:23 +0000)]
Backport fixes for tapdisk with HVM domains

Backport git id 16529572, which passes the correct file path, and
an acked-but-not-committed patch which passes the correct format.

Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com>
10 years agoBackport qemu-xen b04df88, fix for qdisk persisent grants.
George Dunlap [Thu, 11 Dec 2014 15:37:24 +0000 (15:37 +0000)]
Backport qemu-xen b04df88, fix for qdisk persisent grants.

Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com>
10 years agoUpdate to blktap2.5 0.9.2
George Dunlap [Wed, 22 Oct 2014 17:46:31 +0000 (18:46 +0100)]
Update to blktap2.5 0.9.2

Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com>
10 years agoUpdate to 4.4.1
George Dunlap [Wed, 15 Oct 2014 17:34:38 +0000 (18:34 +0100)]
Update to 4.4.1

* Remove a number of patches superseded by changes upstream
* Update hv_abi to 4.4
* Include polarssl (required for pv_grub)
* Enable xend (which is now off by default)
* Work around wget requirement
* Use --with-system-seabios config option rather than a patch
* Dealt with extra / missing files

Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com>
10 years agoPort patchqueue to git-am technique
George Dunlap [Wed, 15 Oct 2014 14:48:34 +0000 (15:48 +0100)]
Port patchqueue to git-am technique

I found this trick on the internet: make your patch queue something
suitable for use with "git am".  This makes it much easier to handle
rebasing: You just "git am" onto the current release, "git rebase"
onto the new release, and "git format-patch" to generate the new
patchqueue.

It also removes the need to mess around with PatchNN and %patchNN in
the spec file every time you want to make a change.

I tried using this trick to rebase from Xen 4.2.4 to Xen 4.4.0, and it
worked pretty well.

At the moment, only patches which modify code in the main Xen git repo
can be applied this way.  This does not include either version of qemu
or the out-of-tree blktap 2.5.

Make the .am file with the following command:

git format-patch --stdout -N ${release-tag} > ${path-to-rpm-repo}/SOURCES/xen-queue.am

Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com>
10 years agoEscape apostrophe
George Dunlap [Wed, 15 Oct 2014 17:28:31 +0000 (18:28 +0100)]
Escape apostrophe

So emacs syntax highlighting works

Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com>
10 years agoRemove unnecessary CD from prep (not applying patches anymore)
George Dunlap [Wed, 15 Oct 2014 14:48:33 +0000 (15:48 +0100)]
Remove unnecessary CD from prep (not applying patches anymore)

Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com>
10 years agoPrep for CBS by removing non-x86_64 arches
George Dunlap [Wed, 8 Oct 2014 11:08:24 +0000 (12:08 +0100)]
Prep for CBS by removing non-x86_64 arches

10 years agoimport xen-4.2.5-34.el6.centos.alt
Karanbir Singh [Tue, 7 Oct 2014 15:01:01 +0000 (15:01 +0000)]
import xen-4.2.5-34.el6.centos.alt

10 years agoimport xen-4.2.5-33.el6.centos.alt
Karanbir Singh [Tue, 7 Oct 2014 14:55:09 +0000 (14:55 +0000)]
import xen-4.2.5-33.el6.centos.alt

10 years agoimport xen-4.2.4-33.el6.centos.alt
Karanbir Singh [Tue, 7 Oct 2014 14:55:03 +0000 (14:55 +0000)]
import xen-4.2.4-33.el6.centos.alt

10 years agoimport xen-4.2.4-32.el6.centos.alt
Karanbir Singh [Tue, 7 Oct 2014 14:54:56 +0000 (14:54 +0000)]
import xen-4.2.4-32.el6.centos.alt

10 years agoimport xen-4.2.4-30.el6.centos.alt
Karanbir Singh [Tue, 7 Oct 2014 14:54:50 +0000 (14:54 +0000)]
import xen-4.2.4-30.el6.centos.alt

10 years agoimport xen-4.2.4-29.el6.centos.alt
Karanbir Singh [Tue, 7 Oct 2014 14:48:58 +0000 (14:48 +0000)]
import xen-4.2.4-29.el6.centos.alt

10 years agoimport xen-4.2.3-28.el6.centos.alt
Karanbir Singh [Tue, 7 Oct 2014 14:48:52 +0000 (14:48 +0000)]
import xen-4.2.3-28.el6.centos.alt

10 years agoimport xen-4.2.3-27.el6.centos.alt
Karanbir Singh [Tue, 7 Oct 2014 14:48:46 +0000 (14:48 +0000)]
import xen-4.2.3-27.el6.centos.alt

10 years agoimport xen-4.2.3-26.el6.centos.alt
Karanbir Singh [Tue, 7 Oct 2014 14:48:39 +0000 (14:48 +0000)]
import xen-4.2.3-26.el6.centos.alt

10 years agoimport xen-4.2.3-25.el6.centos.alt
Karanbir Singh [Tue, 7 Oct 2014 14:48:33 +0000 (14:48 +0000)]
import xen-4.2.3-25.el6.centos.alt

10 years agoimport xen-4.2.3-23.el6.centos.alt
Karanbir Singh [Tue, 7 Oct 2014 14:40:30 +0000 (14:40 +0000)]
import xen-4.2.3-23.el6.centos.alt

10 years agoimport xen-4.2.2-23.el6.centos.alt
Karanbir Singh [Tue, 7 Oct 2014 14:40:25 +0000 (14:40 +0000)]
import xen-4.2.2-23.el6.centos.alt

10 years agoimport xen-4.2.2-22.el6.centos.alt
Karanbir Singh [Tue, 7 Oct 2014 14:26:56 +0000 (14:26 +0000)]
import xen-4.2.2-22.el6.centos.alt

10 years agoinit git for xen
Karanbir Singh [Tue, 7 Oct 2014 14:26:50 +0000 (14:26 +0000)]
init git for xen