summaryrefslogtreecommitdiff
path: root/vl.h
AgeCommit message (Expand)AuthorFilesLines
2007-03-20VMMouse Emulation, by Anthony Liguori.ths1-0/+3
2007-03-19Add -name option, by Anthony Liguori.ths1-0/+1
2007-03-18MIPS -cpu selection support, by Herve Poussineau.ths1-0/+4
2007-03-08Implement --cpu for ARM.pbrook1-2/+1
2007-03-06Simple u-boot image loading support.pbrook1-0/+1
2007-03-05New -cpu options: choose CPU model for emulated target.j_mayer1-1/+5
2007-02-28DS1225Y nvram device, by Herve Poussineau.ths1-0/+4
2007-02-20Add -bootp option for slirp, by Anthony Liguori.ths1-0/+1
2007-02-18-no-frame option for sdl, by Christian Laursen.ths1-1/+1
2007-02-18Monitor multiplexing, by Jason Wessel.ths1-0/+1
2007-02-17Parport EPP support for Linux, by Marko Kohtala.ths1-0/+9
2007-02-08use ram allocation functionsbellard1-2/+1
2007-02-05info vnc command (Anthony Liguori)bellard1-0/+1
2007-02-02PIIX4 SMBus host, EEPROM device emulation, by Ed Swierk.ths1-0/+6
2007-01-31Remove redundant ENOMEDIUM define.ths1-1/+0
2007-01-28Use standard character device interface for gdbstub.pbrook1-1/+2
2007-01-27Rearrange char event handlers to fix CHR_EVENT_RESET.pbrook1-7/+11
2007-01-26ENODEV works also for __sun__, the magic number 4097 stemmed from theths1-3/+0
2007-01-26Define ENOMEDIUM to match ENODEV if it isn't available.ths1-0/+3
2007-01-24Split out SDL X keymap, by Bernhard Fischer.ths1-0/+3
2007-01-24Reworking MIPS interrupt handling, by Aurelien Jarno.ths1-0/+3
2007-01-21Don't resume guest when gdb connection terminates and -S specified.pbrook1-0/+1
2007-01-20Add ARM Angel semihosting to system emulation.pbrook1-0/+1
2007-01-16ARM ELF loader.pbrook1-1/+1
2007-01-15MIPS Malta system and devices support, by Aurelien Jarno and Stefan Weil.ths1-0/+6
2007-01-15Gallileo GT64xxx support, by Aurelien Jarno.ths1-0/+3
2007-01-10Increase MIPS BIOS from 128kB to 4MB, by Aurelien Jarno.ths1-1/+1
2007-01-10Devfn number for the PIIX3 southbridge, by Aurelien Jarno.ths1-1/+1
2007-01-10Devfn number for network PCI cards, by Aurelien Jarno.ths1-4/+4
2007-01-07added cutils.cbellard1-4/+6
2007-01-07Revert -disk patch, as requested by Fabrice. The general idea of thisths1-22/+0
2007-01-05Reinitialize monitor upon reconnect, by Anthony Liguori.ths1-2/+5
2007-01-05Fix for hard disk translation hints, by Volker Ruppert.ths1-3/+5
2007-01-05patch for block-raw.c for Solaris, by Ben Taylor.ths1-0/+4
2007-01-05Add -option-rom option to allow loading of PCI option ROMs, by Anthony Liguori.ths1-0/+4
2007-01-05Dynamic handling of guest mice, by Lonnie Mendez.ths1-1/+17
2006-12-24Fix SCSI cdrom boot, thanks Blue Swirl.ths1-1/+3
2006-12-22SCSI emulation improvements, by Chuck Brazie.ths1-0/+21
2006-12-22Escape filname printout properly, by Anthony Liguori and Julian Seward.ths1-0/+1
2006-12-22Unix domain socket support for VNC, by Anthony Liguori.ths1-1/+1
2006-12-11Implement -no-quit option, by Xavier Gnata.ths1-0/+1
2006-12-06Move the MIPS CPU timer in a seperate file, by Alec Voropay.ths1-0/+4
2006-09-24moved PCI init to BIOSbellard1-2/+3
2006-09-24Implement sun4u PCI IRQ routing.pbrook1-2/+4
2006-09-24PCI shared IRQ fix (original patch by andrzej zaborowski).pbrook1-3/+7
2006-09-23Add ARM RealView Emulation Baseboard.pbrook1-2/+11
2006-09-18Merge common ISA access routines.pbrook1-0/+2
2006-09-10dummy cs4231 audio driver for sun4m (Blue Swirl)bellard1-0/+3
2006-09-03better PCNET endianness supportbellard1-4/+4
2006-09-03Separate the DMA controllers - Convert ESP to new DMA methods (Blue Swirl)bellard1-12/+33