Age | Commit message (Expand) | Author |
2024-02-02 | hw/arm: use qemu_configure_nic_device() | David Woodhouse |
2024-01-26 | hw/arm: Build various units only once | Philippe Mathieu-Daudé |
2024-01-26 | target/arm: Move ARM_CPU_IRQ/FIQ definitions to 'cpu-qom.h' header | Philippe Mathieu-Daudé |
2024-01-26 | hw/arm/musicpal: Convert to qemu_add_kbd_event_handler() | Peter Maydell |
2023-12-29 | hw/arm: Constify VMState | Richard Henderson |
2023-10-03 | hw/arm: Support machine-default audiodev with fallback | Martin Kletzander |
2023-06-05 | bulk: Remove pointless QOM casts | Philippe Mathieu-Daudé |
2023-04-20 | hw/arm: Fix some typos in comments (most found by codespell) | Stefan Weil |
2023-03-22 | *: Add missing includes of qemu/error-report.h | Richard Henderson |
2023-02-27 | hw/arm/musicpal: Remove unused dummy MemoryRegion | Philippe Mathieu-Daudé |
2023-01-23 | hw/i2c/bitbang_i2c: Define TYPE_GPIO_I2C in public header | Philippe Mathieu-Daudé |
2023-01-12 | hw/arm/musicpal: Use the IEC binary prefix definitions | Philippe Mathieu-Daudé |
2022-05-19 | ptimer: Rename PTIMER_POLICY_DEFAULT to PTIMER_POLICY_LEGACY | Peter Maydell |
2022-01-20 | hw/net: Move MV88W8618 network device out of hw/arm/ directory | Philippe Mathieu-Daudé |
2022-01-20 | hw/arm/musicpal: Fix coding style of code related to MV88W8618 device | Philippe Mathieu-Daudé |
2021-12-30 | dma: Let dma_memory_read/write() take MemTxAttrs argument | Philippe Mathieu-Daudé |
2021-05-02 | Do not include exec/address-spaces.h if it's not really necessary | Thomas Huth |
2021-05-02 | hw: Remove superfluous includes of hw/hw.h | Thomas Huth |
2021-03-05 | hw/arm/musicpal: Remove dead code for non-32-bit-RGB surfaces | Peter Maydell |
2021-01-08 | musicpal: Use ptimer_free() in the finalize function to avoid memleaks | Gan Qixin |
2020-11-10 | hw/arm/musicpal: Only use qdev_get_gpio_in() when necessary | Philippe Mathieu-Daudé |
2020-11-10 | hw/arm/musicpal: Don't connect two qemu_irqs directly to the same input | Philippe Mathieu-Daudé |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost |
2020-08-28 | hw/arm/musicpal: Use AddressSpace for DMA transfers | Philippe Mathieu-Daudé |
2020-07-16 | hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple() | Philippe Mathieu-Daudé |
2020-07-10 | qom: Put name parameter before value / visitor parameter | Markus Armbruster |
2020-06-15 | sysbus: Convert to sysbus_realize() etc. with Coccinelle | Markus Armbruster |
2020-06-15 | qdev: Convert uses of qdev_create() with Coccinelle | Markus Armbruster |
2020-05-11 | hw/arm/musicpal: Map the UART devices unconditionally | Philippe Mathieu-Daudé |
2020-03-05 | hw/arm/musicpal: Simplify since the machines are little-endian only | Philippe Mathieu-Daudé |
2020-02-19 | arm/musicpal: use memdev for RAM | Igor Mammedov |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau |
2019-10-15 | hw/arm/musicpal.c: Switch to transaction-based ptimer API | Peter Maydell |
2019-10-15 | ptimer: Rename ptimer_init() to ptimer_init_with_bh() | Peter Maydell |
2019-09-03 | hw/arm: simplify arm_load_dtb | Tao Xu |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster |
2019-05-23 | arm: Rename hw/arm/arm.h to hw/arm/boot.h | Peter Maydell |
2019-03-11 | pflash: Clean up after commit 368a354f02b, part 2 | Markus Armbruster |
2019-03-11 | pflash: Clean up after commit 368a354f02b, part 1 | Markus Armbruster |
2019-03-07 | hw: Remove unused 'hw/devices.h' include | Philippe Mathieu-Daudé |
2018-12-13 | musicpal: Convert sysbus init function to realize function | Mao Zhongyi |
2018-12-13 | hw: arm: musicpal: drop TYPE_WM8750 in object_property_set_link() | Li Qiang |
2018-10-29 | audio: use TYPE_MV88W8618_AUDIO instead of hardcoded string | Mao Zhongyi |