index
:
xen/xen
master
stable-4.0
stable-4.1
stable-4.2
stable-4.3
staging
staging-4.0
staging-4.1
staging-4.2
staging-4.3
xen
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
ioemu
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
stubdom: Disable PCI passthrough functionality for now.
Keir Fraser
2008-02-25
1
-1
/
+1
|
*
ioemu: Fix Solaris build.
Keir Fraser
2008-02-25
1
-1
/
+1
*
|
[IA64] Remove VL_LDFLAGS=ia64.ld from Makefile.target
Alex Williamson
2008-02-25
1
-4
/
+0
*
|
[IA64] Fix qemu memory access on IA64
Alex Williamson
2008-02-22
2
-6
/
+13
|
/
*
ioemu: Share framebuffer between VGA device model and VNC server.
Keir Fraser
2008-02-20
3
-21
/
+46
*
ioemu: Do proper block device extent checks.
Keir Fraser
2008-02-20
1
-6
/
+35
*
x86 hvm: Replace old MMIO emulator with x86_emulate()-based harness.
Keir Fraser
2008-02-20
1
-106
/
+1
*
ioemu: Fix the build.
Keir Fraser
2008-02-15
4
-73
/
+64
*
Enable HVM guest VT-d device hotplug via a simple ACPI hotplug device model.
Keir Fraser
2008-02-15
8
-25
/
+839
*
hvm acpi: Expose \_S4 ACPI object, allowing suspend-to-disk.
Keir Fraser
2008-02-15
1
-6
/
+19
*
ioemu: Support the WMVi pseudoencoding in the vnc server.
Keir Fraser
2008-02-14
2
-49
/
+66
*
ioemu: Stub out direct-Linux-boot support for anything other than x86.
Keir Fraser
2008-02-14
1
-0
/
+9
*
ioemu: backport upstream's qemu_memalign.
Keir Fraser
2008-02-14
6
-5
/
+31
*
stubdom: optimize block io completion polling by not polling all the
Keir Fraser
2008-02-14
1
-3
/
+7
*
Add stubdomain support. See stubdom/README for usage details.
Keir Fraser
2008-02-12
13
-25
/
+510
*
libxenctrl headers should not pollute macro namespace with
Keir Fraser
2008-02-12
3
-11
/
+11
*
device-dm: Use SIGHUP before SIGKILL
Keir Fraser
2008-02-12
1
-2
/
+4
*
ioemu: Dynamic VNC colour depth.
Keir Fraser
2008-02-11
7
-80
/
+207
*
ioemu: save 3MB of ioport tables (on 64bit machines)
Keir Fraser
2008-02-11
1
-20
/
+40
*
ioemu: cope with partial reads/writes when using the read()/write()
Keir Fraser
2008-02-11
1
-6
/
+19
*
ioemu stubdom: make daemonize optional
Keir Fraser
2008-02-11
1
-2
/
+13
*
ioemu: some ifndef NO_UNIX_SOCKETS were missing
Keir Fraser
2008-02-11
2
-8
/
+8
*
ioemu: make AIO optional (already done upstream)
Keir Fraser
2008-02-11
1
-0
/
+8
*
ioemu: fix compilation without softfloat
Keir Fraser
2008-02-11
2
-0
/
+14
*
ioemu stubdom: make TPM optional
Keir Fraser
2008-02-11
2
-0
/
+3
*
qemu: Queue mouse clicks.
Keir Fraser
2008-02-11
2
-15
/
+82
*
ioemu: use POSIX int type.
Keir Fraser
2008-02-07
1
-1
/
+1
*
ioemu: Fix build after LIST->QEMU_LIST changes.
Keir Fraser
2008-02-07
2
-8
/
+8
*
ioemu: avoid name clashes due to LIST_* macros
Keir Fraser
2008-02-07
5
-48
/
+48
*
ioemu: config cleanup re AF_UNIX sockets on non-Windows
Keir Fraser
2008-02-07
3
-2
/
+9
*
Revert 16947:32b898768217027. Breaks HVM qcow-backed discs.
Keir Fraser
2008-02-04
4
-11
/
+7
*
Revert 16963:d29d74d4eeac and 16750:2ac0fd9fd4b4.
Keir Fraser
2008-02-03
1
-27
/
+4
*
hvm: Fix 'xm save' bug in qhich qemu-dm ignores SIGTERM.
Keir Fraser
2008-02-01
1
-2
/
+19
*
Direct Linux boot: Support booting non-relocatable Linux kernels.
Keir Fraser
2008-02-01
1
-2
/
+93
*
Direct Linux boot: Support booting relocatable Linux kernels.
Keir Fraser
2008-02-01
1
-88
/
+266
*
ioemu: Stop PV guest from parsing xenstore and opening block devices.
Keir Fraser
2008-01-31
4
-7
/
+11
*
ioemu: Fix xenstore access changes.
Keir Fraser
2008-01-30
1
-8
/
+3
*
ioemu: strip tap subtype prefix from image name
Keir Fraser
2008-01-30
1
-3
/
+26
*
ioemu: use standard uint8_t instead of uint8 in new e100 s/r code
Keir Fraser
2008-01-30
1
-2
/
+2
*
ioemu: Better fix for SB16 infinite looping.
Keir Fraser
2008-01-30
2
-4
/
+18
*
ioemu: Add support for e100 nic save/restore.
Keir Fraser
2008-01-29
1
-3
/
+144
*
Move generation of public header hierarchy into the tools.
Keir Fraser
2008-01-26
1
-0
/
+1
*
vt-d: Do FLR of assigned devices with VT-d
Keir Fraser
2008-01-24
1
-54
/
+1
*
ioemu: 'lib64' is Linux-specific
Keir Fraser
2008-01-24
1
-1
/
+1
*
ioemu: Improve xenstore_read_vncpasswd().
Keir Fraser
2008-01-24
1
-10
/
+15
*
ioemu: handle empty vnc passwd
Keir Fraser
2008-01-23
3
-18
/
+12
*
ioemu: Use asprintf instead of PATH_MAX, which POSIX says to be facultative.
Keir Fraser
2008-01-23
1
-3
/
+3
*
ioemu: fix xc_handle declaration
Keir Fraser
2008-01-23
1
-1
/
+1
*
ioemu: fix phys_ram_addr parameter usage
Keir Fraser
2008-01-23
1
-1
/
+1
*
ioemu: cache the BlockDriverState pointer
Keir Fraser
2008-01-23
1
-4
/
+5
[prev]
[next]