aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2019-10-15hw/isa/piix4: Convert reset handler to DeviceResetPhilippe Mathieu-Daudé1-4/+3
2019-10-15hw/acpi/piix4: Convert reset handler to DeviceResetPhilippe Mathieu-Daudé1-4/+3
2019-10-15numa: Introduce MachineClass::auto_enable_numa for implicit NUMA nodeTao Xu2-10/+9
2019-10-15hw/misc/bcm2835_mbox: Add trace eventsPhilippe Mathieu-Daudé3-0/+13
2019-10-15hw/arm/bcm2835: Add various unimplemented peripheralsPhilippe Mathieu-Daudé1-0/+31
2019-10-15hw/arm/bcm2835: Rename some definitionsPhilippe Mathieu-Daudé2-4/+5
2019-10-15hw/arm/bcm2835_peripherals: Name various address spacesPhilippe Mathieu-Daudé4-4/+4
2019-10-15hw/arm/bcm2835_peripherals: Improve loggingPhilippe Mathieu-Daudé5-18/+25
2019-10-15hw/arm/raspi: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-2/+2
2019-10-15aspeed/soc: Add ASPEED Video stubJoel Stanley2-0/+11
2019-10-15aspeed: add support for the Aspeed MII controller of the AST2600Cédric Le Goater2-0/+182
2019-10-15aspeed: Parameterise number of MACsJoel Stanley2-4/+12
2019-10-15m25p80: Add support for w25q512jvCédric Le Goater1-0/+1
2019-10-15aspeed/soc: Add AST2600 supportCédric Le Goater2-1/+493
2019-10-15aspeed: Introduce an object class per SoCCédric Le Goater2-71/+81
2019-10-15aspeed/i2c: Add AST2600 supportCédric Le Goater1-2/+44
2019-10-15aspeed/i2c: Introduce an object class per SoCCédric Le Goater2-9/+54
2019-10-15hw/gpio: Add in AST2600 specific implementationRashmica Gupta1-5/+137
2019-10-15aspeed/smc: Add AST2600 supportCédric Le Goater1-4/+128
2019-10-15aspeed/smc: Introduce segment operationsCédric Le Goater1-15/+30
2019-10-15hw: wdt_aspeed: Add AST2600 supportJoel Stanley1-0/+29
2019-10-15watchdog/aspeed: Introduce an object class per SoCCédric Le Goater2-61/+70
2019-10-15aspeed/sdmc: Add AST2600 supportJoel Stanley2-0/+84
2019-10-15aspeed/sdmc: Introduce an object class per SoCCédric Le Goater2-66/+107
2019-10-15aspeed/timer: Add support for IRQ status register on the AST2600Cédric Le Goater1-8/+28
2019-10-15aspeed/timer: Add AST2600 supportCédric Le Goater1-0/+51
2019-10-15aspeed/timer: Add support for control register 3Cédric Le Goater1-0/+19
2019-10-15aspeed/timer: Introduce an object class per SoCCédric Le Goater2-12/+98
2019-10-15hw: aspeed_scu: Add AST2600 supportJoel Stanley1-7/+185
2019-10-15hw/sd/aspeed_sdhci: New deviceEddie James4-1/+236
2019-10-15aspeed/wdt: Check correct register for clock sourceAmithash Prasad1-1/+1
2019-10-15hw/net/lan9118.c: Switch to transaction-based ptimer APIPeter Maydell1-4/+7
2019-10-15hw/watchdog/cmsdk-apb-watchdog.c: Switch to transaction-based ptimer APIPeter Maydell1-4/+9
2019-10-15hw/timer/mss-timerc: Switch to transaction-based ptimer APIPeter Maydell1-3/+8
2019-10-15hw/timer/imx_gpt.c: Switch to transaction-based ptimer APIPeter Maydell1-4/+17
2019-10-15hw/timer/imx_epit.c: Switch to transaction-based ptimer APIPeter Maydell1-5/+27
2019-10-15hw/timer/exynos4210_rtc.c: Switch main ptimer to transaction-based APIPeter Maydell1-4/+8
2019-10-15hw/timer/exynos4210_rtc.c: Switch 1Hz ptimer to transaction-based APIPeter Maydell1-2/+8
2019-10-15hw/timer/exynos4210_pwm.c: Switch to transaction-based ptimer APIPeter Maydell1-5/+12
2019-10-15hw/timer/exynos4210_mct.c: Switch ltick to transaction-based ptimer APIPeter Maydell1-6/+25
2019-10-15hw/timer/exynos4210_mct.c: Switch LFRC to transaction-based ptimer APIPeter Maydell1-4/+23
2019-10-15hw/timer/exynos4210_mct.c: Switch GFRC to transaction-based ptimer APIPeter Maydell1-3/+45
2019-10-15hw/timer/digic-timer.c: Switch to transaction-based ptimer APIPeter Maydell1-2/+14
2019-10-15hw/timer/cmsdk-apb-timer.c: Switch to transaction-based ptimer APIPeter Maydell1-4/+11
2019-10-15hw/timer/cmsdk-apb-dualtimer.c: Switch to transaction-based ptimer APIPeter Maydell1-3/+11
2019-10-15hw/timer/arm_mptimer.c: Switch to transaction-based ptimer APIPeter Maydell1-3/+11
2019-10-15hw/timer/allwinner-a10-pit.c: Switch to transaction-based ptimer APIPeter Maydell1-4/+8
2019-10-15hw/arm/musicpal.c: Switch to transaction-based ptimer APIPeter Maydell1-6/+10
2019-10-15hw/timer/arm_timer.c: Switch to transaction-based ptimer APIPeter Maydell1-5/+11
2019-10-15ptimer: Provide new transaction-based APIPeter Maydell1-15/+137