summary refs log tree commit diff stats
path: root/hw/arm/musicpal.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/arm: use qemu_configure_nic_device()David Woodhouse2024-02-021-2/+1
* hw/arm: Build various units only oncePhilippe Mathieu-Daudé2024-01-261-1/+0
* target/arm: Move ARM_CPU_IRQ/FIQ definitions to 'cpu-qom.h' headerPhilippe Mathieu-Daudé2024-01-261-0/+1
* hw/arm/musicpal: Convert to qemu_add_kbd_event_handler()Peter Maydell2024-01-261-68/+59
* hw/arm: Constify VMStateRichard Henderson2023-12-291-7/+7
* hw/arm: Support machine-default audiodev with fallbackMartin Kletzander2023-10-031-2/+9
* bulk: Remove pointless QOM castsPhilippe Mathieu-Daudé2023-06-051-1/+1
* hw/arm: Fix some typos in comments (most found by codespell)Stefan Weil2023-04-201-1/+1
* *: Add missing includes of qemu/error-report.hRichard Henderson2023-03-221-0/+2
* hw/arm/musicpal: Remove unused dummy MemoryRegionPhilippe Mathieu-Daudé2023-02-271-4/+0
* hw/i2c/bitbang_i2c: Define TYPE_GPIO_I2C in public headerPhilippe Mathieu-Daudé2023-01-231-1/+2
* hw/arm/musicpal: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2023-01-121-3/+6
* ptimer: Rename PTIMER_POLICY_DEFAULT to PTIMER_POLICY_LEGACYPeter Maydell2022-05-191-1/+1
* hw/net: Move MV88W8618 network device out of hw/arm/ directoryPhilippe Mathieu-Daudé2022-01-201-380/+1
* hw/arm/musicpal: Fix coding style of code related to MV88W8618 devicePhilippe Mathieu-Daudé2022-01-201-7/+7
* dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-301-6/+7
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* hw: Remove superfluous includes of hw/hw.hThomas Huth2021-05-021-1/+0
* hw/arm/musicpal: Remove dead code for non-32-bit-RGB surfacesPeter Maydell2021-03-051-40/+24
* 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/+8
* 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/+4
* hw/arm/musicpal: Simplify since the machines are little-endian onlyPhilippe Mathieu-Daudé2020-03-051-10/+0
* 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/+1
* 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/+0
* 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/+0
* musicpal: Convert sysbus init function to realize functionMao Zhongyi2018-12-131-5/+4
* 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