aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2021-02-21Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-20210221' into ...Peter Maydell
2021-02-21vt82c686: Fix superio_cfg_{read,write}() functionsBALATON Zoltan
2021-02-21vt82c686: Log superio_cfg unimplemented accessesBALATON Zoltan
2021-02-21vt82c686: Simplify by returning earlierBALATON Zoltan
2021-02-21vt82c686: Reduce indentation by returning earlyBALATON Zoltan
2021-02-21vt82c686: Remove index field of SuperIOConfigBALATON Zoltan
2021-02-21vt82c686: Move creation of ISA devices to the ISA bridgeBALATON Zoltan
2021-02-21vt82c686: Simplify vt82c686b_realize()BALATON Zoltan
2021-02-21vt82c686: Make vt82c686b-pm an abstract base class and add vt8231-pm based on itBALATON Zoltan
2021-02-21vt82c686: Set user_creatable=false for VT82C686B_PMBALATON Zoltan
2021-02-21vt82c686: Fix up power management io base and configBALATON Zoltan
2021-02-21vt82c686: Correctly reset all registers to default values on resetBALATON Zoltan
2021-02-21vt82c686: Correct vt82c686-pm I/O sizeBALATON Zoltan
2021-02-21vt82c686: Make vt82c686-pm an I/O tracing regionBALATON Zoltan
2021-02-21vt82c686: Fix SMBus IO base and configuration registersBALATON Zoltan
2021-02-21vt82c686: Reorganise codeBALATON Zoltan
2021-02-21vt82c686: Move superio memory region to SuperIOConfig structBALATON Zoltan
2021-02-21hw/intc/loongson_liointc: Fix per core ISR handlingJiaxun Yang
2021-02-21hw/mips/boston: Use bootloader helper to set GCRsJiaxun Yang
2021-02-21hw/mips/boston: Use bl_gen_kernel_jump to generate bootloadersJiaxun Yang
2021-02-21hw/mips/fuloong2e: Use bl_gen_kernel_jump to generate bootloadersJiaxun Yang
2021-02-21hw/mips: Add a bootloader helperJiaxun Yang
2021-02-21hw/mips: loongson3: Drop 'struct MemmapEntry'Bin Meng
2021-02-21Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell
2021-02-20hw/scsi/megasas: Remove pointless parenthesisPhilippe Mathieu-Daudé
2021-02-20u2f-passthru: put it into the 'misc' categoryGan Qixin
2021-02-20tpm: put some tpm devices into the correct categoryGan Qixin
2021-02-20nvdimm: put it into the 'storage' categoryGan Qixin
2021-02-20vmmouse: put it into the 'input' categoryGan Qixin
2021-02-20virtio-pmem: put it into the 'storage' categoryGan Qixin
2021-02-20Fix SPDX-License-Identifier typosRyan Finnie
2021-02-20hw/block/fdc: Remove the check_media_rate propertyThomas Huth
2021-02-20hw/i386/xen: Remove dead codePhilippe Mathieu-Daudé
2021-02-20hw/sd: sdhci: Simplify updating s->prnsts in sdhci_sdma_transfer_multi_blocks()Bin Meng
2021-02-20hw/sd: sd: Bypass the RCA check for CMD13 in SPI modeBin Meng
2021-02-20hw/sd: sd: Skip write protect groups check in CMD24/25 for high capacity cardsBin Meng
2021-02-20hw/sd: sd: Skip write protect groups check in sd_erase() for high capacity cardsBin Meng
2021-02-20hw/sd: sd: Move the sd_block_{read, write} and macros aheadBin Meng
2021-02-20hw/sd: sd: Fix CMD30 response typeBin Meng
2021-02-20hw/sd: sd: Only SDSC cards support CMD28/29/30Bin Meng
2021-02-20hw/sd: sd: Fix address check in sd_erase()Bin Meng
2021-02-20hw/sd: ssi-sd: Handle the rest commands with R1b response typeBin Meng
2021-02-20hw/sd: ssi-sd: Fix STOP_TRANSMISSION (CMD12) responseBin Meng
2021-02-20hw/sd: ssi-sd: Fix SEND_IF_COND (CMD8) responseBin Meng
2021-02-20hw/sd: ssi-sd: Support multiple block writeBin Meng
2021-02-20hw/sd: ssi-sd: Support single block writeBin Meng
2021-02-20hw/sd: Introduce receive_ready() callbackBin Meng
2021-02-20hw/sd: sd: Allow single/multiple block write for SPI modeBin Meng
2021-02-20hw/sd: sd: Remove duplicated codes in single/multiple block read/writeBin Meng
2021-02-20hw/sd: ssi-sd: Support multiple block readBin Meng