summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* module: Rename machine_init() to opts_init()Eduardo Habkost2016-03-162-2/+2
* machine: Use type_init() to register machine classesEduardo Habkost2016-03-1619-25/+17Star
* sd: Fix "info qtree" on boards with SD cardsPeter Maydell2016-03-161-2/+4
* bcm2835_dma: add emulation of Raspberry Pi DMA controllerGrégory ESTRADE2016-03-163-0/+435
* bcm2835_property: implement framebuffer control/configuration propertiesGrégory ESTRADE2016-03-163-14/+140
* bcm2835_fb: add framebuffer device for Raspberry PiGrégory ESTRADE2016-03-165-2/+468
* bcm2835_aux: add emulation of BCM2835 AUX (aka UART1) blockAndrew Baumann2016-03-163-0/+349
* bcm2835_peripherals: enable sdhci pending-insert quirk for raspberry piAndrew Baumann2016-03-161-0/+7
* hw/arm: Add palmetto-bmc machineAndrew Jeffery2016-03-162-1/+66
* hw/arm: Add ASPEED AST2400 SoC modelAndrew Jeffery2016-03-162-0/+138
* hw/intc: Add (new) ASPEED VIC device modelAndrew Jeffery2016-03-162-0/+340
* hw/timer: Add ASPEED timer device modelAndrew Jeffery2016-03-162-0/+450
* i.MX: Add missing descriptions in devices.Jean-Christophe Dubois2016-03-164-0/+4
* i.MX: Add i.MX6 CCM and ANALOG device.Jean-Christophe Dubois2016-03-162-0/+775
* i.MX: Add the CLK_IPG_HIGH clockJean-Christophe Dubois2016-03-164-12/+14
* i.MX: Remove CCM useless clock computation handling.Jean-Christophe Dubois2016-03-162-58/+0Star
* i.MX: Rename CCM NOCLK to CLK_NONE for naming consistency.Jean-Christophe Dubois2016-03-164-8/+8
* i.MX: Allow GPT timer to rollover.Jean-Christophe Dubois2016-03-161-12/+15
* arm: virt: Move machine class init code to the abstract machine typeWei Huang2016-03-161-14/+20
* arm: virt: Add an abstract ARM virt machine typeWei Huang2016-03-161-5/+18
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.6-20160316' into...Peter Maydell2016-03-166-188/+241
|\
| * vfio: Eliminate vfio_container_ioctl()David Gibson2016-03-151-45/+0Star
| * spapr_pci: Remove finish_realize hookDavid Gibson2016-03-151-20/+5Star
| * spapr_pci: (Mostly) remove spapr-pci-vfio-host-bridgeDavid Gibson2016-03-151-44/+17Star
| * spapr_pci: Allow EEH on spapr-pci-host-bridgeDavid Gibson2016-03-152-9/+7Star
| * spapr_pci: Eliminate class callbacksDavid Gibson2016-03-152-33/+29Star
| * spapr_pci: Switch to vfio_eeh_as_op() interfaceDavid Gibson2016-03-151-34/+16Star
| * vfio: Start improving VFIO/EEH interfaceDavid Gibson2016-03-151-0/+95
| * spapr_rng: fix race with main loopGreg Kurz2016-03-151-2/+2
| * target-ppc: Eliminate kvmppc_kern_htab globalDavid Gibson2016-03-152-7/+6Star
| * target-ppc: Add helpers for updating a CPU's SDR1 and external HPTDavid Gibson2016-03-151-11/+2Star
| * spapr_pci: fix multifunction hotplugMichael Roth2016-03-151-7/+86
* | kvm: x86: q35: Add support for -machine kernel_irqchip=split for q35Rita Sinha2016-03-151-2/+3
|/
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2016-03-1527-598/+997
|\
| * hw/acpi: fix GSI links UIDMarcel Apfelbaum2016-03-151-12/+8Star
| * ipmi: add some local variables in ipmi_sdr_initCédric Le Goater2016-03-111-5/+10
| * ipmi: remove the need of an ending record in the SDR tableCédric Le Goater2016-03-111-10/+3Star
| * ipmi: use a function to initialize the SDR tableCédric Le Goater2016-03-111-21/+28
| * ipmi: add a realize function to the device classCédric Le Goater2016-03-111-3/+4
| * ipmi: add rsp_buffer_set_error() helperCédric Le Goater2016-03-111-55/+60
| * ipmi: remove IPMI_CHECK_RESERVATION() macroCédric Le Goater2016-03-111-14/+19
| * ipmi: replace IPMI_ADD_RSP_DATA() macro with inline helpersCédric Le Goater2016-03-111-253/+228Star
| * ipmi: remove IPMI_CHECK_CMD_LEN() macroCédric Le Goater2016-03-111-80/+84
| * pc: acpi: clarify why possible LAPIC entries must be present in MADTIgor Mammedov2016-03-111-0/+6
| * pc: acpi: drop cpu->found_cpus bitmapIgor Mammedov2016-03-111-39/+14Star
| * pc: acpi: create Processor and Notify objects only for valid lapicsIgor Mammedov2016-03-111-14/+24
| * pc: acpi: create MADT.lapic entries only for valid lapicsIgor Mammedov2016-03-111-7/+12
| * pc: acpi: SRAT: create only valid processor lapic entriesIgor Mammedov2016-03-111-3/+8
| * pc: acpi: cleanup qdev_get_machine() callsIgor Mammedov2016-03-111-14/+12Star
| * machine: introduce MachineClass.possible_cpu_arch_ids() hookIgor Mammedov2016-03-111-4/+40