SHA256
1
0
forked from pool/xen

- linux pvdrv: generalize location of autoconf.h

Fixes error because of missing autoconf.h when building os11.2
  Factory.

- bnc#609153 - xm migrate <domain_name> localhost -l fails on
  Windows VMs
  21615-dont-save-xen-heap-pages.patch
- Upstream fixes from Jan
  21446-iommu-graceful-generic-fail.patch
  21453-shadow-avoid-remove-all-after-teardown.patch
  21456-compat-hvm-addr-check.patch
  21492-x86-pirq-unbind.patch
  21526-x86-nehalem-cpuid-mask.patch
  21620-x86-signed-domain-irq.patch

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=59
This commit is contained in:
Charles Arnold
2010-06-16 15:28:05 +00:00
committed by Git OBS Bridge
parent c0ae4235b7
commit 7143fd3903
11 changed files with 479 additions and 32 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Wed Jun 16 08:36:44 MDT 2010 - carnold@novell.com
- linux pvdrv: generalize location of autoconf.h
Fixes error because of missing autoconf.h when building os11.2
Factory.
-------------------------------------------------------------------
Mon Jun 14 10:00:07 MDT 2010 - carnold@novell.com
- bnc#609153 - xm migrate <domain_name> localhost -l fails on
Windows VMs
21615-dont-save-xen-heap-pages.patch
- Upstream fixes from Jan
21446-iommu-graceful-generic-fail.patch
21453-shadow-avoid-remove-all-after-teardown.patch
21456-compat-hvm-addr-check.patch
21492-x86-pirq-unbind.patch
21526-x86-nehalem-cpuid-mask.patch
21620-x86-signed-domain-irq.patch
-------------------------------------------------------------------
Mon Jun 7 10:55:20 MDT 2010 - carnold@novell.com