summaryrefslogtreecommitdiffstats
path: root/include/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2016-02-0814-46/+96
|\
| * fix MSI injection on XenStefano Stabellini2016-02-061-0/+1
| * intel_iommu: large page supportJason Wang2016-02-061-0/+1
| * dimm: Correct type of MemoryHotplugState->baseDavid Gibson2016-02-061-1/+1
| * acpi: add function to extract oem_id and oem_table_id from the user's SLICLaszlo Ersek2016-02-061-0/+7
| * acpi: expose oem_id and oem_table_id in build_rsdt()Laszlo Ersek2016-02-061-1/+2
| * acpi: take oem_id in build_header(), optionallyLaszlo Ersek2016-02-061-1/+1
| * pc: Eliminate PcGuestInfo structEduardo Habkost2016-02-061-6/+1Star
| * pc: Move APIC and NUMA data from PcGuestInfo to PCMachineStateEduardo Habkost2016-02-061-5/+9
| * pc: Move PcGuestInfo.fw_cfg to PCMachineStateEduardo Habkost2016-02-061-1/+1
| * pc: Remove PcGuestInfo.isapc_ram_fw fieldEduardo Habkost2016-02-061-1/+0Star
| * pc: Remove RAM size fields from PcGuestInfoEduardo Habkost2016-02-061-1/+0Star
| * pc: Remove compat fields from PcGuestInfoEduardo Habkost2016-02-061-4/+0Star
| * pc: Simplify xen_load_linux() signatureEduardo Habkost2016-02-061-2/+1Star
| * pc: Simplify pc_memory_init() signatureEduardo Habkost2016-02-061-5/+4Star
| * pc: Eliminate struct PcGuestInfoStateEduardo Habkost2016-02-061-0/+2
| * pc: Move PcGuestInfo declaration to top of fileEduardo Habkost2016-02-061-15/+16
| * ipmi: introduce a struct ipmi_sdr_compactCédric Le Goater2016-02-061-0/+45
| * virtio: introduce virtqueue_alloc_elementPaolo Bonzini2016-02-061-4/+5
| * virtio: introduce qemu_get/put_virtqueue_elementPaolo Bonzini2016-02-061-0/+2
| * virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini2016-02-067-8/+7Star
| * virtio: move VirtQueueElement at the beginning of the structsPaolo Bonzini2016-02-042-8/+7Star
* | Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell2016-02-042-11/+82
|\ \
| * | dma: remove now useless DMA_* functionsHervé Poussineau2016-02-031-10/+1Star
| * | isa: add an ISA DMA interface, and store it within the ISA busHervé Poussineau2016-02-031-0/+38
| * | i8257: move state definition to new independent headerHervé Poussineau2016-02-031-0/+42
| * | i8257: pass ISA bus to DMA_init() functionHervé Poussineau2016-02-031-1/+1
| |/
* | arm/boot: move highbank secure board setup code to common routineAndrew Baumann2016-02-031-0/+5
* | bcm2836: add bcm2836 SoC deviceAndrew Baumann2016-02-031-0/+35
* | bcm2836_control: add bcm2836 ARM control logicAndrew Baumann2016-02-031-0/+51
* | bcm2835_peripherals: add rollup device for bcm2835 peripheralsAndrew Baumann2016-02-032-0/+170
* | bcm2835_ic: add bcm2835 interrupt controllerAndrew Baumann2016-02-031-0/+33
* | bcm2835_property: add bcm2835 property channelAndrew Baumann2016-02-031-0/+31
* | bcm2835_mbox: add BCM2835 mailboxesAndrew Baumann2016-02-032-0/+65
* | arm: virt-acpi: each MADT.GICC entry as enabled unconditionallyIgor Mammedov2016-02-031-1/+0Star
|/
* virtio-gpu: block any rendering until client (ui) is doneGerd Hoffmann2016-02-031-0/+1
* virtio-gpu: add support to enable/disable command processingGerd Hoffmann2016-02-031-0/+2
* virtio-gpu: maintain command queueGerd Hoffmann2016-02-031-0/+1
* virtio-scsi: Catch BDS-BB removal/insertionMax Reitz2016-02-021-0/+10
* spapr: Remove rtas_st_buffer_direct()David Gibson2016-01-301-8/+0Star
* spapr: Small fixes to rtas_ibm_get_system_parameter, remove rtas_st_bufferDavid Gibson2016-01-301-19/+9Star
* xen: make it possible to build without the Xen PV domain builderIan Campbell2016-01-261-0/+2
* xen: domainbuild: reopen libxenctrl interface after forking for domain watcher.Ian Campbell2016-01-261-17/+0Star
* xen: Use stable library interfaces when they are available.Ian Campbell2016-01-261-2/+33
* xen: Switch uses of xc_map_foreign_{pages,bulk} to use libxenforeignmemory API.Ian Campbell2016-01-262-0/+26
* xen: Switch to libxengnttab interface for compat shims.Ian Campbell2016-01-262-11/+33
* xen: Switch to libxenevtchn interface for compat shims.Ian Campbell2016-01-262-11/+35
* fdc: change auto fallback drive for ISA FDC to 288John Snow2016-01-251-0/+4
* fdc: Add fallback optionJohn Snow2016-01-251-0/+1
* fdc: add drive type qapi enumJohn Snow2016-01-251-8/+1Star