summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* more high resolution VESA modes in -std-vga case - changed video memory size ...bellard2006-06-132-1/+2405
* support for Bochs VBE GETCAPS call so that -std-vga works again with new VGA ...bellard2006-06-132-14/+45
* support for higher resolutionsbellard2006-06-131-17/+57
* increase video memory to 8MBbellard2006-06-131-1/+1
* avoid stopping QEMU when switching desktops with Ctrl-Alt-xbellard2006-06-131-3/+11
* 'invisible wall' patch (Anthony Liguori)bellard2006-06-131-2/+7
* Document new arm-user features.pbrook2006-06-111-0/+10
* bFLT loader (for uClinux binaries).pbrook2006-06-118-272/+1147
* Win32 build fix.pbrook2006-06-081-0/+1
* Disk cache flush support.pbrook2006-06-049-1/+46
* More SCSI commands (Blue Swirl).pbrook2006-06-031-20/+72
* SATN fixes (Blue Swirl).pbrook2006-06-031-18/+75
* PCI SCSI HBA emulation.pbrook2006-05-306-15/+1629
* SCSI lun probing fix.pbrook2006-05-264-19/+23
* Small read fix.pbrook2006-05-261-1/+1
* Fix partial transfer bug.pbrook2006-05-261-1/+0Star
* Fix scsi sector size confusion (Blue Swirl).pbrook2006-05-261-38/+41
* Update USB documentation.pbrook2006-05-261-27/+32
* Rearrange SCSI disk emulation code.pbrook2006-05-2613-470/+1080
* OHCI large packet fix.pbrook2006-05-261-1/+7
* ARM undefined instruction execution (Jason Wessel)bellard2006-05-231-0/+9
* fix wrong bitmasks for CP0_Context and CP0_EntryHi (Thiemo Seufer)bellard2006-05-232-3/+3
* cosmetics (Thiemo Seufer)bellard2006-05-233-15/+12Star
* dump all mips insn (Thiemo Seufer)bellard2006-05-231-0/+5
* mips cleanup (Thiemo Seufer)bellard2006-05-232-2/+2
* PPC Breakpoints for gdb-stub (Jason Wessel)bellard2006-05-222-2/+26
* fix missing type declarations (Joachim Henke)bellard2006-05-221-5/+4Star
* Fix USB root hub hotplugging.pbrook2006-05-222-29/+34
* Only use /dev/shm hack when kqemu is enabled.pbrook2006-05-221-4/+18
* Don't clear DMA status register when loading address.pbrook2006-05-221-1/+1
* OHCI USB host emulation.pbrook2006-05-2111-84/+1306
* Use lookup table for PCI class descriptions.pbrook2006-05-211-12/+24
* ESP DMA fix.pbrook2006-05-211-20/+50
* clear screen when changing graphic mode in Cirrus VGA BIOS (aka win2k mode ch...bellard2006-05-143-803/+66Star
* ne2000 buffer fulness fix (Han Zhu)bellard2006-05-141-1/+1
* support for all VNC pixel formatsbellard2006-05-142-51/+195
* Avoid compiler warning.pbrook2006-05-141-1/+1
* Add doc, html, dvi and .PHONY Makefile targets.pbrook2006-05-142-0/+25
* Teach usermode emulation how to lie about uname -r.pbrook2006-05-144-0/+15
* Update ARM board documentation.pbrook2006-05-131-0/+28
* Move all: target first.pbrook2006-05-131-2/+2
* Add dependency on config.h and config-host.h.pbrook2006-05-131-0/+2
* Rearrange PCI host emulation code.pbrook2006-05-1319-1438/+1747
* Allow parallel make.pbrook2006-05-131-4/+6
* BGR_FORMAT fixbellard2006-05-111-1/+1
* mips bios loading fixbellard2006-05-111-4/+0Star
* bgr32 pixel format supportbellard2006-05-114-101/+144
* suppressed unaligned accessesbellard2006-05-102-6/+7
* alignment fixbellard2006-05-081-1/+2
* Test if compiler works instead of checking if binary exists.pbrook2006-05-081-3/+10