summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2016-02-10ahci: handle LIST_ON and FIS_ON in map helpersJohn Snow1-10/+18
2016-02-10ahci: Do not unmap NULL addressesJohn Snow1-0/+8
2016-02-10fdc: always compile-check debug printsJohn Snow1-7/+8
2016-02-10ide: fix device_reset to not ignore pending AIOJohn Snow1-10/+17
2016-02-10ide: Add silent DRQ cancellationJohn Snow1-3/+18
2016-02-10ide: replace blk_drain_all by blk_drainJohn Snow1-1/+1
2016-02-10ide: move buffered DMA cancel to coreJohn Snow3-35/+47
2016-02-10ide: code motionJohn Snow1-58/+58
2016-02-10ide: Prohibit RESET on IDE drivesJohn Snow1-3/+7
2016-02-09Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell10-15/+3909
2016-02-09Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-02-09' into...Peter Maydell4-24/+4
2016-02-09ipmi_bmc_sim: Add break to correct watchdog NMI checkCorey Minyard1-0/+2
2016-02-09ipmi_bmc_sim: Fix off by one in check.Corey Minyard1-1/+1
2016-02-09ipmi: do not take/drop iothread lockPaolo Bonzini1-2/+0
2016-02-09hw: Add support for LSI SAS1068 (mptsas) devicePaolo Bonzini6-0/+3803
2016-02-09scsi-generic: grab device and port SAS addresses from backendPaolo Bonzini2-0/+93
2016-02-09scsi: push WWN fields up to SCSIDevicePaolo Bonzini1-12/+10
2016-02-08qapi: Drop unused error argument for list and implicit structEric Blake1-5/+1
2016-02-08qapi: Drop unused 'kind' for struct/enum visitEric Blake3-8/+6
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake18-171/+166
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake19-97/+97
2016-02-08qom: Use typedef for VisitorEric Blake2-5/+5
2016-02-08balloon: Improve use of qapi visitorEric Blake1-3/+5
2016-02-08Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster4-24/+4
2016-02-08Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell33-717/+1004
2016-02-06net: set endianness on all backend devicesLaurent Vivier1-12/+11
2016-02-06fix MSI injection on XenStefano Stabellini3-6/+19
2016-02-06intel_iommu: large page supportJason Wang2-24/+58
2016-02-06pc: set the OEM fields in the RSDT and the FADT from the SLICLaszlo Ersek1-4/+9
2016-02-06acpi: add function to extract oem_id and oem_table_id from the user's SLICLaszlo Ersek1-0/+16
2016-02-06acpi: expose oem_id and oem_table_id in build_rsdt()Laszlo Ersek3-4/+5
2016-02-06acpi: take oem_id in build_header(), optionallyLaszlo Ersek4-20/+25
2016-02-06pc: Eliminate PcGuestInfo structEduardo Habkost1-3/+1
2016-02-06pc: Move APIC and NUMA data from PcGuestInfo to PCMachineStateEduardo Habkost2-23/+19
2016-02-06pc: Move PcGuestInfo.fw_cfg to PCMachineStateEduardo Habkost2-10/+7
2016-02-06pc: Remove PcGuestInfo.isapc_ram_fw fieldEduardo Habkost3-8/+3
2016-02-06pc: Remove RAM size fields from PcGuestInfoEduardo Habkost2-7/+5
2016-02-06pc: Remove compat fields from PcGuestInfoEduardo Habkost5-22/+11
2016-02-06acpi: Don't save PcGuestInfo on AcpiBuildStateEduardo Habkost1-3/+0
2016-02-06acpi: Remove guest_info parameters from functionsEduardo Habkost1-14/+21
2016-02-06pc: Simplify xen_load_linux() signatureEduardo Habkost2-4/+3
2016-02-06pc: Simplify pc_memory_init() signatureEduardo Habkost3-8/+7
2016-02-06pc: Eliminate struct PcGuestInfoStateEduardo Habkost1-17/+10
2016-02-06ipmi: add ACPI power and GUID commandsCédric Le Goater1-0/+49
2016-02-06ipmi: add GET_SYS_RESTART_CAUSE chassis commandCédric Le Goater1-1/+15
2016-02-06ipmi: add get and set SENSOR_TYPE commandsCédric Le Goater1-1/+44
2016-02-06ipmi: introduce a struct ipmi_sdr_compactCédric Le Goater1-28/+44
2016-02-06ipmi: fix SDR length valueCédric Le Goater1-6/+6
2016-02-06ipmi: cleanup error_report messagesCédric Le Goater1-2/+2
2016-02-06ipmi: replace *_MAXCMD definesCédric Le Goater1-13/+8