- bnc#564406 - Make the new PV drivers work with older hosts that

do not understand the new PV driver protocol. 

- Upstream Xen version renamed to 4.0.0 in changeset 20624 & 20625. 

- fate#307594: HP-MCBS: XEN: support NR_CPUS=256 
  This is a spec file change (xen.spec)

- bnc#555152 - "NAME" column in xentop (SLES11) output limited to
  10 characters unlike SLES10
  The update to c/s 20572 includes this fix (at c/s 20567).

- Modify xen-paths.diff 

- Merge xend-tap-fix.patch to xen-domUloader.diff
  remove part of it which accepted by upstream

- Load gntdev module in xend init script similar to blkbk,
  netbk, etc.

- Backport dmmd from sles11/xen
  block-dmmd
  xen-qemu-iscsi-fix.patch
  xen.spec 

- Fix regression when create_vbd for tap
  xend-tap-fix.patch

- Temporarily disable libxl because of libconfig dependency. 

- fate#302864 domUloader support lvm in disk
  domUloader.py
  Note: for test in Beta1, if not good, remove it

- fate#302864 domUloader support fs on whole disk
  domUloader.py

- Turn KMPs back on now that kernel side fix is checked in. 

- fate#304415 VMM: ability to switch networking mode
  Add vif-route-ifup to handle routed configurations using
  sysconfig scripts.
  vif-route-ifup.patch

- fate#307540 USB for Xen VMs
  usb-add.patch

- fate#305545 XEN extra descriptive field within xenstore
  add_des.patch

- Update to Xen version 3.5.0 for the following features. 
  fate#304226 XEN: FlexMigration feature of VT-x2 support
  fate#305004 Add SR-IOV PF and VF drivers to Vt-d enabled Xen
  fate#306830 T states in Xen controlling by MSR
  fate#306832 Fix for xen panic on new processors
  fate#306833 Westmere and Nehalem-EX: Add support for Pause Loop exiting feature for Xen
  fate#306835 Xen: server virtual power management enhacement
  fate#306837 VT-d2 - PCI SIG ATS support
  fate#306872 Xen: Node manager support P/T-states change when Vt-d enable
  fate#306873 Xen: SMP guest live migration may fail with hap=1 on NHM
  fate#306875 Westmere: LT-SX (Xen)
  fate#306891 RAS features for Xen: Add support for Machine Check and CPU/Memory online/offline features
  fate#307322 1GB page support in Xen
  fate#307324 Xen IOMMU support

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=26
This commit is contained in:
Charles Arnold
2010-01-16 00:12:54 +00:00
committed by Git OBS Bridge
parent e6b6844bcf
commit fe31f9be81
117 changed files with 1894 additions and 3557 deletions

View File

