- 877cf88 Fix compiler warning. by ths · 18 years ago
- e6b1e55 Win32 Tap inferface PPC Guest issue, by Ely Soto. by ths · 18 years ago
- ad6fe1d Acer Pica 61 machine, by Herve Poussineau. by ths · 18 years ago
- a1bb27b SD card emulation (initial implementation by Andrzei Zaborowski). by pbrook · 18 years ago
- eddf68a Integrate Alpha target in Qemu core. by j_mayer · 18 years ago
- d34cab9 VMware SVGA II emulation, by Andrzej Zaborowski. by ths · 18 years ago
- e0353fe Add SparcStation-10 machine by blueswir1 · 18 years ago
- 36cd921 Reorganise Sun4m to allow other machine types by blueswir1 · 18 years ago
- aa26bb2 qemu_create_pidfile implementation for Win32, based on a patch by by ths · 18 years ago
- a39437a Fix segfault with -nographic, by Enache Adrian. by ths · 18 years ago
- f5b1226 Windows sockets like to be different. Inspired by a patch from Alex Consul. by ths · 18 years ago
- 62724a3 Sparc32/64 CPU selection by blueswir1 · 18 years ago
- 6e65a42 Win32 build fix. FIXME: This disables locking of the pidfile, a by ths · 18 years ago
- 50d3eea Close file descriptors when execing network tap setup script, by by ths · 18 years ago
- 93815bc Improve -pidfile option, by Anthony Liguori. by ths · 18 years ago
- c35734b Add -name option, by Anthony Liguori. by ths · 18 years ago
- 33d68b5 MIPS -cpu selection support, by Herve Poussineau. by ths · 18 years ago
- 1196be3 Better ioport debugging output. by ths · 18 years ago
- bd967e0 SMP half-idle fix. by pbrook · 18 years ago
- 5adb483 Fix typo in help output. List ARM cpus. by pbrook · 18 years ago
- 3371d27 Implement --cpu for ARM. by pbrook · 18 years ago
- 94fc95c New -cpu options: choose CPU model for emulated target. by j_mayer · 18 years ago
- cafffd4 Make removing IOHandlers safe from within an IOHandler, by Anthony Liguori. by ths · 18 years ago
- cfc3475 Allow gdbstub to connect over any serial device. by pbrook · 18 years ago
- 9c1de61 Increase the number of multiplexed monitor devices. by ths · 18 years ago
- 0db1137 Change -tftp option to take a root directory, by Anthony Liguori. by ths · 18 years ago
- 47d5d01 Add -bootp option for slirp, by Anthony Liguori. by ths · 18 years ago
- d84fe7a Don't require a disk image for network boot, by Ferenc Wagner. by ths · 18 years ago
- 43523e9 -no-frame option for sdl, by Christian Laursen. by ths · 18 years ago
- 20d8a3e Monitor multiplexing, by Jason Wessel. by ths · 18 years ago
- 5867c88 Parport EPP support for Linux, by Marko Kohtala. by ths · 18 years ago
- d5d10bc Solaris tap device, by Sittichai Palingsong. by ths · 18 years ago
- 087f4ae Clean up serial code for Win 32, by Kazu. by ths · 18 years ago
- 970ac5a use ram allocation functions by bellard · 18 years ago
- c636bb6 gdbserver fix by bellard · 18 years ago
- 84f2e8e copyright update by bellard · 18 years ago
- 33ef55b Mingw build fix, by Johannes Schindelin. by ths · 18 years ago
- 6a1cbf6 script=no for the TUN/TAP net option, by Jean-Christian de Rivaz by ths · 18 years ago
- 4046d91 Use standard character device interface for gdbstub. by pbrook · 18 years ago
- f749998 Add nodelay option for TCP character devices. by pbrook · 18 years ago
- e5b0bc4 Rearrange char event handlers to fix CHR_EVENT_RESET. by pbrook · 18 years ago
- dff5efc Accept --foo as an alias for -foo. by pbrook · 18 years ago
- 64423fb Accept -help. by pbrook · 18 years ago
- 3c07f8e Don't resume guest when gdb connection terminates and -S specified. by pbrook · 18 years ago
- 8e71621 Add ARM Angel semihosting to system emulation. by pbrook · 18 years ago
- 5856de8 MIPS Malta system and devices support, by Aurelien Jarno and Stefan Weil. by ths · 18 years ago
- bf8c534 ifname arg fix by bellard · 18 years ago
- 18607dc added cutils.c by bellard · 18 years ago
- 96d30e4 Revert -disk patch, as requested by Fabrice. The general idea of this by ths · 18 years ago
- 86e94de Reinitialize monitor upon reconnect, by Anthony Liguori. by ths · 18 years ago
- eec85c2 Add -boot n option for x86 using PXE, by Anthony Liguori. by ths · 18 years ago
- 9ae0255 Add -option-rom option to allow loading of PCI option ROMs, by Anthony Liguori. by ths · 18 years ago
- 455204e Dynamic handling of guest mice, by Lonnie Mendez. by ths · 18 years ago
- fa1fb14 Fix SCSI cdrom boot, thanks Blue Swirl. by ths · 18 years ago
- 1f95844 Null character instead of numeric null. by ths · 18 years ago
- a14d6c8 Solaris SMBD hacks (Ben Taylor). by pbrook · 18 years ago
- 52f61fd Windows build fix, namespace cleanup, fix error message, by Stefan Weil. by ths · 18 years ago
- c26c1c4 Support for unidirectional pipes, by Ed Swierk. by ths · 18 years ago
- c032e2a Fix -cdrom breakage. by ths · 18 years ago
- 42550fd SCSI emulation improvements, by Chuck Brazie. by ths · 18 years ago
- 71e3ceb Daemonize option, by Anthony Liguori. by ths · 18 years ago
- 73fc974 Unix domain socket support for VNC, by Anthony Liguori. by ths · 18 years ago
- ffd843b Run monitor over unix domain sockets, by Anthony Liguori. by ths · 18 years ago
- 667acca Implement -no-quit option, by Xavier Gnata. by ths · 18 years ago
- 188157f Remove FD on close. by pbrook · 18 years ago
- d1beab8 no-reboot option by bellard · 18 years ago
- 3b21e03 added SMM support by bellard · 19 years ago
- e69954b Add ARM RealView Emulation Baseboard. by pbrook · 19 years ago
- 519945d Avoid (repeatedly) trying to read stdin after it has closed. by pbrook · 19 years ago
- 094eed6 two stop bits support by bellard · 19 years ago
- c03b0f0 allow disabling of serial or parallel devices (Stefan Weil) by bellard · 19 years ago
- 6192bc3 Flush IO requests before savevm (original patch by Blue Swirl). by pbrook · 19 years ago
- e6cda8e win32 tap poll suppression (kazu) by bellard · 19 years ago
- 87b4735 -L help by bellard · 19 years ago
- 4c279bd win32 compilation fix by bellard · 19 years ago
- fb43f4d copyright update by bellard · 19 years ago
- c88676f use zlib to compress ram snapshots - correctly save qemu clock by bellard · 19 years ago
- 6eb5733 fixed blocking io emulation by bellard · 19 years ago
- faea38e multiple snapshot support by bellard · 19 years ago
- 83f6409 async file I/O API by bellard · 19 years ago
- 059809e usb destroy API change (Lonnie Mendez) by bellard · 19 years ago
- 634fce9 Defer timer initialization until after commandline processing. by pbrook · 19 years ago
- 7ba1260 generate CRLF instead of LF by bellard · 19 years ago
- a8e5ac3 win32 compilation - force process affinity on win32 as a workaround for SMP issues by bellard · 19 years ago
- 1dce7c3 new clock logic: cpu ticks and virtual clocks are no longer proportional - added timestamps on the stdio console by bellard · 19 years ago
- 951f135 telnet protocol and more consistent syntax (Jason Wessel) by bellard · 19 years ago
- 1f6e24e display device identifier string for user with info usb (Lonnie Mendez) by bellard · 19 years ago
- 3587d7e fix crash when closing windows (Frediano Ziglio) by bellard · 19 years ago
- 26a7646 C99 64 bit printf by bellard · 19 years ago
- a18e524 multiple wait object support for win32 (kazu) by bellard · 19 years ago
- be995c2 removed unused code - init timers earlier by bellard · 19 years ago
- 0bab00f UDP char device (initial patch by Jason Wessel) - TCP char device by bellard · 19 years ago
- 1bdb68e fixed sparc64 cpu fp save/restore by bellard · 19 years ago
- fdbb469 Solaris/SPARC host port (Ben Taylor) by bellard · 19 years ago
- 52ca8d6 -no-fd-bootchk option (Lonnie Mendez) by bellard · 19 years ago
- 2e5d83b Rearrange SCSI disk emulation code. Add USB mass storage device emulation. by pbrook · 19 years ago
- 0d92ed3 OHCI USB host emulation. by pbrook · 19 years ago
- 6515b20 ACPI support by bellard · 19 years ago
- e035649 use a single select for slirp and qemu sockets by bellard · 19 years ago
- 29e3055 workaround: force /dev/rtc usage on Linux by bellard · 19 years ago