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
*
virtio-iommu: Call memory notifiers in attach/detach
Bharat Bhushan
2020-11-03
1
-0
/
+32
*
virtio-iommu: Add memory notifiers for map/unmap
Bharat Bhushan
2020-11-03
2
-0
/
+58
*
virtio-iommu: Store memory region in endpoint struct
Jean-Philippe Brucker
2020-11-03
1
-1
/
+10
*
virtio-iommu: Fix virtio_iommu_mr()
Jean-Philippe Brucker
2020-11-03
1
-1
/
+1
*
hw/smbios: Fix leaked fd in save_opt_one() error path
Philippe Mathieu-Daudé
2020-11-03
1
-1
/
+3
*
hw/virtio/vhost-backend: Fix Coverity CID 1432871
Philippe Mathieu-Daudé
2020-11-03
1
-2
/
+2
*
hw/acpi : add spaces around operator
Xinhao Zhang
2020-11-03
1
-1
/
+1
*
hw/acpi : add space before the open parenthesis '('
Xinhao Zhang
2020-11-03
1
-1
/
+1
*
hw/acpi : Don't use '#' flag of printf format
Xinhao Zhang
2020-11-03
1
-10
/
+10
*
virito-mem: Implement get_min_alignment()
David Hildenbrand
2020-11-03
1
-0
/
+7
*
memory-device: Add get_min_alignment() callback
David Hildenbrand
2020-11-03
2
-2
/
+19
*
memory-device: Support big alignment requirements
David Hildenbrand
2020-11-03
1
-4
/
+5
*
virtio-mem: Probe THP size to determine default block size
David Hildenbrand
2020-11-03
1
-4
/
+101
*
virtio-mem: Make sure "usable_region_size" is always multiples of the block size
David Hildenbrand
2020-11-03
1
-0
/
+3
*
virtio-mem: Make sure "addr" is always multiples of the block size
David Hildenbrand
2020-11-03
1
-0
/
+5
*
pc: comment style fixup
Michael S. Tsirkin
2020-11-03
1
-4
/
+5
*
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201102'...
Peter Maydell
2020-11-03
17
-486
/
+581
|
\
|
*
tests/qtest/npcm7xx_rng-test: Disable randomness tests
Peter Maydell
2020-11-02
1
-4
/
+10
|
*
qemu-option-trace.rst.inc: Don't use option:: markup
Peter Maydell
2020-11-02
1
-3
/
+3
|
*
scripts/kerneldoc: For Sphinx 3 use c:macro for macros with arguments
Peter Maydell
2020-11-02
1
-1
/
+17
|
*
hw/intc/arm_gicv3_cpuif: Make GIC maintenance interrupts work
Peter Maydell
2020-11-02
2
-4
/
+2
|
*
configure: Test that gio libs from pkg-config work
Peter Maydell
2020-11-02
1
-1
/
+9
|
*
target/arm: Get correct MMU index for other-security-state
Peter Maydell
2020-11-02
1
-1
/
+2
|
*
hw/display/exynos4210_fimd: Fix potential NULL pointer dereference
AlexChen
2020-11-02
1
-1
/
+3
|
*
hw/display/omap_lcdc: Fix potential NULL pointer dereference
AlexChen
2020-11-02
1
-3
/
+7
|
*
hw/arm/boot: fix SVE for EL3 direct kernel boot
Rémi Denis-Courmont
2020-11-02
1
-0
/
+3
|
*
hw/arm/smmuv3: Fix potential integer overflow (CID 1432363)
Philippe Mathieu-Daudé
2020-11-02
1
-1
/
+2
|
*
disas/capstone: Fix monitor disassembly of >32 bytes
Peter Maydell
2020-11-02
1
-1
/
+1
|
*
target/arm: fix LORID_EL1 access check
Rémi Denis-Courmont
2020-11-02
1
-14
/
+5
|
*
target/arm: fix handling of HCR.FB
Rémi Denis-Courmont
2020-11-02
1
-3
/
+2
|
*
target/arm: Fix VUDOT/VSDOT (scalar) on big-endian hosts
Peter Maydell
2020-11-02
1
-2
/
+2
|
*
target/arm: Fix float16 pairwise Neon ops on big-endian hosts
Peter Maydell
2020-11-02
1
-4
/
+4
|
*
target/arm: Improve do_prewiden_3d
Richard Henderson
2020-11-02
2
-31
/
+45
|
*
target/arm: Simplify do_long_3d and do_2scalar_long
Richard Henderson
2020-11-02
1
-14
/
+9
|
*
target/arm: Rename neon_load_reg64 to vfp_load_reg64
Richard Henderson
2020-11-02
2
-46
/
+46
|
*
target/arm: Add read/write_neon_element64
Richard Henderson
2020-11-02
2
-47
/
+73
|
*
target/arm: Rename neon_load_reg32 to vfp_load_reg32
Richard Henderson
2020-11-02
2
-94
/
+94
|
*
target/arm: Expand read/write_neon_element32 to all MemOp
Richard Henderson
2020-11-02
2
-84
/
+37
|
*
target/arm: Add read/write_neon_element32
Richard Henderson
2020-11-02
2
-99
/
+183
|
*
target/arm: Use neon_element_offset in vfp_reg_offset
Richard Henderson
2020-11-02
1
-9
/
+4
|
*
target/arm: Use neon_element_offset in neon_load/store_reg
Richard Henderson
2020-11-02
1
-12
/
+2
|
*
target/arm: Move neon_element_offset to translate.c
Richard Henderson
2020-11-02
2
-19
/
+20
|
*
target/arm: Introduce neon_full_reg_offset
Richard Henderson
2020-11-02
3
-23
/
+31
*
|
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20201102a'...
Peter Maydell
2020-11-02
16
-24
/
+832
|
\
\
|
*
|
tests/acceptance: Add virtiofs_submounts.py
Max Reitz
2020-11-02
5
-0
/
+662
|
*
|
tests/acceptance/boot_linux: Accept SSH pubkey
Max Reitz
2020-11-02
1
-6
/
+7
|
*
|
virtiofsd: Announce sub-mount points
Max Reitz
2020-11-02
2
-0
/
+23
|
*
|
virtiofsd: Add mount ID to the lo_inode key
Max Reitz
2020-11-02
2
-10
/
+86
|
*
|
meson.build: Check for statx()
Max Reitz
2020-11-02
1
-0
/
+16
|
*
|
virtiofsd: Add attr_flags to fuse_entry_param
Max Reitz
2020-11-02
2
-0
/
+7
[next]