Age | Commit message (Expand) | Author |
2008-10-31 | Increase default IO timeout from 10ms to 5s | aliguori |
2008-10-31 | Main loop fixes/cleanup | aliguori |
2008-10-31 | Clarify qemu_bh_schedule_idle() usage | aliguori |
2008-10-31 | Implement "info chardev" command. (Gerd Hoffmann) | aliguori |
2008-10-31 | fix bdrv_aio_read API breakage in qcow2 (Andrea Arcangeli) | aliguori |
2008-10-31 | Make DMA bottom-half driven (v2) | aliguori |
2008-10-31 | Make bottom halves more robust | aliguori |
2008-10-29 | Use qemu_gettimeofday. | pbrook |
2008-10-29 | Fix restore of older snapshots for target-i386 on big endian hosts | aliguori |
2008-10-28 | Use locally defined structure. | pbrook |
2008-10-28 | Sun4c cleanups (Robert Reif) | blueswir1 |
2008-10-28 | fix off-by-one generating vmdk backing files (Avi Kivity) | aliguori |
2008-10-28 | Set default max_cpus to one. | balrog |
2008-10-28 | Fix return value printing for shmat (Lauro Ramos Venancio). | balrog |
2008-10-28 | Recvmsg must return the number of bytes received (Lauro Ramos Venancio). | balrog |
2008-10-28 | page_check_range: fix wrap around test (Lauro Ramos Venancio). | balrog |
2008-10-28 | Fix iovec for the case with invalid elements (Lauro Ramos Venancio). | balrog |
2008-10-28 | Use the host exit syscall for exiting (Lauro Ramos Venancio). | balrog |
2008-10-28 | CRIS: Plug more temp leaks. | edgar_igl |
2008-10-28 | Control + i and [tab] share keycode in curses, simulate [tab]. | balrog |
2008-10-28 | Fix cpuid ext_features value for Atom N270 (Blue Swirl). | balrog |
2008-10-27 | target-ppc: use consistent names for variables | aurel32 |
2008-10-27 | target-ppc: indentation fixes | aurel32 |
2008-10-27 | target-ppc: convert rotation instructions to TCG | aurel32 |
2008-10-27 | CRIS: Plug a few temp leaks. | edgar_igl |
2008-10-27 | ETRAX-FS: Process outgoing DMA channels until EOL. | edgar_igl |
2008-10-27 | CRIS: Remove cpu_T. | edgar_igl |
2008-10-27 | Ansify to please sparse | blueswir1 |
2008-10-27 | CRIS: Avoid more cpu_T usage. | edgar_igl |
2008-10-27 | Move sun4c to its own hwdef (Robert Reif) | blueswir1 |
2008-10-27 | CRIS: Avoid cpu_T[1] for move_r. | edgar_igl |
2008-10-27 | CRIS: Avoid using cpu_T[0] for testing condition codes. | edgar_igl |
2008-10-27 | CRIS: Add branch-free versions of abs, lsl, lsr and asr. | edgar_igl |
2008-10-26 | CRIS: Correct tcg globals allocation for 64bit hosts. | edgar_igl |
2008-10-26 | Preliminary BSD user emulator support | blueswir1 |
2008-10-26 | Update from binutils 2.17 | blueswir1 |
2008-10-26 | Document the binutils source files used in constructing sparc-dis.c | blueswir1 |
2008-10-26 | Add "const" | blueswir1 |
2008-10-26 | Fix inline use warnings from sparse | blueswir1 |
2008-10-26 | Fix undeclared symbol warnings from sparse | blueswir1 |
2008-10-26 | Fix incorrect use of pstrcpy (malc) | blueswir1 |
2008-10-26 | Fix undefined pthread_sigmask warning on FreeBSD (Juergen Lock) | blueswir1 |
2008-10-25 | Change freeing method because the allocation function was changed in r5532 | blueswir1 |
2008-10-25 | Silence warnings about unused variables | blueswir1 |
2008-10-25 | Suppress a GCC warning about unused function | blueswir1 |
2008-10-25 | Fix GCC 4 signedness warning | blueswir1 |
2008-10-25 | Replace uses of strndup (a GNU extension) with Qemu pstrdup | blueswir1 |
2008-10-25 | Replace uses of strncpy (a GNU extension) with Qemu pstrcpy | blueswir1 |
2008-10-25 | Fix undefined pthread_sigmask warning on OpenBSD | blueswir1 |
2008-10-25 | Use snprintf to please OpenBSD linker | blueswir1 |