aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ioemu/target-i386-dm
Commit message (Expand)AuthorAgeFilesLines
...
* hvm ioemu: Avoid accessing invalid pseudophysical addresses in HVMKeir Fraser2007-04-091-20/+5
* PV-on-HVM: Add new ioreq 'invalidate' for zapping ioemu-dm mapccahekfraser@localhost.localdomain2007-04-051-2/+5
* hvm: x86 ioemu-dm does not need a memory-size parameter on the command line.kfraser@localhost.localdomain2007-04-041-8/+2
* Remove hvm_drain_io() hypercall, simplify qemu main loop and do notkfraser@localhost.localdomain2007-04-041-46/+15
* [hvm] Keep track of time offset between domain time and dom0 time.Christian Limpach2007-04-031-0/+33
* hvm ioemu: Add support for IOREQ_TYPE_XCHG in qemu-dm.kfraser@localhost.localdomain2007-03-161-0/+15
* [HVM][QEMU] Save/restore: enable HVM live migrationTim Deegan2007-03-161-1/+15
* [HVM] Save/restore: make sure all ioreqs are gone when a domain is savedTim Deegan2007-03-081-0/+21
* ioemu: Remove use of 'echo -c' in script.kfraser@localhost.localdomain2007-03-071-2/+1
* [HVM] Allow HVM guest to request invalidation of foreign mappings viakaf24@localhost.localdomain2007-01-271-11/+1
* [HVM] save restore: device model supportTim Deegan2007-01-181-1/+14
* [IOEMU] Process reset requests before returning control to the guest.Ian Campbell2007-01-031-0/+21
* [QEMU] Include pthread.h.kfraser@localhost.localdomain2006-12-211-0/+1
* Use portable recursive mutex in qemue mapcache.Steven Hand2006-12-151-7/+28
* Fix deadlock when accessing IO memory.Steven Hand2006-12-141-1/+1
* [IOEMU] Locking needed to access mapcache.kfraser@localhost.localdomain2006-12-131-1/+10
* [HVM] qemu: Add guest address-space mapping cache.kfraser@localhost.localdomain2006-12-072-5/+15
* [HVM] Move PCI and PCI-ISA bridge setup to hvmloader.kfraser@localhost.localdomain2006-11-221-246/+1
* [HVM] Reworked interrupt distribution logic.kfraser@localhost.localdomain2006-11-212-1/+398
* [HVM] Clarify ioreq interactions between Xen and qemu-dm.kfraser@localhost.localdomain2006-11-101-15/+23
* [HVM] Clean up IOREQ state managemnet and evtchn notifications.kfraser@localhost.localdomain2006-11-092-12/+3
* [HVM] Replace shared-memory PIC state with a set-irq-level hypercall.kfraser@localhost.localdomain2006-11-071-41/+1
* Trivial change to look in correct location for qemu-dm when using the debug w...kfraser@localhost.localdomain2006-11-071-1/+6
* [HVM] Use correct types for guest physical addressesTim Deegan2006-10-311-31/+31
* [HVM] Add support for 'add r8,m8' instruction to memory-mapped I/O.kfraser@localhost.localdomain2006-10-311-0/+18
* [HVM] Fix qemu's test for whether physcal addresses are RAM.Tim Deegan2006-10-261-20/+30
* [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