log
graph
tags
branches
changeset
browse
direct-io.hg
log
find changesets by author, revision, files, or words in the commit message
less
more
| rev 10050:
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip
age
author
revision
description
2006-05-19
kaf24
10050:3c2e7925bb93
[SHADOW] Crash the guest rather than BUGing the whole system when out of memory.
2006-05-19
emellor
10049:d0d9f50517f7
Merged.
2006-05-19
Anthony Liguori
10048:ae0175bf0631
Expose the exceptions thrown by xen.lowlevel.xc so they can be caught.
2006-05-19
kaf24
10047:852a1fd80f42
[MINIOS] PAE support.
2006-05-19
harry
10046:9b11eeab4558
Add a read-verify block device test to xm-test.
2006-05-19
stekloff
10045:224e9878c6d4
This patch resizes the file system on the xm-test HVM disk.img to use
2006-05-19
emellor
10044:33b2ae024663
Merged.
2006-05-19
emellor
10043:ea609f28ec01
The enforce_dom0_cpus test sets the number of vcpus for the Dom0 and
2006-05-19
kaf24
10042:d714f923b7cf
Several page allocations, done in the hypervisor when starting an HVM
2006-05-19
kaf24
10041:f4f2ff82e797
[XEND] An empirical and more conservative memory-overhead estimate for PV and HVM guests.
2006-05-19
kaf24
10040:e7d7287ab222
[XEND] separate concept of initial memory size and overhead memory size.
2006-05-19
kaf24
10039:32013c5118d2
[XM-TEST] Use explicit (IP id==packet size) on hping2 tests to avoid
2006-05-19
kaf24
10038:292b4d017d56
[NET] front: Remove duplicate maybe_wake_tx
2006-05-19
kaf24
10037:167790b102ac
Fix xentrace_format to deal with more than 16 CPUs.
2006-05-19
kaf24
10036:a5ef851c217b
[NET] front: remove use of typedefs for structures.
2006-05-19
kaf24
10035:093f8d333568
Place typedefs on their own separate lines in the Xen public headers.
2006-05-19
kaf24
10034:b736d3335641
Introduce is_running_on_xen() to test whether we are running on Xen before
2006-05-19
kaf24
10033:1855124935e2
Fix a crash in gdbserver-xen where it references unmapped memory if
2006-05-18
kaf24
10032:aa17b7173325
[NET] front: remove unnecessary include of proc_fs.h.
2006-05-18
kaf24
10031:3d3e5a3008f6
Check `global' property of the arch specific virqs.
2006-05-18
kaf24
10030:48c0f5489d44
Remove Emacs variables settings from tail of our Linux files.
2006-05-18
kaf24
10029:5e1c99e5d194
Rename init_IRQ to xen_init_IRQ, so that non-x86 can use their own init_IRQ.
2006-05-18
kaf24
10028:25dbb1819633
Remove __TEST_HARNESS__ tests from x86_emulate: instead check for __XEN__
2006-05-18
kaf24
10027:cb4d2fc638ec
[NET] front: clean up create_netdev interface.
2006-05-18
kaf24
10026:b9b316bfab15
[NET] front: Add a sysfs interface for tuning the receive buffer values.
2006-05-18
kaf24
10025:6f957675015d
[NET] front: Give netfront a procectomy. The existing /proc interface
2006-05-18
kaf24
10024:843b9ef21352
[NET] front: Network devices need to be freed by free_netdev not kfree.
2006-05-18
kaf24
10023:65421cc6d86b
[NET] front: The initialization and removal functions should be tagged
2006-05-18
kaf24
10022:119ec4117708
[NET] front: The receive buffer accounting should be unsigned to avoid
2006-05-18
kaf24
10021:898426a79d5a
[NET] front: Minor style fix and eliminate Emacs style comment which
2006-05-18
kaf24
10020:4bd332f2bb1e
[NET] front: clean up transmit queue waking
2006-05-18
kaf24
10019:64fbdbc31dba
[NET] front: Replace user_state with netif_running
2006-05-18
kaf24
10018:21bd82ade5cc
[NET] front: Remove tx_full and unnecessary queue operations
2006-05-18
kaf24
10017:56444cd2805c
Fix the build after SVM patches.
2006-05-18
kaf24
10016:1d2e4a873003
SVM patch to add a host save area per core for the hypervisor and also
2006-05-18
kaf24
10015:0fbec6836905
Fix register corruption caused by c/s 9922.
2006-05-17
kaf24
10014:b4361ae1aabc
SVM patch to cleanup guest event injection logic, remove unnecessary
2006-05-17
kaf24
10013:3d85f350a66a
SVM patch to reverse the logic of the general1 intercepts for easier
2006-05-17
kaf24
10012:632ad28f2fd7
SVM patch to cleanup IOIO handling, do not use "real" mode but rather
2006-05-17
kaf24
10011:81ab21f76a6f
Add hotkey 'v' to hypervisor monitor to print VMCS areas.
2006-05-17
kaf24
10010:345464c2fd47
Allow to specify different time-of-day clock offsets for HVM guests.
2006-05-17
kaf24
10009:dbe396fd6fd8
Theoretically a 0 VIRT_BASE is okay. Change the bail code when
2006-05-17
kaf24
10008:18c3da3ad6f7
When doing local migration, a timing-related problem occurred due to the
2006-05-17
kaf24
10007:72ef14e79cc0
VTPM_TOOLS: Restructured handlers for better clearity and created an ipc
2006-05-17
kaf24
10006:43d141d56c78
This patch fixes the Linux builder so that it dies gracefully when
2006-05-17
kaf24
10005:86d8246c6aff
This patch fixes the x86_64 __xen_guest section allowing Mini-OS to run again.
2006-05-16
kaf24
10004:7cbc1fc8dbea
Add some locking to the PIC device model. Improves SMP guest stability.
2006-05-16
kaf24
10003:7fdc4a8b782b
Fix MOVS instruction emulation for HVM MMIO.
2006-05-16
kaf24
10002:aab3cd33d2ba
[MINIOS] Fix the pagefault handler to detect recursive faults.
2006-05-16
kaf24
10001:3dca5b4add2b
Fixes to the xenoprofile Linux driver.
2006-05-16
kaf24
10000:c20e766a1f72
Our 10,000th changeset! (Clean up trailing whitespace in README file :-)
2006-05-16
kaf24
9999:bc7d49df1651
Fix the tools build:
2006-05-16
kaf24
9998:df1521633fb5
Prevent an oops in Dom0 that occurs when a CD device, specified as one
2006-05-16
kaf24
9997:c5551469f00e
Extend xentrace man page.
2006-05-16
kaf24
9996:18fceb2f6b2d
Use common code for enabling tracing via xenmon and xentrace, also fixing
2006-05-16
kaf24
9995:6a285d7d7b39
Document the UUID domU configuration parameter in example configurations.
2006-05-16
kaf24
9994:4fd6ba0e3336
[XENOPROFILE] Fix incorrect use of on_each_cpu() which could lead
2006-05-15
kaf24
9993:dc213d745642
Allow linking of mini-os with application-specific object code.
2006-05-15
kaf24
9992:cb70d4f8d718
Fix spelling errors in man pages.
2006-05-15
kaf24
9991:d20a2a971103
Fix the performance issues of 2-level paging HVM guests on the PAE
less
more
| rev 10050:
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip