summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2016-02-0833-717/+1004
|\
| * net: set endianness on all backend devicesLaurent Vivier2016-02-061-12/+11Star
| * fix MSI injection on XenStefano Stabellini2016-02-063-6/+19
| * intel_iommu: large page supportJason Wang2016-02-062-24/+58
| * pc: set the OEM fields in the RSDT and the FADT from the SLICLaszlo Ersek2016-02-061-4/+9
| * acpi: add function to extract oem_id and oem_table_id from the user's SLICLaszlo Ersek2016-02-061-0/+16
| * acpi: expose oem_id and oem_table_id in build_rsdt()Laszlo Ersek2016-02-063-4/+5
| * acpi: take oem_id in build_header(), optionallyLaszlo Ersek2016-02-064-20/+25
| * pc: Eliminate PcGuestInfo structEduardo Habkost2016-02-061-3/+1Star
| * pc: Move APIC and NUMA data from PcGuestInfo to PCMachineStateEduardo Habkost2016-02-062-23/+19Star
| * pc: Move PcGuestInfo.fw_cfg to PCMachineStateEduardo Habkost2016-02-062-10/+7Star
| * pc: Remove PcGuestInfo.isapc_ram_fw fieldEduardo Habkost2016-02-063-8/+3Star
| * pc: Remove RAM size fields from PcGuestInfoEduardo Habkost2016-02-062-7/+5Star
| * pc: Remove compat fields from PcGuestInfoEduardo Habkost2016-02-065-22/+11Star
| * acpi: Don't save PcGuestInfo on AcpiBuildStateEduardo Habkost2016-02-061-3/+0Star
| * acpi: Remove guest_info parameters from functionsEduardo Habkost2016-02-061-14/+21
| * pc: Simplify xen_load_linux() signatureEduardo Habkost2016-02-062-4/+3Star
| * pc: Simplify pc_memory_init() signatureEduardo Habkost2016-02-063-8/+7Star
| * pc: Eliminate struct PcGuestInfoStateEduardo Habkost2016-02-061-17/+10Star
| * ipmi: add ACPI power and GUID commandsCédric Le Goater2016-02-061-0/+49
| * ipmi: add GET_SYS_RESTART_CAUSE chassis commandCédric Le Goater2016-02-061-1/+15
| * ipmi: add get and set SENSOR_TYPE commandsCédric Le Goater2016-02-061-1/+44
| * ipmi: introduce a struct ipmi_sdr_compactCédric Le Goater2016-02-061-28/+44
| * ipmi: fix SDR length valueCédric Le Goater2016-02-061-6/+6
| * ipmi: cleanup error_report messagesCédric Le Goater2016-02-061-2/+2
| * ipmi: replace *_MAXCMD definesCédric Le Goater2016-02-061-13/+8Star
| * ipmi: replace goto by a return statementCédric Le Goater2016-02-061-99/+41Star
| * hw/pci: ensure that only PCI/PCIe bridges can be attached to pxb/pxb-pcie dev...Marcel Apfelbaum2016-02-061-0/+7
| * hw/pxb: add pxb devices to the bridge categoryMarcel Apfelbaum2016-02-061-0/+2
| * virtio: combine write of an entry into used ringVincenzo Maffione2016-02-061-13/+12Star
| * virtio: read avail_idx from VQ only when necessaryVincenzo Maffione2016-02-061-4/+22
| * virtio: cache used_idx in a VirtQueue fieldVincenzo Maffione2016-02-061-3/+9
| * virtio: combine the read of a descriptorPaolo Bonzini2016-02-061-51/+35Star
| * vring: slim down allocation of VirtQueueElementsPaolo Bonzini2016-02-061-17/+36
| * virtio: slim down allocation of VirtQueueElementsPaolo Bonzini2016-02-061-31/+51
| * virtio: introduce virtqueue_alloc_elementPaolo Bonzini2016-02-062-13/+100
| * virtio: introduce qemu_get/put_virtqueue_elementPaolo Bonzini2016-02-064-19/+21
| * virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini2016-02-0615-134/+202
| * virtio: move VirtQueueElement at the beginning of the structsPaolo Bonzini2016-02-041-2/+1Star
| * pc: acpi: merge SSDT into DSDTIgor Mammedov2016-02-041-135/+111Star
| * Fix virtio migrationDr. David Alan Gilbert2016-02-041-4/+4
* | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2016-02-042-2/+16
|\ \
| * | e1000: eliminate infinite loops on out-of-bounds transfer startLaszlo Ersek2016-02-041-2/+4
| * | cadence_gem: fix buffer overflowMichael S. Tsirkin2016-02-041-0/+8
| * | net: cadence_gem: check packet size in gem_recievePrasad J Pandit2016-02-041-0/+4
* | | Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell2016-02-0413-306/+389
|\ \ \
| * | | dma: remove now useless DMA_* functionsHervé Poussineau2016-02-033-109/+0Star
| * | | sb16: use IsaDma interface instead of global DMA_* functionsHervé Poussineau2016-02-031-5/+18
| * | | gus: use IsaDma interface instead of global DMA_* functionsHervé Poussineau2016-02-031-7/+13
| * | | cs4231a: use IsaDma interface instead of global DMA_* functionsHervé Poussineau2016-02-031-8/+15