aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ioemu
Commit message (Expand)AuthorAgeFilesLines
* ioemu: Avoid unaligned guest memory accesses on ia64.kfraser@localhost.localdomain2007-08-291-0/+6
* ioemu: Avoid struct members clashing with POSIX apiskfraser@localhost.localdomain2007-08-281-12/+12
* ioemu: error checkin when setting up the Cirrus Logic video device.kfraser@localhost.localdomain2007-08-281-1/+6
* [HVM] Live-migration fixups after 15639:c585f993385cTim Deegan2007-07-242-22/+20
* [HVM] Control qemu's state-save via xenstore, instead of SIGUSR1Tim Deegan2007-07-245-41/+92
* [IOEMU] Fix shift key for graphical vnc displaykfraser@localhost.localdomain2007-07-232-8/+100
* [HVM] Qemu rtl8139: correct rx CRC calculationTim Deegan2007-07-161-5/+4
* [HVM] Qemu rtl8139: correct ring-buffer wrapping.Tim Deegan2007-07-161-1/+1
* Merge with ia64 xen tree.kfraser@localhost.localdomain2007-07-123-10/+4
|\
| * hvm: Re-introduce LPT1 device in ACPI tables.kfraser@localhost.localdomain2007-07-111-5/+0
| * Make QEMU consistently report write caching support for emulated IDEkfraser@localhost.localdomain2007-07-111-1/+2
| * hvm: Fix memcpy_words() asm in ioemu.kfraser@localhost.localdomain2007-07-101-4/+2
* | merge with xen-unstable.hgAlex Williamson2007-07-103-3/+6
|\|
| * Revert 15471:7ac7f147241405af83e7a9d748cf7b01279734fckfraser@localhost.localdomain2007-07-061-4/+2
| * hvm: Fix vnc keymap for Japanese keyboards.kfraser@localhost.localdomain2007-07-062-1/+4
| * hvm: Allow blktap to be able to be booted as system volume for PV-on-HVMkfraser@localhost.localdomain2007-07-061-2/+4
| * hvm: Fix keymap for Windows keys.kfraser@localhost.localdomain2007-07-031-2/+2
* | [IA64] Typo fixAlex Williamson2007-07-021-1/+1
* | merge with xen-unstable.hgAlex Williamson2007-07-021-1/+1
|\|
| * ioemu: Fix ifdef __x86_64__kfraser@localhost.localdomain2007-06-251-1/+1
* | [IA64] Fix NVRAM data cannot be saved when guest execute "reboot"Alex Williamson2007-07-022-0/+10
|/
* hvm: Fix ioemu Qcow support.kfraser@localhost.localdomain2007-06-202-1/+13
* ioemu: Assembler memcpy() for x86, and lowest-common-denominatorkfraser@localhost.localdomain2007-06-191-9/+31
* [QEMU] Fix up ioemu timer save/restore after version changes.Tim Deegan2007-06-111-1/+1
* hvm: e820 public header cleanup.Keir Fraser2007-06-102-3/+0
* 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
* ioemu: Tiny indentation fix.kfraser@localhost.localdomain2007-06-071-1/+1
* tools: Fix some type issues GCC 4.1.0 warnings.kfraser@localhost.localdomain2007-06-071-7/+18
* qemu: Fix vnc port offset in xenstorekfraser@localhost.localdomain2007-06-061-1/+1
* [HVM] Prevent usb driver crashes in Windowskfraser@localhost.localdomain2007-06-061-2/+27
* 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-042-24/+24
* [NET] Remove netloop from network bridge init scripts.kfraser@localhost.localdomain2007-06-042-4/+60
* hvm: Exceed maximum number of ioemu's NIC for VNIF.kfraser@localhost.localdomain2007-05-311-23/+23
* Fix the very-slow-IDE-IO-speed issue of Qemu 0.90kfraser@localhost.localdomain2007-05-311-0/+6
* ioemu: Attempt to setup tap interface up to 3 times.kfraser@localhost.localdomain2007-05-241-2/+4
* vnc: Fix Zenkaku_Hankaku and add deadkey keysymskfraser@localhost.localdomain2007-05-241-1/+25
* Fix TPM support in HVM domainskfraser@localhost.localdomain2007-05-151-5/+20
* 64-bit hvm on 32-bit dom0 - ioemu adjustmentskfraser@localhost.localdomain2007-05-151-18/+15
* Fix HVM save/restore after upgrade to 0.90.Steven Hand2007-05-141-0/+72
* 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: Fix ACPI shutdown, broken by my previous changeset.Keir Fraser2007-05-121-10/+14
* hvm qemu: Fix write parameter masking for 64-bit guests.Keir Fraser2007-05-121-1/+1
* hvm: Fix emulation of PIIX4 PMCNTRL register for soft power-off.Keir Fraser2007-05-121-66/+16
* [qemu patches] Update patches upto changeset 15040:090ca10cb543.Christian Limpach2007-05-116-86/+75
* [qemu] Fix ia64 after removal of ia64_intrinsic.h.Christian Limpach2007-05-112-2/+5
* [qemu patches] Update patches upto changeset 15036:dfbbb4d3b0dd.Christian Limpach2007-05-103-236/+191