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 14091:
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip
age
author
revision
description
2007-02-23
Emmanuel Ackaouy
14091:8bcaedc68f5a
[XEN] [TOOLS] 32on64 compat save/restore: unadjust L3E flags at save time
2007-02-23
kfraser
14090:cdc765772f69
hvm: Clean up initialisation of hvm_funcs.
2007-02-23
kfraser
14089:38fb6c392dec
Implement VBD and VIF handling on Solaris for libxenstat.
2007-02-23
kfraser
14088:d7fe2318fc5f
linux: Fix current_vcpu_info for UP case
2007-02-23
kfraser
14087:6510cb03aae1
Merge with xen-ia64-unstable.hg.
2007-02-23
kfraser
14086:e8470a1a01af
hvm: Rename injection_pending() to event_injection_faulted().
2007-02-22
Jake Wires
14085:8407279d3751
[TAPDISK] minor changes to tapdisk and plugins
2007-02-22
kfraser
14084:da37c365b375
x86/64: Fix a user of alloc_boot_pages() who should use
2007-02-22
kfraser
14083:3746b3d4f301
alloc_boot_pages() allocates downwards from high memory.
2007-02-22
kfraser
14082:9e35371a3caa
x86: Detect shadow-emulate write to stack from inside the write
2007-02-22
Tim Deegan
14081:644e9e18d2ef
Fix perfc=y build
2007-02-22
kfraser
14080:c0b1a3b54548
hvm: Turn stack-pointer comparison on shadow-emulate path into a
2007-02-22
kfraser
14079:3f7e8c763b55
hvm: Do not take shadow-emulation path if we are trying to inject an
2007-02-22
Tim Deegan
14078:0a970a431bbc
[XEN] don't emulate stack operations on shadowed pages
2007-03-01
awilliam
14077:8a58ea36e420
[IA64] Bug fixes to assign_domain_mmio_page()
2007-03-01
awilliam
14076:0deb53ff4b67
[IA64] Handle MMIO EFI mappings outside the page table range
2007-03-01
awilliam
14075:f21250323a30
[IA64] Update sn_sal.h to latest 2.6.20 version
2007-02-28
awilliam
14074:b3e19f3092b6
[IA64] warning fixes
2007-02-28
awilliam
14073:347fb33790bd
[IA64] SN2 specific SAL calls for dom0
2007-02-28
awilliam
14072:2e2019e09e6c
[IA64] sn2 IO build fixes
2007-02-28
awilliam
14071:21d0d23a2cca
[IA64] Fix ptc.ga emulation bug
2007-02-28
awilliam
14070:ac28d6c41e6f
[IA64] Remove unused code
2007-02-28
awilliam
14069:dda691c7f25f
[IA64][MINIOS] Make mini-os ia64 cross compile-able
2007-02-23
awilliam
14068:707a696e840d
[IA64][MINIOS] Build fix
2007-02-22
awilliam
14067:202eb735b425
merge with xen-unstable.hg
2007-02-21
Jake Wires
14066:f62a052384a5
[BLKTAP] fix sysfs cleanup on error case
2007-02-21
kfraser
14065:eb190b1faa52
x86: Only unshadow on failed emulation, not when an exception is raised.
2007-02-21
kfraser
14064:4e50678c364c
linux: Use hard tabs and Linux coding style.
2007-02-21
kfraser
14063:b010e556fe2c
x86: Extend emulator return codes.
2007-02-21
Jake Wires
14062:ad3ee81cc8c4
[BLKBACK/BLKTAP] add sysfs throughput profiling to blk{back/tap}
2007-02-21
kfraser
14061:87f31a0db841
hvm: local_events_need_delivery() must take into account VLAPIC/PIC status.
2007-02-21
kfraser
14060:335a8280ab1d
libfs: Fix build with gcc4.
2007-02-21
kfraser
14059:af3281c66e73
Add find_domain_rcu_lock() and domain_rcu_unlock().
2007-02-21
kfraser
14058:97826d77bd4d
Use RCU for domain_list and domain_hash.
2007-02-21
Tim Deegan
14057:3c581edac93a
Merge
2007-02-13
Aron Griffis
14056:47db75f8cc76
Port fsys_fat.c from grub legacy. This enables pygrub to load from EFI
2007-02-20
john levon
14055:fe3e024e38f8
Add iso9660 support to libfsimage.
2007-02-21
kfraser
14054:43e9952b07ea
x86: Better BUG() and ASSERT() logging.
2007-02-21
kfraser
14053:bca284f67702
x86: Allow exceptions to be handled while interrupts are
2007-02-21
Ewan Mellor
14052:2840b5e7f585
Added C bindings for host.supported_bootloaders.
2007-02-21
Ewan Mellor
14051:2414007d92ba
Fix allocation of the error_description fields.
2007-02-20
Ewan Mellor
14050:df08fe145d24
Put the set size in the structure on set-allocation.
2007-02-20
Ewan Mellor
14049:ee3ea729f5de
Added host.supported_bootloaders field.
2007-02-20
Ewan Mellor
14048:e0e300fda3f0
Remove host.create and host.destroy -- these never made any sense.
2007-02-20
Ewan Mellor
14047:bab07bed5c0a
Added modelling and C bindings for VIF/VBD QoS parameter setting. No Xend
2007-02-20
Ewan Mellor
14046:0aa6755159d5
Split the VIF I/O statistics fields out into a VIF_metrics class. Implement
2007-02-20
Ewan Mellor
14045:7819d9332fba
Split the VBD I/O statistics out into a VBD_metrics class. Document the
2007-02-20
Ewan Mellor
14044:988b90c6b4f3
Added Console.other_config to the docs (Xend already has this).
2007-02-20
Ewan Mellor
14043:be35eed950da
Rename Console.uri to location. Xend already uses the latter.
2007-02-20
Ewan Mellor
14042:8773b1a38c83
Remove VM.VCPUs_number and VM.VCPUs_utilisation as these have moved onto the
2007-02-20
Ewan Mellor
14041:8bcd71c3b495
Replace the X_HANDLE_INVALID error codes with a single HANDLE_INVALID that
2007-02-20
kfraser
14040:f65a24235f58
hvm: Fix getvcpucontext to return the correct CR3 value.
2007-02-20
Tim Deegan
14039:c39a6b458bd0
[HVM] Fix MMIO AND emulation
2007-02-20
Tim Deegan
14038:4314691c70a2
[HVM] Fix MMIO LODS emulation
2007-02-22
awilliam
14037:9364bea18bc4
[IA64] First step to support big-endian PV domUs
2007-02-20
awilliam
14036:315c348e5f9e
merge with xen-unstable.hg
2007-02-20
kfraser
14035:e7994a122aab
x86 emulation: fix bswap
2007-02-20
kfraser
14034:4719e34ed7a7
x86: Fix emulation of REP prefix.
2007-02-20
Tim Deegan
14033:b5ee25f50861
Merge
2007-02-20
Tim Deegan
14032:f48553000369
[HVM] Another unchecked caller of hvm_copy_to_guest_virt()
less
more
| rev 14091:
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip