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-10-05
tcg/s390x: Implement vector shift operations
Richard Henderson
3
-7
/
+99
2021-10-05
tcg/s390x: Implement TCG_TARGET_HAS_mul_vec
Richard Henderson
2
-1
/
+8
2021-10-05
tcg/s390x: Implement andc, orc, abs, neg, not vector operations
Richard Henderson
3
-5
/
+39
2021-10-05
tcg/s390x: Implement minimal vector operations
Richard Henderson
1
-4
/
+150
2021-10-05
tcg/s390x: Implement tcg_out_dup*_vec
Richard Henderson
1
-3
/
+119
2021-10-05
tcg/s390x: Implement tcg_out_mov for vector types
Richard Henderson
1
-4
/
+68
2021-10-05
tcg/s390x: Implement tcg_out_ld/st for vector types
Richard Henderson
1
-12
/
+120
2021-10-05
tcg/s390x: Add host vector framework
Richard Henderson
5
-5
/
+184
2021-10-05
tcg/s390x: Merge TCG_AREG0 and TCG_REG_CALL_STACK into TCGReg
Richard Henderson
1
-21
/
+7
2021-10-05
tcg/s390x: Change FACILITY representation
Richard Henderson
2
-51
/
+52
2021-10-05
tcg/s390x: Rename from tcg/s390
Richard Henderson
5
-2
/
+0
2021-10-05
tcg: Expand usadd/ussub with umin/umax
Richard Henderson
1
-2
/
+35
2021-10-05
hw/core/cpu: Re-sort the non-pointers to the end of CPUClass
Richard Henderson
1
-4
/
+7
2021-10-05
trace: Split guest_mem_before
Richard Henderson
7
-122
/
+28
2021-10-05
plugins: Reorg arguments to qemu_plugin_vcpu_mem_cb
Richard Henderson
8
-53
/
+82
2021-10-05
accel/tcg: Pass MemOpIdx to atomic_trace_*_post
Richard Henderson
2
-39
/
+39
2021-10-05
trace/mem: Pass MemOpIdx to trace_mem_get_info
Richard Henderson
5
-51
/
+49
2021-10-05
tcg: Split out MemOpIdx to exec/memopidx.h
Richard Henderson
2
-38
/
+56
2021-10-05
tcg: Rename TCGMemOpIdx to MemOpIdx
Richard Henderson
25
-177
/
+177
2021-10-05
tcg: Expand MO_SIZE to 3 bits
Richard Henderson
12
-36
/
+43
2021-10-05
accel/tcg: Drop signness in tracing in cputlb.c
Richard Henderson
2
-46
/
+9
2021-10-05
tcg: add dup_const_tl wrapper
Philipp Tomsich
1
-0
/
+12
2021-10-05
tests/docker: Fix fedora-i386-cross cross-compilation
Richard Henderson
1
-2
/
+3
2021-10-05
tests/docker: Remove fedora-i386-cross from DOCKER_PARTIAL_IMAGES
Richard Henderson
1
-1
/
+1
2021-10-05
tests/docker/dockerfiles: Bump fedora-i386-cross to fedora 34
Richard Henderson
1
-2
/
+4
2021-10-05
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Richard Henderson
37
-1212
/
+892
2021-10-05
hw/i386/amd_iommu: Add description/category to TYPE_AMD_IOMMU_PCI
Philippe Mathieu-Daudé
1
-0
/
+9
2021-10-05
hw/i386/amd_iommu: Rename SysBus specific functions as amdvi_sysbus_X()
Philippe Mathieu-Daudé
1
-12
/
+12
2021-10-05
hw/i386/amd_iommu: Rename amdviPCI TypeInfo
Philippe Mathieu-Daudé
1
-4
/
+4
2021-10-05
nvdimm: release the correct device list
Li Zhijian
1
-6
/
+6
2021-10-05
virtio-balloon: Fix page-poison subsection name
Dr. David Alan Gilbert
1
-1
/
+1
2021-10-05
bios-tables-test: Update ACPI DSDT table golden blobs for q35
Ani Sinha
13
-12
/
+0
2021-10-05
hw/i386/acpi: fix conflicting IO address range for acpi pci hotplug in q35
Ani Sinha
1
-1
/
+1
2021-10-05
bios-tables-test: allow changes in DSDT ACPI tables for q35
Ani Sinha
1
-0
/
+12
2021-10-05
acpi: AcpiGenericAddress no longer used to map/access fields of MMIO, drop pa...
Igor Mammedov
1
-1
/
+1
2021-10-05
acpi: remove no longer used build_header()
Igor Mammedov
3
-52
/
+0
2021-10-05
acpi: build_facs: use build_append_int_noprefix() API to compose table
Igor Mammedov
2
-18
/
+14
2021-10-05
acpi: arm/virt: build_gtdt: use acpi_table_begin()/acpi_table_end() instead o...
Igor Mammedov
2
-52
/
+48
2021-10-05
acpi: arm/virt: build_spcr: use acpi_table_begin()/acpi_table_end() instead o...
Igor Mammedov
2
-59
/
+41
2021-10-05
acpi: arm/virt: build_spcr: fix invalid cast
Igor Mammedov
1
-1
/
+1
2021-10-05
acpi: arm/virt: convert build_iort() to endian agnostic build_append_FOO() API
Igor Mammedov
2
-142
/
+93
2021-10-05
acpi: arm: virt: build_iort: use acpi_table_begin()/acpi_table_end() instead ...
Igor Mammedov
2
-40
/
+18
2021-10-05
acpi: arm: virt: build_dsdt: use acpi_table_begin()/acpi_table_end() instead ...
Igor Mammedov
1
-7
/
+6
2021-10-05
acpi: build_dsdt_microvm: use acpi_table_begin()/acpi_table_end() instead of ...
Igor Mammedov
1
-7
/
+6
2021-10-05
acpi: arm/virt: madt: use build_append_int_noprefix() API to compose MADT table
Igor Mammedov
2
-144
/
+90
2021-10-05
acpi: x86: madt: use build_append_int_noprefix() API to compose MADT table
Igor Mammedov
2
-126
/
+67
2021-10-05
acpi: x86: set enabled when composing _MAT entries
Igor Mammedov
5
-32
/
+15
2021-10-05
acpi: x86: remove dead code
Igor Mammedov
1
-13
/
+0
2021-10-05
acpi: madt: arm/x86: use acpi_table_begin()/acpi_table_end() instead of build...
Igor Mammedov
3
-25
/
+22
2021-10-05
acpi: build_amd_iommu: use acpi_table_begin()/acpi_table_end() instead of bui...
Igor Mammedov
1
-7
/
+4
[next]