summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
...
| * | hw/riscv: virt: Drop the 'link_up' parameter of gpex_pcie_init()Bin Meng2021-03-041-7/+7
| * | hw/riscv: Drop 'struct MemmapEntry'Bin Meng2021-03-046-37/+19Star
| * | goldfish_rtc: re-arm the alarm after migrationLaurent Vivier2021-03-041-0/+2
| * | hw/riscv: sifive_u: Add QSPI2 controller and connect an SD cardBin Meng2021-03-042-2/+42
| * | hw/riscv: sifive_u: Add QSPI0 controller and connect a flashBin Meng2021-03-042-0/+54
| * | hw/ssi: Add SiFive SPI controller supportBin Meng2021-03-043-0/+363
| * | hw/block: m25p80: Add various ISSI flash informationBin Meng2021-03-041-0/+13
| * | hw/block: m25p80: Add ISSI SPI flash supportBin Meng2021-03-041-1/+43
| * | hw/misc: sifive_u_otp: Use error_report() when block operation failsBin Meng2021-03-041-8/+5Star
| |/
* | Merge remote-tracking branch 'remotes/kraxel/tags/ui-20210304-pull-request' i...Peter Maydell2021-03-044-22/+6Star
|\ \ | |/ |/|
| * virtio-gpu: Do not distinguish the primary consoleAkihiko Odaki2021-03-044-22/+6Star
| * ui/console: Add placeholder flag to message surfaceAkihiko Odaki2021-03-042-5/+5
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2021-03-036-10/+29
|\ \
| * | vhost: simplify vhost_dev_init() fail_busyloop labelStefan Hajnoczi2021-03-021-7/+5Star
| * | hw/pci: Have safer pcie_bus_realize() by checking error pathPhilippe Mathieu-Daudé2021-03-021-1/+6
| * | virtio-net: handle zero mac for a vdpa peerCindy Lu2021-03-021-0/+12
| * | i386/acpi: restore device paths for pre-5.1 vmsVitaly Cheptsov2021-03-023-2/+6
| |/
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-03-0215-142/+151
|\ \ | |/ |/|
| * scsi: drop 'result' argument from command_complete callbackHannes Reinecke2021-02-2511-35/+30Star
| * scsi-disk: pass guest recoverable errors through even for rerror=stopPaolo Bonzini2021-02-251-23/+28
| * scsi-disk: pass SCSI status to scsi_handle_rw_errorPaolo Bonzini2021-02-251-11/+27
| * scsi: introduce scsi_sense_from_errno()Paolo Bonzini2021-02-251-37/+8Star
| * scsi-disk: do not complete requests early for rerror/werror=ignorePaolo Bonzini2021-02-251-2/+1Star
| * scsi-disk: move scsi_handle_rw_error earlierPaolo Bonzini2021-02-251-85/+83Star
| * virtio-scsi: don't process IO on fenced dataplaneMaxim Levitsky2021-02-251-9/+15
| * scsi: allow user to set werror as reportZihao Chang2021-02-251-1/+2
| * scsi: add tracing for SG_IO commandsHannes Reinecke2021-02-253-2/+13
| * scsi: make io_timeout configurableHannes Reinecke2021-02-252-8/+15
* | i386: acpi: Don't build HPET ACPI entry if HPET is disabledSean Christopherson2021-02-231-2/+6
* | hw/i386: declare ACPI mother board resource for MMCONFIG regionIsaku Yamahata2021-02-231-1/+45
* | acpi: set fadt.smi_cmd to zero when SMM is not supportedIsaku Yamahata2021-02-231-3/+15
* | acpi/core: always set SCI_EN when SMM isn't supportedIsaku Yamahata2021-02-235-5/+18
* | ich9, piix4: add property, smm-compat, to keep compatibility of SMMIsaku Yamahata2021-02-232-0/+3
* | acpi/gpex: Fix cca attribute check for pxb deviceXingang Wang2021-02-231-0/+1
* | pcie: don't set link state active if the slot is emptyLaurent Vivier2021-02-231-10/+9Star
* | failover: really display a warning when the primary device is not foundLaurent Vivier2021-02-231-11/+9Star
* | virtio-net: add missing object_unref()Laurent Vivier2021-02-231-0/+2
* | pci: cleanup failover sanity checkLaurent Vivier2021-02-231-4/+2Star
|/
* Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-20210221' into ...Peter Maydell2021-02-219-297/+522
|\
| * vt82c686: Fix superio_cfg_{read,write}() functionsBALATON Zoltan2021-02-211-5/+6
| * vt82c686: Log superio_cfg unimplemented accessesBALATON Zoltan2021-02-211-0/+3
| * vt82c686: Simplify by returning earlierBALATON Zoltan2021-02-211-6/+3Star
| * vt82c686: Reduce indentation by returning earlyBALATON Zoltan2021-02-211-24/+23Star
| * vt82c686: Remove index field of SuperIOConfigBALATON Zoltan2021-02-211-7/+14
| * vt82c686: Move creation of ISA devices to the ISA bridgeBALATON Zoltan2021-02-212-24/+25
| * vt82c686: Simplify vt82c686b_realize()BALATON Zoltan2021-02-211-14/+6Star
| * vt82c686: Make vt82c686b-pm an abstract base class and add vt8231-pm based on itBALATON Zoltan2021-02-211-28/+56
| * vt82c686: Set user_creatable=false for VT82C686B_PMBALATON Zoltan2021-02-211-1/+2
| * vt82c686: Fix up power management io base and configBALATON Zoltan2021-02-211-10/+12
| * vt82c686: Correctly reset all registers to default values on resetBALATON Zoltan2021-02-211-4/+4