summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | acpi/core: always set SCI_EN when SMM isn't supportedIsaku Yamahata2021-02-236-6/+21
| * | ich9, piix4: add property, smm-compat, to keep compatibility of SMMIsaku Yamahata2021-02-233-0/+4
| * | qtest: update tests/qtest/bios-tables-test-allowed-diff.hIsaku Yamahata2021-02-235-0/+14
| * | checkpatch: don't emit warning on newly created acpi data filesIsaku Yamahata2021-02-231-1/+3
| * | tests/data/acpi/virt/DSDT.pxb: update with _CCAXingang Wang2021-02-232-1/+0Star
| * | acpi/gpex: Fix cca attribute check for pxb deviceXingang Wang2021-02-231-0/+1
| * | acpi: Allow pxb DSDT acpi table changesXingang Wang2021-02-231-0/+1
| * | pcie: don't set link state active if the slot is emptyLaurent Vivier2021-02-231-10/+9Star
| * | failover: really display a warning when the primary device is not foundLaurent Vivier2021-02-231-11/+9Star
| * | virtio-net: add missing object_unref()Laurent Vivier2021-02-231-0/+2
| * | pci: cleanup failover sanity checkLaurent Vivier2021-02-231-4/+2Star
|/ /
* | Merge remote-tracking branch 'remotes/edgar/tags/edgar/cris-next-2021-02-22.f...Peter Maydell2021-02-225-78/+153
|\ \ | |/ |/|
| * target/cris: Plug leakage of TCG temporariesStefan Sandstrom2021-02-222-59/+135
| * target/cris: Let cris_mmu_translate() use MMUAccessType access_typePhilippe Mathieu-Daudé2021-02-222-13/+13
| * target/cris: Use MMUAccessType enum type when possiblePhilippe Mathieu-Daudé2021-02-222-9/+8Star
|/
* Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-20210221' into ...Peter Maydell2021-02-2121-420/+710
|\
| * 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-213-29/+59
| * 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
| * target/mips: Use GPR move functions in gen_HILO1_tx79()Philippe Mathieu-Daudé2021-02-211-17/+4Star
| * target/mips: Introduce gen_load_gpr_hi() / gen_store_gpr_hi() helpersPhilippe Mathieu-Daudé2021-02-212-0/+22
| * target/mips: Rename 128-bit upper halve GPR registersPhilippe Mathieu-Daudé2021-02-211-1/+3
| * target/mips: Promote 128-bit multimedia registers as global onesPhilippe Mathieu-Daudé2021-02-213-27/+34
| * target/mips: Make cpu_HI/LO registers publicPhilippe Mathieu-Daudé2021-02-212-1/+2
| * target/mips: Include missing "tcg/tcg.h" headerPhilippe Mathieu-Daudé2021-02-211-0/+1
| * target/mips: Remove unused 'rw' argument from page_table_walk_refill()Philippe Mathieu-Daudé2021-02-211-3/+3
| * target/mips: Let CPUMIPSTLBContext::map_address() take MMUAccessTypePhilippe Mathieu-Daudé2021-02-212-10/+10
| * target/mips: Let get_seg*_physical_address() take MMUAccessType argPhilippe Mathieu-Daudé2021-02-211-5/+6
| * target/mips: Let get_physical_address() take MMUAccessType argumentPhilippe Mathieu-Daudé2021-02-211-10/+10
| * target/mips: Let raise_mmu_exception() take MMUAccessType argumentPhilippe Mathieu-Daudé2021-02-211-5/+5
| * target/mips: Let cpu_mips_translate_address() take MMUAccessType argPhilippe Mathieu-Daudé2021-02-212-4/+4
| * target/mips: Let do_translate_address() take MMUAccessType argumentPhilippe Mathieu-Daudé2021-02-211-3/+4
| * target/mips: Replace magic value by MMU_DATA_LOAD definitionPhilippe Mathieu-Daudé2021-02-212-2/+2
| * target/mips: Remove unused MMU definitionsPhilippe Mathieu-Daudé2021-02-211-16/+0Star
| * target/mips: Remove access_type argument from get_physical_address()Philippe Mathieu-Daudé2021-02-211-13/+9Star
| * target/mips: Remove access_type arg from get_segctl_physical_address()Philippe Mathieu-Daudé2021-02-211-10/+10
| * target/mips: Remove access_type argument from get_seg_physical_addressPhilippe Mathieu-Daudé2021-02-211-3/+3