summaryrefslogtreecommitdiffstats
path: root/hw/sun4u.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce reset notifier orderJan Kiszka2009-05-221-1/+1
* Introduce is_default field for QEMUMachineAnthony Liguori2009-05-211-0/+1
* Convert machine registration to use module init functionsAnthony Liguori2009-05-211-3/+12
* Replace gcc variadic macro extension with C99 versionBlue Swirl2009-05-131-3/+3
* Remove vga_ram_sizePaul Brook2009-05-131-8/+8
* use PCI_HEADER_TYPE.Isaku Yamahata2009-05-031-1/+1
* Remove redundant ram_require machine properly.pbrook2009-04-111-3/+0
* Clean up VGA ram allocation.pbrook2009-04-101-5/+2
* Remove nodisk_ok machine feature (Jan Kiszka)aliguori2009-03-281-3/+0
* Use firmware configuration instead of NVRAM (initial patch by Aurelien Jarno)blueswir12009-03-081-60/+15
* Fix sparc64-softmmu breakage from r6711blueswir12009-03-071-2/+2
* Reload ptimers on resetblueswir12009-02-211-3/+3
* Add and use #defines for PCI device classesblueswir12009-02-011-2/+1
* Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori2009-01-261-4/+2
* Switch to CMD646 IDEblueswir12009-01-171-2/+2
* graphical_console_init change (Stefano Stabellini)aliguori2009-01-161-8/+8
* Make pci_nic_init() use qemu_setup_nic_model() (Mark McLoughlin)aliguori2009-01-131-5/+2
* Add EBUS bridgeblueswir12009-01-101-2/+48
* Fix APBblueswir12009-01-091-2/+3
* Implement tick interrupt disable bitsblueswir12008-12-231-9/+20
* Use qemu_ram_allocblueswir12008-11-051-5/+8
* More realistic max_cpusblueswir12008-11-021-3/+3
* Make DMA bottom-half driven (v2)aliguori2008-10-311-1/+0
* machine struct - specify max_cpus at the per machine level (Jes Sorensen)aliguori2008-10-071-0/+3
* Move nographic export to sysemu.hblueswir12008-10-041-2/+0
* Rearrange tick functionsblueswir12008-10-031-0/+15
* Add a generic Niagara machineblueswir12008-09-261-10/+71
* Add software and timer interrupt supportblueswir12008-09-221-5/+59
* Add common keys to firmware configurationblueswir12008-09-181-0/+10
* Key/value based qemu<->guest firmware communication mechanism (Gleb Natapov)blueswir12008-09-181-0/+5
* Fix OpenBSD linker warningsblueswir12008-08-211-6/+9
* Allow boot without a drive on Sparc machines (partly extracted from Xen)blueswir12008-08-121-0/+2
* Use C99 initializersblueswir12008-08-121-8/+8
* Add T1 and T2 CPUs, add a Sun4v machineblueswir12008-07-221-8/+51
* Add idpromblueswir12008-07-151-7/+11
* Move CPU save/load registration to common code.pbrook2008-06-301-1/+0
* Fix some compiler signed/unsigned char warningsblueswir12008-06-231-5/+5
* Add support for boot_set commandblueswir12008-06-201-0/+22
* Allow NWINDOWS selection (CPU feature with model specific defaults)blueswir12008-06-071-1/+1
* Remove most uses of phys_ram_base (initial patch by Ian Jackson)blueswir12008-05-121-13/+12
* Wrap long linesblueswir12008-05-121-9/+18
* Fix compiler warningsblueswir12008-05-101-24/+18
* Fix Sparc64 serial device breakageblueswir12008-05-051-1/+2
* Improved large memory supportblueswir12008-05-011-1/+1
* Use correct types to enable > 2G support, based on a patch fromaurel322008-04-271-1/+1
* Fix broken TCX vram, restore Sun4u PROM_SIZE_MAXblueswir12008-04-271-1/+1
* RAM usage information in machine definition.balrog2008-04-241-0/+1
* Revert "Use correct types to enable > 2G support" (r4238), it isaurel322008-04-221-1/+1
* Use correct types to enable > 2G support, based on a patch fromaurel322008-04-221-1/+1
* Add -drive parameter, by Laurent Vivier.ths2007-12-021-3/+26
OpenPOWER on IntegriCloud