aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-25scsi-disk: move scsi_handle_rw_error earlierPaolo Bonzini1-85/+83
2021-02-25virtio-scsi: don't process IO on fenced dataplaneMaxim Levitsky1-9/+15
2021-02-25scsi: allow user to set werror as reportZihao Chang1-1/+2
2021-02-25scsi: add tracing for SG_IO commandsHannes Reinecke3-2/+13
2021-02-25scsi: make io_timeout configurableHannes Reinecke3-9/+18
2021-02-25multiprocess: move feature to meson_options.txtPaolo Bonzini3-11/+14
2021-02-25configure: fix --enable-fuzzing linker failuresAlexander Bulekov1-0/+10
2021-02-25hvf: Sign the code after installationAkihiko Odaki2-7/+22
2021-02-24docs: move CODING_STYLE into the developer documentationAlex Bennée4-5/+8
2021-02-24docs/devel: add forward reference to check-tcgAlex Bennée1-0/+5
2021-02-24docs/devel: update the container based testsAlex Bennée1-15/+46
2021-02-24docs/devel: expand on use of containers to build testsAlex Bennée1-7/+14
2021-02-24tests/acceptance: allow a "graceful" failing for virtio-gpu testAlex Bennée1-1/+6
2021-02-24docker: Bump Fedora images to release 33Philippe Mathieu-Daudé5-5/+5
2021-02-24meson.build: expose TCG cross compiler information in summaryAlex Bennée2-8/+18
2021-02-23qtest/acpi/bios-tables-test: update acpi tablesIsaku Yamahata15-14/+0
2021-02-23acpi: add test case for -no-hpetIsaku Yamahata1-0/+24
2021-02-23i386: acpi: Don't build HPET ACPI entry if HPET is disabledSean Christopherson1-2/+6
2021-02-23hw/i386: declare ACPI mother board resource for MMCONFIG regionIsaku Yamahata1-1/+45
2021-02-23acpi: add test case for smm unsupported -machine smm=offIsaku Yamahata1-0/+76
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 Yamahata6-6/+21
2021-02-23ich9, piix4: add property, smm-compat, to keep compatibility of SMMIsaku Yamahata3-0/+4
2021-02-23qtest: update tests/qtest/bios-tables-test-allowed-diff.hIsaku Yamahata5-0/+14
2021-02-23checkpatch: don't emit warning on newly created acpi data filesIsaku Yamahata1-1/+3
2021-02-23tests/data/acpi/virt/DSDT.pxb: update with _CCAXingang Wang2-1/+0
2021-02-23acpi/gpex: Fix cca attribute check for pxb deviceXingang Wang1-0/+1
2021-02-23acpi: Allow pxb DSDT acpi table changesXingang 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-22Merge remote-tracking branch 'remotes/edgar/tags/edgar/cris-next-2021-02-22.f...Peter Maydell5-78/+153
2021-02-22target/cris: Plug leakage of TCG temporariesStefan Sandstrom2-59/+135
2021-02-22target/cris: Let cris_mmu_translate() use MMUAccessType access_typePhilippe Mathieu-Daudé2-13/+13
2021-02-22target/cris: Use MMUAccessType enum type when possiblePhilippe Mathieu-Daudé2-9/+8
2021-02-21Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-20210221' into ...Peter Maydell21-420/+710
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 Zoltan3-29/+59
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