Displaying 20 results from an estimated 5000 matches similar to: "please ignore previous SMBIOS patches"
2006 Aug 14
4
[PATCH] HVM SMBIOS v3 [5/5]
[HVM] Pick up SMBIOS entry point in the ROMBIOS.
Signed-off-by: Andrew D. Ball <aball@us.ibm.com>
diff -r 1d817bfc5ed9 tools/firmware/rombios/rombios.c
--- a/tools/firmware/rombios/rombios.c Fri Aug 11 14:22:54 2006 +0100
+++ b/tools/firmware/rombios/rombios.c Fri Aug 11 14:55:22 2006 -0400
@@ -9443,6 +9443,43 @@ rom_scan_increment:
mov ds, ax
ret
+#ifdef HVMASSIST
+
+; Copy the
2006 Jul 12
2
[PATCH] HVM SMBIOS v2 0/5
The following patches are a cleaned up version of the HVM SMBIOS
patches I submitted last Friday.
Differences include
(1) SMBIOS is no longer optional for HVM domU''s.
(2) The refactoring I did of hvmloader wasn''t really necessary, so I
got rid of it.
(3) The patches have been tested on changeset
10671:b20580cf7fc1bfe5119597bb5b576cdd020551d5
(4) The versions of strcpy() and
2006 Jul 31
10
Xen PXE solution
Greetings.
I''ve been asked to work on a PXE solution for booting Xen domU''s from a
network, and would like some feedback and any help anyone is willing to
provide.
I''ve been limiting my work to HVM domU''s at the moment, because I don''t
think the NBI''s (as far as I know, these are bootloaders) that I have
available work in paravirtualized
2013 Aug 29
3
[PATCH 0/2] Fix SMBios table regressions in HVM guests
The series "HVM firmware passthrough" series in Jan 2013 from Ross Philipson
cause two regressions for HVM guests which sadly found their way into the Xen
4.3 release.
The first regression causes an incorrect count of tables to be placed in the
main header, and can be seen by running dmidecode in any applicable HVM domain.
The second regression found its way into the public ABI, making
2016 Feb 19
6
Building a http query string including SMBIOS Serial Number to load a specific kernel
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 http://192.168.10.10/kernel.php?type=kernel (
http://myserver/kernel.php?SN=SMBIOS_SERIAL_NUMBER&type=kernel
)&SN=SMBIOS_SERIAL_NUMBER
APPEND
2020 Aug 10
3
Question for smbios
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 configs by passing smbios key/value pairs.
Normally, -smbios is provided to qemu to do this. With
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
2016 Feb 20
1
Building a http query string including SMBIOS Serial Number to load a specific kernel
On Fri, Feb 19, 2016 at 3:40 PM, Geert Stappers via Syslinux
<syslinux at zytor.com> wrote:
> 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:
>>
>>
2007 Oct 15
5
problem with smbios 2.13?
Hello,
I''m using the latest b75 ISO to try and get a solaris dom0 running on my
laptop, a Sony SZ-330P. The Xen LiveCD works just fine, so I know that
theoretically it should work. Build 75 also works just fine on my Sony,
including sound and video, etc.
But when I try and boot the Xen kernel, the system hangs. There''s no
panic printed to console. If I pass a -v option at
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
2006 Aug 22
0
[PATCH] [HVM] Make serial number in SMBIOS table equal to UUID
[HVM] [SMBIOS] Duplicate UUID into serial number in SMBIOS tables.
Windows zeroes out the UUID in the SMBIOS tables, but the identifier
is often needed by systems management code. Duplicating the UUID
as the virtual system''s serial number should help.
Signed-off-by: Andrew D. Ball <aball@us.ibm.com>
diff -r 6a8204e4619d -r f3a3ee53050e tools/firmware/hvmloader/smbios.c
---
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
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
2006 Feb 22
2
use case for exposing xenstore attributes via sysfs [long]
I''ve seen some people asking why exposing xenstore attributes via sysfs
could be useful. Here''s why I would really like to see such a patch
make it into Xen:
I''ve been working on getting domU''s to know enough about themselves to
be manageable. I require a 128-bit UUID for each domU, and I require
that each domU be able to determine its own UUID in userspace.
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
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
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
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.
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
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