aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-09-27tcg/i386: generates dec/inc instead of sub/add when possibleAurelien Jarno1-9/+15
2009-09-27tcg/i386: optimize and $0xff(ff), regAurelien Jarno1-0/+6
2009-09-27Compile some user files only once for all targetsBlue Swirl4-18/+43
2009-09-27tcg/x86_64: generated dec/inc instead of sub/add when possibleAurelien Jarno1-2/+14
2009-09-27Don't compile roms if not building system targetsBlue Swirl1-1/+2
2009-09-27Fix user emulator breakageBlue Swirl1-4/+2
2009-09-27tcg/ppc: always use tcg_out_callmalc1-20/+10
2009-09-27vl: Add failure check for SetEventmalc1-1/+5
2009-09-27vl: Do not use perror after failed Win32 API callsmalc1-3/+5
2009-09-27posix-aio-compat: avoid signal race when spawning a threadmalc1-5/+9
2009-09-27target-i386: kill a tmp registerAurelien Jarno1-4/+3
2009-09-27target-i386: use subfi instead of sub with a non-freed constantAurelien Jarno1-7/+7
2009-09-26eepro100: Fix format strings in debug messagesStefan Weil1-7/+7
2009-09-26eepro100: Replace sprintf by snprintfStefan Weil1-3/+3
2009-09-26eepro100: Remove unused codeStefan Weil1-4/+0
2009-09-26eepro100: Enhanced logging and commentsStefan Weil1-85/+130
2009-09-26fix -daemonize with kvmMarcelo Tosatti1-10/+10
2009-09-26Set SDL icon_title when using `-name XXX` for proper gnome-panel window list ...Dominic Evans1-6/+10
2009-09-26qemu-option: rename bool -> booleanJuan Quintela1-3/+3
2009-09-26ARM back-end: Use sxt[bh] instructions for ext{8, 6}sLaurent Desnogues1-0/+10
2009-09-26Fix and improve qint_from_int64_testPierre Riteau1-2/+2
2009-09-26monitor: Fix do_wav_capture() argument typeLuiz Capitulino1-1/+1
2009-09-26monitor: Fix do_commit() argument typeLuiz Capitulino1-1/+1
2009-09-26Don't redefine NULL, pleaseJuan Quintela1-2/+0
2009-09-25Fix coding style issueMark McLoughlin4-6/+6
2009-09-25Remove PARAMS() macroJuan Quintela3-77/+73
2009-09-25__thread should be before real typeJuan Quintela1-1/+1
2009-09-25gcc wants 1st static and then constJuan Quintela3-4/+4
2009-09-25Bring two last users of K&R definitions to ANSI c89Juan Quintela2-77/+23
2009-09-25static and inline should came before the type of the functionsJuan Quintela8-12/+12
2009-09-25Use proper typedef syntaxJuan Quintela1-2/+2
2009-09-25Revert "This files are compiled in libqemu.a now"Blue Swirl1-0/+3
2009-09-25fix use after freeGlauber Costa1-1/+1
2009-09-25unbreak usb pass-through on linux.Gerd Hoffmann1-0/+2
2009-09-25clean: remove ide/*.o files on cleanJuan Quintela1-1/+1
2009-09-25ARM host: fix generated blocks linkingLaurent Desnogues1-1/+3
2009-09-25Fix spelling in commentStefan Weil1-1/+1
2009-09-25Suppress some variants of English in commentsStefan Weil4-7/+7
2009-09-23sparc64-8bit-asiIgor V. Kovalenko2-0/+6
2009-09-23target-mips: remove MAX_OP_PER_INSTR workaroundAurelien Jarno1-2/+1
2009-09-23exec-all.h: increase OPC_BUF_SIZEAurelien Jarno1-1/+1
2009-09-23exec-all.h: increase MAX_OP_PER_INSTR to 96 from 64Aurelien Jarno1-1/+1
2009-09-23This files are compiled in libqemu.a nowJuan Quintela1-3/+0
2009-09-23Fix device tree compile broken by ca20cf32ab3d945155141ef737f5d08ebb373e1dBlue Swirl1-0/+1
2009-09-21Fix Sparse warning about invalid access past the end of 'mode'Blue Swirl1-1/+1
2009-09-21Fix Sparse warning about obsolete struct initializerBlue Swirl1-1/+1
2009-09-21Export tables properly to avoid a Sparse warningBlue Swirl1-3/+4
2009-09-21Add 'static' to please SparseBlue Swirl3-3/+3
2009-09-21Fix Sparse warnings about using plain integer as NULL pointerBlue Swirl16-43/+43
2009-09-21Fix user targets broken by 96e132e24ee5a693069e83b6a981693588b088c1Blue Swirl1-3/+3