aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ioemu
Commit message (Expand)AuthorAgeFilesLines
...
* The attached patch to the qemu emulation of the pcnet hardware fixeskaf24@firebug.cl.cam.ac.uk2006-03-262-296/+178
* Fix a protocol violation in the pcnet emulation. Tested on at leastkaf24@firebug.cl.cam.ac.uk2006-03-201-14/+19
* Declare inline function as 'static inline', not 'extern inline'.kaf24@firebug.cl.cam.ac.uk2006-03-171-1/+1
* Add Summagraphics Tablet emulation for VNC users. The current PS/2 emulationkaf24@firebug.cl.cam.ac.uk2006-03-167-317/+283
* Change the VNC main input loop delay from 1 second down to 10kaf24@firebug.cl.cam.ac.uk2006-03-161-2/+2
* Add a shadow VRAM to track changes to the real VRAM. When the guestkaf24@firebug.cl.cam.ac.uk2006-03-163-4/+122
* Enable the ejection of the physical cdrom tray, when user enterskaf24@firebug.cl.cam.ac.uk2006-03-111-0/+4
* More build config changes:kaf24@firebug.cl.cam.ac.uk2006-03-102-4/+4
* Move 'debug' build option into the outermost Config.mk file.kaf24@firebug.cl.cam.ac.uk2006-03-093-14/+13
* Clean up the usage of CFLAGS. This is nice for packagers, who wouldkaf24@firebug.cl.cam.ac.uk2006-03-092-2/+2
* Fix some warnings when compiling tools.kaf24@firebug.cl.cam.ac.uk2006-03-045-19/+13
* Fix tools Makefiles to respect CFLAGS. Disable stack-smashkaf24@firebug.cl.cam.ac.uk2006-02-282-4/+8
* Fix a multi HVM domain issue (bugzilla bug #542):kaf24@firebug.cl.cam.ac.uk2006-02-281-12/+13
* Avoid pcnet dm packet loss / corruption.kaf24@firebug.cl.cam.ac.uk2006-02-251-0/+4
* Per-vcpu IO evtchn patch for HVM domain.kaf24@firebug.cl.cam.ac.uk2006-02-232-40/+45
* Re-enable VGA acceleration under the new phys_to_machine_mapping.kaf24@firebug.cl.cam.ac.uk2006-02-164-140/+194
* There is a known "xm console" issue related with VMX. When "serial" is jrb44@plym.cl.cam.ac.uk2006-02-021-10/+25
* Big merge the HVM full-virtualisation abstractions.kaf24@firebug.cl.cam.ac.uk2006-01-316-34/+36
* The arguments to memset are ordered incorrectly in thekaf24@firebug.cl.cam.ac.uk2006-01-201-2/+2
* Cleanup dirty code avoiding warning messages when compilingkaf24@firebug.cl.cam.ac.uk2006-01-195-5/+7
* Move public hvm interfaces into xen/include/public/hvm.kaf24@firebug.cl.cam.ac.uk2006-01-034-4/+4
* Fix a missing break in ioemu command-line parsing switchkaf24@firebug.cl.cam.ac.uk2005-12-301-0/+1
* Add sound blaster support to VMX device model.kaf24@firebug.cl.cam.ac.uk2005-12-2013-0/+2709
* This patch fix several issue to support >2G 64bit vmx guest in IA-32ekaf24@firebug.cl.cam.ac.uk2005-12-206-10/+10
* Add an option for device model to disable key repeat.kaf24@firebug.cl.cam.ac.uk2005-12-133-1/+10
* Rename QEMU device model log file from /tmp/qemu.log tokaf24@firebug.cl.cam.ac.uk2005-12-112-9/+11
* Set the device model windows title as the domain namekaf24@firebug.cl.cam.ac.uk2005-12-034-3/+12
* Define explicit evtchn_port_t type (32 bits) and plumb upkaf24@firebug.cl.cam.ac.uk2005-12-012-4/+4
* ptsname() is applied to the master fd, not the slave fd.kaf24@firebug.cl.cam.ac.uk2005-12-011-2/+2
* Fix serial pty creation in qemu-dm. Set raw attributes tokaf24@firebug.cl.cam.ac.uk2005-11-301-7/+10
* Clean up a previous qemu workaround where we usekaf24@firebug.cl.cam.ac.uk2005-11-291-10/+0
* Fix a race condition for multi-thread qemu dma, where vmx linux guestskaf24@firebug.cl.cam.ac.uk2005-11-291-2/+6
* Fix the issue of on x86_64, rhel4 can not get into runlevel 5.kaf24@firebug.cl.cam.ac.uk2005-11-251-6/+17
* Clean up some Xen files in the ioemulator.kaf24@firebug.cl.cam.ac.uk2005-11-242-528/+549
* Set up fully-virtualised RTC time zone default to localkaf24@firebug.cl.cam.ac.uk2005-11-181-1/+1
* Previous changeset trivially broke ioemu/helper2.c. Fix it.kaf24@firebug.cl.cam.ac.uk2005-11-151-1/+1
* This patch fixed keyboard issue for linux kernel 2.6 in vmx guest.kaf24@firebug.cl.cam.ac.uk2005-11-151-2/+3
* Trivial Makefile cleanup for ioemu.kaf24@firebug.cl.cam.ac.uk2005-11-141-2/+2
* Remove unnecessary NULL checks before freeing memory blocks.kaf24@firebug.cl.cam.ac.uk2005-11-112-8/+4
* This patch use same expression as vif for vmx guest but has a distinguish "ty...Xiaofeng Ling2005-11-102-2/+10
* Enable xm console for vmx guest.kaf24@firebug.cl.cam.ac.uk2005-11-102-3/+49
* Support recent change moving virtual IOAPIC model into Xen forkaf24@firebug.cl.cam.ac.uk2005-11-093-3/+4
* This patch remove the obsolete ioapic code on qemu device model side.kaf24@firebug.cl.cam.ac.uk2005-11-072-832/+0
* This patch is intended to make qemu support ia64/vti. We have validatedkaf24@firebug.cl.cam.ac.uk2005-11-0510-26/+400
* This patch is to remove the pit_timer when the vmx domain iskaf24@firebug.cl.cam.ac.uk2005-11-053-12/+1
* This is a fix for some device model corner cases including:kaf24@firebug.cl.cam.ac.uk2005-11-041-2/+2
* Merged.emellor@leeni.uk.xensource.com2005-10-305-19/+90
|\
| * This patch is to fix the NIC driven mechanism to make it eventkaf24@firebug.cl.cam.ac.uk2005-10-305-19/+90
* | Added -lpthread to qemu-dm link line, in order to compile even without SDLemellor@leeni.uk.xensource.com2005-10-301-1/+1
|/
* Originally in qemu when a IDE dma transfer is started which is triggeredkaf24@firebug.cl.cam.ac.uk2005-10-271-0/+57