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 9236:
(0)
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
tip
age
author
revision
description
2006-03-11
root
9236:000d5ccb2bec
HG Patch
2006-03-11
emellor
9235:e48f56250811
Merged.
2006-03-11
emellor
9234:1ffd973d3d49
Define TESTS to be the .test files, not the .py files, otherwise the chmod +x
2006-03-11
emellor
9233:ed1afb12106e
- Reworked to use your match_domid suggestion and filtering
2006-03-11
emellor
9232:90bac1d23a0c
Merged.
2006-03-11
emellor
9231:9c2c55ba22e5
Trivial fix to bind implementation.
2006-03-10
emellor
9230:9dbc0786b502
Minor fix to error message.
2006-03-10
emellor
9229:faa1eb1621b9
Simplify the interface into httpserver and UnixHttpServer -- the root and
2006-03-10
emellor
9228:83a882b3d807
Untangle XendRoot and XendLogging by having XendLogging check the global
2006-03-11
kaf24
9227:1f30a0ac3033
Changeset 9134 introduced a caching mechanism when xenbus_switch_state
2006-03-11
kaf24
9226:3f8123ae34ba
Currently if one tries to execute VMX instruction from inside the
2006-03-11
kaf24
9225:a5a50f6fbc09
Enable the ejection of the physical cdrom tray, when user enters
2006-03-10
kaf24
9224:d4e433d615b0
More build config changes:
2006-03-10
kaf24
9223:e408a374840c
Replace memory_op subcommands reserved_phys_area and map_shared_info
2006-03-10
cl349
9222:c5286130a96e
Map grant table pages in vmalloc kernel address space instead of fixmap.
2006-03-10
emellor
9221:cc303cdf8809
The attached patch cleans up the parsing of /proc/xen/balloon that
2006-03-10
stekloff
9220:e0741ec5ec52
Fix test 11_create_concurrent_ps.py for HVM domains. HVM can only
2006-03-10
kaf24
9219:00061c916dbb
Clean the pending_intr processing sequence and fix some potential bugs.
2006-03-10
kaf24
9218:8bb494bccdac
Fix the gdbserver-xen for VMX guests.
2006-03-10
emellor
9217:3ea1c6118fc2
This patch
2006-03-10
stekloff
9216:8c1badb84c3e
Adding hping TCP and UDP tests. They hping a number of packets to
2006-03-10
stekloff
9215:b13e54483c1a
Fix xmtest 13_create_multinic_pos.py to work with HVM.
2006-03-09
kaf24
9214:e31f21fc391d
Fix a few small issues in xc_domain_dumpcore:
2006-03-09
kaf24
9213:85b34394c9a2
Move 'debug' build option into the outermost Config.mk file.
2006-03-09
kaf24
9212:7e68bc2745af
Clean up the usage of CFLAGS. This is nice for packagers, who would
2006-03-09
cl349
9211:fbeb0a5b7219
Change the location of the shared_info page for auto_translated_physmap guests.
2006-03-09
kaf24
9210:df0ad1c46f10
Build MTRR support into privileged xenlinux x86/64.
2006-03-09
kaf24
9209:e0d32d7cb5da
Apply proper locking in xenlinux mtrr interface functions.
2006-03-09
kaf24
9208:c176d2e45117
64 bit pagetable builder added to mm.c
2006-03-09
kaf24
9207:80bc37d5a32f
Explain disadvantages of building pciback as a module in Kconfig help.
2006-03-09
kaf24
9206:d4a2af362e5e
Make xc_linux_build() load the initrd page-by-page rather
2006-03-09
kaf24
9205:a1fcee3b2abe
Clean up internal libxc functions to take 'const char *'
2006-03-09
kaf24
9204:899532500ada
Add a parallel set of APIs to the domain builders to allow images and
2006-03-09
kaf24
9203:5ea87acc07dc
Adds a new device interface to xend/xm similar to the one for ioports
2006-03-09
kaf24
9202:37f3f5ad9110
According to the April 2005 Intel Virtualization Technology Specification
2006-03-09
kaf24
9201:17e26f60e901
Fix order-of-evaluation issue in xc_domain_dumpcore. The intent is
2006-03-09
kaf24
9200:a4dc14edd56b
Clean up the interface for sharing xen-heap pages with guests.
2006-03-09
kaf24
9199:4af3f8bd7e0c
Add missing include in hypercalls header file.
2006-03-08
kaf24
9198:f527a18cc8c3
Allow pciback to be built as a module.
2006-03-08
kaf24
9197:42a1f6ffd0e9
Allow pciback to be placed into a permissive mode of operation whereby it allows
2006-03-08
kaf24
9196:aae274b4c1a7
Trivial fix for pcifront bringup.
2006-03-08
kaf24
9195:766817372cab
Fix call to set_timer in vlapic.c. Should not set timer.expires
2006-03-08
kaf24
9194:53b0dc1cb1db
Implement guest_access routines for copying to/from a sub-field of a structure.
2006-03-08
kaf24
9193:3627061dcc9a
Undo misapplied search replace.
2006-03-08
kaf24
9192:94b10faa7577
Lower-casify some macros, and rename kernel_mode() to guest_kernel_mode().
2006-03-08
kaf24
9191:64f890639992
Update Xen extraversion to reflect unstable status.
2006-03-08
kaf24
9190:3219aa25ad46
The PAE guest can run on SMP 64-bit Xen0 now.
2006-03-08
kaf24
9189:f55d6c299c7e
Keep totalram_pages in sync with current_pages in balloon driver.
2006-03-08
kaf24
9188:6cc6b0ec9fa5
Add some bounds checking to values passed when changing the period and
2006-03-08
kaf24
9187:2538f3f838dc
Ensure old Python files are overwritten during tools install.
2006-03-08
kaf24
9186:13bbfced7b35
Fix 64-bit Linux build.
2006-03-08
kaf24
9185:ccca12a2bee2
Fix up #PF error code before propagating to guest kernel.
2006-03-07
kaf24
9184:503c4d8454e5
Clean up vlapic code.
2006-03-07
kaf24
9183:4293d6760cef
Upgrade all hypercalls to use the new guest_handle interface (on the Xen side).
2006-03-07
cl349
9182:b41ad96f1242
Cleanup i386 entry.S.
2006-03-07
kaf24
9181:51c59d5d76b0
Tighten up the assertion conditions in the GUEST_MODE() macro.
2006-03-06
kaf24
9180:583d01868d17
SVM patch to add missing svm_asid() call into 64bit exits.S vmexit loop.
2006-03-06
kaf24
9179:57a905038907
Fix additional gdbstub issues.
2006-03-06
kaf24
9178:b0d8b38681ff
Add next/previous key bindings to XenMon curses mode.
2006-03-06
kaf24
9177:0ad422291688
Fix reporting of time intervals in the log mode of XenMon.
less
more
| rev 9236:
(0)
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
tip