log
graph
tags
branches
changeset
browse
direct-io.hg
log
find changesets by author, revision, files, or words in the commit message
less
more
| rev 12252:
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip
age
author
revision
description
2006-11-06
Emmanuel Ackaouy
12252:32e4952c0638
[XEN] Optimize credit scheduler load balancing logic
2006-11-06
kfraser
12251:8eb8c0085604
[HVM] Replace relinquish_resources() destructor hook with
2006-11-06
kfraser
12250:a910bf123e58
[HVM] Initialise AP TSC to same as BP TSC.
2006-11-06
kfraser
12249:1db00df48218
[VMX] Get rid of special vm_launch schedule tail.
2006-11-06
kfraser
12248:b2668cc03914
[HVM] Move VMX VMCS initialisation to vcpu-initialisation time.
2006-11-06
Ewan Mellor
12247:29bfe8852dce
Catch IOError when using local configuration files, to give better diagnostics.
2006-11-06
kfraser
12246:e793dad2114d
[XEN] Re-jig VCPU initialisation -- VMX init requires generic VCPU
2006-11-06
Steven Smith
12245:31985f348d2e
[HVM] Be sure to nul terminate uuids in HVM SMBIOS tables.
2006-11-06
kfraser
12244:d150a2178bd4
[LINUX] Don't use uint64_t parameter to gnttab_set_{,un}map_op() when
2006-11-05
kaf24
12243:2368e779f89f
[XEN] Replace hvm_setup_platform() with hvm_domain_initialise()
2006-11-04
kaf24
12242:e3abede54214
[XEN] Do not halt on exceptions-with-interrupts-disabled and double faults.
2006-11-04
kaf24
12241:cf8e65797826
[XEN] Simplify domain shutdown -- no need to synchronously halt execution.
2006-11-04
kaf24
12240:5ec45b464563
[XEN] Avoid taking domain biglock in the page-fault handler.
2006-11-03
Alastair Tse
12239:13ea4bea8237
[XEND] Fix xen_version and missing os import
2006-11-03
Alastair Tse
12238:3a0116aa7ff5
[XEND] Cleanup HVM image shutdown watch and move readDom call away
2006-11-03
Alastair Tse
12237:b5c50a603044
[XEND] XendDomainInfo.refreshShutdown is called from image.py.
2006-11-03
Alastair Tse
12236:e5067f9b268f
[XEND] Fix HVM image shutdown.
2006-11-03
kfraser
12235:b21ff7716f87
[HVM] More printk cleanups.
2006-11-03
kfraser
12234:d6795f951c42
[LINUX] Clean up header includes (gnttab.h from fixmap.h).
2006-11-03
kfraser
12233:f1e7799750dc
[BLKTAP] Fix gnttab unmap call to specify that address contains PTE.
2006-11-03
kfraser
12232:dcdf02fde4cb
[XEN] Fix shadow-lock macro backslash alignments.
2006-11-03
Alastair Tse
12231:044c6617e2be
Merge
2006-11-03
Alastair Tse
12230:665a28dffb7d
[XEND] Don't hide the 'type' SXP config item from HVM guests
2006-11-03
kfraser
12229:6191a06b6ed6
merge.
2006-11-03
kfraser
12228:2e8c68b0c973
[XEN] Adjust logging levels of a few printk messages.
2006-11-03
Alastair Tse
12227:5a291d87c334
[XEND] Make sure lookups cause a refresh so xm list gets the latest
2006-11-03
Steven Hand
12226:2b36aeb896c6
Fix syntax error.
2006-11-03
kfraser
12225:fac36a01c06e
[XEN] Fix log-level printk logic for multi-line and partial-line printks.
2006-11-03
kfraser
12224:cfb1136ee8f7
[XEN] Remove VGCF_hvm_guest, replace with XEN_DOMINF_hvm_guest.
2006-11-03
Alastair Tse
12223:4ff83eddd1f6
[XEND] Handle permission denied when calling xc.domain_getinfo
2006-11-03
Alastair Tse
12222:374087600412
[XEND][XM] Restore old state string in xm.
2006-11-03
Alastair Tse
12221:f64cc6f50f6e
[XEND] Silence Xen API debugging messages.
2006-11-03
kfraser
12220:82e3575e7588
[XEN] Quieten down tracing when fail (quite expectedly) to map INVALID_MFN.
2006-11-02
Ewan Mellor
12219:7818629c336c
I found a small bug in xenmon. Even if I gave xenmon a wrong
2006-11-02
kaf24
12218:dd62270df2ad
[XEN] Add 'loglvl' and 'guest_loglvl' boot parameters.
2006-11-02
Alastair Tse
12217:20204db0891b
Merge
2006-11-02
Alastair Tse
12216:ec7e7e946496
[XEND] Reverting self.domains UUID indexing
2006-11-02
Alastair Tse
12215:96ad1d72fccf
[XEND] Fix paused state being overriden by refreshShutdown
2006-11-02
kfraser
12214:4c2d9a2ef1b7
Dynamically link to libgcc on Solaris. Also clean up duplicate -Wall flags.
2006-11-02
kfraser
12213:4eac59fe1abc
[BLKTAP] Fix Linux and Xen gnttab map operations when mapping into
2006-11-02
kfraser
12212:45e34f00a78f
[HVM] Clean up VCPU initialisation in Xen. No longer
2006-11-02
Alastair Tse
12211:722cc2390021
Merge with tip
2006-11-02
Alastair Tse
12210:41ad2c673fdb
[XEND][XM] Fixes for xm list output
2006-11-02
Steven Smith
12209:002856e70ca1
[XEN] Better parameter checking for grant table copy operation.
2006-11-02
Ian Campbell
12208:36d020268c6c
PV-on-HVM: Conditionally disable checksum offload for receive on some
2006-11-02
Ian Campbell
12207:f3fbe9549f5f
PV-on-HVM: Tweak reboot.c to be compatible with older kernels.
2006-11-02
Ian Campbell
12206:2f34c6bcfe45
PV-on-HVM: Fix PV-on-HVM drivers for IA64.
2006-11-02
Ian Campbell
12205:af1403dd13af
PV-on-HVM: Use ln -nsf in mkbuildtree to avoid creating a symlink loop
2006-11-02
kfraser
12204:e6fdb32b786c
[TOOLS] Paravirt guests have their memory allocated in the
2006-11-02
kaf24
12203:70687bcb82dd
[XEND] Compare result of blkdev_name_to_number() explicitly against None.
2006-11-01
Emmanuel Ackaouy
12202:9a4274724794
[XEN] Fix credit scheduler cap mechanism not to over park VCPUs
2006-11-01
kfraser
12201:46fad06ab0b3
[XEN] Fix x86/64 build.
2006-11-01
Ewan Mellor
12200:aac5c1fcde6e
Return the restored VM at the end of XendDomainInfo.restore.
2006-11-01
kfraser
12199:cf3d69ba5633
[HVM] Move shadow initialisation into domain-creation hypercall.
2006-11-01
Ewan Mellor
12198:96f51a000ed0
Print errno for each of the "Error when writing to state file" messages.
2006-11-01
Ewan Mellor
12197:4e17bf788e69
Return the domain renaming during migration.
2006-11-01
kfraser
12196:7b5115221dfc
[HVM] HVM is now a flag parameter to domain-creation hypercall.
2006-11-01
Ewan Mellor
12195:f3f492ba8e8d
This patch adds a checking of wrong parameter into xm dmesg command.
2006-11-01
Ewan Mellor
12194:55e8f40ef6e4
Fix comment.
2006-11-01
Ewan Mellor
12193:5165aa656363
Add full flag to domain(domid), fixing xm list --long VM1.
less
more
| rev 12252:
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip