aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2021-03-06scsi: move host_status handling into SCSI driversHannes Reinecke5-12/+124
2021-03-06scsi: inline sg_io_sense_from_errno() into the callers.Hannes Reinecke2-11/+58
2021-03-06scsi-generic: do not snoop the output of failed commandsPaolo Bonzini1-1/+4
2021-03-06x86/pvh: extract only 4 bytes of start address for 32 bit kernelsDavid Edmondson1-2/+4
2021-03-06lsilogic: Use PCIDevice::exit instead of DeviceState::unrealizePeng Liang1-2/+2
2021-03-06KVM: x86: deprecate -M kernel-irqchip=off except for -M isapcPaolo Bonzini1-0/+6
2021-03-03Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell6-10/+29
2021-03-02Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell15-142/+151
2021-03-02vhost: simplify vhost_dev_init() fail_busyloop labelStefan Hajnoczi1-7/+5
2021-03-02hw/pci: Have safer pcie_bus_realize() by checking error pathPhilippe Mathieu-Daudé1-1/+6
2021-03-02virtio-net: handle zero mac for a vdpa peerCindy Lu1-0/+12
2021-03-02i386/acpi: restore device paths for pre-5.1 vmsVitaly Cheptsov3-2/+6
2021-02-25scsi: drop 'result' argument from command_complete callbackHannes Reinecke11-35/+30
2021-02-25scsi-disk: pass guest recoverable errors through even for rerror=stopPaolo Bonzini1-23/+28
2021-02-25scsi-disk: pass SCSI status to scsi_handle_rw_errorPaolo Bonzini1-11/+27
2021-02-25scsi: introduce scsi_sense_from_errno()Paolo Bonzini1-37/+8
2021-02-25scsi-disk: do not complete requests early for rerror/werror=ignorePaolo Bonzini1-2/+1
2021-02-25scsi-disk: move scsi_handle_rw_error earlierPaolo Bonzini1-85/+83
2021-02-25virtio-scsi: don't process IO on fenced dataplaneMaxim Levitsky1-9/+15
2021-02-25scsi: allow user to set werror as reportZihao Chang1-1/+2
2021-02-25scsi: add tracing for SG_IO commandsHannes Reinecke3-2/+13
2021-02-25scsi: make io_timeout configurableHannes Reinecke2-8/+15
2021-02-23i386: acpi: Don't build HPET ACPI entry if HPET is disabledSean Christopherson1-2/+6
2021-02-23hw/i386: declare ACPI mother board resource for MMCONFIG regionIsaku Yamahata1-1/+45
2021-02-23acpi: set fadt.smi_cmd to zero when SMM is not supportedIsaku Yamahata1-3/+15
2021-02-23acpi/core: always set SCI_EN when SMM isn't supportedIsaku Yamahata5-5/+18
2021-02-23ich9, piix4: add property, smm-compat, to keep compatibility of SMMIsaku Yamahata2-0/+3
2021-02-23acpi/gpex: Fix cca attribute check for pxb deviceXingang Wang1-0/+1
2021-02-23pcie: don't set link state active if the slot is emptyLaurent Vivier1-10/+9
2021-02-23failover: really display a warning when the primary device is not foundLaurent Vivier1-11/+9
2021-02-23virtio-net: add missing object_unref()Laurent Vivier1-0/+2
2021-02-23pci: cleanup failover sanity checkLaurent Vivier1-4/+2
2021-02-21Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-20210221' into ...Peter Maydell9-297/+522
2021-02-21vt82c686: Fix superio_cfg_{read,write}() functionsBALATON Zoltan1-5/+6
2021-02-21vt82c686: Log superio_cfg unimplemented accessesBALATON Zoltan1-0/+3
2021-02-21vt82c686: Simplify by returning earlierBALATON Zoltan1-6/+3
2021-02-21vt82c686: Reduce indentation by returning earlyBALATON Zoltan1-24/+23
2021-02-21vt82c686: Remove index field of SuperIOConfigBALATON Zoltan1-7/+14
2021-02-21vt82c686: Move creation of ISA devices to the ISA bridgeBALATON Zoltan2-24/+25
2021-02-21vt82c686: Simplify vt82c686b_realize()BALATON Zoltan1-14/+6
2021-02-21vt82c686: Make vt82c686b-pm an abstract base class and add vt8231-pm based on itBALATON Zoltan1-28/+56
2021-02-21vt82c686: Set user_creatable=false for VT82C686B_PMBALATON Zoltan1-1/+2
2021-02-21vt82c686: Fix up power management io base and configBALATON Zoltan1-10/+12
2021-02-21vt82c686: Correctly reset all registers to default values on resetBALATON Zoltan1-4/+4
2021-02-21vt82c686: Correct vt82c686-pm I/O sizeBALATON Zoltan1-1/+1
2021-02-21vt82c686: Make vt82c686-pm an I/O tracing regionBALATON Zoltan2-2/+26
2021-02-21vt82c686: Fix SMBus IO base and configuration registersBALATON Zoltan2-16/+37
2021-02-21vt82c686: Reorganise codeBALATON Zoltan1-139/+140
2021-02-21vt82c686: Move superio memory region to SuperIOConfig structBALATON Zoltan1-8/+8
2021-02-21hw/intc/loongson_liointc: Fix per core ISR handlingJiaxun Yang1-3/+13