summaryrefslogtreecommitdiff
path: root/hw/shix.c
Commit message (Expand)AuthorAgeFilesLines
* Compile loader only onceBlue Swirl2009-09-201-0/+1
* Introduce is_default field for QEMUMachineAnthony Liguori2009-05-211-0/+1
* Convert machine registration to use module init functionsAnthony Liguori2009-05-211-1/+8
* Remove vga_ram_sizePaul Brook2009-05-131-1/+1
* Remove redundant ram_require machine properly.pbrook2009-04-111-1/+0
* Use load_image_targphys and avoid phys_ram_base.pbrook2009-04-091-1/+1
* monitor: Rework API (Jan Kiszka)aliguori2009-03-051-2/+3
* clean build: Fix remaining sh4 warningsaurel322009-03-031-15/+0
* graphical_console_init change (Stefano Stabellini)aliguori2009-01-161-1/+1
* Make DMA bottom-half driven (v2)aliguori2008-10-311-5/+0
* Set default max_cpus to one.balrog2008-10-281-1/+0
* machine struct - specify max_cpus at the per machine level (Jes Sorensen)aliguori2008-10-071-0/+1
* machine struct - use C99 initializers (Jes Sorensen)aliguori2008-10-071-4/+4
* Fix warnings that would be generated by gcc -Wstrict-prototypesblueswir12008-08-171-3/+3
* Use correct types to enable > 2G support, based on a patch fromaurel322008-04-271-1/+1
* RAM usage information in machine definition.balrog2008-04-241-1/+2
* 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
* Remove unused parameters from QEMUMachineInitFunc (Laurent Vivier)blueswir12007-11-181-2/+2
* Break up vl.h.pbrook2007-11-171-1/+4
* added cpu_model parameter to cpu_init()bellard2007-11-101-1/+4
* Set boot sequence from command line (Dan Kenigsberg).balrog2007-10-311-1/+1
* New '-bios' option, used to select an alternate BIOS image from bios_dir.j_mayer2007-10-051-3/+5
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-3/+3
* Unify IRQ handling.pbrook2007-04-071-5/+0
* New -cpu options: choose CPU model for emulated target.j_mayer2007-03-051-1/+1
* SHIX board emulation (Samuel Tardieu)bellard2006-04-271-0/+111