summaryrefslogtreecommitdiffstats
path: root/hw/dummy_m68k.c
Commit message (Expand)AuthorAgeFilesLines
* hw: move boards and other isolated files to hw/ARCHPaolo Bonzini2013-03-011-84/+0
* hw: include hw header files with full pathsPaolo Bonzini2013-03-011-3/+3
* Make default boot order machine specificAvik Sil2013-01-151-0/+1
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-1/+1
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-1/+1
* create struct for machine initialization argumentsEduardo Habkost2012-10-201-4/+4
* m68k hw/: Don't use CPUStateAndreas Färber2012-03-141-1/+1
* vmstate, memory: decouple vmstate from memory APIAvi Kivity2012-01-041-1/+2
* dummy_m68k: convert to memory APIAvi Kivity2011-09-041-2/+5
* Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"Anthony Liguori2011-08-251-5/+2
* dummy_m68k: convert to memory APIAvi Kivity2011-08-251-2/+5
* Correct spelling of licensedMatthew Fernandez2011-07-231-1/+1
* Remove unused sysemu.h include directivesBlue Swirl2011-04-151-1/+0
* qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson2010-07-061-1/+1
* load_elf: replace the address addend by a translation functionAurelien Jarno2010-03-161-2/+2
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-2/+2
* Get rid of _t suffixmalc2009-10-011-2/+2
* Compile loader only onceBlue Swirl2009-09-201-2/+5
* Convert machine registration to use module init functionsAnthony Liguori2009-05-211-1/+8
* Remove vga_ram_sizePaul Brook2009-05-131-1/+1
* Use load_image_targphys and avoid phys_ram_base.pbrook2009-04-091-2/+3
* graphical_console_init change (Stefano Stabellini)aliguori2009-01-161-1/+1
* uImage: rename load_uboot() to load_uimage() (Hollis Blanchard)aliguori2008-11-201-1/+1
* uImage: return base load address (Hollis Blanchard)aliguori2008-11-201-1/+1
* 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-3/+3
* Use correct types to enable > 2G support, based on a patch fromaurel322008-04-271-1/+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
* Remove unused parameters from QEMUMachineInitFunc (Laurent Vivier)blueswir12007-11-181-1/+0
* Break up vl.h.pbrook2007-11-171-1/+3
* Fix build failure.pbrook2007-11-101-5/+7
* Add dummy m68k board.pbrook2007-11-101-0/+66
OpenPOWER on IntegriCloud