summaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)AuthorFilesLines
2016-02-10xen: drop XenXC and associated interface wrappersIan Campbell2-52/+32
2016-02-10xen: drop xen_xc_hvm_inject_msi wrapperIan Campbell1-6/+0
2016-02-10xen: drop support for Xen 4.1 and older.Ian Campbell2-146/+4
2016-02-08Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell14-46/+96
2016-02-06fix MSI injection on XenStefano Stabellini1-0/+1
2016-02-06intel_iommu: large page supportJason Wang1-0/+1
2016-02-06dimm: Correct type of MemoryHotplugState->baseDavid Gibson1-1/+1
2016-02-06acpi: add function to extract oem_id and oem_table_id from the user's SLICLaszlo Ersek1-0/+7
2016-02-06acpi: expose oem_id and oem_table_id in build_rsdt()Laszlo Ersek1-1/+2
2016-02-06acpi: take oem_id in build_header(), optionallyLaszlo Ersek1-1/+1
2016-02-06pc: Eliminate PcGuestInfo structEduardo Habkost1-6/+1
2016-02-06pc: Move APIC and NUMA data from PcGuestInfo to PCMachineStateEduardo Habkost1-5/+9
2016-02-06pc: Move PcGuestInfo.fw_cfg to PCMachineStateEduardo Habkost1-1/+1
2016-02-06pc: Remove PcGuestInfo.isapc_ram_fw fieldEduardo Habkost1-1/+0
2016-02-06pc: Remove RAM size fields from PcGuestInfoEduardo Habkost1-1/+0
2016-02-06pc: Remove compat fields from PcGuestInfoEduardo Habkost1-4/+0
2016-02-06pc: Simplify xen_load_linux() signatureEduardo Habkost1-2/+1
2016-02-06pc: Simplify pc_memory_init() signatureEduardo Habkost1-5/+4
2016-02-06pc: Eliminate struct PcGuestInfoStateEduardo Habkost1-0/+2
2016-02-06pc: Move PcGuestInfo declaration to top of fileEduardo Habkost1-15/+16
2016-02-06ipmi: introduce a struct ipmi_sdr_compactCédric Le Goater1-0/+45
2016-02-06virtio: introduce virtqueue_alloc_elementPaolo Bonzini1-4/+5
2016-02-06virtio: introduce qemu_get/put_virtqueue_elementPaolo Bonzini1-0/+2
2016-02-06virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini7-8/+7
2016-02-04virtio: move VirtQueueElement at the beginning of the structsPaolo Bonzini2-8/+7
2016-02-04Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell2-11/+82
2016-02-03dma: remove now useless DMA_* functionsHervé Poussineau1-10/+1
2016-02-03isa: add an ISA DMA interface, and store it within the ISA busHervé Poussineau1-0/+38
2016-02-03i8257: move state definition to new independent headerHervé Poussineau1-0/+42
2016-02-03i8257: pass ISA bus to DMA_init() functionHervé Poussineau1-1/+1
2016-02-03arm/boot: move highbank secure board setup code to common routineAndrew Baumann1-0/+5
2016-02-03bcm2836: add bcm2836 SoC deviceAndrew Baumann1-0/+35
2016-02-03bcm2836_control: add bcm2836 ARM control logicAndrew Baumann1-0/+51
2016-02-03bcm2835_peripherals: add rollup device for bcm2835 peripheralsAndrew Baumann2-0/+170
2016-02-03bcm2835_ic: add bcm2835 interrupt controllerAndrew Baumann1-0/+33
2016-02-03bcm2835_property: add bcm2835 property channelAndrew Baumann1-0/+31
2016-02-03bcm2835_mbox: add BCM2835 mailboxesAndrew Baumann2-0/+65
2016-02-03arm: virt-acpi: each MADT.GICC entry as enabled unconditionallyIgor Mammedov1-1/+0
2016-02-03virtio-gpu: block any rendering until client (ui) is doneGerd Hoffmann1-0/+1
2016-02-03virtio-gpu: add support to enable/disable command processingGerd Hoffmann1-0/+2
2016-02-03virtio-gpu: maintain command queueGerd Hoffmann1-0/+1
2016-02-02virtio-scsi: Catch BDS-BB removal/insertionMax Reitz1-0/+10
2016-01-30spapr: Remove rtas_st_buffer_direct()David Gibson1-8/+0
2016-01-30spapr: Small fixes to rtas_ibm_get_system_parameter, remove rtas_st_bufferDavid Gibson1-19/+9
2016-01-26xen: make it possible to build without the Xen PV domain builderIan Campbell1-0/+2
2016-01-26xen: domainbuild: reopen libxenctrl interface after forking for domain watcher.Ian Campbell1-17/+0
2016-01-26xen: Use stable library interfaces when they are available.Ian Campbell1-2/+33
2016-01-26xen: Switch uses of xc_map_foreign_{pages,bulk} to use libxenforeignmemory API.Ian Campbell2-0/+26
2016-01-26xen: Switch to libxengnttab interface for compat shims.Ian Campbell2-11/+33
2016-01-26xen: Switch to libxenevtchn interface for compat shims.Ian Campbell2-11/+35