Age | Commit message (Expand) | Author | Files | Lines |
2008-01-14 | pthreads-based audio and miscellaneous audio clean-up (malc). | balrog | 2 | -0/+16 |
2008-01-14 | Bump ACPI/SMBus PIIX4 controller revision to 3 (Marcelo Tosatti). | balrog | 1 | -1/+1 |
2008-01-14 | USB-to-serial device (Samuel Thibault). | balrog | 2 | -0/+552 |
2008-01-14 | Set READY_STAT after a WIN_DIAGNOSE per ATA-3 (Till Straumann). | balrog | 1 | -1/+1 |
2008-01-14 | Multi-profile DVD-ROM support (Carlo Marcelo Arenas Belon). | balrog | 1 | -15/+112 |
2008-01-14 | Revert accidentally added second NIC in Gumstix-connect - this should probabl... | balrog | 1 | -3/+1 |
2008-01-14 | Fully clean up on Mac OS X Leopard (Andreas Färber). | balrog | 1 | -1/+3 |
2008-01-14 | Add mouse wheel in the usb-mouse HID Report (by Daniel Godás). | balrog | 1 | -1/+3 |
2008-01-14 | Register io ports as selected by PCI config in VMware SVGA. | balrog | 1 | -13/+23 |
2008-01-06 | Make error messages consistent (Robert Reif) | blueswir1 | 1 | -3/+3 |
2008-01-05 | Fix memory allocation on mainstone2 and convert to qemu_ram_alloc. | balrog | 1 | -31/+25 |
2008-01-04 | Malta flash support. | ths | 2 | -42/+70 |
2008-01-01 | Fix Debian serial console boot problem reported by Aurelien Jarno | blueswir1 | 2 | -13/+15 |
2008-01-01 | Register only valid register access widths | blueswir1 | 13 | -107/+112 |
2008-01-01 | DVMA translation errors raise a module error irq (NMI) | blueswir1 | 3 | -8/+28 |
2007-12-29 | Fix CPU timer interrupts | blueswir1 | 3 | -11/+16 |
2007-12-29 | Fix SS-2 boot mode | blueswir1 | 1 | -0/+1 |
2007-12-29 | Set SS-5 IOMMU version to Turbosparc to match default CPU (Robert Reif) | blueswir1 | 1 | -1/+1 |
2007-12-29 | M48T02 support (Robert Reif) | blueswir1 | 2 | -15/+40 |
2007-12-29 | Make debug printing consistent (Robert Reif) | blueswir1 | 1 | -3/+3 |
2007-12-28 | Initial support for SS-2 (Sun4c) | blueswir1 | 4 | -1/+429 |
2007-12-28 | Initial support for Sun4d machines (SS-1000, SS-2000) | blueswir1 | 4 | -6/+444 |
2007-12-28 | Fix master interrupt register masking | blueswir1 | 1 | -2/+2 |
2007-12-28 | Fix system read address mask (Robert Reif) | blueswir1 | 1 | -1/+1 |
2007-12-27 | Add ID register | blueswir1 | 1 | -1/+13 |
2007-12-27 | Reset status contains all sent flag | blueswir1 | 1 | -1/+1 |
2007-12-27 | Remove unused timers | blueswir1 | 1 | -27/+40 |
2007-12-24 | scsi-generic implemnentation, missing in last commit. | ths | 1 | -0/+653 |
2007-12-24 | Real SCSI device passthrough (v4), by Laurent Vivier. | ths | 3 | -2/+12 |
2007-12-24 | Implement SD CMD8 and R7 from the newer SD Physical Spec Version 2.00. | balrog | 1 | -5/+38 |
2007-12-24 | Add "cache" parameter to "-drive" (Laurent Vivier). | balrog | 4 | -27/+41 |
2007-12-19 | All registers are set to 0 on reset (Robert Reif) | blueswir1 | 1 | -5/+3 |
2007-12-19 | Fix count calculation when counter limit set to 0 (Robert Reif) | blueswir1 | 1 | -2/+7 |
2007-12-17 | Fix setting counter limit to 0 (Robert Reif) | blueswir1 | 1 | -7/+8 |
2007-12-17 | Only create as many per CPU timers as there are CPUs. (Robert Reif) | blueswir1 | 3 | -5/+8 |
2007-12-17 | Fix miscellaneous minor things, by Andre Przywara. | ths | 3 | -6/+6 |
2007-12-17 | Fix bdrv_get_geometry to return uint64_t, by Andre Przywara. | ths | 3 | -13/+18 |
2007-12-16 | qemu_put signedness fixes, by Andre Przywara. | ths | 13 | -171/+171 |
2007-12-16 | Work around a crash when timer signal occurs before main loop, original patch... | balrog | 1 | -2/+0 |
2007-12-16 | Mainstone keypad support, by Armin Kuster. | balrog | 2 | -2/+45 |
2007-12-16 | Initial PXA27x keypad support, by Armin Kuster. | balrog | 3 | -0/+359 |
2007-12-16 | Fix char* signedness, by Andre Przywara. | ths | 1 | -1/+1 |
2007-12-16 | Fix wrong signedness, by Andre Przywara. | ths | 5 | -17/+18 |
2007-12-12 | Adds interrupt support to the sh specific timer code (Magnus Damm). | balrog | 3 | -18/+33 |
2007-12-12 | sh_serial: enable tx after reset (Magnus Damm). | balrog | 1 | -1/+1 |
2007-12-11 | IDE should send irq after WIN_DIAGNOSE (Tristan Gingold). | balrog | 1 | -0/+1 |
2007-12-10 | Name the magic constants, wrap long lines | blueswir1 | 1 | -103/+221 |
2007-12-10 | Add SPARCstation 20 machine type (Robert Reif) | blueswir1 | 2 | -1/+56 |
2007-12-10 | SCSI cleanup, by Laurent Vivier. | ths | 5 | -67/+95 |
2007-12-10 | Fix OMAP1 MPUI/O keyboard interrupt masking. | balrog | 3 | -5/+5 |