Updating link to change in openSUSE:Factory/xen revision 99.0
OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=87c8ac43897718b61dbcbca0296d6c2a
This commit is contained in:
committed by
Git OBS Bridge
parent
06b9899ef9
commit
163148b426
@@ -1,7 +1,7 @@
|
||||
Index: xen-4.0.0-testing/tools/misc/miniterm/miniterm.c
|
||||
Index: xen-4.0.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
|
||||
--- xen-4.0.1-testing.orig/tools/misc/miniterm/miniterm.c
|
||||
+++ xen-4.0.1-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-4.0.0-testing/tools/misc/miniterm/miniterm.c
|
||||
break;
|
||||
}
|
||||
|
||||
Index: xen-4.0.0-testing/tools/libxc/xc_dom_elfloader.c
|
||||
Index: xen-4.0.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
|
||||
--- xen-4.0.1-testing.orig/tools/libxc/xc_dom_elfloader.c
|
||||
+++ xen-4.0.1-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-4.0.0-testing/tools/libxc/xc_dom_elfloader.c
|
||||
elf_section_start(elf, shdr2),
|
||||
size);
|
||||
}
|
||||
Index: xen-4.0.0-testing/tools/xenstore/Makefile
|
||||
Index: xen-4.0.1-testing/tools/xenstore/Makefile
|
||||
===================================================================
|
||||
--- xen-4.0.0-testing.orig/tools/xenstore/Makefile
|
||||
+++ xen-4.0.0-testing/tools/xenstore/Makefile
|
||||
--- xen-4.0.1-testing.orig/tools/xenstore/Makefile
|
||||
+++ xen-4.0.1-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-4.0.0-testing/tools/xenstore/Makefile
|
||||
CFLAGS += -I.
|
||||
CFLAGS += $(CFLAGS_libxenctrl)
|
||||
|
||||
Index: xen-4.0.0-testing/tools/xenstore/xenstored_core.c
|
||||
Index: xen-4.0.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
|
||||
--- xen-4.0.1-testing.orig/tools/xenstore/xenstored_core.c
|
||||
+++ xen-4.0.1-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-4.0.0-testing/tools/xenstore/xenstored_core.c
|
||||
break;
|
||||
case 'T':
|
||||
tracefile = optarg;
|
||||
Index: xen-4.0.0-testing/tools/xenstore/xenstored_domain.c
|
||||
Index: xen-4.0.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
|
||||
--- xen-4.0.1-testing.orig/tools/xenstore/xenstored_domain.c
|
||||
+++ xen-4.0.1-testing/tools/xenstore/xenstored_domain.c
|
||||
@@ -212,7 +212,7 @@ void handle_event(void)
|
||||
{
|
||||
evtchn_port_t port;
|
||||
@@ -113,10 +113,10 @@ Index: xen-4.0.0-testing/tools/xenstore/xenstored_domain.c
|
||||
return -1;
|
||||
|
||||
dom0 = new_domain(NULL, 0, port);
|
||||
Index: xen-4.0.0-testing/tools/xenstore/xenstored_transaction.c
|
||||
Index: xen-4.0.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
|
||||
--- xen-4.0.1-testing.orig/tools/xenstore/xenstored_transaction.c
|
||||
+++ xen-4.0.1-testing/tools/xenstore/xenstored_transaction.c
|
||||
@@ -82,7 +82,7 @@ struct transaction
|
||||
struct list_head changed_domains;
|
||||
};
|
||||
@@ -126,10 +126,10 @@ Index: xen-4.0.0-testing/tools/xenstore/xenstored_transaction.c
|
||||
static unsigned int generation;
|
||||
|
||||
/* Return tdb context to use for this connection. */
|
||||
Index: xen-4.0.0-testing/tools/xenstore/xenstore_client.c
|
||||
Index: xen-4.0.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
|
||||
--- xen-4.0.1-testing.orig/tools/xenstore/xenstore_client.c
|
||||
+++ xen-4.0.1-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-4.0.0-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-4.0.0-testing/tools/libxen/src/xen_common.c
|
||||
Index: xen-4.0.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
|
||||
--- xen-4.0.1-testing.orig/tools/libxen/src/xen_common.c
|
||||
+++ xen-4.0.1-testing/tools/libxen/src/xen_common.c
|
||||
@@ -1057,6 +1057,8 @@ static size_t size_of_member(const abstr
|
||||
default:
|
||||
assert(false);
|
||||
@@ -161,10 +161,10 @@ Index: xen-4.0.0-testing/tools/libxen/src/xen_common.c
|
||||
}
|
||||
|
||||
|
||||
Index: xen-4.0.0-testing/tools/blktap2/drivers/block-remus.c
|
||||
Index: xen-4.0.1-testing/tools/blktap2/drivers/block-remus.c
|
||||
===================================================================
|
||||
--- xen-4.0.0-testing.orig/tools/blktap2/drivers/block-remus.c
|
||||
+++ xen-4.0.0-testing/tools/blktap2/drivers/block-remus.c
|
||||
--- xen-4.0.1-testing.orig/tools/blktap2/drivers/block-remus.c
|
||||
+++ xen-4.0.1-testing/tools/blktap2/drivers/block-remus.c
|
||||
@@ -1579,7 +1579,7 @@ static int tdremus_open(td_driver_t *dri
|
||||
td_flag_t flags)
|
||||
{
|
||||
|
Reference in New Issue
Block a user