aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ioemu/vl.c
Commit message (Expand)AuthorAgeFilesLines
...
* xc_map_foreign_pages(), a convenient alternative to xc_map_foreign_batch()kfraser@localhost.localdomain2007-09-071-1/+1
* [HVM] Control qemu's state-save via xenstore, instead of SIGUSR1Tim Deegan2007-07-241-27/+6
* hvm: Re-introduce LPT1 device in ACPI tables.kfraser@localhost.localdomain2007-07-111-5/+0
* hvm: Fix ioemu Qcow support.kfraser@localhost.localdomain2007-06-201-0/+12
* [QEMU] Fix up ioemu timer save/restore after version changes.Tim Deegan2007-06-111-1/+1
* qemu: Use domid in qemu log name. Can be related back to domain namekfraser@localhost.localdomain2007-06-051-4/+4
* qemu: More care over filename string sizes.kfraser@localhost.localdomain2007-06-041-3/+4
* Use name instead of pid in QEMU logs.kfraser@localhost.localdomain2007-06-041-4/+6
* hvm: Exceed maximum number of ioemu's NIC for VNIF.kfraser@localhost.localdomain2007-05-311-23/+23
* ioemu: Attempt to setup tap interface up to 3 times.kfraser@localhost.localdomain2007-05-241-2/+4
* Fix HVM save/restore after upgrade to 0.90.Steven Hand2007-05-141-0/+72
* [qemu] Remove unused -timeoffset option.Christian Limpach2007-05-101-10/+1
* [qemu] Remove -vnclisten option since the same functionality is nowChristian Limpach2007-05-101-26/+10
* [ioemu] Update to qemu 0.90.Christian Limpach2007-05-091-354/+1396
* [ioemu] Consistently extend all block device operations to include scsi disks.Christian Limpach2007-04-111-5/+5
* Provide the use of SCSI disks in HVM domains. Currently there is akfraser@localhost.localdomain2007-04-111-1/+1
* hvm ioemu: Avoid accessing invalid pseudophysical addresses in HVMKeir Fraser2007-04-091-29/+71
* hvm ioemu x86: Avoid assumptions about memory map.kfraser@localhost.localdomain2007-04-041-44/+34
* [hvm] Keep track of time offset between domain time and dom0 time.Christian Limpach2007-04-031-0/+3
* [ioemu] Don't enable monitor or serial console on virtual consoles by default.Christian Limpach2007-03-281-3/+2
* add usb device save/restore in qemuTim Deegan2007-03-141-0/+19
* ioemu: Close file descriptors when forking processes.kfraser@localhost.localdomain2007-03-061-0/+8
* hvm: Clean up console-information passing via xenstore.kfraser@localhost.localdomain2007-03-011-6/+59
* Accelerate IDE PIO on HVM/IA64 [1/3]kfraser@localhost.localdomain2007-02-271-0/+5
* Remap PCI-ISA IRQ 6 to IRQ 7. Disable LPT1 by default and remove itskfraser@localhost.localdomain2007-02-261-1/+6
* hvm: unset_mm_mapping() for vga acceleration region should recalculatekfraser@localhost.localdomain2007-02-231-6/+6
* [HVM] Allow HVM guest to request invalidation of foreign mappings viakaf24@localhost.localdomain2007-01-271-5/+33
* Merge with xen-ia64-unstable.hgkfraser@localhost.localdomain2007-01-181-0/+34
|\
| * [HVM] save restore: device model supportTim Deegan2007-01-181-0/+34
* | merge with xen-unstable.hgawilliam@xenbuild2.aw2007-01-101-1/+1
|\|
| * [HVM] Add expansion-ROM boot support again.Tim Deegan2007-01-081-1/+1
| * [HVM] Revert cset 13103 for now, as it is causing boot errors.Tim Deegan2006-12-221-1/+1
| * [HVM] Add expansion-ROM boot support to the ROMBIOSTim Deegan2006-12-201-1/+1
* | [IA64] Clean up VTi memory initialization logicawilliam@xenbuild2.aw2007-01-101-4/+0
|/
* [IOEMU] Locking needed to access mapcache.kfraser@localhost.localdomain2006-12-131-4/+3
* merge with xen-unstable.hgawilliam@xenbuild2.aw2006-12-081-22/+100
|\
| * [HVM] qemu: Add guest address-space mapping cache.kfraser@localhost.localdomain2006-12-071-23/+101
* | [IA64] Fix Vtiawilliam@xenbuild2.aw2006-12-061-20/+12
|/
* [XEN] Cleanups to phys/mach address handling.kfraser@localhost.localdomain2006-11-271-22/+0
* [QEMU] Add TCP_NODELAY to tcp connections exporting serial ports.PeterJohnston2006-11-221-0/+3
* [IA64] Fix weird behaviour when configuring >3G memory for a VTI domain.kfraser@localhost.localdomain2006-11-141-3/+3
* qemu error message for xc_domain_translate_gpfn_list() failure incorrectkaf24@localhost.localdomain2006-11-111-1/+2
* [IA64][VMX] Fix 3G memory limit for VTi domain.kfraser@localhost.localdomain2006-11-091-5/+5
* [HVM] Move shadow initialisation into domain-creation hypercall.kfraser@localhost.localdomain2006-11-011-5/+4
* [HVM] Fix Qemu-dm serial issues:kfraser@localhost.localdomain2006-10-301-1/+1
* [IA64][HVM][QEMU] Add buffer IO mechanism for IA64/VTi domain.kfraser@localhost.localdomain2006-10-251-2/+8
* [HVM] Implement password authentication of VNC connections.kfraser@localhost.localdomain2006-10-201-0/+8
* [SOLARIS] A couple of simple compile fixes for tools/ on Solaris.kfraser@localhost.localdomain2006-10-171-3/+3
* [IOEMU] Fix argument to parse_host().kaf24@localhost.localdomain2006-10-131-1/+1
* [HVM/vncserver] Implement a 'vnclisten' option to limit the interfaceChristian Limpach2006-10-051-10/+25