aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ioemu/target-i386-dm
Commit message (Expand)AuthorAgeFilesLines
* [HVM] Move RTC emulation into the hypervisor.kfraser@localhost.localdomain2006-10-181-0/+107
* [HVM] qemu should wait 10ms, rather than 100ms, between running its timers.Steven Smith2006-09-271-2/+2
* [tools] Increases some of the timeoutsChristian Limpach2006-09-211-2/+2
* [qemu/ia64] Sync ID cache only guest do DMA read.chris@kneesaa.uk.xensource.com2006-08-151-3/+3
* [hvm/qemu] Add HVM buffered IO writes framework to accelerate stdvga speed.chris@kneesaa.uk.xensource.com2006-08-091-24/+64
* [hvm/qemu] Flip the device model over to using the new Xen event channelssos22@douglas.cl.cam.ac.uk2006-08-081-7/+12
* [qemu] Fix reads on unreported memory addresses.chris@kneesaa.uk.xensource.com2006-07-281-2/+6
* IA64-specific code for new Qemuchris@kneesaa.uk.xensource.com2006-07-262-0/+24
* Fix cirrus and rt8139 co-exist issue in new qemu-dm.chris@kneesaa.uk.xensource.com2006-07-261-1/+1
* Add qemu 0.8.1 based ioemu.chris@kneesaa.uk.xensource.com2006-07-126-0/+1227
* Remove qemu 0.6.1 based ioemu.chris@kneesaa.uk.xensource.com2006-07-124-962/+0
* [HVM] ACPI support patch 1 of 4: main components.kaf24@firebug.cl.cam.ac.uk2006-06-171-1/+1
* [TOOLS] Introduce xc_evtchn_*() interface for interacting with /dev/xen/evtchn.kaf24@firebug.cl.cam.ac.uk2006-06-151-20/+12
* [HVM][DM] Backport the USB support from QEMU 0.8.1 to the current Xenkaf24@firebug.cl.cam.ac.uk2006-06-121-0/+3
* Remove unnecessary extra linker parameters from qemu-dm build.kaf24@firebug.cl.cam.ac.uk2006-05-151-1/+1
* Add rudimentary ACPI support which allows a fully virtualized domainkaf24@firebug.cl.cam.ac.uk2006-05-151-2/+2
* Sync PIT device model with latest qemu and move it to hypervisor.kaf24@firebug.cl.cam.ac.uk2006-04-191-1/+1
* build: Clean up use of .PHONYkaf24@firebug.cl.cam.ac.uk2006-04-101-0/+4
* Add code to make handling domain poweroff/reboot symmetrical betweenkaf24@firebug.cl.cam.ac.uk2006-04-061-13/+32
* 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-161-2/+9
* More build config changes:kaf24@firebug.cl.cam.ac.uk2006-03-101-2/+2
* Move 'debug' build option into the outermost Config.mk file.kaf24@firebug.cl.cam.ac.uk2006-03-091-2/+1
* Clean up the usage of CFLAGS. This is nice for packagers, who wouldkaf24@firebug.cl.cam.ac.uk2006-03-091-1/+1
* Fix some warnings when compiling tools.kaf24@firebug.cl.cam.ac.uk2006-03-041-11/+5
* Fix tools Makefiles to respect CFLAGS. Disable stack-smashkaf24@firebug.cl.cam.ac.uk2006-02-281-3/+4
* Per-vcpu IO evtchn patch for HVM domain.kaf24@firebug.cl.cam.ac.uk2006-02-231-31/+45
* Big merge the HVM full-virtualisation abstractions.kaf24@firebug.cl.cam.ac.uk2006-01-311-4/+6
* Move public hvm interfaces into xen/include/public/hvm.kaf24@firebug.cl.cam.ac.uk2006-01-031-1/+1
* Add sound blaster support to VMX device model.kaf24@firebug.cl.cam.ac.uk2005-12-201-0/+1
* Define explicit evtchn_port_t type (32 bits) and plumb upkaf24@firebug.cl.cam.ac.uk2005-12-011-3/+3
* Clean up some Xen files in the ioemulator.kaf24@firebug.cl.cam.ac.uk2005-11-241-300/+305
* 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
* This patch use same expression as vif for vmx guest but has a distinguish "ty...Xiaofeng Ling2005-11-101-1/+1
* Enable xm console for vmx guest.kaf24@firebug.cl.cam.ac.uk2005-11-101-2/+2
* Support recent change moving virtual IOAPIC model into Xen forkaf24@firebug.cl.cam.ac.uk2005-11-091-1/+1
* This patch is intended to make qemu support ia64/vti. We have validatedkaf24@firebug.cl.cam.ac.uk2005-11-051-8/+0
* This patch is to remove the pit_timer when the vmx domain iskaf24@firebug.cl.cam.ac.uk2005-11-052-9/+1
* Merged.emellor@leeni.uk.xensource.com2005-10-301-11/+13
|\
| * This patch is to fix the NIC driven mechanism to make it eventkaf24@firebug.cl.cam.ac.uk2005-10-301-11/+13
* | Added -lpthread to qemu-dm link line, in order to compile even without SDLemellor@leeni.uk.xensource.com2005-10-301-1/+1
|/
* This is a follow up of PIC device model by Xiaofeng and me to move tokaf24@firebug.cl.cam.ac.uk2005-10-212-21/+1
* New network-bridge script and associated gubbins.emellor@leeni.uk.xensource.com2005-10-191-1/+1
* Fix Xen public interfaces and the tools to consistentlykaf24@firebug.cl.cam.ac.uk2005-10-121-6/+6
* User tools send evtchn notifications via /dev/xen/evtchnkaf24@firebug.cl.cam.ac.uk2005-10-061-5/+3
* Change how event channels are allocated and used by the controlkaf24@firebug.cl.cam.ac.uk2005-10-061-10/+15
* Fix tools to pull public header files from standardkaf24@firebug.cl.cam.ac.uk2005-10-042-3/+3
* Add VGA acceleration support for cirrus logic device modelkaf24@firebug.cl.cam.ac.uk2005-09-231-0/+2