2007-12-24 |
ths | scsi-generic implemnentation, missing in last commit. |
commit | commitdiff | tree | snapshot |
2007-12-24 |
ths | Real SCSI device passthrough (v4), by Laurent Vivier. |
commit | commitdiff | tree | snapshot |
2007-12-24 |
balrog | Implement SD CMD8 and R7 from the newer SD Physical... |
commit | commitdiff | tree | snapshot |
2007-12-24 |
ths | Fix CCRes value for 20Kc. |
commit | commitdiff | tree | snapshot |
2007-12-24 |
balrog | Add "cache" parameter to "-drive" (Laurent Vivier). |
commit | commitdiff | tree | snapshot |
2007-12-24 |
balrog | Correct the max cpuid level for each x86 cpu model... |
commit | commitdiff | tree | snapshot |
2007-12-24 |
balrog | Avoid the use of $ in format strings because it's syste... |
commit | commitdiff | tree | snapshot |
2007-12-24 |
balrog | Fix a compiler error with DEBUG_REMAP enabled (Thayne... |
commit | commitdiff | tree | snapshot |
2007-12-24 |
balrog | SVM enabled processor should provide cpuid Fn8000_000A... |
commit | commitdiff | tree | snapshot |
2007-12-24 |
balrog | Fix cmpxchg8b translation (Bernhard Kauer). |
commit | commitdiff | tree | snapshot |
2007-12-24 |
balrog | Fix number_of_entries for filename of length [13] ... |
commit | commitdiff | tree | snapshot |
2007-12-19 |
blueswir1 | All registers are set to 0 on reset (Robert Reif) |
commit | commitdiff | tree | snapshot |
2007-12-19 |
blueswir1 | Fix count calculation when counter limit set to 0... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
ths | Correct errno return for setsockopt(), by Thayne Harbaugh. |
commit | commitdiff | tree | snapshot |
2007-12-18 |
ths | Correct errno return for getsockopt(), by Thayne Harbaugh. |
commit | commitdiff | tree | snapshot |
2007-12-18 |
ths | Code formatting. |
commit | commitdiff | tree | snapshot |
2007-12-18 |
ths | m68k missing get_sp_from_cpustate(), by Thayne Harbaugh. |
commit | commitdiff | tree | snapshot |
2007-12-17 |
ths | Handle history additions properly, by Andreas Schwab. |
commit | commitdiff | tree | snapshot |
2007-12-17 |
blueswir1 | Fix setting counter limit to 0 (Robert Reif) |
commit | commitdiff | tree | snapshot |
2007-12-17 |
blueswir1 | Only create as many per CPU timers as there are CPUs... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
ths | Use WIN32_LEAN_AND_MEAN, by Stefan Weil. |
commit | commitdiff | tree | snapshot |
2007-12-17 |
ths | Fix compilation with Cygwin, by Herve Poussineau. |
commit | commitdiff | tree | snapshot |
2007-12-17 |
ths | MIPS TODO: mention unimplemented system controllers. |
commit | commitdiff | tree | snapshot |
2007-12-17 |
ths | Update MIPS TODO. The mipsnet failure is caused by... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
ths | Update MIPS specific documentation. |
commit | commitdiff | tree | snapshot |
2007-12-17 |
ths | Add closing table tag. |
commit | commitdiff | tree | snapshot |
2007-12-17 |
ths | Fix miscellaneous minor things, by Andre Przywara. |
commit | commitdiff | tree | snapshot |
2007-12-17 |
ths | Fix bdrv_get_geometry to return uint64_t, by Andre... |
commit | commitdiff | tree | snapshot |
2007-12-16 |
ths | qemu_put signedness fixes, by Andre Przywara. |
commit | commitdiff | tree | snapshot |
2007-12-16 |
balrog | Redundant timer rearm optimisation by Anders Melchiorsen. |
commit | commitdiff | tree | snapshot |
2007-12-16 |
balrog | QEMU_STRACE documentation bit by Thayne Harbaugh. |
commit | commitdiff | tree | snapshot |
2007-12-16 |
balrog | Add missing ffs() declaration for Win32 hosts, by Stefa... |
commit | commitdiff | tree | snapshot |
2007-12-16 |
balrog | Work around a crash when timer signal occurs before... |
commit | commitdiff | tree | snapshot |
2007-12-16 |
balrog | Mainstone keypad support, by Armin Kuster. |
commit | commitdiff | tree | snapshot |
2007-12-16 |
balrog | Initial PXA27x keypad support, by Armin Kuster. |
commit | commitdiff | tree | snapshot |
2007-12-16 |
balrog | Support alternative formats for MAC addresses, by Balaz... |
commit | commitdiff | tree | snapshot |
2007-12-16 |
ths | Fix char* signedness, by Andre Przywara. |
commit | commitdiff | tree | snapshot |
2007-12-16 |
ths | Fix wrong signedness, by Andre Przywara. |
commit | commitdiff | tree | snapshot |
2007-12-15 |
ths | Split block-raw.c into block-raw-posix.c and block... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
balrog | Mark host pages as reserved (Magnus Damm). |
commit | commitdiff | tree | snapshot |
2007-12-12 |
balrog | Adds interrupt support to the sh specific timer code... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
balrog | sh_serial: enable tx after reset (Magnus Damm). |
commit | commitdiff | tree | snapshot |
2007-12-11 |
balrog | Add missing break just before execve, by Takashi Yoshii. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
balrog | Fix fragments due to incomplete dirty tracking in CGA... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
balrog | IDE should send irq after WIN_DIAGNOSE (Tristan Gingold). |
commit | commitdiff | tree | snapshot |
2007-12-11 |
balrog | Update documention with '-drive' usage (Laurent Vivier). |
commit | commitdiff | tree | snapshot |
2007-12-11 |
blueswir1 | Partial fix to Sparc32 Linux host global register... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
blueswir1 | Fix code generation buffer overflow reported by TeLeMan |
commit | commitdiff | tree | snapshot |
2007-12-11 |
blueswir1 | Update OpenBIOS images to SVN revision 181. Changes: |
commit | commitdiff | tree | snapshot |
2007-12-10 |
blueswir1 | Name the magic constants, wrap long lines |
commit | commitdiff | tree | snapshot |
2007-12-10 |
blueswir1 | Add SPARCstation 20 machine type (Robert Reif) |
commit | commitdiff | tree | snapshot |
2007-12-10 |
blueswir1 | Add ASIs (Robert Reif) |
commit | commitdiff | tree | snapshot |
2007-12-10 |
j_mayer | Various linux-user structures and definitions fixes... |
commit | commitdiff | tree | snapshot |
2007-12-10 |
j_mayer | Cleanup: remove useless TARGET_GPR_BITS definition. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
j_mayer | Fix PowerPC 74xx definitions. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
ths | SCSI cleanup, by Laurent Vivier. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
balrog | Fix OMAP1 MPUI/O keyboard interrupt masking. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
balrog | Fix incompatible declaration in previous commit. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
balrog | Desambiguate pflash_register(). |
commit | commitdiff | tree | snapshot |
2007-12-09 |
balrog | Save/load PCI-device, PCI-bus and PIIX3 irq-related... |
commit | commitdiff | tree | snapshot |
2007-12-09 |
balrog | Make SVM IOIO intercept check all needed bits, by Bernh... |
commit | commitdiff | tree | snapshot |
2007-12-09 |
balrog | Add rdpmc SVM intercept, by Bernhard Kauer. |
commit | commitdiff | tree | snapshot |
2007-12-09 |
balrog | No write-protect detect diode on Mainstone II. |
commit | commitdiff | tree | snapshot |
2007-12-09 |
balrog | Use pointers to channels rather than channel numbers... |
commit | commitdiff | tree | snapshot |
2007-12-09 |
ths | Fix execve argc/envc counting, by Takashi Yoshii. |
commit | commitdiff | tree | snapshot |
2007-12-09 |
ths | Remove leftover support for 82371FB (Step A1), by Carlo... |
commit | commitdiff | tree | snapshot |
2007-12-09 |
balrog | OMAP DMA 3.2 support by Lauro Ramos Venancio. |
commit | commitdiff | tree | snapshot |
2007-12-09 |
blueswir1 | Add support for eccmemctl (Robert Reif) |
commit | commitdiff | tree | snapshot |
2007-12-09 |
ths | SH4 big endian configuration, by Tomoyoshi Asano. |
commit | commitdiff | tree | snapshot |
2007-12-09 |
ths | Fix Win98SE MyComputer regression, by Ben Taylor. |
commit | commitdiff | tree | snapshot |
2007-12-09 |
ths | Fix spelling typo, by Dan Kenigsberg. |
commit | commitdiff | tree | snapshot |
2007-12-09 |
ths | Mainstone mmc support, by Armin Kuster. |
commit | commitdiff | tree | snapshot |
2007-12-09 |
ths | copy_{to,from}_user_timeval() update, by Thayne Harbaugh. |
commit | commitdiff | tree | snapshot |
2007-12-09 |
ths | copy_from_user_fdset() update, by Thayne Harbaugh. |
commit | commitdiff | tree | snapshot |
2007-12-09 |
ths | Handle cpu_model in copy_cpu(), by Kirill A. Shutemov. |
commit | commitdiff | tree | snapshot |
2007-12-07 |
ths | Remove broken ds1225y init, it is useless on this machi... |
commit | commitdiff | tree | snapshot |
2007-12-06 |
balrog | Give emulated drives more monitor-friendly name strings. |
commit | commitdiff | tree | snapshot |
2007-12-06 |
balrog | Correct my 'thinko' in OMAP interrupt handler commit... |
commit | commitdiff | tree | snapshot |
2007-12-05 |
balrog | Rework OMAP1 interrupt handling to allow multiple inter... |
commit | commitdiff | tree | snapshot |
2007-12-04 |
blueswir1 | No keyboard mode (Robert Reif) |
commit | commitdiff | tree | snapshot |
2007-12-04 |
balrog | Don't claim SD card supports voltages linux claims... |
commit | commitdiff | tree | snapshot |
2007-12-04 |
balrog | Always create an SD bdrv, so that PXA and OMAP boards... |
commit | commitdiff | tree | snapshot |
2007-12-03 |
ths | The profiler need qemu-timer.h |
commit | commitdiff | tree | snapshot |
2007-12-03 |
balrog | Ensure a SIGALRM results in a break out from the cpu... |
commit | commitdiff | tree | snapshot |
2007-12-03 |
ths | Fix floppy initialization, by Laurent Vivier. |
commit | commitdiff | tree | snapshot |
2007-12-02 |
ths | Include qemu-timer.h iff DEBUG is defined. |
commit | commitdiff | tree | snapshot |
2007-12-02 |
ths | Add missing include, by Sylvain Petreolle. |
commit | commitdiff | tree | snapshot |
2007-12-02 |
ths | Larger physical address space for 32-bit MIPS. |
commit | commitdiff | tree | snapshot |
2007-12-02 |
ths | SH4: Signal handling for the user space emulator, by... |
commit | commitdiff | tree | snapshot |
2007-12-02 |
ths | Fix for execve syscall, by Kirill A. Shutemov. |
commit | commitdiff | tree | snapshot |
2007-12-02 |
ths | SH4: system emulator interrupt update, by Magnus Damm. |
commit | commitdiff | tree | snapshot |
2007-12-02 |
ths | SH4 delay slot code update, by Magnus Damm. |
commit | commitdiff | tree | snapshot |
2007-12-02 |
ths | Collecting block device statistics, by Richard W.M... |
commit | commitdiff | tree | snapshot |
2007-12-02 |
ths | Add -drive parameter, by Laurent Vivier. |
commit | commitdiff | tree | snapshot |
2007-12-02 |
ths | Mainstone re-org, by Armin Kuster. |
commit | commitdiff | tree | snapshot |
2007-12-01 |
blueswir1 | Name the magic constants, wrap long lines |
commit | commitdiff | tree | snapshot |
2007-12-01 |
blueswir1 | Fix SS-600MP led device typos |
commit | commitdiff | tree | snapshot |
2007-12-01 |
blueswir1 | Improve power management device addressing |
commit | commitdiff | tree | snapshot |
2007-12-01 |
blueswir1 | Name the magic constants, use correct value for AUX2_P... |
commit | commitdiff | tree | snapshot |
2007-12-01 |
blueswir1 | Allow IOMMU tables above 2G |
commit | commitdiff | tree | snapshot |
next |