age |
author |
revision |
description |
2007-03-26 |
Ewan Mellor |
14547:57becbbe1564 |
Tidy up use of stdout vs stderr. |
2007-03-26 |
Ewan Mellor |
14546:eb52a7f22e72 |
Fix the VM.is_a_template flag for domain 0. |
2007-03-26 |
Ewan Mellor |
14545:af07c7b01893 |
Implement session.last_active, session.this_host, session.get_record, |
2007-03-25 |
Ewan Mellor |
14544:e3e7c59cdba1 |
Added C bindings and docs for recent addition VM.set_VCPUs_number_live. |
2007-03-25 |
Ewan Mellor |
14543:b37006439a53 |
Remove stillborn DTD section, in favour of an upcoming new doc for the xm |
2007-03-23 |
Ewan Mellor |
14542:0810daf7206e |
Workaround buggy GCCs wrt strftime. |
2007-03-23 |
Ewan Mellor |
14541:94943f2e1de9 |
Don't use the client-side shortcut for get_uuid calls -- we need to keep |
2007-03-23 |
Ewan Mellor |
14540:238ed1c75194 |
Ignore exceptions in the get_all_methods call. |
2007-03-23 |
Ewan Mellor |
14539:f434c63b484a |
Add VM.set_memory_dynamic_*_live methods, and use those in xm mem-set. |
2007-03-23 |
Ewan Mellor |
14538:2249cb6b5e42 |
Release the domains_lock properly when get_dev_property_by_uuid fails. |
2007-03-23 |
Tom Wilkie |
14537:6f2f72f39872 |
Fix rebooting domains problem with new internal memory storage |
2007-03-23 |
Ewan Mellor |
14536:678b8838d361 |
Add a last_updated field to every metrics class. |
2007-03-23 |
Ewan Mellor |
14535:931c4b77ea7d |
Implement parsing of datetimes. |
2007-03-23 |
Ewan Mellor |
14534:fbe72d878196 |
Return an error when a schedule-setting call fails. |
2007-03-23 |
Ewan Mellor |
14533:fb6395d2e979 |
Since CPP is being used with CFLAGS, it should be in lock-step with CC, |
2007-03-23 |
Ewan Mellor |
14532:ac5c0a100868 |
Fix typos. |
2007-03-23 |
Ewan Mellor |
14531:7869f58ff551 |
Replace tabs with spaces. |
2007-03-23 |
Ewan Mellor |
14530:a34ab3f899c4 |
Fix state in xm list; add state to VM_metrics class. |
2007-03-23 |
Ewan Mellor |
14529:5dfa9b09b07c |
Fix xenapi_create re: Multiple VIFs for test 04_restore_withdevices_pos |
2007-03-23 |
Ewan Mellor |
14528:8b0be0ddc223 |
Make xm save / restore talk XenAPI; add save / restore to VM class. |
2007-03-23 |
Tim Deegan |
14527:fd0b109501af |
Remove xc_shadow tool |
2007-03-23 |
kfraser |
14526:2cecfa20ffa9 |
Merge with xen-ia64-unstable.hg |
2007-03-22 |
Ewan Mellor |
14525:a234dcbd8357 |
Implemented host.get_PIFs. |
2007-03-22 |
Ewan Mellor |
14524:2d918219f234 |
Fix the parsing of the is_a_template and auto_power_on flags. Don't try to |
2007-03-22 |
Ewan Mellor |
14523:1fc6efdab399 |
Fix the handling of the transient flag. |
2007-03-22 |
Ewan Mellor |
14522:abd9ae4f1f17 |
Remove duplicate memory values from the SXP. |
2007-03-22 |
Ewan Mellor |
14521:fa731dfb90d6 |
Fix VM.is_a_template. |
2007-03-22 |
Ewan Mellor |
14520:f6845c09b872 |
Match the name change for the QCoW SR. |
2007-03-22 |
Ewan Mellor |
14519:b98832bcac53 |
Fixes to XendQCoWStorageRepo to match recent API changes, and fix the refreshing |
2007-03-22 |
Ewan Mellor |
14518:5f526fcc8e58 |
Add VM_metrics.start_time, and use this to implement xm uptime through the |
2007-03-22 |
Ewan Mellor |
14517:4baae9f9fdbb |
Update VM's VCPU handling to match the documentation wrt VCPUs_max and |
2007-03-22 |
Ewan Mellor |
14516:5c529af40697 |
Fix marshalling of Xen-API maps with non-string keys. |
2007-03-26 |
awilliam |
14515:16198b57f535 |
[IA64] Remove P2M workaround |
2007-03-26 |
awilliam |
14514:fa77ec03afd6 |
[IA64] Make P2M semantics match x86 |
2007-03-22 |
awilliam |
14513:be1017157768 |
merge with xen-unstable.hg |
2007-03-22 |
Ian Campbell |
14512:6519867be0fe |
[TOOLS] libxc: Fix x86 build. |
2007-03-21 |
kfraser |
14511:4e874484f4da |
Merge with xenppc-unstable-merge.hg |
2007-03-21 |
Hollis Blanchard |
14510:49ec3725d0c0 |
Merge with xen-unstable.hg. |
2007-03-21 |
Hollis Blanchard |
14509:2c087916aaba |
[LIBXC][POWERPC] Use new domain builder. |
2007-03-21 |
Hollis Blanchard |
14508:265e257388b5 |
[POWERPC][LIBXC] Remove Prose builder. |
2007-03-21 |
Hollis Blanchard |
14507:ed84ed49bb81 |
[LIBXC] Allocate memory and populate p2m in arch-specific code. |
2007-03-21 |
Hollis Blanchard |
14506:2734b64255b3 |
[LIBXC] Move domain builder hooks into arch-specific files and remove ifdefs. |
2007-03-21 |
Hollis Blanchard |
14505:58e796d053ca |
[POWERPC][XEN] Fix "xc_core" build break. Untested but might work. |
2007-03-21 |
Hollis Blanchard |
14504:09a3bd14a4fa |
[POWERPC][XEN] Implement arch_get_xen_caps(). |
2007-03-21 |
Hollis Blanchard |
14503:e7f49a00bc46 |
[POWERPC][XEN] Use correct register set in dump_execution_state(). |
2007-03-21 |
Hollis Blanchard |
14502:d5408cc3fba7 |
[POWERPC][XEN] Quiet timebase synchronization at boot. |
2007-03-21 |
Hollis Blanchard |
14501:59305500d95d |
[POWERPC][XEN] Clear the RMA flag on freed pages. |
2007-03-08 |
Hollis Blanchard |
14500:dcec453681bc |
[POWERPC][XEN] Merge with xen-unstable.hg. |
2007-03-05 |
Hollis Blanchard |
14499:8f0b5295bb1b |
[POWERPC][XEN] Remove asm/platform.h (in favor of asm-powerpc/platform.h) |
2007-03-21 |
Tim Deegan |
14498:e9a5ba552808 |
[XEN] Shadow: check the _PAGE_PRESENT bit in fast-path MMIO shadow ptes |
2007-03-21 |
Ewan Mellor |
14497:c9ac275f8985 |
Change xm dmesg -c so that it prints out the current buffer as well as clearing |
2007-03-21 |
Ian Campbell |
14496:f1833268b28f |
LINUX: x86_64: start_pfn should be initialised even when XENFEAT_auto_translated_physmap is set. |
2007-03-22 |
awilliam |
14495:93e11f6d6791 |
[IA64] Improve error message when HVM domain creation failed |
2007-03-20 |
awilliam |
14494:2216a45bf058 |
merge with xen-unstable.hg |
2007-03-20 |
Ewan Mellor |
14493:3fd9b0c71b8c |
Raise an exception in xm_block_detach if using Xen-API and it fails -- this |
2007-03-20 |
Ewan Mellor |
14492:92f14ace389c |
Fix xm network-list through the Xen-API for managed domains. |
2007-03-20 |
Ewan Mellor |
14491:07d1bd92ade8 |
Fix xm block-list through the Xen-API for managed domains. |
2007-03-20 |
Ewan Mellor |
14490:ee06d8b5712f |
Make xm trigger talk XenAPI; add send_trigger to VM class. |
2007-03-20 |
Ewan Mellor |
14489:9f9d04ce1eaf |
Make xm debug-keys talk XenAPI; Add send_debug_keys to host |
2007-03-20 |
Ewan Mellor |
14488:25bb1e7d236b |
Change the eyecatcher to be case-insensitive, so that "Internal error" is |
2007-03-20 |
Ewan Mellor |
14487:a6d888593117 |
Tidy the error message from getDomains when using the Xen-API and no domain |
2007-03-20 |
Ewan Mellor |
14486:bea7ff5ebd60 |
Have xm-test wait for the network device to detach. This is an asynchronous |
2007-03-20 |
Ewan Mellor |
14485:fc918d15c981 |
Fix sxp2xml translation to handle maxmem. |
2007-03-20 |
Ewan Mellor |
14484:d86957cea8b8 |
Add VIF.runtime_properties dictionary, and use that to implement xm network-list |
2007-03-20 |
Ewan Mellor |
14483:ba1212ee7689 |
Fix parameter to XendInvalidDomain. |
2007-03-20 |
Ewan Mellor |
14482:cb7b69311abb |
Fix exception handling when xmlrpclib.Fault is raised, in legacy mode. |
2007-03-20 |
Ewan Mellor |
14481:e7c6e6621e85 |
Fix xm create -c. |
2007-03-20 |
Ewan Mellor |
14480:e2f302488983 |
Add VBD.runtime_properties dictionary, and use that to implement xm block-list |
2007-03-20 |
Ewan Mellor |
14479:dace880e871a |
When creating a VBD, save the devid in the device info structure. If creation |
2007-03-20 |
Ewan Mellor |
14478:8b527e3d27d6 |
Improve the error diagnostics within xmlrpclib2 in order to be more defensive |
2007-03-20 |
Ian Campbell |
14477:129bc1eda8d0 |
merge |
2007-03-20 |
Ian Campbell |
14476:522a1cd17b6d |
[XEN] Implement faster int 0x80 handling for compat mode guests. |
2007-03-20 |
Tim Deegan |
14475:61a4a4795be5 |
Merge |
2007-03-20 |
Mark McLoughlin |
14474:09f2e758a198 |
Don't mount raw blktap disks for pygrub |
2007-03-20 |
kfraser |
14473:cabf9e221cd5 |
svm: Remove special 'launch' scheduler tail function. |
2007-03-19 |
kfraser |
14472:4e380c769774 |
coredump: Allow mmap of shinfo to fail for any HVM guest (x86 or ia64). |
2007-03-19 |
kfraser |
14471:36e6f85cd572 |
hvm: Do not save/restore shared_info gpfn location. |
2007-03-19 |
Tim Deegan |
14470:ed1e4cc4a5b7 |
[SVM] Move vmcb setup code for AP bringup out of the launch path |
2007-03-19 |
Ewan Mellor |
14469:126a2c3c6a9d |
Only import xenapi_create when using the Xen-API server -- this has additional |
2007-03-19 |
Ian Campbell |
14468:bbda47597917 |
[LINUX] Update crash-kernel-32-on-64.patch with more sensible version from -mm. |
2007-03-19 |
kfraser |
14467:0611355e0df2 |
hvm: Lower HPET frequency to 1/32 of the TSC. |
2007-03-19 |
kfraser |
14466:9b9aa9d6603b |
Use HOSTCFLAGS with HOSTCC. |
2007-03-19 |
Christian Limpach |
14465:4b9150e9ecfd |
[ioemu] Cleanup media change code. |
2007-03-19 |
Ewan Mellor |
14464:066b66ce1f98 |
Fix memory size handling. |
2007-03-19 |
kaf24 |
14463:f40079acf646 |
minios: Various small fixes. |
2007-03-19 |
kaf24 |
14462:b795b90e4ff6 |
Add parentheses to trace_do_casts macro. |
2007-03-19 |
kaf24 |
14461:548e61fbdc1a |
hvm: Fix platform-irq handling in presence of irqbalance daemon. |
2007-03-18 |
Keir Fraser |
14460:2b58c9e32549 |
xend: Avoid use of 'k' specifier to Py_BuildValue(). Its |
2007-03-18 |
Keir Fraser |
14459:7521c87983e0 |
xend: Fix Py_BuildValue() invocation (don't use I specifier). |
2007-03-18 |
Ewan Mellor |
14458:9df276596cbb |
Re-raise log level for XendConfig (accidentally changed it to DEBUG previously). |
2007-03-18 |
Ewan Mellor |
14457:afbf744440d2 |
Fix the signedness of a number of values demarshalled by xc.domain_getinfo, |
2007-03-17 |
Ewan Mellor |
14456:6b2875302558 |
Support xm create through the Xen-API. |
2007-03-17 |
Ewan Mellor |
14455:cfb265b93b2d |
Fix xm list's printing of the memory target, when in legacy mode. |
2007-03-17 |
Ewan Mellor |
14454:2adbc1d22fe7 |
Replace VDI.location with a more generic VDI.other_config map. Remove |
2007-03-17 |
Ewan Mellor |
14453:f40bd358129a |
Work around bug in Python's inspect module -- catch an IndexError exception |
2007-03-17 |
Keir Fraser |
14452:98eacf1b075c |
Fix up nosegneg vsyscall elfnote. |
2007-03-17 |
Keir Fraser |
14451:0e0fdba35503 |
Xen and tools now require gcc 3.4+ on x86. |
2007-03-16 |
Keir Fraser |
14450:5a198ae89051 |
hvmloader: More simplification of highmem bios relocation code. |
2007-03-16 |
Keir Fraser |
14449:cf32c9e54c8f |
General hvmloader cleanups and write memory fields of CMOS with |
2007-03-16 |
Keir Fraser |
14448:519d32076d48 |
Fix build when bcc is not installed. |
2007-03-16 |
Jake Wires |
14447:d64c0af015dd |
[TAPDISK] unlock sector on error case |
2007-03-16 |
kfraser |
14446:62754c2fdcfa |
rombios: Simplify memory-size bios calls and derive all results from |
2007-03-16 |
kfraser |
14445:cb1693873a7e |
libxc: Explicitly reserve space for special pages in HVM memmap. |
2007-03-16 |
Ewan Mellor |
14444:1e592e4557c1 |
Fix VM_metrics.get_vcpus_utilisation. |
2007-03-16 |
Tim Deegan |
14443:9e07e0133f52 |
[QEMU] fix typo in 14405 |
2007-03-16 |
kfraser |
14442:670aef15eb55 |
hvm ioemu: Add support for IOREQ_TYPE_XCHG in qemu-dm. |
2007-03-16 |
kfraser |
14441:f8ef8f466225 |
hvm mmio: two additional mmio ops that OS/2 needs emulated. |
2007-03-16 |
kfraser |
14440:90d6fe6de04d |
hvm vpic: Fix IRQ priority calculation in 8259 device model. |
2007-03-16 |
kfraser |
14439:3a186e94f613 |
linux: Various cleanup and locking clarification (and fixing!) |
2007-03-16 |
kfraser |
14438:ba83d33c961b |
Revert CONFIG_SPLIT_PTLOCK_CPUS change of 14209:1061c7bff38f3e6e66fee96c407977ad55b3f2f2. |
2007-03-16 |
Tim Deegan |
14437:a20e3ad50ae8 |
[HVM][SVM] Save/restore: save the guest's versions of CR0 and EFER |
2007-03-16 |
Tim Deegan |
14436:8e76e1b95b12 |
[HVM][QEMU] Save/restore: enable HVM live migration |
2007-03-16 |
kfraser |
14435:422a61ebac54 |
xenbus: Clarify and simplify barrier usage. |
2007-03-16 |
Ian Campbell |
14434:26a1378d5ece |
[LINUX] Don't pin the initial page tables on x86_64 when XENFEAT_writable_page_tables. |
2007-03-16 |
Tim Deegan |
14433:487e37c22b28 |
Fix the python type dismatch exception when HVM restore |
2007-03-15 |
Ewan Mellor |
14432:cd8d2a4d46e4 |
Implement xm list through the Xen-API. |
2007-03-15 |
Ewan Mellor |
14431:3c418dbb71b2 |
Raise the VM_BAD_POWER_STATE error with VM.send_sysrq if the domain is not |
2007-03-15 |
Ewan Mellor |
14430:edccebeea4a3 |
Added a new Xen-API call VM.send_sysrq, and use that to implement xm sysrq |
2007-03-15 |
Ewan Mellor |
14429:1c94d9fcb7ef |
Allow the xm configuration file location to be overridden with an |
2007-03-15 |
kfraser |
14428:b926f66f29ab |
Replace tab with 4 whitespaces in xm/shutdown.py. |
2007-03-15 |
kfraser |
14427:d6ca67c0645e |
minios: Fix an extern declaration and add an extra 'const' to |
2007-03-15 |
kfraser |
14426:9ff349bde23a |
net back: Quieten loud error path. |
2007-03-20 |
awilliam |
14425:f74e837c3902 |
[IA64][MINIOS] Make Endian-ness build changeable on the command line |
2007-03-20 |
awilliam |
14424:0fadd0476e03 |
[IA64][MINIOS] Fixed some big-endian bugs and add HYPERVISOR_suspend |
2007-03-20 |
awilliam |
14423:c07b1dc6dc6d |
[IA64] fix access rights in VHPT when itr.ar!=dtr.ar |
2007-03-20 |
awilliam |
14422:2dbee4f1ee63 |
[IA64] Avoid double free of VHPT for HVM domain |
2007-03-20 |
awilliam |
14421:e1d626bde5db |
[IA64] Fix isr setting vs viosapic interupt delivery |
2007-03-20 |
awilliam |
14420:e014b94333aa |
[IA64] Fix thash_init() |
2007-03-15 |
awilliam |
14419:1584263f9fc5 |
merge with xen-unstable.hg |
2007-03-15 |
kfraser |
14418:809f36b1b685 |
Add two arch hooks to gnttab_release_mappings(). |
2007-03-15 |
kfraser |
14417:8fa17d1560a9 |
x86: 32on64 oversight in update_va_mapping |
2007-03-15 |
kfraser |
14416:5bc5ed857cc6 |
hvmloader: Simplify 32bit-bios relocator. |
2007-03-15 |
kfraser |
14415:aa6914c527e1 |
TCGBIOS fixes and cleanups. |
2007-03-15 |
kfraser |
14414:e9ef0808c09f |
Add boot option to allow console I/O to be placed into ring buffer |
2007-03-14 |
Ewan Mellor |
14413:30a83a0839bd |
Implement xm domid and xm console using the Xen-API, and fix xm domname. |
2007-03-14 |
Ewan Mellor |
14412:b39c0a79d4d5 |
Added the clear flag to host.dmesg, and added host.get_log. Use these to |
2007-03-14 |
Ewan Mellor |
14411:8645c726ce9c |
Fix error logging when we get a 500 response. |
2007-03-14 |
Ewan Mellor |
14410:1ada28678762 |
Improve the performance of the Xend trace facility, and exclude XendMonitor |
2007-03-14 |
Ewan Mellor |
14409:acdfb333af53 |
Trap bad return values from Xen-API method handlers, and return an internal |
2007-03-14 |
Ewan Mellor |
14408:e4e1435e4c63 |
Match recent removal of VM.VCPUs_policy. |
2007-03-14 |
Ewan Mellor |
14407:a2458851aaa7 |
Fix typo in xm-test. |
2007-03-14 |
Ewan Mellor |
14406:e1281da27313 |
Fix typo. |
2007-03-14 |
Ewan Mellor |
14405:036e42d1c9bb |
Added VM_metrics.get_all. |
2007-03-14 |
Ewan Mellor |
14404:0c354aa0bb4a |
Added Xen-API features needed to implement xm info: host.sched_policy |
2007-03-14 |
Ewan Mellor |
14403:460dac5742cf |
Implement VM_metrics Xen-API class. |
2007-03-14 |
Ewan Mellor |
14402:192bee4b09a6 |
Added Xen-API support to xm shutdown. |
2007-03-14 |
Jake Wires |
14401:817647aff01f |
[BLKTAP] remove spurious error message |
2007-03-14 |
kfraser |
14400:517e67f0fe52 |
hvm: Firmware build requires dev86 (bcc) >= 0.16.14. |
2007-03-13 |
Ewan Mellor |
14399:01e35a77ce8f |
Implement VM.{add_to,remove_from}_VCPUs_params. |
2007-03-13 |
Ewan Mellor |
14398:3f45afc6b025 |
In xm shell, add a space to the function names when tab-completing. |
2007-03-14 |
Ian Campbell |
14397:e6c31944916b |
[LINUX] 32on64 kdump: Allow a 32 bit kernel to read a 64 bit dump. |
2007-03-14 |
Ian Campbell |
14396:a1daade92952 |
[LINUX] Kexec: Ensure that pages allocated for kexec have MFNs which are within |
2007-03-14 |
Ian Campbell |
14395:fa3d25355aa2 |
[XEN] 32on64 kexec: Make the compat page table cover the first 4G of physical memory. |
2007-03-14 |
Tim Deegan |
14394:35c9a1939ae4 |
[XEND] Mark save record fd close-on-exec after calling xc_restore |
2007-03-14 |
kfraser |
14393:4d7327502ba6 |
hvm: Add a revision 1 FADT in ACPI, and link the original revision-4 |
2007-03-14 |
kfraser |
14392:2787228610af |
hvm: Print bad DFR value for vlapic if a bad value is detected. |
2007-03-14 |
kfraser |
14391:f233456b89d5 |
AMD HVM: Fix enter-realmode stub to initialise 32-bit GPRs. |
2007-03-14 |
Tim Deegan |
14390:2955b0677310 |
add usb device save/restore in qemu |
2007-03-13 |
Tim Deegan |
14389:3c38150de7fd |
[HVM] Save/restore: more state propagation in xend |
2007-03-13 |
kfraser |
14388:127bee61972b |
xm: Allow vcpu-pin to specify 'all' for CPU list. |
2007-03-13 |
kfraser |
14387:40a6e2280d7b |
xen/x86: Tweak #PF handler. Simplify gdbstub copy to/from guest. |
2007-03-13 |
kfraser |
14386:8cd8e9e4e1ad |
linux: No need to force pcibios_scan_all_fns() on modern Xen. |
2007-03-13 |
kfraser |
14385:7c0d7736f960 |
hvmloader: Avoid compile warnings char vs. unsigned char. |
2007-03-13 |
Ian Campbell |
14384:1877857352ae |
Update defconfigs for new XEN_COMPAT_300004 option. |
2007-03-13 |
kfraser |
14383:2f63ed3c5fb9 |
[XM-TEST] vTPM test changes |
2007-03-13 |
kfraser |
14382:f2f83691f714 |
docs: update some todo items. |
2007-03-13 |
Ian Campbell |
14381:468ec3d142ad |
[LINUX] Fix typo so 3.0.4 compatability works. |
2007-03-12 |
Tim Deegan |
14380:09da174827ea |
[HVM] Save/restore: update HVM detection in save/restore code in xend. |
2007-03-12 |
kfraser |
14379:68282f4b3e0f |
linux: Adjust memory allocation condition in netback to reduce memory |
2007-03-12 |
kfraser |
14378:a4ca6a264fee |
xen: Generic linear pagetable support for x86 PV guests. |
2007-03-12 |
kfraser |
14377:b01d4f415f5f |
x86: PAE linear page tables. |
2007-03-12 |
kfraser |
14376:6d2328b353c8 |
linux: No need to manually bring VCPUs online across 'fast' save/restore. |
2007-03-12 |
kfraser |
14375:7ec182baf9fd |
xen: Set VGCF_online flag appropriately for getvcpucontext. |
2007-03-12 |
kfraser |
14374:f3f5f2756d75 |
x86: Add VGCF_onlien flag to vcpu_guest_context. |
2007-03-12 |
kfraser |
14373:1721f90e1422 |
AMD HVM: Exit hvmloader via a normal jump-to-realmode code sequence. |
2007-03-12 |
kfraser |
14372:f9fbcc354daa |
The Xen console intercepts ^O and prevents it from propagating |
2007-03-12 |
kfraser |
14371:94fcbb52bde2 |
Fix valid_phys_addr_range() prototype of xen /dev/mem. |
2007-03-12 |
kfraser |
14370:e39964673c6f |
xen: Fix emulator to use default segment SS for ESP/EBP references. |
2007-03-12 |
Tim Deegan |
14369:bcd8d0387cbf |
[HVM] Remove debugging printout of BIOS boot vector |
2007-03-12 |
Tim Deegan |
14368:3be7f638cba0 |
[HVM] Speed up bulk p2m operations such as domain creation |
2007-03-15 |
awilliam |
14367:a230a1a167dc |
[IA64] Fix PAL_CACHE_FLUSH to be vcpu-migration-safe |
2007-03-14 |
awilliam |
14366:a862200c572a |
[IA64] Fix get_page_type() and put_page_type() |
2007-03-14 |
awilliam |
14365:c0cdb349a11a |
[IA64] Use domheap instead of xenheap for P2M table |
2007-03-12 |
awilliam |
14364:cb2575cec95c |
merge with xen-unstable.hg |
2007-03-11 |
Ewan Mellor |
14363:8a01644306ee |
Fix typo in cset 14341:0affe03ee985 that broke migration. |
2007-03-10 |
Ewan Mellor |
14362:e5d7b878118f |
Added an VM_HVM_REQUIRED error code, and use it on VM.start. |
2007-03-10 |
Ewan Mellor |
14361:0affe03ee985 |
Replace VM.platform_{std_VGA,serial,localtime,clock_offset,enable_audio} with |
2007-03-10 |
Ewan Mellor |
14360:620212e48908 |
Remove obsolete tpm_backend entry. |
2007-03-10 |
Ewan Mellor |
14359:f6656928d7d1 |
Fix VM.set_actions_after_{reboot,shutdown}. |
2007-03-10 |
Ewan Mellor |
14358:10f5478a91cd |
Fix "no such domain" error message from domain_lookup. |
2007-03-10 |
Ewan Mellor |
14357:4dd4c285481a |
Remove some excessive debug logging. |
2007-03-10 |
Ewan Mellor |
14356:4e47dc3a6de8 |
Don't show the usage message for "domain does not exist" errors. |
2007-03-10 |
Ewan Mellor |
14355:d09da90db166 |
Improve xm shell tab completion. |
2007-03-10 |
Ewan Mellor |
14354:7e66858aa811 |
Add vcpus_max and vcpus_at_startup values to the example VM creation. |
2007-03-10 |
Ewan Mellor |
14353:798a7dc1ac6d |
Fix get_val_as_string so that it does not truncate integers. |
2007-03-10 |
Ewan Mellor |
14352:6b057bdf0354 |
Allow empty structs to represent empty Maps. |
2007-03-10 |
kfraser |
14351:7db52e0ed133 |
xen ppc: Guests need the default 100Hz ticker. |
2007-03-10 |
kfraser |
14350:a6316fc7a87f |
pci back: Various fixes. |
2007-03-10 |
kfraser |
14349:9044a50c50ab |
Simple fix to the man page for xm block-attach. |
2007-03-10 |
kfraser |
14348:7f624c770dbd |
Add flags field to VCPUOP_set_singlsehot_timer. |
2007-03-10 |
kfraser |
14347:8fa8de63abf4 |
xen: Fix VCPUOP_set_periodic_timer return value. |
2007-03-09 |
kfraser |
14346:cedf9e4ac6ff |
linux: Use new time hypercalls. |
2007-03-09 |
kfraser |
14345:83756471416f |
xen: Debug 'q' key prints per-vcpu periodic timer info. |
2007-03-09 |
kfraser |
14344:188bab059272 |
linux: fix build warnings |
2007-03-09 |
kfraser |
14343:ca7cd6752cc2 |
dump-core: store .xen_p2m or .xen_pfn section in pfn ascending order. |
2007-03-09 |
kfraser |
14342:2d4df044d7de |
xen/x86: add allocation success checks. |
2007-03-09 |
kfraser |
14341:818da23b7571 |
linux: fix condition for entering tickless state |
2007-03-09 |
kfraser |
14340:215b799fa181 |
xen: New vcpu_op commands for setting periodic and single-shot timers. |
2007-03-09 |
kfraser |
14339:1a01d8d9dbec |
Revert 14316 -- no need to fix maxvcpu domctl. |
2007-03-09 |
Ewan Mellor |
14338:6ff2a1286484 |
This patch fixes two problems with sending and receiving of (arrays of) |
2007-03-09 |
Tim Deegan |
14337:87cb4916dd75 |
[XEN] Fix 14315 |
2007-03-09 |
Tim Deegan |
14336:bae81f7013a6 |
[XEN] Don't let the tools take away all of a domain's vcpus. |
2007-03-09 |
Tim Deegan |
14335:26e034395b8e |
[XEN] Shadow: be more explicit in assuming that d->vcpu[0] is valid |
2007-03-09 |
Tim Deegan |
14334:101a1ccfc3f7 |
Merge |
2007-03-09 |
Tim Deegan |
14333:b46a92ba0b61 |
[SVM] Don't free HSA and root vmcb when disabling SVM |
2007-03-09 |
kfraser |
14332:8af1a8250c13 |
linux: Upgrade to latest Xen interface version (0x00030205). |
2007-03-09 |
Tim Deegan |
14331:c75d1acd18c8 |
Merge |
2007-03-09 |
Tim Deegan |
14330:c9dba7b35393 |
[HVM] Revert thinko from 14291 |
2007-03-09 |
kfraser |
14329:7ab04fa25d52 |
xm: New command 'debug-keys' to inject debug-key events into Xen. |
2007-03-09 |
kfraser |
14328:a67d3fbd4577 |
pci back: Fix registration of of filters on subsections of config space. |
2007-03-09 |
Ewan Mellor |
14327:5dd14bfbe956 |
Make the VTPM.destroy method return 'void' upon success and adapt the |
2007-03-09 |
Ewan Mellor |
14326:b2f0840bb88f |
Improve error message. |
2007-03-09 |
Ewan Mellor |
14325:2e160a17ceb6 |
Remove VDI.set_SR -- this was always unimplemented, and pretty mad. |
2007-03-09 |
Ewan Mellor |
14324:be686775bdb0 |
Fancy headings. |
2007-03-09 |
Ewan Mellor |
14323:acade5948a75 |
Move the booting description out of the VM class description into the VM |
2007-03-09 |
Ewan Mellor |
14322:038e9138acae |
Remove the word "Additional" from all the RPC subheadings -- we include all |
2007-03-09 |
Ewan Mellor |
14321:f421ccd1141f |
Added section on references vs UUIDs. |
2007-03-09 |
Ewan Mellor |
14320:3f8f5854acf0 |
Changed the example of linked references (Set(Ref(x)) <-> Ref(y)) to use VM and |
2007-03-08 |
Ewan Mellor |
14319:2ff4a2a5a6e5 |
Added {VIF,VBD}.{plug,unplug} methods. Docs and C bindings -- Xend to follow. |
2007-03-08 |
Ewan Mellor |
14318:e562440e0412 |
Added VM_BAD_POWER_STATE error code to VM.hard_shutdown. |
2007-03-08 |
Ewan Mellor |
14317:dfaca81ededb |
Remove crashdump.create -- this doesn't make sense. |
2007-03-08 |
Ewan Mellor |
14316:f40b13ed0e05 |
Fix duplicate consts around xc_error declarations. |
2007-03-08 |
Tim Deegan |
14315:68c917da8b9b |
Merge |
2007-03-08 |
Tim Deegan |
14314:560183e6452a |
[HVM] Save/restore: tidy PFN handling in the tools. |
2007-03-08 |
Tim Deegan |
14313:eedbddf55e51 |
[HVM] Save/restore: make sure all ioreqs are gone when a domain is saved |
2007-03-08 |
kfraser |
14312:59abe5204ca8 |
linux: Remove an unused data structure from TPM frontend. |
2007-03-08 |
Tim Deegan |
14311:0e08d98dfd57 |
[XEN] Shadow: fix mark_dirty invocation to use gfn, not mfn |
2007-03-08 |
Tim Deegan |
14310:f78b4aad353e |
[XEN] Shadow: tidy up page_info before handing back to the allocator |
2007-03-08 |
Christian Limpach |
14309:345effaf2258 |
[xen] Update the hvm rtc clock state if the domain's time offset is changed. |
2007-03-08 |
Ian Campbell |
14308:7e2f7e8b63d3 |
[BUILDER]: Initialize code segment selectors in virtual IDT to 0. |
2007-03-08 |
kfraser |
14307:38513d22d234 |
xen: Provide notification of console updates via VIRQ. |
2007-03-08 |
kfraser |
14306:90e8d8169afd |
xend: Platform feature 'multiprocessor suspend' is x86-only for now. |
2007-03-08 |
Tim Deegan |
14305:fdbd9b91a030 |
[HVM] Save/restore: back-port IDE controller save routine from current qemu. |
2007-03-08 |
kfraser |
14304:18cf0c56226d |
xen: Clean up heap allocator. |
2007-03-08 |
Tim Deegan |
14303:a7f6392ea850 |
[HVM] Add support for hardware-assisted paging |
2007-03-12 |
awilliam |
14302:d1853a39e063 |
[IA64][MINIOS] cleanup ia64_boot_paramP and add ARCH_LDFLAGS |
2007-03-12 |
awilliam |
14301:9ea0c5f469c8 |
[IA64] PV steal time accounting |
2007-03-12 |
awilliam |
14300:800f7904d6a4 |
[IA64] Follow dynamic grant_table for PV-on-HVM on IPF |
2007-03-12 |
awilliam |
14299:dc6fbe46ec91 |
[IA64] Fix return value of hypercall from VT-i domain |
2007-03-12 |
awilliam |
14298:1f303be68364 |
[IA64] Fix for compiling PV-on-HVM driver on IPF |
2007-03-08 |
awilliam |
14297:9fbaf07d3f67 |
[IA64] Add HYPERVISOR_vcpu_op |
2007-03-07 |
awilliam |
14296:4e367aa89895 |
[IA64] Steal time accounting for PV domain - hypervisor side |
2007-03-07 |
awilliam |
14295:9f8e996a678d |
[IA64] Add arch/ia64/kernel/time.c to spare tree for steal time accounting |
2007-03-07 |
awilliam |
14294:210858e4f6d5 |
[IA64] Xen/ia64 XENMEM_exchange bug work around |
2007-03-07 |
awilliam |
14293:50d5bf02e59e |
merge with xen-unstable.hg |
2007-03-07 |
kfraser |
14292:8117f6684991 |
linux: Restore time on APs if they are not hotplugged on save/restore. |
2007-03-07 |
kfraser |
14291:7c8dcc5efd12 |
netback: Disable debug interrupt (accidentally left enabled in |
2007-03-07 |
kfraser |
14290:42b29f084c31 |
linux: Use fake carrier flag for netfront/netback rather than the real |
2007-03-07 |
Tim Deegan |
14289:fbbf1f07fefe |
[HVM] Disallow soft resets in the BIOS. |
2007-03-07 |
kfraser |
14288:dad3d143c3b0 |
xen: Replace stupid page_alloc fix. |
2007-03-07 |
kfraser |
14287:e68ee3665cba |
dump-core: always use elfclass64 format to support x86_32pae. |
2007-03-07 |
kfraser |
14286:9be942ec0247 |
tools: Clean up use of 'install' command. |
2007-03-07 |
kfraser |
14285:c85d83074b54 |
ioemu: Remove use of 'echo -c' in script. |
2007-03-07 |
kfraser |
14284:228c3e05eb00 |
linux: Don't use set_fixmap/clear_fixmap after boot-time. It's not |
2007-03-07 |
kfraser |
14283:87f626f1d5f5 |
A correct fix for page_alloc crash when Xen heap empty. |
2007-03-06 |
kfraser |
14282:095a476a96b1 |
ioemu: Close file descriptors when forking processes. |
2007-03-06 |
kfraser |
14281:2cf842558b2e |
Make Python tools (i.e., xend and pygrub) conditionally compiled. |
2007-03-06 |
Tim Deegan |
14280:af6293fd3134 |
[XEN] Shadow: ignore shadow operations on dying domains |
2007-03-06 |
kfraser |
14279:200d13363a38 |
linux x86/64: No need to pre-allocate all fixmap pagetables: |
2007-03-06 |
kfraser |
14278:ae203b55e7c8 |
xend: more flexibility in gathering data from /proc/cpuinfo |
2007-03-05 |
Travis Betak |
14277:c8843678cb9b |
[SVM] Clear VMCB's EFER.LME when guest disables paging |
2007-03-05 |
Travis Betak |
14276:8bae3387b86c |
[SVM] Use svm_long_mode_enabled() when checking if guest is in long mode |
2007-03-05 |
Travis Betak |
14275:647fcc8f0c83 |
[SVM] Cleanup guest writes to EFER |
2007-03-05 |
Travis Betak |
14274:e4cffff8cfa7 |
[SVM] Return the shadow EFER value on guest EFER reads. |
2007-03-05 |
Travis Betak |
14273:437774e49735 |
[SVM] Remove SVM cpu_state and add EFER shadow to svm structure. |
2007-03-05 |
Christian Limpach |
14272:e85f685fb99f |
[tools] Import ptsname from its new location (after cset 14259:7f0d8e3c538e). |
2007-03-05 |
Christian Limpach |
14271:02fbfdcd2d90 |
[tools] Use auxbin.py to determine libpath at build time. |
2007-03-05 |
kfraser |
14270:e5a0dd445e41 |
Install pygrub according to auxbin rules. |
2007-03-05 |
kfraser |
14269:7f0d8e3c538e |
Move ptsname module under tools/python. |
2007-03-05 |
kfraser |
14268:53589c343d46 |
linux x86/64: Clean up mm initialisation a little. |
2007-03-05 |
Christian Limpach |
14267:ff81ea60bc98 |
[tools] Use auxbin.py to determine libpath at build time. |
2007-03-05 |
kfraser |
14266:5dfad62b7a70 |
linux: no pc speaker device in domUs |
2007-03-05 |
kfraser |
14265:59c066e8007d |
linux: scan DMI early |
2007-03-05 |
kfraser |
14264:fe3fa645835f |
linux/x86-64 2.6.18: reserve bootmem differently |
2007-03-05 |
kfraser |
14263:56760c1de102 |
linux/x86-64 2.6.18: do away with pud_offset_k() |
2007-03-05 |
kfraser |
14262:f71157f1f1a0 |
linux/x86_64 2.6.18: remove orig_ist |
2007-03-05 |
kfraser |
14261:7a39b1e22373 |
Fix crash in heap allocator when Xen 'zone' is empty. |
2007-03-05 |
kfraser |
14260:2963f61b8135 |
linux: Prefer testing io_bitmap_ptr to the TIF_IO_BITMAP. |
2007-03-05 |
kfraser |
14259:4159a8a43a97 |
linux: Remove unnecessary locking from pcifront free_root_bus_devs(). |
2007-03-05 |
Ian Campbell |
14258:d99e6b6c294d |
[LINUX] CONFIG_X86_TSC is defined upstream in arch/i386/Kconfig.cpu so use that |
2007-03-05 |
kfraser |
14257:2caed72258e8 |
linux 2.6.18: constify instances of 'struct file_operations' |
2007-03-05 |
kfraser |
14256:bd66af1b5df2 |
linux 2.6.18: miscellaneous |
2007-03-05 |
kfraser |
14255:b1f33c3a97fa |
linux 2.6.18: assembly annotations |
2007-03-05 |
kfraser |
14254:ea40e314d8be |
linux 2.6.18: eliminate Xen special: x8664_ksyms.c |
2007-03-05 |
kfraser |
14253:192b59b472bc |
linux 2.6.18: eliminate Xen special: alternative.c |
2007-03-05 |
kfraser |
14252:c371b6b26753 |
linux 2.6.18: eliminate Xen special: intel_cacheinfo.c |
2007-03-05 |
kfraser |
14251:1359e04a8fb3 |
linux/x86-64: allow kernel init memory to be freed. |
2007-03-05 |
kfraser |
14250:43b0be37736b |
VM.actions_after_[shutdown|reboot|suspend|crash] were not set properly |
2007-03-05 |
Tim Deegan |
14249:7089c2adef1e |
[XEN] Shadow: fix predicate for when to use up-pointers |
2007-03-05 |
kfraser |
14248:54ff119c2d73 |
xen: Remove bogus file. |
2007-03-05 |
kfraser |
14247:f74b87177843 |
Merge with xenppc-unstable.hg |
2007-03-05 |
kfraser |
14246:e74bfc744717 |
Merge with xenppc-unstable.hg |
2006-12-15 |
Jimi Xenidis |
14245:5a2b3a1b1f63 |
[XEN][POWERPC] Normalize timbase_freq to a 64bit value |
2006-12-15 |
Jimi Xenidis |
14244:156f2644eb06 |
[XEN][POWERPC] workaround for context_switch() bug |
2007-02-08 |
Jimi Xenidis |
14243:fdb3c96eba0f |
[LIBXC][POWERPC] make sure DTB is truncated and has a decent mode |
2007-02-08 |
Jimi Xenidis |
14242:1b1d0a909abc |
[LIBXC][POWERPC] use O_CREAT on open call for DTB_FILE |
2007-03-02 |
Hollis Blanchard |
14241:38b700cca5eb |
[POWERPC][XEN] Commit missing file. |
2007-03-02 |
Hollis Blanchard |
14240:4c08045ff57c |
[POWERPC][XEN][LIBXC] Make xc_linux_build() use populate_physmap() |
2007-03-02 |
Hollis Blanchard |
14239:b75609e1fa81 |
[POWERPC][XEN] Implement guest_physmap_{add,remove}_page(). |
2007-03-02 |
Hollis Blanchard |
14238:f56981f78d73 |
[POWERPC][XEN] Implement guest_physmap_max_mem_pages(). |
2007-03-02 |
Hollis Blanchard |
14237:eceb9ccd84a8 |
[POWERPC][XEN] Introduce "platform" abstraction to describe the IO hole. |
2007-03-01 |
Hollis Blanchard |
14236:07066db94d89 |
[POWERPC][XEN] Move dom0 memory allocation into construct_dom0(). |
2007-03-01 |
Hollis Blanchard |
14235:9f49a53fea30 |
[XEN] Add arch hook for max_mem domctl. |
2007-03-01 |
Hollis Blanchard |
14234:6b42b8c08731 |
[POWERPC][XEN] Don't create a start_info_t structure for dom0. |
2007-02-19 |
Hollis Blanchard |
14233:7e9dc164b572 |
GNTTAB: PowerPC patch for dynamic grant tables. |
2007-03-05 |
Christian Limpach |
14232:a951cf1da459 |
[xen] Fix deferred mmu op logic on invalidate shadow ldt. |
2007-03-05 |
kfraser |
14231:939d2b7d4a12 |
xen: Make dom0 domain builder behaviour match that of domU. |
2007-03-05 |
kfraser |
14230:aae662fdf53e |
xen: Fix ACPI SLIT/SRAT parsing to correctly map highmem. |
2007-03-05 |
kfraser |
14229:f5b9ad8acea5 |
linux: Clean up mm_pin/unpin. |
2007-03-03 |
Christian Limpach |
14228:25c0b660f7c6 |
[domain builder] Remove unnecessary alignment of virtual address base. |
2007-03-02 |
Keir Fraser |
14227:29d4bca7a503 |
linux: Some save/restore simplifications and cleanups. |
2007-03-02 |
Keir Fraser |
14226:d5ca4c37b3c5 |
x86/64: Save/restore user pagetable pointer for x86/64 PV guests. |
2007-03-02 |
kfraser |
14225:87087954247a |
Fix -xen build. |
2007-03-02 |
kfraser |
14224:4d447158e1dd |
linux: xenbus dev write function resets packet data on *all* error conditions. |
2007-03-02 |
kfraser |
14223:36b923615369 |
linux: Fix xenbus device write function. |
2007-03-02 |
kfraser |
14222:bc265a79dd32 |
tpm: Code style cleanups. |
2007-03-02 |
kfraser |
14221:cc18ea7309b3 |
[Linux] [TPM driver] Resume frontend after checkpointing |
2007-03-02 |
kfraser |
14220:1fb5ae0ee453 |
linux: Use old-mode of save/restore for uniproc guests (it's faster). |
2007-03-02 |
kfraser |
14219:1061c7bff38f |
linux: allow use of split page table locks |
2007-03-02 |
kfraser |
14218:0d5d7d472024 |
[PVFB][TOOLS] Terminate backend when frontend vanishes early |
2007-03-02 |
kfraser |
14217:145d3c81e654 |
linux/x86: avoid a re-definition warning on x86-64 and change i386 |
2007-03-02 |
kfraser |
14216:4847e5b8adf1 |
.S->.o generation should depend on asm-offsets.h |
2007-03-02 |
kfraser |
14215:84e1455ebc15 |
xend: Fix startup when dom0 does not see all physical cpus. |
2007-03-02 |
kfraser |
14214:88282487c28a |
xend: Catch VmError exception when creating a domain and do |
2007-03-02 |
kfraser |
14213:8103284bcede |
acm: Fix bogus domain_rcu_lock() invocations to rcu_unlock_domain(). |
2007-03-02 |
Tim Deegan |
14212:a69d98bf0c55 |
[XEN] Remove a race condition in shadow mark_dirty code. |
2007-03-02 |
kfraser |
14211:3ac19fda0bc2 |
linux: Support new 'fast suspend' mode which does not require us to |
2007-03-02 |
kfraser |
14210:bb22c21e1af7 |
tools: Advertise save/restore multiple VCPU contexts capability. |
2007-03-02 |
Christian Limpach |
14209:d12432f31311 |
[xenstored] Fix error path when xc_map_foreign_range fails. |
2007-03-01 |
kfraser |
14208:139794d55898 |
Save/restore context of all online VCPUs in PV save/restore/migrate. |
2007-03-01 |
Christian Limpach |
14207:33d733c3649d |
[tools] Set guest address size to be the same as dom0 address size on restore. |
2007-03-01 |
Christian Limpach |
14206:5dac445200e3 |
[XEN] Check that the cr3 mfn is valid before using it. |
2007-03-01 |
kfraser |
14205:10eb93864df5 |
linux: No need to kmem_cache_shrink(pgd_cache) on save/restore. |
2007-03-01 |
kfraser |
14204:3186248a1236 |
Fully reset the xenstore connection when a domain is (re)introduced to xenstored. |
2007-03-01 |
Tim Deegan |
14203:beabac411220 |
[HVM] Save/restore: remove bogus "valid state" check |
2007-03-01 |
kfraser |
14202:42aa0100574b |
hvm: Clean up console-information passing via xenstore. |
2007-03-01 |
kfraser |
14201:780ef7701772 |
Fix Xend domain_lookup error report when looking up an invalid |
2007-03-01 |
kfraser |
14200:035d41b6c94c |
acm: Fix the traversal of the event channel buckets and use the active |
2007-03-01 |
kfraser |
14199:bdebca505d8e |
Create P2M map during Mini-OS boot (fixes 'xm dump-core'). |
2007-03-01 |
kfraser |
14198:afed0aeff629 |
Fix PAE Mini-OS build. |
2007-03-01 |
kfraser |
14197:0de2f7d8d89f |
x86: No need to take full reference when doing mmu_update on a foreign |
2007-03-01 |
kfraser |
14196:9d36026b1b43 |
xen: Cleanups and bug fixes after the rcu_lock_domain patch. |
2007-03-01 |
Tim Deegan |
14195:3fb02f56c19f |
Remove Xen workaround for HVM builder now that it's fixed |
2007-03-01 |
Tim Deegan |
14194:8939727a9d93 |
Merge |
2007-03-01 |
Tim Deegan |
14193:1966270d89d7 |
[HVM] Builder must know which kind of vcpu context struct to use |
2007-03-01 |
kfraser |
14192:09a9b6d6c356 |
xen: Use RCU-based domain-locking functions where appropriate. |
2007-03-01 |
kfraser |
14191:a5b5279d2ba3 |
xen: Last minute rename of RCU domain get/put functions: |
2007-03-01 |
kfraser |
14190:44048a3f7caa |
hvm/ia64: Fix IDE PIO acceleration. |
2007-03-01 |
kfraser |
14189:d5c4d43da89e |
Change compat-check in set_vcpucontext again. Give caller leeway for |
2007-03-01 |
Tim Deegan |
14188:b703aa29424f |
[XEN] Fix cset 14166 |
2007-02-28 |
Wim Colgate |
14187:3379f667c3a6 |
Use stat to poll on phantom device until it becomes ready |
2007-02-28 |
kfraser |
14186:d66dff09338a |
libxc: Quieten the discard_file_cache() function. Preserve errno |
2007-02-28 |
kfraser |
14185:d2646466e0a7 |
Fix init.d/xendomains startup script so log_error and log_success |
2007-02-28 |
kfraser |
14184:c3c03089c59e |
linux: More save/restore fixes. Fix deadlock of cpu_hotplug_lock vs |
2007-02-28 |
George Dunlap |
14183:8ba425b640b3 |
[XEN][SHADOW] Use slow method for early-unshadow |
2007-02-28 |
George Dunlap |
14182:7b35a9682d81 |
[XEN][SHADOW] Fix early-unshadow logic. |
2007-02-28 |
kfraser |
14181:d39dcdb9cca3 |
hvm: Only do hvm_disable() on HVM-enabled systems. |
2007-02-28 |
kfraser |
14180:868c28c0a4f4 |
linux: Disable idle-loop alternatives. |
2007-02-28 |
kfraser |
14179:aac0a4b8e328 |
linux: Split suspend_mutex into watch_mutex and transaction_mutex. |
2007-02-28 |
kfraser |
14178:1ec0d322402e |
More PV save/restore fixes. |
2007-02-28 |
Tim Deegan |
14177:0f0ac445bf82 |
Fix 32-bit x86 compile |
2007-02-28 |
Tim Deegan |
14176:f3271ae6a485 |
[XEN] Compat-mode dom0 always provides compat vcpu_guest_context structs. |
2007-02-28 |
Tim Deegan |
14175:5943a8314d69 |
[XEN] Make the compat-mode l4 page table look more like a page table |
2007-02-28 |
Christian Limpach |
14174:9edd8d7c9355 |
[XEN] No need to change the compat mode of the guest in xen. |
2007-02-28 |
kfraser |
14173:40dc331c4423 |
Loop on actual elfnote array size rather than depending on ELFNOTE_MAX |
2007-02-28 |
kfraser |
14172:9149ef0e61ce |
Add suspend_cancel flag to linux elf notes. |
2007-02-28 |
kfraser |
14171:0ba4f202d504 |
Add xm save -c/--checkpoint option |
2007-02-28 |
kfraser |
14170:270a5e2ead43 |
Let xend choose to do hard or soft domain resumption depending on |
2007-02-28 |
kfraser |
14169:8939316a0735 |
Fix off-by-one preventing the last elfnote from being read in xc.c. |
2007-02-27 |
kfraser |
14168:5217185f7588 |
Add openssl-dev and xorg-x11-dev to README |
2007-02-27 |
kfraser |
14167:d4cd2c70cdea |
[XEN] [ACM] Simplify the event channel scanning |
2007-02-27 |
kfraser |
14166:69dec539c19f |
Fix for Solaris compile/output for VBDs in xentop. |
2007-02-27 |
Ian Campbell |
14165:e506c3fd03c9 |
merge |
2007-02-27 |
Ian Campbell |
14164:2cc8c117b7b8 |
[TOOLS] Add support for XEN_ELFNOTE_L1_MFN_VALID to readnotes. |
2007-02-27 |
kfraser |
14163:a9d246105752 |
Accelerate IDE PIO on HVM/IA64 [3/3] |
2007-02-27 |
kfraser |
14162:e450a3b90aba |
Accelerate IDE PIO on HVM/IA64 [2/3] |
2007-02-27 |
kfraser |
14161:b0f663e668d9 |
Accelerate IDE PIO on HVM/IA64 [1/3] |
2007-02-27 |
Steven Hand |
14160:dd8c88744433 |
Fix save/restore (and non-live migrate) on PAE. |
2007-02-27 |
Ewan Mellor |
14159:8e3899a4f62d |
Added SXP pretty-printer. |
2007-02-27 |
kfraser |
14158:b67c253d1cdb |
linux: Don't allow partial message raeds from xenstore across |
2007-02-27 |
Ewan Mellor |
14157:339e477d2548 |
Fix exception handling to cope with exceptions that do not have a string as |
2007-02-27 |
George Dunlap |
14156:0a9da94c904a |
[TOOLS] Make xentrace help a little more informative. |
2007-02-27 |
George Dunlap |
14155:9abcc909befc |
Merge |
2007-02-27 |
George Dunlap |
14154:ffe7e8ef2c98 |
[TOOLS] Added option to xentrace to discard records in the buffer |
2007-02-27 |
kfraser |
14153:8bd56d9cc6c7 |
x86: Fix BUG() crash in mm.c. |
2007-02-25 |
root |
14152:1c5e6239a8d0 |
fix PDPE entry in P2M table under 32bit PAE hypervisor |
2007-02-27 |
Ewan Mellor |
14151:c2e7bacf0919 |
Fix missing bits of the docs from cset 14020, and match that change by removing |
2007-02-27 |
Ewan Mellor |
14150:42dd9055ee1f |
Implementation of host_metrics.get_all, PIF_metrics.get_all, and docs and |
2007-02-27 |
Ewan Mellor |
14149:50e0616fd012 |
Added some more fields to host_cpu. |
2007-02-26 |
Tim Deegan |
14148:e7b2a282c9e7 |
[HVM][SVM] Save/Restore: Remove commented out code |
2007-02-26 |
kfraser |
14147:6efc22cb9c84 |
Missing files from previous changeset. |
2007-02-26 |
kfraser |
14146:d2a91b73899a |
[xentrace][HVM] introduce HVM tracing to unify SVM and VMX tracing |
2007-02-26 |
kfraser |
14145:0070b18869f7 |
x86: Update map_pages_to_xen() to avoid arithmetic based on |
2007-02-26 |
kfraser |
14144:9e5e94942045 |
x86: Clean up {alloc,free}_xen_pagetable() interface to avoid use of |
2007-02-26 |
Ewan Mellor |
14143:45ddffd595a1 |
Add argument check for xm network-attach command |
2007-02-26 |
Ewan Mellor |
14142:0261e86db3b1 |
Fix xm vcpu-set command for when wrong number of VCPU is given |
2007-02-26 |
Ewan Mellor |
14141:0b5da89e2b3d |
Move credit scheduler configuration into XendDomainInfo, so that the domain |
2007-02-26 |
Tim Deegan |
14140:ca1dd3480540 |
Merge |
2007-02-26 |
Tim Deegan |
14139:90f37b1748a8 |
[TOOLS] fix sizeof() usage in xc_core |
2007-02-26 |
kfraser |
14138:9be2dec913b7 |
linux: Fix backward compatibility in page table handling |
2007-02-26 |
Tim Deegan |
14137:720afbf74001 |
[XEN] Allow log-dirty mode to be enabled on already-shadowed domains. |
2007-02-26 |
kfraser |
14136:bfd4fad0f052 |
Remap PCI-ISA IRQ 6 to IRQ 7. Disable LPT1 by default and remove its |
2007-02-26 |
kfraser |
14135:047748faa4aa |
Resolve conflict over use of name xen_elfnote. |
2007-02-26 |
Tim Deegan |
14134:eefbc33a41ab |
Merge |
2007-02-26 |
Tim Deegan |
14133:a70cf505aef9 |
[HVM] Shadow: always use mmio_space() to detect MMIO addresses |
2007-02-26 |
kfraser |
14132:9f199e1fd929 |
libxc, ia64: Added new arch_hook for registering ia64 big endian images. |
2007-02-26 |
kfraser |
14131:64d80037e524 |
Save elfnotes in VM sxpr under image/notes, and load them on restore. |
2007-02-26 |
kfraser |
14130:a20ec270998b |
Write Xen ELF notes into xenstore on domain build. |
2007-02-26 |
Tim Deegan |
14129:78c0ae1f77f2 |
[HVM] Revert cset 14083 |
2007-02-26 |
kfraser |
14128:2d3ceb082114 |
xm-test, acm: Use xvda* device name instead of sdb* device inside guest domain. |
2007-02-26 |
kfraser |
14127:bfd188f0cf5d |
Remove duplicate #includes from Linux sparese-tree file. |
2007-02-26 |
Ewan Mellor |
14126:568433250d84 |
Remove unused network.default_{gateway,netmask}. |
2007-02-25 |
Ewan Mellor |
14125:48d581be85ea |
Redefine units of VDI.virtual_size to be bytes, not sectors. |
2007-02-25 |
Ewan Mellor |
14124:36702d9b2c5c |
Added host.capabilities field. |
2007-02-25 |
Ewan Mellor |
14123:e71b277f1533 |
Replace VM.tools_version with a richer VM_guest_metrics class. |
2007-02-25 |
Ewan Mellor |
14122:cfd23ac1b32a |
Added documentation and C bindings for VBD/VIF.status_detail, status_code, and |
2007-02-25 |
Ewan Mellor |
14121:532a25342a30 |
Added a VM.domid field. |
2007-02-25 |
Ewan Mellor |
14120:8c8d91a006ba |
Remove the bindings for VM.get_VCPUs_{number,utilisation} -- these have moved |
2007-02-25 |
Ewan Mellor |
14119:d81c0b55e248 |
Fix typo in host record. |
2007-02-25 |
Ewan Mellor |
14118:02f32a4df8db |
Added tab completion for methods and object references to xm shell. |
2007-02-25 |
Ewan Mellor |
14117:f3aa6e34aeb1 |
Added host.API_version_{major,minor,vendor,vendor_implementation} fields. |
2007-02-21 |
Ewan Mellor |
14116:fd7f23e44b11 |
Added VBD. and VIF.qos_supported_algorithms fields, with C bindings, Xend |
2007-02-24 |
Keir Fraser |
14115:c051ed67258a |
libxc: Code format cleanups. |
2007-02-24 |
Keir Fraser |
14114:59b8d5168cc1 |
Reduce impact of saving/restoring/dumping large domains on Dom0 memory |
2007-02-24 |
Keir Fraser |
14113:0147ef7c3cd7 |
dump-core: documentation on its format. |
2007-02-24 |
Keir Fraser |
14112:e2e6830269f7 |
xc_ptrace_core.c new elf format support |
2007-02-24 |
Keir Fraser |
14111:3dac99b6034e |
Xen coredump format: ELF formatified with note section. |
2007-02-24 |
Keir Fraser |
14110:f61992cb82fe |
Move some definitions from xg_save_resotre.h to xg_private.h |
2007-02-24 |
Keir Fraser |
14109:aa1be6f5150e |
x86 hvm domain builder, restore: set shared_info.arch.max_pfn for |
2007-02-24 |
Keir Fraser |
14108:6c938630de54 |
Support new xm command: xm trigger <Domain> <nmi|reset|init> [<VCPU>] |
2007-02-24 |
Keir Fraser |
14107:1e5a83fb928b |
xen memory allocator: Allow per-domain bitwidth restrictions. |
2007-02-24 |
Keir Fraser |
14106:8afe591c272b |
xen memory allocator: Dynamically allocate per-numa-node metadata. |
2007-02-23 |
Jake Wires |
14105:e9bd3267ff23 |
[TAPDISK] honor read-only attributes when creating tap-based VBDs |
2007-02-23 |
Jake Wires |
14104:5ba3037ea5e1 |
[TAPDISK] handle error case when opening VDIs |
2007-02-23 |
kfraser |
14103:ee4850bc895b |
xen memory alloctor: remove bit width restrictions |
2007-02-23 |
kfraser |
14102:70098102f84d |
xen memory allocator: per-bit-width heap zones |
2007-02-23 |
Ian Campbell |
14101:b6df5e64b6c4 |
merge |
2007-02-23 |
Ian Campbell |
14100:e47738923a05 |
[LINUX] Purge include <linux/config.h>. It has been obsolete for some time now. |
2007-02-23 |
Ian Campbell |
14099:77298360e365 |
[PV-on-HVM] Fix gnttab_map to not run off the bottom of the gnttab space. |
2007-02-23 |
kfraser |
14098:c64aa7fb7712 |
xen memory allocator: hide generic allocator routines |
2007-02-23 |
kfraser |
14097:6253b8d32eb9 |
xentrace: Add a relative TSC field (kept track per CPU) to xentrace_format. |
2007-02-23 |
kfraser |
14096:58086aa7c70a |
linux, tpm: Fix argument to grant table operation |
2007-02-23 |
kfraser |
14095:e21834bc78f2 |
hvm: Fix save/restore to handle missing pages. |
2007-02-23 |
kfraser |
14094:91427cadfa48 |
hvm: unset_mm_mapping() for vga acceleration region should recalculate |
2007-02-23 |
Tim Deegan |
14093:2c3a13993b0d |
[HVM] Only treat gfns in known MMIO regions as MMIO |
2007-02-23 |
kfraser |
14092:eb3ebf11abfe |
xen: Fix dumb boot allocator breakage that prevents loop termination |
2007-02-23 |
Emmanuel Ackaouy |
14091:8bcaedc68f5a |
[XEN] [TOOLS] 32on64 compat save/restore: unadjust L3E flags at save time |
2007-02-23 |
kfraser |
14090:cdc765772f69 |
hvm: Clean up initialisation of hvm_funcs. |
2007-02-23 |
kfraser |
14089:38fb6c392dec |
Implement VBD and VIF handling on Solaris for libxenstat. |
2007-02-23 |
kfraser |
14088:d7fe2318fc5f |
linux: Fix current_vcpu_info for UP case |
2007-02-23 |
kfraser |
14087:6510cb03aae1 |
Merge with xen-ia64-unstable.hg. |
2007-02-23 |
kfraser |
14086:e8470a1a01af |
hvm: Rename injection_pending() to event_injection_faulted(). |
2007-02-22 |
Jake Wires |
14085:8407279d3751 |
[TAPDISK] minor changes to tapdisk and plugins |
2007-02-22 |
kfraser |
14084:da37c365b375 |
x86/64: Fix a user of alloc_boot_pages() who should use |
2007-02-22 |
kfraser |
14083:3746b3d4f301 |
alloc_boot_pages() allocates downwards from high memory. |
2007-02-22 |
kfraser |
14082:9e35371a3caa |
x86: Detect shadow-emulate write to stack from inside the write |
2007-02-22 |
Tim Deegan |
14081:644e9e18d2ef |
Fix perfc=y build |
2007-02-22 |
kfraser |
14080:c0b1a3b54548 |
hvm: Turn stack-pointer comparison on shadow-emulate path into a |
2007-02-22 |
kfraser |
14079:3f7e8c763b55 |
hvm: Do not take shadow-emulation path if we are trying to inject an |
2007-02-22 |
Tim Deegan |
14078:0a970a431bbc |
[XEN] don't emulate stack operations on shadowed pages |
2007-03-01 |
awilliam |
14077:8a58ea36e420 |
[IA64] Bug fixes to assign_domain_mmio_page() |
2007-03-01 |
awilliam |
14076:0deb53ff4b67 |
[IA64] Handle MMIO EFI mappings outside the page table range |
2007-03-01 |
awilliam |
14075:f21250323a30 |
[IA64] Update sn_sal.h to latest 2.6.20 version |
2007-02-28 |
awilliam |
14074:b3e19f3092b6 |
[IA64] warning fixes |
2007-02-28 |
awilliam |
14073:347fb33790bd |
[IA64] SN2 specific SAL calls for dom0 |
2007-02-28 |
awilliam |
14072:2e2019e09e6c |
[IA64] sn2 IO build fixes |
2007-02-28 |
awilliam |
14071:21d0d23a2cca |
[IA64] Fix ptc.ga emulation bug |
2007-02-28 |
awilliam |
14070:ac28d6c41e6f |
[IA64] Remove unused code |
2007-02-28 |
awilliam |
14069:dda691c7f25f |
[IA64][MINIOS] Make mini-os ia64 cross compile-able |
2007-02-23 |
awilliam |
14068:707a696e840d |
[IA64][MINIOS] Build fix |
2007-02-22 |
awilliam |
14067:202eb735b425 |
merge with xen-unstable.hg |
2007-02-21 |
Jake Wires |
14066:f62a052384a5 |
[BLKTAP] fix sysfs cleanup on error case |
2007-02-21 |
kfraser |
14065:eb190b1faa52 |
x86: Only unshadow on failed emulation, not when an exception is raised. |
2007-02-21 |
kfraser |
14064:4e50678c364c |
linux: Use hard tabs and Linux coding style. |
2007-02-21 |
kfraser |
14063:b010e556fe2c |
x86: Extend emulator return codes. |
2007-02-21 |
Jake Wires |
14062:ad3ee81cc8c4 |
[BLKBACK/BLKTAP] add sysfs throughput profiling to blk{back/tap} |
2007-02-21 |
kfraser |
14061:87f31a0db841 |
hvm: local_events_need_delivery() must take into account VLAPIC/PIC status. |
2007-02-21 |
kfraser |
14060:335a8280ab1d |
libfs: Fix build with gcc4. |
2007-02-21 |
kfraser |
14059:af3281c66e73 |
Add find_domain_rcu_lock() and domain_rcu_unlock(). |
2007-02-21 |
kfraser |
14058:97826d77bd4d |
Use RCU for domain_list and domain_hash. |
2007-02-21 |
Tim Deegan |
14057:3c581edac93a |
Merge |
2007-02-13 |
Aron Griffis |
14056:47db75f8cc76 |
Port fsys_fat.c from grub legacy. This enables pygrub to load from EFI |
2007-02-20 |
john levon |
14055:fe3e024e38f8 |
Add iso9660 support to libfsimage. |
2007-02-21 |
kfraser |
14054:43e9952b07ea |
x86: Better BUG() and ASSERT() logging. |
2007-02-21 |
kfraser |
14053:bca284f67702 |
x86: Allow exceptions to be handled while interrupts are |
2007-02-21 |
Ewan Mellor |
14052:2840b5e7f585 |
Added C bindings for host.supported_bootloaders. |
2007-02-21 |
Ewan Mellor |
14051:2414007d92ba |
Fix allocation of the error_description fields. |
2007-02-20 |
Ewan Mellor |
14050:df08fe145d24 |
Put the set size in the structure on set-allocation. |
2007-02-20 |
Ewan Mellor |
14049:ee3ea729f5de |
Added host.supported_bootloaders field. |
2007-02-20 |
Ewan Mellor |
14048:e0e300fda3f0 |
Remove host.create and host.destroy -- these never made any sense. |
2007-02-20 |
Ewan Mellor |
14047:bab07bed5c0a |
Added modelling and C bindings for VIF/VBD QoS parameter setting. No Xend |
2007-02-20 |
Ewan Mellor |
14046:0aa6755159d5 |
Split the VIF I/O statistics fields out into a VIF_metrics class. Implement |
2007-02-20 |
Ewan Mellor |
14045:7819d9332fba |
Split the VBD I/O statistics out into a VBD_metrics class. Document the |
2007-02-20 |
Ewan Mellor |
14044:988b90c6b4f3 |
Added Console.other_config to the docs (Xend already has this). |
2007-02-20 |
Ewan Mellor |
14043:be35eed950da |
Rename Console.uri to location. Xend already uses the latter. |
2007-02-20 |
Ewan Mellor |
14042:8773b1a38c83 |
Remove VM.VCPUs_number and VM.VCPUs_utilisation as these have moved onto the |
2007-02-20 |
Ewan Mellor |
14041:8bcd71c3b495 |
Replace the X_HANDLE_INVALID error codes with a single HANDLE_INVALID that |
2007-02-20 |
kfraser |
14040:f65a24235f58 |
hvm: Fix getvcpucontext to return the correct CR3 value. |
2007-02-20 |
Tim Deegan |
14039:c39a6b458bd0 |
[HVM] Fix MMIO AND emulation |
2007-02-20 |
Tim Deegan |
14038:4314691c70a2 |
[HVM] Fix MMIO LODS emulation |
2007-02-22 |
awilliam |
14037:9364bea18bc4 |
[IA64] First step to support big-endian PV domUs |
2007-02-20 |
awilliam |
14036:315c348e5f9e |
merge with xen-unstable.hg |
2007-02-20 |
kfraser |
14035:e7994a122aab |
x86 emulation: fix bswap |
2007-02-20 |
kfraser |
14034:4719e34ed7a7 |
x86: Fix emulation of REP prefix. |
2007-02-20 |
Tim Deegan |
14033:b5ee25f50861 |
Merge |
2007-02-20 |
Tim Deegan |
14032:f48553000369 |
[HVM] Another unchecked caller of hvm_copy_to_guest_virt() |
2007-02-20 |
kfraser |
14031:c57d80520e7a |
acm: More fixes after grant-table changes. These are all bugs |
2007-02-20 |
Tim Deegan |
14030:92a4aafb8cbc |
Merge |
2007-02-20 |
Tim Deegan |
14029:6746873997b5 |
[XEN] Get rid of gva_to_gpa translation |
2007-02-20 |
Vincent Hanquez |
14028:75697d623a2b |
add /sbin to the $PATH and use ldconfig -p instead of ldconfig -v |
2007-02-20 |
Tim Deegan |
14027:e4ddec3dffb0 |
[XEN] Fix skip-verify shadow heuristic |
2007-02-20 |
awilliam |
14026:409e94d0a35b |
[IA64] Update xencommize_mini_grant_table_op for GNTTABOP_query_size |
2007-02-20 |
awilliam |
14025:d907467f08cd |
merge with xen-unstable.hg |
2007-02-20 |
kfraser |
14024:ecb6cd61a9cf |
linux: Fix swiotlb bug-out due to uninitialised end_pfn/max_mapnr. |
2007-02-20 |
Vincent Hanquez |
14023:93035b689834 |
add /sbin to the $PATH for debian's ldconfig. |
2007-02-20 |
kfraser |
14022:0a348e9ecedb |
linux/x86: Advertise which page table entries contain MFNs and hence |
2007-02-20 |
kfraser |
14021:4990b2236f06 |
xen/x86: Better BUG back traces. |
2007-02-20 |
Tim Deegan |
14020:266d203d7f39 |
[XEN] Fix potential race in unshadow code |
2007-02-20 |
kfraser |
14019:4b9680c58d73 |
linux/x86: Clean up page table handling headers |
2007-02-20 |
Tim Deegan |
14018:832b252f1f6f |
Merge |
2007-02-19 |
john levon |
14017:919879a49266 |
Xenconsoled should ignore spurious watch event. Otherwise, it can rebind to the same evtchn of a dying domU during suspending and cause below error message: |
2007-02-20 |
kfraser |
14016:d2dff286994d |
linux/x86: Adjust and fix page table handling. |
2007-02-19 |
john levon |
14015:89ca591a2c21 |
Filesystem implementations may need optional arguments in terms of |
2007-02-19 |
kfraser |
14014:b83cfb117bdd |
linux: Fix 32-bit build after changeset 13993:168030c8e0a93d8401cf5e783e10ecdf0938abda |
2007-02-19 |
Emmanuel Ackaouy |
14013:9c2e6f8f3aa7 |
[XEN] 32on64 shadowing / live migration support for PV PAE compat guests |
2007-02-19 |
kfraser |
14012:0b882c911b88 |
Quieten noisy fied-up-GPF-in-Xen logging. |
2007-02-19 |
kfraser |
14011:168030c8e0a9 |
linux: Introduce {current_,}vcpu_info. |
2007-02-19 |
kfraser |
14010:01476c7804b2 |
ia64: Fixes after changes to grant table code. |
2007-02-19 |
kfraser |
14009:184db7a674d9 |
acm: Further fixes after grant-table changes. |
2007-02-19 |
kfraser |
14008:3b7bdb7bd130 |
Fix ACM build after recent grant-table code changes. |
2007-02-19 |
kfraser |
14007:ac570a3c79a2 |
hvm, vtpm: Fix wait for an outstanding response. |
2007-02-19 |
kfraser |
14006:ee6e484403a9 |
minios: Fix xenbus-id allocation loop. |
2007-02-19 |
kfraser |
14005:b90180c2a057 |
hvm: Remove noisy warnings associated with MOVS emulation. |
2007-02-19 |
kfraser |
14004:e846a7a444fa |
hvm: Emulate opcode 0x03 (ADD mem,reg). |
2007-02-19 |
Ian Campbell |
14003:5a07ea77a61d |
[LIBELF] Prefer PT_NOTE segments to SHT_NOTE sections for ELF notes. |
2007-02-18 |
Keir Fraser |
14002:b5fc88aad1b0 |
hvm: Support PUSH from mmio area (opcode 0xFF/6). |
2007-02-17 |
Keir Fraser |
14001:c5ff7671b9f2 |
linux: vmalloc_sync_all() is not a no-op when running in PAE mode on Xen. |
2007-02-17 |
kfraser |
14000:31e65c4ba739 |
Fix 64-bit build. |
2007-02-16 |
Jake Wires |
13999:3c827d68fa87 |
[TAPDISK] add tapdisk support for image chaining |
2007-02-16 |
kfraser |
13998:32a059913591 |
x86-64: fix Lx_DISALLOW_MASK |
2007-02-16 |
kfraser |
13997:7c739272bac8 |
linux/x86_64: miscellaneous initialization code cleanup |
2007-02-16 |
kfraser |
13996:efffaad38089 |
hvm: Processor Objects require unique IDs. |
2007-02-16 |
kfraser |
13995:0cf659332c3a |
hvm: Dynamically generate the correct number of ACPI Processor Objects |
2007-02-16 |
Tim Deegan |
13994:8c6d787354d9 |
[XEN] Set p2m page count-info fields properly on allocation. |
2007-02-16 |
Tim Deegan |
13993:d5076a33cbb1 |
[HVM] Save/restore: explicitly name MSRs in save format |
2007-02-16 |
kfraser |
13992:eecd0361df4a |
Fix grant-table initialisation so that domain destruction does not barf. |
2007-02-16 |
kfraser |
13991:c4ed5b740a8d |
linux: remove {lock,unlock}_vm_area(). Instead use vmalloc_sync_all() |
2007-02-16 |
kfraser |
13990:cd03d7c23aa7 |
Fix vncdisplay config option for HVM guests. |
2007-02-15 |
kfraser |
13989:2023386e38c4 |
hvm: Fix acpi processor id in MADT LAPIC entries. |
2007-02-15 |
kfraser |
13988:a42c58791d8a |
ia64: Fix build failure |
2007-02-15 |
Tim Deegan |
13987:5916fc1f9b16 |
[HVM] Save/restore: remove u8 from publich header |
2007-02-15 |
kfraser |
13986:8f75c7910b9c |
Remove unnecessary check from HVM builder. |
2007-02-15 |
kfraser |
13985:9ffe8922414f |
Lift physical address restriction in save/restore code. |
2007-02-15 |
kfraser |
13984:96d08345f1c5 |
Propagate error return from elf_xen_parse(). |
2007-02-15 |
kfraser |
13983:1f5e6fb9c652 |
x86: fix NMI delivery to dom0 |
2007-02-15 |
kfraser |
13982:f9c079fca143 |
Bring TPM driver files to 2.6.18 level. Remove the tpm.c so that the |
2007-02-15 |
kfraser |
13981:296d7aa451a3 |
[ACM] Update the xensec_ezpolicy ACM policy generation tool so |
2007-02-15 |
kfraser |
13980:236687fb42d7 |
minios: build system cleanups. |
2007-02-15 |
kfraser |
13979:61de36b8be81 |
Disable GCC stack protector for ROMBIOS. |
2007-02-15 |
kfraser |
13978:477a3bde3b61 |
linux: miscellaneous changes after upgrade through 2.6.17. |
2007-02-15 |
kfraser |
13977:beab19d957de |
linux: e820 handling adjustments |
2007-02-15 |
kfraser |
13976:e253a63651bf |
linux: user user_mode_vm() in place of user_mode() where necessary. |
2007-02-15 |
kfraser |
13975:24f16bae44b0 |
linux: avoid need to modify include/linux/pfn.h |
2007-02-15 |
kfraser |
13974:449fb89590e7 |
linux: early_printk adjustments |
2007-02-15 |
kfraser |
13973:b3c41b9f01a6 |
linux: proper mutex use in balloon driver |
2007-02-15 |
kfraser |
13972:89d315c7dcea |
[VTPM] Add a missing initialization of a state variable in the TIS |
2007-02-15 |
kfraser |
13971:4bd0ea9c499f |
libxc: Fix xc_vcpu_{set,get}_affinity (Xen-bugzilla No.900). |
2007-02-15 |
kfraser |
13970:70f05d642a2e |
Dynamic grant-table sizing. |
2007-02-15 |
kfraser |
13969:047b3e9f9032 |
Remove unuseful and noisy seg-fixup warning message. |
2007-02-15 |
kfraser |
13968:0d488e53446a |
Remove old elf-parsing code from tools and from Xen. |
2007-02-14 |
Wim Colgate |
13967:82f66bc01da2 |
Protect self.domid from being empty |
2007-02-14 |
kfraser |
13966:f8030a569811 |
Export PRI_xen_pfn rather than PRIpfn: less polluting of namespace. |
2007-02-18 |
awilliam |
13965:04c23c1ef888 |
[IA64] Make b2-b5 fixed registers |
2007-02-18 |
awilliam |
13964:38f7330d4807 |
[IA64] Cleanup in vmx.h |
2007-02-18 |
awilliam |
13963:54247a642f5e |
[IA64] Cleanup in vmx |
2007-02-18 |
awilliam |
13962:5abf33a383cf |
[IA64] Paravirtualize mmap handlers of /proc/bus/pci |
2007-02-18 |
awilliam |
13961:5ad7d9b466ee |
[IA64] Import arch/ia64/pci/pci.c into sparse tree |
2007-02-18 |
awilliam |
13960:779d21cf58e7 |
[IA64] Quiet VTi domain bootup |
2007-02-16 |
awilliam |
13959:3fa7489f87bb |
[IA64] Quieter boot |
2007-02-16 |
awilliam |
13958:b0aeca575dfb |
[IA64] vcpu hot-plug/remove for VTi |
2007-02-15 |
awilliam |
13957:9529d667d042 |
merge with xen-unstable.hg |
2007-02-14 |
kfraser |
13956:9af0c7e4ff51 |
Merge with xenppc-unstable.hg |
2007-02-09 |
Hollis Blanchard |
13955:aea80dbf6d96 |
[POWERPC][XEN] Use libelf for dom0 construction. |
2007-02-09 |
Hollis Blanchard |
13954:632d8e576900 |
[LIBELF] Define PRIpfn next to xen_pfn_t. |
2007-02-09 |
Hollis Blanchard |
13953:c7251801580a |
[POWERPC][XEN] Opt out of new libxc domain builder. |
2007-02-09 |
Hollis Blanchard |
13952:1b74475ad511 |
[LIBELF] Print phdr addresses when loading. |
2007-02-09 |
Hollis Blanchard |
13951:376940a942e9 |
[POWERPC][XEN] Fix RCU crash. |
2007-02-09 |
Hollis Blanchard |
13950:272291dacad4 |
[POWERPC][XEN] strlcpy() fallout. |
2007-02-07 |
Hollis Blanchard |
13949:4613ee57e9b3 |
[POWERPC][XEN] Fix mismerge. |
2007-01-21 |
Jimi Xenidis |
13948:3da9a56421c5 |
[XEN][POWERPC] fill in arch_vcpu_reset() |
2007-01-22 |
Jimi Xenidis |
13947:7242b912d266 |
[XEN][POWERPC] Linker script simplification broke optimized builds. |
2007-01-17 |
Jimi Xenidis |
13946:796887cef9e1 |
[XEN][POWERPC] Update linker symbols and scripts |
2007-02-06 |
Hollis Blanchard |
13945:978ff6fad81f |
[POWERPC][XEN] Merge with xen-unstable.hg. |
2007-02-06 |
Hollis Blanchard |
13944:819b8a872d9f |
[POWERPC][XEN] Add information into flat devtree needed to create a start_info_t structure in linux. |
2007-02-06 |
Hollis Blanchard |
13943:4ce0b332b572 |
[POWERPC][XEN] Move shared page location to public header to share with libxc. |
2007-01-25 |
Jimi Xenidis |
13942:54530b945067 |
[XEN][XEND][POWERPC] Don't ignore shadow memory requirement |
2007-01-23 |
Hollis Blanchard |
13941:b071a2610abc |
[POWERPC][XEN] Fix uninitialized variable warning. |
2007-01-21 |
Jimi Xenidis |
13940:aa00ced0a10a |
[XEND][POWERPC] move ppc memory allocation to libxc. Sync XendDomainInfo.py with xen-unstable.hg. |
2007-01-21 |
Jimi Xenidis |
13939:09b3fd488726 |
[XEND][POWERPC] Remove FlatDeviceTree.py, eliminate devtree from prose builder. |
2007-01-21 |
Jimi Xenidis |
13938:7bf078335342 |
[XEND][POWERPC] Move flat device tree construction from python to libxc for xc_linux_build(). |
2007-01-21 |
Jimi Xenidis |
13937:cc1eb0689bcf |
[XEN][POWERPC] Allocate secondary VCPUs for Dom0 |
2007-01-21 |
Jimi Xenidis |
13936:88ae0647d542 |
[XEN][POWERPC] remove redundant and confusing restart/halt messages |
2007-01-20 |
Jimi Xenidis |
13935:3dd92f0d8fd6 |
[XEN][POWERPC] Print DAR and DSISR registers on CPU register dumps |
2007-01-20 |
Jimi Xenidis |
13934:b8fac1c5e6ae |
[XEN][POWERPC] more ofd /cpus fixups |
2007-01-20 |
Jimi Xenidis |
13933:4f0353778233 |
[XEN][POWERPC] big lock to protect some TLB operations |
2007-01-19 |
Hollis Blanchard |
13932:741adb202b82 |
[POWERPC][XEN] Mark heap memory based on boot_of.c's allocator. |
2007-01-17 |
Jimi Xenidis |
13931:3773af71a14b |
[TOOLS][POWERPC] fixes for the prose builder. |
2007-01-17 |
Jimi Xenidis |
13930:a1e9bacfc57d |
[XEN][POWERPC] Fix arch_set_info_guest() from upstream interface change |
2007-01-17 |
Jimi Xenidis |
13929:14db26e03ba3 |
[XEN][POWERPC] add asm/nmi.h |
2007-01-15 |
Jimi Xenidis |
13928:0fedda56fed4 |
[XEN][POWERPC] everything is "single core" right now so get cpu_core_map[] correct. |
2007-01-11 |
Ryan Harper |
13927:a2614e94c7df |
[POWERPC][LIBXC] Fix pointer math in ft_add_rsvmap(), rename string block to match DTC spec. |
2007-01-11 |
Ryan Harper |
13926:90bba403a710 |
[POWERPC][LIBXC] Whitespace cleanup of powerpc64/xc_linux_build.c |
2007-01-03 |
Hollis Blanchard |
13925:6b82bbbedbe1 |
[POWERPC][LIBXC] Add missing HVM stubs. |
2007-01-03 |
Hollis Blanchard |
13924:a23587ebcbf6 |
[POWERPC][TOOLS] Fix xc.c mismerge. |
2007-01-03 |
Hollis Blanchard |
13923:bcd4bf022047 |
[POWERPC][XEN] Provide _text for kexec. |
2006-12-19 |
Jimi Xenidis |
13922:8101efde7493 |
[XEN][POWERPC] DomU real time clock based off of the real one in Dom0 |
2006-12-17 |
Jimi Xenidis |
13921:d1f053ff43d2 |
[XEN][POWERPC] get cpu_*_maps correct so physinfo and affinity is accurate |
2006-12-17 |
Jimi Xenidis |
13920:60515808f591 |
[XEN][POWERPC] use symbol to detect processor version |
2007-02-14 |
kfraser |
13919:58e71ae679d5 |
libelf: use xen code style. |
2007-02-14 |
kfraser |
13918:3f63c1825b0d |
linux: quieten some driver printk logging. |
2007-02-14 |
kfraser |
13917:d44eb9e7f97b |
Another domctl fix to insert missing copy_to_guest. |
2007-02-14 |
Tim Deegan |
13916:6fd71faaaa3b |
Merge |
2007-02-14 |
Tim Deegan |
13915:a00b8d3800a8 |
[XEN] Snapshot PAE l3es when they are shadowed. |
2007-02-14 |
Tim Deegan |
13914:cbbd748c4b58 |
[XEN] Re-sync PAE l3 shadows when PV guests change them |
2007-02-14 |
kfraser |
13913:36bbb7edfd0b |
Make libelf not fail on unknown elf notes. |
2007-02-14 |
kfraser |
13912:929868cd3715 |
Add missing breaks to {set,get}_address_size domctls. |
2007-02-14 |
kfraser |
13911:d08c2af53804 |
Fix DEC instruction decode. Turn into SUB, not OR. :-) |
2007-02-14 |
kfraser |
13910:ed6501070f37 |
Support INC/DEC in mmio decoder. Opcodes 0xFE and 0xFF. |
2007-02-14 |
Tim Deegan |
13909:6daa91dc9247 |
[XEN] New paging-assistance interface. |
2007-02-13 |
Ian Campbell |
13908:df25547d7638 |
[LINUX] Call ctrl_alt_del() to trigger a reboot so we benefit from the |
2007-02-15 |
awilliam |
13907:ac18d251df63 |
[IA64][MINIOS] Port of mini-os to ia64 |
2007-02-15 |
awilliam |
13906:eb6c19ed6e67 |
[IA64] Only one serial console port on Tiger2 |
2007-02-15 |
awilliam |
13905:2b3dd681dbce |
[IA64] Fix I&D cache incoherency after vcpu migration |
2007-02-14 |
awilliam |
13904:6c63ff548888 |
[IA64] Fix serial console on Tiger2 & Tiger4 |
2007-02-12 |
awilliam |
13903:8bdbe88e422f |
[IA64] Fix save/restore bug |
2007-02-12 |
awilliam |
13902:5982d478698f |
[IA64] Add localtime setting for PV/IA64 domain |
2007-02-12 |
awilliam |
13901:46a8d51134d0 |
[IA64] dma-mapping.h user our own swiotlb.h header |
2007-02-12 |
awilliam |
13900:dea561992abe |
[IA64] Avoid recursively walking guest short VHPT |
2007-02-12 |
awilliam |
13899:81c4f90695a8 |
[IA64] Remove use of hpsim console |
2007-02-09 |
kfraser |
13898:ad9bbd103034 |
[HVM] Fill in mmio decode gaps for Grp1 immediate opcodes. |
2007-02-09 |
kfraser |
13897:c67a4115a471 |
Print all by default in debug builds. |
2007-02-09 |
Tim Deegan |
13896:d39e8c44da34 |
[HVM] Save/restore: disentangle max_pfn from nr_pages. |
2007-02-09 |
Alastair Tse |
13895:dda3e75f015d |
Add missing Makefile in x86_64/compat so that it builds on x86_64. |
2007-02-08 |
kfraser |
13894:620f5cdfe32b |
Fix non-x86 build. |
2007-02-08 |
kfraser |
13893:9e27245a692e |
Fix x86/64 build. |
2007-02-08 |
Keir Fraser |
13892:3050c8339da6 |
x86: hide assembly labels |
2007-02-08 |
Keir Fraser |
13891:0cbf1586a432 |
[HVM][SVM] Do not advertise FFXSR feature. |
2007-02-08 |
Keir Fraser |
13890:355c740d1330 |
Use printk log-level limiting even during Xen boot. |
2007-02-08 |
Keir Fraser |
13889:a68a3c6cac5f |
Small cleanups to PV-on-HVM support code. |
2007-02-08 |
kfraser |
13888:f9277e2548b5 |
Merge with xen-ia64-unstable.hg. |
2007-02-08 |
Keir Fraser |
13887:5a1abfefe892 |
Remove unnecessarily modified a.out.h. |
2007-02-08 |
Keir Fraser |
13886:273ec6b70b51 |
Move skb_pull_rcsum() to its usual place in skbuff.c |
2007-02-08 |
Keir Fraser |
13885:859d73ef932f |
Fix a typo in console_steal(). |
2007-02-08 |
kfraser |
13884:870370439fb9 |
Fix xen-detect build. |
2007-02-08 |
Keir Fraser |
13883:6a383beedf83 |
Add example xen-detect.c code for detecting application execution in |
2007-02-08 |
Ewan Mellor |
13882:d609929f1408 |
Fix localtime setting for PV domains. |
2007-02-08 |
Tim Deegan |
13881:16ba1d434f89 |
[HVM] Save/restore: don't try to set the console ring MFN |
2007-02-08 |
Tim Deegan |
13880:9c88b5f3b4eb |
Merge |
2007-02-08 |
Tim Deegan |
13879:6e74932c9a64 |
[HVM] Save/restore: save pmtimer count register |
2007-02-08 |
Ian Campbell |
13878:9d103e5fd471 |
[XEN] Fix typos in comment describing 32on64 memory layout |
2007-02-08 |
Ian Campbell |
13877:3ad4691d1d34 |
[XEN] kexec: add compatability shim for kexec in 32on64 mode. |
2007-02-08 |
Ian Campbell |
13876:b50350fb0fde |
[XEN] kexec: Remove asm/kexec.h. Move the single inline function into |
2007-02-08 |
Tim Deegan |
13875:3fbe12560ffe |
[XEN] When removing pages, drop shadow refs before complaining about refcount. |
2007-02-07 |
wim |
13874:6524e02edbeb |
[blktap] Allow HVM booting from blktap device(s) |
2007-02-07 |
Tim Deegan |
13873:780f097b54c5 |
[HVM] Save/restore: don't try to save the MMIO memory-hole at 4GB. |
2007-02-07 |
Tim Deegan |
13872:ce97d6714be4 |
[XEND] Open save/restore files with O_LARGEFILE if possible |
2007-02-07 |
kfraser |
13871:ed9dba8e2c67 |
Improve hotplug script error reporting via xenstore. |
2007-02-07 |
kfraser |
13870:b83a81b99f20 |
Dom0 VNC server should not drop any of teh 8 supported mouse button |
2007-02-07 |
kfraser |
13869:cb50bcfcf9fa |
pvfb: Split mouse and keyboard into separate devices. |
2007-02-07 |
kfraser |
13868:6e1b380947ee |
hvm: Add PCI subsystem ID to emulated devices. |
2007-02-07 |
awilliam |
13867:fbc233a1dc53 |
merge with xen-unstable.hg |
2007-02-07 |
Tim Deegan |
13866:584ab4fd1ad5 |
[XEN] Remove bogus assertion in shadow emulation path |
2007-02-07 |
Tim Deegan |
13865:4d7ee9f4336a |
[HVM] Save/restore: dynamically calculate the size of the save buffer |
2007-02-07 |
Tim Deegan |
13864:710aec0abb61 |
[HVM] Save/restore: move save/restore routines out of intercept.c |
2007-02-07 |
Tim Deegan |
13863:67faf6c59bfa |
Revert 13805: losetup -r is not portable |
2007-02-07 |
kfraser |
13862:1a411820230b |
linux: Fix softlockup interaction with noidlehz. |
2007-02-07 |
Keir Fraser |
13861:f28b144fb5cd |
Update .hgignore list |
2007-02-07 |
Keir Fraser |
13860:ac465fc7c78f |
linux: Zap /proc/interrupts count when a dynamic IRQ is unbound. |
2007-02-06 |
kfraser |
13859:383ade1b0da4 |
linux/i386: Improve critical region handling code |
2007-02-06 |
kfraser |
13858:625aa1547cb6 |
hvm: vcpu reset support for x86 INIT IPI, needed for CPU hotplug. |
2007-02-06 |
kfraser |
13857:e1364f2c6867 |
minios: Fix netfront for ia64. |
2007-02-06 |
kfraser |
13856:7379c1174155 |
Fix up xentrace record extraction in xentrace_format for 64-bit |
2007-02-06 |
kfraser |
13855:e212203d7d34 |
[TPM] Set tcpa calls in the rombios and other fixes. |
2007-02-06 |
kfraser |
13854:3093bd26ae45 |
[TPM] TIS dm suspend code fix |
2007-02-06 |
Ewan Mellor |
13853:2379569b590d |
Fix xm sched-credit when given an invalid domain name. |
2007-02-06 |
Ewan Mellor |
13852:39a2833dde51 |
Fix XendLogging to work on Python 2.4.0 and 2.4.1 (the logging library interface |
2007-02-06 |
Ewan Mellor |
13851:0c17f16f9f03 |
Pass the -r flag to losetup for read-only devices. |
2007-01-31 |
Brendan Cully |
13850:ffe95edc5266 |
Make sure OptVals.quiet is always present (fixes xm shutdown -w). |
2007-02-05 |
Tim Deegan |
13849:8bc64a3a5054 |
[QEMU] Unmap video RAM before telling the guest to free it. |
2007-02-05 |
Tim Deegan |
13848:e825954d4179 |
[HVM] Save/restore: tidy up IRQs |
2007-02-05 |
Tim Deegan |
13847:7a7509570af9 |
[HVM] Save/restore: misc tidying |
2007-02-07 |
awilliam |
13846:d3f08d39e695 |
[IA64] Clean up error messages from lookup_domain_mpa() |
2007-02-06 |
awilliam |
13845:7efb3a06c56a |
[IA64] Don't assume legacy com2 |
2007-02-06 |
awilliam |
13844:5b99d19906a7 |
[IA64] Don't complain about PAL_LOGICAL_TO_PHYSICAL |
2007-02-06 |
awilliam |
13843:b3ae332e6dbd |
[IA64] Fix wrong arg to vhpt_enabled() in vmx_hpw_miss() |
2007-02-06 |
awilliam |
13842:311b27546cf6 |
[IA64] Follow to allow PV-on-HVM callback irq to be identified by PCI device. |
2007-02-05 |
awilliam |
13841:d7f7021902a2 |
[IA64] Fix for compiling PV-on-HVM driver on IPF |
2007-02-05 |
awilliam |
13840:d879bbaa3faa |
[IA64] Turn on dcr.dm inside XEN |
2007-02-05 |
awilliam |
13839:d9f7f4f9c7ff |
[IA64] Fix tlbflush_clock |
2007-02-05 |
awilliam |
13838:e0a5cef6332a |
[IA64] Additional HVM hypercall fix |
2007-02-04 |
awilliam |
13837:fbc128aafdeb |
merge with xen-unstable.hg |
2007-02-02 |
kfraser |
13836:01ec7dba9ff8 |
Hide RDTSCP feature flag from PV guests. |
2007-02-02 |
kfraser |
13835:1e56ac73b9b9 |
linux: Allow xenbus_strstate() to be used from modules. |
2007-02-02 |
kfraser |
13834:2d930873f56d |
minios: Fix bug in xenbus implementation. |
2007-02-02 |
kfraser |
13833:249e7e32dec8 |
Fix cross-compile: ia64 build on x86. |
2007-02-02 |
kfraser |
13832:a39a2f18429c |
linux: compilation fix of linux/drivers/oprofile/oprof.c |
2007-02-02 |
kfraser |
13831:82171212156b |
New domain builder arch_setup hook clean up. |
2007-02-02 |
kfraser |
13830:ed68ca4368fa |
libxc: Domain builder must align initial virtual mapping to 4MB |
2007-02-02 |
kfraser |
13829:f9384402bc1e |
minios: Fix ret_from_exception routine. Stack consistency is now preserved. |
2007-02-02 |
Ewan Mellor |
13828:5c6f94192698 |
Added default for the vcpus_params key. |
2007-02-02 |
Ewan Mellor |
13827:c804da44b06c |
Added host.dmesg method. |
2007-02-02 |
Ewan Mellor |
13826:dc32de8329eb |
Remove VM_power_state value ShuttingDown. This should be indicated with |
2007-02-02 |
Ewan Mellor |
13825:c3c7119a6178 |
Remove some obsolete constants (XEN_API_DRIVER_TYPE, XEN_API_BOOT_TYPE). |
2007-02-01 |
Ewan Mellor |
13824:7a50ba45bbf3 |
Improved the example to show creation of a VNC console, and the difference |
2007-02-01 |
Ewan Mellor |
13823:0fb5df09de94 |
Added support for maps inside structs, so that we can send the HVM boot params |
2007-02-01 |
Ewan Mellor |
13822:a357bed2daf8 |
Make the string->string map and int->float map allocation functions set the |
2007-02-01 |
Ewan Mellor |
13821:23bf61e72279 |
Clean up some cruft. |
2007-02-01 |
Ewan Mellor |
13820:e0b7ab2a1d56 |
Treat the empty string as an absent UUID, not an invalid one. Fix to_sxp |
2007-02-01 |
Ewan Mellor |
13819:b32a44bfb10c |
Return the stored vcpus_params if the domain is not running. |
2007-02-01 |
kaf24 |
13818:cc36013f7785 |
Fix xen-x86_32 defconfig to includean option needed for PAE builds. |
2007-02-01 |
Ian Campbell |
13817:9ee33c95305b |
merge |
2007-02-01 |
john levon |
13816:138b7aa45ede |
Fix Solaris build - use $(MAKE) not make. |
2007-02-01 |
Ian Campbell |
13815:14fc88872c84 |
[XEN] Extend the range returned by KEXEC_RANGE_MA_XEN to cover the |
2007-02-01 |
Ewan Mellor |
13814:f84ba62ca615 |
Fix SDL option for HVM domains. |
2007-02-01 |
Ewan Mellor |
13813:1fb0302683d3 |
Fix handling of HVM boot. |
2007-02-01 |
Ewan Mellor |
13812:2b4b07391df2 |
Fix merge conflict between new HVM console handling and new HVM boot handling. |
2007-02-01 |
Ewan Mellor |
13811:868babf6b1dd |
Fix HVM save/restore wrt console handling. |
2007-02-01 |
Tim Deegan |
13810:d34d43fb88ae |
Merge |
2007-02-01 |
Tim Deegan |
13809:1c7efb60176c |
[PYGRUB] Invoke pygrub with TERM=vt100 |
2007-02-01 |
Ewan Mellor |
13808:a9f30d8eea75 |
Use the new xen-python-path to set PYTHONPATH, rather than trying to do it in |
2007-02-01 |
Ewan Mellor |
13807:afb41f6bc30a |
Break out the Python path interrogation into a separate script. This has the |
2007-02-01 |
Ewan Mellor |
13806:f73e71aa0a90 |
Change VM.HVM_boot to VM.HVM_boot_policy and VM.HVM_boot_params. |
2007-02-01 |
kfraser |
13805:0a4cbad6752c |
Allocate Xen kexec/kdump elfnote sections of the correct size. |
2007-02-01 |
kfraser |
13804:f45de0fe8a15 |
safe_str*() functions check their destination argument is a |
2007-02-01 |
Tim Deegan |
13803:6e81102d29be |
Merge |
2007-02-01 |
Tim Deegan |
13802:7b72e2536065 |
[XEN] Wrap compat XLAT_ macros in "do { } while (0)". |
2007-02-01 |
Ewan Mellor |
13801:2e80cd715047 |
Copy the definition of DOM0_UUID into XenDomain so that we don't need to import |
2007-02-01 |
Ian Campbell |
13800:b38ae44fa558 |
[TOOLS] Remove a debug message which is spamming the logs during live |
2007-02-01 |
Ian Campbell |
13799:8132bf3ddbef |
[LINUX] netfront: Don't call netif_carrier_off until the device is |
2007-01-31 |
Travis Betak |
13798:588dd80b56b5 |
[HVM][SVM] Updated the SVM V_TPR register on MMIO writes to the VLAPIC TPR |
2007-01-31 |
Tim Deegan |
13797:b998ae45c076 |
Merge |
2007-01-31 |
Tim Deegan |
13796:6db6b5df4f6f |
[HVM] Save/restore: save HPET registers |
2007-01-31 |
Ian Campbell |
13795:82062701b199 |
[XEN] Fix perfc after 13756:56377f5ce588 |
2007-01-31 |
Tim Deegan |
13794:5d09e6098f93 |
Merge |
2007-01-31 |
Tim Deegan |
13793:5e66c05c67ad |
[HVM] Save/restore: clean up the new hypercall interface |
2007-01-31 |
Ian Campbell |
13792:56377f5ce588 |
[XEN] Fix dom/sysctl structure alignement. |
2007-01-31 |
Emmanuel Ackaouy |
13791:9f83b07caabe |
merge |
2007-01-31 |
Emmanuel Ackaouy |
13790:b235a7acaf4a |
[TOOLS] Fix typos which breaks readnotes transparent gunzipping ... |
2007-01-31 |
Alastair Tse |
13789:3db881ef97c4 |
[XEND] Fix typos in vfb/vnc detect in image.py |
2007-01-31 |
Alastair Tse |
13788:beb0b36de156 |
[XENAPI] Add VDI.location support and test c prog for HVM test. |
2007-01-31 |
Alastair Tse |
13787:85e8d7b8360a |
[XENAPI] Remove some deprecated fields from the Xen API test script. |
2007-01-31 |
Alastair Tse |
13786:0c91fd1c92c7 |
[XEND] Use VDI.location rather than VDI.image_uri/uri for Xen API |
2007-01-31 |
Alastair Tse |
13785:3291a7b48731 |
[XEND] Make sure other_config is by default an empty string map. |
2007-01-31 |
Alastair Tse |
13784:5d12faee0708 |
[XEND] Make VBD.bootable in XendConfig kept as int. |
2007-01-31 |
Alastair Tse |
13783:dfa9e5565063 |
[XEND] Hide other_config from console and vfb SXP to prevent string |
2007-01-31 |
Alastair Tse |
13782:f63e1244b48d |
[XEND] Fix VCPU_params to return string map. |
2007-02-04 |
awilliam |
13781:976dd90c2fdb |
[IA64] Remove verbosity from xen_pm_power_off |
2007-02-04 |
awilliam |
13780:88c9ba6214bc |
[IA64] Xen build warning fixes |
2007-02-04 |
awilliam |
13779:339d9e632a80 |
[IA64] Fix usage of 14 bit immediate value of IA64_RBS_OFFSET |
2007-02-04 |
awilliam |
13778:5558f396e068 |
[IA64] Fix xencons_early_setup build warning |
2007-02-04 |
awilliam |
13777:1502ba048b73 |
[IA64] Fix PAL_HALT for paravirtualized domains |
2007-02-04 |
awilliam |
13776:a1017acc8578 |
[IA64] Bug fix new_tlbflush_clock_period() |
2007-02-01 |
awilliam |
13775:0df9dc2f1d03 |
[IA64] Fix compile warnings in xenentry.S |
2007-02-01 |
awilliam |
13774:18a8e34e1211 |
[IA64] Optimize VTI domain hypercall path |
2007-01-31 |
awilliam |
13773:ef646312685f |
[IA64] Add arch_free_page() |
2007-01-31 |
awilliam |
13772:6d38ae7927cf |
merge with xen-unstable.hg |
2007-01-31 |
Alastair Tse |
13771:3cccf8e64296 |
[XEND] Merge VFB support for PV and HVM guests. |
2007-01-31 |
Alastair Tse |
13770:7c992fd3b19b |
[XEND] Make python-pam warning only appear if using XenAPI |
2007-01-31 |
Tim Deegan |
13769:54678a99e102 |
[HVM] Save/restore: save shared-info pfn and re-map it on restore |
2007-01-31 |
Tim Deegan |
13768:d653e4bcead0 |
Merge |
2007-01-31 |
Tim Deegan |
13767:9130206e27f8 |
[HVM] Save/restore: save RTC state. |
2007-01-31 |
Tim Deegan |
13766:ffcd586dbaae |
[HVM] Save/restore: clean up marshalling code |
2007-01-31 |
Ian Campbell |
13765:c834e3984baa |
[XEN] Fix build breakage with gcc 4.1.2. |
2007-01-31 |
Ian Campbell |
13764:daed6ac9d1f7 |
[TOOLS] Fix foreign header build breakage. |
2007-01-31 |
Ian Campbell |
13763:7d3bb465e938 |
[XEN] Fix XENVER_capabilities hypercall. |
2007-01-30 |
Ewan Mellor |
13762:61262143a4b0 |
Added VM_metrics class, taking some of the fields from VM. Make VM.static_max |
2007-01-30 |
Tim Deegan |
13761:abd140fe5f6c |
[HVM] Save/restore: Reset PIT period correctly |
2007-01-30 |
Keir Fraser |
13760:fa8843d22450 |
pygrub: fsimage binding must free objects with PyObject_DEL, not PyMem_DEL. |
2007-01-30 |
Keir Fraser |
13759:6d8a099a152d |
ia64: Use memcpy() to fill ACPI identifier fields. |
2007-01-30 |
Ewan Mellor |
13758:749c7d8e4514 |
Fix XendNode when no host state is saved. |
2007-01-30 |
Ewan Mellor |
13757:3b0b70a4fd62 |
Fix typo, as suggested by Stefan Berger. |
2007-01-30 |
Keir Fraser |
13756:d96b346cab5d |
Remove sprintf() from Xen. Use snprintf() and friends. |
2007-01-30 |
Ewan Mellor |
13755:37fd1cf9019d |
Remove the VTPM.instance field from the bindings. |
2007-01-30 |
Keir Fraser |
13754:9578ae319874 |
Clean up arch_get_xen_caps() to not use sprintf(). |
2007-01-30 |
Keir Fraser |
13753:bd69e83b65ea |
ia64, ppc: Remove uses of sprintf(). |
2007-01-30 |
Ewan Mellor |
13752:300c47bec138 |
Added task.session field. |
2007-01-30 |
kaf24 |
13751:0803bdfdd9c5 |
ia64: Clean up and fix errors in strncpy -> strlcpy conversion |
2007-01-30 |
Ewan Mellor |
13750:2f3794098e22 |
Added VM.is_control_domain field. |
2007-01-30 |
kaf24 |
13749:7fdfa020d4ed |
Align vTPM support in the Xen-API, documentation and lib-xen |
2007-01-30 |
kaf24 |
13748:8f1921600cfd |
Older versions of as86 (<=0.16.0) require macro arguments to be bracketed. |
2007-01-30 |
kaf24 |
13747:26943e88349f |
Fix cross-compile (ia64-built-on-x86) failure. |
2007-01-30 |
Ewan Mellor |
13746:bb34cc5784c1 |
Added backreference from PIF_metrics to PIF, and added a uuid to the session |
2007-01-30 |
Ewan Mellor |
13745:aff5b538fcdf |
Added uuid to the PIF_metrics record. |
2007-01-30 |
Ewan Mellor |
13744:a9912f2e472b |
Added uuid to the PIF record. |
2007-01-30 |
Ewan Mellor |
13743:4637dfae0856 |
Added host_metrics class. |
2007-01-30 |
Ewan Mellor |
13742:69c5afd5ab08 |
Added modelling and C bindings for crashdumps, and suspend VDIs. |
2007-01-30 |
kaf24 |
13741:f91dd7642a42 |
new domain builder fix to boot domU on IA64. |
2007-01-30 |
Ian Campbell |
13740:b51ed174fe8f |
Push the target to build foreign headers into tools and xen |
2007-01-30 |
kaf24 |
13739:b33a7d45d50a |
Fix passing keymap parameter to xen-vncfb. |
2007-01-30 |
kaf24 |
13738:2efe681d1194 |
xc_linux_save was broken in 13594:30af6cfdb05c. Unbreak it. |
2007-01-30 |
kaf24 |
13737:4bef31174332 |
linux: Build TPM backend as a module by default. |
2007-01-30 |
Emmanuel Ackaouy |
13736:c440813cc572 |
[XEN] 32on64 fix compat page table shutdown |
2007-01-30 |
Ewan Mellor |
13735:b9febab4c6cb |
Added host.logging, to hold server-side logging configuration. |
2007-01-30 |
Tim Deegan |
13734:dc5e6e65bf10 |
Merge |
2007-01-30 |
Zhai, Edwin |
13733:0a28ad8cedf2 |
[PATCH][HVM] fix smp guest hang after restore |
2007-01-30 |
Alastair Tse |
13732:5165b7ecbff5 |
[XEND] Fix bootable flag bypass in XendConfig |
2007-01-30 |
Alastair Tse |
13731:bca858b72bf8 |
[XEND] Unparsable VLAN numbers should default to -1 |
2007-01-30 |
Ewan Mellor |
13730:fe02bdd43ac1 |
Set the log level back to WARN, reverting accidentally committed change. |
2007-01-30 |
Ewan Mellor |
13729:5e8da0663ff8 |
Added host.other_config. |
2007-01-30 |
Ewan Mellor |
13728:d794356ad7ff |
Remove XEN_API_CPU_FEATURE enum. |
2007-01-30 |
Ewan Mellor |
13727:9e7b7f9b96a4 |
Remove VM.actions_after_suspend, which never made any sense. |
2007-01-30 |
Ewan Mellor |
13726:44d565181709 |
Remove the CPU feature handling, unimplementable as it stands. |
2007-01-29 |
Ewan Mellor |
13725:eb7b2a9ce40c |
Document PIF_HANDLE_INVALID and PIF_METRICS_HANDLE_INVALID. |
2007-01-29 |
Ewan Mellor |
13724:7261e0d4b7df |
Move the io bandwidth fields from PIF onto a new PIF_metrics class. |
2007-01-29 |
Ewan Mellor |
13723:0a422c8c3144 |
Fix documentation so that the connection objects (PIF, VBD, and VIF) are |
2007-01-29 |
Ewan Mellor |
13722:66c2a4085863 |
Added missing PBD-related C bindings. |
2007-01-29 |
Ewan Mellor |
13721:049d9022653c |
Added modelling and C bindings for the PBD class. PBDs are the analogue of |
2007-01-29 |
Ewan Mellor |
13720:7d64bdc7a300 |
Tidy-ups; no semantic-change. |
2007-01-29 |
Ewan Mellor |
13719:f7b6ce00426b |
Remove VIF.name from the documentation, matching recent change to Xend. |
2007-01-29 |
Ewan Mellor |
13718:090079c988d1 |
Update doc-comments. |
2007-01-29 |
Ewan Mellor |
13717:66dda30190a2 |
Remove the VDI.parent and VDI.children fields -- this needs more thinking out, |
2007-01-29 |
Ewan Mellor |
13716:ae881e7b0c5e |
Rename VM.otherConfig to VM.other_config, for consistency with the other fields, |
2007-01-29 |
Ewan Mellor |
13715:bb15af2c2b4a |
Remove VBD.driver, VIF.type, VIF.name, VTPM.driver. This modelling was never |
2007-01-28 |
Ewan Mellor |
13714:9db1847845d6 |
Document TASK_HANDLE_INVALID. |
2007-01-28 |
Ewan Mellor |
13713:a403d70fc94c |
Added TASK_HANDLE_INVALID to the messages file. |
2007-01-28 |
Ewan Mellor |
13712:c2f1bb01bca3 |
Tidy up the VBD API calls. |
2007-01-28 |
Ewan Mellor |
13711:044c57d0fef2 |
Match recent changes to the task class in XenAPI with the get_record call here. |
2007-01-28 |
Ewan Mellor |
13710:5b973d94bc00 |
Fix bootloader handling. |
2007-01-28 |
Ewan Mellor |
13709:a7fc9cc9a51f |
Fix the handling of MESSAGE_METHOD_UNKNOWN, MESSAGE_PARAMETER_COUNT_MISMATCH, |
2007-01-28 |
Ewan Mellor |
13708:58344c358aa0 |
Add task.allowed_operations field, and task.cancel message. The |
2007-01-28 |
Ewan Mellor |
13707:9521974ea1fa |
Made task.name_* read-only (these are set by Xend) and drop task.eta. |
2007-01-28 |
Ewan Mellor |
13706:207ee547b193 |
Make session.this_host and session.this_user ROrun -- they are implicitly set |
2007-01-28 |
Ewan Mellor |
13705:1e88f0b736b5 |
Added a VBD.bootable flag. |
2007-01-28 |
Ewan Mellor |
13704:4651595d9502 |
Fix interface_name() after change of definition for the vlan field. |
2007-01-28 |
Ewan Mellor |
13703:f40528773629 |
Document new error codes VLAN_TAG_INVALID and PIF_IS_PHYSICAL. |
2007-01-28 |
Ewan Mellor |
13702:5e1c7022d4ad |
Document existing PIF.create_VLAN, and remove PIF.create (PIFs are implicitly |
2007-01-27 |
Ewan Mellor |
13701:ea3c75204555 |
Integrate the Xen-API doc into the build. |
2007-01-27 |
Ewan Mellor |
13700:965cdfff68b0 |
Minor tidy-up. |
2007-01-30 |
shand |
13699:6e3decbd3e56 |
[HVM] When guest explicitly modifies the TSC, update platform timers |
2007-01-29 |
Christian Limpach |
13698:5e3b47bcc311 |
[linux] Delay making the VCPUOP_initialise calls until the cpu is brought up |
2007-01-29 |
kfraser |
13697:effa38a30a5c |
Remove unused implementation of vsprintf(). |
2007-01-29 |
kfraser |
13696:e7ceed4ebcd9 |
Remove little-endian assumption from library code. |
2007-01-29 |
Tim Deegan |
13695:21d6135f522f |
Merge |
2007-01-29 |
Tim Deegan |
13694:99d36a153024 |
[HVM] Save/restore cleanups: don't save state for downed vcpus. |
2007-01-29 |
kfraser |
13693:44eb80f50725 |
Remove unused noth/hton endian conversion macros. |
2007-01-29 |
kfraser |
13692:699656fb1d0b |
Port ACM code to new Xen byteorder macros. |
2007-01-29 |
kfraser |
13691:647c06ba0b49 |
Remove strcat/strncat/strcmp/strncmp. Replaced with safer |
2007-01-29 |
kfraser |
13690:d2784d93e760 |
ia64 and ppc: Remove uses of strcpy and strncpy. |
2007-01-29 |
kfraser |
13689:bef7fbe25a9f |
Remove uses of strcpy and strncpy from common and x86 code. |
2007-01-29 |
Ian Campbell |
13688:5bb084098493 |
[LINUX] Force .data segment to be 4k aligned on i386. |
2007-01-29 |
kfraser |
13687:1b32e279ddef |
libelf cannot rely on the strlcpy() BSD-ism. |
2007-01-29 |
kfraser |
13686:5d9b72e640e0 |
Fix 'xm create' and 'xm start' when SEDF scheduler is used. |
2007-01-29 |
kfraser |
13685:b2c1eeee2dcf |
Replace sprintf with snprintf and strncpy with strlcpy. |
2007-01-30 |
awilliam |
13684:f4395e945393 |
[IA64] Include dummy EFI memory descriptors for unmapped ranges |
2007-01-29 |
awilliam |
13683:d0b2022e2403 |
[IA64] Update buildconfigs |
2007-01-28 |
awilliam |
13682:7286802c9619 |
merge with xen-unstable.hg |
2007-01-28 |
kaf24 |
13681:f8ddcb758117 |
Clean up libelf endian macros and includes. |
2007-01-28 |
kaf24 |
13680:bef8a8b1e400 |
Fix firmware compile on Solaris. |
2007-01-28 |
kaf24 |
13679:78b7ec4e7b86 |
Fix compat build for weird solaris gcc target. |
2007-01-28 |
kaf24 |
13678:fbe161b1af16 |
To avoid problems (hang) when doing migration, the Console Controller |
2007-01-28 |
kaf24 |
13677:47e26ced172a |
[HVM] save/restore fix |
2007-01-28 |
kaf24 |
13676:fd57cef459dc |
Allow 'xm create' to set scheduling parameters. |
2007-01-28 |
kaf24 |
13675:db0aeb4e41c3 |
Reject xm sched-* comands for other than the in-use scheduler. |
2007-01-28 |
kaf24 |
13674:4e7bda043cce |
Fix xentop error return code if passed unrecognised options. |
2007-01-28 |
awilliam |
13673:e5cfd902d7e4 |
[IA64] Remove PG_foreign hack |
2007-01-28 |
awilliam |
13672:d14da87feed6 |
[IA64] New resend_irq_on_evtchn() params |
2007-01-28 |
awilliam |
13671:dd58c6062292 |
[IA64] update xensetup.S for new upstream |
2007-01-28 |
awilliam |
13670:66ca8a0e046d |
[IA64] Update installing the panic notifier for new upstream |
2007-01-28 |
awilliam |
13669:fe3c36600d14 |
[IA64] Fix for irq_desc() missing in new upstream |
2007-01-28 |
awilliam |
13668:8b37c7bba7e1 |
[IA64] Kludge for XEN_GUEST_HANDLE_64 |
2007-01-28 |
awilliam |
13667:cf0ae8105ffe |
[IA64] Update for RCU code |
2007-01-28 |
awilliam |
13666:781370093c02 |
[IA64] arch_vcpu_reset() stub |
2007-01-27 |
awilliam |
13665:140afd7a5462 |
merge with xen-unstable.hg |
2007-01-27 |
kaf24 |
13664:d1710eb35385 |
[HVM] Allow HVM guest to request invalidation of foreign mappings via |
2007-01-26 |
kaf24 |
13663:271ffb1c12eb |
Rename find_domain_by_id() to get_domain_by_id(). |
2007-01-26 |
kaf24 |
13662:32fd32bbf78d |
Add RCU support to Xen. |
2007-01-26 |
kaf24 |
13661:19a600376688 |
Don't clobber vcpu flags when getting vcpu context. |
2007-01-26 |
kaf24 |
13660:aae5932afc6d |
[HVM] Fix some BIOS build warnings. |
2007-01-26 |
kaf24 |
13659:4dd3266e13a7 |
[TCGBIOS] Fix some makefile issues. |
2007-01-26 |
kaf24 |
13658:edbff1762a55 |
Remove the test functions from HVM highmem 32-bit BIOS. |
2007-01-26 |
kaf24 |
13657:c07326324f8d |
[HVM] Add TCG BIOS extensions to the high memory area along with |
2007-01-26 |
kaf24 |
13656:480436ef6255 |
This patch adds a 32bit gateway to the Bochs BIOS. The 32 bit code is |
2007-01-26 |
Alastair Tse |
13655:b97780b7080d |
[XEND] Hook in utilisation statistics into Xen API calls. |
2007-01-26 |
Alastair Tse |
13654:93d3ff513609 |
[XEND] Floats for not need to be stringified in Xen API. |
2007-01-26 |
Alastair Tse |
13653:b8b75fdbd21f |
[XENAPI] Add an example to start HVM guests via the Xen API. |
2007-01-26 |
Alastair Tse |
13652:bb2b1b6662fa |
[XENAPI] Make server uri easily configurable via ENV or CLI opts. |
2007-01-26 |
kaf24 |
13651:ace66ef96b5e |
Fix 32-bit build. |
2007-01-26 |
kaf24 |
13650:82b21d942ef9 |
Update hgignore list |
2007-01-26 |
kaf24 |
13649:baf1d6ebf29c |
minios : netfront driver fixes. |
2007-01-26 |
kaf24 |
13648:5d440c35a784 |
xen: Remove unused elf32.c. |
2007-01-26 |
kaf24 |
13647:057c4c2991fa |
32-on-64: Fix an one-off error in compat_addr_ok(). |
2007-01-26 |
kaf24 |
13646:fcaf34bc5e41 |
Cleanups for unmodified (pv-on-hvm) driver building. |
2007-01-26 |
kaf24 |
13645:16f7f5ac80ed |
Replace mlock() calls with lock_pages(). |
2007-01-26 |
kaf24 |
13644:e0291e3ed603 |
32-on-64: New set_address_size domctl for switching to compat mode. |
2007-01-26 |
kaf24 |
13643:2f8a7e5fd8ba |
32-on-64: Fix register-argument rearrangement to avoid clobbering the |
2007-01-26 |
Alastair Tse |
13642:ba3ec84c9423 |
[XEND] Add missing ConsoleController.py |
2007-01-25 |
Emmanuel Ackaouy |
13641:9d1d9877131d |
Support transparant gunzipping in the readnotes utility. |
2007-01-25 |
Emmanuel Ackaouy |
13640:d42878949f63 |
libxc domain builder rewrite, linux builder |
2007-01-25 |
Emmanuel Ackaouy |
13639:fd50500eee7c |
libxc domain builder rewrite, core bits. |
2007-01-25 |
Emmanuel Ackaouy |
13638:50d9e2ddc377 |
libxc header fixups. |
2007-01-25 |
Emmanuel Ackaouy |
13637:985384fd424c |
Add more xc_error_code values. |
2007-01-25 |
Emmanuel Ackaouy |
13636:583441e296a1 |
Generate headers with arch-specific structs. |
2007-01-25 |
Emmanuel Ackaouy |
13635:4aa6044ab967 |
libelf: use for readnotes utility. |
2007-01-25 |
Emmanuel Ackaouy |
13634:a63d1af01b3d |
libelf: use for hvm builder. |
2007-01-25 |
Emmanuel Ackaouy |
13633:a754192ffce6 |
libelf: add to libxc |
2007-01-25 |
Emmanuel Ackaouy |
13632:3c9926aadec5 |
libelf: use for x86 dom0 builder. |
2007-01-25 |
Emmanuel Ackaouy |
13631:db3d03dfe92f |
add libelf: an ELF binary parser library. |
2007-01-25 |
Alastair Tse |
13630:b111908dd70b |
[XEND] Preliminary console support in Xen API |
2007-01-25 |
Alastair Tse |
13629:3bb7136c8fb4 |
[XEND] Fix HVM guest creation via Xen API |
2007-01-25 |
kfraser |
13628:1abb694a52df |
Fix perfc=y build. |
2007-01-25 |
kfraser |
13627:fde9e1d474b7 |
hvm: Define a global I/O access bitmap, allowing direct access to port 0x80. |
2007-01-25 |
Alastair Tse |
13626:9e4f61bb200e |
[XEND] Fix bad patch merge for XendMonitor |
2007-01-25 |
kfraser |
13625:e19f9d6a2ff5 |
netfront: Better fix for netfront_tx_slot_available(). |
2007-01-25 |
kfraser |
13624:fec1a6975588 |
emulator: Emulate IN/OUT/INS/OUTS. Fix CLTS. |
2007-01-25 |
kfraser |
13623:21b9416d2215 |
emulator: Start filling in gaps for privileged instructions. |
2007-01-25 |
Alastair Tse |
13622:0843e4261753 |
[XEND] Ignore socket.shutdown() exceptions |
2007-01-25 |
kfraser |
13621:2a9b6b1f848f |
32-on-64: Small fixes. |
2007-01-25 |
kfraser |
13620:348c2983ff02 |
emulator: Add new hook functions for load/store privileged state. |
2007-01-25 |
kfraser |
13619:a9165141e52d |
During suspend, return immediately with a failure if the domain will |
2007-01-25 |
kfraser |
13618:d6d27c649fd6 |
[HVM] Wake up APs immediately during restore. |
2007-01-25 |
kfraser |
13617:42aaf08dd20e |
netfront: Check availability of grant references in start_xmit(). |
2007-01-25 |
Alastair Tse |
13616:ee1febe317f7 |
[XEND] Allow TCP XMLRPC address:port to be configured, if enabled. |
2007-01-25 |
Ewan Mellor |
13615:82c306ad212e |
Have the sxp parsing cope when the cpus field is a list, which can happen |
2007-01-25 |
Alastair Tse |
13614:32f7d3200a99 |
[XEND] Remove usage of set() in XendMonitor as it is a py2.4+ feature |
2007-01-24 |
kfraser |
13613:e75107963846 |
[HVM][SVM] Add save/restore support. |
2007-01-24 |
kfraser |
13612:bc7363b9b892 |
bimodal xenfb daemon: Fixes and cleanups. |
2007-01-24 |
kfraser |
13611:e68bf334ecb8 |
32-on-64: All argument registers must be zero extended to 64 bits |
2007-01-24 |
Alastair Tse |
13610:2932d0e7c554 |
[XEND] Fix typo in XendNode |
2007-01-24 |
Ewan Mellor |
13609:959e79bfe913 |
Fix device reordering that occurs when the config gets read into dictionaries. |
2007-01-24 |
kfraser |
13608:30af6cfdb05c |
Make domctl/sysctl interfaces 32-/64-bit invariant. |
2007-01-24 |
Alastair Tse |
13607:a94363b85e19 |
[XEND] Add debug class to Xen API plus non-standard debug.wait(). |
2007-01-24 |
Alastair Tse |
13606:da23e1b616b0 |
[XEND] Move decorate() to XendAPI.__new__ and have a static flag to |
2007-01-24 |
Alastair Tse |
13605:f9eceb9c52d7 |
[XENAPI] Make test script attempt to login with blank credentials |
2007-01-24 |
Alastair Tse |
13604:e4d415692ba5 |
[XEND] Cleanup old domains in statistics monitor. |
2007-01-24 |
Alastair Tse |
13603:f000f963bbfd |
[XENAPI] Add vif-list to xapi.py script |
2007-01-24 |
Alastair Tse |
13602:85250ca1df56 |
[XEND] Output exception to log files if XendAPI fails to instantiate. |
2007-01-24 |
Alastair Tse |
13601:072ce22bcc91 |
[XENAPI] Update test scripts to move from VBD.image to creating VDI's |
2007-01-24 |
Alastair Tse |
13600:665be23d7fe9 |
[XEND] Add support for multiple storage repositories. |
2007-01-24 |
Alastair Tse |
13599:bea3d48576c6 |
[XEND] Add missing Xen API methods |
2007-01-24 |
Alastair Tse |
13598:6a54b1d8d105 |
[XEND] Make sure UUID in state store are not stored as unicode |
2007-01-24 |
Alastair Tse |
13597:f06f8e134c48 |
[XEND] Prevent invalid arguments for destroy event channels. |
2007-01-24 |
Alastair Tse |
13596:9292da5e9a27 |
Test scripts for Xen API updated to support Async support |
2007-01-24 |
Alastair Tse |
13595:248a9c36d816 |
[XEND] Add Task support in Xen API implementation. |
2007-01-24 |
Christian Limpach |
13594:259470f0856b |
[linux] remove gratuitous differences with plain linux. |
2007-01-24 |
Alastair Tse |
13593:6c087036b3ed |
[XEND] Add missing XendMonitor.py |
2007-01-24 |
Alastair Tse |
13592:f7a52957b427 |
[XEND] Add simple VCPUs, VBDs, VIFs statistics monitoring |
2007-01-24 |
Alastair Tse |
13591:4f5772324e67 |
[XEND] Strip suffix from device name and add support for 'VBD.type' |
2007-01-24 |
Christian Limpach |
13590:8331aca2f29c |
[linux] Disable GENERIC_TIME until we have a xen clocksource. |
2007-01-24 |
kfraser |
13589:c3b2443408f4 |
Fix crash if some secondary CPUs cannot be initialised. |
2007-01-24 |
kfraser |
13588:b064775fba7d |
[QEMU] Clear TD status field explicitly when it's fetched. |