|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] credit scheduler issues in 64bit hypervisor
On 4 Jul 2006, at 13:00, Li, Xin B wrote:
OK, that's reasonable :-), I'll send out the patch.
This patch is to move vmcs and IO bitmap allocation into
vmx_initialize_guest_resources.
And some necessary code rearrangement.
This patch messes with more stuff than it needs to. In particular,
every place we VMCLEAR/VMPTRLD we expect the operation to succeed --
crashing on error is the most sensible thing to do. I don't see that
returning error to the caller is helpful, and in fact you have callers
who don't even check the error return. It keeps the interface to those
functions simpler to have them return void and for them to bug out
internally if they fail (as they currently do).
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- RE: [Xen-devel] credit scheduler issues in 64bit hypervisor, (continued)
- RE: [Xen-devel] credit scheduler issues in 64bit hypervisor, Li, Xin B
- RE: [Xen-devel] credit scheduler issues in 64bit hypervisor, Li, Xin B
- RE: [Xen-devel] credit scheduler issues in 64bit hypervisor, Li, Xin B
- RE: [Xen-devel] credit scheduler issues in 64bit hypervisor, Li, Xin B
- RE: [Xen-devel] credit scheduler issues in 64bit hypervisor, Li, Xin B
- RE: [Xen-devel] credit scheduler issues in 64bit hypervisor, Li, Xin B
- Re: [Xen-devel] credit scheduler issues in 64bit hypervisor,
Keir Fraser <=
- RE: [Xen-devel] credit scheduler issues in 64bit hypervisor, Li, Xin B
|
|
|
|
|