summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-12-13Remove useless check_ops.shaurel321-50/+0
2008-12-13Fix TARGET_LONG_BITS warning in TCGblueswir11-0/+1
2008-12-12Make sure to link librt if we need to.aliguori1-0/+20
2008-12-12Replace posix-aio with custom thread poolaliguori6-106/+287
2008-12-11PPC405EP: fix fpga write functionaurel321-3/+3
2008-12-11baum: remove 2 warningsaurel321-0/+1
2008-12-11target-sh4: remove 2 warningsaurel322-4/+4
2008-12-11target-alpha: fix 2 warningsaurel322-5/+4
2008-12-11target-ppc: remove remaining warningsaurel324-17/+11
2008-12-11target-ppc: remove unneeded includeaurel321-1/+0
2008-12-11target-ppc: rework exception codeaurel327-304/+288
2008-12-11target-ppc: remove dead codeaurel321-2/+0
2008-12-11pci: virtio: use pci id defines (Gerd Hoffman)aliguori4-8/+8
2008-12-11pci: add default pci subsystem id for all devices (Gerd Hoffman)aliguori2-0/+25
2008-12-11Fix handling of disk-only snapshots (Kevin Wolf)aliguori1-1/+10
2008-12-11Fix crash in kvm.c (Stefan Weil)aliguori1-1/+1
2008-12-11Remove redundant #ifdef _BSDblueswir11-4/+0
2008-12-11Rename fls to qemu_flsblueswir13-3/+3
2008-12-11Add lost semicolonsmalc1-2/+2
2008-12-11Don't require linux/auxvec.h, which isn't always installed with libc.malc1-4/+7
2008-12-11Fix compiling without MREMAP_FIXEDblueswir11-1/+4
2008-12-11Allow to register a callback with fw_cfg_add_callback()blueswir11-2/+4
2008-12-11Add missing "static"blueswir11-1/+1
2008-12-11Fix warnings introduced in r5948malc1-7/+7
2008-12-11Add missing static qualifiermalc1-3/+3
2008-12-11adlib.c includes fmopl.h and so needs -DBUILD_Y8950=0 toomalc1-1/+1
2008-12-10Introduce and use cache-utils.[ch]malc8-46/+120
2008-12-10IDE: Implement SEEK commandaurel321-0/+7
2008-12-10target-sh4: Add SH bit handling to TLBaurel321-6/+6
2008-12-10target-sh4: check FD bit for FP instructionsaurel321-6/+23
2008-12-10Add 64-bit Block Move support (Direct & Table Indirect) (Ryan Harper)aliguori1-3/+60
2008-12-10LSI53C895A: Rename dmbs register to dbms (Ryan Harper)aliguori1-4/+4
2008-12-10Accept password as an argument to 'change vnc password' monitor command (Chri...aliguori2-9/+13
2008-12-10Fix off-by-one bug limiting VNC passwords to 7 chars (Chris Webb)aliguori1-2/+1
2008-12-10target-ppc: enable SPE and Altivec in user modeaurel321-0/+2
2008-12-10target-ppc: initialize MSR appropriately in user-modeaurel321-1/+1
2008-12-10target-i386: Fix jmp im on x86_64 when executing 32-bit codeaurel321-0/+2
2008-12-10MIPS Magnum: fix memory-mapped i8042aurel323-20/+14
2008-12-09KVM: Coalesced MMIO supportaliguori8-0/+112
2008-12-09Disable KVM support if the kernel modules have broken memory slot handlingaliguori2-1/+17
2008-12-08linux-user: mremap(): handle MREMAP_FIXED and MREMAP_MAYMOVE correctlyaurel321-6/+28
2008-12-08linux-user: mmap: add check if requested memory area fits target address spaceaurel321-0/+10
2008-12-08linux-user: Fix h2g usage in page_find_allocaurel321-3/+2
2008-12-08linux-user: Introduce h2g_validaurel321-0/+4
2008-12-08linux-user: Safety belt for h2gaurel321-1/+9
2008-12-08linux-user: Move abi_* typedefs into qemu-types.haurel324-38/+50
2008-12-08configure: also close stdout when calling ccaurel321-7/+7
2008-12-08target-ppc: kill a warningaurel321-0/+2
2008-12-08target-ppc: cleanup op_helper.c after TCG conversionaurel321-10/+10
2008-12-08target-ppc: enable access type in MMUaurel321-4/+1