| Commit message (Expand) | Author | Age | Files | Lines |
* | Add -bootp option for slirp, by Anthony Liguori. | ths | 2007-02-20 | 1 | -0/+1 |
* | -no-frame option for sdl, by Christian Laursen. | ths | 2007-02-18 | 1 | -1/+1 |
* | Monitor multiplexing, by Jason Wessel. | ths | 2007-02-18 | 1 | -0/+1 |
* | Parport EPP support for Linux, by Marko Kohtala. | ths | 2007-02-17 | 1 | -0/+9 |
* | use ram allocation functions | bellard | 2007-02-08 | 1 | -2/+1 |
* | info vnc command (Anthony Liguori) | bellard | 2007-02-05 | 1 | -0/+1 |
* | PIIX4 SMBus host, EEPROM device emulation, by Ed Swierk. | ths | 2007-02-02 | 1 | -0/+6 |
* | Remove redundant ENOMEDIUM define. | ths | 2007-01-31 | 1 | -1/+0 |
* | Use standard character device interface for gdbstub. | pbrook | 2007-01-28 | 1 | -1/+2 |
* | Rearrange char event handlers to fix CHR_EVENT_RESET. | pbrook | 2007-01-27 | 1 | -7/+11 |
* | ENODEV works also for __sun__, the magic number 4097 stemmed from the | ths | 2007-01-26 | 1 | -3/+0 |
* | Define ENOMEDIUM to match ENODEV if it isn't available. | ths | 2007-01-26 | 1 | -0/+3 |
* | Split out SDL X keymap, by Bernhard Fischer. | ths | 2007-01-24 | 1 | -0/+3 |
* | Reworking MIPS interrupt handling, by Aurelien Jarno. | ths | 2007-01-24 | 1 | -0/+3 |
* | Don't resume guest when gdb connection terminates and -S specified. | pbrook | 2007-01-21 | 1 | -0/+1 |
* | Add ARM Angel semihosting to system emulation. | pbrook | 2007-01-20 | 1 | -0/+1 |
* | ARM ELF loader. | pbrook | 2007-01-16 | 1 | -1/+1 |
* | MIPS Malta system and devices support, by Aurelien Jarno and Stefan Weil. | ths | 2007-01-15 | 1 | -0/+6 |
* | Gallileo GT64xxx support, by Aurelien Jarno. | ths | 2007-01-15 | 1 | -0/+3 |
* | Increase MIPS BIOS from 128kB to 4MB, by Aurelien Jarno. | ths | 2007-01-10 | 1 | -1/+1 |
* | Devfn number for the PIIX3 southbridge, by Aurelien Jarno. | ths | 2007-01-10 | 1 | -1/+1 |
* | Devfn number for network PCI cards, by Aurelien Jarno. | ths | 2007-01-10 | 1 | -4/+4 |
* | added cutils.c | bellard | 2007-01-07 | 1 | -4/+6 |
* | Revert -disk patch, as requested by Fabrice. The general idea of this | ths | 2007-01-07 | 1 | -22/+0 |
* | Reinitialize monitor upon reconnect, by Anthony Liguori. | ths | 2007-01-05 | 1 | -2/+5 |
* | Fix for hard disk translation hints, by Volker Ruppert. | ths | 2007-01-05 | 1 | -3/+5 |
* | patch for block-raw.c for Solaris, by Ben Taylor. | ths | 2007-01-05 | 1 | -0/+4 |
* | Add -option-rom option to allow loading of PCI option ROMs, by Anthony Liguori. | ths | 2007-01-05 | 1 | -0/+4 |
* | Dynamic handling of guest mice, by Lonnie Mendez. | ths | 2007-01-05 | 1 | -1/+17 |
* | Fix SCSI cdrom boot, thanks Blue Swirl. | ths | 2006-12-24 | 1 | -1/+3 |
* | SCSI emulation improvements, by Chuck Brazie. | ths | 2006-12-22 | 1 | -0/+21 |
* | Escape filname printout properly, by Anthony Liguori and Julian Seward. | ths | 2006-12-22 | 1 | -0/+1 |
* | Unix domain socket support for VNC, by Anthony Liguori. | ths | 2006-12-22 | 1 | -1/+1 |
* | Implement -no-quit option, by Xavier Gnata. | ths | 2006-12-11 | 1 | -0/+1 |
* | Move the MIPS CPU timer in a seperate file, by Alec Voropay. | ths | 2006-12-06 | 1 | -0/+4 |
* | moved PCI init to BIOS | bellard | 2006-09-24 | 1 | -2/+3 |
* | Implement sun4u PCI IRQ routing. | pbrook | 2006-09-24 | 1 | -2/+4 |
* | PCI shared IRQ fix (original patch by andrzej zaborowski). | pbrook | 2006-09-24 | 1 | -3/+7 |
* | Add ARM RealView Emulation Baseboard. | pbrook | 2006-09-23 | 1 | -2/+11 |
* | Merge common ISA access routines. | pbrook | 2006-09-18 | 1 | -0/+2 |
* | dummy cs4231 audio driver for sun4m (Blue Swirl) | bellard | 2006-09-10 | 1 | -0/+3 |
* | better PCNET endianness support | bellard | 2006-09-03 | 1 | -4/+4 |
* | Separate the DMA controllers - Convert ESP to new DMA methods (Blue Swirl) | bellard | 2006-09-03 | 1 | -12/+33 |
* | Flush IO requests before savevm (original patch by Blue Swirl). | pbrook | 2006-09-03 | 1 | -0/+1 |
* | SCSI TCQ support. | pbrook | 2006-08-29 | 1 | -5/+16 |
* | win32 tap poll suppression (kazu) | bellard | 2006-08-19 | 1 | -1/+0 |
* | better support of host drives | bellard | 2006-08-19 | 1 | -0/+4 |
* | vga init changes | bellard | 2006-08-17 | 1 | -5/+7 |
* | SCSI and USB async IO support. | pbrook | 2006-08-12 | 1 | -0/+9 |
* | Dynamically allocate AIO Completion Blocks. | pbrook | 2006-08-07 | 1 | -8/+6 |