summaryrefslogtreecommitdiffstats
path: root/hw/arm/musicpal.c
Commit message (Expand)AuthorAgeFilesLines
* hw/arm/musicpal: Remove dead code for non-32-bit-RGB surfacesPeter Maydell2021-03-051-40/+24Star
* musicpal: Use ptimer_free() in the finalize function to avoid memleaksGan Qixin2021-01-081-0/+12
* hw/arm/musicpal: Only use qdev_get_gpio_in() when necessaryPhilippe Mathieu-Daudé2020-11-101-12/+13
* hw/arm/musicpal: Don't connect two qemu_irqs directly to the same inputPhilippe Mathieu-Daudé2020-11-101-4/+13
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-24/+8Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-16/+16
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-16/+25
* hw/arm/musicpal: Use AddressSpace for DMA transfersPhilippe Mathieu-Daudé2020-08-281-14/+31
* hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()Philippe Mathieu-Daudé2020-07-161-2/+2
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-2/+2
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-2/+2
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-4/+4
* hw/arm/musicpal: Map the UART devices unconditionallyPhilippe Mathieu-Daudé2020-05-111-8/+4Star
* hw/arm/musicpal: Simplify since the machines are little-endian onlyPhilippe Mathieu-Daudé2020-03-051-10/+0Star
* arm/musicpal: use memdev for RAMIgor Mammedov2020-02-191-5/+13
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* hw/arm/musicpal.c: Switch to transaction-based ptimer APIPeter Maydell2019-10-151-6/+10
* ptimer: Rename ptimer_init() to ptimer_init_with_bh()Peter Maydell2019-10-151-1/+1
* hw/arm: simplify arm_load_dtbTao Xu2019-09-031-7/+1Star
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-0/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-0/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* arm: Rename hw/arm/arm.h to hw/arm/boot.hPeter Maydell2019-05-231-1/+1
* pflash: Clean up after commit 368a354f02b, part 2Markus Armbruster2019-03-111-2/+2
* pflash: Clean up after commit 368a354f02b, part 1Markus Armbruster2019-03-111-2/+2
* hw: Remove unused 'hw/devices.h' includePhilippe Mathieu-Daudé2019-03-071-1/+0Star
* musicpal: Convert sysbus init function to realize functionMao Zhongyi2018-12-131-5/+4Star
* hw: arm: musicpal: drop TYPE_WM8750 in object_property_set_link()Li Qiang2018-12-131-1/+1
* audio: use TYPE_MV88W8618_AUDIO instead of hardcoded stringMao Zhongyi2018-10-291-1/+1
* audio: use object link instead of qdev property to pass wm8750 referenceMao Zhongyi2018-10-291-1/+2
* audio: use TYPE_WM8750 instead of a hardcoded stringMao Zhongyi2018-10-291-1/+1
* Change references to serial_hds[] to serial_hd()Peter Maydell2018-04-261-4/+4
* hw/arm: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis2018-02-061-1/+1
* hw/audio/wm8750: move WM8750 declarations from i2c/i2c.h to audio/wm8750.hPhilippe Mathieu-Daudé2018-02-021-1/+2
* arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directlyIgor Mammedov2017-09-191-5/+2Star
* cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov2017-09-191-4/+0Star
* hw/arm: Set ignore_memory_transaction_failures for most ARM boardsPeter Maydell2017-09-071-0/+1
* arm: replace cpu_arm_init() with cpu_generic_init()Igor Mammedov2017-09-011-1/+1
* hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell2017-07-141-2/+1Star
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-141-1/+1
* shutdown: Add source information to SHUTDOWN and RESETEric Blake2017-05-231-1/+1
* hw/arm: QOM'ify musicpal.cxiaoqiang zhao2016-10-241-43/+45
* hw/ptimer: Introduce timer policy featureDmitry Osipenko2016-09-221-1/+1
* qapi: Change Netdev into a flat unionEric Blake2016-07-191-1/+1
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-221-0/+2
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* hw/arm: Clean up includesPeter Maydell2016-01-181-0/+1