index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
arm
/
allwinner-h3.c
Age
Commit message (
Expand
)
Author
2024-02-02
hw/arm/allwinner: use qemu_configure_nic_device()
David Woodhouse
2024-01-26
target/arm: Move GTimer definitions to new 'gtimer.h' header
Philippe Mathieu-Daudé
2024-01-26
target/arm: Move ARM_CPU_IRQ/FIQ definitions to 'cpu-qom.h' header
Philippe Mathieu-Daudé
2023-04-20
hw/arm: Add WDT to Allwinner-H3 and Orangepi-PC
Strahinja Jankovic
2023-03-06
hw: arm: allwinner-h3: Fix and complete H3 i2c devices
qianfan Zhao
2023-01-12
{hw/i2c,docs/system/arm}: Allwinner TWI/I2C Emulation
Strahinja Jankovic
2022-07-12
block: Change blk_{pread,pwrite}() param order
Alberto Faria
2022-07-12
block: Add a 'flags' param to blk_pread()
Alberto Faria
2022-02-08
hw/arm: allwinner: Don't enable PSCI conduit when booting guest in EL3
Peter Maydell
2021-09-30
allwinner-h3: Switch to SMC as PSCI conduit
Alexander Graf
2021-05-02
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
2020-08-28
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200828'...
Peter Maydell
2020-08-28
hw/net/allwinner-sun8i-emac: Use AddressSpace for DMA transfers
Philippe Mathieu-Daudé
2020-08-28
hw/sd/allwinner-sdhost: Use AddressSpace for DMA transfers
Philippe Mathieu-Daudé
2020-08-27
allwinner-h3: Rename memmap enum constants
Eduardo Habkost
2020-07-21
hw: Mark nd_table[] misuse in realize methods FIXME
Markus Armbruster
2020-06-15
qdev: Convert bus-less devices to qdev_realize() with Coccinelle
Markus Armbruster
2020-06-15
sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2
Markus Armbruster
2020-06-15
qom: Less verbose object_initialize_child()
Markus Armbruster
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-03-12
hw/arm/allwinner: add RTC device support
Niek Linnenbank
2020-03-12
hw/arm/allwinner-h3: add SDRAM controller device
Niek Linnenbank
2020-03-12
hw/arm/allwinner-h3: add Boot ROM support
Niek Linnenbank
2020-03-12
hw/arm/allwinner-h3: add EMAC ethernet device
Niek Linnenbank
2020-03-12
hw/arm/allwinner: add SD/MMC host controller
Niek Linnenbank
2020-03-12
hw/arm/allwinner: add Security Identifier device
Niek Linnenbank
2020-03-12
hw/arm/allwinner: add CPU Configuration module
Niek Linnenbank
2020-03-12
hw/arm/allwinner-h3: add System Control module
Niek Linnenbank
2020-03-12
hw/arm/allwinner-h3: add USB host controller
Niek Linnenbank
2020-03-12
hw/arm/allwinner-h3: add Clock Control Unit
Niek Linnenbank
2020-03-12
hw/arm: add Allwinner H3 System-on-Chip
Niek Linnenbank