aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-11-13Define kvm_ioctl in the same way as ioctlaliguori3-14/+32
2008-11-13copyright & license for qemu_sockets.c (Gerd Hoffman)aliguori1-0/+14
2008-11-12Fix brown-paper-bag bugs from live-migration patch (Charles Duffy)aliguori2-1/+2
2008-11-12Rename hz to hertz to keep AIX happymalc1-6/+6
2008-11-12Rename misnamed BACK_CHAIN_OFFSET to LR_OFFSETmalc1-4/+4
2008-11-12Avoid compiler warningmalc1-1/+1
2008-11-12Don't use "hz" in identifiers to make AIX happy.balrog5-15/+15
2008-11-12Include <strings.h> for ffs().balrog2-24/+25
2008-11-12r5531 made x509 certs not loadable (original patch from Henrik Holst).balrog1-3/+1
2008-11-12Implement LSI53C895A quirks exposed by OpenServer (Justin Chevrier).balrog1-2/+22
2008-11-12fix some variable initizalization issues (Stefano Stabellini)aliguori2-1/+2
2008-11-12target-alpha: fix termbits and target IOC macrosaurel322-34/+34
2008-11-11Fix -linux-user build by reverting r5701aliguori3-16/+11
2008-11-11Allocate guest memory on host page boundaries (Hollis Blanchard)aliguori1-1/+1
2008-11-11Define OS-dependent qemu_getpagesize() (Hollis Blanchard)aliguori3-10/+15
2008-11-11Split savevm code into savevm.caliguori3-1157/+1246
2008-11-11Move the things that aren't target specific to libqemu_common.a.aliguori3-16/+8
2008-11-11windows cdrom cache flush (Stefano Stabellini)aliguori1-1/+27
2008-11-11sockets: switch over tcp/telnet/unix serial line to new helper functions (Ger...aliguori1-74/+32
2008-11-11sockets: switch vnc to new code, support vnc port auto-allocation (Gerd Hoffman)aliguori1-87/+26
2008-11-11sockets: helper functions for qemu (Gerd Hoffman)aliguori5-6/+417
2008-11-11Reintroduce migrate-to-exec: support (Charles Duffy)aliguori7-171/+453
2008-11-11target-alpha: fix decoding of CVTST /Saurel321-1/+1
2008-11-11target-alpha: fix syscall error checkaurel321-1/+1
2008-11-11Revert commits 5685 to 5688 committed by mistakeaurel326-10/+7
2008-11-11target-alpha: disable single stepping and TB flush by defaultaurel321-2/+2
2008-11-11target-alpha: fix syscall error checkaurel321-1/+1
2008-11-11qemu: generate signals on tap I/Oaurel322-1/+4
2008-11-11Use HOST_CC instead of CC on TCG only targetsaurel321-0/+4
2008-11-11Don't stop translation for mtc0 compareaurel321-4/+0
2008-11-11Disable debug code for production.aurel321-1/+1
2008-11-11target-mips: gen_compute_branch1()aurel321-81/+41
2008-11-11target-mips: optimize movc*()aurel321-48/+33
2008-11-11target-mips: optimize gen_farith()aurel321-12/+12
2008-11-11target-mips: optimize gen_muldiv()aurel321-115/+47
2008-11-11target-mips: optimize gen_arith()/gen_arith_imm()aurel321-46/+32
2008-11-11target-mips: convert bit shuffle ops to TCGaurel323-76/+56
2008-11-11target-mips: convert bitfield ops to TCGaurel323-46/+41
2008-11-11target-mips: optimize gen_op_addr_add() (2/2)aurel323-16/+13
2008-11-11target-mips: optimize gen_op_addr_add() (1/2)aurel321-10/+7
2008-11-11target-mips: optimize gen_save_pc()aurel321-5/+1
2008-11-11target-mips: fix mft* helpers/callaurel323-34/+34
2008-11-11target-mips: fix temporary variable freeing in op_ldst_##insn()aurel321-1/+1
2008-11-11target-alpha: add proper fcntl definitionsaurel321-0/+19
2008-11-11target-alpha: fix double TCG variable allocationaurel321-1/+1
2008-11-11Fix alignment problem with some 64bit load/store instructionsmalc1-5/+16
2008-11-10KVM: simplify kvm_cpu_exec hookaliguori2-10/+7
2008-11-10target-ppc: convert most SPE integer instructions to TCGaurel325-471/+602
2008-11-10target-alpha: fix cmpbge instructionaurel321-1/+1
2008-11-10use target_mmap() to allocate idt, gdt and ldt (Kirill A. Shutemov).balrog2-12/+23