| Commit message (Expand) | Author | Age | Files | Lines |
* | pcie: don't set link state active if the slot is empty | Laurent Vivier | 2021-02-23 | 1 | -10/+9 |
* | failover: really display a warning when the primary device is not found | Laurent Vivier | 2021-02-23 | 1 | -11/+9 |
* | virtio-net: add missing object_unref() | Laurent Vivier | 2021-02-23 | 1 | -0/+2 |
* | pci: cleanup failover sanity check | Laurent Vivier | 2021-02-23 | 1 | -4/+2 |
* | Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-20210221' into ... | Peter Maydell | 2021-02-21 | 9 | -297/+522 |
|\ |
|
| * | vt82c686: Fix superio_cfg_{read,write}() functions | BALATON Zoltan | 2021-02-21 | 1 | -5/+6 |
| * | vt82c686: Log superio_cfg unimplemented accesses | BALATON Zoltan | 2021-02-21 | 1 | -0/+3 |
| * | vt82c686: Simplify by returning earlier | BALATON Zoltan | 2021-02-21 | 1 | -6/+3 |
| * | vt82c686: Reduce indentation by returning early | BALATON Zoltan | 2021-02-21 | 1 | -24/+23 |
| * | vt82c686: Remove index field of SuperIOConfig | BALATON Zoltan | 2021-02-21 | 1 | -7/+14 |
| * | vt82c686: Move creation of ISA devices to the ISA bridge | BALATON Zoltan | 2021-02-21 | 2 | -24/+25 |
| * | vt82c686: Simplify vt82c686b_realize() | BALATON Zoltan | 2021-02-21 | 1 | -14/+6 |
| * | vt82c686: Make vt82c686b-pm an abstract base class and add vt8231-pm based on it | BALATON Zoltan | 2021-02-21 | 1 | -28/+56 |
| * | vt82c686: Set user_creatable=false for VT82C686B_PM | BALATON Zoltan | 2021-02-21 | 1 | -1/+2 |
| * | vt82c686: Fix up power management io base and config | BALATON Zoltan | 2021-02-21 | 1 | -10/+12 |
| * | vt82c686: Correctly reset all registers to default values on reset | BALATON Zoltan | 2021-02-21 | 1 | -4/+4 |
| * | vt82c686: Correct vt82c686-pm I/O size | BALATON Zoltan | 2021-02-21 | 1 | -1/+1 |
| * | vt82c686: Make vt82c686-pm an I/O tracing region | BALATON Zoltan | 2021-02-21 | 2 | -2/+26 |
| * | vt82c686: Fix SMBus IO base and configuration registers | BALATON Zoltan | 2021-02-21 | 2 | -16/+37 |
| * | vt82c686: Reorganise code | BALATON Zoltan | 2021-02-21 | 1 | -139/+140 |
| * | vt82c686: Move superio memory region to SuperIOConfig struct | BALATON Zoltan | 2021-02-21 | 1 | -8/+8 |
| * | hw/intc/loongson_liointc: Fix per core ISR handling | Jiaxun Yang | 2021-02-21 | 1 | -3/+13 |
| * | hw/mips/boston: Use bootloader helper to set GCRs | Jiaxun Yang | 2021-02-21 | 1 | -34/+11 |
| * | hw/mips/boston: Use bl_gen_kernel_jump to generate bootloaders | Jiaxun Yang | 2021-02-21 | 1 | -15/+2 |
| * | hw/mips/fuloong2e: Use bl_gen_kernel_jump to generate bootloaders | Jiaxun Yang | 2021-02-21 | 1 | -24/+3 |
| * | hw/mips: Add a bootloader helper | Jiaxun Yang | 2021-02-21 | 2 | -1/+201 |
| * | hw/mips: loongson3: Drop 'struct MemmapEntry' | Bin Meng | 2021-02-21 | 2 | -9/+4 |
* | | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul... | Peter Maydell | 2021-02-21 | 12 | -31/+15 |
|\ \
| |/
|/| |
|
| * | hw/scsi/megasas: Remove pointless parenthesis | Philippe Mathieu-Daudé | 2021-02-20 | 1 | -2/+2 |
| * | u2f-passthru: put it into the 'misc' category | Gan Qixin | 2021-02-20 | 1 | -0/+1 |
| * | tpm: put some tpm devices into the correct category | Gan Qixin | 2021-02-20 | 2 | -0/+2 |
| * | nvdimm: put it into the 'storage' category | Gan Qixin | 2021-02-20 | 1 | -0/+1 |
| * | vmmouse: put it into the 'input' category | Gan Qixin | 2021-02-20 | 1 | -0/+1 |
| * | virtio-pmem: put it into the 'storage' category | Gan Qixin | 2021-02-20 | 1 | -0/+1 |
| * | Fix SPDX-License-Identifier typos | Ryan Finnie | 2021-02-20 | 3 | -3/+3 |
| * | hw/block/fdc: Remove the check_media_rate property | Thomas Huth | 2021-02-20 | 1 | -15/+2 |
| * | hw/i386/xen: Remove dead code | Philippe Mathieu-Daudé | 2021-02-20 | 1 | -11/+2 |
* | | hw/sd: sdhci: Simplify updating s->prnsts in sdhci_sdma_transfer_multi_blocks() | Bin Meng | 2021-02-20 | 1 | -4/+3 |
* | | hw/sd: sd: Bypass the RCA check for CMD13 in SPI mode | Bin Meng | 2021-02-20 | 1 | -1/+2 |
* | | hw/sd: sd: Skip write protect groups check in CMD24/25 for high capacity cards | Bin Meng | 2021-02-20 | 1 | -5/+9 |
* | | hw/sd: sd: Skip write protect groups check in sd_erase() for high capacity cards | Bin Meng | 2021-02-20 | 1 | -6/+12 |
* | | hw/sd: sd: Move the sd_block_{read, write} and macros ahead | Bin Meng | 2021-02-20 | 1 | -21/+21 |
* | | hw/sd: sd: Fix CMD30 response type | Bin Meng | 2021-02-20 | 1 | -1/+1 |
* | | hw/sd: sd: Only SDSC cards support CMD28/29/30 | Bin Meng | 2021-02-20 | 1 | -0/+12 |
* | | hw/sd: sd: Fix address check in sd_erase() | Bin Meng | 2021-02-20 | 1 | -1/+1 |
* | | hw/sd: ssi-sd: Handle the rest commands with R1b response type | Bin Meng | 2021-02-20 | 1 | -0/+6 |
* | | hw/sd: ssi-sd: Fix STOP_TRANSMISSION (CMD12) response | Bin Meng | 2021-02-20 | 1 | -4/+5 |
* | | hw/sd: ssi-sd: Fix SEND_IF_COND (CMD8) response | Bin Meng | 2021-02-20 | 1 | -3/+3 |
* | | hw/sd: ssi-sd: Support multiple block write | Bin Meng | 2021-02-20 | 1 | -2/+31 |
* | | hw/sd: ssi-sd: Support single block write | Bin Meng | 2021-02-20 | 1 | -4/+40 |