aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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
2021-02-21hw/mips/boston: Use bootloader helper to set GCRsJiaxun Yang1-34/+11
2021-02-21hw/mips/boston: Use bl_gen_kernel_jump to generate bootloadersJiaxun Yang1-15/+2
2021-02-21hw/mips/fuloong2e: Use bl_gen_kernel_jump to generate bootloadersJiaxun Yang1-24/+3
2021-02-21hw/mips: Add a bootloader helperJiaxun Yang2-1/+201
2021-02-21hw/mips: loongson3: Drop 'struct MemmapEntry'Bin Meng2-9/+4
2021-02-21Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell12-31/+15
2021-02-20hw/scsi/megasas: Remove pointless parenthesisPhilippe Mathieu-Daudé1-2/+2
2021-02-20u2f-passthru: put it into the 'misc' categoryGan Qixin1-0/+1
2021-02-20tpm: put some tpm devices into the correct categoryGan Qixin2-0/+2
2021-02-20nvdimm: put it into the 'storage' categoryGan Qixin1-0/+1
2021-02-20vmmouse: put it into the 'input' categoryGan Qixin1-0/+1
2021-02-20virtio-pmem: put it into the 'storage' categoryGan Qixin1-0/+1
2021-02-20Fix SPDX-License-Identifier typosRyan Finnie3-3/+3
2021-02-20hw/block/fdc: Remove the check_media_rate propertyThomas Huth1-15/+2
2021-02-20hw/i386/xen: Remove dead codePhilippe Mathieu-Daudé1-11/+2
2021-02-20hw/sd: sdhci: Simplify updating s->prnsts in sdhci_sdma_transfer_multi_blocks()Bin Meng1-4/+3
2021-02-20hw/sd: sd: Bypass the RCA check for CMD13 in SPI modeBin Meng1-1/+2
2021-02-20hw/sd: sd: Skip write protect groups check in CMD24/25 for high capacity cardsBin Meng1-5/+9
2021-02-20hw/sd: sd: Skip write protect groups check in sd_erase() for high capacity cardsBin Meng1-6/+12
2021-02-20hw/sd: sd: Move the sd_block_{read, write} and macros aheadBin Meng1-21/+21
2021-02-20hw/sd: sd: Fix CMD30 response typeBin Meng1-1/+1
2021-02-20hw/sd: sd: Only SDSC cards support CMD28/29/30Bin Meng1-0/+12
2021-02-20hw/sd: sd: Fix address check in sd_erase()Bin Meng1-1/+1
2021-02-20hw/sd: ssi-sd: Handle the rest commands with R1b response typeBin Meng1-0/+6