age |
author |
revision |
description |
2007-03-29 |
kfraser |
14674:98b049ed2540 |
hvm: Remove extremely verbose debugging from SVM code. |
2007-03-29 |
kfraser |
14673:ea55ead0fd47 |
hvm vmx: Better management of VMX control bitmaps. |
2007-03-28 |
Keir Fraser |
14672:78af882eb6fc |
pciback: Devices can lose config space info on D3->D0 transition, yet |
2007-03-28 |
Keir Fraser |
14671:eddce921d414 |
ia64: Remove list_move() implementation. Now implemenetd in generic list.h. |
2007-03-28 |
Keir Fraser |
14670:5c52e5ca8459 |
hvm: Clean up handling of exception intercepts. |
2007-03-28 |
Keir Fraser |
14669:ffb9dda42946 |
hvm svm: Inject #UD exception if guest tries to execute any SVM-related |
2007-03-28 |
Tim Deegan |
14668:b6eaca0bcee1 |
Merge |
2007-03-28 |
Tim Deegan |
14667:e4e6aab3ec13 |
[SVM] Inject a "fake" interrupt if we delay an interrupt for an exception |
2007-03-28 |
Steven Hand |
14666:c0c5e37b20ae |
Don't trap int3 instructions by default - can have a major overhead in |
2007-03-28 |
Tom Wilkie |
14665:6ee683d1b61f |
Remove unused import; library moved |
2007-03-28 |
kfraser |
14664:41b8af05cb68 |
linux pciback: Proper fix for build failure. |
2007-03-28 |
kfraser |
14663:c16e258fcac5 |
xen: Sync the list.h macros to Linux 2.6.18. |
2007-03-28 |
kfraser |
14662:72ea3ff64ad8 |
linux: Fix the pciback build (temporary hack). |
2007-03-28 |
kfraser |
14661:50965ae270c9 |
[ACM] Allow version information to be embedded in the XML representation of |
2007-03-28 |
kfraser |
14660:32f532e6c054 |
xenbus: check function return values of functions declared with |
2007-03-28 |
kfraser |
14659:64ab7d443549 |
pciback: check function return values of functions declared with |
2007-03-28 |
kfraser |
14658:72a5f76ac8dd |
Remove page_is_removable arch hook. Now the ia64 p2m semantic becomes |
2007-03-28 |
kfraser |
14657:77b210daefee |
linux evtchn: Read function in evtchn driver requires locking. |
2007-03-28 |
Tom Wilkie |
14656:7e6ef2b914aa |
Fix to let TCP server run without SSL installed. |
2007-03-28 |
Christian Limpach |
14655:f9d23364567a |
[linux] Fix xenbus device to allow replies larger than 4096 bytes. |
2007-03-28 |
kfraser |
14654:4c5ea17290fe |
Merge with xen-ia64-unstable.hg |
2007-03-28 |
kfraser |
14653:0b2794d3320f |
Merge with xen-ia64-unstable.hg |
2007-03-27 |
awilliam |
14652:14aeb7981e4e |
merge with xen-unstable.hg |
2007-03-27 |
awilliam |
14651:2c59917255f7 |
[IA64] Remove debugger calls from panic_domain() |
2007-03-26 |
awilliam |
14650:56caf0e37e6a |
merge with xen-unstable.hg |
2007-03-26 |
awilliam |
14649:16198b57f535 |
[IA64] Remove P2M workaround |
2007-03-26 |
awilliam |
14648:fa77ec03afd6 |
[IA64] Make P2M semantics match x86 |
2007-03-28 |
Christian Limpach |
14647:9c1367368ee3 |
[ioemu] Don't enable monitor or serial console on virtual consoles by default. |
2007-03-28 |
Christian Limpach |
14646:3d7a4ac397b1 |
[ioemu] Revert 14585:3375391fb0c9 since this removes useful functionality. |
2007-03-28 |
Tim Deegan |
14645:ff6a1607c17b |
Editing long lines in pygrub interactively could lead to tracebacks. |
2007-03-28 |
Ewan Mellor |
14644:b7c1b412c472 |
Fix missing import. |
2007-03-28 |
Ewan Mellor |
14643:8a3b9908fd75 |
Fix diagnosis of unhandled exceptions. |
2007-03-28 |
Tim Deegan |
14642:81fec499a983 |
Merge |
2007-03-28 |
Tim Deegan |
14641:bc2811bf7771 |
[HVM][HAP] Fix up some memory allocation bugs |
2007-03-28 |
Ewan Mellor |
14640:a138ae831515 |
Fix typo. |
2007-03-27 |
Ewan Mellor |
14639:966c65f0ddba |
Added HTTPS support to Xend. There are new configuration options for the |
2007-03-27 |
Ewan Mellor |
14638:94b873fb033a |
Added comment regarding a Python bug. |
2007-03-27 |
Ewan Mellor |
14637:b13a95fc0e2f |
Move the client-specific parts of xmlrpclib2 into xmlrpcclient.py. This means |
2007-03-27 |
Ewan Mellor |
14636:ea68ae90fc10 |
Add auto-start and auto-stop functionality. |
2007-03-27 |
Ewan Mellor |
14635:104fc282e53c |
Use the new blkback sysfs statistics/{rd,wr}_sect to get a more accurate |
2007-03-27 |
kfraser |
14634:6664a713f55f |
hvm svm: Do not deliver virtual interrupts concurrently with virtual exceptions. |
2007-03-27 |
kfraser |
14633:c489a25c9f9a |
hvm svm: Initialise VMCB CR4 and shadow CR4 with 0 when VMCB is being |
2007-03-27 |
kfraser |
14632:faf0a055aa92 |
hvm: Clean up intr_assist() functions (both VMX and SVM,. but mainly |
2007-03-27 |
Tom Wilkie |
14631:2864754a398f |
Fix typo in VDB_metrics_methods in XenAPI |
2007-03-27 |
Tom Wilkie |
14630:ebb8ad702157 |
Make xm sysrq work via XenAPI re: PAUSED state problem |
2007-03-27 |
kfraser |
14629:cb7d02592b96 |
linux/x86-64: cleanup the Xen-specific macros in entry-xen.S |
2007-03-27 |
kfraser |
14628:c1bfe329f7ff |
hvm svm: Bug fix for page allocation when HAP is being used |
2007-03-27 |
kfraser |
14627:d4ddaff75afd |
hvm: Fix undefined bit shifting in mmio emulation path |
2007-03-27 |
kfraser |
14626:681ed46676a6 |
Fix 'xm list' long output to skip legacy 'cpus'. |
2007-03-27 |
kfraser |
14625:ea0b50ca4999 |
xen: Remove legacy references to explicitly per-cpu perf counters. |
2007-03-27 |
kfraser |
14624:96f167771979 |
xen: Make all performance counter per-cpu, avoiding the need to update |
2007-03-27 |
kfraser |
14623:3375391fb0c9 |
hvm: Remove access to QEMU monitor in VNC server |
2007-03-27 |
kfraser |
14622:a9a39cc52e74 |
linux: Fix for missing response to XS_UNWATCH request. |
2007-03-27 |
kfraser |
14621:f1014cbe906a |
Further shrink the big-lock window. |
2007-03-27 |
kfraser |
14620:070cf119a7ec |
Add WARN() and generic WARN_ON(). |
2007-03-27 |
kfraser |
14619:7c2e8bbe9ef8 |
In order to allow building as non-root with a non-default CC (which |
2007-03-27 |
Ewan Mellor |
14618:035ce339d337 |
Do not issue a warning on XendDomainInfo.recreate for dom0 -- this is normal |
2007-03-27 |
Ewan Mellor |
14617:e43a9c52c843 |
Fix some fields so that they are declared as read-only (always should have |
2007-03-27 |
Tom Wilkie |
14616:7eff43986c3a |
Merge |
2007-03-27 |
Tom Wilkie |
14615:c815f6553816 |
Fix typo in VIF_metrics_methods in XenAPI |
2007-03-27 |
kfraser |
14614:79449efbdd80 |
linux: Fix a compiler warning (unused local variable). |
2007-03-27 |
kfraser |
14613:ec3b843dd733 |
hvm svm: Rename svm_do_vmmcall_reset_to_realmode() and some small |
2007-03-27 |
kfraser |
14612:c9dc33338ccc |
[ACM] Check offset to be within the buffer's size |
2007-03-27 |
kfraser |
14611:ba9d3fd4ee4b |
Fix time reporting to guest. |
2007-03-27 |
Ewan Mellor |
14610:2c1556c893e7 |
Fix the default for the is_a_template flag. |
2007-03-27 |
kfraser |
14609:b685bb321d1e |
Fix push/jmp/call <reg/mem> to check whether the operand is register |
2007-03-26 |
Tom Wilkie |
14608:70f4d99d1aed |
Fix xm network-attach via XenAPI re: paused domain state |
2007-03-26 |
Tom Wilkie |
14607:ddc2f8b061a3 |
Fix up xm vcpu-pin via XenAPI, change types of new VM Metrics feilds |
2007-03-26 |
Tom Wilkie |
14606:5a60095a2299 |
Make 06_destroy_dom0_neg pass with xm via XenAPI. |
2007-03-26 |
Tom Wilkie |
14605:effef488d448 |
Fix xm info etc since changes to Session in XenAPI |
2007-03-26 |
Tom Wilkie |
14604:3b2efc3cf6b6 |
Add option to xm create to skip DTD checks. |
2007-03-26 |
Tom Wilkie |
14603:d01e7ace9d2c |
Add autodetect to xm create for xml files |
2007-03-27 |
Ewan Mellor |
14602:f6c38a084bef |
Convert XendPIFMetrics into an autoplug class. |
2007-03-27 |
Ewan Mellor |
14601:75c797744eb4 |
Convert XendVMMetrics into an autoplug class. Tidy up our destroy methods |
2007-03-27 |
Ewan Mellor |
14600:03d0dda70a8f |
Added network.other_config map. To make this easier, add a new automatic |
2007-03-27 |
Ewan Mellor |
14599:616611521a1d |
Trivial tidyup. |
2007-03-26 |
Ewan Mellor |
14598:10fcea8f51cd |
This patch replaces tab with 4 whitespaces in xensec_gen/main.py. |
2007-03-26 |
Ewan Mellor |
14597:adbcc10eb4c0 |
Don't set memory_dynamic_max when xm mem-set is called. Save the VM |
2007-03-26 |
Ewan Mellor |
14596:1b4fd14f88bb |
Fix xm mem-set on non-running domains. Closes bug #934. |
2007-03-26 |
Ewan Mellor |
14595:2b372eadc4ff |
Ignore .pc (quilt patch queues). |
2007-03-26 |
Ewan Mellor |
14594:e5f13664cfee |
Fix the xm mem-max command. Closes bug #933. |
2007-03-26 |
Tom Wilkie |
14593:15c74855ba68 |
Make 05_block_attach_and_dettach_device_repeatedly_pos pass on xm via XenAPI |
2007-03-26 |
Tom Wilkie |
14592:f4ce943f25f6 |
Fix vbd_create etc, add devices to paused domains |
2007-03-26 |
Tim Deegan |
14591:7ba1e697beda |
[HVM] Fix comments |
2007-03-26 |
Tim Deegan |
14590:3afefd64e392 |
[HVM] Intercept ACPI pm-timer registers |
2007-03-26 |
Ewan Mellor |
14589:dccb274295ae |
Fix VM.resume/suspend docs. |
2007-03-26 |
Ewan Mellor |
14588:8addc5015523 |
Mark host. and PIF.metrics fields as ROrun, to match VIF, VM, and VBD. |
2007-03-26 |
Ewan Mellor |
14587:5987388630f4 |
Create the new VM with the default crash behaviour set. |
2007-03-26 |
Ewan Mellor |
14586:90d84e83ad77 |
Replace tabs with spaces. |
2007-03-26 |
Ewan Mellor |
14585:ae81e49219a8 |
Added I/O debugging mode. |
2007-03-26 |
Ewan Mellor |
14584:af87a02594b6 |
Fix memory values -- they should be in bytes. |
2007-03-26 |
Ewan Mellor |
14583:57becbbe1564 |
Tidy up use of stdout vs stderr. |
2007-03-26 |
Ewan Mellor |
14582:eb52a7f22e72 |
Fix the VM.is_a_template flag for domain 0. |
2007-03-26 |
Ewan Mellor |
14581:af07c7b01893 |
Implement session.last_active, session.this_host, session.get_record, |
2007-03-25 |
Ewan Mellor |
14580:e3e7c59cdba1 |
Added C bindings and docs for recent addition VM.set_VCPUs_number_live. |
2007-03-25 |
Ewan Mellor |
14579:b37006439a53 |
Remove stillborn DTD section, in favour of an upcoming new doc for the xm |
2007-03-23 |
Ewan Mellor |
14578:0810daf7206e |
Workaround buggy GCCs wrt strftime. |
2007-03-23 |
Ewan Mellor |
14577:94943f2e1de9 |
Don't use the client-side shortcut for get_uuid calls -- we need to keep |
2007-03-23 |
Ewan Mellor |
14576:238ed1c75194 |
Ignore exceptions in the get_all_methods call. |
2007-03-23 |
Ewan Mellor |
14575:f434c63b484a |
Add VM.set_memory_dynamic_*_live methods, and use those in xm mem-set. |
2007-03-23 |
Ewan Mellor |
14574:2249cb6b5e42 |
Release the domains_lock properly when get_dev_property_by_uuid fails. |
2007-03-23 |
Tom Wilkie |
14573:6f2f72f39872 |
Fix rebooting domains problem with new internal memory storage |
2007-03-23 |
Ewan Mellor |
14572:678b8838d361 |
Add a last_updated field to every metrics class. |
2007-03-23 |
Ewan Mellor |
14571:931c4b77ea7d |
Implement parsing of datetimes. |
2007-03-23 |
Ewan Mellor |
14570:fbe72d878196 |
Return an error when a schedule-setting call fails. |
2007-03-23 |
Ewan Mellor |
14569:fb6395d2e979 |
Since CPP is being used with CFLAGS, it should be in lock-step with CC, |
2007-03-23 |
Ewan Mellor |
14568:ac5c0a100868 |
Fix typos. |
2007-03-23 |
Ewan Mellor |
14567:7869f58ff551 |
Replace tabs with spaces. |
2007-03-23 |
Ewan Mellor |
14566:a34ab3f899c4 |
Fix state in xm list; add state to VM_metrics class. |
2007-03-23 |
Ewan Mellor |
14565:5dfa9b09b07c |
Fix xenapi_create re: Multiple VIFs for test 04_restore_withdevices_pos |
2007-03-23 |
Ewan Mellor |
14564:8b0be0ddc223 |
Make xm save / restore talk XenAPI; add save / restore to VM class. |
2007-03-23 |
Tim Deegan |
14563:fd0b109501af |
Remove xc_shadow tool |
2007-03-23 |
kfraser |
14562:2cecfa20ffa9 |
Merge with xen-ia64-unstable.hg |
2007-03-22 |
awilliam |
14561:be1017157768 |
merge with xen-unstable.hg |
2007-03-22 |
awilliam |
14560:93e11f6d6791 |
[IA64] Improve error message when HVM domain creation failed |
2007-03-20 |
awilliam |
14559:2216a45bf058 |
merge with xen-unstable.hg |
2007-03-20 |
awilliam |
14558:f74e837c3902 |
[IA64][MINIOS] Make Endian-ness build changeable on the command line |
2007-03-20 |
awilliam |
14557:0fadd0476e03 |
[IA64][MINIOS] Fixed some big-endian bugs and add HYPERVISOR_suspend |
2007-03-20 |
awilliam |
14556:c07b1dc6dc6d |
[IA64] fix access rights in VHPT when itr.ar!=dtr.ar |
2007-03-20 |
awilliam |
14555:2dbee4f1ee63 |
[IA64] Avoid double free of VHPT for HVM domain |