aboutsummaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)Author
2017-03-04Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170303' into...Peter Maydell
2017-03-04ppc: avoid typedef redefinitionsPaolo Bonzini
2017-03-03x86: Work around SMI migration breakagesDr. David Alan Gilbert
2017-03-03Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2017-03-03target/ppc: Add patb_entry to sPAPRMachineStateSuraj Jitindar Singh
2017-03-02Merge remote-tracking branch 'remotes/elmarco/tags/leak-pull-request' into st...Peter Maydell
2017-03-02Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170301' into...Peter Maydell
2017-03-02ACPI: Add Virtual Machine Generation ID supportBen Warren
2017-03-02ACPI: Add vmgenid blob storage to the build tablesBen Warren
2017-03-02linker-loader: Add new 'write pointer' commandBen Warren
2017-03-01Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2017-03-01Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170228-...Peter Maydell
2017-03-01ppc/xics: move InterruptStatsProvider to the sPAPR machineCédric Le Goater
2017-03-01ppc/xics: move ics-simple post_load under the machineCédric Le Goater
2017-03-01ppc/xics: remove the XICSState classesCédric Le Goater
2017-03-01ppc/xics: export the XICS init routinesCédric Le Goater
2017-03-01ppc/xics: move the ICP array under the sPAPR machineCédric Le Goater
2017-03-01ppc/xics: simplify spapr_dt_xics() interfaceCédric Le Goater
2017-03-01ppc/xics: use the QOM interface to grab an ICPCédric Le Goater
2017-03-01ppc/xics: move the cpu_setup() handler under the ICPState classCédric Le Goater
2017-03-01ppc/xics: simplify the cpu_setup() handlerCédric Le Goater
2017-03-01ppc/xics: extend the QOM interface to handle ICPsCédric Le Goater
2017-03-01ppc/xics: remove the XICS list of ICSCédric Le Goater
2017-03-01ppc/xics: remove xics_find_source()Cédric Le Goater
2017-03-01ppc/xics: use the QOM interface to resend irqsCédric Le Goater
2017-03-01ppc/xics: use the QOM interface to get irqsCédric Le Goater
2017-03-01ppc/xics: use the QOM interface under the sPAPR machineCédric Le Goater
2017-03-01ppc/xics: introduce a XICSFabric QOM interface to handle ICSsCédric Le Goater
2017-03-01ppc/xics: store the ICS object under the sPAPR machineCédric Le Goater
2017-03-01ppc/xics: remove set_nr_servers() handler from XICSStateClassCédric Le Goater
2017-03-01ppc/xics: remove set_nr_irqs() handler from XICSStateClassCédric Le Goater
2017-03-01xics: XICS should not be a SysBusDeviceDavid Gibson
2017-03-01spapr/pci: populate PCI DT in reverse orderGreg Kurz
2017-03-01PCI: add missing classes in pci_ids.h to build device treeLaurent Vivier
2017-03-01tests: fix ptimer leaksMarc-André Lureau
2017-02-28Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170228' into stagingPeter Maydell
2017-02-28hw/block: Introduce share-rw qdev propertyKevin Wolf
2017-02-28hw/block: Request permissionsKevin Wolf
2017-02-28bcm2835: add sdhost and gpio controllersClement Deschamps
2017-02-28bcm2835_gpio: add bcm2835 gpio controllerClement Deschamps
2017-02-28hw/sd: add card-reparenting functionClement Deschamps
2017-02-28hw/intc/arm_gicv3_kvm: Add ICC_SRE_EL1 register to vmstateVijaya Kumar K
2017-02-28stm32f205: Create armv7m object without using armv7m_init()Peter Maydell
2017-02-28armv7m: Split systick out from NVICPeter Maydell
2017-02-28armv7m: Make bitband device take the address space to accessPeter Maydell
2017-02-28armv7m: Make ARMv7M object take memory region linkPeter Maydell
2017-02-28armv7m: QOMify the armv7m containerPeter Maydell
2017-02-28armv7m: Move NVICState struct definition into headerPeter Maydell
2017-02-28armv7m: Abstract out the "load kernel" codePeter Maydell
2017-02-28bcm2835_sdhost: add bcm2835 sdhost controllerClement Deschamps