qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] setting OEM ID in BIOS from qemu?
@ 2011-03-17 10:43 Michael Tokarev
  2011-03-20 15:20 ` [Qemu-devel] " Kevin O'Connor
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Tokarev @ 2011-03-17 10:43 UTC (permalink / raw)
  To: qemu-devel; +Cc: Kevin O'Connor

Hello.

What's the possible way(s) to set OEM identification
string in BIOS too, so that it provides ACPI tables
with the given identification?

It is needed to support running OEM version of windows
vista and windows 7 (for example) from /dev/sda without
voiding its activation - this needs a real SLIC table
plus the corresponding string other tables (FACP, FACS,
-- I don't know for sure which other table windows
checks, exactly).

First is already available on the host system in
/sys/firmware/acpi/tables/SLIC, and it's possible
to use this table directly with -acpitable file=...
after my patch for hw/acpi.c which I submitted today
for qemu.

The second component is missing currently, hence
this my question.

Thanks!

/mjt

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Qemu-devel] Re: setting OEM ID in BIOS from qemu?
  2011-03-17 10:43 [Qemu-devel] setting OEM ID in BIOS from qemu? Michael Tokarev
@ 2011-03-20 15:20 ` Kevin O'Connor
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin O'Connor @ 2011-03-20 15:20 UTC (permalink / raw)
  To: Michael Tokarev; +Cc: qemu-devel

On Thu, Mar 17, 2011 at 01:43:04PM +0300, Michael Tokarev wrote:
> Hello.
> 
> What's the possible way(s) to set OEM identification
> string in BIOS too, so that it provides ACPI tables
> with the given identification?

A fwcfg entry probably needs to be added to pass the information.
Then SeaBIOS could be extended to fill the tables it generates with
the given fields.

-Kevin

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-03-20 15:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-17 10:43 [Qemu-devel] setting OEM ID in BIOS from qemu? Michael Tokarev
2011-03-20 15:20 ` [Qemu-devel] " Kevin O'Connor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).