- cbdbb77 Add small testcase for ordinary signals. by edgar_igl · 17 years ago
- 4f400ab Cut the translation block after translating a break insn. This avoids an issue where QEMU finds an illegal CRIS insn while the guest is returning through a signal return trampoline. by edgar_igl · 17 years ago
- 9004627 More consistent naming for CRIS register-number macros. by edgar_igl · 17 years ago
- 8289b27 Preliminary Sparc TCG target by blueswir1 · 17 years ago
- b25deda Temporary fix for i386 host by blueswir1 · 17 years ago
- 77b087c Initialize disasinfo->private_data, binutils does it and some disassemblers depend on it. by edgar_igl · 17 years ago
- 56b8f56 Fix mixed defines by blueswir1 · 17 years ago
- 1b893ef Add testcase for CRIS ftag/fidx cache flushing insns. by edgar_igl · 17 years ago
- 5d4a534 Silently ignore CRIS cache flushes, instead of aborting due to unknown insn. by edgar_igl · 17 years ago
- 1a2fb1c Modify Sparc32/64 to use TCG by blueswir1 · 17 years ago
- f8422f5 More helper types, rearrange generic definitions by blueswir1 · 17 years ago
- f65fb10 Really stop the transfer when the DMA channel is being disabled. by balrog · 17 years ago
- b1314cf The non-ncurses curses doesn't have resize_term, so make resizing conditional. by balrog · 17 years ago
- 7089442 Fix andi, optimize addi and subi zero cases by blueswir1 · 17 years ago
- f650305 Unify RTCs that use host time, fix M48t59 alarm. by balrog · 17 years ago
- a0d69e0 Fix typo by blueswir1 · 17 years ago
- 9e31b9e Fix remote debugger memory access problems reported by Matthias Stein by blueswir1 · 17 years ago
- d0dc7dc Make MIPS MT implementation more cache friendly. by ths · 17 years ago
- 577d8dd Fix SS-20 auxio addresses by blueswir1 · 17 years ago
- 3deaeab Sparc32 MMU register fixes (Robert Reif) by blueswir1 · 17 years ago
- 5228c2d Force a resize after leaving graphical mode in curses (spotted by Samuel Thibault). by balrog · 17 years ago
- 2988547 Make omap I2C controller work (previously untested). Implement post-OMAP1 changes. Introduce omap L4 abstraction. by balrog · 17 years ago
- 4d3b6f6 Add an ncurses UI. by balrog · 17 years ago
- c0be16d Correct qemu-img usage hint (Andreas Färber). by balrog · 17 years ago
- 623e265 Simplify TCG relocation bugfix. by pbrook · 17 years ago
- b2a5160 Add serial loopback mode (patch from Hervé Poussineau). by balrog · 17 years ago
- e41c0f2 Enhance PC kbd debugging (patch from Hervé Poussineau) by balrog · 17 years ago
- 52ccc5e Fix parallel port software emulation (Hervé Poussineau). by balrog · 17 years ago
- 7bedce8 Don't error out on zero-length chunks in writev, as to mimic Linux (Kirill A. Shutemov). by balrog · 17 years ago
- ff99363 Remove unused boolean_t, should fix building for Solaris. by balrog · 17 years ago
- 2ba1eeb Fix TCG relocation bug (exposed by fault after brcond op). Add FIXME for by pbrook · 17 years ago
- 41df841 lock_iovec() fix by bellard · 17 years ago
- 3fe43da win32: suppress alloca() warning by bellard · 17 years ago
- a4d8670 win32 fix by bellard · 17 years ago
- 3aba3d8 Update texi2pod.pl. by ths · 17 years ago
- 5ff9d6a fixed sign extensions - added explicit side effect op flag - added discard instruction by bellard · 17 years ago
- bb210e7 compare fix by bellard · 17 years ago
- ac56dd4 Add TCG variable opaque type. by pbrook · 17 years ago
- 724db11 Robustify source directory check. by pbrook · 17 years ago
- 0115be3 Fix opparam_buf size estimate. by pbrook · 17 years ago
- db7287e Use ARCH_CFLAGS in configure tests. by pbrook · 17 years ago
- 45e4522 Fix VMware VGA init call (Anthony Liguori). s/vga_ram_size/vga_ram_addr/ by balrog · 17 years ago
- 59faef3 Fix building under paths with symlinks (patch from Richard Purdie). by balrog · 17 years ago
- 1d4db89 Implement more INQUIRY command replies for scsi disk (Igor Kovalenko). by balrog · 17 years ago
- b5a23ad Do not set RTC frequency if already set (Aurelien Jarno). by balrog · 17 years ago
- c717d8b Simplify guess_disk_lchs - should fix Windows stack corruption spotted by TeLeMan (patch by Tristan Gingold). by balrog · 17 years ago
- 7241f53 NMI and INTR events injection should not be handled as software interrupts (Bernhard Kauer). by balrog · 17 years ago
- 3aa3eea Add VNC reverse connections, by Eddie Kohler. by balrog · 17 years ago
- 3d57532 Make SVM env->cr[8] a valid register (patch from TeLeMan). by balrog · 17 years ago
- 7c23b89 E1000 NIC emulation (Nir Peleg, patch from Dor Laor). by balrog · 17 years ago
- dd48594 Add missing dependencies on generated files (for parallel build). by pbrook · 17 years ago
- bce6184 reverted -translation option support by bellard · 17 years ago
- 127fc40 Move AUX1 and AUX2 to correct locations by blueswir1 · 17 years ago
- 9804c8e typos by bellard · 17 years ago
- 57fec1f use the TCG code generator by bellard · 17 years ago
- c896fe2 TCG code generator by bellard · 17 years ago
- 56abbcf update by bellard · 17 years ago
- 2e2ea90 typo by bellard · 17 years ago
- efd0c20 suppressed warnings by bellard · 17 years ago
- a44c7c1 compilation fix by bellard · 17 years ago
- 8aadfbf compilation fixes - added bswap - comments by bellard · 17 years ago
- 40293e5 Makefile cleanup - more generic support of 32 bit compilation on x86_64 by bellard · 17 years ago
- 111f061 removed unused file by bellard · 17 years ago
- d656469 use simpler REGPARM convention - make CPUTLBEntry size a power of two by bellard · 17 years ago
- 0019ad5 Rearrange slavio_misc code to prepare for different addresses by blueswir1 · 17 years ago
- 67e4275 Fix user timer mode change (Robert Reif) by blueswir1 · 17 years ago
- e5e3812 Add TurboSPARC mask ID register (Robert Reif) by blueswir1 · 17 years ago
- e1cb950 User timer limit fixes (Robert Reif) by blueswir1 · 17 years ago
- 40a2e65 Add option to disable TB cache, by Herve Poussineau. by ths · 17 years ago
- c304f7e Core Graphics support (cocoa.m rewrite), by Mike Kronenberg. by ths · 17 years ago
- f220f4e fixed register constraint by bellard · 17 years ago
- a11d070 Change the usb-serial product ID to a more widely recognised value (Samuel Thibault). by balrog · 17 years ago
- db380c0 Documentation piece explaining "usb_add serial" by Samuel Thibault. by balrog · 17 years ago
- 26463db Miscellaneous fixes after recent audio additions (malc). by balrog · 17 years ago
- 80637a6 Shuffle code to avoid NetBSD gcc 3.4.6 inlining bug (Rumko) by blueswir1 · 17 years ago
- e42c20b Give ECC controller an IRQ (Robert Reif) by blueswir1 · 17 years ago
- a4fc08f Revert licensing to "GPLv2 or later", by Ulrich Hecht. by ths · 17 years ago
- 423d65f Gravis Ultrasound GF1 sound card emulation (malc). by balrog · 17 years ago
- a8981dd Make dsound compile again (patch by malc, spotted by C.W. Betts). by balrog · 17 years ago
- 9f60ad5 Add a missing vga_hw_update() when accepting a connection (Anders Melchiorsen). by balrog · 17 years ago
- e5c9a13 PCI AC97 emulation by malc. by balrog · 17 years ago
- ca9cc28 pthreads-based audio and miscellaneous audio clean-up (malc). by balrog · 17 years ago
- b34d259a Add a path length check to prevent heap overflow (Eric Milliken). by balrog · 17 years ago
- a78b03c Bump ACPI/SMBus PIIX4 controller revision to 3 (Marcelo Tosatti). by balrog · 17 years ago
- a795421 USB-to-serial device (Samuel Thibault). by balrog · 17 years ago
- fd56059 Optimize clear insns by treating support reg P0 specially and by balrog · 17 years ago
- 38453b9 Set READY_STAT after a WIN_DIAGNOSE per ATA-3 (Till Straumann). by balrog · 17 years ago
- 044fae8 Clean-up /tmp directory after -smb use (Mark Jonckheere). by balrog · 17 years ago
- 38cdea7 Multi-profile DVD-ROM support (Carlo Marcelo Arenas Belon). by balrog · 17 years ago
- 609497a Change -drive parsing so that paths don't have to be double-escaped (Laurent Vivier, Johannes Schindelin) by balrog · 17 years ago
- 5697ff6 Revert accidentally added second NIC in Gumstix-connect - this should probably be a separate board. by balrog · 17 years ago
- b94ec3e Fully clean up on Mac OS X Leopard (Andreas Färber). by balrog · 17 years ago
- 1451299 Add mouse wheel in the usb-mouse HID Report (by Daniel Godás). by balrog · 17 years ago
- 1492a3c Register io ports as selected by PCI config in VMware SVGA. by balrog · 17 years ago
- a0ecfb7 Reduce redundant timer ticks in VNC, by Anders Melchiorsen. by balrog · 17 years ago
- 8fccda8 qemu manpage: describe arguments of usbdevice option, by Aurelien Jarno. by ths · 17 years ago
- a139a3a Fix typo which broke MIPS32R2 64-bit FPU support. by ths · 17 years ago
- 05ebd53 Fix segfault caused by fall through, by Juergen Lock. by ths · 17 years ago
- 6b5435d Fix broken absoluteness check for cabs.d.*. by ths · 17 years ago
- 7bba1ee Fix section switching buglet, by Edgar E. Iglesias. by ths · 17 years ago