aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ioemu/target-i386-dm/helper2.c
Commit message (Expand)AuthorAgeFilesLines
* Remove internal tools/ioemu tree.Keir Fraser2008-09-181-596/+0
* ioemu: HVM virtual S3Keir Fraser2008-05-201-0/+4
* ioemu: drop reschedule of handle_buffered_io on I/O reqsKeir Fraser2008-04-161-1/+1
* tools: Make xend set time offset for all kinds of domains, so thatKeir Fraser2008-04-111-2/+0
* x86 hvm: Replace old MMIO emulator with x86_emulate()-based harness.Keir Fraser2008-02-201-106/+1
* libxenctrl headers should not pollute macro namespace withKeir Fraser2008-02-121-3/+3
* Revert 16963:d29d74d4eeac and 16750:2ac0fd9fd4b4.Keir Fraser2008-02-031-27/+4
* hvm: Fix 'xm save' bug in qhich qemu-dm ignores SIGTERM.Keir Fraser2008-02-011-2/+19
* ioemu: Use asprintf instead of PATH_MAX, which POSIX says to be facultative.Keir Fraser2008-01-231-3/+3
* ioemu: fix xc_handle declarationKeir Fraser2008-01-231-1/+1
* ioemu: replace non-standard ulong with unsigned longKeir Fraser2008-01-181-1/+1
* qemu-dm: Nicely terminate the device model script, to let it properlyKeir Fraser2008-01-181-2/+8
* hvm: buffered_ioreq does not need a 'df' field. Add explicit bitfieldKeir Fraser2007-12-061-1/+1
* hvm: Clean up buf_ioreq handling.Keir Fraser2007-11-081-8/+9
* ioemu: ioemu portion of buffered-io fix.Keir Fraser2007-11-011-4/+1
* x86, hvm: Improve standard VGA performanceKeir Fraser2007-10-261-4/+24
* pv-qemu 2/10: Add a QEMU machine type for paravirt guestsKeir Fraser2007-10-251-2/+3
* ia64: make buffered pio aware of save/restore.Keir Fraser2007-10-221-0/+1
* [HVM] Live-migration fixups after 15639:c585f993385cTim Deegan2007-07-241-1/+2
* [HVM] Control qemu's state-save via xenstore, instead of SIGUSR1Tim Deegan2007-07-241-12/+28
* [IA64] Fix NVRAM data cannot be saved when guest execute "reboot"Alex Williamson2007-07-021-0/+1
* ioemu: save file name is snprintf()ed into a plenty big enough buffer.kfraser@localhost.localdomain2007-06-081-2/+2
* Avoid using /tmp for qemu state files since an unprivileged userSteven Hand2007-06-081-1/+1
* 64-bit hvm on 32-bit dom0 - ioemu adjustmentskfraser@localhost.localdomain2007-05-151-18/+15
* HVM save/restore: handle larger domain ids.Steven Hand2007-05-141-1/+1
* hvm qemu: Fix for masking 64-bit operands broke 32-bit operands withKeir Fraser2007-05-131-2/+6
* hvm qemu: Fix write parameter masking for 64-bit guests.Keir Fraser2007-05-121-1/+1
* [ioemu] Update to qemu 0.90.Christian Limpach2007-05-091-5/+1
* hvm: Fix a bug in the mmio emulation of SUB instruction.kfraser@localhost.localdomain2007-04-161-0/+18
* PV-on-HVM: Add new ioreq 'invalidate' for zapping ioemu-dm mapccahekfraser@localhost.localdomain2007-04-051-2/+5
* 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] Save/restore: make sure all ioreqs are gone when a domain is savedTim Deegan2007-03-081-0/+21
* [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
* [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-091-10/+3
* [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] 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
* [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
* Add qemu 0.8.1 based ioemu.chris@kneesaa.uk.xensource.com2006-07-121-0/+507
* Remove qemu 0.6.1 based ioemu.chris@kneesaa.uk.xensource.com2006-07-121-541/+0
* [TOOLS] Introduce xc_evtchn_*() interface for interacting with /dev/xen/evtchn.kaf24@firebug.cl.cam.ac.uk2006-06-151-20/+12
* 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
* Fix some warnings when compiling tools.kaf24@firebug.cl.cam.ac.uk2006-03-041-11/+5