aboutsummaryrefslogtreecommitdiffstats
path: root/hw/r2d.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-04ide: pass down DriveInfo instead of BlockDriverStateGerd Hoffmann1-1/+1
2009-09-04We want the argument pass to set_irq to be opaqueJuan Quintela1-1/+3
2009-08-27ide: split away ide-mmio.cGerd Hoffmann1-0/+1
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-2/+2
2009-07-27kill drives_tableGerd Hoffmann1-2/+3
2009-06-22Support addr=... in option argument of -net nicMarkus Armbruster1-1/+1
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-1/+1
2009-05-21Convert machine registration to use module init functionsAnthony Liguori1-1/+8
2009-05-13Remove vga_ram_sizePaul Brook1-1/+1
2009-04-19Adds SM501 usb host emulation feature.aurel321-1/+1
2009-04-11Remove redundant ram_require machine properly.pbrook1-1/+0
2009-04-10More phys_ram_base removal.pbrook1-4/+2
2009-03-28target-sh4: r2d --append option supportaurel321-3/+2
2009-03-28target-sh4: r2d --append option supportaurel321-5/+16
2009-03-03sh4: r2d fix no ide/net caseaurel321-5/+5
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2009-01-24sh4: r2d. Endian conversion for peripheral register initialization.aurel321-4/+2
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori1-2/+2
2009-01-13Make pci_nic_init() use qemu_setup_nic_model() (Mark McLoughlin)aliguori1-2/+2
2008-12-07SH4: kill a few warningsaurel321-2/+2
2008-12-07SH: r2d pci support (Takashi YOSHII).balrog1-0/+27
2008-12-07sh4: Add r2d onboard FPGA IRQ controller (Takashi YOSHII).balrog1-5/+63
2008-12-07sh4: mmio based CF support on r2d board (Takashi YOSHII).balrog1-0/+5
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-7/+0
2008-11-05SM501 emulation for R2D-SH4blueswir11-2/+10
2008-10-28Set default max_cpus to one.balrog1-1/+0
2008-10-07machine struct - specify max_cpus at the per machine level (Jes Sorensen)aliguori1-0/+1
2008-10-07machine struct - use C99 initializers (Jes Sorensen)aliguori1-4/+4
2008-09-02SH4: R2D-PLUS FPGA: simply unassigned memory triggeringaurel321-16/+2
2008-09-02sh4: Add R2D-PLUS FPGA support.aurel321-0/+111
2008-09-02sh4: CPU versioning.aurel321-1/+1
2008-04-27Use correct types to enable > 2G support, based on a patch fromaurel321-1/+1
2008-04-24RAM usage information in machine definition.balrog1-1/+2
2008-04-22Revert "Use correct types to enable > 2G support" (r4238), it isaurel321-1/+1
2008-04-22Use correct types to enable > 2G support, based on a patch fromaurel321-1/+1
2007-11-18 Remove unused parameters from QEMUMachineInitFunc (Laurent Vivier)blueswir11-2/+2
2007-11-17Break up vl.h.pbrook1-1/+4
2007-11-10added cpu_model parameter to cpu_init()bellard1-1/+8
2007-10-31Set boot sequence from command line (Dan Kenigsberg).balrog1-1/+1
2007-09-30Remove unused variable.ths1-1/+0
2007-09-29Add R2D-PLUS support, by Magnus Damm.ths1-0/+64