summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-02-10Documentation: Add build support for documentation in pdf formatStefan Weil2-8/+14
2010-02-10fix placement of config-host.h inclusionPaolo Bonzini1-3/+4
2010-02-10loop write in qemu_event_increment upon EINTRPaolo Bonzini1-2/+6
2010-02-10do not loop on an incomplete io_thread_fd readPaolo Bonzini1-2/+2
2010-02-09Try not to exceed max downtime on stage3Liran Schour1-9/+70
2010-02-09Count dirty blocks and expose an API to get dirty countLiran Schour3-2/+16
2010-02-09Tranfer dirty blocks during iterative phaseLiran Schour1-36/+99
2010-02-09add qemu_get_clock_nsPaolo Bonzini2-2/+20
2010-02-09Remove unused codeLiran Schour1-43/+18
2010-02-09kvm: move kvm to use memory notifiersMichael S. Tsirkin3-30/+35
2010-02-09kvm: move kvm_set_phys_mem aroundMichael S. Tsirkin1-138/+138
2010-02-09qemu: memory notifiersMichael S. Tsirkin2-3/+129
2010-02-09tcg/mips: fix crash in tcg_out_qemu_ld()Aurelien Jarno1-2/+2
2010-02-09target-sh4: MMU: separate execute and read/write permissionsAurelien Jarno1-21/+6
2010-02-09target-sh4: MMU: fix store queue addressesAurelien Jarno1-1/+1
2010-02-09target-sh4: MMU: remove dead codeAurelien Jarno1-18/+0
2010-02-09target-sh4: MMU: reduce the size of a TLB entryAurelien Jarno1-12/+11
2010-02-09target-sh4: MMU: optimize UTLB accessesAurelien Jarno1-24/+14
2010-02-09target-sh4: MMU: fix ITLB priviledge checkAurelien Jarno1-1/+1
2010-02-09target-sh4: MMU: simplify call to tlb_set_page()Aurelien Jarno1-6/+3
2010-02-09target-sh4: MMU: fix mem_idx computationAurelien Jarno1-1/+1
2010-02-09sh7750: handle MMUCR TI bitAurelien Jarno3-2/+25
2010-02-09tcg/mips: implement setcond2Aurelien Jarno1-12/+80
2010-02-08Merge remote branch 'linux-user/linux-user-for-upstream' into staging-tmpAnthony Liguori0-0/+0
2010-02-08Merge remote branch 'qemu-kvm/uq/master' into staging-tmpAnthony Liguori8-17/+49
2010-02-08tcg/mips: implement setcondAurelien Jarno1-0/+65
2010-02-08configure: fix the static compilation for sdlTeLeMan1-2/+5
2010-02-08configure: Add --enable-docs and --disable-docs to --helpDirk Ullrich1-0/+2
2010-02-08target-sh4: minor optimisationsAurelien Jarno1-26/+26
2010-02-08SH4/R2D: fix poweroffAurelien Jarno1-4/+5
2010-02-08tcg: move setcond* ops to non-optional sectionAurelien Jarno1-35/+37
2010-02-08tcg: add setcondi pseudo-opAurelien Jarno1-0/+18
2010-02-08block/curl: %Z is not a valid conversion specifiermalc1-1/+1
2010-02-08vl.c: avoid preprocessor directives in a printf callPaolo Bonzini2-10/+12
2010-02-08do not interpolate % from vl.c to qemu-options.hPaolo Bonzini2-13/+7
2010-02-08cope with printf macro definition in readline.cPaolo Bonzini1-0/+1
2010-02-08qemu-img: avoid preprocessor directives in a printf callPaolo Bonzini1-4/+5
2010-02-08Revert "On some systems printf is a macro"malc3-52/+48
2010-02-07dec: actually implement PCI bridgingBlue Swirl2-0/+28
2010-02-07esp: use CamelCaseFunc for function typesBlue Swirl2-7/+7
2010-02-07fw_cfg: don't use reserved _ prefixBlue Swirl2-3/+3
2010-02-07fdc: don't use reserved _ prefixBlue Swirl1-6/+6
2010-02-07fdc: don't use reserved _t suffixBlue Swirl4-192/+190
2010-02-07escc: don't use reserved _t suffixBlue Swirl1-4/+4
2010-02-07m48t59: don't use reserved _t suffixBlue Swirl5-55/+52
2010-02-07tcg/ppc64: implement setcondmalc1-0/+133
2010-02-07tcg/ppc32: proper setcond implementationmalc1-25/+25
2010-02-07tcg/ppc32: implement setcond[2]malc1-14/+157
2010-02-07On some systems printf is a macromalc3-48/+52
2010-02-07Do not use dprintfmalc14-204/+204