search for: xen_version

Displaying 20 results from an estimated 165 matches for "xen_version".

2013 Jul 17
13
[PATCH 0/3] xen: various changes to what we install in /boot
Jan suggested a couple of cleanups based upon my "xen: allow architecture to choose whether to compress installed xen binary" patch. So this series now consists of: xen: allow architecture to choose how/whether to compress installed xen binary xen: x86: drop the ".gz" suffix when installing xen: Use $(T) and $(D) aliases in install target This is based
2013 Jul 12
14
[PATCH] xen: arm: make zImage the default target which we install
From: Ian Campbell <ian.campbell@citrix.com> The zImage compatible binary is the useful one on real hardware. The relocated ELF thing is only really useful when booting directly on Fast Models. The customary suffix for that case is .axf so provide that as a target. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Cc: Wookey <wookey@linaro.org> --- xen/arch/arm/Makefile |
2006 Aug 22
0
[PATCH] [HVM] Make serial number in SMBIOS table equal to UUID
...6a8204e4619d -r f3a3ee53050e tools/firmware/hvmloader/smbios.c --- a/tools/firmware/hvmloader/smbios.c Mon Aug 21 13:36:05 2006 +0100 +++ b/tools/firmware/hvmloader/smbios.c Tue Aug 22 14:34:50 2006 -0400 @@ -116,8 +116,10 @@ smbios_table_size(uint32_t vcpus, const /* type 0: "Xen", xen_version, and release_date */ size += strlen("Xen") + strlen(xen_version) + 2; - /* type 1: "Xen", xen_version, "HVM domU" */ - size += strlen("Xen") + strlen("HVM domU") + strlen(xen_version) + 3; + /* type 1: "Xen", xen_version, "HVM domU&...
2006 Aug 11
0
[PATCH] [4/5] SMBIOS -- generate SMBIOS tables
...;'start'', without writing more + than ''max_size'' bytes. + + Return the number of bytes written +*/ +static size_t +write_smbios_tables(void *start, size_t max_size, + uint32_t vcpus, uint64_t memsize, + uint8_t uuid[16], char *xen_version, + uint32_t xen_major_version, uint32_t xen_minor_version); + +static void +get_cpu_manufacturer(char *buf, int len); +static size_t +smbios_table_size(uint32_t vcpus, const char *xen_version, + const char *processor_manufacturer); +static void * +smbios_entry_po...
2015 May 04
2
Xen 4.4.2 (with XSA-132) in virt6-testing
...lot. > > I'll do some testing during the weekend. > > > Thanks, > > -George > > > -- Pasi > I've upgraded to Xen 4.4.2 and everything went fine. I've tested save/restore and few basic stuff, all good. [root at dev1 ~]# uname -r && xl info|grep xen_version 4.0.1-1.el6.elrepo.x86_64 xen_version : 4.4.2-1.el6 [root at dev1 ~]# Note; I'm using kernel-ml from elrepo because x4c kernel is too old LTS for me. Karl -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-vi...
2007 Mar 09
2
Information from the real world into Puppet (simply)?
Hi, I''m trying retrieve some information from the real world from within puppet. I''d initially hoped that I could do this: $xen_version = exec { "apt-cache search xen-hypervisor | head -n 1 | cut -d- -f3-5": path => "/usr/bin:/usr/sbin:/bin", cwd => "/tmp", require => [ Package["apt"], Package["coreutils"] ] } but when it...
2006 Feb 18
1
r24 - trunk/debian/patches
...$(TARGET).gz - [ -d $(DESTDIR)/boot ] || $(INSTALL_DIR) $(DESTDIR)/boot -+ifeq ($(XEN_TARGET_X86_PAE),y) -+ $(INSTALL_DATA) $(TARGET).gz $(DESTDIR)/boot/$(notdir $(TARGET))_pae-$(XEN_FULLVERSION).gz -+ ln -f -s $(notdir $(TARGET))_pae-$(XEN_FULLVERSION).gz $(DESTDIR)/boot/$(notdir $(TARGET))_pae-$(XEN_VERSION).$(XEN_SUBVERSION).gz -+ ln -f -s $(notdir $(TARGET))_pae-$(XEN_FULLVERSION).gz $(DESTDIR)/boot/$(notdir $(TARGET))_pae-$(XEN_VERSION).gz -+ ln -f -s $(notdir $(TARGET))_pae-$(XEN_FULLVERSION).gz $(DESTDIR)/boot/$(notdir $(TARGET))_pae.gz -+ $(INSTALL_DATA) $(TARGET)-syms $(DESTDIR)/boot/$(notdir $...
2009 Jan 14
5
[PATCH] Support cross-bitness guest when core-dumping
This patch allows core-dumping to work on a cross-bit host/guest configuration, whereas previously that was not supported. It supports both PV and FV guests. The core file format generated by the host, needs to match that of the guest, so an alignment issue is addressed, along with the p2m frame list handling being done according to the guest size. Signed-off-by: Bruce Rogers
2008 Mar 18
7
A question related with symbol reference?
hi, my friends: recently, i am reading the source codes about hypercall. First, i study a simple hypercall, for example, the "do_xen_version". In "xen-3.1.0-src\xen\common\kernel.c", the definition of "do_xen_version" is: DO(xen_version) (int cmd, XEN_GUEST_HANDLE(void) arg) { .... } according to the " #define DO(fn) long do_##fn ", the expanded form is "do_xen_version (...)". then, in th...
2011 Jun 30
0
[PATCH] x86/EFI: adjust installation logic
...ot/efi/efi/$(EFI_VENDOR) remains dependent upon specifying EFI_VENDOR. Signed-off-by: Jan Beulich <jbeulich@novell.com> --- a/xen/Makefile +++ b/xen/Makefile @@ -35,11 +35,16 @@ _install: $(TARGET).gz ln -f -s $(notdir $(TARGET))-$(XEN_FULLVERSION).gz $(DESTDIR)/boot/$(notdir $(TARGET))-$(XEN_VERSION).gz ln -f -s $(notdir $(TARGET))-$(XEN_FULLVERSION).gz $(DESTDIR)/boot/$(notdir $(TARGET)).gz $(INSTALL_DATA) $(TARGET)-syms $(DESTDIR)/boot/$(notdir $(TARGET))-syms-$(XEN_FULLVERSION) - if [ -r $(TARGET).efi -a -n "$(EFI_MOUNTPOINT)" ]; then \ - if [ -n ''$(EFI_VENDOR)'&...
2011 Nov 25
2
[PATCH 6/7] Create 2 ocaml packages, libxen-4.1-ocaml and libxen-4.1-ocaml-dev.
...neventchn = $(LDLIBS_libxenctrl) ++LIBS_xeneventchn_SYSTEM = $(LDLIBS_libxenctrl_SYSTEM) + + all: $(INTF) $(LIBS) $(PROGRAMS) + +--- a/tools/Rules.mk ++++ b/tools/Rules.mk +@@ -21,9 +21,11 @@ + + CFLAGS_libxenctrl = -I$(XEN_LIBXC) $(CFLAGS_include) + LDLIBS_libxenctrl = $(XEN_LIBXC)/libxenctrl-$(XEN_VERSION).so $(DLOPEN_LIBS) ++LDLIBS_libxenctrl_SYSTEM = -lxenctrl-$(XEN_VERSION) + + CFLAGS_libxenguest = -I$(XEN_LIBXC) $(CFLAGS_include) + LDLIBS_libxenguest = $(XEN_LIBXC)/libxenguest-$(XEN_VERSION).so ++LDLIBS_libxenguest_SYSTEM = -lxenguest-$(XEN_VERSION) + + CFLAGS_libxenstore = -I$(XEN_XENSTORE) $...
2012 Jul 16
23
[PATCH] x86/EFI: define and use EFI_DIR make variable, defaulting to /usr/lib64/efi
...GET).efi ]; then \ - [ -d $(DESTDIR)$(LIBDIR)/efi ] || $(INSTALL_DIR) $(DESTDIR)$(LIBDIR)/efi; \ - $(INSTALL_DATA) $(TARGET).efi $(DESTDIR)$(LIBDIR)/efi/$(notdir $(TARGET))-$(XEN_FULLVERSION).efi; \ - ln -sf $(notdir $(TARGET))-$(XEN_FULLVERSION).efi $(DESTDIR)$(LIBDIR)/efi/$(notdir $(TARGET))-$(XEN_VERSION).$(XEN_SUBVERSION).efi; \ - ln -sf $(notdir $(TARGET))-$(XEN_FULLVERSION).efi $(DESTDIR)$(LIBDIR)/efi/$(notdir $(TARGET))-$(XEN_VERSION).efi; \ - ln -sf $(notdir $(TARGET))-$(XEN_FULLVERSION).efi $(DESTDIR)$(LIBDIR)/efi/$(notdir $(TARGET)).efi; \ + [ -d $(DESTDIR)$(EFI_DIR) ] || $(INSTALL_DIR) $...
2006 Feb 19
1
r26 - in trunk/debian: . patches
...xen-3.0.1+hg8743/xen/Makefile +--- xen-3.0.1+hg8743/xen/Makefile 2006-02-18 19:57:57.971524368 +0100 ++++ /tmp/dpep.Ek3jgb/xen-3.0.1+hg8743/xen/Makefile 2006-02-19 19:20:15.000000000 +0100 +@@ -8,6 +8,7 @@ + export XEN_SUBVERSION = 0 + export XEN_EXTRAVERSION = .1 + export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) ++export XEN_CHANGESET ?= $(shell ((hg parents || head -n 7 ../ChangeLog || echo date: unavailable) | awk ''{FS="changeset:[ ]+"}/^changeset/{CS=$$2};{FS="date:[ ]+"}/^date/{D=$$2}; END {print D, CS}'') 2>/dev/null) + + e...
2007 Sep 24
4
testing hypercall from windows - what''s the most basic call I can make to test
I''m tinkering with some code to be able to talk to the hypervisor from Windows, with the ultimate aim to get a usable xenbus. So far I''ve created a driver for the Xen PCI ''device'', and (hopefully) mapped the hypercall space given by the CPUID call... What is the simplest hypercall I can make to get an answer from the hypervisor to tell me that it''s
2012 Aug 22
9
make uninstall can delete xen-kernels
Nice time. # make uninstall ... rm -rf //boot/*xen* ... if somebody use "xen" in kernel name (maybe as suffix), so it will be deleted from /boot/ too. Thanks. Denis.
2017 Feb 28
2
NUMA placement failed, performance might be affected
...irt_caps ? ? ? ? ? ? ?: hvm hvm_directio total_memory ? ? ? ? ? : 130958 free_memory ? ? ? ? ? ?: 28003 sharing_freed_memory ? : 0 sharing_used_memory ? ?: 0 outstanding_claims ? ? : 0 free_cpus ? ? ? ? ? ? ?: 0 xen_major ? ? ? ? ? ? ?: 4 xen_minor ? ? ? ? ? ? ?: 6 xen_extra ? ? ? ? ? ? ?: .3-7.el7 xen_version ? ? ? ? ? ?: 4.6.3-7.el7 xen_caps ? ? ? ? ? ? ? : xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32 hvm-3.0-x86_32p hvm-3.0-x86_64? xen_scheduler ? ? ? ? ?: credit xen_pagesize ? ? ? ? ? : 4096 platform_params ? ? ? ?: virt_start=0xffff800000000000 xen_changeset ? ? ? ? ?: Wed Feb 15 02:12:22 2017 -060...
2020 May 04
2
virsh connect to xen:///system fails: "error: internal error: Unexpected driver type 'Xen' opened" ?
I'm setting up for libvirt remote access on a xend host. On the host, xl info | egrep "release|xen_version" release : 5.6.10-24.gde48f93-default xen_version : 4.13.0_12-lp151.700 systemctl --version systemd 234 I've installed rpm -qa libvirt-daemon-xen libvirt-daemon-xen-6.2.0-lp151.890.1.x86_64 libvirtd --version libvirtd (libvirt) 6.2.0 virsh --versio...
2012 Dec 23
7
Unsticking a DomU
I''m not able to start, destroy, or delete a DomU: > xen1:~ # xm start test4 > Error: Domain is already running > Usage: xm start <DomainName> > > Start a Xend managed domain >   -p, --paused                   Do not unpause domain after starting it    >   -c, --console_autoconnect      Connect to the console after the domain   
2020 Jun 14
4
very low performance of Xen guests
...0 virt_caps????????????? : pv hvm total_memory?????????? : 57343 free_memory??????????? : 53620 sharing_freed_memory?? : 0 sharing_used_memory??? : 0 outstanding_claims???? : 0 free_cpus????????????? : 0 xen_major????????????? : 4 xen_minor????????????? : 12 xen_extra????????????? : .2.39.g3536f8dc xen_version??????????? : 4.12.2.39.g3536f8dc xen_caps?????????????? : xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32 hvm-3.0-x86_32p hvm-3.0-x86_64 xen_scheduler????????? : credit2 xen_pagesize?????????? : 4096 platform_params??????? : virt_start=0xffff800000000000 xen_changeset????????? : xen_commandline?????...
2015 Oct 12
1
Megacli issue with Xen PERC 5/i Poweredge 2950 II
...001:00000000 virt_caps : hvm total_memory : 32762 free_memory : 29340 sharing_freed_memory : 0 sharing_used_memory : 0 outstanding_claims : 0 free_cpus : 0 xen_major : 4 xen_minor : 4 xen_extra : .3-1.el6 xen_version : 4.4.3-1.el6 xen_caps : xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32 hvm-3.0-x86_32p hvm-3.0-x86_64 xen_scheduler : credit xen_pagesize : 4096 platform_params : virt_start=0xffff800000000000 xen_changeset : Thu Apr 23 15:06:13 2015 +010...