Age | Commit message (Expand) | Author |
2021-03-04 | hw/riscv: virt: Limit RAM size in a 32-bit system | Bin Meng |
2021-03-04 | hw/riscv: virt: Drop the 'link_up' parameter of gpex_pcie_init() | Bin Meng |
2021-03-04 | hw/riscv: Drop 'struct MemmapEntry' | Bin Meng |
2021-03-04 | goldfish_rtc: re-arm the alarm after migration | Laurent Vivier |
2021-03-04 | hw/riscv: sifive_u: Add QSPI2 controller and connect an SD card | Bin Meng |
2021-03-04 | hw/riscv: sifive_u: Add QSPI0 controller and connect a flash | Bin Meng |
2021-03-04 | hw/ssi: Add SiFive SPI controller support | Bin Meng |
2021-03-04 | hw/block: m25p80: Add various ISSI flash information | Bin Meng |
2021-03-04 | hw/block: m25p80: Add ISSI SPI flash support | Bin Meng |
2021-03-04 | hw/misc: sifive_u_otp: Use error_report() when block operation fails | Bin Meng |
2021-03-03 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2021-03-02 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell |
2021-03-02 | vhost: simplify vhost_dev_init() fail_busyloop label | Stefan Hajnoczi |
2021-03-02 | hw/pci: Have safer pcie_bus_realize() by checking error path | Philippe Mathieu-Daudé |
2021-03-02 | virtio-net: handle zero mac for a vdpa peer | Cindy Lu |
2021-03-02 | i386/acpi: restore device paths for pre-5.1 vms | Vitaly Cheptsov |
2021-02-25 | scsi: drop 'result' argument from command_complete callback | Hannes Reinecke |
2021-02-25 | scsi-disk: pass guest recoverable errors through even for rerror=stop | Paolo Bonzini |
2021-02-25 | scsi-disk: pass SCSI status to scsi_handle_rw_error | Paolo Bonzini |
2021-02-25 | scsi: introduce scsi_sense_from_errno() | Paolo Bonzini |
2021-02-25 | scsi-disk: do not complete requests early for rerror/werror=ignore | Paolo Bonzini |
2021-02-25 | scsi-disk: move scsi_handle_rw_error earlier | Paolo Bonzini |
2021-02-25 | virtio-scsi: don't process IO on fenced dataplane | Maxim Levitsky |
2021-02-25 | scsi: allow user to set werror as report | Zihao Chang |
2021-02-25 | scsi: add tracing for SG_IO commands | Hannes Reinecke |
2021-02-25 | scsi: make io_timeout configurable | Hannes Reinecke |
2021-02-23 | i386: acpi: Don't build HPET ACPI entry if HPET is disabled | Sean Christopherson |
2021-02-23 | hw/i386: declare ACPI mother board resource for MMCONFIG region | Isaku Yamahata |
2021-02-23 | acpi: set fadt.smi_cmd to zero when SMM is not supported | Isaku Yamahata |
2021-02-23 | acpi/core: always set SCI_EN when SMM isn't supported | Isaku Yamahata |
2021-02-23 | ich9, piix4: add property, smm-compat, to keep compatibility of SMM | Isaku Yamahata |
2021-02-23 | acpi/gpex: Fix cca attribute check for pxb device | Xingang Wang |
2021-02-23 | pcie: don't set link state active if the slot is empty | Laurent Vivier |
2021-02-23 | failover: really display a warning when the primary device is not found | Laurent Vivier |
2021-02-23 | virtio-net: add missing object_unref() | Laurent Vivier |
2021-02-23 | pci: cleanup failover sanity check | Laurent Vivier |
2021-02-21 | Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-20210221' into ... | Peter Maydell |
2021-02-21 | vt82c686: Fix superio_cfg_{read,write}() functions | BALATON Zoltan |
2021-02-21 | vt82c686: Log superio_cfg unimplemented accesses | BALATON Zoltan |
2021-02-21 | vt82c686: Simplify by returning earlier | BALATON Zoltan |
2021-02-21 | vt82c686: Reduce indentation by returning early | BALATON Zoltan |
2021-02-21 | vt82c686: Remove index field of SuperIOConfig | BALATON Zoltan |
2021-02-21 | vt82c686: Move creation of ISA devices to the ISA bridge | BALATON Zoltan |
2021-02-21 | vt82c686: Simplify vt82c686b_realize() | BALATON Zoltan |
2021-02-21 | vt82c686: Make vt82c686b-pm an abstract base class and add vt8231-pm based on it | BALATON Zoltan |
2021-02-21 | vt82c686: Set user_creatable=false for VT82C686B_PM | BALATON Zoltan |
2021-02-21 | vt82c686: Fix up power management io base and config | BALATON Zoltan |
2021-02-21 | vt82c686: Correctly reset all registers to default values on reset | BALATON Zoltan |
2021-02-21 | vt82c686: Correct vt82c686-pm I/O size | BALATON Zoltan |
2021-02-21 | vt82c686: Make vt82c686-pm an I/O tracing region | BALATON Zoltan |