age |
author |
revision |
description |
2006-12-28 |
kaf24 |
13217:f087c013cf12 |
[BLK] front: Fix free of event channel. |
2006-12-28 |
kaf24 |
13216:ede2f5280810 |
[QEMU] Fix a number of signedness issues plus a typo in the version checking in vnc.c. |
2006-12-28 |
kaf24 |
13215:a138fabc2120 |
[HVM][VMX] Fix regs set/get decoding in VMXAssist. |
2006-12-28 |
Ewan Mellor |
13214:615109616bb6 |
Add a 1-PIF-per-network limit. |
2006-12-28 |
Ewan Mellor |
13213:b175c2f19e0a |
Format Xen-API error messages nicely. |
2006-12-28 |
kaf24 |
13212:91130d1e6006 |
Revert 13107:04c5f7b71ff4175ae387b93845bb4c83ffb5efa9. |
2006-12-28 |
kaf24 |
13211:ce83c1896acc |
[HVM] Fix assumptions that ISA IRQ 0 connects to GSI 0. |
2006-12-28 |
Ewan Mellor |
13210:766eec31afab |
Added __repr__ implementation, initialise last_login_method to None, and |
2006-12-28 |
Ewan Mellor |
13209:3f24490932cd |
Cope if a VIF is not attached to a network. |
2006-12-28 |
Ewan Mellor |
13208:5c268a24e44b |
Do not update the PV_ variables with the values outputted by the bootloader -- |
2006-12-28 |
Ewan Mellor |
13207:51ea6202c4f2 |
Fix return types for VBD.get_record and VIF.get_record. |
2006-12-28 |
Ewan Mellor |
13206:90400f2c10c1 |
Fix booting caused by recent thinko. |
2006-12-28 |
Ewan Mellor |
13205:61788aef85e0 |
Fix reboot of PV domains when both kernel and bootloader are unspecified |
2006-12-28 |
Ewan Mellor |
13204:d759e9df902f |
Implement network.get_VIFs. |
2006-12-27 |
Ewan Mellor |
13203:ce49c9d78928 |
Copy the xm configuration file into the distribution. Comment-out the Xen-API |
2006-12-27 |
Ewan Mellor |
13202:966926d9c5cf |
Fix PV_initrd reference (should be PV_ramdisk). |
2006-12-27 |
Ewan Mellor |
13201:a8e853aecb3e |
Added network.{create,destroy}, and PIF.{create,create_VLAN,destroy}, and |
2006-12-27 |
Ewan Mellor |
13200:069d1364af53 |
Added Brctl.get_state, to support upcoming PIF implementation. |
2006-12-27 |
Ewan Mellor |
13199:088752354770 |
Override logging.Logger.findCaller so that the trace function here does not |
2006-12-27 |
Ewan Mellor |
13198:11b9ccdc9417 |
Tidy and fix bindings for the SR class. |
2006-12-27 |
Ewan Mellor |
13197:a9a43705f26b |
Fix HVM booting through Xen-API when the kernel is unspecified. |
2006-12-27 |
Ewan Mellor |
13196:6f8d650f3ab1 |
Tidy up bindings for VDI class. |
2006-12-26 |
kaf24 |
13195:d752d8ccd282 |
[HVM] Route ISA IRQ 0 to IOAPIC GSI 2, just like 99% of native systems. |
2006-12-25 |
Ewan Mellor |
13194:ce4e548f42b8 |
Implement VM_BAD_POWER_STATE handling. |
2006-12-25 |
Ewan Mellor |
13193:6533ebfc25e1 |
Added the BAD_VM_STATE error code, and tidy up the error code section. |
2006-12-25 |
Ewan Mellor |
13192:159ae46d5e7f |
Persist the VLAN setting. |
2006-12-25 |
Ewan Mellor |
13191:c1aecee76db5 |
Fix plumbing for PIF calls. Change xen_api_success to convert None to the |
2006-12-25 |
Ewan Mellor |
13190:c1fbe291b564 |
Persist network details when they change. |
2006-12-25 |
Ewan Mellor |
13189:8f864129d599 |
Implement network.set_{name_{label,description},default_{gateway,netmask}}. |
2006-12-25 |
Ewan Mellor |
13188:cd7cb95eacc3 |
Implement network.get_{name_{label,description},default_{gateway,netmask}}. |
2006-12-25 |
Ewan Mellor |
13187:8036efeefbd1 |
Change the way that networks and PIFs relate to each other -- the PIF holds a |
2006-12-25 |
Ewan Mellor |
13186:eec06ba7afaa |
Cope with corrupt or empty VDI config files. Have to_record return strings |
2006-12-25 |
Ewan Mellor |
13185:bd10d08598b0 |
Change the way that MESSAGE_PARAMETER_COUNT_MISMATCH is diagnosed (using a |
2006-12-25 |
Ewan Mellor |
13184:765ada5f74cc |
Plumb the new PIF and network implementations in through the XendAPI class. |
2006-12-25 |
Ewan Mellor |
13183:4fbefd9cb85e |
Added get_record method. |
2006-12-25 |
Ewan Mellor |
13182:362233086f66 |
New XendNetwork and XendPIF classes, for implementing the Xen-API network and |
2006-12-25 |
Ewan Mellor |
13181:ae3f3dd40df4 |
Added support for state records in Xend, for keeping storage and network |
2006-12-25 |
Ewan Mellor |
13180:4e079a8496b7 |
Adjust the argument counts for a MESSAGE_PARAMETER_COUNT_MISMATCH to account for |
2006-12-23 |
Ewan Mellor |
13179:367f0c6efe21 |
Don't try to copy the .mo files if they haven't been built. |
2006-12-23 |
Ewan Mellor |
13178:26f3c7f5de9d |
Added retry behaviour when receiving SESSION_INVALID. This means that xm shell |
2006-12-23 |
Ewan Mellor |
13177:967426f60378 |
Only build the message database if msgfmt is installed. |
2006-12-23 |
Ewan Mellor |
13176:93ca2dcd681d |
Fix escaping. |
2006-12-23 |
Ewan Mellor |
13175:777bbae06fdb |
Added I18N support for Xen-API error codes. |
2006-12-23 |
Ewan Mellor |
13174:e60644c61371 |
Move get_by_uuid to the right place to have the input validated. The recent |
2006-12-23 |
kaf24 |
13173:bbd1c469ff5b |
[XEN] Add const attribute to elf_sanity_check() parameter on all arches. |
2006-12-23 |
kaf24 |
13172:36e33da5146b |
More 'const' cleanups (and fixes, for Solaris). |
2006-12-22 |
Tim Deegan |
13171:132559289b46 |
[HVM] Revert cset 13103 for now, as it is causing boot errors. |
2006-12-22 |
Alastair Tse |
13170:8c6e20c60563 |
[XEND] Fix parsing of bootloader and bootloader_args in XendConfig |
2006-12-22 |
Ewan Mellor |
13169:5675a2ac56e4 |
Fix description of ErrorDescription to be all strings, and update the examples. |
2006-12-22 |
Ewan Mellor |
13168:e45948c4dba4 |
Added Xen-API-style error handling for INTERNAL_ERROR and |
2006-12-22 |
Ewan Mellor |
13167:0d0e13ff1adf |
Move the decoration of all the Xen-API methods out of XendAPI.__init__ and |
2006-12-22 |
Ewan Mellor |
13166:f7ac2c963f77 |
Cope with a response that's not a dictionary. |
2006-12-21 |
Tim Deegan |
13165:f1ddc050d848 |
[HVM] Missing gva->gpa translation in MMIO MOVS handler |
2006-12-21 |
Ewan Mellor |
13164:63bd462b1f45 |
Add a function for creating a domain from an existing XendConfig, and use that |
2006-12-21 |
Ewan Mellor |
13163:2ae2204bbef3 |
More error codes. |
2006-12-21 |
kfraser |
13162:71c40c3f92f7 |
Create new public header directory for x86-specific definitions. |
2006-12-21 |
Alastair Tse |
13161:8348f40ba2b7 |
[XEND] Xen API commands cleanup. |
2006-12-21 |
Alastair Tse |
13160:43f367b6c16c |
[XEND] Minor syntax cleanup in security.py for sxp parsing. |
2006-12-21 |
Ewan Mellor |
13159:c3d84afbbb47 |
Implement the major part of the new error handling for the Xen-API. |
2006-12-21 |
Ewan Mellor |
13158:38213c2544d7 |
Document a few error codes. |
2006-12-21 |
Ewan Mellor |
13157:d5677481f243 |
Document recent changes to the booting API, introducing PV and HVM groups in |
2006-12-21 |
kfraser |
13156:3e2d3d737624 |
Improve consistency of type-attribute usage (volatile/const). |
2006-12-21 |
Tim Deegan |
13155:e86605304e52 |
[XEN] Update comments to reflect cset 13059:6cbed96fedac |
2006-12-21 |
Tim Deegan |
13154:dae6bc4241db |
[QEMU] Align VGA ram allocation |
2006-12-21 |
Alastair Tse |
13153:5c46e27e3915 |
[XEND] Add cpu_weight and cpu_cap parsing for SXP config create |
2006-12-21 |
Alastair Tse |
13152:628bd9b3fe49 |
[XM] Throw proper exception for xm console for unstarted domains. |
2006-12-21 |
kfraser |
13151:93667f6c5cc8 |
[HVM] Emulates HPET in hypervisor and extend ACPI tables. |
2006-12-21 |
Christian Limpach |
13150:105a54bcc5c9 |
[qemu patches] Update patches upto changeset 13113:fd1ccd818f2c. |
2006-12-21 |
kfraser |
13149:fd1ccd818f2c |
[HVM][VMX] Save GS_SHADOW MSR only on x86/64. |
2006-12-21 |
kfraser |
13148:8af3df2f4b01 |
[LINUX][IA64] New file swiotlb.h. |
2006-12-21 |
kfraser |
13147:bb622907eb89 |
[QEMU] Include pthread.h. |
2006-12-20 |
Christian Limpach |
13146:f58b0c778b90 |
[qemu patches] Update patches upto changeset 13108:ed815cbdc90e. |
2006-12-20 |
kfraser |
13145:4fb80f21c77d |
[XEN] Emulator extensions to decode ModRM.MOD == 3. |
2006-12-20 |
Tim Deegan |
13144:ed815cbdc90e |
[XEN] Fix cset 13107:04c5f7b71ff4 |
2006-12-20 |
Tim Deegan |
13143:04c5f7b71ff4 |
[HVM] Mask cmpxchg8b capability in cpuid for non-pae guests |
2006-12-20 |
Tim Deegan |
13142:988d3a63d9be |
[XEN] Don't pass spurious fast-path faults to the guest at all. |
2006-12-20 |
Tim Deegan |
13141:c75d6f2aad7a |
[XEN] Clean up the shadow interface |
2006-12-20 |
Tim Deegan |
13140:b258c7587d8d |
[HVM] Add Etherboot option ROM, for network-booting HVM guests. |
2006-12-20 |
Tim Deegan |
13139:e2fcb70bec59 |
[HVM] Add expansion-ROM boot support to the ROMBIOS |
2006-12-20 |
Tim Deegan |
13138:caa1987679bd |
[XEN] Skip shadowing of guest PTE writes when known to be safe |
2006-12-20 |
Tim Deegan |
13137:f7a2cd8b0a8e |
[XEN] Better diagnostics of recursive shadow faults |
2006-12-20 |
kfraser |
13136:e99ba0c6c046 |
[NET] front: Fix interface teardown. |
2006-12-20 |
kfraser |
13135:301bcae16928 |
[LINUX] dma: Use swiotlb mask for coherent mappings too |
2006-12-20 |
kfraser |
13134:3a28be71b667 |
[LINUX] Disallow nested event delivery. |
2006-12-20 |
kfraser |
13133:516e4faac066 |
[HVM] Sync per vcpu LAPIC timer with its TSC: |
2006-12-20 |
kfraser |
13132:2a1edeedf28d |
[HVM] Enable more than one platform timer (PIT/RTC/HPET) |
2006-12-20 |
kfraser |
13131:b17d1bc1febf |
[HVM][SVM] Modify the interrupt/event injection logic. |
2006-12-20 |
kfraser |
13130:87dceaa715af |
[BLTAP] Use getpagesize() for portability. |
2006-12-20 |
kfraser |
13129:f99dd72ae205 |
[HVM] Clean up CPUID handling. |
2006-12-20 |
kfraser |
13128:1818b322ede9 |
[LIBXC] Fix iteration over GDT in save/restore code. |
2006-12-20 |
kfraser |
13127:f80f1cc7f85e |
Added tag 3.0.4-branched for changeset 057f7c4dbed1c75a3fbe446d346cee04cff31497 |
2006-12-19 |
Julian Chesterfield |
13126:381f119b15a0 |
Qcow-create reserve flag update. |
2006-12-19 |
Julian Chesterfield |
13125:08fa19392d75 |
Qcow driver code cleanup: |
2007-01-10 |
awilliam |
13124:42babffffba5 |
[IA64] Clean up VTi memory initialization logic |
2007-01-04 |
awilliam |
13123:90db0f68b121 |
[IA64] Only set nocache flag on dom0 ranges that do not support WB |
2007-01-04 |
awilliam |
13122:0f571adbd700 |
[IA64] setup scrub_pages |
2007-01-04 |
awilliam |
13121:4ef56c7cce12 |
[IA64] Fix dom0vp_expose_p2m |
2007-01-04 |
awilliam |
13120:b1c00767c6ae |
[IA64] Use rum psr.be instead of XEN_HYPER_RSM_BE |
2007-01-04 |
awilliam |
13119:d9cc772c6bde |
[IA64] Enable fast hyperprivop for ssm.i and rfi |
2007-01-04 |
awilliam |
13118:eb40e07b867f |
[IA64] Fix calling xencomm_copy_chunk_{to, from} with len = 0 |
2007-01-04 |
awilliam |
13117:2d4807ed1056 |
[IA64] Respect memory attributes for EFI_RUNTIME memory |
2007-01-04 |
awilliam |
13116:5708307d0e35 |
[IA64] allocate contiguous_bitmap sparsely like virtual memmap. |
2007-01-04 |
awilliam |
13115:8bf7cd060df8 |
[IA64] Fix warning when building with CONFIG_FLATMEM unset |
2007-01-04 |
awilliam |
13114:d9b2dd57fdc4 |
[IA64] Add convmem_end |
2007-01-04 |
awilliam |
13113:98f48cf14d98 |
[IA64] Fix dom0 builder so that xen doesn't assign memory on I/O area. |
2007-01-04 |
awilliam |
13112:613ccf4ca46b |
[IA64] Change dom0's initrd image load area so that it follows start info. |
2007-01-02 |
awilliam |
13111:912f8af36878 |
[IA64] tidy up vcpu_set_itc error message |
2007-01-02 |
awilliam |
13110:f69a329a4778 |
[IA64] Rename RID maker HVM_PARAM_CALLBACK_IRQ_RID to IA64_CALLBACK_IRQ_RID |
2007-01-02 |
awilliam |
13109:99ff540b0efe |
[IA64] remove the requirement (vpsr.ic==0) from hyperprivop |
2007-01-02 |
awilliam |
13108:a50fd1fed61e |
[IA64] vcpu_get_psr fix |
2006-12-20 |
awilliam |
13107:80c5b5914b79 |
merge with ia64 sn2+machvec tree |
2006-12-19 |
awilliam |
13106:37309be26861 |
merge with xen-ia64-unstable.hg |
2006-12-19 |
awilliam |
13105:baa07859f24f |
[IA64] sn2 - only get nasid from nodepda if sn_nodepda is available |
2006-12-15 |
awilliam |
13104:e17d7438e09e |
merge with xen-ia64-unstable.hg |
2006-12-15 |
awilliam |
13103:1e042dde1a5f |
[IA64] Use machine vector for global tlb purge |
2006-12-14 |
awilliam |
13102:5a68672cee38 |
[IA64] SN2 warning fixes |
2006-12-14 |
awilliam |
13101:8a9b1b72af44 |
[IA64] Machvec warning fixes |
2006-12-14 |
awilliam |
13100:ba79a17ff715 |
[IA64] Move machvec.h to linux-xen |
2006-12-14 |
awilliam |
13099:97a369d8da43 |
[IA64] Use sn_sal.h directly from upstream Linux |
2006-12-13 |
awilliam |
13098:d45d361c8ad0 |
[IA64] enable build of sn2 + machvec support |
2006-12-13 |
awilliam |
13097:e71fd4513352 |
[IA64] Updates to new files to be able to build sn2 and machvec support. |
2006-12-13 |
awilliam |
13096:ad886b6bdfd6 |
[IA64] Update sn_sal.h to 2.6.19 |
2006-12-13 |
awilliam |
13095:7fe141be5e14 |
[IA64] fix build with sn2 and machvec support |
2006-12-13 |
awilliam |
13094:c3c46d84d8e6 |
[IA64] add new dummy files needed to build sn2 and machvec support |
2006-12-13 |
awilliam |
13093:de3d55c10f16 |
[IA64] new files from Linux 2.6.19 required for SN2 and machvec support |
2006-12-20 |
awilliam |
13092:46c44b5e6a1b |
[IA64] Follow new interrupt deliver mechanism for PV-on-HVM/IPF |
2006-12-19 |
awilliam |
13091:c3b455c4676c |
merge with xen-unstable.hg |
2006-12-19 |
Ewan Mellor |
13090:057f7c4dbed1 |
Fix parsing of cpus in the guest configuration file.3.0.4-branched |
2006-12-19 |
kfraser |
13089:8348e3a1a31e |
[XENOPROF] Fix buffer sharing with auto-translate guests. |
2006-12-19 |
kfraser |
13088:b3cd9c4ac056 |
Merge with xen-ia64-unstable.hg |
2006-12-18 |
Ian Campbell |
13087:4ef0dbe95eac |
[XEN] Revert 12977:af39d20b2b728941421ef18e5c5b1012852eec80 |
2006-12-18 |
kfraser |
13086:8752418b58d8 |
[XEN] Only print progress dots when scrubbing actual memory. |
2006-12-19 |
awilliam |
13085:1f811fe10d0a |
[IA64] don't allocate bitmap from low pool |
2006-12-19 |
awilliam |
13084:105ac9be9b3d |
[IA64] don't dereference xen_start_info when running on raw hardware |
2006-12-18 |
awilliam |
13083:6e68e8a8cc99 |
merge with xen-unstable.hg |
2006-12-18 |
Ewan Mellor |
13082:469478194aef |
Fix _login to pass arguments to the server unconditionally, rather than |
2006-12-18 |
Ewan Mellor |
13081:d7150286ca7b |
Fix the parsing of the image sexpr to use PV_kernel et al, rather than the old |
2006-12-18 |
Ewan Mellor |
13080:a7da43e10ab3 |
Write the xfb configuration details to the store, rather than storing them in |
2006-12-17 |
Ewan Mellor |
13079:c700f2346f9c |
Minor tidyup. |
2006-12-17 |
Ewan Mellor |
13078:ab232025ae29 |
Fix printing of usage when OptionError is thrown. |
2006-12-16 |
Ewan Mellor |
13077:f944e13ce50a |
Only try to label resources if ACM is enabled. |
2006-12-16 |
Ewan Mellor |
13076:fb6db3c9ae74 |
An error occurs if the first detach was successful and the 2nd one is |
2006-12-13 |
Brendan Cully |
13075:c38370be1e0e |
Improve XendCheckpoint's forkHelper error handling. |
2006-12-16 |
Ewan Mellor |
13074:63e72c3254da |
Persist all the Xen-API data values for VMs. |
2006-12-15 |
Ewan Mellor |
13073:7cf33c0856d4 |
Write the new version of the persisted config to a tempfile and then rename it, |
2006-12-15 |
Ewan Mellor |
13072:9fd958cc5122 |
Allow the XenAPI Session object to have login_with_password called as a |
2006-12-15 |
kfraser |
13071:040093fa1f9e |
VNC pasword authentication support for the paravirt framebuffer server. |
2006-12-15 |
kfraser |
13070:96b047d22ad5 |
Fix pointer encoding in vncfb (middle and right button were swapped). |
2006-12-15 |
kfraser |
13069:1b6354023e64 |
[XENFB] xenfb_update_screen() calls zap_page_range() while holding spinlock mm_lock. |
2006-12-15 |
kfraser |
13068:2afb01ec2197 |
Add CONFIG_X86_{32,64} Makefile variables. |
2006-12-15 |
Steven Hand |
13067:4a347a6ed5dc |
Use portable recursive mutex in qemue mapcache. |
2006-12-18 |
awilliam |
13066:ea2dc4a3c8eb |
[IA64] evtchn_callback fix and clean |
2006-12-18 |
awilliam |
13065:893b786cc66a |
[IA64] Mask out reserved bits to avoid Reserved Register/Field faults. |
2006-12-18 |
awilliam |
13064:cf23494af72c |
[IA64] Reflect general exceptions |
2006-12-15 |
awilliam |
13063:41d9f00140c5 |
[IA64] remove global zero initializers |
2006-12-15 |
kfraser |
13062:c6f637694b85 |
[TOOLS] USe -mno-direct-seg-refs when building on i386. |
2006-12-15 |
Ewan Mellor |
13061:bc3ff220d24d |
Fix mem-set, mem-max, and vcpu-set commands when used against inactive domains. |
2006-12-15 |
Ewan Mellor |
13060:779e99f810ca |
Use new -p flag to qcow-create. |
2006-12-15 |
Steven Hand |
13059:6cbed96fedac |
Clean-up hvm/shadow interaction around cr3 updates. |
2006-12-15 |
Ewan Mellor |
13058:ea12d26877a4 |
Fix more enum demarshalling. |
2006-12-15 |
Ewan Mellor |
13057:671cc928183d |
Added a test for xen_vm_get_power_state. |
2006-12-13 |
jfehlig |
13056:54eee6fabbee |
Fix VM.get_power_state API. On the xend side an integer representation of the power state was being returned instead of a string representation as specified by the XenAPI spec. |
2006-12-15 |
kfraser |
13055:c2fe2635e68b |
[XM] Fix network-attach help message. |
2006-12-15 |
Ewan Mellor |
13054:2732b6ab217b |
Fix check_udev in the case where udev is missing -- test's -a does not shortcut. |
2006-12-15 |
Ewan Mellor |
13053:c3425346188c |
Revert Makefile changes from 13023:70155087efe89 -- they break make dist. |
2006-12-15 |
kfraser |
13052:00199ed97fab |
[NET]: Fix segmentation of linear packets |
2006-12-15 |
kfraser |
13051:34520c9451ac |
[XEN] Clean up list.h for Xen formatting rules and add hlist macros |
2006-12-15 |
kfraser |
13050:67c5d83cdcd2 |
Remove unused function from check script. |
2006-12-15 |
Ewan Mellor |
13049:6477a182e4e9 |
Replace the error message when invalid xm commands are given. |
2006-12-15 |
Ewan Mellor |
13048:29ae139a0c72 |
Fix exit status for failed commands, and tidy up the usage display. |
2006-12-15 |
Ewan Mellor |
13047:d72237b3cc37 |
Fix 64-bit build with a PRIu64. |
2006-12-14 |
Ewan Mellor |
13046:a407f14478ba |
Updated test to match new booting arrangement. |
2006-12-14 |
Steven Hand |
13045:8b2de97db39d |
Fix exception handling in xend start-of-day. |
2006-12-14 |
Julian Chesterfield |
13044:a05fefbeb19f |
Add sparseness flag to qcow-create. |
2006-12-14 |
Ewan Mellor |
13043:bd102b60c43b |
Remove the boot-type implementation -- now replaced by the HVM and PV boot |
2006-12-14 |
Ewan Mellor |
13042:0ee4e33b4401 |
Implement new booting parameters for Xen-API, and backwards compatibility for |
2006-12-14 |
Ewan Mellor |
13041:da0849b74170 |
Stub implementations of VM.auto_power_on, VM.consoles. |
2006-12-14 |
Ewan Mellor |
13040:5c8522bda629 |
Remove a number of unused configuration dictionaries -- these have all |
2006-12-14 |
Ewan Mellor |
13039:85c1e2383e98 |
Fix calls to destroyDevice that are missing a force flag. |
2006-12-14 |
Ewan Mellor |
13038:d0f682ada0b2 |
Add some exception logging. |
2006-12-14 |
Ewan Mellor |
13037:c91f6506b270 |
Added xm shell command, taken from xapi.py, to make testing the Xen-API calls |
2006-12-14 |
Ewan Mellor |
13036:de7d7b223db2 |
Have a 1GiB disk rather than 1MiB, for a slightly more sensible test. |
2006-12-14 |
kfraser |
13035:9f09cbe84629 |
Merge with xen-ia64-unstable.hg |
2006-12-14 |
Ewan Mellor |
13034:4d2ae322ef02 |
Tidy up. |
2006-12-14 |
kfraser |
13033:cd89771ba550 |
[XEN] Provide PV guests with emulated PIT. |
2006-12-14 |
kfraser |
13032:afc6b5a60866 |
[TOOLS] Fix check-script compatibility with non-bash shells. |
2006-12-14 |
kfraser |
13031:7b6aba313aac |
[XEN] Fix memory allocator after recent bootmem change. |
2006-12-14 |
kfraser |
13030:664e762a10e8 |
[TOOLS] A couple of check-script cleanups. |
2006-12-14 |
kfraser |
13029:6a28bfc1a940 |
[KEXEC] Clean up kexec code and fix panic-induced reboot when |
2006-12-14 |
kfraser |
13028:70155087efe8 |
Add another package check (python-xml). |
2006-12-14 |
Steven Hand |
13027:7fdf6e0f12db |
Fix deadlock when accessing IO memory. |
2006-12-14 |
kfraser |
13026:79315be2c9b9 |
[NET] front: Fix crashes when xenstore watches fire multiple times. |
2006-12-14 |
kfraser |
13025:c3ff06093028 |
[XEN] Boot allocator searches from earliest registered |
2006-12-14 |
kfraser |
13024:21609e7f5a49 |
[XM] Fix typo in 'xm vcpu-list' header. |
2006-12-14 |
kfraser |
13023:c98ca86138a7 |
[XENFB] No need for IRQs to be disabled in critical regions. |
2006-12-14 |
awilliam |
13022:2fc3392d0889 |
[IA64][HVM] Use vcpu info from getdomaininfo |
2006-12-14 |
awilliam |
13021:4762d73ced42 |
merge with xen-unstable.hg |
2006-12-14 |
kfraser |
13020:35c724302bdd |
[LINUX] Fix seg-fixup warning. |
2006-12-14 |
kfraser |
13019:8a97b4a43a3d |
[XEN] Spot incorrect use of lXe_write & Co. |
2006-12-14 |
kfraser |
13018:fe2e013ae5cb |
[LINUX] Fix build without CONFIG_HOTPLUG_CPU |
2006-12-14 |
Ewan Mellor |
13017:d2f12edc10ee |
Set FD_CLOEXEC on the pidfile fd, so that tapdisk does not get it. |
2006-12-14 |
kfraser |
13016:ac51e8f37108 |
Allow loading of ELF kernel images that support both PAE and non-PAE. |
2006-12-13 |
Ewan Mellor |
13015:c09dab67c178 |
Hack xm block-detach to remove tap disks as well as vbds. |
2006-12-14 |
kfraser |
13014:ef5e6df3ba9e |
[Xend] Add a --force option to detach operations. |
2006-12-14 |
kfraser |
13013:997f2bbb5cbc |
Fix typos in the external-device migrate script. |
2006-12-14 |
kfraser |
13012:903f80054bca |
[XEND] Activate a declared external device migration script for all devices and all save modes. |
2006-12-13 |
Emmanuel Ackaouy |
13011:360eb996fa38 |
[XEN] Improve scheduler cap mechanism |
2006-12-13 |
George Dunlap |
13010:c79f9d788204 |
[XEN] Make TRC_MEM's bits unique. |
2006-12-11 |
jfehlig |
13009:aed5a0d88879 |
When enumerating VMs resident on a host (Host.get_resident_VMs RPC), ensure VMs with same UUID only appear once in the list. |
2006-12-12 |
jfehlig |
13008:10f51535cc84 |
Allow adding VIF devices to a VM when in halted state. Do not attempt to create the VIF device if VM is in halted state. |
2006-12-13 |
Ewan Mellor |
13007:87f220709073 |
Steal the write_pidfile function from xenstored_core, and use it to ensure |
2006-12-13 |
Ewan Mellor |
13006:e2792d1612b3 |
Check return of new_domain inside dom0_init, avoiding segfault if there is |
2006-12-09 |
Ewan Mellor |
13005:dd6bbf10e79a |
Tidy error message. |
2006-12-09 |
Ewan Mellor |
13004:a874d1170fbc |
Implement xen_vm_set_vcpus_number, |
2006-12-08 |
Ewan Mellor |
13003:5eb2f333c981 |
Fix capitalisation of on-wire calls for VM.set_platform_std_VGA and |
2006-12-08 |
Ewan Mellor |
13002:8b7b61fa89e2 |
Remove accidental double declaration of xen_vm_destroy. |
2006-12-08 |
Ewan Mellor |
13001:737c1c11497d |
Implement the VM.auto_power_on field. |
2006-12-08 |
Ewan Mellor |
13000:5fc7ac854bce |
One more doc-comment update. |
2006-12-08 |
Ewan Mellor |
12999:462b945e2f41 |
Update doc-comments to match recent documentation tidy-ups. |
2006-12-13 |
Ewan Mellor |
12998:ecc16f3222dc |
When recreating the record for dom 0, read the current VCPU settings from Xen, |
2006-12-13 |
Ian Campbell |
12997:478ddc354ccd |
merge |
2006-12-13 |
Ian Campbell |
12996:de69059a1f0e |
[XEN] Kexec: Disable crash keyhandler when no crash kernel is loaded. |
2006-12-13 |
kfraser |
12995:0c2816fb60b9 |
[XEN] Clean up public headers. Clarify licensing of kbdif.h and fbif.h. |
2006-12-13 |
kfraser |
12994:73b59ad4dd42 |
[XEND] Fix maxmem config issues. |
2006-12-13 |
kfraser |
12993:0946c90c1105 |
[IOEMU] Locking needed to access mapcache. |
2006-12-13 |
kfraser |
12992:65c3287306db |
[XEN] Use cpumask macros to update numa node masks. |
2006-12-13 |
kfraser |
12991:e080700efa56 |
[TOOLS] Fix the build. Clearly demarcate PPC-specific stuff. |
2006-12-13 |
Steven Hand |
12990:1fa7e524b354 |
Tiny fix. |
2006-12-13 |
Steven Hand |
12989:d5499ff80b19 |
Update ignores. |
2006-12-13 |
kfraser |
12988:3c7a6081f1a9 |
Merge with xenppc-unstable |
2006-12-12 |
Hollis Blanchard |
12987:c08ac3b211c8 |
[POWERPC][XEN] Add support for || as a xen/dom0 commandline divider. |
2006-12-11 |
Jimi Xenidis |
12986:5d052711af78 |
[XEN][POWERPC] boot_of_allocator fixups |
2006-12-11 |
Jimi Xenidis |
12985:3d7759a9247f |
[XEN][POWERPC] Fix systemsim-gpul failure to boot |
2006-12-12 |
Hollis Blanchard |
12984:3d93083e3934 |
[POWERPC][XEN] Remove unused uaccess.h header. |
2006-12-12 |
Hollis Blanchard |
12983:79b49fca62e8 |
[POWERPC][XEN] Fix gdbstub build break. |
2006-12-12 |
Hollis Blanchard |
12982:a2334bd349cd |
[POWERPC][XEN] Fix kexec build breakage. |
2006-12-12 |
Hollis Blanchard |
12981:0aea81b1e757 |
[POWERPC][XEN] Fix build break by using bitmap field in cpumask_t. |
2006-12-12 |
Hollis Blanchard |
12980:af39d20b2b72 |
[POWERPC][XEN] Fix warning by removing "packed". |
2006-12-12 |
Hollis Blanchard |
12979:4f0d213ec924 |
[POWERPC][XEN] Build fixes. |
2006-12-12 |
Hollis Blanchard |
12978:6a8b56ccdb09 |
[POWERPC][XEN] Add empty xenoprof.h. |
2006-12-12 |
Hollis Blanchard |
12977:749c399d73df |
[POWERPC] Merge with xen-unstable.hg. |
2006-12-12 |
Hollis Blanchard |
12976:a510c94ceaa3 |
[POWERPC] Merge in outstanding changes from xenppc-unstable.hg. |
2006-12-01 |
Jimi Xenidis |
12975:9d83185b4c37 |
[XEN][POWERPC] should comment the Power Managment workaround in the code as well |
2006-11-28 |
Jimi Xenidis |
12974:6deca1ea217f |
[XEN][POWERPC] cleanup hard tabs |
2006-11-28 |
Jimi Xenidis |
12973:5a3fd0b7617d |
[XEN][POWERPC] Fix IPI stall timeout without using timebase_freq |
2006-11-28 |
Jimi Xenidis |
12972:4a27df713c66 |
[XEN][POWERPC] Do not override smp function call wait flag |
2006-11-28 |
Jimi Xenidis |
12971:21ce7e75b815 |
[XEN][POWERPC] Generalized parallel IPI handlers |
2006-11-28 |
Jimi Xenidis |
12970:dbc7ea73f5b2 |
[XEN][POWERPC] secondary_cpu_init() does not return. |
2006-11-28 |
Jimi Xenidis |
12969:768bf8f273fb |
[POWERPC][XEN] cpu_relax() needs to call barrier() |
2006-11-27 |
Jimi Xenidis |
12968:b4594f072a89 |
[XEN][POWERPC] OFD dump prefix screen and hook into keyhandler |
2006-11-27 |
Jimi Xenidis |
12967:b5a89f01a440 |
[TOOLS][POWERPC] update prose builder to define the mem_mb arg. |
2006-11-22 |
Jimi Xenidis |
12966:530597f5387f |
[XEN][POWERPC] fix some hard tabs that snuck by |
2006-11-22 |
Jimi Xenidis |
12965:38b437a708a2 |
[XEN][POWERPC] Fix Register dumping from ^A^A^A console |
2006-11-22 |
Jimi Xenidis |
12964:f911e945d959 |
[XEN][POWERPC] SMP/IPI/MB combined |
2006-11-22 |
Jimi Xenidis |
12963:5909f57c8c39 |
[XEN][POWERPC] Early boot memory avoidance improvemnts |
2006-11-21 |
Hollis Blanchard |
12962:d6b44cb7d2c9 |
[POWERPC][XEN] Ignore device tree nodes missing "device_type". |
2006-11-11 |
Jimi Xenidis |
12961:da882f0212d6 |
[XEN][POWERPC] Flush the ERAT very early on secondary processors. |
2006-11-11 |
Jimi Xenidis |
12960:4d47f058fffd |
[XEN][POWERPC] Turn off the Guard bit for access to the grant table |
2006-11-10 |
Jimi Xenidis |
12959:88aab6f585d3 |
[TOOLS][POWERPC] Add missing prototype |
2006-12-01 |
Hollis Blanchard |
12958:228c34916020 |
[POWERPC][XEN] support for recursive spinlocks |
2006-11-10 |
Hollis Blanchard |
12957:176c7264715c |
[POWERPC][XEN] Rename "Mambo" to "systemsim". |
2006-11-03 |
Jimi Xenidis |
12956:a60e804c0a31 |
[XEN][POWERPC] The VIO rewrite |
2006-10-24 |
Jimi Xenidis |
12955:b0293bc59835 |
[TOOLS][POWERPC]fixes to put back commandline in prose builder |
2006-10-18 |
Jimi Xenidis |
12954:95cf2e3e7e0a |
[TOOLS][POWERPC] oops, forgot load_elf_kernel() |
2006-10-18 |
Jimi Xenidis |
12953:1a3c1168db6a |
[TOOLS][POWERPC] Use a smaller page array and place common code in utils.c |
2006-10-18 |
Jimi Xenidis |
12952:5c3b6b623c57 |
[TOOLS][POWERPC] apply start_info changes to xc_prose_build.c |
2006-10-18 |
Jimi Xenidis |
12951:f2aaf35c7759 |
[TOOLS][POWERPC] Add Prose Domain Builder |
2006-10-18 |
Jimi Xenidis |
12950:877361bfe3ae |
[TOOLS][POWERPC] Fix build breakage in powerpc64/xc_linux_build.c |
2006-10-12 |
Hollis Blanchard |
12949:4eefe4d31afa |
[POWERPC][XEN] Improve presentation of objcopy output. |
2006-10-12 |
jimix |
12948:0ff8b14fb530 |
[XEN][POWERPC] Support your older compilers |
2006-10-10 |
Jimi Xenidis |
12947:d6ec02744592 |
[XEN][POWERPC] New interface ATTN() to conact the HW probe |
2006-10-10 |
Jimi Xenidis |
12946:96670c42df39 |
[XEN][POWERPC] Remove pfn2mfn() now that it is understood |
2006-10-08 |
Jimi Xenidis |
12945:79bb96e0ba73 |
[XEN][POWERPC] Create a Domain Foreign Map space |
2006-10-07 |
Jimi Xenidis |
12944:067bf06057cc |
[POWERPC][XEN] implement the UP side of __flush_tlb_mask() |
2006-10-07 |
Jimi Xenidis |
12943:4a2a96e72076 |
[POWERPC][XEN] Alloc IOMMU to map a Foreign page |
2006-10-04 |
Jimi Xenidis |
12942:0f4c73a1e92a |
[XEN][POWERPC] Keepin it cool: sleep the processor when halt fails |
2006-10-06 |
Hollis Blanchard |
12941:f7096a6728e6 |
[POWERPC][XEN] Fix yaboot loading and other linker script tweaks. |
2006-10-05 |
Hollis Blanchard |
12940:3bd514d3e078 |
[POWERPC][XEN] Escape dots in .hgignore. |
2006-10-05 |
Hollis Blanchard |
12939:7a4330bd4c5c |
[POWERPC][XEN] Fix up 'clean' target. |
2006-10-05 |
Hollis Blanchard |
12938:b58670602d35 |
[POWERPC][XEN] Builtin cmdline dependency rule |
2006-10-04 |
Hollis Blanchard |
12937:020fc58ba873 |
[POWERPC][XEN] Hide builtin dom0 args from Xen. |
2006-10-04 |
Hollis Blanchard |
12936:94a2909a7f20 |
[POWERPC][XEN] Create a cmdline.c to hold builtin/post-installed parameters. |
2006-10-04 |
Hollis Blanchard |
12935:6f6a37ee8b97 |
[POWERPC][XEN] Remove boot wrapper, and extensive Makefile simplifications. |
2006-10-03 |
Hollis Blanchard |
12934:8515e163f1df |
[POWERPC][XEN] Move gmfn_to_mfn() from page.h to mm.h to avoid recursive header dependencies. |
2006-10-02 |
Jimi Xenidis |
12933:a0b47a11b52d |
[XEN][POWERPC] An OK spot to flush the I-Cache |
2006-10-02 |
Jimi Xenidis |
12932:0379ac3367b2 |
[XEN][POWERPC] Use gmfn_to_mfn() over pfn2mfn() |
2006-10-02 |
Jimi Xenidis |
12931:7b6f0a4d5cdd |
[XEN][POWERPC] Fixes in cpu_flush_icache() |
2006-10-02 |
Jimi Xenidis |
12930:1c996041fcde |
[XEN][POWERPC] Add Function to completely flush the I-Cache for a processor |
2006-10-02 |
Jimi Xenidis |
12929:24fd59787982 |
[XEN][POWERPC] Flush all of text per CPU in case the loader did not |
2006-10-02 |
Jimi Xenidis |
12928:6ff313c841db |
[XEN][POWERPC] go ultra conservative on CI IO routines |
2006-10-01 |
Jimi Xenidis |
12927:2bf4257944f4 |
[XEN][POWERPC] oops on debug build break |
2006-10-01 |
Jimi Xenidis |
12926:4ca8abbd89c8 |
[XEN][POWERPC] Improve the debugging strategy of these hcalls. |
2006-09-29 |
Jimi Xenidis |
12925:234257c78627 |
[XEN][POWERPC] Allocate Xen memory area based on the amount of memory |
2006-09-29 |
Jimi Xenidis |
12924:2985a7a12706 |
[XEN][POWERPC] shadowed paramter in prototype, SHEESH! |
2006-09-29 |
Jimi Xenidis |
12923:489e4d09ffb7 |
[XEN][POWERPC] Conistence with log vs. order |
2006-09-28 |
Jimi Xenidis |
12922:a69f935eda6c |
[XEN][POWERPC] Remove limit on the page frame table |
2006-09-28 |
Jimi Xenidis |
12921:5b0e0c93a5bf |
[XEN][POWERPC] Allow Xen to use RTAS if available |
2006-09-26 |
Jimi Xenidis |
12920:97e1d0fd7def |
[XEN][POWERPC] U4 DART workaround for functionality |
2006-09-26 |
Jimi Xenidis |
12919:539355c03a30 |
[XEN][POWERPC] Allocated wrong order for dummy page |
2006-09-26 |
Jimi Xenidis |
12918:ae1f00361a8e |
[XEN][POWERPC] Backoff the SCOM stuff by default |
2006-09-25 |
Jimi Xenidis |
12917:61179af7868d |
[XEN][POWERPC] Fix compile error in gdbstub.c |
2006-09-22 |
Jimi Xenidis |
12916:2a10ce87327c |
[XEN][POWERPC] Be a little smarter with unimplemented() |
2006-11-30 |
Hollis Blanchard |
12915:4da585fb62f9 |
[XEN][POWERPC] Clean up debug/traceback/trapping logic |
2006-09-22 |
Jimi Xenidis |
12914:7f3ae39112cd |
[XEN][POWERPC] Machine check now inspects the SCOM for more information |
2006-09-21 |
Jimi Xenidis |
12913:95cead06e4ab |
[POWERPC][XEN] attempt to adjust thread priority is futile and meaningless |
2006-09-21 |
Jimi Xenidis |
12912:e108c5ac16ac |
[XEN][POWERPC] Fully inline udelay() |
2006-09-21 |
Jimi Xenidis |
12911:8cb0d0eea355 |
[XEN][POWERPC] SCOM access is fully known and working |
2006-09-18 |
Jimi Xenidis |
12910:776efe262006 |
[POWERPC][XEN] /chosen/cpu is an instance not a package |
2006-11-29 |
Hollis Blanchard |
12909:223470316756 |
Merge with xen-unstable.hg. |
2006-08-09 |
Jimi Xenidis |
12908:ee4397571e44 |
[POWERPC][TOOLS] fix header so libaio builds |
2006-12-13 |
kfraser |
12907:2fa06640a1c1 |
[XEN] Fix kexec crash. |
2006-12-12 |
Emmanuel Ackaouy |
12906:05e1863cc2a3 |
[XEN] Improve multi-core/thread scheduler support. |
2006-12-12 |
Tim Deegan |
12905:6b68a3688509 |
[XEN] Be sure to discard old PAE l2 shadows when guest l2e becomes null. |
2006-12-11 |
ssmith |
12904:aabceba1dbc5 |
Merge. |
2006-12-11 |
ssmith |
12903:3e2b6365ba75 |
[XEN] The shadow FAST_FAULT_PATH optimisation assumes that pages never |
2006-12-11 |
kfraser |
12902:4ae4bdee00e6 |
[XEN] Only allow each domain to putput crash debug info once. |
2006-12-14 |
awilliam |
12901:ed56ef3e9716 |
[IA64][BUILD] XEN_XKBUFF needs to depend on NET |
2006-12-12 |
awilliam |
12900:c0d41ac21486 |
merge with xen-unstable.hg |
2006-12-11 |
kfraser |
12899:37141c3a3d39 |
[XEN] Remove unnecessary shadow_mode_refcount() code from PV mm code. |
2006-12-11 |
Ian Campbell |
12898:6edf8b33e7d1 |
[BUILDER] Enable shadow mode for shadow translate guests much earlier. |
2006-12-11 |
kfraser |
12897:57b36b893a8d |
[NET] back: Atomic buffer allocations use __GFP_NOWARN. |
2006-12-12 |
awilliam |
12896:e948333c2c38 |
[IA64] Fix typo : npte not defined |
2006-12-09 |
kaf24 |
12895:f5121d001d1a |
[XEN] Shadow-mode-refcount PTE update fix. |
2006-12-09 |
kaf24 |
12894:245f7ce8763e |
pygrub tmp files should live in /var/run/ not /var/lib/, as they are |
2006-12-09 |
kaf24 |
12893:8cddaee4a51c |
Merge with xen-ia64-unstable.hg |
2006-12-08 |
Christian Limpach |
12892:1ad7dff99968 |
[qemu patches] Update patches upto changeset 12814:c3ad3fcfe3. |
2006-12-08 |
Christian Limpach |
12891:c3ad3fcfe364 |
[qemu patches] Update patches upto changeset 12756:1d32fb45e0. |
2006-12-08 |
john levon |
12890:7258a2009cfa |
xm block-attach can take an optional 5th argument, show it in the help. |
2006-12-08 |
kfraser |
12889:c519ab0f70f3 |
[LIBXC] Make strerror() thread-safe by protecting it with a mutex. |
2006-12-08 |
Alastair Tse |
12888:a4d1f99e5a53 |
[XEND] Keep vif IP addresses as space separated string. |
2006-12-08 |
Alastair Tse |
12887:28403de6c415 |
[XEND] Make sure UUID is in the right format. |
2006-12-08 |
awilliam |
12886:1cfd862e5254 |
[IA64] avoid freeing arch.privregs twice |
2006-12-08 |
awilliam |
12885:c650fe6d56f6 |
[IA64] change XEN_DOMCTL_getmemlist to return gmfn instead of mfn |
2006-12-07 |
awilliam |
12884:45f79978ceb5 |
[IA64] allow foreign domain page mapping of DOMID_XEN/DOMID_IO |
2006-12-07 |
awilliam |
12883:bc3044bf4928 |
[IA64] xc_ia64_linux_restore fix for new foreign domain page mapping semantics |
2006-12-07 |
awilliam |
12882:566e0e95cf00 |
[IA64] Domain save fix for foreign domain page mapping semantics change |
2006-12-07 |
awilliam |
12881:178e46776c71 |
[IA64] Map vcpu memory mapped registers into guest psudo physical address space |
2006-12-07 |
awilliam |
12880:d85c905beac4 |
[IA64] Map shared_info into guest pseudo physical address space |
2006-12-08 |
awilliam |
12879:970ff2ba748f |
merge with xen-unstable.hg |
2006-12-08 |
kfraser |
12878:da87dc126b33 |
[LIBXC] Clean up use of sterror(). Define a thread-safe |
2006-12-08 |
Ian Campbell |
12877:6f0f80aa817d |
[LINUX] Kexec: Remove remainder of kexec-generic.patch |
2006-12-08 |
Ian Campbell |
12876:562eee7568a8 |
[LINUX] Kexec: Reapply kexec patches to sparse tree. |
2006-12-08 |
Ian Campbell |
12875:d51e5a7317bb |
[LINUX] Kexec: add kexec files to sparse tree. |
2006-12-08 |
Ian Campbell |
12874:1db125262365 |
[LINUX] kexec: remove patches which are not straight backports. |
2006-12-08 |
Ian Campbell |
12873:7c3dee5ff185 |
[LINUX] Kexec: Do not bug if a kexec hypercall fails. |
2006-12-08 |
kfraser |
12872:df5fa63490f4 |
[XEN] Implement XENMEM_set_memory_map, which specifies memory map to |
2006-12-08 |
Alastair Tse |
12871:8beecb8c5ae2 |
[XEND] Fix xm vcpu-set when decrementing VCPU count |
2006-12-08 |
Steven Hand |
12870:d3846d6f30d5 |
Fix potential minor memory leak. |
2006-12-08 |
Ewan Mellor |
12869:212511a8f202 |
Download and symlink the i386 version of the ramdisk when running on x86_64. |
2006-12-08 |
kfraser |
12868:81730d462241 |
[LINUX] CONFIG_XEN_BACKEND=m build properly. |
2006-12-08 |
kfraser |
12867:70a7a4c953b4 |
[LINUX] Make CONFIG_XEN_FRAMEBUFFER=m build properly. |
2006-12-08 |
kfraser |
12866:45765c7a5066 |
Make XEN_DOMCTL_getdomaininfo return shared_info_frame in gmfn not mfn. |
2006-12-08 |
kfraser |
12865:28e883b3933d |
[LINUX] Make xb_waitq static. |
2006-12-08 |
kfraser |
12864:1bcb97a1b2da |
[LINUX] Clean up and clarify find_unbound_irq(). |
2006-12-07 |
Ewan Mellor |
12863:3859131c0b8b |
Fix PERROR. |
2006-12-07 |
Ewan Mellor |
12862:6a6748da2039 |
Diagnose bad config files. |
2006-12-07 |
Alastair Tse |
12861:cf11417d7eb6 |
Merge |
2006-12-07 |
Alastair Tse |
12860:84580e109557 |
[XEND] Only return valid VIF and VBD parameters via Xen API. |
2006-12-07 |
kfraser |
12859:ff5f976191a5 |
[LINUX] Fail gracefully if we run out of spare IRQs. |
2006-12-07 |
Alastair Tse |
12858:ec9259920f85 |
Merge |
2006-12-07 |
Alastair Tse |
12857:61883e3168a6 |
[XEND] Sync Xen API with newer VDB and VIF specification. |
2006-12-07 |
kfraser |
12856:1d83974d08b1 |
[XEN] Add new safe pte update macros and use as necessary when |
2006-12-07 |
Alastair Tse |
12855:93314655b16f |
[XEND] Make SXP parsing re-use device_add in XendConfig |
2006-12-07 |
Alastair Tse |
12854:dcca88fc849c |
[XEND] Prevent None values from appearing in Device SXP |
2006-12-07 |
kfraser |
12853:4ce643274b67 |
[XEN] Early page fault handler to deal with spurious page faults. |
2006-12-07 |
Alastair Tse |
12852:27294bab3d62 |
[XEND] Fix resume for managed domains. |
2006-12-07 |
Tim Deegan |
12851:e843c1fde3c2 |
Merge |
2006-12-07 |
Tim Deegan |
12850:a89599a12d4b |
[XEN] Init pae_l3_cache lock earlier |
2006-12-07 |
Ewan Mellor |
12849:a330509abb20 |
This patch checks the contents of XENDOMAINS_SAVE before the restore |
2006-12-07 |
Ewan Mellor |
12848:e98c84468b72 |
The new lifecycle patches in xen-unstable added 3 new operations which can |
2006-12-07 |
Ewan Mellor |
12847:78528a88d082 |
Scrub VNC passwords from the logs. |
2006-12-07 |
Ewan Mellor |
12846:531c67ed64f4 |
Do an explicit check for bootloader path existence prior |
2006-12-07 |
Ewan Mellor |
12845:c287052a0a65 |
The HTTP service used for SEXPR based RPC calls currently serializes all |
2006-12-07 |
kfraser |
12844:60bbcf799384 |
[HVM] qemu mouse: Adds support for USB mouse/tablet status check and |
2006-12-07 |
Alastair Tse |
12843:fb3cb6f52a29 |
Merge |
2006-12-07 |
Alastair Tse |
12842:9de4597e1269 |
[XM] Fix xm uptime TypeError exception. |
2006-12-07 |
kfraser |
12841:5a21379d0879 |
merge |
2006-12-07 |
kfraser |
12840:5aea6a32fc8b |
[LIBXC] Python error extraction tweak. |
2006-12-07 |
Ewan Mellor |
12839:5bf91da9797d |
Remove broken call to XendDomainInfo.getSsidref(), fixing the obsolete HTTP |
2006-12-07 |
Alastair Tse |
12838:8e035701b9ff |
Merge |
2006-12-07 |
Alastair Tse |
12837:aab2b3f739d2 |
Merge |
2006-12-07 |
Alastair Tse |
12836:f7cff5d296bf |
[XEND] Fix configureBootloader to work with HTTP/SEXP. |
2006-12-07 |
Ian Campbell |
12835:58284e749407 |
Remove unused KEXEC_RANGE_VA_XEN. |
2006-12-07 |
kfraser |
12834:2dd4569e0640 |
[LIBXC] Add an error reporting API to the libxc library. |
2006-12-07 |
kfraser |
12833:1c15f97a220d |
[XEN] Make multiboot-related code more readable. |
2006-12-07 |
kfraser |
12832:44319e9dc0c5 |
VMXAssist cleanups |
2006-12-07 |
kfraser |
12831:49bb6b82654a |
[VTPM][HVM] Transmit the locality in which the command was sent in the |
2006-12-07 |
kfraser |
12830:0c1e2abc1888 |
[HVM] Fix reboot failure when configured 'cdrom', i.e. bug 832. |
2006-12-07 |
kfraser |
12829:0f5dd1d43b67 |
merge |
2006-12-07 |
kfraser |
12828:67a06a9b7b1d |
[HVM] qemu: Add guest address-space mapping cache. |
2006-12-07 |
Alastair Tse |
12827:e8a74ac80167 |
[XEND] Update vcpu_avail when parsing configuration. |
2006-12-07 |
Alastair Tse |
12826:3f0ca90351e2 |
[XEND] Fix reboot for HVM domains if cdrom is empty. |
2006-12-06 |
Ewan Mellor |
12825:1d32fb45e08f |
Added VM.set_VCPUs_features_force_on, VM.set_VCPUs_features_force_off, |
2006-12-06 |
Ewan Mellor |
12824:a05841d57ce0 |
Make VM.VCPUs.number a writable field. |
2006-12-06 |
Ewan Mellor |
12823:21c2bac97104 |
Added VBD.type field (CD or Disk). |
2006-12-06 |
Ewan Mellor |
12822:7cb0ed283197 |
Add extra detail to the VM.destroy description. |
2006-12-06 |
Ewan Mellor |
12821:c04feabe66ff |
Add VM.auto_power_on field. |
2006-12-06 |
Ewan Mellor |
12820:4234c17f3c48 |
Clarify that memory values are in bytes. |
2006-12-06 |
Ewan Mellor |
12819:d3a3e57fcf8b |
Improved task handling model. |
2006-12-06 |
Ewan Mellor |
12818:a3b8066baced |
Tidy up the get_by_name_label description. |
2006-12-06 |
Ewan Mellor |
12817:c4b91cbed51a |
Clarify that the self parameter is an object reference, not the instance (i.e. |
2006-12-06 |
Ewan Mellor |
12816:0dfe894e37a4 |
Tidy up the get_record and get_by_uuid descriptions. |
2006-12-06 |
Ewan Mellor |
12815:e8f5cd2b7253 |
More description tidyups -- constructors and destructors this time. |
2006-12-06 |
Ewan Mellor |
12814:59d3be0dd1d4 |
Tidy-up some of the descriptions. |
2006-12-06 |
Tim Deegan |
12813:963a02c040f6 |
[XEN] remove unused monitor_vtable mapping. |
2006-12-06 |
Ewan Mellor |
12812:26a3c7c10782 |
Added Xen-API implementations for xm pause, xm unpause, xm destroy, xm rename, |
2006-12-06 |
Ewan Mellor |
12811:795a87426e48 |
Implement VM.set_name_label. |
2006-12-06 |
Ewan Mellor |
12810:cf1ca0615414 |
Added support for configuration file for xm, and use that to specify |
2006-12-06 |
Ewan Mellor |
12809:92127156ec49 |
Added server proxy and session manager for Xen-API clients. |
2006-12-06 |
Ewan Mellor |
12808:c4824dcd57c4 |
Fix server reloading when the HTTP server is enabled. |
2006-12-06 |
Ewan Mellor |
12807:258722281202 |
Don't trace inside SrvServer.py -- it's doing a one-second sleep in a loop, so |
2006-12-06 |
Ewan Mellor |
12806:97acbb7e2146 |
Move the actual call routed by do_legacy_api_with_uuid out of the scope of |
2006-12-06 |
Ewan Mellor |
12805:fb1291ffa26f |
Fix HTTP server. |
2006-12-05 |
Ewan Mellor |
12804:39509c8f5c09 |
Fix error message. |
2006-12-06 |
Tim Deegan |
12803:a467eb0c5596 |
Fixes a mistake in changeset 12732 |
2006-12-05 |
Ian Campbell |
12802:0bea8e773508 |
[LINUX] The crash note resource should be nested inside the hypervisor |
2006-12-07 |
awilliam |
12801:968caf47b548 |
[IA64] workaround NaT consumption fault when hiding a PCI function from dom0 |
2006-12-07 |
awilliam |
12800:21267b552cc9 |
[IA64] Send events to VTI domain through level triggered irq. |
2006-12-07 |
awilliam |
12799:74de984434c9 |
[IA64] fix warnings |
2006-12-07 |
awilliam |
12798:3bd97b4fe77d |
[IA64] Implement irq redirection of IOSAPIC |
2006-12-07 |
awilliam |
12797:4f1a3ae07dbc |
[IA64] implement free_irq_vector() paravirtualization |
2006-12-06 |
awilliam |
12796:d901f2fe8c25 |
[IA64] Fix Vti |
2006-12-05 |
awilliam |
12795:85b9711cb895 |
[IA64] Allocate frame table/mpt table at mfn=0 |
2006-12-05 |
awilliam |
12794:9787cb7262e8 |
[IA64] changed foreign domain page mapping semantic. |
2006-12-05 |
awilliam |
12793:918ea03857b9 |
merge with xen-unstable.hg |
2006-12-05 |
Tim Deegan |
12792:7df4d8cfba3b |
[XEN] sh_gfn_to_mfn_foreign() must handle guest pfns above 4GB on PAE |
2006-12-04 |
Ewan Mellor |
12791:a2618d3912e7 |
This adds a recently added parameter to the vm.start call. |
2006-12-04 |
Ewan Mellor |
12790:897bb9b7ed06 |
Tidy. |
2006-12-04 |
Ewan Mellor |
12789:c7f4a89eb054 |
Fix numpad handling in QEMU's VNC server. The keymaps that we have include |
2006-12-04 |
Ewan Mellor |
12788:565cd8f32c70 |
Close the server when instructed, so that we can reload on the same port, and |
2006-12-04 |
Ewan Mellor |
12787:3629873ee1e6 |
Diagnose a failing server, rather than just locking up the whole daemon. |
2006-12-04 |
Ewan Mellor |
12786:59f438d2739b |
Added rudimentary "xend reload" functionality. This allows you to reconfigure |
2006-12-04 |
Ewan Mellor |
12785:56d93b6ea9ea |
Tidy error message. |
2006-12-04 |
Ewan Mellor |
12784:4e3a7d82917c |
More capitalisation fixes. |
2006-12-04 |
Ewan Mellor |
12783:38ad5643aafe |
With PERMISSIVE turned on, diagnose missing Enums and Bools, and improve the |
2006-12-04 |
kfraser |
12782:fd28a1b139de |
[QEMU] Error reporting in IDE device model. |
2006-12-04 |
kfraser |
12781:d8befb109c39 |
Add XEN_FRAMEBUFFER to -xen defconfigs. |
2006-12-05 |
awilliam |
12780:ba7fca36fbd0 |
[IA64] Fix VTi domain creation |
2006-12-05 |
awilliam |
12779:27c2e9aa83e9 |
[IA64][LIBXC] prep for fixes |
2006-12-04 |
awilliam |
12778:e5e6893ec699 |
[IA64] paraviatualize /dev/mem to enable X. |
2006-12-04 |
awilliam |
12777:bef3a5ffd78d |
[IA64] import linux/include/asm-ia64/uaccess.h for /dev/mem paravirtualization |
2006-12-04 |
awilliam |
12776:82a581113669 |
[IA64] remove old xen_regs define from arch header |
2006-12-04 |
awilliam |
12775:e729184b5c0e |
[IA64] add MCA softirqs to arch-specific header |
2006-12-04 |
awilliam |
12774:d603aed5ad6d |
merge with xen-unstable.hg |
2006-12-04 |
kfraser |
12773:275a8f9a0710 |
Remove useless segments push/pop in VMXAssist. |
2006-12-04 |
Ian Campbell |
12772:b08b870770f9 |
[PATCH 02/02] Kexec / Kdump: Don't declare _end |
2006-12-04 |
Ian Campbell |
12771:f4089172c96b |
[PATCH 01/02] Kexec / Kdump: Use NOTE_ALIGN() instead of ALIGN() |
2006-12-03 |
kaf24 |
12770:3bd721db6db5 |
[XEN] Fix 32-bit build. |
2006-12-03 |
kaf24 |
12769:12ee3d6e61ef |
[XEN] Add 'insn_fetch' memory operation to the x86_emulator. |
2006-12-03 |
Ewan Mellor |
12768:de8abd5ce652 |
Revert the change to destroy all VMs when skipping or failing tests -- this |
2006-12-02 |
Ewan Mellor |
12767:af10df2fed35 |
Make the xenfb tools an optional part of the build, as they introduce new |
2006-12-01 |
Alastair Tse |
12766:1edaf60343a7 |
[XEND] Fix mis-types in XendConfig |
2006-12-01 |
Alastair Tse |
12765:43671a60b0f1 |
Merge |
2006-12-01 |
Alastair Tse |
12764:6544f92e4103 |
Merge |
2006-12-01 |
Alastair Tse |
12763:7dc0dd5cdb4d |
Merge |
2006-12-01 |
Alastair Tse |
12762:98413fa7826c |
[XEND] Re-add vtpm device support in XendConfig |
2006-12-01 |
Ewan Mellor |
12761:990bee220f20 |
Use the new xen-api.sock for the calls to the Xen-API server. |
2006-12-01 |
Ewan Mellor |
12760:b37e66b08bf5 |
This patch provides XmTestManagedDomain and XenManagedDomain classes |
2006-12-01 |
Alastair Tse |
12759:4b577c1909a9 |
Merge |
2006-12-01 |
Alastair Tse |
12758:5d0efb6f3983 |
[XENAPI] Add extra param for VM.start and fix case for printing out |
2006-12-01 |
Alastair Tse |
12757:e3d62983bc2f |
[XEND] Proper importing of Xen API VM Struct into new XendConfig |
2006-12-01 |
Alastair Tse |
12756:dc9a47212ac4 |
[XEND] Fix case mismatch in VM.get_record for Xen API |
2006-12-01 |
kfraser |
12755:107f74d363ea |
[XEN] Allow shutdown code to be set at most once per domain. |
2006-12-01 |
Andrew Warfield |
12754:69efe6730fb1 |
Fix a number of flaws in the blktap userspace daemon when dealing |
2006-12-01 |
Alastair Tse |
12753:c4225c95dbcd |
[XEND] Fix outputting device SXPs when domain is halted. |
2006-12-01 |
kfraser |
12752:5c82a274733e |
[HVM] Cache segment-register contents during PTE-update emulations. |
2006-12-01 |
Alastair Tse |
12751:1e6f9222a1e1 |
[TOOLS] Checks for libvncserver-dev and libsdl-dev. |
2006-12-01 |
Alastair Tse |
12750:dd857b2e2bca |
[XEND] Fix missing vncpasswd option for HVM domains. |
2006-12-01 |
kfraser |
12749:d7c040643850 |
Update hgignore list. |
2006-12-01 |
kfraser |
12748:995841d99780 |
[XEN] Remove uses of 'extern inline'. |
2006-12-01 |
kfraser |
12747:f7b7daed94d6 |
[LIBXC] Add new AP{I function xc_evtchn_bind_unbound_port(). |
2006-12-01 |
kfraser |
12746:43c8cb5a895c |
[XEN] Emulate XADD instruction. |
2006-12-01 |
Alastair Tse |
12745:ef1dadde3631 |
[XEND] Reapply fix for ever expanding kernel_args in XendConfig |
2006-12-01 |
Alastair Tse |
12744:d0ade847f886 |
[XEND] Ensure config value types in XendConfig |
2006-12-01 |
kfraser |
12743:b334f479853e |
[LINUX] dev/mem: Rename Xen's mmap_mem to xen_mmap_mem to |
2006-12-01 |
Ewan Mellor |
12742:4ede29160b53 |
Actually return something from bool0. |
2006-12-01 |
Ewan Mellor |
12741:4d53706e8028 |
Update README to reflect moved library. |
2006-12-01 |
Steven Smith |
12740:dfaf8493a211 |
Merge. |
2006-12-01 |
Steven Smith |
12739:d57b0e2834d7 |
[PVFB][TOOLS] Don't unwatch the framebuffer frontend's state node just |
2006-12-01 |
Steven Smith |
12738:2a6a793a2f68 |
[PVFB][TOOLS] Fix save/restore for domains with PV framebuffers. |
2006-12-01 |
Steven Smith |
12737:b22274d1311c |
[TOOLS][PVFB] Avoid zombie framebuffer backends. |
2006-12-01 |
Steven Smith |
12736:fb0a586854c1 |
[TOOLS] Remove some dead code. |
2006-12-01 |
Steven Smith |
12735:f50380324d1c |
Merge. |
2006-12-01 |
Steven Smith |
12734:0536dbde1562 |
[PVFB] Make sure that framebuffer backend goes away when the domain |
2006-12-01 |
Steven Smith |
12733:d5d8aeb4fa34 |
[LINUX] The removal of the console_use_vt hack was premature: it's still |
2006-12-01 |
Steven Smith |
12732:000609d8c93f |
[PVFB][TOOLS] Change the configuration syntax for PVFB backends to more |
2006-12-01 |
Steven Smith |
12731:260426e3924f |
This is Anthony Liguori's virtual framebuffer forward ported and |
2006-12-01 |
Ewan Mellor |
12730:056050ceb300 |
Set localtime, enable_audio, clock_offset, and std_vga back to being bools, not |
2006-12-01 |
Ewan Mellor |
12729:3570295a44cb |
Added log message for when a VM is deleted. |
2006-12-01 |
Ewan Mellor |
12728:41381d057ee0 |
Include the rotated xend.log.X in the bug report. |
2006-12-01 |
Ewan Mellor |
12727:5dae3263f85c |
Link test/test_bindings against libxenapi in the new location. |
2006-12-01 |
kfraser |
12726:bec95280b565 |
[XEN] Quieten down HVM debug output. |
2006-12-01 |
Ewan Mellor |
12725:36fe7ca48e54 |
Tidy up the creation of directories that Xend needs. This avoids potential |
2006-12-01 |
Alastair Tse |
12724:aedeaa926893 |
merge |
2006-12-01 |
Alastair Tse |
12723:6cbe0449dc85 |
[XEND] More fixes for HVM device configuration parsing |
2006-12-01 |
kfraser |
12722:f35f17d24a23 |
[HVM] Add canonical address checks and generally clean up. |
2006-12-01 |
Alastair Tse |
12721:c032103da101 |
[XEND] Fix missing serial and localtime args in device model for HVM |
2006-12-01 |
kfraser |
12720:e6b4dc82b1e3 |
[XENOPROF] Fix oprofile for AMD SVM guests. |
2006-12-01 |
kfraser |
12719:a3aab403ec21 |
[HVM][VMX] Rename io.c -> intr.c. |
2006-12-01 |
kfraser |
12718:2801a14d169a |
[HVM][VMX] Fix for CR8 acceleration on 64bit guest. |
2006-12-01 |
Tim Deegan |
12717:697b0203e68f |
[XEN] Fix error paths in p2m insertion code |
2006-11-30 |
Ewan Mellor |
12716:952c2cddff0c |
Fix default for the authentication on the Xen-API server -- the default should |
2006-11-30 |
Ewan Mellor |
12715:fbfbc6ed47d9 |
Fix managed domain rebooting by only complaining about a VM name conflict if |
2006-11-30 |
Ewan Mellor |
12714:2e5291248789 |
Fix registration on managed domains on xend restart. |
2006-11-30 |
Ian Campbell |
12713:5091a9a55d86 |
[XEN] Only parse the crashkernel command line parameter once on boot |
2006-11-30 |
Ian Campbell |
12712:f6993ff5cf49 |
[XEN] Rename machine_shutdown to machine_reboot_kexec to better |
2006-11-30 |
Ian Campbell |
12711:d7f71de58c4b |
[LINUX] Fix backward compatibility with hypervisors which do not support kexec. |
2006-11-30 |
Ewan Mellor |
12710:cefb1f761f0b |
Fix HVM shutdown when xend is restarted. |
2006-11-30 |
Ewan Mellor |
12709:dde9e37c0671 |
Fix-up reference to name_label. |
2006-11-30 |
Ewan Mellor |
12708:2e9eb9980c41 |
Reinstate the reboot-feature code that was accidentally lost as part of the |
2006-11-30 |
Ian Campbell |
12707:c7e33053f59b |
[LINUX] Only initialise kexec in domain0. |
2006-11-30 |
kfraser |
12706:582d21e2d3cd |
[QEMU] Do shift-key processing in QEMU monitor terminal when connected via VNC. |
2006-11-30 |
kfraser |
12705:b7095209e31a |
[LIBXC] Fix Solaris build: Use XC_PAGE_SIZE not PAGE_SIZE. |
2006-11-30 |
kfraser |
12704:30fe5097cf7f |
[LINUX] Properly trigger XenbusStateClosed in blkfront |
2006-11-30 |
kfraser |
12703:f19ddc0ee3e6 |
[QEMU] usb-uhci: Data buffer is too small |
2006-11-30 |
kfraser |
12702:f66f7c3a82a7 |
[QEMU] Simpler workaround for guest writes to PCI config |
2006-11-30 |
kfraser |
12701:ccc419cbe0ba |
[LINUX] Missing xenoprof.h header file for x86/64. |
2006-11-30 |
kfraser |
12700:a2c26a896725 |
[XEN] Remove use of 'inline' on functions accessed via pointers. |
2006-11-30 |
kfraser |
12699:2c5bed93ffbc |
linux/x86-64: missing agp.h |
2006-11-30 |
kfraser |
12698:27a5a62552c0 |
[MINIOS] Improved unbind_all_ports(). |
2006-11-30 |
kfraser |
12697:5adde07b4b8a |
[XEN] Arch-specific softirq definitions. |
2006-11-30 |
kfraser |
12696:d5d5915f4a7c |
[XEN] Proper segmentation emulation added to HVM emulated PTE writes. |
2006-11-30 |
Ian Campbell |
12695:01860d20feac |
merge |
2006-11-30 |
Ian Campbell |
12694:7ee6d20893f7 |
[XEN] Do not spin at the end of machine_crash_kexec(). If there was no crash |
2006-11-30 |
Alastair Tse |
12693:18b4b0fdf56b |
[XEND] Fix HVM configuration parsing typo for certain cfg values. |
2006-11-30 |
Alastair Tse |
12692:8b91546569d7 |
[XEND] Catch TypeErrors when unexpected SXP is encountered. |
2006-11-30 |
Alastair Tse |
12691:b2f5f1251330 |
[XEND] Fix Xen API attribute access to be robust to missing keys. |
2006-11-30 |
Alastair Tse |
12690:d9b5e34c4e5c |
[XEND] Checks to make sure the image type is valid in configuration |
2006-11-30 |
Alastair Tse |
12689:96621d417bd4 |
[XENAPI] Update debugging scripts to support vbd_list |
2006-11-30 |
Alastair Tse |
12688:09c29e91e3cd |
[XEND] Rename Xen API methods to match case of the API documentation |
2006-11-30 |
Alastair Tse |
12687:a3b8c9e773e1 |
[XEND] Fix hidden vcpu state when calling xm-list |
2006-11-30 |
Alastair Tse |
12686:5bed7bc05c8a |
[XEND] Remove SXP from most parts of Xend. |
2006-11-30 |
Ian Campbell |
12685:e7cb5813e2a7 |
Update -xen0 defconfig for nhew kexec option |
2006-11-30 |
kfraser |
12684:b1d538e557ee |
[XEN] Fix SIB byte decode when extended by REX.X and REX.B. |
2006-11-30 |
Ian Campbell |
12683:5d6be0099bdf |
merge |
2006-11-30 |
Ian Campbell |
12682:2a17ff9b8ffc |
[XEN] kexec: use parse_size_and_unit() when parsing crashkernel |
2006-11-30 |
Ian Campbell |
12681:b19922790440 |
[XEN] Fixup whitespace and tweak for Xen coding style. |
2006-11-30 |
Ian Campbell |
12680:aa08fbbf1243 |
[LINUX] kexec: Backport fix for overlapping program headers in x86_64 linker script. |
2006-11-30 |
Ian Campbell |
12679:a1a04c48da6c |
[XEN] Kexec / Kdump: x86_64 specific code |
2006-11-30 |
Ian Campbell |
12678:5690d18637f5 |
[XEN] Kexec / Kdump: x86_32 specific code |
2006-11-30 |
Ian Campbell |
12677:2b43fb3afb3e |
[XEN] Kexec / Kdump: Code shared between x86_32 and x86_64 |
2006-11-30 |
Ian Campbell |
12676:c988f781817d |
[XEN] Kexec / Kdump: Generic code |
2006-11-30 |
kfraser |
12675:88935ae47fa9 |
[XEN] Simplify x86_emulate interface. |
2006-11-29 |
Ewan Mellor |
12674:d1b0a5adaeab |
Added the console class to the diagram. |
2006-11-29 |
Ewan Mellor |
12673:884c25ba7d26 |
State that getters and setters do not have asynchronous versions -- there's no |
2006-11-29 |
Ewan Mellor |
12672:5e9812e53300 |
New modelling for consoles -- have them as separate classes attached to the |
2006-12-02 |
awilliam |
12671:6fdbf173142d |
[IA64] update xc_set_hvm_param(), add xc_get_hvm_param() |
2006-12-01 |
awilliam |
12670:0705db48d23c |
[IA64] Change to new interrupt deliver mechanism. |
2006-12-01 |
awilliam |
12669:76d379e3f1d7 |
[IA64] Check CPL for break 0x80001 case |
2006-11-30 |
awilliam |
12668:49ab12a04d16 |
[IA64] Make do_ssc() not fall into an infinite loop |
2006-11-30 |
awilliam |
12667:fa0f2a90059f |
[IA64] Fix failure when Xen is booted with "nomca" |
2006-11-30 |
awilliam |
12666:9f56556f08cb |
[IA64] Fix for viosapic interrupts |
2006-11-30 |
awilliam |
12665:62686b2e13ea |
[IA64] HVM domains need to trigger do_softirq for PAL_HALT_LIGHT too |
2006-11-30 |
awilliam |
12664:439051df45f3 |
[IA64] fix p2m traversing race |
2006-11-30 |
awilliam |
12663:4fae646d60da |
[IA64] move pgtable-nopud.h to modify from linux/ to linux-xen/. |
2006-11-30 |
awilliam |
12662:251630d85510 |
[IA64] Update PV-on-HVM to follow status of interrupt controller |
2006-11-30 |
awilliam |
12661:52e6bf6dc744 |
[IA64] Fix sparse tree xenoprof/perfmon/oprofile build dependencies |
2006-11-29 |
awilliam |
12660:d8c32fa3e3a9 |
merge with xen-unstable.hg |
2006-11-29 |
kfraser |
12659:463bda167715 |
merge |
2006-11-29 |
kfraser |
12658:c630278d4193 |
[HVMLOADER] Clean up makefile, change TPM detection. |
2006-11-29 |
Ewan Mellor |
12657:2773c39df9a6 |
Fix xm new -F -- this fix was recently introduced for xm create. |
2006-11-29 |
Ewan Mellor |
12656:1b501311c778 |
Move the assert under the protection of the in_transaction flag. |
2006-11-29 |
Ewan Mellor |
12655:07e3f39eaf10 |
Silence log message when trying to unregister a watch that's already been |
2006-11-29 |
kfraser |
12654:53795f0a41b1 |
[LINUX] Avoid triggering the softlockup BUG when offline for too long. |
2006-11-29 |
kfraser |
12653:f32abd365ae0 |
[LINUX] console: Fix comment. |
2006-11-29 |
kfraser |
12652:4876e7ebca6e |
[XENOPROFILE, LINUX] compilation fix on x86_64 |
2006-11-29 |
kfraser |
12651:9164f836943d |
[HVMLOADER] Fix CFLAGS. |
2006-11-29 |
kfraser |
12650:8832712b0b37 |
[LINUX] console: Add option to use /dev/xvc0, major=204, minor=191. |
2006-11-29 |
kfraser |
12649:15e80a946a6a |
[HVM][VMX] NX bit implies PAE can be enabled. If IA32 VMX guest finds |
2006-11-29 |
kfraser |
12648:f69c4a275d4d |
[DOCS] Update for new Xen boot parameters. |
2006-11-29 |
kfraser |
12647:4dad3420d74a |
Fix for network routing setup. Enables proxy arp on dom0's externally visible interface. |
2006-11-29 |
Ewan Mellor |
12646:ec2af46f9472 |
Diagnose a failure to open the xend-debug.log, and make the /var/log/xen |
2006-11-29 |
kfraser |
12645:a98bec6aacac |
[XEN] Emulator fixes. |
2006-11-28 |
Ewan Mellor |
12644:81c9213b3d39 |
A trivial fix. login_unconditionally needs to be called with |
2006-11-28 |
Ewan Mellor |
12643:bd5ebf33f222 |
Wait for device-bringup inside domain_start, outside the scope of the |
2006-11-28 |
Ewan Mellor |
12642:33951d547223 |
Plumb the "start_paused" flag through for VM.start and VM.resume. Do not |
2006-11-28 |
kfraser |
12641:39e40ccf7df5 |
Allow DMA address width to be overridden with boot parameters: |
2006-11-28 |
Ewan Mellor |
12640:d30be569532d |
Add test_bindings back into the build -- it isn't integrated with the normal |
2006-11-14 |
jfehlig |
12639:1fce8221d473 |
Fix casing of various functions in XendAPI class. |
2006-11-28 |
kfraser |
12638:a4ba47e9bc1f |
Clean up the DMADOM physical upper limit handling to properly honour |
2006-11-22 |
jfehlig |
12637:9493864f7a3c |
Add libxen to overall xen build via a config option in Config.mk. |
2006-11-28 |
Ewan Mellor |
12636:221b8ea81823 |
Dummy implementation of get_platform_keymap, so that the API layer doesn't |
2006-11-28 |
Ewan Mellor |
12635:fe15bf5a58ad |
Allow the C bindings to be more permissive when a structure is missing some |
2006-11-28 |
kfraser |
12634:514ed4f0e5da |
[HVMLOADER][ACPI] Move SSDT initialisation to acpi/ dir. |
2006-11-28 |
Ian Campbell |
12633:6c2c7ff6265a |
[LINUX] Update to 2.6.16.33. |
2006-11-29 |
awilliam |
12632:d54bcabd0624 |
[IA64] Create viosapic handling for IPF. |
2006-11-29 |
awilliam |
12631:775fea0a4f16 |
[IA64] remove undefined debugging line |
2006-11-28 |
awilliam |
12630:fe565ac4bf25 |
[IA64] xenoprof linux/ia64 part |
2006-11-28 |
awilliam |
12629:8ab9b43ad557 |
[IA64] xenoprof ia64 xen side |
2006-11-28 |
awilliam |
12628:112e0e3b4852 |
[IA64] add dummy empty header files necessary for xenoprof/ia64 |
2006-11-28 |
awilliam |
12627:d5a48cfc1db2 |
[IA64] increase xen side pmu constatns for motecito. |
2006-11-28 |
awilliam |
12626:dc614bb5b0e8 |
[IA64] import linux/arch/ia64/oprofile/perfmon.c |
2006-11-28 |
awilliam |
12625:da51aee40456 |
[IA64] import perfmon, oprofile related files from linux to linux-sparse |
2006-11-28 |
awilliam |
12624:6cfe32a69ac6 |
[IA64] import oprofile, perfmon related files from linux to xen. |
2006-11-28 |
awilliam |
12623:4f4d358aa5e4 |
merge with xen-unstable.hg |
2006-11-28 |
kfraser |
12622:7826e5482d42 |
[XEN] Add emulator tracing diagnostic on error path. |
2006-11-28 |
Ewan Mellor |
12621:1c51c580dc05 |
Bump xend_config_format to 3, to indicate that the lifecycle patches are |
2006-11-28 |
kfraser |
12620:5c47222b60dc |
[HVMLOADER] acpi: Implement an acpi_rsdp_get() function that searches |
2006-11-28 |
kfraser |
12619:4666710bfc55 |
[BLKTAP] Use lartge enough types to express parameters of large block devices. |
2006-11-28 |
kfraser |
12618:99878f3f74ee |
[HVM][SVM] Allows 64bit HVM AMD-V Linux guests to boot. |
2006-11-28 |
kfraser |
12617:7cb4376044b5 |
[QEMU] pci: Unaligned config read/write overflow |
2006-11-28 |
kfraser |
12616:b08e7ed94991 |
[XENOPROFILE] fix shared_xenoprof_page_with_guest() and cleanup. |
2006-11-28 |
Ewan Mellor |
12615:bbcaa0cad3d2 |
Added xm list --state option, to select VMs with a particular state. Make |
2006-11-28 |
Ewan Mellor |
12614:723dbe1fc751 |
Do not display -1 as the domid when a VM is not running -- simply leave the |
2006-11-28 |
Tim Deegan |
12613:4cd39f7f090d |
[XEN] Clear just the _PAGE_RW bit when shooting writeable mappings |
2006-11-28 |
kfraser |
12612:0af1ba62a14b |
merge |
2006-11-28 |
kfraser |
12611:b75574cb80a3 |
[HVM] Add/fix access rights and limit checks to INS/OUTS emulation |
2006-11-28 |
kfraser |
12610:519a74928bd4 |
[HVM] Non-flat protected mode HVM support. |
2006-11-28 |
kfraser |
12609:62b0b520ea53 |
[HVM] Fix MSR access code. |
2006-11-28 |
Ewan Mellor |
12608:fa8b2059c5d8 |
Fix missing import. |
2006-11-28 |
Ewan Mellor |
12607:7a5246955bef |
Don't bail if the VM renaming at the end of saving doesn't succeed -- we |
2006-11-28 |
Ewan Mellor |
12606:ee70bf177981 |
Added configuration for authentication through Xen-API -- it can now be set |
2006-11-28 |
Ewan Mellor |
12605:018af1c94a5e |
Fix log message. |
2006-11-28 |
Ewan Mellor |
12604:6206685650f5 |
Implement an "allowed hosts" mechanism for the XML-RPC server layer, using |
2006-11-28 |
Tim Deegan |
12603:b4baf35cff11 |
[XEN] Remove valid_mfn(). |
2006-11-28 |
Tim Deegan |
12602:658b9c47db98 |
[XEN] Don't unpin old shadow top levels until the new ones are pinned. |
2006-11-27 |
Ewan Mellor |
12601:3b961863062d |
Cope with non-integer domids (i.e. None) in the error message surrounding |
2006-11-27 |
kfraser |
12600:9d6bc06919e0 |
[HVM] Re-introduce the 'apic' configuration option, default to 1. |
2006-11-27 |
kfraser |
12599:93e657836d07 |
[XEN] Remove VALID_MFN(); replace uses with mfn_valid(). |
2006-11-27 |
Ewan Mellor |
12598:445db3980f61 |
When suspending and resuming, look up the managed path using the domain's UUID. |
2006-11-27 |
Ewan Mellor |
12597:1c09d1d195e7 |
Don't send the old state string for halted domains -- it doesn't make any |
2006-11-27 |
Ewan Mellor |
12596:ca01484e4e8c |
Reset the domain name after the save completes. This is necessary, now that |
2006-11-27 |
Ewan Mellor |
12595:7c0f72918cec |
Add xm resume to the commands list. |
2006-11-27 |
kfraser |
12594:2ae4e4e89d6d |
[XEN] Cleanups to phys/mach address handling. |
2006-11-27 |
Ian Campbell |
12593:c242b6d6a64a |
[LINUX] Import kasprintf patch from upstream. |
2006-11-27 |
Ian Campbell |
12592:aaaa249e6f3b |
[LINUX] Update to Linux 2.6.16.32 |
2006-11-27 |
Ian Campbell |
12591:447ac06f74d3 |
[LINUX] Update to Linux 2.6.16.31 |
2006-11-27 |
Ian Campbell |
12590:a5aadc4c6bb6 |
[LINUX] Update to 2.6.16.30. |
2006-11-27 |
kfraser |
12589:277bdeee88f8 |
[NET] back: Fix DPRINTK message. |
2006-11-27 |
Ewan Mellor |
12588:57422757b04c |
Fix typo. |
2006-11-27 |
Ewan Mellor |
12587:dc1c8ae0a87a |
Do not bother waiting for the old HttpServer and UnixHttpServer threads when |
2006-11-27 |
kfraser |
12586:b6c6a1efbfaf |
[HVM] Move IOAPIC ID back to 0x00. Shift LAPIC IDs to 0x01 upwards. |
2006-11-27 |
kfraser |
12585:63786d35bc48 |
[HVM] Fix 8259 ELCR masks. |
2006-11-27 |
kfraser |
12584:5e70a5184746 |
[XENOPROFILE] removed unused gmaddr argument. |
2006-11-27 |
kfraser |
12583:d9c8a18624fb |
[MINIOS] Switched to new interface for HYPERVISOR_sched_op(). |
2006-11-27 |
kfraser |
12582:8795be1653c9 |
[HVM] Fix bugs in RTC alarm code. |
2006-11-27 |
kfraser |
12581:f711b87ba951 |
[QEMU] fdc: Limit sector size to 16K |
2006-11-27 |
kfraser |
12580:f3ee62b7fb52 |
[VMXASSIST] Fix the wrong order definition of ES/DS in regs structure. |
2006-11-27 |
kfraser |
12579:84c0f49de1b1 |
[PATCH] svm: fix RIP-relative addressing in invlpg emulation |
2006-11-27 |
kfraser |
12578:b0a86eda868a |
[HVM] Small fixes to mmio decoder/emulator. |
2006-11-27 |
kfraser |
12577:97c552510470 |
[MINIOS] Exports a function to have all Xen ports unbound. |
2006-11-27 |
kfraser |
12576:50467f56ed65 |
[HVM] Fix building PV-on-HVM drivers on i386. |
2006-11-26 |
kaf24 |
12575:25cb51eed511 |
Update hgignore list |
2006-11-26 |
kaf24 |
12574:4d07411c517a |
[HVM] Dynamically build ACPI-table data block. |
2006-11-26 |
kaf24 |
12573:91951de7592c |
[XEN] Fix emulator EA calculation for LODS/STOS. |
2006-11-26 |
kaf24 |
12572:e4bb22422b50 |
[XEN] Clean up EA computation in emulator. |
2006-11-26 |
kaf24 |
12571:d37b210bb8a7 |
[HVM] Update VPIC device model for new interrupt delivery code. |
2006-11-24 |
kfraser |
12570:074b4b34e049 |
[HVM] VPIC (i8259) device model cleanups. |
2006-11-24 |
kfraser |
12569:cdd9e366aa59 |
[HVM] Unaligned write to a PTE is a good indication the |
2006-11-24 |
Ewan Mellor |
12568:a1441f389dc1 |
Fix vncdisplay handling. |
2006-11-24 |
Tim Deegan |
12567:d9f2de16ae5a |
[HVM] Fix hvm_copy_[to|from]_guest_virt |
2006-11-23 |
Tim Deegan |
12566:6d892ea6194d |
[VMX] Make sure that the WP bit is always set in CR0 when running SVM guests. |
2006-11-23 |
Tim Deegan |
12565:cd40792968cb |
Merge |
2006-11-23 |
Tim Deegan |
12564:2fd223c64fc6 |
[XEN] Pin l3 shadows of older x86_64 linux guests. |
2006-11-23 |
Tim Deegan |
12563:47a8bb3cd123 |
[XEN] Don't call domain_crash_synchronous() with shadow lock held. |
2006-11-23 |
Tim Deegan |
12562:7a38b70788a5 |
[XEN] Simplify the shadow hash table. |
2006-11-23 |
Tim Deegan |
12561:6f0d8434d23f |
[XEN] Use a separate struct shadow_page_info for shadow pages |
2006-11-23 |
kfraser |
12560:3127a43786d8 |
[XEN] Small ioemul cleanup. |
2006-11-23 |
kfraser |
12559:62307643804e |
[XEN] Extend emulator to fully decode ModRM and SIB bytes. |
2006-11-23 |
Ian Campbell |
12558:2d8784764b52 |
[XEN] Avoid using regparm on a typedef. |
2006-11-23 |
Ian Campbell |
12557:c98a8e2c62d1 |
[BLKFRONT] Only attempt to recover a device on resume if it was connected when |
2006-11-23 |
Steven Smith |
12556:4ddda0bbb57c |
[SVM] Make sure that the WP bit is always set in CR0 when running SVM guests. |
2006-11-22 |
kfraser |
12555:2ef0f17a9af9 |
[HVM] Update ACPI tables to reflect new PIRQ routing: |
2006-11-22 |
kfraser |
12554:a8d31d5ce258 |
[HVM] Move PCI and PCI-ISA bridge setup to hvmloader. |
2006-11-22 |
PeterJohnston |
12553:b8cc9ffda0a3 |
[QEMU] Add TCP_NODELAY to tcp connections exporting serial ports. |
2006-11-21 |
Brendan Cully |
12552:a8d2b1393b76 |
Add -p/--paused flag to xm restore. |
2006-11-17 |
jfehlig |
12551:cbbfadf7c8a5 |
The legacy apis return a value of None on success, which was being converted to a value of 'nil' in the xmlrpc response. |
2006-11-22 |
Ewan Mellor |
12550:f15b6cbb654b |
Stop the kernel and ramdisk from being nuked if the kernel_external bootloader |
2006-11-22 |
kfraser |
12549:899fb1b891a9 |
[XEN] Fix the build. |
2006-11-22 |
kfraser |
12548:40a61d01e9dc |
[HVM] Set VIOAPIC ID to a value that does not conflict with LAPIC IDs. |
2006-11-22 |
kfraser |
12547:18cd7d886949 |
[HVM] Fix instruction linear address computation. |
2006-11-22 |
kfraser |
12546:cc180acf4693 |
[TOOLS] Check for python-devel. |
2006-11-22 |
kfraser |
12545:fe5ed694b0c2 |
[IA64] Change callback_irq spec of PV-on-HVM for IPF |
2006-11-22 |
kfraser |
12544:395aa5609e6d |
[LINUX] Make xen /dev/mem aware of IA64 to use X. |
2006-11-22 |
kfraser |
12543:a3c6479c87ef |
[MINIOS] Refactored mm.c and sched.c. x86 arch specific code got moved to |
2006-11-22 |
kfraser |
12542:60b60f75a221 |
[POWERPC][LIBFS] Fix build breakage in log2 assembly. |
2006-11-22 |
kfraser |
12541:1d7d5d48fcdc |
[XENOPROFILE] Make xenoprof arch-generic with dynamic mapping/unmapping xenoprof |
2006-11-22 |
kfraser |
12540:1ef9954a2668 |
[XENOPROFILE] Update xenoprof linux side patch following Renato's comment. |
2006-11-22 |
kfraser |
12539:b63584cc9376 |
[XENOPROF] Make xenoprof of linux side arch generic with some bug fixes. |
2006-11-22 |
kfraser |
12538:2f15fce77758 |
[XENOPROFILE] Split linux-2.6-xen-sparse/arch/i386/oprofile/xenoprof.c into |
2006-11-22 |
kfraser |
12537:da5c5fc8908f |
[XENOPROFILE] Replace x86 specific code in xen/common/xenoprof.c |
2006-11-22 |
kfraser |
12536:fc11c91e5371 |
[XENOPROFILE] Move code under xen/arch/x86/oprofile to xen/common. |
2006-11-21 |
kfraser |
12535:f555a90bcc37 |
[HVM] Reworked interrupt distribution logic. |
2006-11-21 |
Ewan Mellor |
12534:b80f00215bba |
The legacy HTTP entry point for Xend remote access didn't hook the |
2006-11-21 |
kfraser |
12533:08007423788a |
[XEN] Fix potential crash in grant-table code if |
2006-11-21 |
Ewan Mellor |
12532:0747d0b11232 |
Fix iptable handling when multiple addresses have been specified. |
2006-11-21 |
Ewan Mellor |
12531:6661355c450e |
Added an xm console -q flag. |
2006-11-21 |
Ewan Mellor |
12530:00ed59a6f043 |
This is a refactored version of a previous patch that destroys external |
2006-11-21 |
Ewan Mellor |
12529:e2d593dd1689 |
A small fix to the documentation to reflect recent changes to the |
2006-11-21 |
Ewan Mellor |
12528:bc14f1e1961a |
There is a somewhat trivial issue with XendCheckpoint.py right now in |
2006-11-21 |
kfraser |
12527:0c0ef61de06b |
[BLK] Handle block devices with more than 2^32 sectors. |
2006-11-21 |
kasai takanori |
12526:82ba3c086e6c |
Add example of keyboard layout |
2006-11-27 |
awilliam |
12525:7e7846ea4ab3 |
[IA64] Idle domain doesn't need to save and restore fph |
2006-11-27 |
awilliam |
12524:b39844e292f6 |
[IA64] fix p2m table destruction |
2006-11-22 |
awilliam |
12523:0114b372dfae |
[IA64] fix a bug in vmx_send_assist_req() |
2006-11-22 |
awilliam |
12522:8254ba7c0def |
[IA64] fix paravirtualization of clone2() system call. |
2006-11-22 |
awilliam |
12521:357a3c90d67b |
[IA64] New initial memory interface for HVM on ia64 |
2006-11-20 |
awilliam |
12520:bcd2960d6dfd |
[IA64] fix broken PAL_HALT_LIGHT |
2006-11-20 |
awilliam |
12519:0699c3eff7a3 |
merge with xen-unstable.hg |
2006-11-20 |
Ewan Mellor |
12518:ea457d9d3fb2 |
Cleanup after the bootloader even if the domain building fails. |
2006-11-20 |
Tim Deegan |
12517:b0a58923fab5 |
[XEN] Update shadow audit code. |
2006-11-20 |
Tim Deegan |
12516:8ff3287f4169 |
Merge |
2006-11-20 |
Tim Deegan |
12515:0bbc1e003ef2 |
[XEN] Remove write access to new PT before discarding old shadow. |
2006-11-20 |
kfraser |
12514:c5538dc68542 |
[MINIOS] Delay enabling event delivery at start of day. |
2006-11-16 |
Jake Wires |
12513:f0ba459065d3 |
[BLKTAP] fix race between ufe_ring and blk_ring in blktap.c |
2006-11-17 |
Alastair Tse |
12512:f1d2860c5137 |
[XEND] Accomodate extra "devices" in SXP that do not have DevControllers |
2006-11-17 |
Alastair Tse |
12511:516821812322 |
[XEND] Revert changes in changeset 12328 |
2006-11-17 |
Alastair Tse |
12510:645ef4726bce |
[XEND] Fix missing domains on domU reboot. |
2006-11-17 |
kfraser |
12509:58f28e00001e |
[LIBXC] Replace API uses of size_t with ulong. |
2006-11-17 |
kfraser |
12508:726960294d4b |
[XEN] Fix build. Mercurial ate my changeset fixups. :-( |
2006-11-17 |
kfraser |
12507:781ea5017f18 |
[XEN] Restrict access to grant-mapping operations. |
2006-11-17 |
kfraser |
12506:075f4ffdbbce |
[QEMU] rtl8139: Disallow chaining above 64K |
2006-11-17 |
kfraser |
12505:51edd3c6a4d8 |
[LINUX] Add process profiling hook to timer ISR. |
2006-11-17 |
kfraser |
12504:6a26f49d3b16 |
HVM cleanups: |
2006-11-17 |
kfraser |
12503:d19b8542865b |
[HVMLOADER][VTPM] Add support for a TCG ACPI table. |
2006-11-17 |
kfraser |
12502:ca9b569ffb63 |
[OPROFILE] Add support for core and core2 chips. |
2006-11-17 |
kfraser |
12501:7f7aeaa0cba6 |
[HVMLOADEr] Reserve MMIO 0xa0000 to 0xc0000 in ACPI dsdt. |
2006-11-17 |
kfraser |
12500:729a6231de35 |
[TOOLS] Provide common LFS CFLAGS/LDFLAGS additions in Rules.mk. |
2006-11-17 |
kfraser |
12499:b631e7885b5f |
[MINIOS] Refactor spinlock header for multi-arch support. |
2006-11-17 |
kfraser |
12498:ba4c40353fff |
[MINIOS] Event channel hypercall update for 64-bit guests. |
2006-11-17 |
kfraser |
12497:e343f1850be0 |
[MINIOS] Move initialisation of events (masking event channels) |
2006-11-16 |
kfraser |
12496:73ef90055339 |
[XEN] Add missing #include. |
2006-11-16 |
kfraser |
12495:cf98903ebb22 |
[XEN] Scheduling hypercalls defer entry to the scheduler to softirq |
2006-11-16 |
Tim Deegan |
12494:5f7b5e5ca14b |
[HVM] Decouple the RTC from the PIT periodic timer |
2006-11-16 |
Tim Deegan |
12493:992723a0ceb1 |
[XEN] Remove redundant calls to check_for_early_unshadow() |
2006-11-16 |
Alastair Tse |
12492:fc25a6eadccd |
[XEND] Fix PCI configuration parsing and SXP output |
2006-11-16 |
kasai takanori |
12491:9c9dbc5df557 |
Add to select keyboard layout |
2006-11-16 |
Ewan Mellor |
12490:c677f4e75608 |
Fix clobbering bug when hde is specified; QEMU only supports up to hdd, but |
2006-11-16 |
kfraser |
12489:d0e9da9cc84a |
[HVM] Disallow PTE updates and MMIO accesses from hypervisor mode |
2006-11-16 |
kasai takanori |
12488:2dea3be89513 |
Fix of floppy disk configuration check |
2006-11-16 |
Ewan Mellor |
12487:cb4031c9d371 |
This patch improves an usage message about xm dump-core command. |
2006-11-16 |
Ewan Mellor |
12486:c2bc435da114 |
Fix cpu_cap option. |
2006-11-16 |
Ewan Mellor |
12485:76e5bf49cb37 |
Improve error message when trying to pause / unpause domain 0. |
2006-11-16 |
Ewan Mellor |
12484:989fd189f529 |
Fix xm migrate error message when trying to migrate domain 0. |
2006-11-16 |
kaf24 |
12483:ba84d697b1ea |
[NET] back: Fix bug in 12262:ac2097d71e06dbbf77279af10d6ae7359d921ab0. |
2006-11-16 |
kaf24 |
12482:b276ed52616a |
[IA64] Fix build breakage. |
2006-11-16 |
kaf24 |
12481:37338c405493 |
Xen trivial build fix. Oops. |
2006-11-15 |
Andrew Warfield |
12480:66a169df22c5 |
[BLKTAP] Little error handling fix to blktapctrl.c. |
2006-11-15 |
kfraser |
12479:3fa6635d04b9 |
[XEN] Various selector and callback cleanups to simplify the tools |
2006-11-15 |
kfraser |
12478:a9d2106313fa |
[BUILDER] Simplify vcpu context initialisation by pre-zeroing |
2006-11-15 |
kfraser |
12477:bda05853cf21 |
[XEN] Define remaining x86 public pointer fields as guest handles. |
2006-11-15 |
kfraser |
12476:85f331c7af76 |
[TOOLS] Rename chekc_hotplug to check_udev and fix permissions. |
2006-11-15 |
Tim Deegan |
12475:11a93cc59159 |
[XEN] Track high-water-mark of p2m map |
2006-11-15 |
Ewan Mellor |
12474:6e22ba721720 |
Add the VNC port to the output of xm list --long, if the value has been written |
2006-11-15 |
kfraser |
12473:0839db0aa611 |
[MINIOS] Add timer support. |
2006-11-15 |
kfraser |
12472:85c57682d772 |
[LIBXC] Clarify error messages to talk about allocation 'extents' |
2006-11-15 |
Steven Smith |
12471:f9ade0890e03 |
[PV-ON-HVM] Correct some out of date documentation. |
2006-11-15 |
kaf24 |
12470:fb107b9eee86 |
merge with xen-ia64-unstable.hg |
2006-11-14 |
Andrew Warfield |
12469:4d47322a7729 |
Fix breakage of blktap device strings from cset 63d1b02dad347e8feb845d8a8b482e251a478164. |
2006-11-20 |
awilliam |
12468:066094348f22 |
[IA64] Fix for queueing the MCA error logs |
2006-11-20 |
awilliam |
12467:be0d68a027fb |
[IA64] Grantcopy added to xcom_mini for netback module |
2006-11-20 |
awilliam |
12466:3ef3ac573a9a |
[IA64] eliminate redundant wakeup logic |
2006-11-20 |
awilliam |
12465:30b1325e6452 |
[IA64] counter part of 12385:bfe3f8f35e87 xen-unstable.hg. |
2006-11-15 |
awilliam |
12464:ac5330d4945a |
[IA64] Remove unecessary MCA boot messages |
2006-11-15 |
awilliam |
12463:05d227d81935 |
Merge in MCA tree |
2006-11-15 |
awilliam |
12462:344fc55eb52f |
[IA64] MCA support - Disable CPE interrupt mode for dom0 |
2006-11-15 |
awilliam |
12461:cef0cc0a3236 |
[IA64] MCA support - fix timer issue, log size issue, and limit logs to dom0 |
2006-10-29 |
awilliam |
12460:22e58b2b0b45 |
[IA64] warning fix |
2006-10-29 |
awilliam |
12459:d35c253139c2 |
[IA64] MCA support - Fix UINT64 & BOOLEAN typedefs |
2006-10-29 |
awilliam |
12458:48ad5ab86aa3 |
[IA64] MCA support - Add softirq handle for MCA |
2006-10-29 |
awilliam |
12457:8afae91f0d63 |
[IA64] MCA support - Define VIRQs for MCA |
2006-10-29 |
awilliam |
12456:fd86132cc3cd |
[IA64] MCA support - Add MCA offset entry |
2006-10-29 |
awilliam |
12455:6da8ccfa61d3 |
[IA64] MCA support - smpboot support for MCA |
2006-10-29 |
awilliam |
12454:e4213aa1b98d |
[IA64] MCA support - Add lid and percpu paddr table |
2006-10-29 |
awilliam |
12453:44119a4b46bd |
[IA64] MCA support - use xencomm to copy SAL error log |
2006-10-29 |
awilliam |
12452:5dd8306e9032 |
[IA64] MCA support - add include/asm-ia64/sal.h to sparse tree |
2006-10-29 |
awilliam |
12451:7452d58e4a3b |
[IA64] MCA support - Add sal emulation |
2006-10-29 |
awilliam |
12450:6384ff711405 |
[IA64] MCA support - Define MCA interrupt vector |
2006-10-29 |
awilliam |
12449:1464adb95681 |
[IA64] MCA support - Add binding of virq/ipi to irq |
2006-10-29 |
awilliam |
12448:efb346a02e70 |
[IA64] MCA support - Fix GET_THIS_PADDR and define log queue struct |
2006-10-29 |
awilliam |
12447:2afdc0066df6 |
[IA64] MCA support - Add percpu data physical addr mca_asm.S |
2006-10-29 |
awilliam |
12446:dc4a352d2143 |
[IA64] MCA support - interrupt.h changes for MCA support |
2006-10-29 |
awilliam |
12445:8a4c9ff5fa42 |
[IA64] MCA support - patch for MCA handler |
2006-11-14 |
awilliam |
12444:f78e499dd669 |
merge with xen-unstable.hg |
2006-11-14 |
Ewan Mellor |
12443:f026d4091322 |
Fix xm block-configure, by allowing the device ID to be unspecified inside |
2006-11-14 |
Tim Deegan |
12442:394da2dfb70d |
Speed up shadow of x86_64 Linux guests using 3 paging levels. |
2006-11-14 |
Tim Deegan |
12441:a07d6a05792e |
[XEN] Extend fix from 12403:680b37789200 to other emulation paths. |
2006-11-14 |
kfraser |
12440:bb76a76985fe |
[LINUX] x86/64: Fix backward compatibility to Xen 3.0.2. |
2006-11-14 |
George Dunlap |
12439:680b37789200 |
[XEN] Fix the "early unshadow" optimization to look at the entire pte. |
2006-11-14 |
kfraser |
12438:ade94aa072c5 |
[LINUX] Preserve flags when converting PTEs from machine to phys. |
2006-11-14 |
kfraser |
12437:9d88f224b7f1 |
[XENPERF] Pretty-print hypercall stats. |
2006-11-14 |
Tim Deegan |
12436:bcebb04c65c8 |
[XEN] Don't pass spurious reserved-bit faults to the guest |
2006-11-14 |
Tim Deegan |
12435:d6f54576ac22 |
[XEN] Don't use shadow linear maps in sh_set_toplevel_shadow() |
2006-11-14 |
kfraser |
12434:8f09c7d6bad1 |
[XEN][POWERPC] Change license on public/ headers from GPL to BSD. |
2006-11-14 |
kfraser |
12433:fa4b1c287afa |
[VMXASSIST] Remove unused variable declarations to avoid compiler warning. |
2006-11-14 |
kfraser |
12432:72560fd8e9bf |
[IA64] Fix weird behaviour when configuring >3G memory for a VTI domain. |
2006-11-14 |
kfraser |
12431:e0dc5a544ea1 |
[HVM] vlapic: More cleanups, simplifications and fixes. |
2006-11-13 |
jfehlig |
12430:5b97dafc7448 |
Add uuid to host record returned by host_get_record. libxen fails to parse the host record with this field missing. |
2006-11-09 |
john levon |
12429:2511ac1f1e21 |
Parsing 'df' output is extremely non-portable. Replace with a direct statvfs(). |
2006-11-13 |
kfraser |
12428:ad7b60a1db8c |
[XEN] Emulate IN/OUT instructions with full guest GPR context. |
2006-11-14 |
awilliam |
12427:c10d4c6df482 |
[IA64] remove ASSERT in vmx_init.c |
2006-11-14 |
awilliam |
12426:7cffdb2b44c9 |
[IA64] Add CCISS driver to build config and change nbd to a module |
2006-11-13 |
awilliam |
12425:fe543184f7f9 |
[IA64] Fix xencomm for xm mem-set command |
2006-11-13 |
awilliam |
12424:169687dab774 |
[IA64] Fix HVM interrupts on IPF |
2006-11-13 |
awilliam |
12423:2b0596c8a031 |
[IA64] create minimal vlapic.h |
2006-11-13 |
awilliam |
12422:63cb737b9a24 |
merge with xen-unstable.hg |
2006-11-13 |
kfraser |
12421:9a341c6ef6ae |
[IOEMU] Simply fake-bios init of the piix4acpi device. |
2006-11-13 |
kfraser |
12420:430e06e2aa08 |
[HVM][IA64] Due to IPF Guest Firmware will enumerate PCI, shutdown in |
2006-11-13 |
kfraser |
12419:63d58674596f |
[XEN] x86-64: don't compile some unused machine check code |
2006-11-13 |
kfraser |
12418:c5ad4b36fce2 |
[XEN] x86-64: don't compile some unused MTRR code |
2006-11-13 |
kfraser |
12417:f4be07b6ad61 |
[XEN Remove a stray newline in a printk. |
2006-11-13 |
kfraser |
12416:d0eb5da1086b |
[TOOLS] Add more checks for devel packages. |
2006-11-13 |
kfraser |
12415:bfe3f8f35e87 |
[XEN] Return -ENOSYS for undefined sub-functions. |
2006-11-13 |
kfraser |
12414:69388eba4c03 |
[XEN] x86-64: Since all memory is visible to Xen on x86-64, there is |
2006-11-13 |
kfraser |
12413:02899109a3ac |
[XEN] eliminate unused {g,i}dt{,_descr} |
2006-11-13 |
kfraser |
12412:3dfb2eef0f05 |
[XEN] x86-64: eliminate __GUEST_[CDS]S* |
2006-11-13 |
kfraser |
12411:c6efd6c2feaa |
[LINUX] Fix clear_fixmap(). |
2006-11-13 |
kfraser |
12410:16977bd93dbe |
[XEN] Add const to variable_test_bit() addr parm. |
2006-11-13 |
kfraser |
12409:f78bfe7bff73 |
[XEN] Get rid of many uses of domain_crash_synchronous(). |
2006-11-13 |
Ewan Mellor |
12408:38c16b375298 |
Fix handling of the entries-per-domain quota. Entries which are created by |
2006-11-13 |
kfraser |
12407:0b385df5f236 |
[VMX] A few small cleanups. |
2006-11-13 |
kfraser |
12406:f516774cbb27 |
[IOEMU] Fix Linux smp guest hangs with complaint "BUG: soft lock detected on CPU#0" |
2006-11-11 |
kaf24 |
12405:b1d436f094fa |
[PRIVCMD] Fix build warning when sizeof(long) > sizeof(int). |
2006-11-11 |
kaf24 |
12404:825be74657c3 |
[LIBFS] IA64 & PPC aren't making use of this right now, but it's silly to |
2006-11-11 |
kaf24 |
12403:d108efc94de7 |
[XENSTORED] Fix errno 'leak' in xenstored. |
2006-11-11 |
kaf24 |
12402:ddb3581f4f1c |
qemu error message for xc_domain_translate_gpfn_list() failure incorrect |
2006-11-11 |
kaf24 |
12401:fead92ec6b2d |
Fix integer overflow problem with libfsimage grub plugins. |
2006-11-11 |
kaf24 |
12400:5bdd8b5e3a1f |
[VMXASSIST] Support all data segments in mov_to_seg(). |
2006-11-10 |
kfraser |
12399:e821c15b7cfe |
[HVM] vlapic: No use of domain_crash_synchronous(). |
2006-11-10 |
kfraser |
12398:fda15861731e |
[HVM] Simplify apic dest-matching code. Refactor |
2006-11-10 |
kfraser |
12397:b7ffbec0e307 |
If domain_crash_synchronous() is called in the context of a multicall, |
2006-11-10 |
kfraser |
12396:f6b7ae6ed504 |
[LINUX] Support variable hypervisor_virt_start. |
2006-11-10 |
kfraser |
12395:ca75b51d69c7 |
[VMXASSIST] Emulate pop %ds and mov reg->{ds,es}. |
2006-11-10 |
awilliam |
12394:529b3f3fb127 |
[IA64] Guest PAL_INIT support for IPI |
2006-11-10 |
awilliam |
12393:dbfd94442e46 |
[IA64] fix merge error |
2006-11-10 |
awilliam |
12392:d6e40274f923 |
[IA64] faults.c indentation |
2006-11-10 |
awilliam |
12391:881f5b951553 |
[IA64] Remove unused function in efi.c |
2006-11-10 |
awilliam |
12390:e28beea6d228 |
[IA64] Fix time services of EFI emulation |
2006-11-10 |
awilliam |
12389:3ac52066af81 |
[IA64] Support Xen/IA64 self-grant-table-page-mapping. |
2006-11-10 |
awilliam |
12388:371d2837a1fe |
[IA64] preliminary clean up ia64 mm.c for blktap dom0 mount support. |
2006-11-10 |
awilliam |
12387:4816a891b3d6 |
[IA64] Fix SMP Windows boot failure |
2006-11-10 |
awilliam |
12386:51be39239c47 |
[IA64] fix vmx handler fault |
2006-11-10 |
awilliam |
12385:6f3b4d6b04f5 |
[IA64] fix VTI boot |
2006-11-10 |
awilliam |
12384:0361efd32d4d |
[IA64] build fixes |
2006-11-10 |
awilliam |
12383:3713ea43e636 |
[IA64] fix xencomm_handle_is_null(). |
2006-11-10 |
awilliam |
12382:8533c59c5b40 |
[IA64] compilation fix |
2006-11-10 |
awilliam |
12381:5c5af79e7272 |
[IA64] IA64 counter part of the change 12204:e6fdb32b786c of xen-unstable.hg |
2006-11-10 |
awilliam |
12380:93d7d0025408 |
[IA64] fix ia64 linux domain builder broken by 12009:4a320d26fc24 of xen-unstable.hg. |
2006-11-10 |
awilliam |
12379:ebed72718263 |
merge with xen-unstable.hg |
2006-11-10 |
kfraser |
12378:d19deb173503 |
[IA64,PPC] Fix xencomm_add_offset(). index must be incremented. |
2006-11-10 |
kfraser |
12377:25e6a17e82f0 |
Revert 12361:32f7b40ace426d3acdf26c21c20cb6b4562d9f10. |
2006-11-10 |
Ewan Mellor |
12376:bff7dde40467 |
When running tests unattended it's useful to know how long they have |
2006-11-10 |
kfraser |
12375:32f7b40ace42 |
[LINUX] Extend physical mapping to maxmem instead of mem |
2006-11-10 |
kfraser |
12374:5cdd4da17036 |
[XEN] memory_op hypercall does not use guest_handle_add_offset(). |
2006-11-10 |
Alastair Tse |
12373:f5b98471d6ff |
[XEND] Add missing parameter and import from XendAPI and XendCheckpoint. |
2006-11-10 |
Alastair Tse |
12372:7df5d39a0d9a |
Merge |
2006-11-10 |
Alastair Tse |
12371:b15168de4d91 |
[XEND] Make clear the distinction between backendPath and backendRoot |
2006-11-10 |
Alastair Tse |
12370:40a9f315b708 |
[XEND][XM] Fix sched-sedf to return the domid to correspond with xc.c |
2006-11-10 |
Alastair Tse |
12369:d243a33a6e51 |
[XEND] Add missing implementation for host_set_name_{label,description}. |
2006-11-10 |
Alastair Tse |
12368:272cd2dc7cdf |
[XENAPI] Make xapi.py work with modules in /usr/lib/python. |
2006-11-10 |
Ian Campbell |
12367:2df2acc05721 |
PV-on-HVM: TSO support prior to 2.6.9 appears to be unreliable, |
2006-11-10 |
Ian Campbell |
12366:60a4af3d243f |
PV-on-HVM: Do not enable barriers in blkfront before 2.6.16 |
2006-11-10 |
Tim Deegan |
12365:ac10e3047f36 |
[LIBFSIMAGE] Don't leak FDs or RAM when closing filesystems |
2006-11-10 |
kfraser |
12364:5a4517468f4f |
[HVM] Remove HVM halt timer. It's no longer needed since interrupts |
2006-11-10 |
kfraser |
12363:2d20b5432253 |
[HVM] Remove a duplicated range checking in vioapic_set_irq. |
2006-11-10 |
kfraser |
12362:814fbacfafc6 |
[HVM] Clarify ioreq interactions between Xen and qemu-dm. |
2006-11-10 |
Tim Deegan |
12361:357127ca8bf2 |
[LIBFSIMAGE] Further 64bit compile fix |
2006-11-10 |
kaf24 |
12360:b4e7365d451d |
[LIBFSIMAGE] Fix printf-format warning on x86/64. |
2006-11-09 |
Ewan Mellor |
12359:2e35cf028ff0 |
Server-side capitalisation fixes. |
2006-11-09 |
Ewan Mellor |
12358:913324616183 |
The attached patch implements more of the Xen-API functionality related |
2006-11-09 |
Ewan Mellor |
12357:62376b480034 |
Rename abstract_value.double_val -> float_val. All the other names match the |
2006-11-09 |
Ewan Mellor |
12356:eccbf694ba0b |
Added a destroy method for each object. Based upon the code for VM.destroy |
2006-11-09 |
Ewan Mellor |
12355:e3d42ea643b0 |
More capitalisation fixes -- the on-wire method name should match the |
2006-11-09 |
Ewan Mellor |
12354:329818f11f35 |
Minor tidying. |
2006-11-09 |
Ewan Mellor |
12353:08b38d041269 |
Replace uses of the typename (e.g. xen_host) where its used as a variable name. |
2006-11-09 |
kfraser |
12352:452010ddef24 |
[HVM] Change vlapic printk()s into appropriate gdprintk()s. |
2006-11-09 |
kfraser |
12351:617c187322ab |
[HVM] Clean up two small APIC TDCR issues. |
2006-11-09 |
Ian Campbell |
12350:5a9b79981a35 |
Add net-gso-5-rcv-mss.patch to series file. This was missed in |
2006-11-09 |
kfraser |
12349:6c975e642719 |
[HVM] Clean up IOREQ state managemnet and evtchn notifications. |
2006-11-09 |
kfraser |
12348:7968f02ede38 |
[XEN] Missed interface update belonging to previous changeset. |
2006-11-09 |
kfraser |
12347:4eaadb2ae198 |
[BLK] Add support for barrier writes to blkfront/blkback. |
2006-11-09 |
Alastair Tse |
12346:d293b17cd1c4 |
Merge |
2006-11-09 |
Alastair Tse |
12345:3b8c07bd0980 |
[XM-TEST] Relax craete_mem*_pos checks to allow a 2MB less than |
2006-11-09 |
Tim Deegan |
12344:b91f42ea5985 |
Merge |
2006-11-09 |
Tim Deegan |
12343:a5153d9c8c9f |
[XEN] Console keystroke to reset shadows. |
2006-11-09 |
Alastair Tse |
12342:de7c20b6eaae |
[XEND] Ignore dying domains when refreshing list of domains. |
2006-11-09 |
kfraser |
12341:ddc4bc24f07c |
[HVM] Clarify the HVM e820 map. Also make it rather more |
2006-11-09 |
Tim Deegan |
12340:14dc20d98ee1 |
[PYGRUB] Fix a few bounds violations in pygrub's command-line editor. |
2006-11-09 |
Tim Deegan |
12339:72579f0cdaf7 |
Use libfsimage for reading filesystem images. |
2006-11-09 |
Tim Deegan |
12338:f54e29a3be1f |
Add libfsimage, a C library for reading files from filesystem images. |
2006-11-09 |
kfraser |
12337:8fc5abda5200 |
[VMXASSIST] Fix mishandling of segment registers on entry into VM86_PROTECTED mode. |
2006-11-09 |
kfraser |
12336:d173b32f54ab |
[BLKTAP] Fix hotplug script to check if specified file exists. |
2006-11-09 |
kfraser |
12335:233ce78de4e4 |
Add lost record format in xentrace formats file. |
2006-11-09 |
kfraser |
12334:2a7b8d75ebf7 |
[IA64][VMX] Fix 3G memory limit for VTi domain. |
2006-11-09 |
kfraser |
12333:9b65a87f140f |
[XENSTORE] Fix xenstore-ls program to connect via kernel xenbus |
2006-11-09 |
Alastair Tse |
12332:0b8f79563bcd |
Merge |
2006-11-09 |
Alastair Tse |
12331:a14732833603 |
[XEND] Fix bug with managed domains not having their state updated. |
2006-11-09 |
Alastair Tse |
12330:023aa2926e79 |
[XEND] Fix domain_lookup_nr to check managed_domains too. |
2006-11-09 |
Alastair Tse |
12329:33ae8ae8693c |
[XEND][XM] Move system memory reporting to XendConfig rather than getSysMem. |
2006-11-09 |
kfraser |
12328:b1a68f065fbd |
[BLK] Expand number of fake-SCSI VBD volumes supported to 120. |
2006-11-09 |
kfraser |
12327:eea9247ad5a0 |
[XENOPROF] Oprofile user level samples for passive domains are being lost. |
2006-11-08 |
Ewan Mellor |
12326:b8a2db59150a |
Write the /local/domain/<domid>/vm node early in the startup process |
2006-11-08 |
Ewan Mellor |
12325:42769ff008b5 |
Ignore dying domains on recreate, and log the fact. |
2006-11-08 |
Ewan Mellor |
12324:fbf851ec9103 |
Added test_bindings to the ignore list. |
2006-11-09 |
kaf24 |
12323:6085f1e5366f |
[HVM] Avoid long delay between setting IRQ for PV drivers and |
2006-11-08 |
kaf24 |
12322:3280d6211213 |
[HVM] Reserve 2 pages for ACPI tables in e820. |
2006-11-08 |
kfraser |
12321:5e0fb830a53c |
[XEN] Do not print grant-table warning if a page cannot be pinned |
2006-11-08 |
kfraser |
12320:9f9f569b0a1d |
[VMX] __vmread() and __vmwrite() now BUG on failure, rather than |
2006-11-08 |
kfraser |
12319:6555ca56d844 |
[HVM] Simplify relationship between VIOAPIC and VLAPICs. |
2006-11-08 |
kfraser |
12318:1d4fc7396c41 |
[VMX] Check INTR_TYPE is NMI before doing physical NMI processing. |
2006-11-07 |
jfehlig |
12317:4e3ddf1288fb |
Add support for VM.destroy RPC in libxen. |
2006-11-08 |
Ewan Mellor |
12316:b86fe3d23f05 |
Replace uses of [ ... == ... ] with the POSIX-legal single-equals. Tidy up |
2006-11-08 |
Ewan Mellor |
12315:69d8263d5f85 |
Don't complain about name non-uniqueness if one domain is dying. This happens |
2006-11-08 |
Ewan Mellor |
12314:40e586047ead |
cpu_weight is now an int, not a float. |
2006-11-08 |
Ewan Mellor |
12313:695393d30ead |
Add a shutdownWatch field in the HVMImageHandler constructor, to avoid error |
2006-11-08 |
Ewan Mellor |
12312:2408c042a276 |
Refresh the domain list on domain_start or domain_create. We need to do this |
2006-11-08 |
Ewan Mellor |
12311:5c5b03381d3c |
Save the old domid when restarting, as it may get wiped out before we need to |
2006-11-08 |
kfraser |
12310:1fcdb3a35db3 |
[HVM] Remove bogus free of vlapic structure. |
2006-11-08 |
kfraser |
12309:092170a14212 |
[XEN] Add debug mode to xmalloc(). |
2006-11-08 |
Ewan Mellor |
12308:ec4f43a4730f |
This patch addresses bugzilla #649, enabling `xm list' to display the |
2006-11-08 |
kasai takanori |
12307:ea1ffa51b412 |
Add the Japanese keymap for VNC Server. |
2006-11-02 |
Ewan Mellor |
12306:edd592c823a5 |
fix xm-test configure.ac to not define RD_PATH which prevented env override |
2006-11-01 |
Ewan Mellor |
12305:505e35e82d7d |
Update README. |
2006-11-01 |
Ewan Mellor |
12304:83b34fbc6c75 |
Fix comment. |
2006-11-01 |
Ewan Mellor |
12303:8526df47728f |
Add helper script for releasing xm-test binary ISOs. |
2006-11-01 |
Ewan Mellor |
12302:9ceb1a07a85c |
Bump xm-test version to 1.1 to accommodate new devices. |
2006-11-01 |
Ewan Mellor |
12301:9ba12ce7f938 |
Allow the i386 ramdisk to be used on x86_64. Part of a patch from Yu Ping Y. |
2006-11-01 |
Ewan Mellor |
12300:f3f4d24178cc |
Correct copy-n-paste error. |
2006-11-01 |
Ewan Mellor |
12299:579d60866f3d |
Add xvd devices to the initrd. |
2006-11-01 |
Ewan Mellor |
12298:52732dd77150 |
Update all block tests to use the Xen Virtual Block Device (xvd) rather than IDEor SCSI. |
2006-11-01 |
Ewan Mellor |
12297:515332c7a901 |
The XenDomain class does not respect the arch defaults where |
2006-11-01 |
Ewan Mellor |
12296:17f48b5907a6 |
This fixes another missing part for x86-64 support in the xm testsuite. |
2006-11-08 |
kaf24 |
12295:8d0e06c38c0c |
[XEN] Put the non-GPL license text in each public header file. |
2006-11-07 |
kaf24 |
12294:e10a13f13207 |
[XEN] Fix 64-bit build. |
2006-11-07 |
kfraser |
12293:e32b74b2d7f4 |
[XEN] License clarification. |
2006-11-07 |
kfraser |
12292:2b89ebf00fc8 |
[SVM] Fix an interrupt race window in the do_launch/vmrun/vmexit loop for AMD-V. |
2006-11-07 |
kfraser |
12291:cba947bc8450 |
[HVM] VIOAPIC and VPIC cleanups. |
2006-11-07 |
kfraser |
12290:9fbb26d47b83 |
[HVM] VLAPIC cleanups. vlapic tsruct is statically contained |
2006-11-07 |
kfraser |
12289:9a6fb3e2f12d |
[HVM] Replace shared-memory PIC state with a set-irq-level hypercall. |
2006-11-07 |
kfraser |
12288:6f551093f068 |
[BLKTAP] No need for barrier when updating rsp_prod_pvt. |
2006-11-07 |
kfraser |
12287:5a41ea282c86 |
[LIBXC] Fix memory alloc/dealloc routines to return error properly. |
2006-11-07 |
kfraser |
12286:e796d9c2f5e8 |
[IA64] Build blktap driver by default. |
2006-11-07 |
kfraser |
12285:f56b7ade7068 |
[BLKTAP] ia64 support |
2006-11-07 |
kfraser |
12284:3cc7e419b949 |
[BLKTAP] avoid race between tapdisk and xvd daemon with ufe_ring. |
2006-11-07 |
kfraser |
12283:862aca401601 |
[BLKTAP] Various cleanups necessary for ia64 support. |
2006-11-07 |
kfraser |
12282:6f3c40ee2488 |
Enhance HVM xentrace: |
2006-11-07 |
kfraser |
12281:9febecbeaeb0 |
[XENAPI] Add 'image' field to xen_vbd_record, allowing an image to be |
2006-11-07 |
kfraser |
12280:0c332cf81e64 |
[XEN] Remove unnecessary FORCE_CRASH() macro. |
2006-11-07 |
Emmanuel Ackaouy |
12279:cb8eeadd8eae |
[XEN] When balancing idlers per socket/core, do it one at a time. |
2006-11-07 |
kfraser |
12278:a174f9787014 |
[HVM][SVM] Turn off long mode (EFER.LMA) when CR0.PG==0. |
2006-11-07 |
kfraser |
12277:d745f1420d5b |
[HVM][VMX] Disable IA32e mode in VM_ENTRY_CONTROLS when guest tries |
2006-11-07 |
kfraser |
12276:ac2097d71e06 |
[NET] back: Fix wrap to zero in transmit credit scheduler. |
2006-11-07 |
kfraser |
12275:9d981f3480b1 |
[HVM] MAke HVM hypercall table NR_hypercalls entries big. |
2006-11-07 |
kfraser |
12274:182678e5095b |
Trivial change to look in correct location for qemu-dm when using the debug wrapper on a 64 bit system. |
2006-11-07 |
kfraser |
12273:b223ba940ed1 |
PV-on-HVM: Fix PV-on-HVM drivers need maddr.h included for defn of maddr_t. |
2006-11-07 |
kfraser |
12272:8f552314e45a |
[LINUX] Use pfn_to_page instead of relying in memory assumptions |
2006-11-07 |
kaf24 |
12271:f95c943adbeb |
[HVM] Fix 64-bit HVM domain creation. |
2006-11-06 |
kaf24 |
12270:ad8f0e049d63 |
[SVM] Strip down svm_do_launch() pending complete removal. |
2006-11-06 |
kaf24 |
12269:81c451bd398e |
[SVM] Move VMCB construction to VCPU creation time. |
2006-11-06 |
kaf24 |
12268:f8ffeb540ec1 |
[HVM][SVM] Start moving SVM launch code to domain/vcpu initialisation. |
2006-11-06 |
Emmanuel Ackaouy |
12267:bb6cd7ba259b |
[XEN] Initial support for multi-core and multi-threaded CPU scheduling. |
2006-11-06 |
Emmanuel Ackaouy |
12266:32e4952c0638 |
[XEN] Optimize credit scheduler load balancing logic |
2006-11-06 |
kfraser |
12265:8eb8c0085604 |
[HVM] Replace relinquish_resources() destructor hook with |
2006-11-06 |
kfraser |
12264:a910bf123e58 |
[HVM] Initialise AP TSC to same as BP TSC. |
2006-11-06 |
kfraser |
12263:1db00df48218 |
[VMX] Get rid of special vm_launch schedule tail. |
2006-11-06 |
kfraser |
12262:b2668cc03914 |
[HVM] Move VMX VMCS initialisation to vcpu-initialisation time. |
2006-11-06 |
Ewan Mellor |
12261:29bfe8852dce |
Catch IOError when using local configuration files, to give better diagnostics. |
2006-11-06 |
kfraser |
12260:e793dad2114d |
[XEN] Re-jig VCPU initialisation -- VMX init requires generic VCPU |
2006-11-06 |
Steven Smith |
12259:31985f348d2e |
[HVM] Be sure to nul terminate uuids in HVM SMBIOS tables. |
2006-11-06 |
kfraser |
12258:d150a2178bd4 |
[LINUX] Don't use uint64_t parameter to gnttab_set_{,un}map_op() when |
2006-11-05 |
kaf24 |
12257:2368e779f89f |
[XEN] Replace hvm_setup_platform() with hvm_domain_initialise() |
2006-11-04 |
kaf24 |
12256:e3abede54214 |
[XEN] Do not halt on exceptions-with-interrupts-disabled and double faults. |
2006-11-04 |
kaf24 |
12255:cf8e65797826 |
[XEN] Simplify domain shutdown -- no need to synchronously halt execution. |
2006-11-04 |
kaf24 |
12254:5ec45b464563 |
[XEN] Avoid taking domain biglock in the page-fault handler. |
2006-11-03 |
Alastair Tse |
12253:13ea4bea8237 |
[XEND] Fix xen_version and missing os import |
2006-11-03 |
Alastair Tse |
12252:3a0116aa7ff5 |
[XEND] Cleanup HVM image shutdown watch and move readDom call away |
2006-11-03 |
Alastair Tse |
12251:b5c50a603044 |
[XEND] XendDomainInfo.refreshShutdown is called from image.py. |
2006-11-03 |
Alastair Tse |
12250:e5067f9b268f |
[XEND] Fix HVM image shutdown. |
2006-11-03 |
kfraser |
12249:b21ff7716f87 |
[HVM] More printk cleanups. |
2006-11-03 |
kfraser |
12248:d6795f951c42 |
[LINUX] Clean up header includes (gnttab.h from fixmap.h). |
2006-11-03 |
kfraser |
12247:f1e7799750dc |
[BLKTAP] Fix gnttab unmap call to specify that address contains PTE. |
2006-11-03 |
kfraser |
12246:dcdf02fde4cb |
[XEN] Fix shadow-lock macro backslash alignments. |
2006-11-03 |
Alastair Tse |
12245:044c6617e2be |
Merge |
2006-11-03 |
Alastair Tse |
12244:665a28dffb7d |
[XEND] Don't hide the 'type' SXP config item from HVM guests |
2006-11-03 |
kfraser |
12243:6191a06b6ed6 |
merge. |
2006-11-03 |
kfraser |
12242:2e8c68b0c973 |
[XEN] Adjust logging levels of a few printk messages. |
2006-11-03 |
Alastair Tse |
12241:5a291d87c334 |
[XEND] Make sure lookups cause a refresh so xm list gets the latest |
2006-11-03 |
Steven Hand |
12240:2b36aeb896c6 |
Fix syntax error. |
2006-11-03 |
kfraser |
12239:fac36a01c06e |
[XEN] Fix log-level printk logic for multi-line and partial-line printks. |
2006-11-03 |
kfraser |
12238:cfb1136ee8f7 |
[XEN] Remove VGCF_hvm_guest, replace with XEN_DOMINF_hvm_guest. |
2006-11-03 |
Alastair Tse |
12237:4ff83eddd1f6 |
[XEND] Handle permission denied when calling xc.domain_getinfo |
2006-11-03 |
Alastair Tse |
12236:374087600412 |
[XEND][XM] Restore old state string in xm. |
2006-11-03 |
Alastair Tse |
12235:f64cc6f50f6e |
[XEND] Silence Xen API debugging messages. |
2006-11-03 |
kfraser |
12234:82e3575e7588 |
[XEN] Quieten down tracing when fail (quite expectedly) to map INVALID_MFN. |
2006-11-02 |
Ewan Mellor |
12233:7818629c336c |
I found a small bug in xenmon. Even if I gave xenmon a wrong |
2006-11-02 |
kaf24 |
12232:dd62270df2ad |
[XEN] Add 'loglvl' and 'guest_loglvl' boot parameters. |
2006-11-02 |
Alastair Tse |
12231:20204db0891b |
Merge |
2006-11-02 |
Alastair Tse |
12230:ec7e7e946496 |
[XEND] Reverting self.domains UUID indexing |
2006-11-02 |
Alastair Tse |
12229:96ad1d72fccf |
[XEND] Fix paused state being overriden by refreshShutdown |
2006-11-02 |
kfraser |
12228:4c2d9a2ef1b7 |
Dynamically link to libgcc on Solaris. Also clean up duplicate -Wall flags. |
2006-11-02 |
kfraser |
12227:4eac59fe1abc |
[BLKTAP] Fix Linux and Xen gnttab map operations when mapping into |
2006-11-02 |
kfraser |
12226:45e34f00a78f |
[HVM] Clean up VCPU initialisation in Xen. No longer |
2006-11-02 |
Alastair Tse |
12225:722cc2390021 |
Merge with tip |
2006-11-02 |
Alastair Tse |
12224:41ad2c673fdb |
[XEND][XM] Fixes for xm list output |
2006-11-02 |
Steven Smith |
12223:002856e70ca1 |
[XEN] Better parameter checking for grant table copy operation. |
2006-11-02 |
Ian Campbell |
12222:36d020268c6c |
PV-on-HVM: Conditionally disable checksum offload for receive on some |
2006-11-02 |
Ian Campbell |
12221:f3fbe9549f5f |
PV-on-HVM: Tweak reboot.c to be compatible with older kernels. |
2006-11-02 |
Ian Campbell |
12220:2f34c6bcfe45 |
PV-on-HVM: Fix PV-on-HVM drivers for IA64. |
2006-11-02 |
Ian Campbell |
12219:af1403dd13af |
PV-on-HVM: Use ln -nsf in mkbuildtree to avoid creating a symlink loop |
2006-11-02 |
kfraser |
12218:e6fdb32b786c |
[TOOLS] Paravirt guests have their memory allocated in the |
2006-11-02 |
kaf24 |
12217:70687bcb82dd |
[XEND] Compare result of blkdev_name_to_number() explicitly against None. |
2006-11-01 |
Emmanuel Ackaouy |
12216:9a4274724794 |
[XEN] Fix credit scheduler cap mechanism not to over park VCPUs |
2006-11-01 |
kfraser |
12215:46fad06ab0b3 |
[XEN] Fix x86/64 build. |
2006-11-01 |
Ewan Mellor |
12214:aac5c1fcde6e |
Return the restored VM at the end of XendDomainInfo.restore. |
2006-11-01 |
kfraser |
12213:cf3d69ba5633 |
[HVM] Move shadow initialisation into domain-creation hypercall. |
2006-11-01 |
Ewan Mellor |
12212:96f51a000ed0 |
Print errno for each of the "Error when writing to state file" messages. |
2006-11-01 |
Ewan Mellor |
12211:4e17bf788e69 |
Return the domain renaming during migration. |
2006-11-01 |
kfraser |
12210:7b5115221dfc |
[HVM] HVM is now a flag parameter to domain-creation hypercall. |
2006-11-01 |
Ewan Mellor |
12209:f3f492ba8e8d |
This patch adds a checking of wrong parameter into xm dmesg command. |
2006-11-01 |
Ewan Mellor |
12208:55e8f40ef6e4 |
Fix comment. |
2006-11-01 |
Ewan Mellor |
12207:5165aa656363 |
Add full flag to domain(domid), fixing xm list --long VM1. |
2006-11-01 |
Ewan Mellor |
12206:201a824f8240 |
Create /var/lib/xend/domains on startup if it doesn't exist. |
2006-11-01 |
kfraser |
12205:444496ecb14e |
[XEN] Extend dom0_mem syntax to support min/max clamps. |
2006-11-01 |
Ewan Mellor |
12204:9b553a9787cf |
Merge. |
2006-11-01 |
Ewan Mellor |
12203:33e9c88aab02 |
Merge xen-api.hg changeset 142:d75413e65ba319d577c764be6c13efa5eae6da1c. |
2006-10-29 |
Ewan Mellor |
12202:7aa8f5bb3e28 |
Fix handling of SXP for devices through device_add -- this solves the |
2006-10-27 |
kaf24 |
12201:1f95b2a54f4c |
[XEND] Do not delete VNC password from configuration. |
2006-10-25 |
Ewan Mellor |
12200:d029684fd1fa |
Import Xend part of xen-unstable changeset |
2006-10-25 |
Ewan Mellor |
12199:59ac1e90f1ac |
Print the time to xend-debug.log, when starting or restarting Xend. |
2006-10-25 |
Tim Deegan |
12198:09aa7ed2431f |
[XEND] Be more generous with the default shadow allocation. |
2006-10-25 |
kfraser |
12197:f61dcd518cd6 |
[XEND] Open xend-debug.log in append mode. |
2006-10-23 |
kfraser |
12196:0471272a5de2 |
[XM] Print qualified path to config file on domain creation. |
2006-10-28 |
Ewan Mellor |
12195:505cd4708946 |
Allow domain config file to specify credit-scheduler parameters. |
2006-10-23 |
Ewan Mellor |
12194:63d1b02dad34 |
Import the xen-unstable changeset |
2006-10-23 |
kfraser |
12193:de99c7f7aba4 |
[ACM] Don't use uninitialised struct value if hypercall fails. |
2006-10-20 |
kfraser |
12192:e3c70530cb28 |
[XEND] Remove lazy import of signal module. |
2006-11-01 |
Ewan Mellor |
12191:4441715c9a67 |
Import the Xend parts of xen-unstable changeset |
2006-10-20 |
Ewan Mellor |
12190:f3be4922cc8b |
Import the Xend portion of xen-unstable changeset |
2006-10-28 |
Ewan Mellor |
12189:cc6f0a3596fc |
Raise an exception if blkdev_name_to_number fails, to improve the error message. |
2006-10-05 |
kfraser |
12188:f9446aa6c786 |
[XM] Fix 'xm help' when called on a command-name prefix. |
2006-10-28 |
Ewan Mellor |
12187:07d3c36df515 |
[XEND] Fix pygrub when run server-side on a domain with blktap disks. |
2006-10-05 |
Ewan Mellor |
12186:21406b5bc520 |
Import the Xend portion of xen-unstable changeset 11704:a95dfbc8dca8ecddcb9be51d78f446b0fa461892. |
2006-10-04 |
kaf24 |
12185:81a80d86f77f |
[XEND] If 'vncused' is set, it won't specify an explicit display num to QEMU. |
2006-10-03 |
Alastair Tse |
12184:8a0274d6eebc |
[XM] Fix rmlabel filename assignment |
2006-10-03 |
Alastair Tse |
12183:3cccc8697a13 |
[XM] Fix missing security check in block-attach |
2006-10-28 |
Ewan Mellor |
12182:faaa8256558b |
These are the proposed changes to XenD that adapt vTPM handling to the |
2006-10-28 |
Ewan Mellor |
12181:5bef3f695b55 |
uint64_t replaced with int64_t everywhere. |
2006-10-28 |
Ewan Mellor |
12180:819e93d30ce2 |
The structure fields should be exactly as documented, including case matching. |
2006-10-28 |
Ewan Mellor |
12179:b6dc7eecff33 |
Implement new VTPM model. |
2006-10-28 |
Ewan Mellor |
12178:4ea1097252a1 |
The get_by_name_label functions return a set, not a singleton, because names |
2006-10-28 |
Ewan Mellor |
12177:5cccc3ed0b1e |
Fix marshalling to and from record_opts. |
2006-10-28 |
Ewan Mellor |
12176:de00775e39da |
Fix freeing of records, when the given pointer is NULL. |
2006-10-28 |
Ewan Mellor |
12175:0db0c19d3386 |
Fix the handling of sets in the interface -- expecting a pointer to X to serve |
2006-10-28 |
Ewan Mellor |
12174:1697ee515e46 |
The on-wire names for the fields should be exactly as documented, including |
2006-10-28 |
Ewan Mellor |
12173:f884e94474ba |
Tidy. |
2006-10-28 |
Ewan Mellor |
12172:01b1cbe3fedc |
Tidy. |
2006-10-27 |
Ewan Mellor |
12171:6ea9cc7a95d3 |
Remove VTPM-related values, now obsolete. |
2006-10-26 |
Ewan Mellor |
12170:9a6d5e7b636f |
Remove the get_all method from most classes -- we'd like people to be able to |
2006-10-26 |
Ewan Mellor |
12169:9adcaf73fae2 |
Replace the datamodel graph eps with a dot file. |
2006-10-26 |
Ewan Mellor |
12168:d0d6f230f1d4 |
Fix VTPM bindings -- ints in the model are uint64_t at the C binding level. |
2006-10-26 |
Ewan Mellor |
12167:8f090c551b09 |
Implement new PIF-based network model, and match movement of I/O-statistics. |
2006-10-26 |
Ewan Mellor |
12166:de31d79add5e |
Implement VDI.resize message. |
2006-10-26 |
Ewan Mellor |
12165:4b0326c75c5b |
Implement HostCPU.{vendor,speed,modelname}. |
2006-10-26 |
Ewan Mellor |
12164:caf35cfcdda0 |
Implement new VMX feature flag. |
2006-10-26 |
Ewan Mellor |
12163:eeb7d71c0281 |
Added HostCPU.{vendor,speed,modelname}. |
2006-10-26 |
Ewan Mellor |
12162:ea32c4e70a8b |
Added VMX feature flag. |
2006-10-26 |
Ewan Mellor |
12161:cdd926419883 |
New PIF class. |
2006-10-26 |
Ewan Mellor |
12160:84fe4d413d59 |
Remove get_record_internal -- it's not needed at the binding level. |
2006-10-26 |
Ewan Mellor |
12159:ab69ecc1d172 |
Rename VTPM.type to VTPM.driver, to match the libxen bindings. |
2006-10-26 |
Ewan Mellor |
12158:d94dec09558a |
Fix network model by moving Network.NIC and Network.VLAN onto a new PIF class. |
2006-10-26 |
Ewan Mellor |
12157:d1b8acfaf9be |
Rename get_by_label to get_by_name_label everywhere -- this was always the |
2006-10-26 |
Ewan Mellor |
12156:5cd2a642eff6 |
Added VDI.resize method. |
2006-10-26 |
Ewan Mellor |
12155:3ca584553972 |
Make all Ref Sets DynamicRO -- they are implied by the existence of an instance |
2006-10-25 |
Ewan Mellor |
12154:2ec35abfd9a2 |
Datamodel changes adding some basic vTPM extensions to the API that |
2006-10-25 |
Ewan Mellor |
12153:0bf7d37bcfdb |
Fix preamble -- get_by_short_name is now called get_by_name_label. |
2006-10-25 |
Ewan Mellor |
12152:a2d6e4a53e7a |
Import Xen Management API Draft, 0.4.3, from |
2006-10-25 |
Ewan Mellor |
12151:3d4a027bd04b |
C bindings adding some basic vTPM extensions to the API that |
2006-10-25 |
Ewan Mellor |
12150:6e78bed60b85 |
The session class has a lower-case S -- fix the C bindings to match. |
2006-10-27 |
Alastair Tse |
12149:b87603c00fee |
Some updates to the README fixing the kernel.hvm devices config |
2006-10-27 |
Alastair Tse |
12148:57f59959aa80 |
[XEND] Fix some missing variables in XendDomain caught by pylint. |
2006-10-27 |
Alastair Tse |
12147:808f5aa6dbb0 |
[XEND] Fix missing SR references in XendAPI |
2006-10-26 |
Alastair Tse |
12146:f7f8f0038920 |
A survey of all the supported configuration options in Xend and also |
2006-10-26 |
Alastair Tse |
12145:df5431b2b519 |
[XEND] Add more API implementations, add sched_id_get to xc. |
2006-11-01 |
Ewan Mellor |
12144:1f790f5fcdbb |
Import 83:b569bb25a8f08a15381b022ee143d7f205976604 from xen-api.hg, minus the |
2006-10-20 |
Alastair Tse |
12143:336fd2e8745b |
[XENAPI] Add shell option for xapi.py so it can remember sessions. |
2006-10-20 |
Alastair Tse |
12142:73cd81de36ea |
[XEND] Fix KB allocation in XendStorageRepository |
2006-10-19 |
Alastair Tse |
12141:7ae6323db2f8 |
[XEND] Remove mistake of not checking xenstore's name entry for Dom0 |
2006-10-19 |
Alastair Tse |
12140:f0c7f258c19e |
[XEND] Add some docstrings about XendAuthSessions |
2006-10-19 |
Alastair Tse |
12139:f895b7c94f10 |
[XM] Fix TypeError in exception handler if there is no res_label. |
2006-10-19 |
Alastair Tse |
12138:6173a6f5de2b |
[XEND] Switch to PAM authentication for login sessions |
2006-10-18 |
kfraser |
12137:e295ad19deed |
[ACM] Fix the resource representations in the resource_label |
2006-10-19 |
Alastair Tse |
12136:0a1a5b2072a3 |
[SOLARIS] Xen daemons are managed separately, so we need a way to start |
2006-10-19 |
Alastair Tse |
12135:2732e3f94e2e |
[SOLARIS] The hotplug scripts live in a different place on Solaris. |
2006-10-19 |
Alastair Tse |
12134:6a4ac637d8db |
[SOLARIS] The hotplug scripts live in a different place on Solaris. |
2006-10-17 |
kfraser |
12133:152810b4eefc |
[SOLARIS] Add the correct machine name for Solaris to arch.py. |
2006-10-15 |
kfraser |
12132:0a7fb6788fa7 |
[XEND] Check for and fail on non-existent floppy-drive file when starting HVM guest. |
2006-10-10 |
kfraser |
12131:e169814c45ac |
[XEND] Add missing line from changeset 11653:3b7e11cbeb940 |
2006-10-13 |
Alastair Tse |
12130:c4df5f0a41f3 |
[XEND] Re-add the tap prefix because it is needed. |
2006-10-13 |
Alastair Tse |
12129:41ca10996ce7 |
[XENAPI] Make vm-destroy consistent with API naming. Moved what is |
2006-10-13 |
Alastair Tse |
12128:e6162aeb0f89 |
[XEND] Remove extra tap: prefix for device uname. |
2006-10-13 |
Alastair Tse |
12127:d34c657e5c74 |
[XEND] Fix bugs in vbd_create logic when handling VDIs |
2006-10-13 |
Alastair Tse |
12126:a02f6d28eded |
[XEND] Fix some bad names left behind while converting all storage to |
2006-10-13 |
Alastair Tse |
12125:0a8b854697ad |
[XEND] XendVDI saves configuration on change. |
2006-10-13 |
Alastair Tse |
12124:91c7ee18c978 |
[XEND] Updates to SR and VDI implementations |
2006-10-12 |
Alastair Tse |
12123:58521d4b7c7b |
[XEND] Adding API stub generation to XendAPI + SR implementation for |
2006-10-12 |
Alastair Tse |
12122:1b923f4a788a |
[XEND] Beginnings of the Xend Storage Repository implementation. |
2006-10-12 |
Alastair Tse |
12121:255925ae4127 |
[XEND] Removing this file from version control as it is now |
2006-10-12 |
Alastair Tse |
12120:d21c7908e75c |
[XEND] Fix interpretation of stringified 64 bit ints in |
2006-10-12 |
Alastair Tse |
12119:397cc120ae18 |
[XEND] Add some sort of rudimentary version embedding into the source |
2006-10-07 |
ewan |
12118:2ea55aa1dd46 |
Give our test VM a name with no space (Xend does not allow this at the moment). |
2006-10-07 |
ewan |
12117:c75716820107 |
Import libxen-src-0.4.3-2.tar.bz2. |
2006-10-06 |
Alastair Tse |
12116:9e0b024a1696 |
[XEND] Conform to Xen API XMLRPC Wire Protocol Customisation |
2006-10-06 |
Alastair Tse |
12115:53b8f2b74ab2 |
[XENAPI] Adding some rudimentary documentation about what has changed. |
2006-10-06 |
Alastair Tse |
12114:f5912c42fbc3 |
[XEND] Save device updates to VM configuration via Xen API |
2006-10-06 |
Alastair Tse |
12113:c21f4949a746 |
[XEND] Fix check for whether domain is running. |
2006-10-06 |
Alastair Tse |
12112:029e04982e94 |
[XENAPI] Support for VBD/VIF info listing in vm-list --long |
2006-10-06 |
Alastair Tse |
12111:c88a78f8bed9 |
[XEND] Proper support for devices with UUID. Removing old workaround |
2006-10-06 |
Alastair Tse |
12110:c0d9f8b9c0e5 |
[XENAPI] Add missing function names. Proper sub command help messages. |
2006-10-06 |
Alastair Tse |
12109:19ab41db7fd2 |
[XENAPI] Pretty print error messages, insert simple argument parsing |
2006-10-06 |
Alastair Tse |
12108:dd044380b44d |
[XEND] Keep track of attached vbds and vifs for XenAPI |
2006-10-06 |
Alastair Tse |
12107:18506db37dc2 |
[XENAPI] Fix wrong vars being extracted from reading python cfg |
2006-10-06 |
Alastair Tse |
12106:858218d94516 |
[XENAPI] Added hard shutdown (aka. vm-destroy) |
2006-10-06 |
Alastair Tse |
12105:52f449c9dcc5 |
[XEND] Remove annoying debugging messages |
2006-10-06 |
Alastair Tse |
12104:d147be77861d |
[XENAPI] Example tools to create/destroy/shutdown VMs |
2006-10-05 |
Alastair Tse |
12103:c383cb0945a7 |
[XEND] Fix shutdown reasons from Xen API |
2006-10-05 |
Alastair Tse |
12102:6f0b467a92c6 |
[XEND] Another attempt at fixing escaping logic in SXP |
2006-10-05 |
Alastair Tse |
12101:8728365bac33 |
[XEND] Fix XenAPI Host interface so that get_record works. |
2006-10-05 |
Alastair Tse |
12100:8e5e7399e9b5 |
[XEND] Fix many typos with VM interface to XenAPI |
2006-10-05 |
Alastair Tse |
12099:acb85833be66 |
[XEND][XM] Fix bug in XendDomainInfo.recreate introduced by refactoring. |
2006-10-05 |
Alastair Tse |
12098:d1f6aa51621f |
[XM] Add missing parameter to XM XMLRPC call so that we get the |
2006-10-05 |
Alastair Tse |
12097:d9320fb7c769 |
[XEND] Comments cleanups |
2006-10-05 |
Alastair Tse |
12096:f592a17acd0f |
[XEND] Remove misleading debugging message |
2006-10-05 |
Alastair Tse |
12095:ddf523b09100 |
[XM][XEND] Speed up xm list |
2006-10-05 |
Alastair Tse |
12094:f297eef12823 |
[XEND] Exposing the XendAPI module in the XMLRPCServer |
2006-10-05 |
acnt2 |
12093:edb546bbfff0 |
[XM] new.py that implements adding an unstarted domain |
2006-10-05 |
Alastair Tse |
12092:2bc0831859cb |
[XM] Add commands to implement lifecycle commands via the XM XMLRPC interface. |
2006-10-05 |
Alastair Tse |
12091:aab988d497ea |
[XEND] Make SXP be compatible with sequencetypes (Tuples and Lists) |
2006-10-05 |
Alastair Tse |
12090:137d40894a8b |
[XEND][XENAPI] XendNode implementation for Xen API Host, Host CPUs |
2006-10-05 |
Alastair Tse |
12089:a3788998952d |
[XEND] Add a convenience function for UUID generation |
2006-10-05 |
Alastair Tse |
12088:4fd97b9aa31e |
[XEND][XENAPI] XendCheckpoint should use XendConfig for passing configs. |
2006-10-05 |
Alastair Tse |
12087:116fc2e756d4 |
[XEND] Implementation of Xen-API in a separate module. |
2006-10-05 |
Alastair Tse |
12086:16946dcbf14b |
[XEND] Change blkif to use the new style configuration |
2006-10-05 |
Alastair Tse |
12085:9a932b5c7947 |
[XEND] Massive XendDomain XendDomainInfo reorganisation to use XendConfig. |
2006-10-05 |
Alastair Tse |
12084:ec29b6262a8b |
[XEND] XendConfig is an extended python dictionary that is used to exchange |
2006-10-05 |
Alastair Tse |
12083:ea65d8be211f |
[XEND] Refactoring device controllers to its own module so it can be used by both XendConfig and XendDomainInfo. |
2006-10-05 |
Alastair Tse |
12082:59f3891b94b8 |
[XEND][XENAPI] Split Xend global constants out to its own file. |
2006-10-05 |
Alastair Tse |
12081:ddcf2632f448 |
[XEND][XENAPI] Adding some default Xen API Errors |
2006-10-05 |
acnt2 |
12080:db33b52f603e |
[XEND] Minor code formatting changes to XendRoot.py |
2006-10-05 |
acnt2 |
12079:32d074ff02ee |
[XEND][LIFECYCLE] Configurable storage path for lifecycle support |
2006-10-05 |
acnt2 |
12078:c11e827d6ac6 |
[XEND] Clean up some keyword clashes with XendCheckpoint |
2006-10-05 |
acnt2 |
12077:48c5a79c4fbf |
[XEND] Xen API Auth Manager for handling sessions |
2006-10-05 |
Alastair Tse |
12076:5fe8e9ebcf5c |
[XEND] Make XMLRPC Server shutdown cleanly. |
2006-10-05 |
Alastair Tse |
12075:52bf7bbb0f36 |
[XEND] Make logging an optional parameter for the XMLRPCServer |
2006-10-05 |
acnt2 |
12074:ccfc8e4148b2 |
[XEND] Replace dom with domid. |
2006-10-05 |
acnt2 |
12073:0ae1d493f37c |
[XEND] Python API break. Replacing ambiguious 'dom' with 'domid' |
2006-10-05 |
acnt2 |
12072:509285182efb |
[XEND] Minor stylistic fixes for XendBootloader.py |
2006-10-05 |
acnt2 |
12071:6ffb8705f894 |
[XEND] Make import sxp into absolute import. |
2006-10-05 |
acnt2 |
12070:0d120850741a |
[XEND] Fix backslash escaping so it ignores escapes if they don't make sense. |
2006-11-01 |
Tim Deegan |
12069:0b6f49d25d4f |
[XEN] Prefetch multiple shadow entries per pagefault |
2006-11-01 |
kfraser |
12068:77e1baf0a567 |
[XEN] Fix building on OpenBSD. |
2006-11-01 |
kfraser |
12067:874cc0ff214d |
[XEN] Fix deadlock in printk(). |
2006-10-31 |
kfraser |
12066:0a3d7dacff4c |
Stop enforcing -g for some of the tools. |
2006-10-31 |
kfraser |
12065:90164f5fbd50 |
[XEND] Improve error message for unparsed disk modes. |
2006-10-31 |
Tim Deegan |
12064:2db4388fecb9 |
[HVM] Use correct types for guest physical addresses |
2006-10-31 |
kfraser |
12063:d93280670c3f |
[HVM] Add support for 'add r8,m8' instruction to memory-mapped I/O. |
2006-10-31 |
kfraser |
12062:b6de59741161 |
[NET] front: Clean up error handling. This eliminates earlier |
2006-10-31 |
kfraser |
12061:6ad98bc30cb4 |
Clean up recent changes to reboot code. This fixes PV save/restore. |
2006-10-31 |
kfraser |
12060:ada9ee6ce078 |
Update .hgignore |
2006-10-31 |
kfraser |
12059:ceedd98b9afb |
[HVM] vlapic: Synchronously determine PPR register value whenevr it is needed. |
2006-10-31 |
kfraser |
12058:1c506820c468 |
[VMX] Replace vmx_load_cr2() with direct write to %cr2. |
2006-10-31 |
kfraser |
12057:1bf4f15c5141 |
[HVM] ACPI: Clean up table definitions, move under hvmloader/ |
2006-10-31 |
Steven Smith |
12056:15b5cc51db30 |
Merge. |
2006-10-31 |
Steven Smith |
12055:159af40a1b37 |
[XEN] Add a warning to the i8259 if we generate spurious IRQs. Tidy up |
2006-10-31 |
Steven Smith |
12054:79a40acadb41 |
[PV-ON-HVM] Don't generate lots of spurious interrupts when using event |
2006-10-31 |
Steven Smith |
12053:b2371c9e05f5 |
[NETFRONT] Make sure we don't crash if the backend goes to state |
2006-10-31 |
Steven Smith |
12052:e0942ef72b8e |
Merge. |
2006-10-31 |
Steven Smith |
12051:c3b004aef317 |
[HVM][LINUX][TOOLS] Split control/reboot_module into control/feature-reboot |
2006-10-31 |
Steven Smith |
12050:eb3fe0620e3d |
[HVM][LINUX][TOOLS] Make xm {shutdown|reboot} do something sensible for HVM |
2006-10-31 |
Emmanuel Ackaouy |
12049:64f0e77f2129 |
[XEN] Cleanup and optimize layout of credit scheduler stats. |
2006-10-31 |
kfraser |
12048:d9a0690399e0 |
[NET] back: Remove warning about non-zero tx queue length. |
2006-10-30 |
Emmanuel Ackaouy |
12047:b21246720fde |
[XEN] Cleanup and improve accuracy of credit scheduler accounting code |
2006-10-30 |
kfraser |
12046:d6802cfaf5f8 |
[LINUX] Fix build breakage from previous patch. |
2006-10-30 |
kfraser |
12045:6f3865b4d3d3 |
[LINUX] Use CONFIG_XEN_COMPAT_030002 where possible. |
2006-10-30 |
kfraser |
12044:44caba9460af |
[LINUX] Declare structs as 'static __initdata' where possible. |
2006-10-30 |
kfraser |
12043:c3b4fef4f751 |
[LINUX] privcmd: Range-check hypercall index. |
2006-10-30 |
kfraser |
12042:7e52933a46b1 |
[XEN] HVM: Clean up and simplify vlapic device-model code. |
2006-10-30 |
kfraser |
12041:2b99c99f96e6 |
[HVM][VMX] Enable VMX TPR shadow feature. |
2006-10-30 |
kfraser |
12040:c33272c2571c |
[HVM] Fix Qemu-dm serial issues: |
2006-10-28 |
kaf24 |
12039:b3d94f4ddffe |
[XEN] Add implicit "\n" back into MEM_LOG(). Removed by mistake. |
2006-10-27 |
kaf24 |
12038:36679b74e24a |
[XEN] Some cleanups to the log-level stuff. Largely this |
2006-10-27 |
kaf24 |
12037:d60b709724f4 |
[QEMU] Add a TIS device model compliant to the 1.2 TPM specification. |
2006-10-27 |
kaf24 |
12036:bbcac2aea0e8 |
[QEMU] Helper functions to interface with the xenstore and read device information from it. |
2006-10-27 |
kaf24 |
12035:dc973fe56333 |
[XEN] Logging parameters for ia64 code. |
2006-10-27 |
kaf24 |
12034:b07487d91f93 |
[XEN] Logging parameters for powerpc code. |
2006-10-27 |
kaf24 |
12033:5c8c5925c7e2 |
[XEN] Logging parameters for x86 code. |
2006-10-27 |
kaf24 |
12032:64100a77fd17 |
[XEN] Logging parameters for common code. |
2006-10-27 |
kaf24 |
12031:fd8036d06e10 |
[XEN] Implement log levels. It adds the thresholds and code to printk |
2006-10-27 |
kaf24 |
12030:e834d5b965d0 |
[XEN] Implement rate-limited logging. |
2006-10-27 |
kaf24 |
12029:50fa06501e54 |
[XEND] Do not delete VNC password from configuration. |
2006-10-27 |
kaf24 |
12028:3d347263e5d8 |
[XEN] perf counters: Fix NULL-pointer check. Should happen later. |
2006-10-27 |
kaf24 |
12027:ee140fbcb88d |
[HVM] Ensure that, if AP is blocked, it is woken by interrupt delivered by IOAPIC. |
2006-10-27 |
kaf24 |
12026:a1939d76c0e8 |
[HVM] Fix SMP timer issues: |
2006-10-27 |
kaf24 |
12025:66fe61db9e69 |
[QEMU] ne2000: Stop memory access beyond buffer |
2006-10-27 |
Emmanuel Ackaouy |
12024:1940ee13f9d6 |
Improve I/O performance when competing with CPU intensive workloads. |
2006-10-26 |
Ian Campbell |
12023:4a320d26fc24 |
[TOOLS] Uncompress and allocate memory for gzipped kernel and initrd images on |
2006-10-26 |
Tim Deegan |
12022:2041122e0c4a |
[HVM] Fix qemu's test for whether physcal addresses are RAM. |
2006-10-26 |
kfraser |
12021:66cdabe97205 |
[NET] back: Advertise that we do not support rx-flip path any more. |
2006-10-26 |
kfraser |
12020:af2155df2aed |
Merge with xen-isa64-unstable.hg |
2006-10-26 |
Ewan Mellor |
12019:eabd485c042d |
Fix ramdisk Makefile so that downloading from xm-test.xensource.com actually |
2006-11-02 |
awilliam |
12018:11b718eb22c9 |
[IA64] cleanup max_pages=128M |
2006-11-02 |
awilliam |
12017:5ebc7ee315cc |
[IA64] fix rsc save/restore |
2006-11-02 |
awilliam |
12016:2fe5df7670cf |
[IA64] remove unused variable |
2006-11-02 |
awilliam |
12015:0a490cf4b21d |
[IA64] Remove ar.rsc save/restore code in HV |
2006-10-31 |
awilliam |
12014:9c649ca5c1cc |
[IA64] physical mode fix |
2006-10-31 |
awilliam |
12013:64ede00a004d |
[IA64] Inject dtlb miss fault instead of page not present fault. |
2006-10-31 |
awilliam |
12012:8ee7bb2af497 |
[IA64] fix coding style in vmx_init.c |
2006-10-31 |
awilliam |
12011:1eb880e9ff94 |
[IA64] fix domVTi boot with maxmem |
2006-10-31 |
awilliam |
12010:77bf1d1628a7 |
[IA64] Fix a bug in INIT handler |
2006-10-31 |
awilliam |
12009:37a8dbe24201 |
[IA64] compilation fix when crash_debug=y. |
2006-10-31 |
awilliam |
12008:fa4281cb7a5b |
[IA64] move xen atomic.h from linux under linux-xen to modify. |
2006-10-29 |
awilliam |
12007:622bb65e2011 |
[IA64] Accelerate RSM, SSM and MOV_TO_PSR |
2006-10-29 |
awilliam |
12006:5cd95a6f8412 |
[IA64] fix xenperf |
2006-10-29 |
awilliam |
12005:01b257e72d5e |
[IA64] Revert PAL_VM_SUMMARY and PAL_VM_INFO handling for VTI domain |
2006-10-25 |
awilliam |
12004:cf05aabe6e65 |
[LIBXC][IA64] fix build warning |
2006-10-25 |
awilliam |
12003:fd1d742487f8 |
[IA64] NUMA support |
2006-10-25 |
awilliam |
12002:3e26719ab827 |
merge with xen-unstable.hg |
2006-10-25 |
kfraser |
12001:abee5c6b930d |
[IA64][HVM][QEMU] Add buffer IO mechanism for IA64/VTi domain. |
2006-10-25 |
kfraser |
12000:1e6b0a8a0822 |
[IA64][HVM] Add buffer IO mechanism for Xen/VTi domain. Current |
2006-10-25 |
kfraser |
11999:21905d2497d6 |
[LIBXC] Add -Wmissing-prototypes to CFLAGS, fix warnings resulting from that. |
2006-10-25 |
kfraser |
11998:3db344ea8070 |
[XEN] Clean up NUMA stuff and disable by default ('numa=on' enables it). |
2006-10-25 |
Ewan Mellor |
11997:6788aedb820c |
Print the time to xend-debug.log, when starting or restarting Xend. |
2006-10-25 |
Ian Campbell |
11996:fc68e3ef9139 |
PV-to-HVM: Add a compatibility define for the end_that_request_last |
2006-10-25 |
Ian Campbell |
11995:9f0b88aaf170 |
PV-on-HVM: Include compatibility kzalloc implementation for kernels |
2006-10-25 |
Ian Campbell |
11994:db0d3f22e149 |
PV-to-HVM: Impletement compatibility version of |
2006-10-25 |
Ian Campbell |
11993:d30a4d4ccd94 |
PV-on-HVM: Implement and export a compatibility version of do_exit(). |
2006-10-25 |
Ian Campbell |
11992:0886fc73e787 |
PV-on-HVM: Implement compatibilty version of wait_for_completion_timeout |
2006-10-25 |
Ian Campbell |
11991:ac6e4405ab6c |
PV-on-HVM: Include compatability vmalloc_to_pfn for kernels before 2.6.10 |
2006-10-25 |
Ian Campbell |
11990:4dcf172e699e |
PV-on-HVM: Kernels prior to 2.6.8 did not export strcspn to modules |
2006-10-25 |
Ian Campbell |
11989:5d2f91f9b2f0 |
PV-on-HVM: Define system_state as 1 (SYSTEM_RUNNING) on kernels prior |
2006-10-25 |
Ian Campbell |
11988:f4b878188b5d |
PV-to-HVM: Implement compatibility nonseekable_open as a nop on |
2006-10-25 |
Ian Campbell |
11987:ded9d1ae21f7 |
PV-to-HVM: Add compatibility definitions of various #defines when they |
2006-10-25 |
Ian Campbell |
11986:e09720caf72d |
PV-on-HVM: Include compatability headers for asm/pgtable-no{pmd,pud}.h |
2006-10-25 |
Ian Campbell |
11985:ecc1782f6968 |
PV-on-HVM: Add a compatibility linux/mutex.h for kernels before |
2006-10-25 |
Ian Campbell |
11984:d008b6b44f3c |
PV-on-HVM: Add a compatibility linux/io.h for kernels before 2.6.16 |
2006-10-25 |
Ian Campbell |
11983:206e20b7b54e |
PV-on-HVM: Add infrastructure for a compatibility shim in order to |
2006-10-25 |
Ian Campbell |
11982:db23596992f9 |
[LINUX] PV-on-HVM: The elevator_init prototype changed in 2.6.10 |
2006-10-25 |
Ian Campbell |
11981:1c985a2e47ea |
[LINUX] PV-on-HVM: Implement HDIO_GETGEO ioctl on kernels before |
2006-10-25 |
Ian Campbell |
11980:a0919d3f7d50 |
[LINUX] PV-on-HVM: The probe, remove and shutdown methods were added |
2006-10-25 |
Ian Campbell |
11979:8102ccad440d |
[LINUX] PV-on-HVM: Only initialize the owner field of struct |
2006-10-25 |
Ian Campbell |
11978:40107f658bd9 |
[LINUX] Exclude support for /proc/xen/xsd_kva when building a |
2006-10-25 |
Ian Campbell |
11977:bd643d9db838 |
[LINUX] PV-on-HVM: Remove the attr parameter from device attribute |
2006-10-25 |
Ian Campbell |
11976:47cc7392741a |
[LINUX] Move xenbus backend probing into a separate source file and |
2006-10-25 |
Ian Campbell |
11975:266aef9b0386 |
PV-on-HVM: Include a Makefile in each subdirectory to maintain |
2006-10-25 |
Ian Campbell |
11974:e715360e82f8 |
[LINUX] PV-on-HVM: Directly include headers which are used in various |
2006-10-25 |
kfraser |
11973:041507e2754c |
[XEN] Make memory hypercalls NUMA-aware. |
2006-10-25 |
kfraser |
11972:cf95c3218a70 |
[XEN] NUMA-ify Xen heap and page allocator |
2006-10-25 |
kfraser |
11971:f312c2d01d8b |
[XEN] Add basic NUMA/SRAT support to Xen from Linux 2.6.16.29. |
2006-10-25 |
kfraser |
11970:a1f987e9640f |
merge |
2006-10-25 |
kfraser |
11969:7957dffb855f |
[HVM] Move ACPI timer to HV, which is the last platform timer in Qemu. |
2006-10-25 |
Tim Deegan |
11968:08158fadf543 |
[XEND] Be more generous with the default shadow allocation. |
2006-10-25 |
Tim Deegan |
11967:72ce74a680d7 |
[HVM] Avoid buffer overrun in qemu-dm |
2006-10-25 |
kfraser |
11966:ffbd9e4668a6 |
[BLOCK] blkback: Fix potential grant entry leaks on error |
2006-10-25 |
kfraser |
11965:4be49a3be040 |
[BLKTAP] Simplify linked-list insertion/deletion. |
2006-10-25 |
kfraser |
11964:0c7923eb6b98 |
[XEND] Open xend-debug.log in append mode. |
2006-10-25 |
kfraser |
11963:410df40afc01 |
[TOOLS][XENTOP] Update usage and manpage to include vbd options. |
2006-10-24 |
Ewan Mellor |
11962:a661566745ae |
Add x86_64 to the supported architectures since otherwise the tests |
2006-10-24 |
awilliam |
11961:d246b79986d1 |
merge with xen-unstable.hg |
2006-10-24 |
Ewan Mellor |
11960:fd5140c2854f |
Fix Memory assumptions in the create tests. |
2006-10-24 |
Christian Limpach |
11959:55ff34dceb0b |
[qemu patches] Update patches upto changeset 11870:29b02d929b7e. |
2006-10-24 |
Ewan Mellor |
11958:2c29a2e42937 |
This puts two small fixes in the xm-test suite: |
2006-10-24 |
Ewan Mellor |
11957:e6b48aabee3e |
Added multiarch support to xm-test. Bumped version number to xm-test 1.0. |
2006-10-24 |
Ewan Mellor |
11956:63d01f8f2a4d |
Update buildroot configs to match snapshot downloaded for public ramdisks. |
2006-10-24 |
Ewan Mellor |
11955:ae3cb77e8971 |
Ignore more build-time files for xm-test. |
2006-10-23 |
Ewan Mellor |
11954:a7406ab550ae |
Default to appending to "extra" in XenConfig. |
2006-10-23 |
Ewan Mellor |
11953:c67821622c04 |
Ignore generated .test files. |
2006-10-23 |
Ewan Mellor |
11952:1c74ee519776 |
Add ability to inspect messages from domain for arbitrary strings. |
2006-10-23 |
Ewan Mellor |
11951:8bd3107a72f0 |
Add configuration data for powerpc. |
2006-10-23 |
Ewan Mellor |
11950:4d5e9f9caed2 |
Refactor code to encapsulate architecture decisions in one place. |
2006-10-23 |
Ewan Mellor |
11949:1d455b1f126b |
Update .hgignore to remove artifacts of ramdisk build. |
2006-10-23 |
Ewan Mellor |
11948:030630c4e3ed |
Rename buildroot -> buildroot-i386. |
2006-10-23 |
kfraser |
11947:29b02d929b7e |
[XEN] Remove definition of printf. All users are switched to printk. |
2006-10-23 |
kfraser |
11946:f5d179bcad70 |
[BLKTAP] Do not allocate a descriptor for blktap control device |
2006-10-23 |
kfraser |
11945:80b296ec93dc |
[BLKTAP] Only allocate tapfd descriptors when they are requested. |
2006-10-23 |
kfraser |
11944:93f0957e02ce |
[BALLOON] Add a sysfs interface. |
2006-10-23 |
kfraser |
11943:c6747b81d308 |
[XEN] Fill in runstate_info when virtual address is registered, |
2006-10-23 |
kfraser |
11942:356520dca6df |
[XM] Print qualified path to config file on domain creation. |
2006-10-23 |
kfraser |
11941:babae8ac84b9 |
Allow domain config file to specify credit-scheduler parameters. |
2006-10-23 |
kfraser |
11940:763339844784 |
[XM] Allow empty resource strings (e.g., when creating an empty CDROM |
2006-10-23 |
kfraser |
11939:6f72d00fc1ec |
[HVM] No need to call hvm_do_resume() on every vm entry. |
2006-10-23 |
kfraser |
11938:637eace6d5c6 |
[NET] back: Fix packet queuing so that packets are drained if the |
2006-10-23 |
kfraser |
11937:d2ba4ac36168 |
[BLOCK] blkback: Fix first_sect check. |
2006-10-23 |
kfraser |
11936:f326ec66e514 |
[BLOCK] blkback: Copy shared data before verification |
2006-10-23 |
kfraser |
11935:da5997fcc070 |
[ACM] Don't use uninitialised struct value if hypercall fails. |
2006-10-23 |
kfraser |
11934:e292f0df2d96 |
[SOLARIS] Don't mlock() hypercall buffers. |
2006-10-24 |
awilliam |
11933:aa8ca06d209e |
[IA64] xenctx shows more registers for ia64 |
2006-10-24 |
awilliam |
11932:9e9d8696fb55 |
[IA64] Support multiple page sizes in VHPT |
2006-10-24 |
awilliam |
11931:901083dace1d |
[IA64] Move console_start_sync() in INIT path |
2006-10-22 |
awilliam |
11930:6492b9b27968 |
merge with xen-unstable.hg |
2006-10-22 |
kaf24 |
11929:8113c55a6efd |
Free correct number of maptack pages during domain destruction. |
2006-10-22 |
kaf24 |
11928:56f8bf333ef3 |
Use $CC when building pygrub. |
2006-10-22 |
kaf24 |
11927:f575d675cda4 |
[HVM] Replace hvm_prod_vcpu() with calls to generic (and correct) vcpu_kick(). |
2006-10-20 |
Tim Deegan |
11926:c3602d217110 |
[HVM] Don't compare CR3 pfn to domain->max_pages |
2006-10-20 |
Tim Deegan |
11925:cb0d26d68adf |
[XEN] Stricter TLB-flush discipline when unshadowing pagetables |
2006-10-20 |
Tim Deegan |
11924:a10ef8002af6 |
[XEN] Show shadow status of vcpus in domain info dump |
2006-10-20 |
Steven Hand |
11923:1633f9a3a120 |
Omit seg fixup warning if it's just from statically linked init. |
2006-10-20 |
Steven Hand |
11922:8e8128077259 |
Workaround for bigsmp APIC mode SMP linux guests - we cannot correctly deal |
2006-10-20 |
kfraser |
11921:59b41031641d |
[XEND] Remove lazy import of signal module. |
2006-10-20 |
kfraser |
11920:dde8c8038e17 |
Allow default target architecture of PV-on-HVM drivers to be overridden. |
2006-10-20 |
kfraser |
11919:16f1f8ac8902 |
[ACM] Documentation cleanup. |
2006-10-20 |
kfraser |
11918:6677b97612a2 |
[NET] gso: Fix rcv mss estimate |
2006-10-20 |
kfraser |
11917:e256d8ccd6ac |
[HVM] Fix oprofile for HVM guests. |
2006-10-20 |
kfraser |
11916:899836e04387 |
[HVM][SVM] Avoid double-execution of NMI handler. |
2006-10-20 |
kfraser |
11915:c436ab500c99 |
[HVM][SVM] Fix 2/2 to nterrupt delivery logic. |
2006-10-20 |
kfraser |
11914:2fbf11ad58f3 |
[HVM][SVM] Fix 1/2 to interrupt delivery logic. |
2006-10-20 |
kfraser |
11913:02506a744315 |
[HVM] Implement password authentication of VNC connections. |
2006-10-20 |
kfraser |
11912:328606e0705f |
Use the name of the title of the system to boot into (instead of the |
2006-10-20 |
kfraser |
11911:49d16162a585 |
[HVM] Pass all non-RAM memory accesses to handle_mmio(). |
2006-10-20 |
kfraser |
11910:068aed15496d |
[BLKTAP]: Fix potential grant entry leaks on error |
2006-10-20 |
kfraser |
11909:bb76521fdcb3 |
[BLKTAP]: Kill bogus fast_flush_area |
2006-10-20 |
kfraser |
11908:1467ae662228 |
[BLKTAP]: Kill duplicate fast_flush_area call |
2006-10-19 |
kaf24 |
11907:4c40bed66ade |
[VMXASSIST] Some reports that macros do not get picked up by CPP |
2006-10-19 |
kfraser |
11906:e2de39c56f92 |
[SOLARIS] Don't use -nostdinc as it prevents getting stadrg.h |
2006-10-19 |
kfraser |
11905:a77e38f63785 |
[HVM] Windows HCT requires non-zero subvendor details in platform PCI device. |
2006-10-19 |
kfraser |
11904:f5321161c649 |
[XEND] Two small fixes/improvements from Glauber de Oliveira Costa. |
2006-10-19 |
kfraser |
11903:a855c7d3a536 |
[HVM][VMX] Use CPUID instruction virtualization to workaround VMXAssist 4G limit. |
2006-10-19 |
kfraser |
11902:d27d1f8ca25c |
[ACM] An environment where ACM and its tools have not been installed before |
2006-10-19 |
kfraser |
11901:d088aec406c0 |
[ACM] Add missing alignment operations for the ACM module. |
2006-10-19 |
kfraser |
11900:8551487a637d |
Don't use $(LINK.o), as it doesn't pick up -m32/-m64 from $(CFLAGS). |
2006-10-19 |
kfraser |
11899:9278ab46ebf2 |
[HVM] PCmark2005 running in WinXP needs following extension to mmio decoder. |
2006-10-19 |
kfraser |
11898:266fb767323c |
[XENTRACE] Fix typo in set_cpu_mask op. |
2006-10-19 |
kfraser |
11897:fc0a87fdf980 |
[BLKTAP]: Copy shared data before verification |
2006-10-19 |
kfraser |
11896:57635264b6c2 |
[XEN] Forcibly undefine swap{16,32,64} in mkelf32 program. |
2006-10-18 |
kfraser |
11895:20522afb2615 |
[NET] front: Fix "rmmod xennet" crash in dom0. |
2006-10-18 |
kfraser |
11894:47718a3d011e |
[HVM] XenTrace enhancement for HVM SMP guests. |
2006-10-18 |
kfraser |
11893:b2e71d574045 |
Replace test-gcc-flag with Linux-style cc-option. |
2006-10-18 |
kfraser |
11892:1e8ba8d21175 |
[HVM] Enable DMA mode for CD-ROM IDE ATAPI interface. |
2006-10-18 |
kfraser |
11891:f247e0b52dda |
[TPM] Check the existence of the xenstore path before trying to read from it. |
2006-10-18 |
kfraser |
11890:71e2a165aa7f |
[HVM] Move RTC emulation into the hypervisor. |
2006-10-18 |
kfraser |
11889:da66691687df |
[SOLARIS] More tools fixes. |
2006-10-18 |
kfraser |
11888:797430d25f1b |
[NET] front/back: Avoid unaligned accesses to IP datagrams. These |
2006-10-18 |
kfraser |
11887:58144f4b102c |
[ACM] Fix the resource representations in the resource_label |
2006-10-18 |
kfraser |
11886:bae52f5cc421 |
[ACM] Add access control module information for hypercalls and |
2006-10-18 |
kfraser |
11885:4d1b44450bdb |
[XEN] Clamp dom0 memory and CPUs to fit in available resources. |
2006-10-18 |
kfraser |
11884:9943e06e966e |
[LINUX] Eliminate microcode driver's dependency on sys_m{,un}lock as |
2006-10-18 |
kfraser |
11883:7f861cd3d0c3 |
[HVM] E820 table misreports the ACPI NVS/Data information which |
2006-10-18 |
kfraser |
11882:12f7be674616 |
[ACM] Fix binary alignment in tools. |
2006-10-18 |
kfraser |
11881:8190a4a7ea4d |
[ACM] Makes acm_setup arch-independant. |
2006-10-18 |
kfraser |
11880:7b99b8bdbc85 |
[ACM] Keep stream aligned. |
2006-10-18 |
kfraser |
11879:3409c35a0b0e |
[OpenBSD] Various changes to get Xen building on OpenBSD. |
2006-10-18 |
kfraser |
11878:307e5ed9657e |
Clean up linker flag definitions. |
2006-10-18 |
kfraser |
11877:05bf8693c735 |
[TPM] Allow all tests of the xm test suite to be run when ACM |
2006-10-18 |
kfraser |
11876:4ecfbf08b449 |
[TPM] Add tests cases for the ACM security hooks and tools to |
2006-10-18 |
kfraser |
11875:cbc181eb54fa |
Fix 'chk' scripts for generic shell (non-bash) and *BSD. |
2006-10-18 |
kfraser |
11874:2ae6000abda3 |
[TPM] Fix the tpm frontend to properly shut down when the domain |
2006-10-18 |
kfraser |
11873:bd6d4a499e47 |
[HVM] MMIO/PIO fixes and cleanups. |
2006-10-18 |
kfraser |
11872:21f8c507da29 |
[XEN] Can be built -std=gnu99 (except for .S files). |
2006-10-18 |
Tim Deegan |
11871:5c029fda79dc |
Merge |
2006-10-18 |
Tim Deegan |
11870:87fc080f555b |
[XEN] Fix CR3 plumbing for shadowed PV PAE guests. |
2006-10-17 |
Tim Deegan |
11869:7ec648fdb392 |
[XEN] remove dead code from shadow auditing. |
2006-10-17 |
Tim Deegan |
11868:a0d33cc09333 |
[XEN] Heuristic for fast revoke-write-access in HIGHPTE linux guests |
2006-10-17 |
Tim Deegan |
11867:37ee88ca1440 |
[XEN] Don't keep shadows of PAE guest l3 tables. |
2006-10-17 |
Tim Deegan |
11866:22885e4c1275 |
[XEN] Don't kill shadowed guest for writing bogus PTEs. |
2006-10-18 |
kfraser |
11865:bd207697f0c7 |
Avoid need for GREP variable by avoiding GNUisms. The |
2006-10-18 |
kfraser |
11864:5525b18b7224 |
xc core structures are not Linux specific. |
2006-10-18 |
kfraser |
11863:b99d11877ba1 |
Use new 'hg parents --template' support instead of awk scraping. |
2006-10-17 |
kfraser |
11862:317e71a06828 |
[SOLARIS] Provide non-gcc-specific defn. of RING_HAS_UNCONSUMED_REQUESTS. |
2006-10-17 |
kfraser |
11861:cd2a7dd45787 |
[NET] back: Remove unused variable declaration. |
2006-10-17 |
kfraser |
11860:a682d1be3f95 |
[SOLARIS] Xen daemons are managed separately, so we need a way to start |
2006-10-17 |
kfraser |
11859:025e19453f1a |
Define REX64_PREFIX to account for assembler syntax differences on SVR4 targets. |
2006-10-17 |
kfraser |
11858:c4cc70c32077 |
Add a XEN_VENDORVERSION variable to allow additional text on top of |
2006-10-17 |
kfraser |
11857:c6a65f481538 |
It's not correct to call endwin() if initscr() fails, and it crashes |
2006-10-17 |
kfraser |
11856:9754c40fc673 |
Fix multiple inclusion when building libxenguest. |
2006-10-17 |
kfraser |
11855:b75fbced2353 |
[SOLARIS] The hotplug scripts live in a different place on Solaris. |
2006-10-17 |
kfraser |
11854:eb6680cdbe20 |
[SOLARIS] Add the correct machine name for Solaris to arch.py. |
2006-10-17 |
kfraser |
11853:cbfc2e5c6978 |
Allow CONFIG_IOEMU=n to work. |
2006-10-17 |
kfraser |
11852:398ab18ffed1 |
[SOLARIS] Create kernel-interface implementations for libxc and xenstored. |
2006-10-17 |
kfraser |
11851:0e22ecd169a0 |
[SOLARIS] Disable "chk" script. The tests aren't portable and there's little need for it. |
2006-10-17 |
kfraser |
11850:1e6d52d06fa4 |
[SOLARIS] A couple of simple compile fixes for tools/ on Solaris. |
2006-10-17 |
kfraser |
11849:5b036362c1b0 |
Remove ERR() macro from libxc. Use ERROR/PERROR as appropriate. |
2006-10-17 |
kfraser |
11848:479b17f312b0 |
Remove non-existent xc_ptrace_core() from xenctrl.h. |
2006-10-17 |
kfraser |
11847:5d2ce349f9f4 |
[SOLARIS] Don't build ptrace code on Solaris. |
2006-10-17 |
kfraser |
11846:3b27623dd319 |
[SOLARIS] On sysv platforms, gas defaults '/' to a comment |
2006-10-17 |
kfraser |
11845:0466b9564e60 |
[SOLARIS] Fix Xen build. ACPI headers aren't Linux-specific. |
2006-10-17 |
kfraser |
11844:3ccd876603a0 |
[SOLARIS] Some makefile fragments expect a better shell than Solaris's /bin/sh, |
2006-10-17 |
kfraser |
11843:a5ef8e491da7 |
[SOLARIS] On Solaris, GCC is configured to use Sun's LD. Fix the build to use |
2006-10-17 |
kfraser |
11842:4154ba04725a |
[SOLARIS] Use GNU grep on Solaris. |
2006-10-17 |
kfraser |
11841:f4b7b8aefc05 |
[SOLARIS] A couple of small fixes to the Makefiles for the kernel tool headers. |
2006-10-17 |
kfraser |
11840:be8039f8bc14 |
Introduce Makefile config fragments for OS-specific differences. |
2006-10-17 |
kfraser |
11839:fb9f7ac2fc54 |
Remove obsolete tool 'mbootpack'. SYSLINUX now supports Multiboot format. |
2006-10-17 |
kfraser |
11838:fd37e715f509 |
Ignore tags and cscope from different tools versions, plus .config. |
2006-10-17 |
kfraser |
11837:edf0e488ea2a |
Clean up duplication of 'install' macros in the Makefiles. |
2006-10-17 |
kfraser |
11836:ed9c393b3c4f |
Define -m32/-m64 in LDFLAGS for x86 builds. |
2006-10-17 |
kfraser |
11835:db3d58d30e9d |
Don't use -Wunused-value. It's too aggressive with GCC4. |
2006-10-17 |
kfraser |
11834:3cc0b589c235 |
Added tag 3.0.3-branched for changeset 6ed4368b4a9e1924c983774c4b1a2b6baf8e98a6 |
2006-10-15 |
kfraser |
11833:6ed4368b4a9e |
[XENOPROF] Add a lock around the xenoprof hypercall. It mutates global state.3.0.3-branched |
2006-10-15 |
kfraser |
11832:d30ed0e261ae |
[XENOPROF] Fix limit-check overflow. |
2006-10-15 |
kfraser |
11831:8631433e5195 |
[SHADOW] Trivial whitespace fix to a couple of printf format strings. |
2006-10-15 |
kfraser |
11830:e321f036f603 |
[XEND] Check for and fail on non-existent floppy-drive file when starting HVM guest. |
2006-10-15 |
kfraser |
11829:edcd3a25a2bd |
[HVM] Fix PIC IO intercept: addresses are physical, not virtual. |
2006-10-22 |
awilliam |
11828:d5a46e4cc340 |
[IA64] Fix Windows Timer stop issue. |
2006-10-22 |
awilliam |
11827:a7c6b1c5507c |
[IA64] remove unused vmx/mm.c file |
2006-10-22 |
awilliam |
11826:463658ccf683 |
[IA64] BUG() bad path during domain destruction |
2006-10-22 |
awilliam |
11825:6cdd56dd79bc |
[IA64] sync_console in ia64_init_handler |
2006-10-18 |
awilliam |
11824:ee7799388ab1 |
[IA64] fix a bug in accelerating mov to rr |
2006-10-18 |
awilliam |
11823:2a9c0f4682ed |
[IA64] Correctly not handle VHPT long format. |
2006-10-18 |
awilliam |
11822:aed7ef54fbfe |
[IA64] Remove unused code (vmx_uaccess). |
2006-10-18 |
awilliam |
11821:fffb36174ddb |
[IA64] merge pal emulator |
2006-10-18 |
awilliam |
11820:c13c3bd7f3b5 |
[IA64] backport toolchain fixes from linux-ia64 |
2006-10-18 |
awilliam |
11819:4d86aea44675 |
[IA64] add arch/ia64/kernel/Makefile to sparse tree |
2006-10-17 |
awilliam |
11818:06ed19691f6d |
[IA64] code cleanups |
2006-10-17 |
awilliam |
11817:78c494a16b95 |
[IA64] deopfuscate vcpu.c and priop.c and related headers |
2006-10-17 |
awilliam |
11816:c5ddcf89f050 |
[IA64] Add not-SMP-safe comment about PV-on-HVM |
2006-10-17 |
awilliam |
11815:3e1571489789 |
[IA64] warning fix for HVM PV driver |
2006-10-17 |
awilliam |
11814:15fa2785ef1c |
[IA64] Fix panic when destroying DomVTI |
2006-10-17 |
awilliam |
11813:de50245ad4e3 |
[IA64] micro optimize __domain_flush_vtlb_track_entry. |
2006-10-17 |
awilliam |
11812:fd79ca20d91a |
[IA64] tlbflush_clock |
2006-10-17 |
awilliam |
11811:8b8c49d35d43 |
[IA64] Remove dom0_align which isn't used anymore. |
2006-10-14 |
awilliam |
11810:fcd746cf4647 |
[IA64] warning fix |
2006-10-14 |
awilliam |
11809:685586518b2e |
[IA64] Remove VHPT_ADDR |
2006-10-14 |
awilliam |
11808:0c18c6009448 |
[IA64] TLB tracking |
2006-10-14 |
awilliam |
11807:435e2275ea62 |
[IA64] linux/include/linux/hash.h. |
2006-10-14 |
awilliam |
11806:c8fa605f131f |
[IA64] Accelerate mov to rr |
2006-10-14 |
awilliam |
11805:7c2a5f96a192 |
[IA64] Xencomm fixes for HVM PV-drivers |
2006-10-14 |
awilliam |
11804:9e8fdcc46fa3 |
[IA64] Xencomm fixes for HVM PV-drivers and driver domain. |
2006-10-14 |
awilliam |
11803:b725c9e51a7c |
merge with xen-unstable.hg |
2006-10-13 |
kfraser |
11802:7da100019e00 |
[NET] front: Do not read features from backend until it enters InitWait. |
2006-10-13 |
kfraser |
11801:efea4c3b8bcc |
[NET] back: Simplify probing of new interfaces. There's no need |
2006-10-13 |
kfraser |
11800:d2f13c8b0819 |
[NET] front: No need to read handle field from xenstore. It's not used. |
2006-10-13 |
kaf24 |
11799:49d096ef3d76 |
[IOEMU] Fix argument to parse_host(). |
2006-10-12 |
kfraser |
11798:f14a67a35bec |
[HVM][SVM] Use proper name for the K8 VM_CR MSR. |
2006-10-12 |
kfraser |
11797:d845c9522d9e |
[HVM][SVM] Check if SVM is disabled by the BIOS before enabling it. |
2006-10-12 |
kfraser |
11796:dcee7eca71af |
[NET] back: Copy tx_ring data before verification |
2006-10-12 |
kfraser |
11795:af1aa35265eb |
[HVM] Fix resource leak in error path of AP bringup. |
2006-10-12 |
kfraser |
11794:7f6ae888fb7a |
[XEN] Fix booting with dom0_mem specifying 4GB or more. |
2006-10-12 |
kfraser |
11793:d13809a631b0 |
Fix privcmd mmap() on 64b architectures for regions larger than 2GB. |
2006-10-12 |
kfraser |
11792:ec45c27c1500 |
Include resources for PV xen-platform device in ACPI DSDT. |
2006-10-12 |
kfraser |
11791:5339785f8be8 |
[HVMLOADER] Remove an unused variable from an SMBIOS function. |
2006-10-12 |
kfraser |
11790:5b3ec078993b |
[IA64] Add support for enforcing singleshot mmap() semantics at the |
2006-10-12 |
kfraser |
11789:d2e6a7be622d |
[PRIVCMD] Fix ia64 domain creation by abstracting the singleshot mapping check. |
2006-10-12 |
Christian Limpach |
11788:5297ced4d610 |
[xenstore] Don't create a transaction for singleton read/write operations. |
2006-10-12 |
Christian Limpach |
11787:b0ee6789e428 |
[xenstore] Don't limit the number of concurrent transactions for domain0 connections |
2006-10-12 |
Tim Deegan |
11786:4fdcccd22352 |
[XEN] Fix race in shadow invlpg |
2006-10-12 |
kfraser |
11785:bd2be8a8fc72 |
[NET] back: Fix inter-domain networking when using rx-copy path. |
2006-10-12 |
kfraser |
11784:fe54ba10e9ef |
[NET] front: Fix error handling to correctly skip bogus frags. |
2006-10-10 |
kaf24 |
11783:f7d65fb7299b |
Revert 11728:30f13007be. Breaks Solaris guests. |
2006-10-10 |
kfraser |
11782:f8ddc9abf3ef |
[XEND] Add missing line from changeset 11653:3b7e11cbeb940 |
2006-10-10 |
Christian Limpach |
11781:4d1af7ebf676 |
[xend/hotplug] Remove happy gun logging. |
2006-10-10 |
kfraser |
11780:cb337b2f817b |
[NET] back: Fix netif rate limiting. |
2006-10-10 |
Ian Campbell |
11779:f028e3732803 |
Correct check for extended-cr3 support in __xen_guest fallback code. |
2006-10-09 |
kaf24 |
11778:ab85c20d33e5 |
[TOOLS] Fixes to miniterm serial terminal utility. |
2006-10-09 |
kfraser |
11777:fd80b7e1e333 |
[NET] back: Refcount fixes to vif rate-limiting code. |
2006-10-09 |
Tim Deegan |
11776:6e932f32662c |
[XEN] Zero PAE shadow l3es when destroying subshadows. |
2006-10-09 |
kfraser |
11775:30f13007be3f |
[XEND] No need to decompress the initrd when building a domain. |
2006-10-09 |
kfraser |
11774:411c6aca255c |
[PRIVCMD] Fix trivial bug introduced in IOCTL_PRIVCMD_MMAP. |
2006-10-09 |
kfraser |
11773:e1f3af226a8e |
[LINUX] Various fixes for mmapping I/O and foreign memory pages. |
2006-10-09 |
Tim Deegan |
11772:b92104e0cf08 |
Since shadow_update_paging_modes() will modify v->arch.hvm_vcpu.hw_cr3, |
2006-10-08 |
kaf24 |
11771:a5469bf602ef |
[BLKTAP] Remove bogus extra public definition of sig_handler(). |
2006-10-06 |
kfraser |
11770:f071be18e85f |
[BLKTAP] Fix trivial indentation snafu in previous changeset. |
2006-10-06 |
kfraser |
11769:9ab5db36c987 |
[BLKTAP] Fix crash at start-of-day in blktapctrld |
2006-10-06 |
kfraser |
11768:ff9746d600e9 |
[BLKTAP] Formatting and style cleanups to blktapctrl. |
2006-10-06 |
kfraser |
11767:7efaaae37415 |
[BALLOON] Replace alloc_empty_page_range with new helper alloc_empty_pages_and_pagevec. |
2006-10-06 |
kfraser |
11766:3971f49ce592 |
[BLK] tap: Allocate pages for foreign mappings individually rather than contiguously. |
2006-10-06 |
kaf24 |
11765:34b2348dfe4b |
[HVM][SVM] Revert changeset 11679:a949bd6ceb85 |
2006-10-05 |
kaf24 |
11764:9d0b22eb1758 |
[TPM] back: Allocate pages for foreign mappings individually rather than contiguously. |
2006-10-05 |
kaf24 |
11763:0fe7624dde63 |
[NET] back: Allocate pages for foreign mappings individually rather than contiguously. |
2006-10-05 |
kaf24 |
11762:0cda1a7988ee |
[NET] back: Remove unused rx_mmap area. Copying happens inside Xen, so |
2006-10-05 |
kaf24 |
11761:be6f5e262d84 |
[BLK] back: Allocate pages for foreign mappings individually rather |
2006-10-05 |
Tim Deegan |
11760:79b56c02b836 |
Merge |
2006-10-05 |
Tim Deegan |
11759:646a120334ef |
[VMX] Remove vcpu->arch.hvm_vmx.cpu_state |
2006-10-05 |
kfraser |
11758:9dabb06c66f5 |
[XEN] Fix memtype accessor domctls. |
2006-10-05 |
kfraser |
11757:609b10b17bf0 |
[XEN] Change microcode_update function interface inside Xen. |
2006-10-05 |
kfraser |
11756:eee52c100996 |
[XEN] Remove unused MULTICALL_arg6, and unnecessary use of STR() macro. |
2006-10-05 |
kfraser |
11755:56fe7bbcbeaf |
Make sure that if one of the intermediate steps fails, a subsequent |
2006-10-05 |
kfraser |
11754:efb8b20004b7 |
[XM] Fix 'xm help' when called on a command-name prefix. |
2006-10-05 |
kfraser |
11753:bf0deb09facd |
[XEND] Fix pygrub when run server-side on a domain with blktap disks. |
2006-10-05 |
kfraser |
11752:b3cba293e61a |
[NET] front: Fix size of grant_rx_ref[]. It should use the RX ring |
2006-10-05 |
Christian Limpach |
11751:a95dfbc8dca8 |
[HVM/vncserver] Implement a 'vnclisten' option to limit the interface |
2006-10-05 |
Ian Campbell |
11750:8959876abbe3 |
[NET] front: Include linux/moduleparam.h since we use module_param_* |
2006-10-05 |
kaf24 |
11749:2e58022889a5 |
[MBOOTPACK] Fix building mbootpack on x86/64. |
2006-10-05 |
jchesterfield |
11748:a72fdb6a19a1 |
[BLKTAP] Blktapctrl: Add asynchronous watch on dom0 name entry for blktapctrl on startup. This patch cleans up the synchronisation issues between blktapctrl and xend at initialisation if the Dom0 entries have not yet been populated. |
2006-10-05 |
Ian Campbell |
11747:ad926cc0a50e |
[NET] front: If the kernel does not include GSO then look for TSO. |
2006-10-05 |
Ian Campbell |
11746:55e53c556f9f |
[NET] front: Invert the test for a kernel with GSO support. |
2006-10-08 |
awilliam |
11745:5176c3ea3293 |
[IA64] per vcpu vhpt |
2006-10-08 |
awilliam |
11744:4eb6e2ec1b39 |
[IA64] Remove test of dead CONFIG_XEN_IA64_DOM0_NON_VP |
2006-10-08 |
awilliam |
11743:6fae3a36f50b |
[IA64] added __read_mostly to some variables |
2006-10-08 |
awilliam |
11742:61504e80defa |
[IA64] __read_mostly |
2006-10-08 |
awilliam |
11741:e9c7f965e70a |
[IA64] make efi_print()'s output more readable |
2006-10-08 |
awilliam |
11740:70d5d92066e5 |
[IA64] add a warning message when ioremap hypercall fails |
2006-10-05 |
awilliam |
11739:1a0b58e7b5de |
merge with xen-unstable.hg |
2006-10-05 |
kaf24 |
11738:0dc4ae151be2 |
[LIBXC] Fix ptrace memory-mapping code to map pagetables read-only. |
2006-10-04 |
kfraser |
11737:a5a3f48e92c9 |
Remove redundant '&' before array name in __RING_SIZE macro. |
2006-10-04 |
kfraser |
11736:2dd375ce153d |
[LINUX] Don't bother to write a 5-bit value to a 2-bit field. |
2006-10-04 |
kfraser |
11735:224b80785d02 |
[NET] back: Disable packet queuing when a client has no receive buffers. |
2006-10-04 |
kaf24 |
11734:6a8ae4c34abe |
[IOEMU] When vncunused is specified, allocate a port from 5900 |
2006-10-04 |
kaf24 |
11733:ddc56007bf3f |
[XEND] If 'vncused' is set, it won't specify an explicit display num to QEMU. |
2006-10-04 |
kaf24 |
11732:7a7e8cf9a4f9 |
[HVMLOADER] Fix SMBIOS table code. One of the string lengths is incorrectly computed. |
2006-10-04 |
kaf24 |
11731:74855cdc4a1d |
[XEN] Never crash machine on int3 traps. |
2006-10-04 |
awilliam |
11730:77f554ef7484 |
[IA64] update buildconfigs for p2m exposure |
2006-10-04 |
awilliam |
11729:3e9fcbee3c09 |
[IA64] fix sparse tree build with p2m exposure disabled |
2006-10-04 |
awilliam |
11728:c1a8785f0eb1 |
[IA64] p2m exposure test module |
2006-10-04 |
awilliam |
11727:d1d9f3f6ca09 |
[IA64] p2m exposure. linux side part. |
2006-10-04 |
awilliam |
11726:0bb486157ff5 |
[IA64] expose p2m table. xen side part. |
2006-10-04 |
awilliam |
11725:7cfc7cb7cea7 |
[IA64] Clean up extern declarations in arch/ia64/xen/domain.c |
2006-10-04 |
awilliam |
11724:4786a0b3d6c5 |
[IA64] remove getmeminfo.nr_pages trick from xencomm |
2006-10-04 |
awilliam |
11723:49bf2381e009 |
[IA64] xencomm_privcmd_sched_op |
2006-10-04 |
awilliam |
11722:3f3a818d56f5 |
[IA64] revert xen-ia64-unstable.hg cset 11039 |
2006-10-03 |
awilliam |
11721:1ec09a35d13d |
[IA64] add GNTTABOP_copy to xencommize_grant_table_op |
2006-10-03 |
awilliam |
11720:5f077cd6f58c |
merge with xen-unstable.hg |
2006-10-03 |
kfraser |
11719:38f9bd7a4ce6 |
[NET] Make MAX_SKBUFF_ORDER page-size independent. |
2006-10-03 |
kfraser |
11718:6df04adab323 |
[IA64] Fix implicit declaration of initialize_keytable(). |
2006-10-03 |
Alastair Tse |
11717:432bf17b3b09 |
[XM] Fix rmlabel filename assignment |
2006-10-03 |
Alastair Tse |
11716:51fa58f0583b |
[XM] Fix missing security check in block-attach |
2006-10-02 |
kfraser |
11715:f426f6e646eb |
[HVMLOADER] Clean up SMBIOS table-length computations. |
2006-10-02 |
kfraser |
11714:0d796dced5f7 |
[NET] front: Allow copying receive path to be selected by user at |
2006-10-02 |
Steven Smith |
11713:96a77ef725b8 |
[XEN][HVM] Fix a bug which could lead to the guest locking up if it |
2006-10-02 |
awilliam |
11712:6e7cc23ab18c |
[IA64] backport check_sal_cache_flush() |
2006-10-02 |
awilliam |
11711:5727c3c4070e |
[IA64] don't export GPFN_xxx flags. |
2006-10-02 |
awilliam |
11710:0c7e58ba4fbd |
[IA64] add perfcounter of dom0vp_phystomach and dom0vp_machtophys |
2006-10-02 |
awilliam |
11709:ce9816c14040 |
[IA64] add perfcounter to mm.c |
2006-10-02 |
awilliam |
11708:3f28ffed6fff |
[IA64] add perfcounter for vTLB flush. |
2006-10-02 |
awilliam |
11707:a3a079af0e92 |
[IA64] avoid long time interrupt masking. |
2006-10-02 |
awilliam |
11706:64290e7622d2 |
[IA64] Prevent domains to itc/ptd in shared_info_va. |
2006-10-02 |
awilliam |
11705:6268aa7b9177 |
[IA64] Bind event channels of VT-i domain to vcpu 0 |
2006-10-02 |
awilliam |
11704:c3f71a4ed653 |
[IA64] Implement fast hypercall for physdevop eoi. |
2006-10-02 |
awilliam |
11703:bacae4057790 |
[IA64] Renumber dom0vp hypercalls and reformat comments. |
2006-10-02 |
awilliam |
11702:5c97ef4c7147 |
[IA64] Use xencomm for hypercalls. |
2006-10-01 |
awilliam |
11701:2bfd19fc1b79 |
merge with xen-unstable.hg |
2006-09-30 |
kaf24 |
11700:02311d8aba86 |
[HVM][TOOLS] Improve warnign message when trying to create |
2006-09-30 |
kaf24 |
11699:82983c636549 |
[HVM] Mov to/from CR8 must be gated on whether VLAPIC device is created. |
2006-09-30 |
kaf24 |
11698:96a6649fa691 |
[HVM] Add RDMSR/WRMSR instruction emulation to VMXAssist decoder |
2006-09-30 |
kaf24 |
11697:2d155d41fe46 |
[HVM] Add sub instruction support to HVM MMIO decoder. |
2006-09-30 |
kaf24 |
11696:a949bd6ceb85 |
[HVM][SVM] Do not delay ExtInt event injection if RFLAGS.IF==0. |
2006-09-29 |
kfraser |
11695:9977b8785570 |
[NET] back: Loopback must copy foreign mappings. |
2006-09-29 |
Steven Smith |
11694:593b5623a0d2 |
Merge. |
2006-09-29 |
Steven Smith |
11693:ef8df1e5884f |
[XEN][HVM] Arrange that we only consider sending a PV-on-HVM event channel |
2006-09-29 |
kfraser |
11692:2835083c9c91 |
[BLKTAP] Find major number by searching sysfs |
2006-09-29 |
Steven Smith |
11691:509ff527c59d |
Merge. |
2006-09-29 |
Steven Smith |
11690:c620b16d4063 |
[XEN][HVM] Make sure that the interrupt which event channel events come in |
2006-09-29 |
kfraser |
11689:7e79259c2c17 |
[LINUX] Make evtchn device use a dynamic minor number. |
2006-09-29 |
Tim Deegan |
11688:477a0084ff47 |
[XEN] Recompute shadows of PAE PSE l2es when needed. |
2006-09-29 |
kfraser |
11687:792fb641ea7b |
[HVM][SVM] Obtaining instruction address needs to mask to 32 bits |
2006-09-29 |
Alastair Tse |
11686:e229687561cf |
[TOOLS] Fix xendomains init.d script DOG PIG confusion. |
2006-09-29 |
kfraser |
11685:9eb80d41c724 |
[HVM] Disable VMX/SVM on auxiliary processors when shutting down an SMP system. |
2006-09-29 |
kfraser |
11684:bcd0e18f7881 |
[HVM][VMX] Clear vmxe when VMX is not enabled. |
2006-09-29 |
kfraser |
11683:be78be7009c5 |
[PYGRUB] Enable showing the cursor in pygrub when it's relevant to do so. |
2006-09-29 |
kfraser |
11682:dea06c7fd19d |
[HVM][SVM] 64-bit Windows HVM guests require MCE/MCA CPUID bits to be present. |
2006-09-29 |
kfraser |
11681:0c29e0d1c67b |
[BLKTAP] Remove unnecessary TLB flush from blktap driver. |
2006-09-29 |
kfraser |
11680:16759bdbd6c2 |
[BLKTAP] Remove unnecessary timeout from tapdisk select() call. |
2006-09-29 |
kfraser |
11679:80388aea02a1 |
Remove dead pdb code from tools directory. |
2006-09-29 |
kfraser |
11678:e5cdebf9d8ef |
[VMXASSIST] Fix data32/addr32 instruction decode issue. |
2006-09-29 |
kfraser |
11677:058f4a2a8642 |
[HVM] Clean up hvm_copy interface to be more like copy_to/from_user. |
2006-09-29 |
kfraser |
11676:412fc1c1bd7a |
[HVM][VMX] Fix data copying in transition to/from vmxassist. |
2006-09-29 |
kfraser |
11675:6d5d5b883dfc |
[NET] back: Reset netfilter context in loopback receive path. |
2006-09-29 |
kfraser |
11674:52bb01f36c8b |
[BLK] front: Flush workqueues with no locks held. Operation can sleep. |
2006-09-29 |
kfraser |
11673:dc017943eea2 |
[XENBUS] Don't perform normal state-machine transitions and |
2006-09-28 |
Andrew Warfield |
11672:d90be316e5f5 |
[BLKTAP] have udev create the device for blktap |
2006-09-28 |
Andrew Warfield |
11671:500043f8ccff |
[BLKTAP] have blktap use a dynamic major |
2006-09-28 |
Andrew Warfield |
11670:3b7e11cbeb94 |
[BLKTAP][XEND] Fix blktap to work with a bootloader |
2006-09-28 |
Andrew Warfield |
11669:5f5e3b4c6fba |
[BLKTAP] Fix SMP debugging assert failures in blktap |
2006-09-28 |
Andrew Warfield |
11668:460f2c954cca |
[BLKTAP] clean up blktap and remove private structure |
2006-09-28 |
Andrew Warfield |
11667:f9929b7e009e |
[BLKTAP] Fix blktap oops on domain shutdown |
2006-09-28 |
Tim Deegan |
11666:b6ee084892da |
[XEN] Support lightweight shadow-translate PV guests, for paravirt-ops. |
2006-09-28 |
Tim Deegan |
11665:5f42b4824e45 |
[XEN] Fix interaction between tlbflush timestamp and shadow flags |
2006-09-28 |
kfraser |
11664:14111cab38fd |
[NET] back: 4 loopbacks by default for dom0 (previously was 8). |
2006-09-28 |
kfraser |
11663:34452b288046 |
[XEN] Remove weak-extern definitions from symbols.c. |
2006-09-28 |
kfraser |
11662:8cffe84d8f51 |
[NET] back: Create 0 loopbacks by default for non-domain-0. |
2006-09-28 |
atse |
11661:3dea280880e2 |
[XM] Report proper ACMError(s) instead of silently exiting. |
2006-09-28 |
atse |
11660:98c369711006 |
[XM] Remove traceback printing from load/makepolicy.py. |
2006-09-28 |
atse |
11659:98ba161961b5 |
[XM] Fix stray quotes in usage message in getlabel.py |
2006-09-28 |
atse |
11658:0de76117acb6 |
[XM] Fix error reporting for resources.py, remove duplicate try block. |
2006-09-28 |
atse |
11657:911b7c6d03ea |
[XM] Removed traceback printing for non ACMError exceptions |
2006-09-28 |
atse |
11656:e57815fcc352 |
[XM] Set proper return code for exceptions in xm, catch ACMError. |
2006-09-28 |
kfraser |
11655:c40ea583941c |
[XEN] Fix i386 hypercall code to always create shadow |
2006-09-28 |
kfraser |
11654:88418d7f22f2 |
[HVM] Avoid mis-optimisation of the SVM/VMX exit handlers |
2006-09-28 |
atse |
11653:e759cc598822 |
There's a typo in create.py, which affects PV bootloaders (such as |
2006-09-27 |
kfraser |
11652:1d0e75523636 |
[VMXASSIST] Cast to pointer type via long to avoid compile |
2006-09-27 |
Steven Smith |
11651:5c522692edd1 |
[HVM] qemu should wait 10ms, rather than 100ms, between running its timers. |
2006-09-27 |
kfraser |
11650:000aa9510e55 |
[XM-TEST] Remove the test for /dev/tpm0, which may be a prerequisite to start |
2006-09-27 |
kfraser |
11649:d78b31dd07e8 |
[XEN] gdbstub return value is used to determine whether or not |
2006-09-27 |
kfraser |
11648:ed8f53f81e6e |
[XM] Fix 'xm uptime' command. |
2006-09-27 |
kfraser |
11647:755bc9aa69fb |
[XM] Fix domain reported by 'xm sched-sedf'. |
2006-09-27 |
kfraser |
11646:d863fedb4398 |
[XM] Fix 'xm rmlabel' command. |
2006-09-27 |
kfraser |
11645:79a4a00c4e15 |
[XM] Reenable the '-h' option, disabled in changeset:11572. |
2006-09-27 |
kfraser |
11644:7c5ea4f50bd9 |
[HVM] Fix stupid printf formatting error that breaks x86/64 build. |
2006-09-27 |
kfraser |
11643:5ab400346b13 |
[HVM] Fix MSR read/write and add extra info when |
2006-09-27 |
kfraser |
11642:8905ffc1a3c8 |
[XEN] Fix x86_emulate and hvm-mmio-insn-len decoders |
2006-10-01 |
awilliam |
11641:914c44d10c8d |
[IA64] warning fix |
2006-10-01 |
awilliam |
11640:53ec7e3d3a8a |
[IA64] Fix a VTi physical mode bug |
2006-10-01 |
awilliam |
11639:a947ca5d4731 |
[IA64] initial xen relocation support |
2006-10-01 |
awilliam |
11638:92bd25c46f27 |
[IA64] do not export XSI_BASE, use set_shared_info_va |
2006-10-01 |
awilliam |
11637:f6007621cc0c |
[IA64] VTi TLB miss fix |
2006-10-01 |
awilliam |
11636:3470d9cd27e5 |
[IA64] Modify p2m converter to avoid hypervisor crash |
2006-09-26 |
awilliam |
11635:f34e37d0742d |
merge with xen-unstable.hg |
2006-09-26 |
Steven Smith |
11634:bd811e94d293 |
[HVM][VNC] Fix typo. |
2006-09-26 |
Steven Smith |
11633:a1154318cd80 |
[HVM][VNC] Work around a bug in the newest version of xvncviewer which |
2006-09-26 |
Steven Smith |
11632:ca3abb3804f4 |
[HVM][VNC] Make sure that qemu doesn't go into an infinite loop when |
2006-09-26 |
Steven Smith |
11631:7fca81d456b2 |
[HVM] Make qemu_advance_timer do something sensible with timers which |
2006-09-26 |
kfraser |
11630:ef41783c664a |
[HVM] Fix HLT with interrupts disabled. Only take down |
2006-09-26 |
Emmanuel Ackaouy |
11629:184884cfaa0b |
Adds support for the keyword 'all' to the vcpu-pin operation. |
2006-09-26 |
kaf24 |
11628:bdf3bddc97e7 |
[VMXASSIST] Small fix to virt-to-phys translation. |
2006-09-26 |
kaf24 |
11627:b042bf974f3a |
Remove static forward declaration in gdbstub code. |
2006-09-25 |
kfraser |
11626:7de1715d185e |
[VMXASSIST] Fix virt-to-phys translation routine. |
2006-09-25 |
kfraser |
11625:0f9908c2c5c7 |
[XEN] Simplify VMCS allocation (never bigger than a page). |
2006-09-25 |
kfraser |
11624:f5fd563bcc84 |
[XEN] Small clean up. |
2006-09-25 |
Steven Smith |
11623:1d3f52eb256e |
[HVM] Rate limit guest accesses to the qemu virtual serial port. This stops |
2006-09-25 |
Emmanuel Ackaouy |
11622:b7b653e36d20 |
Make dom0_vcpus_pin a platform independant option. |
2006-09-25 |
kfraser |
11621:f052ccc0cc26 |
[XEN] Fix 11607 to avoid bignum aritmetic in assembly file. |
2006-09-25 |
kfraser |
11620:e0db5a3a2ef6 |
[HVM] Use AMD's isntruction-length decoder for VMX as well as SVM |
2006-09-25 |
kfraser |
11619:807fbfb0a0dc |
Consolidate the preferable use of a pragma with the feature detection |
2006-09-25 |
kfraser |
11618:ab2817b9547b |
[XEN] Limit size of Xen heap to 2GB. |
2006-09-25 |
kfraser |
11617:83b53eeb8a5c |
[XEN] Use symbolic constants to determine segment limits. |
2006-09-25 |
Steven Smith |
11616:4b6284d2c11c |
Merge. |
2006-09-25 |
Steven Smith |
11615:9e24cd7951ea |
[XEN][HVM] Initialise the ELCR to level triggered mode from pic_init1. |
2006-09-25 |
kfraser |
11614:fd13d7150dd6 |
[TOOLS] Wait for backend devices to set up before resuming execution |
2006-09-24 |
kaf24 |
11613:c81eb1ccdce5 |
[XEN] Support unconnected IRQ lines in pirq_acktype(). |
2006-09-24 |
kaf24 |
11612:d17e0ffe47e8 |
[XEN] Add local-APIC-edge to list of PIC types supported by pirq_acktype() |
2006-09-23 |
kfraser |
11611:ba7487569374 |
[QEMU] A better build fix for qemu-dm. |
2006-09-26 |
awilliam |
11610:9da2d9b48ff8 |
[IA64] Complete fpswa handler retry mechanism |
2006-09-24 |
awilliam |
11609:7b250cf49e50 |
[IA64] create page table for virtual frame table |
2006-09-24 |
awilliam |
11608:06bec182a66e |
[IA64] warning fix |
2006-09-24 |
awilliam |
11607:5292d57b0771 |
[IA64] Accelerate some virtualization faults |
2006-09-24 |
awilliam |
11606:1824ee11fc53 |
[IA64] pickled code fix |
2006-09-24 |
awilliam |
11605:432f978d1cd1 |
merge with xen-unstable.hg |
2006-09-23 |
kfraser |
11604:c4f3f719d997 |
Ensure CONFIG_SND_FM801_TEA575X is unconfigured on all arches. |
2006-09-23 |
kfraser |
11603:e4a496c2b2d1 |
Fix tools build with latest glibc, which has an |
2006-09-23 |
kfraser |
11602:19b126974c1f |
Use GDB 'O' packets for console output if the serial line is shared |
2006-09-23 |
kfraser |
11601:828c0c89d830 |
Move initialize_keytable declaration to keyhandler.h |
2006-09-23 |
kfraser |
11600:f983ed5e9098 |
Clean up and enhance "make tags" |
2006-09-23 |
kfraser |
11599:decde35c6abf |
[HVM] Fix timer interrupt underflow bug. |
2006-09-23 |
kfraser |
11598:6d7bba6443ef |
Update vnet kernel module to handle architectures without |
2006-09-23 |
kfraser |
11597:d913017a5c66 |
[MINIOS] Added a new file arc/x86/setup.c and moved some x86 specific |
2006-09-23 |
kfraser |
11596:5c58df8c7885 |
[QEMU] Fix build on some distros (e.g., FC6T3). |
2006-09-23 |
atse |
11595:dfbadf4696fd |
[XM] Fix argument parsing for dump-core subcommand |
2006-09-23 |
kaf24 |
11594:047669f57e5c |
[HVM] A few cleanups to i8259.c -- in particular change |
2006-09-22 |
Steven Smith |
11593:fb2751668a4d |
[HVM][VNC] Make sure that the vnc viewer gets the right resolution when it |
2006-09-22 |
Steven Smith |
11592:bdace8da6319 |
Merge. |
2006-09-22 |
Steven Smith |
11591:cdd03c7ec8d3 |
Merge. |
2006-09-22 |
Steven Smith |
11590:08a582a98471 |
[XEN][HVM] Initialise the ELCR so that all interrupts are in level triggered |
2006-09-22 |
atse |
11589:3499b3271e5f |
[XM][ACM] Add try,catch back to main() for dry-run |
2006-09-22 |
atse |
11588:92bfc59726a4 |
[XM] Move 'xm sysrq' into main.py |
2006-09-22 |
atse |
11587:e6388ec26a97 |
[XEND] Do not attempt core dump to directories. |
2006-09-22 |
atse |
11586:332bdaab35fa |
[XEND] Remove hard tabs from destroyDevice() |
2006-09-22 |
atse |
11585:1db4e40b4d83 |
[XEND] Check for invalid memory sizes. |
2006-09-22 |
atse |
11584:a49f9c33aa93 |
[XM] Text wrapping fix, xm create --help_config fix. |
2006-09-22 |
Steven Hand |
11583:d4b99e615af2 |
Add mmio emulation of opcodes 0x3A and 0x85 for SMP W2K3 installation. |
2006-09-22 |
Steven Hand |
11582:a2549eb49482 |
Revert default debug on cset 11576:4a3d9fa6ba24. |
2006-09-22 |
kfraser |
11581:1ca87f35ee4e |
merge |
2006-09-22 |
kfraser |
11580:4a3d9fa6ba24 |
merge |
2006-09-22 |
kfraser |
11579:840453c5dd9a |
[XEN][ Remove unused declarations. |
2006-09-22 |
Steven Hand |
11578:0e9055d69f12 |
This patch fixes an error booting 32bit vista on VMX. |
2006-09-22 |
Steven Hand |
11577:3236311a23a5 |
Fix vmxassist to boot Vista. |
2006-09-22 |
atse |
11576:ad22c711ccb7 |
[XM] Error handling cleanup |
2006-09-22 |
kfraser |
11575:a753630a6456 |
[HVM][VMX] Clean up and audit VMX uses of instruction-length |
2006-09-22 |
Steven Smith |
11574:140dff9d90dc |
[HVM][VNC] Fix bug in the VNC copyrect implementation which crept in |
2006-09-21 |
kfraser |
11573:6e3223a69461 |
[XEN] Do not emulate user-mode updates to page tables. |
2006-09-21 |
Christian Limpach |
11572:8c29bf7ede67 |
Merge? |
2006-09-21 |
Christian Limpach |
11571:043f8799e68e |
[qemu patches] Refresh. |
2006-09-21 |
Christian Limpach |
11570:7706696ff532 |
[qemu patches] Update patches for changeset 11562:449dcaff2551. |
2006-09-21 |
Christian Limpach |
11569:317e8516d464 |
[qemu patches] Update patches for changeset 11561:c742b2ae920c. |
2006-09-21 |
Christian Limpach |
11568:ebb1982c03a1 |
[qemu patches] Update patches for changeset 11554:39aaa54756db. |
2006-09-21 |
kfraser |
11567:8860eba3dcad |
[XEN] Fix domctl for changing VCPU affinity. |
2006-09-21 |
Steven Smith |
11566:449dcaff2551 |
[HVM][VNC] Add a backoff feature to the vnc server, so that if it detects |
2006-09-21 |
Steven Smith |
11565:c742b2ae920c |
[HVM] Reduce VNC overhead, by (a) only scanning framebuffer when a client |
2006-09-21 |
Tim Deegan |
11564:5bc0e9a50687 |
Merge |
2006-09-21 |
Tim Deegan |
11563:7c5d1c379438 |
[XEND] Don't prepend '/dev/' to any absolute path. |
2006-09-21 |
Tim Deegan |
11562:7894224d264b |
[XEND] split command-line arguments to the bootloader script properly. |
2006-09-21 |
Tim Deegan |
11561:16e4a5a7cfd7 |
Pygrub: add /var/lib/xen to the install tree. |
2006-09-21 |
Tim Deegan |
11560:587735fb18ab |
Pygrub: stop the FS identification code from leaking open fds. |
2006-09-21 |
Emmanuel Ackaouy |
11559:3b7c45e3bf94 |
This patch adds value checking of sched-credit xm options. |
2006-09-21 |
Christian Limpach |
11558:39aaa54756db |
[tools] Increases some of the timeouts |
2006-09-21 |
Christian Limpach |
11557:93135bbb5344 |
[qemu patches] Refresh qemu-pci patch without -p3. |
2006-09-21 |
Christian Limpach |
11556:4fab9c477f62 |
[qemu patches] Update patches for changeset 11551:f872300b672f. |
2006-09-21 |
Steven Smith |
11555:f872300b672f |
[HVM] Use the right, PCI SIG assigned, vendor ID for xensource rather than |
2006-09-21 |
kfraser |
11554:69e52712fbc4 |
[XEN] Shadow mode no longer obtains page type references. |
2006-09-21 |
kfraser |
11553:e50872355390 |
[LINUX] Update pci-mmconfig patch to refer to machine_e820 map on Xen. |
2006-09-21 |
kfraser |
11552:1adaf06e8abc |
[LINUX] Provide permanent global version of machine_e820 map for |
2006-09-20 |
kfraser |
11551:affbab70fca2 |
[XEN] Move mark_dirty() from alloc_page_type() to get_page_type(), |
2006-09-20 |
Emmanuel Ackaouy |
11550:6d83c86ebfe9 |
merge |
2006-09-20 |
Emmanuel Ackaouy |
11549:70fe022d3589 |
fix -xen x86_32 linux build |
2006-09-20 |
kfraser |
11548:c3b4b9dc23ac |
[XEN] Trivial simplification. |
2006-09-20 |
kfraser |
11547:3e39cc16dd41 |
[XEN] Clean up mark_dirty() usage in mm.c some more. |
2006-09-20 |
Steven Hand |
11546:596b0e4fbef4 |
Simplify + fix previous cset (remove_all_shadows() is indeed required :-) |
2006-09-20 |
Steven Hand |
11545:a151311fa9c7 |
Ensure page-table pin changes are noted in shadow log-dirty mode. |
2006-09-20 |
kfraser |
11544:9837ff37e354 |
[LINUX] Backport PCI MMCONFIG patch from 2.6.17 -- only use MMCONFIG |
2006-09-20 |
kfraser |
11543:9deecd4f9cf9 |
[XEN] Fix arg clobber test for debug version of hypercall code. |
2006-09-20 |
kfraser |
11542:f90ac959db92 |
[XEN][X86_64] Remove hardcoded addresses in x86/64 boot assembly. |
2006-09-19 |
kfraser |
11541:f07cf18343f1 |
[XEN] Upgrade some platform files to Linux 2.6.17.13. |
2006-09-19 |
Christian Limpach |
11540:041be3f6b38e |
[linux patches] Update patches for linux-2.6.16.29. |
2006-09-19 |
Christian Limpach |
11539:c5d4d47bbeb8 |
[linux] Update to linux-2.6.16.29. |
2006-09-19 |
kfraser |
11538:38765166ad7a |
[XEN] Fix the emulation of instructions in vm86 mode. It fetches |
2006-09-19 |
kfraser |
11537:e5d29225a8d1 |
[XENMON] Add argument check of "--ms_per_sample" option. |
2006-09-19 |
kfraser |
11536:33955ca54ec1 |
[HVM][SVM] Add cr8 intercept to/from code for SVM. |
2006-09-19 |
kfraser |
11535:7c6aaa106f15 |
[HVM][SVM] This patch cleans up the SVM CPUID logic a bit, adds proper clearing |
2006-09-19 |
kfraser |
11534:7877e25e2b23 |
[HVM] getmemlist hypercall returns pages in strict |
2006-09-19 |
kfraser |
11533:6374af16a8a3 |
[XEN][X86_64] USe GLOBAL bit to build user mappings. |
2006-09-19 |
kfraser |
11532:9061e1246906 |
Merge with xenppc-unstable-merge.hg |
2006-09-18 |
Hollis Blanchard |
11531:0bdd578c417f |
[POWERPC] merge with xen-unstable.hg |
2006-09-18 |
Jimi Xenidis |
11530:ce9c34c049c5 |
[POWERPC][XEN] Track the Hard CPUID as configured by the FW |
2006-09-18 |
Jimi Xenidis |
11529:a3762039dc23 |
[POWERPC][XEN] Fix definition of SCOMC register |
2006-09-15 |
Jimi Xenidis |
11528:fd79d6295111 |
[POWERPC][XEN] Add newlines on multiline output and dump SLB on SLB errors |
2006-09-15 |
Jimi Xenidis |
11527:6486bc1937a4 |
[POWERPC][XEN] Sync console around program exceptions |
2006-09-14 |
Jimi Xenidis |
11526:1fae74cd3963 |
[POWERPC][XEN] Fix infinite loop caused by hdec storm |
2006-09-14 |
Jimi Xenidis |
11525:33266be3c635 |
[POWERPC][XEN] Clean up init_frame_table() |
2006-09-18 |
hollisb |
11524:2b8660a8a9bc |
[XEN][POWERPC] Whitespace. |
2006-09-14 |
Hollis Blanchard |
11523:e99a195f2112 |
[XEN][POWERPC] Fix build break. |
2006-09-14 |
Jimi Xenidis |
11522:96f4d3e1bc98 |
[POWERPC][XEN] add ofd_strstr() that checks all strings from an OF property |
2006-09-14 |
Jimi Xenidis |
11521:8ca32cdc9841 |
[POWERPC][XEN] break out the ppc970.c functionality |
2006-09-14 |
Jimi Xenidis |
11520:a17aa5e65209 |
[POWERPC][XEN] Better explane the larx/stcx issue with interrupts |
2006-09-14 |
Jimi Xenidis |
11519:0cdac06f1a9d |
[POWERPC][XEN] Safety with foreign get_page() calls and RMA |
2006-09-14 |
Jimi Xenidis |
11518:9bf0fc041e14 |
[POWERPC][XEN] Inline clear_page() and use DCBZ to optimize |
2006-09-14 |
Jimi Xenidis |
11517:3ee3376a5eb3 |
[POWERPC][XEN] Define all cache information globaly |
2006-09-13 |
Jimi Xenidis |
11516:7b350fc692d5 |
[POWERPC][XEN] Track pages correctly |
2006-09-12 |
Hollis Blanchard |
11515:990bd509a5f5 |
[XEN][POWERPC] Split dom0_ops.c into domctl.c and sysctl.c. |
2006-09-12 |
Jimi Xenidis |
11514:2ba5452795d2 |
[POWERPC][XEN] Handle foreign page mappings correctly |
2006-09-12 |
Jimi Xenidis |
11513:2e6c10dc7c0b |
[POWERPC][XEN] make sure put_domain() is called in case of allocate_rma() failuer |
2006-09-12 |
Jimi Xenidis |
11512:13e406c85c8b |
[POWERPC][XEN] if crash_debug=n then at least dump a backtrace. |
2006-09-12 |
Jimi Xenidis |
11511:3b045a00e703 |
[POWERPC][XEN] Detect bad spurious interrupt condition and panic instead of hang |
2006-09-08 |
Hollis Blanchard |
11510:3bd92176890c |
[XEN][POWERPC] fix timebase race in SMP init |
2006-09-08 |
Hollis Blanchard |
11509:88fb77ac4f09 |
[XEN][POWERPC] Fix allocation error for xencomm "mini" descriptors. |
2006-09-08 |
Hollis Blanchard |
11508:fcc0efacc17a |
[XEN][POWERPC] Fix machine check build break. |
2006-09-18 |
hollisb |
11507:38d6cf70e8f2 |
[LIBXC][POWERPC] Add missing xc_memory.c |
2006-09-07 |
Hollis Blanchard |
11506:a22a7797e0ba |
[LIBXC][POWERPC] Update to latest flatdevtree snapshot. |
2006-09-07 |
Jimi Xenidis |
11505:2ebf55e419c9 |
[POWERPC][XEN] Track HID4[RM_CI] state for machine check |
2006-09-07 |
Jimi Xenidis |
11504:e7c55ba4de2e |
[POWERPC][XEN] Include io.h so we can match the globals defined here. |
2006-09-07 |
Jimi Xenidis |
11503:e20a469dabb4 |
[POWERPC][XEN] Synchronize Timebase on all CPUs |
2006-09-07 |
Jimi Xenidis |
11502:464acece0dad |
[POWERPC][XEN] Clear SLB entries on boot and other cleanups |
2006-09-07 |
Jimi Xenidis |
11501:22e01a4864b0 |
[POWERPC][XEN] Machine Check Processing |
2006-09-07 |
Jimi Xenidis |
11500:a817acb39386 |
[POWERPC][XEN] More Robust Memory Checking |
2006-09-05 |
Jimi Xenidis |
11499:ccdaa3ea71a7 |
[POWERPC][XEN] move setting of MSR[RI] till after SRR0/1 |
2006-09-01 |
Jimi Xenidis |
11498:94aa7e921ccd |
[POWERPC][XEN] Make many of the timbase routine static inline |
2006-09-01 |
Jimi Xenidis |
11497:18b3cbb04dc3 |
[POWERPC][XEN] make sure Dom0.VCPU0 is pinned to the booting CPU |
2006-09-01 |
Jimi Xenidis |
11496:0e02ac68b01b |
[POWERPC][XEN] move idle_loop and add a "power save" hook |
2006-09-01 |
Jimi Xenidis |
11495:62196a0f3791 |
[POWERPC][XEN] remove dead preemption code |
2006-09-01 |
Jimi Xenidis |
11494:b82a8107cae6 |
[POWERPC][XEN] Adjust DEC correctly |
2006-09-01 |
Jimi Xenidis |
11493:ae7a722b7241 |
[POWERPC][XEN] Erratum: Must clear larx/stcx reservation on exception |
2006-08-31 |
Jimi Xenidis |
11492:f9cff9148068 |
[POWERPC][XEN] Make MPIC sharing between Xen and Dom0 optional |
2006-09-18 |
hollisb |
11491:4fdf5151b187 |
[POWERPC] merge with xen-unstable.hg |
2006-09-18 |
kfraser |
11490:d8bceca5f07d |
Clean up dom0_vga_console_info structure for v3.0.3. |
2006-09-18 |
kfraser |
11489:ef3a08ab559f |
Revert 11475:11645dda144c3c8365dd2a6a64cb5a7d7da01170 |
2006-09-18 |
kfraser |
11488:dc9fa4dcd19c |
[XEN] Remove backpointer info from page type info. No longer used. |
2006-09-15 |
Ewan Mellor |
11487:d59d6a440a41 |
Revert change to vtpm_utils related to skipping the test when the tpm is not |
2006-09-15 |
jchesterfield |
11486:fe5c178cdf2e |
Adding max block device timeout of 30 secs for live migrate. |
2006-09-15 |
kaf24 |
11485:6ca1a8ebfdf4 |
[XEN] Scheduler pings only CPUs in a VCPU's affinity mask to balance load. |
2006-09-15 |
kaf24 |
11484:fc8ae086f706 |
[MINIOS] Fix to use new event-channel API properly. |
2006-09-15 |
kaf24 |
11483:e26948616552 |
[HVM] Remove a useless header file include in hvm.c |
2006-09-15 |
kaf24 |
11482:3f57453d404c |
Small fix for xenoprof. |
2006-09-15 |
kaf24 |
11481:e87e5d216c0b |
[XEN] Fix array ngative accesses in figlet tool. |
2006-09-14 |
kaf24 |
11480:65b33e64b642 |
[XEN] Do not steal work from idle CPUs. This can happen |
2006-09-14 |
root |
11479:11645dda144c |
In this patch, the xc_domain_dumpcore_via_callback() in xc_core.c of |
2006-09-14 |
root |
11478:30c659b655f1 |
This patch add localtime to dumpcore filename. |
2006-09-14 |
root |
11477:0008fca70351 |
xm dump command add on |
2006-09-14 |
Ewan Mellor |
11476:97f3368d1dd3 |
Remove the '-instance' parameter from the qemu device model. Since this parameter |
2006-09-14 |
Ewan Mellor |
11475:4bac02935c87 |
When redirecting the output of the echo command using '>' on bash, the |
2006-09-14 |
Ewan Mellor |
11474:2b8dc69744e3 |
This patch adds syntax checking for "xm block-attach" command. |
2006-09-14 |
Ewan Mellor |
11473:25ece14b6234 |
Show the usage message if invalid arguments are given to xm sysrq. |
2006-09-13 |
kaf24 |
11472:3e31c5e160cf |
[HVM] Fix an error when read from APIC registers like IRR, ISR and TMR. |
2006-09-13 |
kaf24 |
11471:885c1513c674 |
[GDBSERVER] make gdbbuild exit on error |
2006-09-13 |
kaf24 |
11470:6160da08a238 |
[XEN] Use C locale in bootup message. |
2006-09-13 |
kaf24 |
11469:8c0cf4d3c412 |
[XEN] Allow direct reads of port 0x61 by any guest. |
2006-09-13 |
kaf24 |
11468:3bff5c5b9206 |
Fix unmodified drivers for PV-on-HVM on IA64. |
2006-09-13 |
kaf24 |
11467:7474bb5e2923 |
[XEN][X86_64] Allocate multiple L2 page directories for |
2006-09-13 |
kaf24 |
11466:29bc328cd8d3 |
Better PIC code production: Using #pragma GCC visibility, *all* |
2006-09-13 |
kaf24 |
11465:21dc71840bc0 |
[HVM] Add broadcast destination for physical destination mode in |
2006-09-13 |
kaf24 |
11464:1ece34466781 |
Add new operation XENOPROF_get_buffer in xenoprof hypercall. Also |
2006-09-13 |
kaf24 |
11463:98fcd017c5f3 |
[CONSOLED] Shouldn't call domain_create_ring() for a domU which is shutting down. |
2006-09-13 |
kaf24 |
11462:b7f763a8a7ef |
[TOOLS] Enhance Python version check for v2.5. |
2006-09-13 |
kaf24 |
11461:1d7c72e53d3d |
[XEN] Define -fvisibility=hidden in CFLAGS to reduce -fpic cost |
2006-09-21 |
awilliam |
11460:da942e577e5e |
[IA64] Instruction emulation patch |
2006-09-21 |
awilliam |
11459:997bd5fcf307 |
[IA64] Fix a bug in set_rse_reg |
2006-09-21 |
awilliam |
11458:a34659228c24 |
[IA64] Avoid iterative VHPT purges |
2006-09-21 |
awilliam |
11457:36a3c92cdf8f |
[IA64] fix a vhpi bug |
2006-09-12 |
awilliam |
11456:3e4fa8b5b245 |
merge with xen-unstable.hg |
2006-09-12 |
atse |
11455:7d4def53936c |
[XEND] Return an Internal Server Error via the Xend HTTP server. |
2006-09-12 |
Steven Hand |
11454:956e9aaf88c9 |
This patch fixes return codes for the acm-related Xen management scripts |
2006-09-11 |
kaf24 |
11453:bfd00b317815 |
[XEN] Revert changeset 11438. Needs fixing for PAE. |
2006-09-09 |
Ian Campbell |
11452:6f36370e373a |
[LINUX] Move .bss declaration after .data.* in x86_64 linker script. |
2006-09-08 |
kfraser |
11451:965df40965e5 |
[XEN] Remove backpointer info from page type info. No longer used. |
2006-09-12 |
awilliam |
11450:73cdbd909a8d |
[IA64] swiotlb clash fix |
2006-09-12 |
awilliam |
11449:b55bbf6d4e89 |
[IA64] machvec cleanups |
2006-09-12 |
awilliam |
11448:019b7c756ddb |
[IA64] Add xen boot option "dom0_vcpus_pin" |
2006-09-10 |
awilliam |
11447:a1988768828d |
[IA64][XEND] Fix getRequiredShadowMemory parameters |
2006-09-10 |
awilliam |
11446:3bed37b2c599 |
merge with xen-unstable.hg |
2006-09-08 |
kfraser |
11445:7acaba46e15e |
Build fix. |
2006-09-08 |
kfraser |
11444:126bef38ce05 |
[LINUX] console: ensure virtual console is disabled if mfn/evtchn |
2006-09-08 |
kaf24 |
11443:655281bca306 |
[HVM] pv drivers: Allocate hypercall area as an executable region. |
2006-09-08 |
Tim Deegan |
11442:8013b84df1ac |
[XEND] balloon enough memory to enable shadow mode before live migration.a |
2006-09-06 |
ssmith |
11441:1de184deaa9c |
[XEN] gnttab: Initialise maptrack->flags |
2006-09-06 |
jchesterfield |
11440:780409e8f0ba |
[BLKTAP] Fix in xend to properly destroy blktap devices when deviceClass=='tap' |
2006-09-05 |
kfraser |
11439:383bc7c7b19e |
[XEN] gnttab: Read domid/flags atomically. |
2006-09-05 |
kfraser |
11438:698eb277331c |
[XEN] Fix bitops inline asm to specify that memory is clobbered. |
2006-09-05 |
kfraser |
11437:66dd34f2f439 |
[XEN] Clean up grant-table pinning logic. |
2006-09-05 |
Ewan Mellor |
11436:4fc1688d9a16 |
Fix xm create -F. This can't be very widely used, because it looks like it's |
2006-09-05 |
Ewan Mellor |
11435:f7368ad7c795 |
Added vmunused flag to unit test results to match recent change. |
2006-09-05 |
Ewan Mellor |
11434:e58bf6e0572e |
Add missing import. |
2006-09-05 |
Ewan Mellor |
11433:cd0396953d1a |
This patch adds the argument check of "--ms_per_sample=" option. For |
2006-09-05 |
Ewan Mellor |
11432:ae46cac48659 |
This patch improves error message of xm console command. |
2006-09-05 |
Ewan Mellor |
11431:e76c6d838a44 |
This patch intends for updating "man xm" about xm info description. |
2006-09-05 |
Ewan Mellor |
11430:0419253c81de |
Fix inverted sense of getRequiredAvailableMemory and |
2006-09-05 |
jchesterfield |
11429:323a89a3c01c |
[blktap] Fix block device getsize bug in qcow when backing_filename is a block device. |
2006-09-05 |
ssmith |
11428:45746c770018 |
Merge. |
2006-09-05 |
ssmith |
11427:3f568dd6bda6 |
[XEN] Add more checking when reusing an active grant reference. |
2006-09-05 |
ssmith |
11426:ba39c2da5e84 |
Fix up cset 11228. |
2006-09-05 |
Ewan Mellor |
11425:65a41e3206ac |
Fix the memory reservation calculations. Introduce a new architecture-specific |
2006-09-05 |
Ewan Mellor |
11424:536c25a9654d |
The attached patch prevents a domain with an attached vTPM from doing |
2006-09-05 |
Andrew Warfield |
11423:2d8d6ce64454 |
Fix spellcheck-avoiding typo: s/not/now. |
2006-09-04 |
Andrew Warfield |
11422:3d36f020e62a |
Update user manual to use blktap for file-based VBDs. |
2006-09-04 |
ssmith |
11421:b219ea61a357 |
Add support for netif frontends which don't support checksum offload. |
2006-09-02 |
Tim Deegan |
11420:5fa9b746d24f |
[XEN] Fix mapping of p2m into monitor tables for external-mode guests. |
2006-09-01 |
Andrew Warfield |
11419:470666ea973d |
Tapdisk cleanup. |
2006-09-10 |
awilliam |
11418:5791030e6473 |
[IA64] Add VTI related perfc |
2006-09-10 |
awilliam |
11417:d4e85f8453ba |
[IA64] Cleanup for PV-on-HVM for IPF |
2006-09-04 |
awilliam |
11416:685bf9b75eb1 |
[IA64] Bug fix: do not crash if no FPSWA. |
2006-09-04 |
awilliam |
11415:9fed76231248 |
[IA64] hwclock support |
2006-09-01 |
awilliam |
11414:1bab7d65171b |
merge with xen-unstable.hg |
2006-09-01 |
kaf24 |
11413:3e6325b73474 |
[LINUX] xenoprof: use alloc_vm_area instead of get_vm_area. The former |
2006-09-01 |
Steven Hand |
11412:329ad7bbc7ec |
More hvm common-code cleanups. |
2006-09-01 |
Steven Hand |
11411:c682ae7a1722 |
Fix typo. |
2006-09-01 |
Steven Hand |
11410:6a974a3f32a4 |
Fix build w/ perfc after cset 11394:96a4379be74a |
2006-09-01 |
kaf24 |
11409:765b7e23d979 |
[XEN] Improve Xen information in register dumps. |
2006-09-01 |
kaf24 |
11408:37a42856e8d9 |
[XEN] Include CR2 and CR4 in register dumps. |
2006-09-01 |
kaf24 |
11407:90d3ca978b40 |
[XENBUS] Make frontend drivers shutdown cleanly. |
2006-09-01 |
kaf24 |
11406:98a81d2ccf4c |
[XENBUS] Introduce new "online" node for backend drivers. |
2006-09-01 |
kaf24 |
11405:e036feb6a4ff |
Add xenbus_strstate() helper function for more readable debug output. |
2006-08-31 |
kaf24 |
11404:e83368c8d5e2 |
[HVM] Add a mmio decode for 0F BA /4 for HVM guest. |
2006-08-31 |
kaf24 |
11403:37e5dfad8425 |
[HVM][VMX] Add CR8 virtualization. Needed for x86/64 Windows boot. |
2006-08-31 |
kaf24 |
11402:0da01d6f7017 |
[HVM][VMX] Report MCE/MCA features in CPUID. |
2006-08-31 |
kaf24 |
11401:c5c567fdad11 |
[HVM][SVM] Remove redundant do_softirq in the VMEXIT_INTR handler. |
2006-08-31 |
kaf24 |
11400:358eacd440f1 |
[XEN] Clean up BASE_DISALLOW_MASK and fix for x86/64. |
2006-08-31 |
kaf24 |
11399:9b2c574a9afc |
[XEN] Use vcpu_info pointer in vcpu structure. |
2006-08-31 |
kaf24 |
11398:63e3321fb16a |
[XEN] Remove unused IS_INVALID_M2P_ENTRY macro. |
2006-08-31 |
kaf24 |
11397:96a4379be74a |
[XEN] interfaces: Remove explicit alignment/padding from domctl/sysctl hypercalls. |
2006-08-31 |
kaf24 |
11396:fd6c2b5e041f |
[TOOLS] xenctrl.h defines __XEN_TOOLS__ if it's not already. |
2006-08-31 |
kaf24 |
11395:6f41473da163 |
[LINUX] Remove vm_map_xen_pages(), clean up __direct_remap_page_range. |
2006-08-31 |
tdeegan |
11394:2017f6e92bf8 |
[XEN] Fix shadow linear-mapping recopy code for SMP PAE HVM on 64bit Xen. |
2006-08-31 |
Anil Madhavapeddy |
11393:1c3455182cee |
[MINIOS] Declare a __XEN_INTERFACE_VERSION__ to fix the build |
2006-08-31 |
kaf24 |
11392:11626efd003c |
[LINUX] /proc/iomem should not be initialised from pseudophysical e820 map. |
2006-08-30 |
kaf24 |
11391:50aea0ec406b |
Merge with xenppc-unstable-merge.hg. |
2006-08-30 |
Hollis Blanchard |
11390:e01441c9a607 |
[POWERPC] merge with xen-unstable.hg |
2006-08-29 |
Hollis Blanchard |
11389:18ce855ff594 |
[XEN][POWERPC] catch up with xen-unstable changes |
2006-08-29 |
Jimi Xenidis |
11388:030a041bbe90 |
[XEN][POWERPC] cleanup for (;;); |
2006-08-28 |
Jimi Xenidis |
11387:3e144748d36f |
[XEN][POWERPC] do not set d->tot_pages, but check it. |
2006-08-28 |
Jimi Xenidis |
11386:91fd23533210 |
[XEN][POWERPC] correct HTAB allocation typo |
2006-08-27 |
Jimi Xenidis |
11385:e07281779b88 |
[XEN][POWERPC] allocate HTAB using shadow calls |
2006-08-27 |
Jimi Xenidis |
11384:bc349d862a5d |
[XEN][POWERPC] Allocate more memory than RMA for Dom0 |
2006-08-25 |
Hollis Blanchard |
11383:6bd1a39dbfc8 |
[XEN][POWERPC] split out an allocate_rma() function from arch_domain_create() |
2006-08-25 |
Hollis Blanchard |
11382:215d5eae720c |
[XEN][POWERPC] restructure RMA code to allow dom0 tools to allocate in the future |
2006-08-25 |
Jimi Xenidis |
11381:43ec7afa5734 |
[XEN][POWERPC] Lots of domain page managment cleanups. |
2006-08-25 |
Jimi Xenidis |
11380:7825169895d0 |
[XEN][POWERPC] Implement H_READ from the PAPR |
2006-08-24 |
Jimi Xenidis |
11379:0caf1a74fecd |
[POWERPC] detect how to call nm for xen-syms.S |
2006-08-23 |
Jimi Xenidis |
11378:3a195d95c615 |
[XEN][POWERPC] show symbols in backtrace |
2006-08-23 |
Jimi Xenidis |
11377:20c988c92bee |
[XEN][POWERPC] add show_backtrace() |
2006-08-22 |
Jimi Xenidis |
11376:980ff1125446 |
[XEN][POWERPC] Find all of memory and feed all the heaps |
2006-08-22 |
Jimi Xenidis |
11375:a8c7ece9cccb |
[XEN][POWERPC] Explain the RMA values a little more |
2006-08-22 |
Jimi Xenidis |
11374:05b2b8b61cca |
[POWERPC] Take all secondary processors offline after they are enumerated |
2006-08-22 |
Jimi Xenidis |
11373:1ef82dd7f66b |
[POWERPC] Enable SMP, smp_processor_id, for_each_cpu, nosmp, maxcpus=X |
2006-08-21 |
Jimi Xenidis |
11372:8cc27cb8516b |
[XEN][POWERPC] more -Wshadow issues with gcc4 |
2006-08-21 |
Jimi Xenidis |
11371:3425e338b849 |
[POWERPC] copyright |
2006-08-21 |
Jimi Xenidis |
11370:43c383265de4 |
[POWERPC] missing shadow skeleton |
2006-08-20 |
Jimi Xenidis |
11369:883e3dc47926 |
[XEN][POWERPC] Xen shadow ops, mostly skeleton code |
2006-08-29 |
Hollis Blanchard |
11368:75b4982b82fe |
[XEN][POWERPC] implement gnttab_mark_dirty() |
2006-08-20 |
Jimi Xenidis |
11367:caba587e6656 |
[POWERPC] fix bad merge |
2006-08-20 |
Jimi Xenidis |
11366:5c2501d81ee1 |
[XEN][POWERPC] remove .data.* catch-all from linker script |
2006-08-29 |
Hollis Blanchard |
11365:1bbb88b5dfeb |
[POWERPC][TOOLS] sync with start_info_t changes |
2006-08-18 |
Jimi Xenidis |
11364:512078953bbb |
[XEN][POWERPC] Boot Module freeing |
2006-08-18 |
Jimi Xenidis |
11363:3f87db7cac89 |
[XEN][POWERPC] Enable gcc -Wshadow and fix the warnings |
2006-08-17 |
Jimi Xenidis |
11362:639eb7e6446e |
[XEN][POWERPC] workaround for broken claim is insufficient |
2006-08-17 |
Jimi Xenidis |
11361:47078e89e663 |
[XEN][POWERPC] find_space returns garbage |
2006-08-29 |
Hollis Blanchard |
11360:9b3b420ec064 |
[XEN][POWERPC] memory clean up (phase 3) |
2006-08-17 |
Jimi Xenidis |
11359:af7c87d42bc6 |
[XEN][POWERPC] Fix PHDR issues with large .data.percpu sections |
2006-08-30 |
kaf24 |
11358:74db626d2fcf |
Merge with xen-ia64-unstable.hg |
2006-08-30 |
kaf24 |
11357:8a0ad47713f1 |
[NET] front: move register_netdev() + sysfs attribute registering from create_netdev() into the new open_netdev() function. |
2006-08-30 |
kaf24 |
11356:d741e86a8766 |
[XEN] Add a start_pfn field in xen_domctl_getmemlist. |
2006-08-30 |
kaf24 |
11355:13e09ec65862 |
Revert powerpc build break after dom0_ops split. |
2006-08-30 |
kaf24 |
11354:45f6ee334fcc |
[XEN] Reserve hypercall number for kexec operations. |
2006-08-30 |
kaf24 |
11353:926d7b131689 |
[XEN] physdev: Check for negative irqs in alloc_irq_vector. |
2006-08-30 |
kaf24 |
11352:dc883b5e906e |
[LINUX][X86_64] P2M map must be allocated on page aligned boundary. |
2006-08-30 |
kaf24 |
11351:a202eef97aa0 |
[TOOLS] Fix gdbserver build. |
2006-08-30 |
Steven Hand |
11350:a39ad4c78850 |
Fix fix :-) |
2006-08-30 |
Steven Hand |
11349:2d2f3b824fc3 |
Fix hard tabs. |
2006-08-30 |
jchesterfield |
11348:550821cdee0a |
Block IO safety patch for live migration. Xend checks that VBDs are destroyed before unpausing the domain. |
2006-08-30 |
Ewan Mellor |
11347:dc773bf49664 |
Further shadow_mem_control fixes -- we need to balloon the amount of memory |
2006-08-30 |
Ewan Mellor |
11346:a47951e59cbf |
Shadow memory should be in MiB, not KiB. It also needs rounding up to be safe. |
2006-08-30 |
Ewan Mellor |
11345:f66bae594691 |
Fix reboot and reconfigure of HVM guests when they are configured with an |
2006-08-30 |
Ewan Mellor |
11344:5acf10969b1d |
Added an entry to arch._types for x86_64. |
2006-08-29 |
Andrew Warfield |
11343:8135621eeb7b |
Fix typo. |
2006-08-29 |
Andrew Warfield |
11342:90fb2c4d33a5 |
merge |
2006-08-29 |
akw |
11341:7299065fac68 |
Small blktap cleanups. |
2006-08-29 |
Ewan Mellor |
11340:24258e322e88 |
[XEND] abstract architecture-specific bits in image.py |
2006-08-29 |
Ewan Mellor |
11339:051dc0911547 |
This patch fixed 'xm reboot' to work as you expected with the wait |
2006-08-29 |
Ewan Mellor |
11338:b4e9f12df619 |
Improve xm migrate error message by printing usage instead of "Invalid |
2006-08-29 |
akw |
11337:7bfd8efb4fa7 |
Reduce AIO context allocations in blktap. |
2006-09-01 |
awilliam |
11336:4ba098226429 |
[IA64] change arch_memory_op #def to a prototype |
2006-09-01 |
awilliam |
11335:2f3db1a38b11 |
[IA64] update buildconfigs |
2006-09-01 |
awilliam |
11334:af50fb41612c |
[IA64] Expand memory_op for PV-on-HVM on IPF |
2006-08-29 |
awilliam |
11333:586c5fe8cf3e |
[IA64] revert xen-ia64-unstable.hg cset 11301:a19dbbe4cff5 |
2006-08-29 |
awilliam |
11332:003fdc4f0a7c |
[IA64] revert xen-ia64-unstable.hg 11271:c232365128cf |
2006-08-29 |
awilliam |
11331:5ad72f9e639c |
merge with xen-unstable.hg |
2006-08-29 |
Ian Campbell |
11330:8273f730371b |
Fix definition of LINUX_VER so that doesn't pickup LINUX_VER3 |
2006-08-29 |
tdeegan |
11329:a926e72e0491 |
Merge |
2006-08-29 |
tdeegan |
11328:9956c3a3bd84 |
[XEN] Off-by one error in range checks translating gfns to mfns |
2006-08-28 |
tdeegan |
11327:2097de87c920 |
[HVM] Don't assume that VMENTER causes a TLB flush, when validating |
2006-08-28 |
Christian Limpach |
11326:20bb80e54f21 |
[qemu patches] Update patches for changeset 11273:a1cff03ac7d7. |
2006-08-28 |
Christian Limpach |
11325:a1cff03ac7d7 |
[qemu] Fix PCI config header space writes and set Subsystem-Vendor ID fields. |
2006-08-28 |
Steven Hand |
11324:7210b62802be |
Fix hypervisor build with performance counters after -unstable |
2006-08-28 |
Steven Hand |
11323:78a25a7eac1f |
Fix shadow mode 32/PAE linux writable heuristic and add 64-bit version. |
2006-08-28 |
Steven Hand |
11322:28824bd2701c |
Fix PAE-mode HVM guests with the new shadow code. |
2006-08-29 |
awilliam |
11321:e317ad162eba |
[IA64] init the hlt timer on a valid cpu and migrate |
2006-08-28 |
awilliam |
11320:684fdcfb251a |
merge with xen-unstable.hg |
2006-08-28 |
Christian Limpach |
11319:f790546ecfda |
[qemu patches] Update patches for changeset 11268:350a73222a51. |
2006-08-28 |
Christian Limpach |
11318:350a73222a51 |
[qemu] Add target-i386-dm and hw *.[ch] files to TAGS. |
2006-08-28 |
kaf24 |
11317:68a1b61ecd28 |
Fix Intel copyright notice in a single source file. |
2006-08-28 |
kaf24 |
11316:3798ec84431d |
[XEND] Move all of the various log files created by xen to |
2006-08-28 |
kaf24 |
11315:028862ea9c9d |
[HVM] [SMBIOS] Duplicate UUID into serial number in SMBIOS tables. |
2006-08-28 |
kaf24 |
11314:c61b8296b39a |
The following patch fixes a bug where xenconsoled will can SEGV |
2006-08-28 |
kaf24 |
11313:439fa5d6c5ce |
[TOOLS] Remove Gentoo-specific workaround in networking |
2006-08-28 |
kaf24 |
11312:0cecfb11b76b |
[TOOLS] Clean up routed vifs quietly on domain destruction. |
2006-08-28 |
kaf24 |
11311:b61b7478b324 |
[HVM][SVM] Allow SVM to take advantage of flag_dr_dirty. |
2006-08-28 |
kaf24 |
11310:fab84f9c0ce6 |
[XEN] Rename shadow2 to shadow and move the various source |
2006-08-28 |
awilliam |
11309:896fcdd49c7f |
[IA64] Modify sparse headers for PV-on-HVM/IPF |
2006-08-28 |
awilliam |
11308:6bf652c677c8 |
[IA64] separate hypercalls, acpi and EFI tables |
2006-08-28 |
awilliam |
11307:f74c9368f6ff |
[IA64] fix noreboot option |
2006-08-28 |
awilliam |
11306:8c4c5e1bf58a |
[IA64] print command line of xen |
2006-08-28 |
awilliam |
11305:26ba157bef06 |
[IA64] fix warnings |
2006-08-28 |
awilliam |
11304:647d3208704a |
[IA64] fix VTi hangs |
2006-08-28 |
awilliam |
11303:5586fd904efa |
[IA64] Remove warning message in fw_emul.c |
2006-08-28 |
awilliam |
11302:1317833f657b |
[IA64] Fix comment of vmx_hypercall.c |
2006-08-28 |
awilliam |
11301:a19dbbe4cff5 |
[IA64] Modify destroy code for PV-on-HVM on IPF |
2006-08-27 |
awilliam |
11300:40f6fdb68fa9 |
[IA64] Fixes for dom0_ops changes |
2006-08-27 |
awilliam |
11299:c4ea8d4d2ae1 |
merge with xen-unstable.hg |
2006-08-27 |
Alex Williamson |
11298:5b9ff5e8653a |
[PATCH] fix null pointer dereference in xen_guest_lookup() |