summaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-06use zlib to compress ram snapshots - correctly save qemu clockbellard1-29/+226
2006-08-06fixed blocking io emulationbellard1-1/+5
2006-08-05multiple snapshot supportbellard1-72/+478
2006-08-01async file I/O APIbellard1-2/+77
2006-07-19usb destroy API change (Lonnie Mendez)bellard1-0/+3
2006-07-15Defer timer initialization until after commandline processing.pbrook1-2/+3
2006-07-14generate CRLF instead of LFbellard1-2/+2
2006-07-14win32 compilation - force process affinity on win32 as a workaround for SMP i...bellard1-0/+20
2006-07-13new clock logic: cpu ticks and virtual clocks are no longer proportional - ad...bellard1-162/+140
2006-06-27telnet protocol and more consistent syntax (Jason Wessel)bellard1-58/+150
2006-06-26display device identifier string for user with info usb (Lonnie Mendez)bellard1-2/+2
2006-06-26fix crash when closing windows (Frediano Ziglio)bellard1-0/+10
2006-06-25C99 64 bit printfbellard1-1/+1
2006-06-25multiple wait object support for win32 (kazu)bellard1-16/+58
2006-06-25removed unused code - init timers earlierbellard1-118/+10
2006-06-25UDP char device (initial patch by Jason Wessel) - TCP char devicebellard1-2/+379
2006-06-21fixed sparc64 cpu fp save/restorebellard1-6/+6
2006-06-14Solaris/SPARC host port (Ben Taylor)bellard1-0/+22
2006-06-14-no-fd-bootchk option (Lonnie Mendez)bellard1-0/+15
2006-05-25Rearrange SCSI disk emulation code.pbrook1-0/+2
2006-05-21OHCI USB host emulation.pbrook1-61/+91
2006-05-03ACPI supportbellard1-0/+8
2006-05-01use a single select for slirp and qemu socketsbellard1-21/+16
2006-05-01workaround: force /dev/rtc usage on Linuxbellard1-1/+5
2006-05-01better win32 timers - use win32 event to wake up cpu in idle mode (kazu)bellard1-12/+61
2006-05-01fix for hosts resuming from software suspend (initial patch by John Coiner)bellard1-1/+10
2006-04-30win32 socket fixesbellard1-11/+2
2006-04-30typobellard1-1/+1
2006-04-30removed warningsbellard1-3/+1
2006-04-30VNC server (Anthony Liguori)bellard1-0/+13
2006-04-27Add nominal ARM Versatil/AB board emulation.pbrook1-0/+1
2006-04-27SHIX board emulation (Samuel Tardieu)bellard1-0/+2
2006-04-25Solaris port (Ben Taylor)bellard1-0/+8
2006-04-24PC speaker emulation (Joachim Henke)bellard1-0/+9
2006-04-23generic ELF loaderbellard1-29/+0
2006-04-16Set slirp client hostname.pbrook1-2/+8
2006-04-12USB tablet support (Brad Campbell, Anthony Liguori)bellard1-1/+12
2006-04-12win32 serial port support (initial patch by kazubellard1-5/+435
2006-04-09ARM Versatile Platform Baseboard emulation.pbrook1-0/+1
2006-04-09Allow multiple graphics devices.pbrook1-4/+1
2006-03-28Use 3-argument open call when creating file.pbrook1-1/+1
2006-02-20Add Arm926 core support.pbrook1-1/+2
2006-02-10Avoid crash if -redir or -smb used without -net user.pbrook1-1/+3
2006-02-08added last_io_time field - '-kernel-kqemu' experimental optionbellard1-0/+44
2006-02-05Allow selection of emulated network card.pbrook1-1/+4
2006-02-04Avoid buffer overflow when sending slirp packets.pbrook1-6/+23
2006-02-01tap win32 supportbellard1-3/+18
2006-02-01win32 socket supportbellard1-112/+209
2006-01-08kqemu and SMP are currently not compatiblebellard1-0/+4
2005-12-18suppressed -enable-audio and simplified -soundhw option handling (malc)bellard1-48/+64