index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
mailmap: Update email address for Akihiko Odaki
Akihiko Odaki
2025-03-21
1
-0
/
+1
|
*
|
|
docs: Explain how to use passt
Laurent Vivier
2025-03-21
1
-0
/
+100
|
*
|
|
Makefile: "make dist" generates a .xz, not .bz2
Michael Tokarev
2025-03-21
1
-3
/
+3
|
|
/
/
*
|
|
Merge tag 'pull-ppc-for-10.0-2-20250321' of https://gitlab.com/npiggin/qemu i...
Stefan Hajnoczi
2025-03-23
17
-146
/
+194
|
\
\
\
|
*
|
|
target/ppc: Fix e200 duplicate SPRs
Nicholas Piggin
2025-03-21
1
-8
/
+0
|
*
|
|
target/ppc: Fix facility interrupt checks for VSX
Nicholas Piggin
2025-03-21
2
-11
/
+11
|
*
|
|
ppc/spapr: fix default cpu for pre-9.0 machines.
Harsh Prateek Bora
2025-03-21
1
-0
/
+1
|
*
|
|
ppc/amigaone: Constify default_env
BALATON Zoltan
2025-03-21
1
-1
/
+1
|
*
|
|
ppc/amigaone: Check blk_pwrite return value
BALATON Zoltan
2025-03-21
1
-6
/
+8
|
*
|
|
ppc/pnv: Fix system symbols in HOMER structure definitions
Nicholas Piggin
2025-03-20
1
-105
/
+96
|
*
|
|
ppc/pnv: Move the PNOR LPC address into struct PnvPnor
Nicholas Piggin
2025-03-20
4
-3
/
+6
|
*
|
|
ppc/spapr: Fix possible pa_features memory overflow
Nicholas Piggin
2025-03-20
1
-0
/
+1
|
*
|
|
ppc/xive2: Fix logical / bitwise comparison typo
Nicholas Piggin
2025-03-20
1
-1
/
+1
|
*
|
|
pnv/xive: Fix possible undefined shift error in group size calculation
Nicholas Piggin
2025-03-20
2
-8
/
+38
|
*
|
|
ppc/xive: Fix typo in crowd block level calculation
Nicholas Piggin
2025-03-20
1
-1
/
+1
|
*
|
|
ppc/spapr: Fix RTAS stopped state
Nicholas Piggin
2025-03-20
5
-2
/
+30
|
|
/
/
*
|
|
Merge tag 'pull-loongarch-20250321' of https://gitlab.com/bibo-mao/qemu into ...
Stefan Hajnoczi
2025-03-23
9
-33
/
+44
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
target/loongarch: fix bad shift in check_ps()
Song Gao
2025-03-21
3
-7
/
+7
|
*
|
docs/system: Add entry for LoongArch system
Bibo Mao
2025-03-21
3
-21
/
+30
|
*
|
host/include/loongarch64: Fix inline assembly compatibility with Clang
Yao Zi
2025-03-21
3
-5
/
+7
|
|
/
*
|
Merge tag 'pull-request-2025-03-19' of https://gitlab.com/thuth/qemu into sta...
Stefan Hajnoczi
2025-03-20
10
-53
/
+37
|
\
\
|
*
|
tests/functional/test_migration: Use "ncat" instead of "nc" in the exec test
Thomas Huth
2025-03-19
1
-4
/
+3
|
*
|
tests/functional/test_x86_64_kvm_xen: Remove avocado tags
Thomas Huth
2025-03-19
1
-28
/
+0
|
*
|
docs/devel/testing/functional: Add a section about logging
Thomas Huth
2025-03-19
1
-2
/
+20
|
*
|
docs/system/arm: Use "functional tests" instead of "integration tests"
Thomas Huth
2025-03-19
2
-6
/
+6
|
*
|
docs/system: Use the meson binary from the pyvenv
Thomas Huth
2025-03-19
3
-4
/
+5
|
*
|
tests/functional: remove all class level fields
Daniel P. Berrangé
2025-03-19
2
-7
/
+0
|
*
|
tests/functional/test_arm_orangepi: rename test class to 'OrangePiMachine'
Niek Linnenbank
2025-03-19
1
-1
/
+1
|
*
|
hw/virtio: Also include md stubs in case CONFIG_VIRTIO_PCI is not set
Thomas Huth
2025-03-19
1
-1
/
+2
|
|
/
*
|
Merge tag 'pull-riscv-to-apply-20250319' of https://github.com/alistair23/qem...
Stefan Hajnoczi
2025-03-20
14
-143
/
+214
|
\
\
|
|
/
|
/
|
|
*
target/riscv: Add check for 16-bit aligned PC for different priv versions.
Yu-Ming Chang
2025-03-19
4
-5
/
+27
|
*
linux-user/riscv: Fix handling of cpu mask in riscv_hwprobe syscall
Richard Henderson
2025-03-19
1
-26
/
+29
|
*
target/riscv: fix handling of nop for vstart >= vl in some vector instruction
Chao Liu
2025-03-19
1
-4
/
+14
|
*
target/riscv: refactor VSTART_CHECK_EARLY_EXIT() to accept vl as a parameter
Chao Liu
2025-03-19
4
-60
/
+57
|
*
target/riscv/csr.c: fix OVERFLOW_BEFORE_WIDEN in rmw_sctrdepth()
Daniel Henrique Barboza
2025-03-19
1
-1
/
+1
|
*
hw/riscv/riscv-iommu: Fix process directory table walk
Jason Chien
2025-03-19
2
-3
/
+7
|
*
target/riscv: fixes a bug against `ssamoswap` behavior in M-mode
Deepak Gupta
2025-03-19
1
-0
/
+17
|
*
target/riscv: fix access permission checks for CSR_SSP
Deepak Gupta
2025-03-19
1
-0
/
+5
|
*
optimize the memory probing for vector fault-only-first loads.
Paolo Savini
2025-03-19
1
-45
/
+58
|
*
docs/about/emulation: Fix broken link
Santiago Monserrat Campanello
2025-03-19
1
-1
/
+1
|
/
*
Update version for v10.0.0-rc0 release
Stefan Hajnoczi
2025-03-18
1
-1
/
+1
*
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
2025-03-17
4
-11
/
+1
|
\
|
*
Revert "meson.build: default to -gsplit-dwarf for debug info"
Paolo Bonzini
2025-03-17
3
-10
/
+0
|
*
hw/misc: use extract64 instead of 1 << i
Tigran Sogomonian
2025-03-17
1
-1
/
+1
*
|
Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging
Stefan Hajnoczi
2025-03-17
1
-0
/
+13
|
\
\
|
|
/
|
/
|
|
*
vdpa: Allow vDPA to work on big-endian machine
Konstantin Shkolnyy
2025-03-17
1
-0
/
+13
|
/
*
Merge tag 'migration-20250314-pull-request' of https://gitlab.com/farosas/qem...
Stefan Hajnoczi
2025-03-16
5
-4
/
+39
|
\
|
*
hw/qxl: fix cpr
Steve Sistare
2025-03-14
1
-3
/
+24
|
*
hw/loader: fix roms during cpr
Steve Sistare
2025-03-14
1
-1
/
+4
|
*
pflash: fix cpr
Steve Sistare
2025-03-14
1
-0
/
+5
[prev]
[next]