index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
acpi/core: always set SCI_EN when SMM isn't supported
Isaku Yamahata
2021-02-23
6
-6
/
+21
|
*
|
ich9, piix4: add property, smm-compat, to keep compatibility of SMM
Isaku Yamahata
2021-02-23
3
-0
/
+4
|
*
|
qtest: update tests/qtest/bios-tables-test-allowed-diff.h
Isaku Yamahata
2021-02-23
5
-0
/
+14
|
*
|
checkpatch: don't emit warning on newly created acpi data files
Isaku Yamahata
2021-02-23
1
-1
/
+3
|
*
|
tests/data/acpi/virt/DSDT.pxb: update with _CCA
Xingang Wang
2021-02-23
2
-1
/
+0
|
*
|
acpi/gpex: Fix cca attribute check for pxb device
Xingang Wang
2021-02-23
1
-0
/
+1
|
*
|
acpi: Allow pxb DSDT acpi table changes
Xingang Wang
2021-02-23
1
-0
/
+1
|
*
|
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/edgar/tags/edgar/cris-next-2021-02-22.f...
Peter Maydell
2021-02-22
5
-78
/
+153
|
\
\
|
|
/
|
/
|
|
*
target/cris: Plug leakage of TCG temporaries
Stefan Sandstrom
2021-02-22
2
-59
/
+135
|
*
target/cris: Let cris_mmu_translate() use MMUAccessType access_type
Philippe Mathieu-Daudé
2021-02-22
2
-13
/
+13
|
*
target/cris: Use MMUAccessType enum type when possible
Philippe Mathieu-Daudé
2021-02-22
2
-9
/
+8
|
/
*
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-20210221' into ...
Peter Maydell
2021-02-21
21
-420
/
+710
|
\
|
*
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
3
-29
/
+59
|
*
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
|
*
target/mips: Use GPR move functions in gen_HILO1_tx79()
Philippe Mathieu-Daudé
2021-02-21
1
-17
/
+4
|
*
target/mips: Introduce gen_load_gpr_hi() / gen_store_gpr_hi() helpers
Philippe Mathieu-Daudé
2021-02-21
2
-0
/
+22
|
*
target/mips: Rename 128-bit upper halve GPR registers
Philippe Mathieu-Daudé
2021-02-21
1
-1
/
+3
|
*
target/mips: Promote 128-bit multimedia registers as global ones
Philippe Mathieu-Daudé
2021-02-21
3
-27
/
+34
|
*
target/mips: Make cpu_HI/LO registers public
Philippe Mathieu-Daudé
2021-02-21
2
-1
/
+2
|
*
target/mips: Include missing "tcg/tcg.h" header
Philippe Mathieu-Daudé
2021-02-21
1
-0
/
+1
|
*
target/mips: Remove unused 'rw' argument from page_table_walk_refill()
Philippe Mathieu-Daudé
2021-02-21
1
-3
/
+3
|
*
target/mips: Let CPUMIPSTLBContext::map_address() take MMUAccessType
Philippe Mathieu-Daudé
2021-02-21
2
-10
/
+10
|
*
target/mips: Let get_seg*_physical_address() take MMUAccessType arg
Philippe Mathieu-Daudé
2021-02-21
1
-5
/
+6
|
*
target/mips: Let get_physical_address() take MMUAccessType argument
Philippe Mathieu-Daudé
2021-02-21
1
-10
/
+10
|
*
target/mips: Let raise_mmu_exception() take MMUAccessType argument
Philippe Mathieu-Daudé
2021-02-21
1
-5
/
+5
|
*
target/mips: Let cpu_mips_translate_address() take MMUAccessType arg
Philippe Mathieu-Daudé
2021-02-21
2
-4
/
+4
|
*
target/mips: Let do_translate_address() take MMUAccessType argument
Philippe Mathieu-Daudé
2021-02-21
1
-3
/
+4
|
*
target/mips: Replace magic value by MMU_DATA_LOAD definition
Philippe Mathieu-Daudé
2021-02-21
2
-2
/
+2
|
*
target/mips: Remove unused MMU definitions
Philippe Mathieu-Daudé
2021-02-21
1
-16
/
+0
|
*
target/mips: Remove access_type argument from get_physical_address()
Philippe Mathieu-Daudé
2021-02-21
1
-13
/
+9
|
*
target/mips: Remove access_type arg from get_segctl_physical_address()
Philippe Mathieu-Daudé
2021-02-21
1
-10
/
+10
|
*
target/mips: Remove access_type argument from get_seg_physical_address
Philippe Mathieu-Daudé
2021-02-21
1
-3
/
+3
[prev]
[next]