aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-04-13vhost-net: disable mergeable buffersMichael S. Tsirkin1-0/+1
2010-04-13vhost: fix features ackDavid L Stevens1-0/+8
2010-04-13sh_pci: fix memory and I/O accessAurelien Jarno3-96/+17
2010-04-13r2d: always enable IDE and flashAurelien Jarno1-10/+8
2010-04-12Fix build when configured with --enable-io-threadBlue Swirl3-12/+21
2010-04-11Cleanup dead codeJun Koi1-3/+0
2010-04-11Sparc: fix exceptions in delay slotBlue Swirl1-4/+4
2010-04-11hw/r2d: add initrd supportAurelien Jarno1-21/+59
2010-04-11hw/r2d: add flash memoryAurelien Jarno3-0/+15
2010-04-10Revert "Avoid page_set_flags() assert in qemu-user host page protection code"Aurelien Jarno1-7/+6
2010-04-10tcg/README: improve description of bswap*Aurelien Jarno1-4/+4
2010-04-10target-alpha: Use non-inverted arguments to gen_{f}cmov.Richard Henderson1-18/+19
2010-04-10target-alpha: Use setcond for int comparisons.Richard Henderson1-21/+22
2010-04-10target-alpha: Implement cvtql inline.Richard Henderson3-30/+39
2010-04-10target-alpha: Add flags markups to helpers.h.Richard Henderson1-92/+92
2010-04-10raw-posix: don't assign bs->read_onlyChristoph Hellwig1-1/+0
2010-04-10boot: remove unused boot_devices_bitmap variableEduardo Habkost1-5/+3
2010-04-10net: remove broken net_set_boot_mask() boot device validationEduardo Habkost3-24/+1
2010-04-10net: remove NICInfo.bootable fieldEduardo Habkost2-2/+0
2010-04-10qcow2: Remove request from in-flight list after errorKevin Wolf2-1/+6
2010-04-10qcow2: Don't ignore immediate read/write failuresKevin Wolf1-2/+6
2010-04-10block: Fix multiwrite memory leak in error caseKevin Wolf1-1/+2
2010-04-10block: Fix error code in multiwrite for immediate failuresKevin Wolf1-2/+2
2010-04-10block: Fix multiwrite error handlingKevin Wolf1-1/+1
2010-04-09Implement virtio resetAlexander Graf3-6/+7
2010-04-09Always notify consumers of char devices if they're openAlexander Graf2-0/+21
2010-04-09Avoid page_set_flags() assert in qemu-user host page protection codeJuergen Lock1-6/+7
2010-04-09Remove magic numbers for VNC message IDs from codeDaniel P. Berrange2-28/+79
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