aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2016-03-16sd: Fix "info qtree" on boards with SD cardspull-target-arm-20160316Peter Maydell
2016-03-16bcm2835_dma: add emulation of Raspberry Pi DMA controllerGrégory ESTRADE
2016-03-16bcm2835_property: implement framebuffer control/configuration propertiesGrégory ESTRADE
2016-03-16bcm2835_fb: add framebuffer device for Raspberry PiGrégory ESTRADE
2016-03-16bcm2835_aux: add emulation of BCM2835 AUX (aka UART1) blockAndrew Baumann
2016-03-16bcm2835_peripherals: enable sdhci pending-insert quirk for raspberry piAndrew Baumann
2016-03-16hw/arm: Add palmetto-bmc machineAndrew Jeffery
2016-03-16hw/arm: Add ASPEED AST2400 SoC modelAndrew Jeffery
2016-03-16hw/intc: Add (new) ASPEED VIC device modelAndrew Jeffery
2016-03-16hw/timer: Add ASPEED timer device modelAndrew Jeffery
2016-03-16i.MX: Add missing descriptions in devices.Jean-Christophe Dubois
2016-03-16i.MX: Add i.MX6 CCM and ANALOG device.Jean-Christophe Dubois
2016-03-16i.MX: Add the CLK_IPG_HIGH clockJean-Christophe Dubois
2016-03-16i.MX: Remove CCM useless clock computation handling.Jean-Christophe Dubois
2016-03-16i.MX: Rename CCM NOCLK to CLK_NONE for naming consistency.Jean-Christophe Dubois
2016-03-16i.MX: Allow GPT timer to rollover.Jean-Christophe Dubois
2016-03-16arm: virt: Move machine class init code to the abstract machine typeWei Huang
2016-03-16arm: virt: Add an abstract ARM virt machine typeWei Huang
2016-03-16Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.6-20160316' into...Peter Maydell
2016-03-16vfio: Eliminate vfio_container_ioctl()David Gibson
2016-03-16spapr_pci: Remove finish_realize hookDavid Gibson
2016-03-16spapr_pci: (Mostly) remove spapr-pci-vfio-host-bridgeDavid Gibson
2016-03-16spapr_pci: Allow EEH on spapr-pci-host-bridgeDavid Gibson
2016-03-16spapr_pci: Eliminate class callbacksDavid Gibson
2016-03-16spapr_pci: Switch to vfio_eeh_as_op() interfaceDavid Gibson
2016-03-16vfio: Start improving VFIO/EEH interfaceDavid Gibson
2016-03-16spapr_rng: fix race with main loopGreg Kurz
2016-03-16target-ppc: Eliminate kvmppc_kern_htab globalDavid Gibson
2016-03-16target-ppc: Add helpers for updating a CPU's SDR1 and external HPTDavid Gibson
2016-03-16spapr_pci: fix multifunction hotplugMichael Roth
2016-03-15kvm: x86: q35: Add support for -machine kernel_irqchip=split for q35Rita Sinha
2016-03-15Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2016-03-15hw/acpi: fix GSI links UIDMarcel Apfelbaum
2016-03-14Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20160311.0' i...Peter Maydell
2016-03-11ipmi: add some local variables in ipmi_sdr_initCédric Le Goater
2016-03-11ipmi: remove the need of an ending record in the SDR tableCédric Le Goater
2016-03-11ipmi: use a function to initialize the SDR tableCédric Le Goater
2016-03-11ipmi: add a realize function to the device classCédric Le Goater
2016-03-11ipmi: add rsp_buffer_set_error() helperCédric Le Goater
2016-03-11ipmi: remove IPMI_CHECK_RESERVATION() macroCédric Le Goater
2016-03-11ipmi: replace IPMI_ADD_RSP_DATA() macro with inline helpersCédric Le Goater
2016-03-11ipmi: remove IPMI_CHECK_CMD_LEN() macroCédric Le Goater
2016-03-11pc: acpi: clarify why possible LAPIC entries must be present in MADTIgor Mammedov
2016-03-11pc: acpi: drop cpu->found_cpus bitmapIgor Mammedov
2016-03-11pc: acpi: create Processor and Notify objects only for valid lapicsIgor Mammedov
2016-03-11pc: acpi: create MADT.lapic entries only for valid lapicsIgor Mammedov
2016-03-11pc: acpi: SRAT: create only valid processor lapic entriesIgor Mammedov
2016-03-11pc: acpi: cleanup qdev_get_machine() callsIgor Mammedov
2016-03-11machine: introduce MachineClass.possible_cpu_arch_ids() hookIgor Mammedov
2016-03-11pc: init pcms->apic_id_limit once and use it throughout pc.cIgor Mammedov