* [PATCH] HVM SMBIOS v2 0/5
@ 2006-07-12 20:25 aball
0 siblings, 0 replies; 3+ messages in thread
From: aball @ 2006-07-12 20:25 UTC (permalink / raw)
To: xen-devel
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 strncpy() I wrote in util.c now
behave properly: strncpy() pads the destination string with NULs until
its size limit is reached and both strcpy() and strncpy() return the
address of the destination string.
Peace.
Andrew
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] HVM SMBIOS v2 0/5
@ 2006-07-12 21:19 Andrew D. Ball
2006-08-04 19:39 ` Keir Fraser
0 siblings, 1 reply; 3+ messages in thread
From: Andrew D. Ball @ 2006-07-12 21:19 UTC (permalink / raw)
To: xen-devel
The following patches are a cleaned up version of the HVM SMBIOS
patches I submitted last Friday.
I apologize if these are posted twice -- the first time I tried to send
them I didn't see them show up after 40 minutes...
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 strncpy() I wrote in util.c now
behave properly: strncpy() pads the destination string with NULs until
its size limit is reached and both strcpy() and strncpy() return the
address of the destination string.
Peace.
Andrew
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] HVM SMBIOS v2 0/5
2006-07-12 21:19 [PATCH] HVM SMBIOS v2 0/5 Andrew D. Ball
@ 2006-08-04 19:39 ` Keir Fraser
0 siblings, 0 replies; 3+ messages in thread
From: Keir Fraser @ 2006-08-04 19:39 UTC (permalink / raw)
To: Andrew D. Ball, xen-devel
On 12/7/06 10:19 pm, "Andrew D. Ball" <aball@us.ibm.com> wrote:
> The following patches are a cleaned up version of the HVM SMBIOS
> patches I submitted last Friday.
>
> I apologize if these are posted twice -- the first time I tried to send
> them I didn't see them show up after 40 minutes...
These patches need rebasing to changeset 10948 or after. The changes I made
there should make your patchset rather smaller!
The main thing is to get rid of your additions to hvm_info_table:
1. Uuid can be got via hypercall_xen_version(XENVER_guest_handle)
2. Version info can be got via other XENVER_ commands
3. Memsize can roughly be worked out from the e820 table
I see you add a util.c -- I actually also made the same cleanup in my
changeset although I think you add another couple of functions.
Hopefully the way to use the hypercalls is obvious from the above changeset.
I added a simple example to hvmloader.c:init_hypercalls() to print version
information.
Thanks,
Keir
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-08-04 19:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-12 21:19 [PATCH] HVM SMBIOS v2 0/5 Andrew D. Ball
2006-08-04 19:39 ` Keir Fraser
-- strict thread matches above, loose matches on Subject: below --
2006-07-12 20:25 aball
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.