similar to: [PATCH] [HVM] Make serial number in SMBIOS table equal to UUID

Displaying 20 results from an estimated 300 matches similar to: "[PATCH] [HVM] Make serial number in SMBIOS table equal to UUID"

2006 Aug 11
0
[PATCH] [4/5] SMBIOS -- generate SMBIOS tables
Add code to generate SMBIOS tables to hvmloader. Signed-off-by: Andrew D. Ball <aball@us.ibm.com> diff -r 1d817bfc5ed9 tools/firmware/hvmloader/Makefile --- a/tools/firmware/hvmloader/Makefile Fri Aug 11 14:22:54 2006 +0100 +++ b/tools/firmware/hvmloader/Makefile Fri Aug 11 14:55:18 2006 -0400 @@ -31,7 +31,7 @@ DEFINES =-DDEBUG DEFINES =-DDEBUG XENINC =-I$(XEN_ROOT)/tools/libxc
2017 Oct 18
0
File option for smbios.
Hi guys, Does anybody knows if there is an option to set a binary file for smbios? Currently, I'm doing this approach: <qemu:commandline> <qemu:arg value='-smbios'/> <qemu:arg value='file=/var/run/libvirt/qemu/smbios_type_1.bin'/> </qemu:commandline> Has libvirt a method as <smbios mode='host'/> ? -- Julio Cesar Faracco
2009 Jan 16
2
[PATCH] ocfs2: return f_fsid info in ocfs2_statfs(), v4
Currently f_fsid of struct kstatfs returned from ocfs2_statfs() is undefined (vfs layer fills 0 as default). Since in some conditions, f_fsid value might be used as (f_fsid, ino) pair to uniquely identify a file, ocfs2 should return a unique defined f_fsid value from ocfs2_statfs(). Because uuid_str is identified no mater on big or litlle endian machine, it's also endian consistent to use
2011 May 27
2
[PATCH 1/1] ocfs2: Bugfix for hard readonly mount
This patch fixes few bugs when do hard readonly mount. see detail: http://oss.oracle.com/bugzilla/show_bug.cgi?id=1322 Signed-off-by: Tiger Yang <tiger.yang at oracle.com> --- fs/ocfs2/dlmglue.c | 21 +++++++++++++++------ fs/ocfs2/super.c | 3 ++- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/fs/ocfs2/dlmglue.c b/fs/ocfs2/dlmglue.c index 7642d7c..da103f5 100644
2013 Apr 06
3
btrfs-progs: re-add send-test
From: Mark Fasheh <mfasheh@suse.de> btrfs-progs: re-add send-test send-test.c links against libbtrfs and uses the send functionality provided to decode and print a send stream to the console. 66819df "btrfs-progs: add send-test" contained this file when submitted, but somehow got lost on commit. [sandeen@redhat.com: Resurrect lost send-test.c from original commit]
2018 Oct 10
0
[ANNOUNCE] libSM 1.2.3
Alan Coopersmith (1): Stop compiling empty sm_auth.c stub Emil Velikov (1): autogen.sh: use quoted string variables Fab (1): Fix callbacks signatures in libSM documentation Jon TURNEY (1): Include unistd.h for getpid() Matthieu Herrb (3): Fix uuid_to_string(3) type Get rid of strcpy() in the HAVE_UUID_CREATE case libSM 1.2.3 Mihail Konev (1):
2011 Jul 12
0
[PATCH] pxelinux: open_file() returns a non-negative handle
From: Matt Fleming <matt.fleming at linux.intel.com> The usage of open_file() is wrong in core/fs/pxe/pxe.c. Any non-negative return value indicates success, not just a return value of zero. This bug was introduced in commit ba4fefa9b52b "core: change load_config() to open_config()". The bug causes pxelinux to fail to open configuration files. Signed-off-by: Matt Fleming
2009 Mar 31
0
[PATCH] ocfs2: remove some pointless conditionals before kfree()
Remove some pointless conditionals before kfree(). Signed-off-by: Wei Yongjun <yjwei at cn.fujitsu.com> --- fs/ocfs2/alloc.c | 3 +-- fs/ocfs2/cluster/heartbeat.c | 6 ++---- fs/ocfs2/cluster/tcp.c | 6 ++---- fs/ocfs2/dlm/dlmdomain.c | 3 +-- fs/ocfs2/dlm/dlmrecovery.c | 6 ++---- fs/ocfs2/extent_map.c | 3 +-- fs/ocfs2/journal.c
2013 Dec 17
9
[PATCH] Btrfs-progs: receive: fix the case that we can not find subvolume
If we change our default subvolume, btrfs receive will fail to find subvolume. To fix this problem, i have two ideas. 1.make btrfs snapshot ioctl support passing source subvolume''s objectid 2.when we want to using interval subvolume path, we mount it other place that use subvolume 5 as its default subvolume. We''d better use the second approach because it won''t bother
2007 Mar 13
0
SMBIOS level in Xen
All, What is the current minimum required SMBIOS version for Xen? Assuming it is not already, the SMBIOS version on the platform were to be raised to 2.5, would there be issues? Thanks Raj _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Aug 14
2
please ignore previous SMBIOS patches
For some reason, half of the patches I posted on Friday for HVM SMBIOS support haven''t shown up yet. I''m going to try to post a version of them reworked for changeset 11076:f328519053f5a444af475ec10dc8089a0b176e3f in a few moments, so please ignore the previous posts. Thanks! Andrew _______________________________________________ Xen-devel mailing list
2006 Aug 14
0
[PATCH] HVM SMBIOS v3 [1/5]
[HVM] Cleanup: move cpuid function to util.c . Signed-off-by: Andrew D. Ball <aball@us.ibm.com> diff -r f328519053f5 -r 4cc861f6b425 tools/firmware/hvmloader/hvmloader.c --- a/tools/firmware/hvmloader/hvmloader.c Mon Aug 14 10:58:02 2006 +0100 +++ b/tools/firmware/hvmloader/hvmloader.c Mon Aug 14 11:16:09 2006 -0400 @@ -116,15 +116,6 @@ check_amd(void) } static void -cpuid(uint32_t
2012 Feb 21
2
[PATCH 2/3] SMBIOS table passthrough support
Utility routines in hvmloader for SMBIOS table validation. Signed-off-by: Ross Philipson <ross.philipson@citrix.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xensource.com/xen-devel
2012 Feb 21
0
[PATCH 0/3] SMBIOS table passthrough support
SMBIOS table pass-through is useful in supporting vendor/OEM specific functionality in HVM guests. There are numerous OEM software packages and drivers that depend on having certain SMBIOS tables surfaced in a guest for their proper functioning. This also includes drivers and software needed for device pass-through. This series of patches introduces support for SMBIOS pass-through in the
2010 Jan 27
1
Is there anyone working on SMbios support for the PV platform?
As the title, any issues about that? thanks, Yibin Shen _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2009 May 09
0
[TESTING] SMBIOS Type 6 anyone?
Some people have reported that the menu doesn't display any memory information on some machines. I have implemented the 3.3.7 Memory Module Information (Type 6, Obsolete) hoping it solves the problem (CLI only right now). If you want to play with it, a build can be found at: http://pub.mouraf.org/syslinux/hdt/hdt-type6.c32 How to test: hdt> dmi dmi> show It will show the
2016 Feb 19
0
Building a http query string including SMBIOS Serial Number to load a specific kernel
On Fri, Feb 19, 2016 at 06:07:15PM -0200, Leandro Becker via Syslinux wrote: > Hello folks, > > There is a way to get the system serial number from SMBIOS and pass it > as HTTP query string to get the kernel and initrd? > Something like this: > > LABEL OS Download > MENU LABEL Clonezilla > MENU INDENT 1 > KERNEL
2016 Feb 22
0
Building a http query string including SMBIOS Serial Number to load a specific kernel
"Leandro Becker" <Lbecker at positivo.com.br> writes: > Tryied, but seems that command line does not support loading kernel > using http :( > Thanks anyway. Works fine for me with lpxelinux.0. String concatenation is .. though, so fix that mistake of mine like sl.run_command ("http://192.168.10.10/kernel.php?SN=" . serial . "...") -- Regards, Feri.
2020 Aug 10
0
Re: Question for smbios
On Mon, Aug 10, 2020 at 12:49:37AM -0500, David wrote: > I am reposting this because it's been 2 or 3 weeks. > > Hello, > > Hopefully this is the right place to send a question like this... > > I'm attempting to automate creation of VMs using virt-install and a > cloud-init disk image. To get this to work, I need to specify the location > of the cloud-init
2012 Dec 20
0
[PATCH v4 03/04] HVM firmware passthrough SMBIOS processing
Passthrough support for the SMBIOS structures including three new DMTF defined types and support for OEM defined tables. Passed in SMBIOS types override the default internal values. Default values can be enabled for the new type 22 portable battery using a xenstore flag. All other new DMTF defined and OEM structures will only be added to the SMBIOS table if passthrough values are present.