aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
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-07tcg/ppc64: Fix typomalc1-1/+1
2010-04-07fix 100% cpu utilization when cpu is stoppedPaolo Bonzini1-4/+2
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