@@ -1,7 +1,7 @@
Index: xen-3.4.1-testing/tools/misc/miniterm/miniterm.c
Index: xen-4.0.0-testing/tools/misc/miniterm/miniterm.c
===================================================================
--- xen-3.4.1-testing.orig/tools/misc/miniterm/miniterm.c
+++ xen-3.4.1-testing/tools/misc/miniterm/miniterm.c
--- xen-4.0.0-testing.orig/tools/misc/miniterm/miniterm.c
+++ xen-4.0.0-testing/tools/misc/miniterm/miniterm.c
@@ -157,7 +157,7 @@ int main(int argc, char **argv)
case 0:
close(1); /* stdout not needed */
@@ -35,10 +35,10 @@ Index: xen-3.4.1-testing/tools/misc/miniterm/miniterm.c
break;
}
Index: xen-3.4.1-testing/tools/libxc/xc_dom_elfloader.c
Index: xen-4.0.0-testing/tools/libxc/xc_dom_elfloader.c
===================================================================
--- xen-3.4.1-testing.orig/tools/libxc/xc_dom_elfloader.c
+++ xen-3.4.1-testing/tools/libxc/xc_dom_elfloader.c
--- xen-4.0.0-testing.orig/tools/libxc/xc_dom_elfloader.c
+++ xen-4.0.0-testing/tools/libxc/xc_dom_elfloader.c
@@ -193,8 +193,9 @@ static int xc_dom_load_elf_symtab(struct
if ( load )
@@ -50,10 +50,10 @@ Index: xen-3.4.1-testing/tools/libxc/xc_dom_elfloader.c
elf_section_start(elf, shdr2),
size);
}
Index: xen-3.4.1-testing/tools/xenstore/Makefile
Index: xen-4.0.0-testing/tools/xenstore/Makefile
===================================================================
--- xen-3.4.1-testing.orig/tools/xenstore/Makefile
+++ xen-3.4.1-testing/tools/xenstore/Makefile
--- xen-4.0.0-testing.orig/tools/xenstore/Makefile
+++ xen-4.0.0-testing/tools/xenstore/Makefile
@@ -4,7 +4,7 @@ include $(XEN_ROOT)/tools/Rules.mk
MAJOR = 3.0
MINOR = 0
@@ -63,10 +63,10 @@ Index: xen-3.4.1-testing/tools/xenstore/Makefile
CFLAGS += -I.
CFLAGS += $(CFLAGS_libxenctrl)
Index: xen-3.4.1-testing/tools/xenstore/xenstored_core.c
Index: xen-4.0.0-testing/tools/xenstore/xenstored_core.c
===================================================================
--- xen-3.4.1-testing.orig/tools/xenstore/xenstored_core.c
+++ xen-3.4.1-testing/tools/xenstore/xenstored_core.c
--- xen-4.0.0-testing.orig/tools/xenstore/xenstored_core.c
+++ xen-4.0.0-testing/tools/xenstore/xenstored_core.c
@@ -77,8 +77,8 @@ static void check_store(void);
int quota_nb_entry_per_domain = 1000;
@@ -91,10 +91,10 @@ Index: xen-3.4.1-testing/tools/xenstore/xenstored_core.c
break;
case 'T':
tracefile = optarg;
Index: xen-3.4.1-testing/tools/xenstore/xenstored_domain.c
Index: xen-4.0.0-testing/tools/xenstore/xenstored_domain.c
===================================================================
--- xen-3.4.1-testing.orig/tools/xenstore/xenstored_domain.c
+++ xen-3.4.1-testing/tools/xenstore/xenstored_domain.c
--- xen-4.0.0-testing.orig/tools/xenstore/xenstored_domain.c
+++ xen-4.0.0-testing/tools/xenstore/xenstored_domain.c
@@ -212,7 +212,7 @@ void handle_event(void)
{
evtchn_port_t port;
@@ -113,10 +113,10 @@ Index: xen-3.4.1-testing/tools/xenstore/xenstored_domain.c
return -1;
dom0 = new_domain(NULL, 0, port);
Index: xen-3.4.1-testing/tools/xenstore/xenstored_transaction.c
Index: xen-4.0.0-testing/tools/xenstore/xenstored_transaction.c
===================================================================
--- xen-3.4.1-testing.orig/tools/xenstore/xenstored_transaction.c
+++ xen-3.4.1-testing/tools/xenstore/xenstored_transaction.c
--- xen-4.0.0-testing.orig/tools/xenstore/xenstored_transaction.c
+++ xen-4.0.0-testing/tools/xenstore/xenstored_transaction.c
@@ -82,7 +82,7 @@ struct transaction
struct list_head changed_domains;
};
@@ -126,10 +126,10 @@ Index: xen-3.4.1-testing/tools/xenstore/xenstored_transaction.c
static unsigned int generation;
/* Return tdb context to use for this connection. */
Index: xen-3.4.1-testing/tools/xenstore/xenstore_client.c
Index: xen-4.0.0-testing/tools/xenstore/xenstore_client.c
===================================================================
--- xen-3.4.1-testing.orig/tools/xenstore/xenstore_client.c
+++ xen-3.4.1-testing/tools/xenstore/xenstore_client.c
--- xen-4.0.0-testing.orig/tools/xenstore/xenstore_client.c
+++ xen-4.0.0-testing/tools/xenstore/xenstore_client.c
@@ -251,7 +251,7 @@ do_chmod(char *path, struct xs_permissio
char **xsval = xs_directory(xsh, xth, path, &xsval_n);
@@ -139,10 +139,10 @@ Index: xen-3.4.1-testing/tools/xenstore/xenstore_client.c
for (i = 0; i < xsval_n; i++) {
snprintf(buf, MAX_PATH_LEN, "%s/%s", path, xsval[i]);
Index: xen-3.4.1-testing/tools/libxen/src/xen_common.c
Index: xen-4.0.0-testing/tools/libxen/src/xen_common.c
===================================================================
--- xen-3.4.1-testing.orig/tools/libxen/src/xen_common.c
+++ xen-3.4.1-testing/tools/libxen/src/xen_common.c
--- xen-4.0.0-testing.orig/tools/libxen/src/xen_common.c
+++ xen-4.0.0-testing/tools/libxen/src/xen_common.c
@@ -1057,6 +1057,8 @@ static size_t size_of_member(const abstr
default:
assert(false);
@@ -161,17 +161,29 @@ Index: xen-3.4.1-testing/tools/libxen/src/xen_common.c
}
Index: xen-3.4.1-testing/tools/libxc/xc_core.c
Index: xen-4.0.0-testing/tools/blktap2/drivers/block-remus.c
===================================================================
--- xen-3.4.1-testing.orig/tools/libxc/xc_core.c
+++ xen-3.4.1-testing/tools/libxc/xc_core.c
@@ -321,7 +321,8 @@ elfnote_dump_none(void *args, dumpcore_r
struct xen_dumpcore_elfnote_none_desc none;
--- xen-4.0.0-testing.orig/tools/blktap2/drivers/block-remus.c
+++ xen-4.0.0-testing/tools/blktap2/drivers/block-remus.c
@@ -1578,7 +1578,7 @@ static int tdremus_open(td_driver_t *dri
td_flag_t flags)
{
struct tdremus_state *s = (struct tdremus_state *)driver->data;
- int rc;
+ int rc = 0;
elfnote_init(&elfnote);
- memset(&none, 0, sizeof(none));
+ if ( sizeof(none) > 0 )
+ memset(&none, 0, sizeof(none));
RPRINTF("opening %s\n", name);
elfnote.descsz = sizeof(none);
elfnote.type = XEN_ELFNOTE_DUMPCORE_NONE;
Index: xen-4.0.0-testing/tools/libxl/Makefile
===================================================================
--- xen-4.0.0-testing.orig/tools/libxl/Makefile
+++ xen-4.0.0-testing/tools/libxl/Makefile
@@ -49,7 +49,7 @@ xl.o: $(LIBCONFIG_OUTPUT)/libconfig.so x
$(CC) $(CFLAGS) -I$(LIBCONFIG_SOURCE) -c xl.c
$(CLIENTS): xl.o libxenlight.so $(LIBCONFIG_OUTPUT)/libconfig.so
- $(CC) $(LDFLAGS) -o $@ $< $(LIBS) -L . -lxenlight -L$(LIBCONFIG_OUTPUT) -lconfig
+ $(CC) $(LDFLAGS) -o $@ $< -L . -lxenlight $(LIBS) -L$(LIBCONFIG_OUTPUT) -lconfig
.PHONY: install
install: all