aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2021-02-21vt82c686: Fix SMBus IO base and configuration registersBALATON Zoltan2-16/+37
2021-02-21vt82c686: Reorganise codeBALATON Zoltan1-139/+140
2021-02-21vt82c686: Move superio memory region to SuperIOConfig structBALATON Zoltan1-8/+8
2021-02-21target/mips: Use GPR move functions in gen_HILO1_tx79()Philippe Mathieu-Daudé1-17/+4
2021-02-21target/mips: Introduce gen_load_gpr_hi() / gen_store_gpr_hi() helpersPhilippe Mathieu-Daudé2-0/+22
2021-02-21target/mips: Rename 128-bit upper halve GPR registersPhilippe Mathieu-Daudé1-1/+3
2021-02-21target/mips: Promote 128-bit multimedia registers as global onesPhilippe Mathieu-Daudé3-27/+34
2021-02-21target/mips: Make cpu_HI/LO registers publicPhilippe Mathieu-Daudé2-1/+2
2021-02-21target/mips: Include missing "tcg/tcg.h" headerPhilippe Mathieu-Daudé1-0/+1
2021-02-21target/mips: Remove unused 'rw' argument from page_table_walk_refill()Philippe Mathieu-Daudé1-3/+3
2021-02-21target/mips: Let CPUMIPSTLBContext::map_address() take MMUAccessTypePhilippe Mathieu-Daudé2-10/+10
2021-02-21target/mips: Let get_seg*_physical_address() take MMUAccessType argPhilippe Mathieu-Daudé1-5/+6
2021-02-21target/mips: Let get_physical_address() take MMUAccessType argumentPhilippe Mathieu-Daudé1-10/+10
2021-02-21target/mips: Let raise_mmu_exception() take MMUAccessType argumentPhilippe Mathieu-Daudé1-5/+5
2021-02-21target/mips: Let cpu_mips_translate_address() take MMUAccessType argPhilippe Mathieu-Daudé2-4/+4
2021-02-21target/mips: Let do_translate_address() take MMUAccessType argumentPhilippe Mathieu-Daudé1-3/+4
2021-02-21target/mips: Replace magic value by MMU_DATA_LOAD definitionPhilippe Mathieu-Daudé2-2/+2
2021-02-21target/mips: Remove unused MMU definitionsPhilippe Mathieu-Daudé1-16/+0
2021-02-21target/mips: Remove access_type argument from get_physical_address()Philippe Mathieu-Daudé1-13/+9
2021-02-21target/mips: Remove access_type arg from get_segctl_physical_address()Philippe Mathieu-Daudé1-10/+10
2021-02-21target/mips: Remove access_type argument from get_seg_physical_addressPhilippe Mathieu-Daudé1-3/+3