aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-04-09target-mips: Fix format specifiers for fpu_fprintfStefan Weil1-14/+20
2010-04-09lsi: fix segfault in lsi_command_completeGerd Hoffmann1-1/+1
2010-04-09move balloon handling to balloon.cPaolo Bonzini5-120/+154
2010-04-09move around definitions in kvm.h that do not require CPUStatePaolo Bonzini1-4/+4
2010-04-09move targphys.h and hw/poison.h inclusion to cpu-common.hPaolo Bonzini3-2/+8
2010-04-09move two variable declarations out of vl.cPaolo Bonzini3-4/+2
2010-04-09move socket_init to qemu-sockets.cPaolo Bonzini3-24/+25
2010-04-08Make virtio-pci building conditional againAlexander Graf1-1/+2
2010-04-08target-mips: Fix one more format specifier for cpu_fprintfStefan Weil1-1/+3
2010-04-08target-i386: Fix variable in (disabled) debugging codeAdam Lackorzynski1-1/+1
2010-04-08Debugcon: Fix debugging printfAdam Lackorzynski1-1/+1
2010-04-08target-i386: Fix compiler warningStefan Weil1-3/+4
2010-04-08remove TARGET_* defines from translate-all.cPaolo Bonzini6-12/+9
2010-04-08e1000: fix build on Ubuntu with _FORTIFY_SOURCEThomas Monjalon1-1/+1
2010-04-08smc91c111: allow access to reserved registerLars Munch1-0/+4
2010-04-08smc91c111: mask register offsetLars Munch1-0/+2
2010-04-08baum: add destroy hookSamuel Thibault1-0/+13
2010-04-08target-arm: fix neon vmon/vmvn with modified immediateJuha Riihimäki1-1/+1
2010-04-08fix function signature of qemu_chr_open_pty on !linuxRiku Voipio1-1/+1
2010-04-08Shrink tb_jmp_offset to two entries, the other two are never used.Filip Navara2-8/+1
2010-04-08tcg-hppa: Don't try to calls to non-constant addresses.Richard Henderson1-2/+4
2010-04-08tcg-hppa: Fix in/out register overlap in add2/sub2.Richard Henderson2-14/+47
2010-04-08tcg-hppa: Finish the port.Richard Henderson3-647/+1258
2010-04-08tcg-hppa: Compute is_write in cpu_signal_handler.Richard Henderson1-7/+31
2010-04-08update bochs vbe interfaceGerd Hoffmann2-3/+7
2010-04-08read-only: allow read-only CDROM with any interfaceNaphtali Sprei1-8/+5
2010-04-08Replace direct phys_ram_dirty access with wrapper functions.Yoshiaki Tamura1-25/+20
2010-04-08Introduce wrapper functions to access phys_ram_dirty.Yoshiaki Tamura1-0/+26
2010-04-08target-arm: resource leak fixes for iwmmxt disassembleLars Munch1-0/+2
2010-04-08linux-user: switch default ppc64 CPU to 970fx from 970Aurelien Jarno1-1/+1
2010-04-08tcg/ia64: fix tlb addend readAurelien Jarno1-5/+0
2010-04-07eepro100: fix PCI interrupt pin configuration regressionStefan Weil1-0/+3
2010-04-07eepro100: fix mapping of flash memoryStefan Weil1-5/+5
2010-04-07eepro100: Set power management capability using pci_reserve_capabilityStefan Weil1-21/+18
2010-04-07tcg/ppc64: Fix typomalc1-1/+1
2010-04-07fix 100% cpu utilization when cpu is stoppedPaolo Bonzini1-4/+2
2010-04-06eepro100: Set configuration bit for standard TCBStefan Weil1-0/+3
2010-04-06eepro100: Add new device variant i82801Stefan Weil1-0/+15
2010-04-06eepro100: Simplified device instantiationStefan Weil1-280/+167
2010-04-06eepro100: Simplify status handlingStefan Weil1-4/+4
2010-04-06eepro100: Don't allow writing SCBStatusStefan Weil1-44/+5
2010-04-06tcg/ppc: Fix typomalc1-1/+1
2010-04-06tcg/ppc: Implment bswap16/32malc2-2/+77
2010-04-05OHCI qdev conversionPaul Brook7-49/+48
2010-04-05Fix arm-linux-userPaul Brook1-0/+2
2010-04-05ARMv7-M reset fixesPaul Brook3-24/+33
2010-04-05tcg/mips: use seb/seh instructions on MIPS32R2Aurelien Jarno2-8/+41
2010-04-05tcg/mips: fix 64-bit linux-user on big endian MIPSAurelien Jarno1-4/+4
2010-04-05tcg/ppc: Implement eqv, nand and normalc2-3/+17
2010-04-05Split TLB addend and target_phys_addr_tPaul Brook9-59/+32