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>
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.