summaryrefslogtreecommitdiff
path: root/hw/r2d.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-2/+2
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-1/+1
2012-12-19net: reorganize headersPaolo Bonzini1-1/+1
2012-12-17pci: update all users to look in pci/Michael S. Tsirkin1-1/+1
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-3/+3
2012-10-20create struct for machine initialization argumentsEduardo Habkost1-4/+5
2012-10-05hw/r2d: add comment: this strncpy use is okJim Meyering1-0/+2
2012-06-04r2d: Store SuperHCPU in ResetDataAndreas Färber1-4/+4
2012-06-04r2d: Use cpu_sh4_init() to obtain SuperHCPUAndreas Färber1-3/+7
2012-03-14sh4 hw/: Don't use CPUStateAndreas Färber1-3/+3
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber1-1/+1
2012-01-04vmstate, memory: decouple vmstate from memory APIAvi Kivity1-1/+2
2011-12-19sh_pci: remove sysbus_init_mmio_cb2 usageBenoît Canet1-2/+12
2011-11-24sh7750: convert memory controller/ioport to memory APIBenoît Canet1-1/+1
2011-11-24ide/mmio: convert to memory APIAvi Kivity1-1/+1
2011-10-17r2d: convert to memory APIAvi Kivity1-20/+15
2011-10-02sm501: Pass address_space_mem to sm501_initRichard Henderson1-1/+4
2011-09-04pflash_cfi01/pflash_cfi02: convert to memory APIAvi Kivity1-1/+1
2011-09-03Use new macro QEMU_PACKED for packed structuresStefan Weil1-1/+1
2011-08-25Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"Anthony Liguori1-5/+2
2011-08-25pflash_cfi01/pflash_cfi02: convert to memory APIAvi Kivity1-2/+5
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-2/+2
2011-01-20sh_pci: qdev conversionAurelien Jarno1-15/+3
2011-01-14target-sh4: fix reset on r2dAurelien Jarno1-1/+20
2010-12-11Add endianness as io mem parameterAlexander Graf1-1/+2
2010-08-24Rearrange block headersBlue Swirl1-0/+1
2010-07-06qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson1-2/+2
2010-06-29r2d: fix pflash mappingAurelien Jarno1-0/+1
2010-04-25sh4: remove dead assignments, spotted by clang analyzerBlue Swirl1-2/+1
2010-04-13r2d: always enable IDE and flashAurelien Jarno1-10/+8
2010-04-11hw/r2d: add initrd supportAurelien Jarno1-21/+59
2010-04-11hw/r2d: add flash memoryAurelien Jarno1-0/+13
2010-04-02hw/r2d: add a USB keyboardAurelien Jarno1-0/+4
2010-02-08SH4/R2D: fix poweroffAurelien Jarno1-4/+5
2009-12-01pci: pci.h cleanup: move out stuff not in pci.cMichael S. Tsirkin1-0/+1
2009-10-12rom loader: fix sparc -kernel boot.Gerd Hoffmann1-1/+1
2009-10-05Fix pci_add nic not to exit on bad modelMarkus Armbruster1-1/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-12/+12
2009-10-01Get rid of _t suffixmalc1-12/+12
2009-09-20Compile loader only onceBlue Swirl1-0/+1
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