index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-25
scsi: add tracing for SG_IO commands
Hannes Reinecke
3
-2
/
+13
2021-02-25
scsi: make io_timeout configurable
Hannes Reinecke
3
-9
/
+18
2021-02-25
multiprocess: move feature to meson_options.txt
Paolo Bonzini
3
-11
/
+14
2021-02-25
configure: fix --enable-fuzzing linker failures
Alexander Bulekov
1
-0
/
+10
2021-02-25
hvf: Sign the code after installation
Akihiko Odaki
2
-7
/
+22
2021-02-24
docs: move CODING_STYLE into the developer documentation
Alex Bennée
4
-5
/
+8
2021-02-24
docs/devel: add forward reference to check-tcg
Alex Bennée
1
-0
/
+5
2021-02-24
docs/devel: update the container based tests
Alex Bennée
1
-15
/
+46
2021-02-24
docs/devel: expand on use of containers to build tests
Alex Bennée
1
-7
/
+14
2021-02-24
tests/acceptance: allow a "graceful" failing for virtio-gpu test
Alex Bennée
1
-1
/
+6
2021-02-24
docker: Bump Fedora images to release 33
Philippe Mathieu-Daudé
5
-5
/
+5
2021-02-24
meson.build: expose TCG cross compiler information in summary
Alex Bennée
2
-8
/
+18
2021-02-23
qtest/acpi/bios-tables-test: update acpi tables
Isaku Yamahata
15
-14
/
+0
2021-02-23
acpi: add test case for -no-hpet
Isaku Yamahata
1
-0
/
+24
2021-02-23
i386: acpi: Don't build HPET ACPI entry if HPET is disabled
Sean Christopherson
1
-2
/
+6
2021-02-23
hw/i386: declare ACPI mother board resource for MMCONFIG region
Isaku Yamahata
1
-1
/
+45
2021-02-23
acpi: add test case for smm unsupported -machine smm=off
Isaku Yamahata
1
-0
/
+76
2021-02-23
acpi: set fadt.smi_cmd to zero when SMM is not supported
Isaku Yamahata
1
-3
/
+15
2021-02-23
acpi/core: always set SCI_EN when SMM isn't supported
Isaku Yamahata
6
-6
/
+21
2021-02-23
ich9, piix4: add property, smm-compat, to keep compatibility of SMM
Isaku Yamahata
3
-0
/
+4
2021-02-23
qtest: update tests/qtest/bios-tables-test-allowed-diff.h
Isaku Yamahata
5
-0
/
+14
2021-02-23
checkpatch: don't emit warning on newly created acpi data files
Isaku Yamahata
1
-1
/
+3
2021-02-23
tests/data/acpi/virt/DSDT.pxb: update with _CCA
Xingang Wang
2
-1
/
+0
2021-02-23
acpi/gpex: Fix cca attribute check for pxb device
Xingang Wang
1
-0
/
+1
2021-02-23
acpi: Allow pxb DSDT acpi table changes
Xingang Wang
1
-0
/
+1
2021-02-23
pcie: don't set link state active if the slot is empty
Laurent Vivier
1
-10
/
+9
2021-02-23
failover: really display a warning when the primary device is not found
Laurent Vivier
1
-11
/
+9
2021-02-23
virtio-net: add missing object_unref()
Laurent Vivier
1
-0
/
+2
2021-02-23
pci: cleanup failover sanity check
Laurent Vivier
1
-4
/
+2
2021-02-22
Merge remote-tracking branch 'remotes/edgar/tags/edgar/cris-next-2021-02-22.f...
Peter Maydell
5
-78
/
+153
2021-02-22
target/cris: Plug leakage of TCG temporaries
Stefan Sandstrom
2
-59
/
+135
2021-02-22
target/cris: Let cris_mmu_translate() use MMUAccessType access_type
Philippe Mathieu-Daudé
2
-13
/
+13
2021-02-22
target/cris: Use MMUAccessType enum type when possible
Philippe Mathieu-Daudé
2
-9
/
+8
2021-02-21
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-20210221' into ...
Peter Maydell
21
-420
/
+710
2021-02-21
vt82c686: Fix superio_cfg_{read,write}() functions
BALATON Zoltan
1
-5
/
+6
2021-02-21
vt82c686: Log superio_cfg unimplemented accesses
BALATON Zoltan
1
-0
/
+3
2021-02-21
vt82c686: Simplify by returning earlier
BALATON Zoltan
1
-6
/
+3
2021-02-21
vt82c686: Reduce indentation by returning early
BALATON Zoltan
1
-24
/
+23
2021-02-21
vt82c686: Remove index field of SuperIOConfig
BALATON Zoltan
1
-7
/
+14
2021-02-21
vt82c686: Move creation of ISA devices to the ISA bridge
BALATON Zoltan
2
-24
/
+25
2021-02-21
vt82c686: Simplify vt82c686b_realize()
BALATON Zoltan
1
-14
/
+6
2021-02-21
vt82c686: Make vt82c686b-pm an abstract base class and add vt8231-pm based on it
BALATON Zoltan
3
-29
/
+59
2021-02-21
vt82c686: Set user_creatable=false for VT82C686B_PM
BALATON Zoltan
1
-1
/
+2
2021-02-21
vt82c686: Fix up power management io base and config
BALATON Zoltan
1
-10
/
+12
2021-02-21
vt82c686: Correctly reset all registers to default values on reset
BALATON Zoltan
1
-4
/
+4
2021-02-21
vt82c686: Correct vt82c686-pm I/O size
BALATON Zoltan
1
-1
/
+1
2021-02-21
vt82c686: Make vt82c686-pm an I/O tracing region
BALATON Zoltan
2
-2
/
+26
2021-02-21
vt82c686: Fix SMBus IO base and configuration registers
BALATON Zoltan
2
-16
/
+37
2021-02-21
vt82c686: Reorganise code
BALATON Zoltan
1
-139
/
+140
2021-02-21
vt82c686: Move superio memory region to SuperIOConfig struct
BALATON Zoltan
1
-8
/
+8
[prev]
[next]