summaryrefslogtreecommitdiffstats
path: root/hw/lm32
Commit message (Expand)AuthorAgeFilesLines
* lm32: Remove ELF_MACHINE from cpu.hPeter Crosthwaite2015-09-252-3/+3
* Revert use of DEFINE_MACHINE() for registrations of multiple machinesAndreas Färber2015-09-191-4/+24
* Use DEFINE_MACHINE() to register all machinesEduardo Habkost2015-09-192-28/+19
* hw/lm32/milkymist.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao2015-06-031-3/+2
* hw/lm32/lm32_boards.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao2015-06-031-6/+4
* lm32: memory: Replace memory_region_init_ram with memory_region_allocate_syst...Dirk Müller2015-04-102-9/+6
* configure: opengl overhaulGerd Hoffmann2015-03-121-2/+2
* milkymist.c: fix memory leakGonglei2015-03-101-0/+1
* acpi-build: make ROMs RAM blocks resizeableMichael S. Tsirkin2015-01-081-1/+2
* hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2014-10-202-5/+3
* block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster2014-10-202-9/+11
* memory: add parameter errp to memory_region_init_ramHu Tao2014-09-092-3/+6
* machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum2014-05-282-13/+13
* hw/lm32: print error if cpu model is not foundMichael Walle2014-02-042-0/+15
* milkymist: Suppress -kernel/-bios/-drive error for qtestAndreas Färber2013-11-051-1/+2
* loader: support for unmapped ROM blobsMichael S. Tsirkin2013-10-141-1/+1
* hw: Clean up bogus default boot orderMarkus Armbruster2013-08-282-3/+0
* lm32_juart: QOM cast cleanupAndreas Färber2013-07-291-3/+2
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-042-3/+3
* qdev: Drop taddr propertiesPeter Maydell2013-04-201-1/+0
* arm: fix location of some include filesPeter Maydell2013-04-152-2/+2
* hw: move private headers to hw/ subdirectories.Paolo Bonzini2013-04-085-4/+420
* hw: move other devices to hw/misc/, configure with default-configs/Paolo Bonzini2013-04-081-7/+0
* hw: move interrupt controllers to hw/intc/, configure with default-configs/Paolo Bonzini2013-04-081-1/+0
* hw: move SD/MMC devices to hw/sd/, configure with default-configs/Paolo Bonzini2013-04-081-1/+0
* hw: move timer devices to hw/timer/, configure with default-configs/Paolo Bonzini2013-04-081-3/+0
* hw: move char devices to hw/char/, configure via default-configs/Paolo Bonzini2013-04-081-3/+0
* hw: move display devices to hw/display/, configure via default-configs/Paolo Bonzini2013-04-081-3/+0
* hw: move audio devices to hw/audio/, configure via default-configs/Paolo Bonzini2013-04-081-1/+0
* hw: move NICs to hw/net/, configure via default-configs/Paolo Bonzini2013-04-081-1/+0
* hw: move headers to include/Paolo Bonzini2013-04-082-4/+4
* configure: rename OpenGL feature to GLXMichael Walle2013-03-181-1/+1
* cpu: Pass CPUState to cpu_interrupt()Andreas Färber2013-03-122-4/+2
* exec: Pass CPUState to cpu_reset_interrupt()Andreas Färber2013-03-122-6/+10
* hw: move boards and other isolated files to hw/ARCHPaolo Bonzini2013-03-013-4/+530
* build: move obj-TARGET-y variables to nested Makefile.objsPaolo Bonzini2012-06-071-0/+23
OpenPOWER on IntegriCloud