aboutsummaryrefslogtreecommitdiff
path: root/hw/r2d.c
Commit message (Expand)AuthorAgeFilesLines
* qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson2010-07-061-2/+2
* r2d: fix pflash mappingAurelien Jarno2010-06-291-0/+1
* sh4: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-251-2/+1
* r2d: always enable IDE and flashAurelien Jarno2010-04-131-10/+8
* hw/r2d: add initrd supportAurelien Jarno2010-04-111-21/+59
* hw/r2d: add flash memoryAurelien Jarno2010-04-111-0/+13
* hw/r2d: add a USB keyboardAurelien Jarno2010-04-021-0/+4
* SH4/R2D: fix poweroffAurelien Jarno2010-02-081-4/+5
* pci: pci.h cleanup: move out stuff not in pci.cMichael S. Tsirkin2009-12-011-0/+1
* rom loader: fix sparc -kernel boot.Gerd Hoffmann2009-10-121-1/+1
* Fix pci_add nic not to exit on bad modelMarkus Armbruster2009-10-051-1/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-12/+12
* Get rid of _t suffixmalc2009-10-011-12/+12
* Compile loader only onceBlue Swirl2009-09-201-0/+1
* ide: pass down DriveInfo instead of BlockDriverStateGerd Hoffmann2009-09-041-1/+1
* We want the argument pass to set_irq to be opaqueJuan Quintela2009-09-041-1/+3
* ide: split away ide-mmio.cGerd Hoffmann2009-08-271-0/+1
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* kill drives_tableGerd Hoffmann2009-07-271-2/+3
* Support addr=... in option argument of -net nicMarkus Armbruster2009-06-221-1/+1
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-1/+1
* Convert machine registration to use module init functionsAnthony Liguori2009-05-211-1/+8
* Remove vga_ram_sizePaul Brook2009-05-131-1/+1
* Adds SM501 usb host emulation feature.aurel322009-04-191-1/+1
* Remove redundant ram_require machine properly.pbrook2009-04-111-1/+0
* More phys_ram_base removal.pbrook2009-04-101-4/+2
* target-sh4: r2d --append option supportaurel322009-03-281-3/+2
* target-sh4: r2d --append option supportaurel322009-03-281-5/+16
* sh4: r2d fix no ide/net caseaurel322009-03-031-5/+5
* hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-2/+0
* sh4: r2d. Endian conversion for peripheral register initialization.aurel322009-01-241-4/+2
* graphical_console_init change (Stefano Stabellini)aliguori2009-01-161-2/+2
* Make pci_nic_init() use qemu_setup_nic_model() (Mark McLoughlin)aliguori2009-01-131-2/+2
* SH4: kill a few warningsaurel322008-12-071-2/+2
* SH: r2d pci support (Takashi YOSHII).balrog2008-12-071-0/+27
* sh4: Add r2d onboard FPGA IRQ controller (Takashi YOSHII).balrog2008-12-071-5/+63
* sh4: mmio based CF support on r2d board (Takashi YOSHII).balrog2008-12-071-0/+5
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-7/+0
* SM501 emulation for R2D-SH4blueswir12008-11-051-2/+10
* 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
* SH4: R2D-PLUS FPGA: simply unassigned memory triggeringaurel322008-09-021-16/+2
* sh4: Add R2D-PLUS FPGA support.aurel322008-09-021-0/+111
* sh4: CPU versioning.aurel322008-09-021-1/+1
* 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