summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* 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
| * vt82c686: Correct vt82c686-pm I/O sizeBALATON Zoltan2021-02-211-1/+1
| * vt82c686: Make vt82c686-pm an I/O tracing regionBALATON Zoltan2021-02-212-2/+26
| * vt82c686: Fix SMBus IO base and configuration registersBALATON Zoltan2021-02-212-16/+37
| * vt82c686: Reorganise codeBALATON Zoltan2021-02-211-139/+140
| * vt82c686: Move superio memory region to SuperIOConfig structBALATON Zoltan2021-02-211-8/+8
| * hw/intc/loongson_liointc: Fix per core ISR handlingJiaxun Yang2021-02-211-3/+13
| * hw/mips/boston: Use bootloader helper to set GCRsJiaxun Yang2021-02-211-34/+11Star
| * hw/mips/boston: Use bl_gen_kernel_jump to generate bootloadersJiaxun Yang2021-02-211-15/+2Star
| * hw/mips/fuloong2e: Use bl_gen_kernel_jump to generate bootloadersJiaxun Yang2021-02-211-24/+3Star
| * hw/mips: Add a bootloader helperJiaxun Yang2021-02-212-1/+201
| * hw/mips: loongson3: Drop 'struct MemmapEntry'Bin Meng2021-02-212-9/+4Star
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell2021-02-2112-31/+15Star
|\ \ | |/ |/|
| * hw/scsi/megasas: Remove pointless parenthesisPhilippe Mathieu-Daudé2021-02-201-2/+2
| * u2f-passthru: put it into the 'misc' categoryGan Qixin2021-02-201-0/+1
| * tpm: put some tpm devices into the correct categoryGan Qixin2021-02-202-0/+2
| * nvdimm: put it into the 'storage' categoryGan Qixin2021-02-201-0/+1
| * vmmouse: put it into the 'input' categoryGan Qixin2021-02-201-0/+1
| * virtio-pmem: put it into the 'storage' categoryGan Qixin2021-02-201-0/+1
| * Fix SPDX-License-Identifier typosRyan Finnie2021-02-203-3/+3
| * hw/block/fdc: Remove the check_media_rate propertyThomas Huth2021-02-201-15/+2Star
| * hw/i386/xen: Remove dead codePhilippe Mathieu-Daudé2021-02-201-11/+2Star
* | hw/sd: sdhci: Simplify updating s->prnsts in sdhci_sdma_transfer_multi_blocks()Bin Meng2021-02-201-4/+3Star
* | hw/sd: sd: Bypass the RCA check for CMD13 in SPI modeBin Meng2021-02-201-1/+2
* | hw/sd: sd: Skip write protect groups check in CMD24/25 for high capacity cardsBin Meng2021-02-201-5/+9
* | hw/sd: sd: Skip write protect groups check in sd_erase() for high capacity cardsBin Meng2021-02-201-6/+12
* | hw/sd: sd: Move the sd_block_{read, write} and macros aheadBin Meng2021-02-201-21/+21
* | hw/sd: sd: Fix CMD30 response typeBin Meng2021-02-201-1/+1
* | hw/sd: sd: Only SDSC cards support CMD28/29/30Bin Meng2021-02-201-0/+12
* | hw/sd: sd: Fix address check in sd_erase()Bin Meng2021-02-201-1/+1
* | hw/sd: ssi-sd: Handle the rest commands with R1b response typeBin Meng2021-02-201-0/+6
* | hw/sd: ssi-sd: Fix STOP_TRANSMISSION (CMD12) responseBin Meng2021-02-201-4/+5
* | hw/sd: ssi-sd: Fix SEND_IF_COND (CMD8) responseBin Meng2021-02-201-3/+3
* | hw/sd: ssi-sd: Support multiple block writeBin Meng2021-02-201-2/+31
* | hw/sd: ssi-sd: Support single block writeBin Meng2021-02-201-4/+40
* | hw/sd: Introduce receive_ready() callbackBin Meng2021-02-202-0/+19
* | hw/sd: sd: Allow single/multiple block write for SPI modeBin Meng2021-02-201-3/+0Star
* | hw/sd: sd: Remove duplicated codes in single/multiple block read/writeBin Meng2021-02-201-47/+0Star
* | hw/sd: ssi-sd: Support multiple block readBin Meng2021-02-201-9/+33
|/