aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ioemu
Commit message (Expand)AuthorAgeFilesLines
* 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
* [IA64][IOEMU] Add back ia64Alex Williamson2008-01-221-0/+3
* ioemu: Use XEN_TARGET_ARCH instead of uname -m.Keir Fraser2008-01-221-32/+4
* hvm, ioemu: Fix the ide/cdrom emulation error on FC7 guest.Keir Fraser2008-01-221-1/+4
* 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: Extboot support for XenKeir Fraser2008-01-173-1/+129
* HVM vif without bridge.Keir Fraser2008-01-081-1/+1
* [qemu-dm] Fix debugging output in tpm tis modelKeir Fraser2007-12-201-5/+6
* Fix some build system error handling.Keir Fraser2007-12-202-5/+5
* hvm: Fix TPMD and QEMU connectionKeir Fraser2007-12-201-0/+5
* ioemu: Do not close slave half of a pty.Keir Fraser2007-12-201-2/+0
* Fix master/slave handling in xenconsoled and qemuKeir Fraser2007-12-191-2/+65
* ioemu/qemu vga: save and restore vram buffer (take 2)Keir Fraser2007-12-121-2/+14
* Revert 16579:0884e0a5ecc33afac8d60ea09652cf436d1a33ce.Keir Fraser2007-12-122-24/+9
* vt-d: Test device assignability in xend, but defer actual assignment to qemu-dm.Keir Fraser2007-12-121-1/+11
* ioemu/qemu vga: save and restore vram bufferKeir Fraser2007-12-122-9/+24
* ioemu: Include mouse dz in xenfb event packetKeir Fraser2007-12-101-4/+7
* qemu 16550 uart: Fast-drop bursts of transmitted characters to avoidKeir Fraser2007-12-081-6/+12
* ioemu: Include termios.h and sys/ioctl.h to get TIOCM_* definitions.Keir Fraser2007-12-071-7/+2
* [IOEMU] Correct hu keymap definitionsKeir Fraser2007-12-071-15/+14
* [IOEMU] Add latin2 key symbol definitions.Keir Fraser2007-12-071-0/+59
* Fix ioemu compile: serial.c was including a Linux-specific header.Keir Fraser2007-12-071-1/+7
* hvm: buffered_ioreq does not need a 'df' field. Add explicit bitfieldKeir Fraser2007-12-061-1/+1
* qemu-dm: Limit transmit retries from virtual UART FIFO.Keir Fraser2007-12-061-6/+9
* [QEMU-DM] Upgrade emulated UART to 16550A.Keir Fraser2007-12-051-199/+276
* [QEMU-DM] Modem control line & msl/mcr register support.Keir Fraser2007-12-053-12/+144