Age | Commit message (Expand) | Author | Files | Lines |
2009-05-14 | ESP SCSI qdev conversion | Paul Brook | 1 | -35/+12 |
2009-05-14 | PCI network qdev conversion | Paul Brook | 1 | -1/+19 |
2009-05-13 | Replace gcc variadic macro extension with C99 version | Blue Swirl | 1 | -3/+3 |
2009-05-13 | Remove vga_ram_size | Paul Brook | 1 | -12/+12 |
2009-04-11 | Remove redundant ram_require machine properly. | pbrook | 1 | -15/+0 |
2009-04-09 | Cleanup SPARC/TCX framebuffer allocation. | pbrook | 1 | -12/+9 |
2009-03-28 | Remove nodisk_ok machine feature (Jan Kiszka) | aliguori | 1 | -12/+0 |
2009-03-08 | Use firmware configuration instead of NVRAM (initial patch by Aurelien Jarno) | blueswir1 | 1 | -57/+41 |
2009-03-05 | monitor: Rework API (Jan Kiszka) | aliguori | 1 | -4/+4 |
2009-01-16 | graphical_console_init change (Stefano Stabellini) | aliguori | 1 | -30/+30 |
2009-01-14 | escc: allow one IRQ per serial channel | aurel32 | 1 | -6/+7 |
2009-01-13 | sun4c/sun4d: also swap the CharDriverState of escc_init() | aurel32 | 1 | -4/+4 |
2009-01-13 | Check NIC model in some NIC init functions (Mark McLoughlin) | aliguori | 1 | -33/+3 |
2009-01-13 | ESCC: swap the two CharDriverState arguments | aurel32 | 1 | -2/+2 |
2009-01-12 | Rename slavio_serial functions to escc, add clock rate and it_shift parameters | blueswir1 | 1 | -9/+12 |
2009-01-10 | Fix segfault | blueswir1 | 1 | -6/+9 |
2008-12-24 | Sun4m use 0 for nonexistent devices (Robert Reif) | blueswir1 | 1 | -28/+5 |
2008-12-13 | Remove unnecessary trailing newlines | blueswir1 | 1 | -1/+0 |
2008-11-29 | Don't rely on the fact that MAX_FD is 2 (Herve Poussineau) | blueswir1 | 1 | -1/+1 |
2008-11-05 | Use qemu_ram_alloc | blueswir1 | 1 | -15/+23 |
2008-11-02 | More realistic max_cpus | blueswir1 | 1 | -12/+5 |
2008-11-02 | Fix loading of unstripped ELF PROM image | blueswir1 | 1 | -1/+1 |
2008-11-02 | Halt the CPU using a qemu_irq | blueswir1 | 1 | -2/+10 |
2008-10-31 | Make DMA bottom-half driven (v2) | aliguori | 1 | -1/+0 |
2008-10-28 | Sun4c cleanups (Robert Reif) | blueswir1 | 1 | -10/+5 |
2008-10-27 | Move sun4c to its own hwdef (Robert Reif) | blueswir1 | 1 | -239/+241 |
2008-10-07 | machine struct - specify max_cpus at the per machine level (Jes Sorensen) | aliguori | 1 | -0/+12 |
2008-10-04 | Move nographic export to sysemu.h | blueswir1 | 1 | -2/+0 |
2008-09-29 | Fix SS-2 crash | blueswir1 | 1 | -1/+1 |
2008-09-28 | Add to machine structure a flag to use SCSI drives instead of IDE: fixes SS-20 | blueswir1 | 1 | -0/+12 |
2008-09-18 | Add Sparc32 display depth to firmware configuration | blueswir1 | 1 | -0/+2 |
2008-09-18 | Add common keys to firmware configuration | blueswir1 | 1 | -19/+58 |
2008-09-18 | Key/value based qemu<->guest firmware communication mechanism (Gleb Natapov) | blueswir1 | 1 | -0/+14 |
2008-08-21 | Fix OpenBSD linker warnings | blueswir1 | 1 | -6/+9 |
2008-08-12 | Allow boot without a drive on Sparc machines (partly extracted from Xen) | blueswir1 | 1 | -0/+12 |
2008-08-12 | Use C99 initializers | blueswir1 | 1 | -48/+48 |
2008-06-30 | Move CPU save/load registration to common code. | pbrook | 1 | -3/+0 |
2008-06-23 | Fix some compiler signed/unsigned char warnings | blueswir1 | 1 | -4/+4 |
2008-06-20 | Add support for boot_set command | blueswir1 | 1 | -0/+22 |
2008-06-07 | Allow NWINDOWS selection (CPU feature with model specific defaults) | blueswir1 | 1 | -3/+3 |
2008-05-13 | Fix loading of binary ROMs | blueswir1 | 1 | -3/+3 |
2008-05-12 | Remove most uses of phys_ram_base (initial patch by Ian Jackson) | blueswir1 | 1 | -22/+27 |
2008-05-12 | Wrap long lines | blueswir1 | 1 | -10/+20 |
2008-05-10 | Fix compiler warnings | blueswir1 | 1 | -34/+25 |
2008-05-01 | Improved large memory support | blueswir1 | 1 | -18/+18 |
2008-04-27 | Use correct types to enable > 2G support, based on a patch from | aurel32 | 1 | -7/+7 |
2008-04-27 | Revert wrong changes | blueswir1 | 1 | -2/+2 |
2008-04-27 | Fix broken TCX vram, restore Sun4u PROM_SIZE_MAX | blueswir1 | 1 | -14/+17 |
2008-04-24 | RAM usage information in machine definition. | balrog | 1 | -0/+12 |
2008-04-22 | Revert "Use correct types to enable > 2G support" (r4238), it is | aurel32 | 1 | -7/+7 |