aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake
2016-02-08qom: Use typedef for VisitorEric Blake
2016-02-08balloon: Improve use of qapi visitorEric Blake
2016-02-08Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2016-02-06net: set endianness on all backend devicesLaurent Vivier
2016-02-06fix MSI injection on XenStefano Stabellini
2016-02-06intel_iommu: large page supportJason Wang
2016-02-06pc: set the OEM fields in the RSDT and the FADT from the SLICLaszlo Ersek
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-06acpi: Don't save PcGuestInfo on AcpiBuildStateEduardo Habkost
2016-02-06acpi: Remove guest_info parameters from functionsEduardo 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-06ipmi: add ACPI power and GUID commandsCédric Le Goater
2016-02-06ipmi: add GET_SYS_RESTART_CAUSE chassis commandCédric Le Goater
2016-02-06ipmi: add get and set SENSOR_TYPE commandsCédric Le Goater
2016-02-06ipmi: introduce a struct ipmi_sdr_compactCédric Le Goater
2016-02-06ipmi: fix SDR length valueCédric Le Goater
2016-02-06ipmi: cleanup error_report messagesCédric Le Goater
2016-02-06ipmi: replace *_MAXCMD definesCédric Le Goater
2016-02-06ipmi: replace goto by a return statementCédric Le Goater
2016-02-06hw/pci: ensure that only PCI/PCIe bridges can be attached to pxb/pxb-pcie dev...Marcel Apfelbaum
2016-02-06hw/pxb: add pxb devices to the bridge categoryMarcel Apfelbaum
2016-02-06virtio: combine write of an entry into used ringVincenzo Maffione
2016-02-06virtio: read avail_idx from VQ only when necessaryVincenzo Maffione
2016-02-06virtio: cache used_idx in a VirtQueue fieldVincenzo Maffione
2016-02-06virtio: combine the read of a descriptorPaolo Bonzini
2016-02-06vring: slim down allocation of VirtQueueElementsPaolo Bonzini
2016-02-06virtio: slim down allocation of VirtQueueElementsPaolo Bonzini
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-04pc: acpi: merge SSDT into DSDTIgor Mammedov
2016-02-04Fix virtio migrationDr. David Alan Gilbert
2016-02-04Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2016-02-04Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell
2016-02-04Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160203'...Peter Maydell
2016-02-04e1000: eliminate infinite loops on out-of-bounds transfer startLaszlo Ersek
2016-02-04cadence_gem: fix buffer overflowMichael S. Tsirkin
2016-02-04net: cadence_gem: check packet size in gem_recievePrasad J Pandit