aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-08-05fixed disk image creationbellard1-5/+9
2006-08-05block API changebellard1-16/+15
2006-08-05use QEMUFile APIbellard2-4/+4
2006-08-05multiple snapshot supportbellard6-139/+711
2006-08-05enable qcow2bellard2-2/+2
2006-08-05O_LARGEFILE is not neededbellard1-1/+1
2006-08-05new qcow2 disk image formatbellard1-0/+2236
2006-08-04sparc64.ld file (Blue Swirl)bellard1-0/+138
2006-08-03swapped memset args (Charles Coffing)bellard1-2/+2
2006-08-03removed unused codebellard2-273/+0
2006-08-03added missing returnsbellard1-0/+2
2006-08-03win32 fixes (initial patch by kazu)bellard1-20/+30
2006-08-02fixed refresh logic (initial patch by Igor Kovalenko)bellard1-6/+6
2006-08-02some compilation fixesbellard1-10/+16
2006-08-01async file I/O APIbellard16-456/+1898
2006-08-01commit to specific devicesbellard1-6/+9
2006-08-01show backing file namebellard1-0/+9
2006-08-01removed unused codebellard2-198/+1
2006-07-30Rewrite Arm host support.pbrook6-78/+295
2006-07-29Arm host build fix.pbrook1-1/+1
2006-07-22error display fix (malc)bellard1-1/+2
2006-07-21Fix Arm cp15 c13 (Process ID) register writes.pbrook1-2/+10
2006-07-19usb destroy API change (Lonnie Mendez)bellard7-31/+48
2006-07-19Linux compilation fixbellard1-0/+9
2006-07-18Sparc64 host support (Blue Swirl)bellard6-18/+84
2006-07-18Sparc64 user emulator fixes (Blue Swirl)bellard3-3/+31
2006-07-18sparc64 fixes (Blue Swirl)bellard4-4/+72
2006-07-18audio capture fixes (malc)bellard3-1/+26
2006-07-17Fix comment typo.pbrook1-1/+1
2006-07-16audio capture to wab files (malc)bellard8-91/+319
2006-07-16updatebellard1-2/+7
2006-07-15Defer timer initialization until after commandline processing.pbrook1-2/+3
2006-07-14added mouse event generationbellard1-1/+25
2006-07-14generate CRLF instead of LFbellard2-3/+5
2006-07-14fixed LF interpretationbellard1-2/+4
2006-07-14updatebellard2-6/+14
2006-07-14win32 compilation fixesbellard1-25/+27
2006-07-14win32 compilation - force process affinity on win32 as a workaround for SMP i...bellard1-0/+20
2006-07-13avoid recursive txbellard1-1/+14
2006-07-13new clock logic: cpu ticks and virtual clocks are no longer proportional - ad...bellard4-187/+153
2006-07-13export cpu_get_real_ticks()bellard1-3/+95
2006-07-13use posix timersbellard1-1/+1
2006-07-10fixed for TCP segmentation offloading - removed dependency on slirp.h (Igor K...bellard1-67/+268
2006-07-10monitor/mwait workaroundbellard1-1/+6
2006-07-10monitor/mwait supportbellard4-14/+97
2006-07-05Don't include audio.h when building tools.pbrook1-1/+1
2006-07-04audio endianness API changes (malc)bellard17-109/+85
2006-07-04avoid unneeded dependenciesbellard1-18/+21
2006-07-04audio fixes + initial audio capture support (malc)bellard15-54/+514
2006-07-04sb16 fixes (WfW 3 appears to work with shipped drivers) (malc)bellard1-24/+60