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
...
*
[qemu] Initialize vga from within qemu for when the bios doesn't do so.
chris@kneesaa.uk.xensource.com
2006-07-26
6
-29
/
+301
*
[qemu] Add access to the monito vt over VNC.
chris@kneesaa.uk.xensource.com
2006-07-26
3
-8
/
+190
*
[qemu] sync patches and add file missing from cset 10738:42aa63188a88
chris@kneesaa.uk.xensource.com
2006-07-26
5
-25
/
+352
*
[qemu] Use domain-name in VNC window title.
chris@kneesaa.uk.xensource.com
2006-07-26
3
-2
/
+31
*
[qemu] Re-calculate color_table after color depth reset.
chris@kneesaa.uk.xensource.com
2006-07-26
5
-37
/
+55
*
IA64-specific code for new Qemu
chris@kneesaa.uk.xensource.com
2006-07-26
11
-24
/
+588
*
[qemu] Fix HVM guests with more than 2G RAM on x86_64,
chris@kneesaa.uk.xensource.com
2006-07-26
5
-79
/
+106
*
Fix cirrus and rt8139 co-exist issue in new qemu-dm.
chris@kneesaa.uk.xensource.com
2006-07-26
2
-48
/
+59
*
Make ioemu targets more robust and make ioemu clean always succeed.
chris@kneesaa.uk.xensource.com
2006-07-25
2
-10
/
+20
*
Spawn vncviewer from qemu-dm.
chris@kneesaa.uk.xensource.com
2006-07-14
5
-0
/
+139
*
Change the qemu to allow no network arguments, removing the
chris@kneesaa.uk.xensource.com
2006-07-14
6
-54
/
+74
*
[IOEMU] Enable gui_timer unless the display is exported over VNC.
chris@kneesaa.uk.xensource.com
2006-07-13
2
-60
/
+63
*
Add qemu 0.8.1 based ioemu.
chris@kneesaa.uk.xensource.com
2006-07-12
318
-0
/
+156825
*
Remove qemu 0.6.1 based ioemu.
chris@kneesaa.uk.xensource.com
2006-07-12
143
-60962
/
+0
*
[HVM] Disable pmtimer in qemu acpi device model. Needs fixing
kfraser@dhcp93.uk.xensource.com
2006-07-03
1
-1
/
+1
*
[HVM] Clean up formatting of new piix acpi file.
kaf24@firebug.cl.cam.ac.uk
2006-06-17
1
-185
/
+177
*
[HVM] ACPI support patch 4 of 4: shutdown.
kaf24@firebug.cl.cam.ac.uk
2006-06-17
1
-6
/
+23
*
[HVM] ACPI support patch 2 of 4: ACPI timer.
kaf24@firebug.cl.cam.ac.uk
2006-06-17
1
-3
/
+86
*
[HVM] ACPI support patch 1 of 4: main components.
kaf24@firebug.cl.cam.ac.uk
2006-06-17
4
-4
/
+414
*
[TOOLS] Introduce xc_evtchn_*() interface for interacting with /dev/xen/evtchn.
kaf24@firebug.cl.cam.ac.uk
2006-06-15
1
-20
/
+12
*
[HVM][QEMU] Fix SDL mouse "invisible wall".
kaf24@firebug.cl.cam.ac.uk
2006-06-14
1
-2
/
+7
*
[HVM] Fix ioemu build with new Linux headers. We must define __user
kaf24@firebug.cl.cam.ac.uk
2006-06-13
1
-0
/
+1
*
[HVM][DM] Backport the USB support from QEMU 0.8.1 to the current Xen
kaf24@firebug.cl.cam.ac.uk
2006-06-12
14
-115
/
+2971
*
[HVM][DM] Cleaner way of clearing VGA memory on mode changes (thanks to
kaf24@firebug.cl.cam.ac.uk
2006-06-07
1
-11
/
+0
*
Represent PFNs with their own type, rather than 'unsigned long'.
kaf24@firebug.cl.cam.ac.uk
2006-06-06
2
-13
/
+14
*
[IA64][HVM] Enable CGA acceleration for VTI.
kaf24@firebug.cl.cam.ac.uk
2006-06-02
3
-7
/
+2
*
[HVM] Allow more dynamic use of the qemu serial lines by allowing the Summagr...
kaf24@firebug.cl.cam.ac.uk
2006-06-01
3
-4
/
+22
*
[HVM] Fixes to buffer handling in ne2000 device model.
kaf24@firebug.cl.cam.ac.uk
2006-05-31
1
-10
/
+26
*
Allow to specify different time-of-day clock offsets for HVM guests.
kaf24@firebug.cl.cam.ac.uk
2006-05-17
4
-8
/
+39
*
Remove unnecessary extra linker parameters from qemu-dm build.
kaf24@firebug.cl.cam.ac.uk
2006-05-15
1
-1
/
+1
*
Add rudimentary ACPI support which allows a fully virtualized domain
kaf24@firebug.cl.cam.ac.uk
2006-05-15
3
-2
/
+183
*
Fix the cirrus vga model to not leak memory when switching between
kaf24@firebug.cl.cam.ac.uk
2006-05-12
5
-117
/
+50
*
Move set/unset_vram_mapping into cirrus_vga.c, pending a fixup patch.
kaf24@firebug.cl.cam.ac.uk
2006-05-12
3
-94
/
+106
*
This patch enhances the Summagraphics emulation by adding 2 features:
kaf24@firebug.cl.cam.ac.uk
2006-05-10
5
-45
/
+124
*
Reset Cirrus device model `VRAM' whenever a VGA/SVGA mode switch occurs.
kaf24@firebug.cl.cam.ac.uk
2006-05-10
1
-4
/
+11
*
Replace a bash-specific redirection in tools/ioemu/configure with a
kaf24@firebug.cl.cam.ac.uk
2006-05-05
1
-1
/
+1
*
When boot device is cdrom but the cdrom is not bootable, the guest appears
kaf24@firebug.cl.cam.ac.uk
2006-04-28
1
-3
/
+9
*
merge with xen-unstable.hg
awilliam@xenbuild.aw
2006-04-25
3
-11
/
+5
|
\
|
*
Fix swapped calloc() arguments.
kaf24@firebug.cl.cam.ac.uk
2006-04-19
1
-1
/
+1
|
*
Sync PIT device model with latest qemu and move it to hypervisor.
kaf24@firebug.cl.cam.ac.uk
2006-04-19
2
-10
/
+4
*
|
merge with xen-unstable.hg
awilliam@xenbuild.aw
2006-04-18
1
-1
/
+1
|
\
|
|
*
The default value used to control whether the guest is set up with localtime
kaf24@firebug.cl.cam.ac.uk
2006-04-13
1
-1
/
+1
*
|
merge with xen-unstable.hg
awilliam@xenbuild.aw
2006-04-11
5
-17
/
+66
|
\
|
|
*
Fix a couple of typos.
kaf24@firebug.cl.cam.ac.uk
2006-04-10
1
-1
/
+1
|
*
Fix push/pop usage in tools/ioemu for x86/64.
kaf24@firebug.cl.cam.ac.uk
2006-04-10
1
-1
/
+7
|
*
If the 'cdrom=' option is specified in the definition file but media is
kaf24@firebug.cl.cam.ac.uk
2006-04-10
1
-2
/
+11
|
*
build: Clean up use of .PHONY
kaf24@firebug.cl.cam.ac.uk
2006-04-10
2
-0
/
+13
|
*
fix bug #609 - error: PIC register `bx' clobbered in `asm'
vhanquez@kneesa.uk.xensource.com
2006-04-10
1
-2
/
+2
|
*
Add code to make handling domain poweroff/reboot symmetrical between
kaf24@firebug.cl.cam.ac.uk
2006-04-06
2
-13
/
+34
*
|
[IA64] Add memory operations for xen/ia64
awilliam@xenbuild.aw
2006-04-04
1
-1
/
+2
|
/
[prev]
[next]