log
graph
tags
branches
changeset
browse
ia64/xen-unstable
log
find changesets by author, revision, files, or words in the commit message
less
more
| rev 16192:
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
tip
age
author
revision
description
2007-10-22
Keir Fraser
16192:118a21c66fd5
x86: small boot-time changes:
2007-10-23
Alex Williamson
16191:f9772037c2e7
[IA64] Prevent softlock when destroying VTi domain
2007-10-22
Alex Williamson
16190:d105b8c30b7d
merge with xen-unstable.hg (staging)
2007-10-22
Keir Fraser
16189:24c2745f939f
vt-d: Fix PCI=device parsing.
2007-10-22
Keir Fraser
16188:368f563f2fd0
A few small fixes for xenstored:
2007-10-22
Keir Fraser
16187:dc2ff26bbdf6
ia64: Fix ia64 PV domain creation with new vhpt-size parameter.
2007-10-22
Keir Fraser
16186:3e7c86602c70
hvm/x86: MTRR/PAT virtualisation.
2007-10-22
Keir Fraser
16185:42d8dadb5864
x86: Allow NMI callback CS to be specified via set_trap_table()
2007-10-22
Keir Fraser
16184:183a2d6eaadf
Allow a guest to send NMIs to its VCPUs.
2007-10-22
Keir Fraser
16183:c44d82f36665
ia64: make buffered pio aware of save/restore.
2007-10-22
Keir Fraser
16182:d77da4c174f7
ia64: Add HVM_PARAM_BUFPIOREQ_PFN constant.
2007-10-22
Keir Fraser
16181:3b481059a54d
x86: Allow BOOT_TRAMPOLINE to be changed without needing manual
2007-10-22
Alex Williamson
16180:62a7a2f4d9c7
[IA64] Fix MMIO readb operation
2007-10-22
Alex Williamson
16179:ecbda3783c85
[IA64] Don't share privregs with hvm domain
2007-10-22
Alex Williamson
16178:7e69ca25c278
[IA64] Kdump: 64-bit aligned access to elf-note data
2007-10-21
Alex Williamson
16177:98ac6d05aed2
[IA64] Enable switch to PHY_D mmu mode
2007-10-21
Alex Williamson
16176:da8e527d20bd
[IA64] phy_d mode in thash_vhpt_insert
2007-10-21
Alex Williamson
16175:85613b8c4176
[IA64] Handle phy_d mode in vmx_hpw_miss
2007-10-21
Alex Williamson
16174:1e27eb0c9f22
[IA64] New features for xenitp
2007-10-21
Alex Williamson
16173:c1e272707063
[IA64] vti domain save/restore: libxc: implement vti domain save/restore
2007-10-21
Alex Williamson
16172:d251f99b55e7
[IA64] ti domain save/restore: libxc: add support set/get_hvmcontext support
2007-10-21
Alex Williamson
16171:e7d7a4adf357
[IA64] vti domain save/restore: implement hvm_save/load. work in progress.
2007-10-21
Alex Williamson
16170:ff1f49f62204
[IA64] vti domain save/restore: implement arch_get/set_info_guest() more
2007-10-21
Alex Williamson
16169:d261b2d5e988
[IA64] vti domain save/restore: clean up vti break fault handler
2007-10-21
Alex Williamson
16168:328dcc446f9e
merge with xen-unstable.hg
2007-10-20
Keir Fraser
16167:7231d971f78c
hvm: Fix PCI-passthru string parsing.
2007-10-19
Keir Fraser
16166:6df47366830c
Replace sysctl.physinfo.sockets_per_node with more directly useful
2007-10-19
Keir Fraser
16165:975811798ffe
Avoid passing uninitialised ACPI tables to dom0 when checksums fail.
2007-10-19
Keir Fraser
16164:959b4b92b6bf
x86: Fix EFLAGS adjustment for emulated instructions.
2007-10-19
Keir Fraser
16163:08295dc13166
Fix x86/64 build for *BSD.
2007-10-19
Keir Fraser
16162:6236adfbebe6
x86: Fix get_page_from_l1e() and avoid host crash on 'xm save'.
2007-10-19
Keir Fraser
16161:bf3514726c1b
x86: Remove io_apic fake-vector style of IRQ acknowledgement. Not
2007-10-19
Keir Fraser
16160:e733e6b73d56
vt-d: Allow pass-through of shared interrupts.
2007-10-19
Keir Fraser
16159:bc4afcd4c612
vt-d: Detect and report failure to assign a pass-thru PCI device.
2007-10-19
Keir Fraser
16158:3ad0080ad9b5
ia64: configure VHPT size per domain: ia64 part
2007-10-19
Keir Fraser
16157:c5530fbbe9d0
ia64: configure VHPT size per domain: common part
2007-10-18
Keir Fraser
16156:218f054a3587
xen, xsm: Remove private function prototype from public header.
2007-10-18
Keir Fraser
16155:789e4303b330
tools: Remove bogus external uses of xc_private.h. Clean up libflask.
2007-10-18
Keir Fraser
16154:9ea5f4c1feb5
hvm: Split save.c into arch generic/specific part.
2007-10-18
Keir Fraser
16153:a87d94be1172
Split xen/include/public/hvm/save.h into common part and x86 specific part.
2007-10-18
Keir Fraser
16152:07063bca8a10
Split asm-x86/hvm/support into arch generic part and x86 specific part.
2007-10-18
Keir Fraser
16151:46a7c9a15b0f
x86, vt-d: Fail PCI device assignment if device already assigned.
2007-10-18
Keir Fraser
16150:2173fe77dcd2
x86: Fix writable-pagetable cmpxchg path to properly adjust PTE (i.e.,
2007-10-17
Keir Fraser
16149:16f5672879c8
x86: add option to display last exception records during register dumps
2007-10-17
Keir Fraser
16148:765600a13e4a
vmx: last branch recording MSR emulation
2007-10-17
Keir Fraser
16147:ca2984b17fcf
x86: Tighten handling of page-type attributes and make
2007-10-17
Keir Fraser
16146:b4278beaf354
hvm: Fix one-shot timers. Do not disable until the interrupt has been
2007-10-17
Keir Fraser
16145:d994e6d3136d
x86: Reduce logging about get_page_type() failures.
2007-10-17
Keir Fraser
16144:76bf1fcaf01d
x86: Remove invlpg_works_ok and invlpg only single-page regions.
2007-10-17
Keir Fraser
16143:86bd91e90eec
Fix xenstore unwatch with node name starting with "@"
2007-10-17
Keir Fraser
16142:786a210e7cab
hvm: TCGBIOS fixes
2007-10-16
Keir Fraser
16141:a38a2fdb4f1b
xend: xenapi: Suspended domain causes fault if vif.get_all_records() is called
2007-10-16
Keir Fraser
16140:b6ff4859b3d4
x86: Initialise INVLPG support to PTEs only for all CPUs, not just BP.
2007-10-16
Keir Fraser
16139:96930bc060a6
Clean up a little bit after the TLB/cache-flush changes.
2007-10-16
Keir Fraser
16138:9488d3166553
x86: consolidate/enhance TLB flushing interface
2007-10-16
Keir Fraser
16137:1f893d055c6f
xend: Clean up hvm_build Python wrapper. Python code can get/set hvm
2007-10-16
Keir Fraser
16136:05337cb5206f
ioemu: Allow xvd* to co-exist with hd*.
2007-10-16
Keir Fraser
16135:d915111f8246
minios: Fix get_current() inline asm.
2007-10-15
Keir Fraser
16134:07c8b97ee1af
ioemu: Add keymap definitions to the Dutch Belgium keymap file.
2007-10-15
Keir Fraser
16133:2372f89c0447
ioemu: Allow blktap to be able to be booted as system volume for PV-on-HVM
2007-10-15
Keir Fraser
16132:c19c51317eeb
libxc: Avoid overflow in xc_domain_dumpcore_via_callback().
2007-10-15
Keir Fraser
16131:c918a68617c9
x86/64: Do not clobber %r11 (user rflags) on syscall from guest
2007-10-15
Tim Deegan
16130:415beae13d06
PV guests don't require order-non-zero pages for shadowing, hence lift
2007-10-13
Keir Fraser
16129:a76f3f7ddca0
vt-d: disable protected memory registers after vt-d is enabled.
2007-10-12
Keir Fraser
16128:22175cd36a10
x86: Fix acpi_parse_fadt()
2007-10-12
Keir Fraser
16127:628f8ec692a0
xend: Fix file resouce leak on resume of suspended managed domains.
2007-10-12
Keir Fraser
16126:1c4203730ff6
x86/64: Fix the build.
2007-10-12
Keir Fraser
16125:a330276d8c90
xentrace/x86: PV guest tracing extensions.
2007-10-12
Keir Fraser
16124:ef4119637f52
x86: propagate VESA capabilities to dom0
2007-10-12
Keir Fraser
16123:723b9837db1b
x86/hvm: miscellaneous CPUID handling changes
2007-10-12
Keir Fraser
16122:e66147d054cf
x86: Sync flag definitions in cpufeature.h with Linux.
2007-10-12
Keir Fraser
16121:ac37f61f6908
svm: allow guest to use EFER.FFXSE
2007-10-17
Alex Williamson
16120:3f6e855d218b
[IA64] Backup/restore ACPI tables
2007-10-17
Alex Williamson
16119:31959a65fe7c
[IA64] Cleanup: remove unused definitions.
2007-10-17
Alex Williamson
16118:1d6c24fa03b7
[IA64] Declare field x of M28 (fc vs fc.i).
2007-10-17
Alex Williamson
16117:ab89a931f94f
[IA64] Don't warn for EOI-ing an edge triggered interrupt.
2007-10-15
Alex Williamson
16116:2863852e02f6
[IA64] Cleanup of hypercall leave path.
2007-10-15
Alex Williamson
16115:cd889a7ccae4
[IA64] Support console_timestamps on IA64
2007-10-15
Alex Williamson
16114:503756587ccf
[IA64] Correctly decode imm fields in mmio.c
2007-10-12
Alex Williamson
16113:2e13bfcf4abb
[IA64] Fix MCA error handler problems
2007-10-12
Alex Williamson
16112:52d9f5028397
[IA64] Fix TLB insertion for subpaging
2007-10-12
Alex Williamson
16111:4e45ba84a1fa
[IA64] vti domain save/restore: make vmx_vcpu_set_rr() accept non-current
2007-10-12
Alex Williamson
16110:e120054bf0ac
[IA64] vti domain save/restore: add unwind directive to break fault handler
2007-10-12
Alex Williamson
16109:3d11c7ad9e87
[IA64] vti domain save/restore: fix stack unwinder
2007-10-12
Alex Williamson
16108:64ffc61b940b
[IA64] vti domain save/restore: add show_stack() prototype
2007-10-12
Alex Williamson
16107:be791f4f6040
[IA64] hvm domain builder clean up. use xc_vcpu_setcontext().
2007-10-12
Alex Williamson
16106:f5bc04410880
[IA64] vmx_setup_platform() may fail. make it return error value.
2007-10-12
Alex Williamson
16105:0badb22cde79
[IA64] Fix vmx_emul_mov_from_dbr/ibr()
2007-10-12
Alex Williamson
16104:f0f4cd789eaa
[IA64] Clean up: vmx_vcpu_set_rr()
2007-10-12
Alex Williamson
16103:52b71f12dce7
[IA64] Remove dead code
2007-10-12
Alex Williamson
16102:9c52742f7734
[IA64] Avoid set cr.ivt when context switch if possible
2007-10-12
Alex Williamson
16101:e71c7789c2f5
[IA64] Minor clean up of sync_vcpu_execstate()
2007-10-12
Alex Williamson
16100:5c13433f8842
[IA64] Remove duplicate xc_get/set_hvm_param() definitions
2007-10-12
Keir Fraser
16099:4746c8c9372f
svm: last branch recording MSR emulation
2007-10-11
Keir Fraser
16098:f6a06b2eefc5
x86: Fix time-scale calculation to avoid #DE fault.
2007-10-11
Keir Fraser
16097:d5531095d06b
x86: Fix emulation of DIV instruction. Never actually used currently,
2007-10-11
Keir Fraser
16096:313ab23f05db
hvm: Fix CR0.TS handling.
2007-10-11
Keir Fraser
16095:034df2dca608
Clean up SMP macros and always have IRQs disabled when executing an
2007-10-11
Keir Fraser
16094:cab326925ea6
x86: disable AMD's C1E mode.
2007-10-11
Keir Fraser
16093:0d7d6804af22
x86: AMD Fam10/11 adjustments
2007-10-11
Keir Fraser
16092:49323c8b8633
Add local header files to HDRS.
2007-10-11
Keir Fraser
16091:19a843def5fd
More static shadow functions.
2007-10-11
Keir Fraser
16090:8d51b80fcb6f
Shadow code printing adjustments.
2007-10-11
Keir Fraser
16089:ab5b615867ee
Do not include compile.h directly -- use version.h indirection functions.
2007-10-11
Keir Fraser
16088:51f521303df7
[vTPM] Add set/get_other_config to Xen-API.
2007-10-11
Keir Fraser
16087:960a05895a4a
hvm: Fix migration of 64-bit guests by permitting EFER_LMA to be set
2007-10-10
Keir Fraser
16086:e7ae19321560
ia64: Fix help message of xenitp.
2007-10-10
Keir Fraser
16085:dc0199ff3968
Fix printing month in printk prefix (1-12 rather than 0-11).
2007-10-09
Keir Fraser
16084:56f158c8644b
vt-d: Clean up iommu code.
2007-10-09
Keir Fraser
16083:dcab07f0776d
MiniOS: no-stack-protector added to the cflags if needed,
2007-10-09
Keir Fraser
16082:a18dbd4a96e6
[IA64] Update for cset 16067:9f9f9b68cd08
2007-10-08
Keir Fraser
16081:de68316bd2fa
xend, xsm: Lock domain access while modifying policy.
2007-10-08
Keir Fraser
16080:685054d5fa48
xend: Remove unused xoptions.netback_type.
2007-10-08
Keir Fraser
16079:3d13b318349a
xenconsoled: portability fixes:
2007-10-08
Keir Fraser
16078:ff99e8da117f
Remove tabs from python scripts xenmon and xentrace_format.
2007-10-08
Keir Fraser
16077:58db20a15687
Fix domU reboot failure when using "pci=" option
2007-10-08
Tim Deegan
16076:0c2535407828
[XEN] Shadow: fix locking in error path.
2007-10-05
Keir Fraser
16075:a1d0a272c890
Initialize last_error in libxc.
2007-10-05
Keir Fraser
16074:61ef23e45e9c
xenstore: sprintf->snprintf, and fix for OpenBSD.
2007-10-05
Keir Fraser
16073:1d120f6807ba
entrace: Remove assertions to avoid system crashes on debug build xen.
less
more
| rev 16192:
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
tip