aboutsummaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)AuthorFilesLines
2019-10-22hw/i386/pc: move shared x86 functions to x86.c and export themSergio Lopez2-1/+35
2019-10-22hw/i386/pc: rename functions shared with non-PC machinesSergio Lopez1-1/+1
2019-10-22hw/virtio: Factorize virtio-mmio headersSergio Lopez1-0/+73
2019-10-17Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell1-0/+1
2019-10-17Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell6-2/+164
2019-10-15numa: Introduce MachineClass::auto_enable_numa for implicit NUMA nodeTao Xu1-0/+1
2019-10-15hw/arm/bcm2835: Add various unimplemented peripheralsPhilippe Mathieu-Daudé2-0/+23
2019-10-15hw/arm/bcm2835: Rename some definitionsPhilippe Mathieu-Daudé1-9/+7
2019-10-15aspeed/soc: Add ASPEED Video stubJoel Stanley1-0/+1
2019-10-15aspeed: add support for the Aspeed MII controller of the AST2600Cédric Le Goater2-0/+22
2019-10-15aspeed: Parameterise number of MACsJoel Stanley1-1/+4
2019-10-15aspeed/soc: Add AST2600 supportCédric Le Goater1-0/+4
2019-10-15aspeed: Introduce an object class per SoCCédric Le Goater1-6/+3
2019-10-15aspeed/i2c: Add AST2600 supportCédric Le Goater1-1/+4
2019-10-15aspeed/i2c: Introduce an object class per SoCCédric Le Goater1-0/+15
2019-10-15aspeed/smc: Introduce segment operationsCédric Le Goater1-0/+4
2019-10-15hw: wdt_aspeed: Add AST2600 supportJoel Stanley2-1/+2
2019-10-15watchdog/aspeed: Introduce an object class per SoCCédric Le Goater1-2/+16
2019-10-15aspeed/sdmc: Add AST2600 supportJoel Stanley1-0/+1
2019-10-15aspeed/sdmc: Introduce an object class per SoCCédric Le Goater1-4/+15
2019-10-15aspeed/timer: Add support for IRQ status register on the AST2600Cédric Le Goater1-0/+1
2019-10-15aspeed/timer: Add AST2600 supportCédric Le Goater1-0/+1
2019-10-15aspeed/timer: Add support for control register 3Cédric Le Goater1-0/+1
2019-10-15aspeed/timer: Introduce an object class per SoCCédric Le Goater1-0/+15
2019-10-15hw: aspeed_scu: Add AST2600 supportJoel Stanley1-1/+6
2019-10-15hw/sd/aspeed_sdhci: New deviceEddie James2-0/+37
2019-10-15hw/timer/mss-timerc: Switch to transaction-based ptimer APIPeter Maydell1-1/+0
2019-10-15ptimer: Provide new transaction-based APIPeter Maydell1-0/+72
2019-10-15ptimer: Rename ptimer_init() to ptimer_init_with_bh()Peter Maydell1-5/+6
2019-10-07Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20191004' into...Peter Maydell11-52/+116
2019-10-05virtio: add vhost-user-fs base deviceDr. David Alan Gilbert1-0/+45
2019-10-05hw/arm: Use GED for system_powerdown eventShameer Kolothum2-0/+4
2019-10-05hw/arm: Factor out powerdown notifier from GPIOShameer Kolothum1-0/+1
2019-10-05hw/arm/virt: Enable device memory cold/hot plug with ACPI bootShameer Kolothum1-0/+4
2019-10-05hw/acpi: Add ACPI Generic Event Device SupportSamuel Ortiz1-0/+100
2019-10-05hw/acpi: Make ACPI IO address space configurableShameer Kolothum2-2/+10
2019-10-04vfio: Turn the container error into an Error handleEric Auger1-1/+1
2019-10-04spapr: Eliminate SpaprIrq::init hookDavid Gibson1-1/+0
2019-10-04spapr: Use less cryptic representation of which irq backends are supportedDavid Gibson1-1/+2
2019-10-04xive: Improve irq claim/free pathDavid Gibson2-3/+3
2019-10-04spapr: Handle freeing of multiple irqs in frontend onlyDavid Gibson1-1/+1
2019-10-04spapr: Eliminate SpaprIrq:get_nodename methodDavid Gibson2-3/+0
2019-10-04spapr: Simplify spapr_qirq() handlingDavid Gibson1-1/+0
2019-10-04spapr: Eliminate nr_irqs parameter to SpaprIrq::initDavid Gibson1-1/+1
2019-10-04spapr: Clarify and fix handling of nr_irqsDavid Gibson1-7/+12
2019-10-04spapr: Replace spapr_vio_qirq() helper with spapr_vio_irq_pulse() helperDavid Gibson1-2/+3
2019-10-04spapr: Fold spapr_phb_lsi_qirq() into its single callerDavid Gibson1-7/+0
2019-10-04xics: Create sPAPR specific ICS subtypeDavid Gibson1-1/+3
2019-10-04xics: Merge TYPE_ICS_BASE and TYPE_ICS_SIMPLE classesDavid Gibson1-10/+6
2019-10-04xics: Eliminate reset hookDavid Gibson1-1/+0