summaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)Author
2016-02-08Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2016-02-06fix MSI injection on XenStefano Stabellini
2016-02-06intel_iommu: large page supportJason Wang
2016-02-06dimm: Correct type of MemoryHotplugState->baseDavid Gibson
2016-02-06acpi: add function to extract oem_id and oem_table_id from the user's SLICLaszlo Ersek
2016-02-06acpi: expose oem_id and oem_table_id in build_rsdt()Laszlo Ersek
2016-02-06acpi: take oem_id in build_header(), optionallyLaszlo Ersek
2016-02-06pc: Eliminate PcGuestInfo structEduardo Habkost
2016-02-06pc: Move APIC and NUMA data from PcGuestInfo to PCMachineStateEduardo Habkost
2016-02-06pc: Move PcGuestInfo.fw_cfg to PCMachineStateEduardo Habkost
2016-02-06pc: Remove PcGuestInfo.isapc_ram_fw fieldEduardo Habkost
2016-02-06pc: Remove RAM size fields from PcGuestInfoEduardo Habkost
2016-02-06pc: Remove compat fields from PcGuestInfoEduardo Habkost
2016-02-06pc: Simplify xen_load_linux() signatureEduardo Habkost
2016-02-06pc: Simplify pc_memory_init() signatureEduardo Habkost
2016-02-06pc: Eliminate struct PcGuestInfoStateEduardo Habkost
2016-02-06pc: Move PcGuestInfo declaration to top of fileEduardo Habkost
2016-02-06ipmi: introduce a struct ipmi_sdr_compactCédric Le Goater
2016-02-06virtio: introduce virtqueue_alloc_elementPaolo Bonzini
2016-02-06virtio: introduce qemu_get/put_virtqueue_elementPaolo Bonzini
2016-02-06virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini
2016-02-04virtio: move VirtQueueElement at the beginning of the structsPaolo Bonzini
2016-02-04Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell
2016-02-03dma: remove now useless DMA_* functionsHervé Poussineau
2016-02-03isa: add an ISA DMA interface, and store it within the ISA busHervé Poussineau
2016-02-03i8257: move state definition to new independent headerHervé Poussineau
2016-02-03i8257: pass ISA bus to DMA_init() functionHervé Poussineau
2016-02-03arm/boot: move highbank secure board setup code to common routineAndrew Baumann
2016-02-03bcm2836: add bcm2836 SoC deviceAndrew Baumann
2016-02-03bcm2836_control: add bcm2836 ARM control logicAndrew Baumann
2016-02-03bcm2835_peripherals: add rollup device for bcm2835 peripheralsAndrew Baumann
2016-02-03bcm2835_ic: add bcm2835 interrupt controllerAndrew Baumann
2016-02-03bcm2835_property: add bcm2835 property channelAndrew Baumann
2016-02-03bcm2835_mbox: add BCM2835 mailboxesAndrew Baumann
2016-02-03arm: virt-acpi: each MADT.GICC entry as enabled unconditionallyIgor Mammedov
2016-02-03virtio-gpu: block any rendering until client (ui) is doneGerd Hoffmann
2016-02-03virtio-gpu: add support to enable/disable command processingGerd Hoffmann
2016-02-03virtio-gpu: maintain command queueGerd Hoffmann
2016-02-02virtio-scsi: Catch BDS-BB removal/insertionMax Reitz
2016-01-30spapr: Remove rtas_st_buffer_direct()David Gibson
2016-01-30spapr: Small fixes to rtas_ibm_get_system_parameter, remove rtas_st_bufferDavid Gibson
2016-01-26xen: make it possible to build without the Xen PV domain builderIan Campbell
2016-01-26xen: domainbuild: reopen libxenctrl interface after forking for domain watcher.Ian Campbell
2016-01-26xen: Use stable library interfaces when they are available.Ian Campbell
2016-01-26xen: Switch uses of xc_map_foreign_{pages,bulk} to use libxenforeignmemory API.Ian Campbell
2016-01-26xen: Switch to libxengnttab interface for compat shims.Ian Campbell
2016-01-26xen: Switch to libxenevtchn interface for compat shims.Ian Campbell
2016-01-25fdc: change auto fallback drive for ISA FDC to 288John Snow
2016-01-25fdc: Add fallback optionJohn Snow
2016-01-25fdc: add drive type qapi enumJohn Snow