|
|
|
|
|
|
|
|
|
|
xen-api
[Xen-API] [PATCH 0 of 7] Improvements to the hypercall simulator
Various improvements to the hypercall simulator, making it better for testing
the ballooning daemon. In particular:
* host and guest memory is now properly accounted
* guests write feature-balloon after they boot
* guests tot_pages = target + constant when in a neutral state
Signed-off-by: David Scott <dave.scott@xxxxxxxxxxxxx>
1 file changed, 73 insertions(+), 28 deletions(-)
ocaml/xiu/xiu.ml | 101 +++++++++++++++++++++++++++++++++++++++---------------
_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-API] [PATCH 0 of 7] Improvements to the hypercall simulator,
David Scott <=
- [Xen-API] [PATCH 2 of 7] [XIU]: rename tot_mem -> tot_mem_kib and max_mem -> max_mem_kib, David Scott
- [Xen-API] [PATCH 4 of 7] [XIU]: write control/feature-balloon 3s after starting a simulated domain, David Scott
- [Xen-API] [PATCH 1 of 7] [XIU]: store the physical memory used/free in KiB rather than MiB for consistency, David Scott
- [Xen-API] [PATCH 3 of 7] [XIU]: when a domain target is updated, transfer the memory immediately from the host, respecting both the domain's max_mem and the total amount of memory free on the host, David Scott
- [Xen-API] [PATCH 5 of 7] [XIU]: When destroying a domain in the simulator, give its memory back to xen, David Scott
- [Xen-API] [PATCH 7 of 7] [XIU]: increase the realism of the hypercall simulator by adding a constant amount of extra memory to tot_pages for every domain, David Scott
- [Xen-API] [PATCH 6 of 7] [XIU]: Add explicit HVM and HAP flags to Domctl_create in the simulator, David Scott
|
|
|
|
|