aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-08-06info about VM snapshotsbellard
2006-08-06use zlib to compress ram snapshots - correctly save qemu clockbellard
2006-08-06qcow2 is now used for '-snapshot' - keep BlockDriverState.total_sectorsbellard
2006-08-06handle read outside the backing filebellard
2006-08-06Add missing #define.pbrook
2006-08-06Fix SCSI off-by-one device size.pbrook
2006-08-06fixed blocking io emulationbellard
2006-08-05fixed disk image creationbellard
2006-08-05block API changebellard
2006-08-05use QEMUFile APIbellard
2006-08-05multiple snapshot supportbellard
2006-08-05enable qcow2bellard
2006-08-05O_LARGEFILE is not neededbellard
2006-08-05new qcow2 disk image formatbellard
2006-08-04sparc64.ld file (Blue Swirl)bellard
2006-08-03swapped memset args (Charles Coffing)bellard
2006-08-03removed unused codebellard
2006-08-03added missing returnsbellard
2006-08-03win32 fixes (initial patch by kazu)bellard
2006-08-02fixed refresh logic (initial patch by Igor Kovalenko)bellard
2006-08-02some compilation fixesbellard
2006-08-01async file I/O APIbellard
2006-08-01commit to specific devicesbellard
2006-08-01show backing file namebellard
2006-08-01removed unused codebellard
2006-07-30Rewrite Arm host support.pbrook
2006-07-29Arm host build fix.pbrook
2006-07-22error display fix (malc)bellard
2006-07-21Fix Arm cp15 c13 (Process ID) register writes.pbrook
2006-07-19usb destroy API change (Lonnie Mendez)bellard
2006-07-19Linux compilation fixbellard
2006-07-18Sparc64 host support (Blue Swirl)bellard
2006-07-18Sparc64 user emulator fixes (Blue Swirl)bellard
2006-07-18sparc64 fixes (Blue Swirl)bellard
2006-07-18audio capture fixes (malc)bellard
2006-07-17Fix comment typo.pbrook
2006-07-16audio capture to wab files (malc)bellard
2006-07-16updatebellard
2006-07-15Defer timer initialization until after commandline processing.pbrook
2006-07-14added mouse event generationbellard
2006-07-14generate CRLF instead of LFbellard
2006-07-14fixed LF interpretationbellard
2006-07-14updatebellard
2006-07-14win32 compilation fixesbellard
2006-07-14win32 compilation - force process affinity on win32 as a workaround for SMP i...bellard
2006-07-13avoid recursive txbellard
2006-07-13new clock logic: cpu ticks and virtual clocks are no longer proportional - ad...bellard
2006-07-13export cpu_get_real_ticks()bellard
2006-07-13use posix timersbellard
2006-07-10fixed for TCP segmentation offloading - removed dependency on slirp.h (Igor K...bellard