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
...
*
The attached patch to the qemu emulation of the pcnet hardware fixes
kaf24@firebug.cl.cam.ac.uk
2006-03-26
2
-296
/
+178
*
Fix a protocol violation in the pcnet emulation. Tested on at least
kaf24@firebug.cl.cam.ac.uk
2006-03-20
1
-14
/
+19
*
Declare inline function as 'static inline', not 'extern inline'.
kaf24@firebug.cl.cam.ac.uk
2006-03-17
1
-1
/
+1
*
Add Summagraphics Tablet emulation for VNC users. The current PS/2 emulation
kaf24@firebug.cl.cam.ac.uk
2006-03-16
7
-317
/
+283
*
Change the VNC main input loop delay from 1 second down to 10
kaf24@firebug.cl.cam.ac.uk
2006-03-16
1
-2
/
+2
*
Add a shadow VRAM to track changes to the real VRAM. When the guest
kaf24@firebug.cl.cam.ac.uk
2006-03-16
3
-4
/
+122
*
Enable the ejection of the physical cdrom tray, when user enters
kaf24@firebug.cl.cam.ac.uk
2006-03-11
1
-0
/
+4
*
More build config changes:
kaf24@firebug.cl.cam.ac.uk
2006-03-10
2
-4
/
+4
*
Move 'debug' build option into the outermost Config.mk file.
kaf24@firebug.cl.cam.ac.uk
2006-03-09
3
-14
/
+13
*
Clean up the usage of CFLAGS. This is nice for packagers, who would
kaf24@firebug.cl.cam.ac.uk
2006-03-09
2
-2
/
+2
*
Fix some warnings when compiling tools.
kaf24@firebug.cl.cam.ac.uk
2006-03-04
5
-19
/
+13
*
Fix tools Makefiles to respect CFLAGS. Disable stack-smash
kaf24@firebug.cl.cam.ac.uk
2006-02-28
2
-4
/
+8
*
Fix a multi HVM domain issue (bugzilla bug #542):
kaf24@firebug.cl.cam.ac.uk
2006-02-28
1
-12
/
+13
*
Avoid pcnet dm packet loss / corruption.
kaf24@firebug.cl.cam.ac.uk
2006-02-25
1
-0
/
+4
*
Per-vcpu IO evtchn patch for HVM domain.
kaf24@firebug.cl.cam.ac.uk
2006-02-23
2
-40
/
+45
*
Re-enable VGA acceleration under the new phys_to_machine_mapping.
kaf24@firebug.cl.cam.ac.uk
2006-02-16
4
-140
/
+194
*
There is a known "xm console" issue related with VMX. When "serial" is
jrb44@plym.cl.cam.ac.uk
2006-02-02
1
-10
/
+25
*
Big merge the HVM full-virtualisation abstractions.
kaf24@firebug.cl.cam.ac.uk
2006-01-31
6
-34
/
+36
*
The arguments to memset are ordered incorrectly in the
kaf24@firebug.cl.cam.ac.uk
2006-01-20
1
-2
/
+2
*
Cleanup dirty code avoiding warning messages when compiling
kaf24@firebug.cl.cam.ac.uk
2006-01-19
5
-5
/
+7
*
Move public hvm interfaces into xen/include/public/hvm.
kaf24@firebug.cl.cam.ac.uk
2006-01-03
4
-4
/
+4
*
Fix a missing break in ioemu command-line parsing switch
kaf24@firebug.cl.cam.ac.uk
2005-12-30
1
-0
/
+1
*
Add sound blaster support to VMX device model.
kaf24@firebug.cl.cam.ac.uk
2005-12-20
13
-0
/
+2709
*
This patch fix several issue to support >2G 64bit vmx guest in IA-32e
kaf24@firebug.cl.cam.ac.uk
2005-12-20
6
-10
/
+10
*
Add an option for device model to disable key repeat.
kaf24@firebug.cl.cam.ac.uk
2005-12-13
3
-1
/
+10
*
Rename QEMU device model log file from /tmp/qemu.log to
kaf24@firebug.cl.cam.ac.uk
2005-12-11
2
-9
/
+11
*
Set the device model windows title as the domain name
kaf24@firebug.cl.cam.ac.uk
2005-12-03
4
-3
/
+12
*
Define explicit evtchn_port_t type (32 bits) and plumb up
kaf24@firebug.cl.cam.ac.uk
2005-12-01
2
-4
/
+4
*
ptsname() is applied to the master fd, not the slave fd.
kaf24@firebug.cl.cam.ac.uk
2005-12-01
1
-2
/
+2
*
Fix serial pty creation in qemu-dm. Set raw attributes to
kaf24@firebug.cl.cam.ac.uk
2005-11-30
1
-7
/
+10
*
Clean up a previous qemu workaround where we use
kaf24@firebug.cl.cam.ac.uk
2005-11-29
1
-10
/
+0
*
Fix a race condition for multi-thread qemu dma, where vmx linux guests
kaf24@firebug.cl.cam.ac.uk
2005-11-29
1
-2
/
+6
*
Fix the issue of on x86_64, rhel4 can not get into runlevel 5.
kaf24@firebug.cl.cam.ac.uk
2005-11-25
1
-6
/
+17
*
Clean up some Xen files in the ioemulator.
kaf24@firebug.cl.cam.ac.uk
2005-11-24
2
-528
/
+549
*
Set up fully-virtualised RTC time zone default to local
kaf24@firebug.cl.cam.ac.uk
2005-11-18
1
-1
/
+1
*
Previous changeset trivially broke ioemu/helper2.c. Fix it.
kaf24@firebug.cl.cam.ac.uk
2005-11-15
1
-1
/
+1
*
This patch fixed keyboard issue for linux kernel 2.6 in vmx guest.
kaf24@firebug.cl.cam.ac.uk
2005-11-15
1
-2
/
+3
*
Trivial Makefile cleanup for ioemu.
kaf24@firebug.cl.cam.ac.uk
2005-11-14
1
-2
/
+2
*
Remove unnecessary NULL checks before freeing memory blocks.
kaf24@firebug.cl.cam.ac.uk
2005-11-11
2
-8
/
+4
*
This patch use same expression as vif for vmx guest but has a distinguish "ty...
Xiaofeng Ling
2005-11-10
2
-2
/
+10
*
Enable xm console for vmx guest.
kaf24@firebug.cl.cam.ac.uk
2005-11-10
2
-3
/
+49
*
Support recent change moving virtual IOAPIC model into Xen for
kaf24@firebug.cl.cam.ac.uk
2005-11-09
3
-3
/
+4
*
This patch remove the obsolete ioapic code on qemu device model side.
kaf24@firebug.cl.cam.ac.uk
2005-11-07
2
-832
/
+0
*
This patch is intended to make qemu support ia64/vti. We have validated
kaf24@firebug.cl.cam.ac.uk
2005-11-05
10
-26
/
+400
*
This patch is to remove the pit_timer when the vmx domain is
kaf24@firebug.cl.cam.ac.uk
2005-11-05
3
-12
/
+1
*
This is a fix for some device model corner cases including:
kaf24@firebug.cl.cam.ac.uk
2005-11-04
1
-2
/
+2
*
Merged.
emellor@leeni.uk.xensource.com
2005-10-30
5
-19
/
+90
|
\
|
*
This patch is to fix the NIC driven mechanism to make it event
kaf24@firebug.cl.cam.ac.uk
2005-10-30
5
-19
/
+90
*
|
Added -lpthread to qemu-dm link line, in order to compile even without SDL
emellor@leeni.uk.xensource.com
2005-10-30
1
-1
/
+1
|
/
*
Originally in qemu when a IDE dma transfer is started which is triggered
kaf24@firebug.cl.cam.ac.uk
2005-10-27
1
-0
/
+57
[prev]
[next]