- a86c8f2 Fix compiler warnings, add signed versions of some swab functions. by ths · 18 years ago
- 5dc4b74 Scrap SIGN_EXTEND32. by ths · 18 years ago
- c570fd1 Preliminiary MIPS64 support, disabled by default due to performance impact. by ths · 18 years ago
- 328a424 Look for gcc3 (Anthony Liguori). by pbrook · 18 years ago
- 67d3b95 Add unassigned memory debugging code. by pbrook · 18 years ago
- 179e32b Fix erraneous fallthrough in MIPS trap implementation, thanks Atsushi Nemoto. by ths · 18 years ago
- e463004 Simple test for mips/mipsel, based on a test by Alexander Voropay. by ths · 18 years ago
- 73e14b6 Reduce VNC resize traffic, thanks Eduardo Felipe. by ths · 18 years ago
- 768a4a3 Fix userland ELF loader for zero sized BSS. by ths · 18 years ago
- 0d3267a MIPS has also a fixed MMAP_SHIFT of 12. by ths · 18 years ago
- 8e33c08 MIPS FPU support for the gdb stub, by Daniel Jacobowitz. by ths · 18 years ago
- 197ea35 Fix addrlen size, by David Woodhouse. by ths · 18 years ago
- 366dfc5 Spelling fixes, by Aurelien Jarno. by ths · 18 years ago
- 667acca Implement -no-quit option, by Xavier Gnata. by ths · 18 years ago
- a2d4e44 Fix PCI config space overflow, by Herbert Xu. by ths · 18 years ago
- 3bcb80f Fix sector size overflow, by Herbert Xu. by ths · 18 years ago
- a42aa81 Build fix for newer kernel headers, thanks Jason Wessel. by ths · 18 years ago
- ca7c2b1 Handle invalid accesses as SIGILL for mips/mipsel userland emulation. by ths · 18 years ago
- 7d600c8 Fix fstat for MIPS userland emulation, and add support for a cacheflush by ths · 18 years ago
- 71fb724 Fix build of MIPS target without FPU support. by ths · 18 years ago
- 9f08349 Spelling fixes, thanks to Stefan Weil. by ths · 18 years ago
- afdfa78 MIPS RTC emulation. by ths · 18 years ago
- cd75cf1 .cvsignore m68k-user. by ths · 18 years ago
- ea55ffb Move date/time init to the RTC implementation. by ths · 18 years ago
- aa328ad Fix reset handling, CP0 isn't enabled by default (a fact which doesn't by ths · 18 years ago
- e144966 Simplify mask construction. by ths · 18 years ago
- bb8a53a Update copyright notice. by ths · 18 years ago
- e16fe40 Move the MIPS CPU timer in a seperate file, by Alec Voropay. by ths · 18 years ago
- 7a387ff Add MIPS32R2 instructions, and generally straighten out the instruction by ths · 18 years ago
- 8c0fdd8 Dynamically translate MIPS mtc0 instructions. by ths · 18 years ago
- 873eb01 Dynamically translate MIPS mfc0 instructions. by ths · 18 years ago
- 6ae8177 Halt/reboot support for Linux, by Daniel Jacobowitz. This is a band-aid by ths · 18 years ago
- 814b9a4 MIPS TLB performance improvements, by Daniel Jacobowitz. by ths · 18 years ago
- ec23092 sparc-softmmu build fix by ths · 18 years ago
- 29bfb11 Add casts for 64-bit hosts. by pbrook · 18 years ago
- 08f396d Add missing ARM syscall numbers. by pbrook · 18 years ago
- 38d0662 Arm semihosted commandline support (Wolfgang Schildbach). by pbrook · 18 years ago
- 1be9e1d Remove do_socketcallwrapper. by pbrook · 18 years ago
- ec2db7d ARM timer counts down, not up. by pbrook · 18 years ago
- 417f38f MIPS FPU fixes (Daniel Jacobowitz). by pbrook · 18 years ago
- 2d37be6 M68k build fix. by pbrook · 18 years ago
- 483dcf5 Avoid redundant TLB flushes (Daniel Jacobowitz). by pbrook · 18 years ago
- b362e5e Speed up tlb_flush_page (Daniel Jacobowitz). by pbrook · 18 years ago
- d08b2a2 MIPS usermode debug exceptions (Dave Denholm). by pbrook · 18 years ago
- 597a055 update from latest Bochs BIOS by bellard · 18 years ago
- 188157f Remove FD on close. by pbrook · 18 years ago
- 5812640 Mips IDE support. (Aurelien Jarno) by pbrook · 18 years ago
- 569f5d6 compilation fix by bellard · 18 years ago
- 750afe9 avoid using char when it is not necessary by bellard · 18 years ago
- 00a67ba avoid regression on sparc-user and ppc-user by bellard · 18 years ago
- fafffae removed invalid code by bellard · 18 years ago
- a94a6ab Fix ARM VFP debugging dumps. by pbrook · 18 years ago
- c688a6e wrwim insn fix (Paul Robinson) by bellard · 18 years ago
- 2790872 sparc64 syscall fix (Blue Swirl) by bellard · 18 years ago
- dd01688 add support for cvt.s.d and cvt.d.s (Aurelien Jarno) by bellard · 18 years ago
- d37aca6 Fix comment typo. by pbrook · 18 years ago
- e6e5906 ColdFire target. by pbrook · 18 years ago
- 223b8a4 bFLT 64-bit host fix. by pbrook · 18 years ago
- 1f9519c Fix typo in pixel conversion templates. by pbrook · 18 years ago
- b451172 APIC init fix + APIC get_irq fix (Juergen Keil) by bellard · 18 years ago
- d1beab8 no-reboot option by bellard · 18 years ago
- e3e97e7 do not generate MP table if one CPU (no APIC in QEMU in this case) - added wbinvd (ignored in QEMU but useful on real hardware) by bellard · 18 years ago
- 47d02f6 SMI enable bit support by bellard · 18 years ago
- 93eac24 32 bit syscall fix (Juergen Keil) by bellard · 18 years ago
- a7e6f8b synced to Bochs BIOS - use 32 bit pushf/popf in 32 bit PCI bios - moved some useful defines in rombios.h by bellard · 18 years ago
- 326199c ARM GIC bug. by pbrook · 18 years ago
- 8d7b0fb 32 bit RSP update fix (aka Open Solaris x86_64 bug) by bellard · 18 years ago
- 5e966ce PCI IRC routing fix. by pbrook · 18 years ago
- 74ce674 fixed user mode emulation by bellard · 18 years ago
- 8988ae8 SMM fix for x86_64 by bellard · 18 years ago
- 69c3bcb enabled PSE36 for x86_64 (fix for OpenSolaris as guest) by bellard · 18 years ago
- 42fc925 VBE 4 bit bank selection fix (Volker Rupper) by bellard · 18 years ago
- 6f15b60 removed unused code by bellard · 18 years ago
- 1710015 fixed help info strings by bellard · 18 years ago
- 79266db updated by bellard · 18 years ago
- 84631fd implement i440 instead of i450 ISA memory mappings to be compatible with Bochs by bellard · 18 years ago
- 4f3baa4 update by bellard · 18 years ago
- f00fc47 moved PCI init to BIOS by bellard · 18 years ago
- ee0ea1d moved PCI init to BIOS - added ISA memory mapping registers and SMM support by bellard · 18 years ago
- 02a1602 added cpu_smm_update() by bellard · 18 years ago
- a5954d5 moved MP table init to BIOS by bellard · 18 years ago
- f537a28 moved ACPI table init to BIOS by bellard · 18 years ago
- ab1e34a moved ACPI table init to BIOS - preliminary SMM support by bellard · 18 years ago
- 3b21e03 added SMM support by bellard · 18 years ago
- ba86345 added cpu_get_physical_page_desc() by bellard · 18 years ago
- d4afc62 moved PCI, MP and ACPI init to bios by bellard · 18 years ago
- 80b3ada Implement sun4u PCI IRQ routing. by pbrook · 18 years ago
- d2b5931 PCI shared IRQ fix (original patch by andrzej zaborowski). by pbrook · 19 years ago
- e69954b Add ARM RealView Emulation Baseboard. by pbrook · 19 years ago
- 37dd208 VBE: 8 bit DACs + support for VBE BIOS IDs (Volker Ruppert) by bellard · 19 years ago
- 05f83f0 Update sparc bios image (Blue Swirl). by pbrook · 19 years ago
- df52b00 sun4m halt support (Blue Swirl) by bellard · 19 years ago
- 8f40c38 update by bellard · 19 years ago
- aef445b Merge common ISA access routines. by pbrook · 19 years ago
- 6787f5f SPARC SCSI fixes. by pbrook · 19 years ago
- b817493 dummy cs4231 audio driver for sun4m (Blue Swirl) by bellard · 19 years ago
- 519945d Avoid (repeatedly) trying to read stdin after it has closed. by pbrook · 19 years ago
- 707b3ee ARM 64-bit host fix. by pbrook · 19 years ago
- 7860032 Arm MMU fix (Justin Fletcher). by pbrook · 19 years ago
- 35db099 allow host serial port usage (Blue Swirl) by bellard · 19 years ago