Age | Commit message (Expand) | Author | Files | Lines |
2007-04-06 | SD card emulation (initial implementation by Andrzei Zaborowski). | pbrook | 1 | -1/+22 |
2007-04-05 | Integrate Alpha target in Qemu core. | j_mayer | 1 | -0/+2 |
2007-04-02 | VMware SVGA II emulation, by Andrzej Zaborowski. | ths | 1 | -0/+13 |
2007-04-01 | Add SparcStation-10 machine | blueswir1 | 1 | -0/+1 |
2007-04-01 | Reorganise Sun4m to allow other machine types | blueswir1 | 1 | -1/+1 |
2007-03-25 | qemu_create_pidfile implementation for Win32, based on a patch by | ths | 1 | -24/+1 |
2007-03-25 | Fix segfault with -nographic, by Enache Adrian. | ths | 1 | -0/+1 |
2007-03-25 | Windows sockets like to be different. Inspired by a patch from Alex Consul. | ths | 1 | -0/+8 |
2007-03-25 | Sparc32/64 CPU selection | blueswir1 | 1 | -0/+2 |
2007-03-22 | Win32 build fix. FIXME: This disables locking of the pidfile, a | ths | 1 | -0/+3 |
2007-03-19 | Close file descriptors when execing network tap setup script, by | ths | 1 | -0/+8 |
2007-03-19 | Improve -pidfile option, by Anthony Liguori. | ths | 1 | -44/+37 |
2007-03-19 | Add -name option, by Anthony Liguori. | ths | 1 | -1/+8 |
2007-03-18 | MIPS -cpu selection support, by Herve Poussineau. | ths | 1 | -0/+2 |
2007-03-17 | Better ioport debugging output. | ths | 1 | -4/+4 |
2007-03-11 | SMP half-idle fix. | pbrook | 1 | -5/+8 |
2007-03-08 | Fix typo in help output. | pbrook | 1 | -1/+3 |
2007-03-08 | Implement --cpu for ARM. | pbrook | 1 | -2/+1 |
2007-03-05 | New -cpu options: choose CPU model for emulated target. | j_mayer | 1 | -1/+17 |
2007-02-28 | Make removing IOHandlers safe from within an IOHandler, by Anthony Liguori. | ths | 1 | -6/+22 |
2007-02-22 | Allow gdbstub to connect over any serial device. | pbrook | 1 | -6/+7 |
2007-02-21 | Increase the number of multiplexed monitor devices. | ths | 1 | -1/+1 |
2007-02-20 | Change -tftp option to take a root directory, by Anthony Liguori. | ths | 1 | -1/+1 |
2007-02-20 | Add -bootp option for slirp, by Anthony Liguori. | ths | 1 | -0/+6 |
2007-02-19 | Don't require a disk image for network boot, by Ferenc Wagner. | ths | 1 | -0/+1 |
2007-02-18 | -no-frame option for sdl, by Christian Laursen. | ths | 1 | -1/+8 |
2007-02-18 | Monitor multiplexing, by Jason Wessel. | ths | 1 | -162/+279 |
2007-02-17 | Parport EPP support for Linux, by Marko Kohtala. | ths | 1 | -3/+82 |
2007-02-17 | Solaris tap device, by Sittichai Palingsong. | ths | 1 | -2/+150 |
2007-02-10 | Clean up serial code for Win 32, by Kazu. | ths | 1 | -30/+33 |
2007-02-08 | use ram allocation functions | bellard | 1 | -12/+1 |
2007-02-05 | gdbserver fix | bellard | 1 | -15/+8 |
2007-02-05 | copyright update | bellard | 1 | -2/+2 |
2007-02-02 | Mingw build fix, by Johannes Schindelin. | ths | 1 | -2/+4 |
2007-02-02 | script=no for the TUN/TAP net option, by Jean-Christian de Rivaz | ths | 1 | -1/+2 |
2007-01-28 | Use standard character device interface for gdbstub. | pbrook | 1 | -8/+15 |
2007-01-28 | Add nodelay option for TCP character devices. | pbrook | 1 | -0/+13 |
2007-01-27 | Rearrange char event handlers to fix CHR_EVENT_RESET. | pbrook | 1 | -95/+55 |
2007-01-27 | Accept --foo as an alias for -foo. | pbrook | 1 | -0/+3 |
2007-01-27 | Accept -help. | pbrook | 1 | -0/+1 |
2007-01-21 | Don't resume guest when gdb connection terminates and -S specified. | pbrook | 1 | -3/+3 |
2007-01-20 | Add ARM Angel semihosting to system emulation. | pbrook | 1 | -0/+8 |
2007-01-15 | MIPS Malta system and devices support, by Aurelien Jarno and Stefan Weil. | ths | 1 | -0/+1 |
2007-01-09 | ifname arg fix | bellard | 1 | -1/+3 |
2007-01-07 | added cutils.c | bellard | 1 | -43/+0 |
2007-01-07 | Revert -disk patch, as requested by Fabrice. The general idea of this | ths | 1 | -332/+42 |
2007-01-05 | Reinitialize monitor upon reconnect, by Anthony Liguori. | ths | 1 | -0/+28 |
2007-01-05 | Add -boot n option for x86 using PXE, by Anthony Liguori. | ths | 1 | -2/+24 |
2007-01-05 | Add -option-rom option to allow loading of PCI option ROMs, by Anthony Liguori. | ths | 1 | -0/+22 |
2007-01-05 | Dynamic handling of guest mice, by Lonnie Mendez. | ths | 1 | -11/+124 |