aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ioemu
Commit message (Expand)AuthorAgeFilesLines
...
| * stubdom: Disable PCI passthrough functionality for now.Keir Fraser2008-02-251-1/+1
| * ioemu: Fix Solaris build.Keir Fraser2008-02-251-1/+1
* | [IA64] Remove VL_LDFLAGS=ia64.ld from Makefile.targetAlex Williamson2008-02-251-4/+0
* | [IA64] Fix qemu memory access on IA64Alex Williamson2008-02-222-6/+13
|/
* ioemu: Share framebuffer between VGA device model and VNC server.Keir Fraser2008-02-203-21/+46
* ioemu: Do proper block device extent checks.Keir Fraser2008-02-201-6/+35
* x86 hvm: Replace old MMIO emulator with x86_emulate()-based harness.Keir Fraser2008-02-201-106/+1
* ioemu: Fix the build.Keir Fraser2008-02-154-73/+64
* Enable HVM guest VT-d device hotplug via a simple ACPI hotplug device model.Keir Fraser2008-02-158-25/+839
* hvm acpi: Expose \_S4 ACPI object, allowing suspend-to-disk.Keir Fraser2008-02-151-6/+19
* ioemu: Support the WMVi pseudoencoding in the vnc server.Keir Fraser2008-02-142-49/+66
* ioemu: Stub out direct-Linux-boot support for anything other than x86.Keir Fraser2008-02-141-0/+9
* ioemu: backport upstream's qemu_memalign.Keir Fraser2008-02-146-5/+31
* stubdom: optimize block io completion polling by not polling all theKeir Fraser2008-02-141-3/+7
* Add stubdomain support. See stubdom/README for usage details.Keir Fraser2008-02-1213-25/+510
* libxenctrl headers should not pollute macro namespace withKeir Fraser2008-02-123-11/+11
* device-dm: Use SIGHUP before SIGKILLKeir Fraser2008-02-121-2/+4
* ioemu: Dynamic VNC colour depth.Keir Fraser2008-02-117-80/+207
* ioemu: save 3MB of ioport tables (on 64bit machines)Keir Fraser2008-02-111-20/+40
* ioemu: cope with partial reads/writes when using the read()/write()Keir Fraser2008-02-111-6/+19
* ioemu stubdom: make daemonize optionalKeir Fraser2008-02-111-2/+13
* ioemu: some ifndef NO_UNIX_SOCKETS were missingKeir Fraser2008-02-112-8/+8
* ioemu: make AIO optional (already done upstream)Keir Fraser2008-02-111-0/+8
* ioemu: fix compilation without softfloatKeir Fraser2008-02-112-0/+14
* ioemu stubdom: make TPM optionalKeir Fraser2008-02-112-0/+3
* qemu: Queue mouse clicks.Keir Fraser2008-02-112-15/+82
* ioemu: use POSIX int type.Keir Fraser2008-02-071-1/+1
* ioemu: Fix build after LIST->QEMU_LIST changes.Keir Fraser2008-02-072-8/+8
* ioemu: avoid name clashes due to LIST_* macrosKeir Fraser2008-02-075-48/+48
* ioemu: config cleanup re AF_UNIX sockets on non-WindowsKeir Fraser2008-02-073-2/+9
* Revert 16947:32b898768217027. Breaks HVM qcow-backed discs.Keir Fraser2008-02-044-11/+7
* 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
* Direct Linux boot: Support booting non-relocatable Linux kernels.Keir Fraser2008-02-011-2/+93
* Direct Linux boot: Support booting relocatable Linux kernels.Keir Fraser2008-02-011-88/+266
* ioemu: Stop PV guest from parsing xenstore and opening block devices.Keir Fraser2008-01-314-7/+11
* ioemu: Fix xenstore access changes.Keir Fraser2008-01-301-8/+3
* ioemu: strip tap subtype prefix from image nameKeir Fraser2008-01-301-3/+26
* ioemu: use standard uint8_t instead of uint8 in new e100 s/r codeKeir Fraser2008-01-301-2/+2
* ioemu: Better fix for SB16 infinite looping.Keir Fraser2008-01-302-4/+18
* ioemu: Add support for e100 nic save/restore.Keir Fraser2008-01-291-3/+144
* Move generation of public header hierarchy into the tools.Keir Fraser2008-01-261-0/+1
* vt-d: Do FLR of assigned devices with VT-dKeir Fraser2008-01-241-54/+1
* ioemu: 'lib64' is Linux-specificKeir Fraser2008-01-241-1/+1
* ioemu: Improve xenstore_read_vncpasswd().Keir Fraser2008-01-241-10/+15
* ioemu: handle empty vnc passwdKeir Fraser2008-01-233-18/+12
* 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: fix phys_ram_addr parameter usageKeir Fraser2008-01-231-1/+1
* ioemu: cache the BlockDriverState pointerKeir Fraser2008-01-231-4/+5