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
path:
root
/
scripts
/
qapi
/
expr.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-05-15
block: add accounting for zone append operation
Sam Li
7
-11
/
+113
2023-05-15
virtio-blk: add zoned storage emulation for zoned devices
Sam Li
3
-0
/
+393
2023-05-15
block: add some trace events for zone append
Sam Li
2
-0
/
+5
2023-05-15
qemu-iotests: test zone append operation
Sam Li
3
-0
/
+107
2023-05-15
block: introduce zone append write for zoned devices
Sam Li
10
-8
/
+173
2023-05-15
file-posix: add tracking of the zone write pointers
Sam Li
3
-4
/
+193
2023-05-15
docs/zoned-storage: add zoned device documentation
Sam Li
3
-0
/
+50
2023-05-15
block: add some trace events for new block layer APIs
Sam Li
2
-0
/
+5
2023-05-15
iotests: test new zone operations
Sam Li
2
-0
/
+142
2023-05-15
block: add zoned BlockDriver check to block layer
Sam Li
4
-0
/
+37
2023-05-15
block/raw-format: add zone operations to pass through requests
Sam Li
1
-0
/
+17
2023-05-15
block/block-backend: add block layer APIs resembling Linux ZonedBlockDevice i...
Sam Li
9
-3
/
+696
2023-05-15
block/file-posix: introduce helper functions for sysfs attributes
Sam Li
2
-34
/
+96
2023-05-15
block/block-common: add zoned device structs
Sam Li
1
-0
/
+43
2023-05-12
target/arm: Correct AArch64.S2MinTxSZ 32-bit EL1 input size check
Peter Maydell
5
-19
/
+30
2023-05-12
tests/qtest: Don't run cdrom boot tests if no accelerator is present
Fabiano Rosas
1
-0
/
+10
2023-05-12
target/arm: Select CONFIG_ARM_V7M when TCG is enabled
Fabiano Rosas
1
-0
/
+1
2023-05-12
target/arm: Select SEMIHOSTING when using TCG
Fabiano Rosas
1
-7
/
+1
2023-05-12
hw/mips/malta: Fix minor dead code issue
Peter Maydell
1
-4
/
+1
2023-05-12
docs: Remove unused weirdly-named cross-reference targets
Peter Maydell
7
-12
/
+4
2023-05-12
ui: Fix pixel colour channel order for PNG screenshots
Peter Maydell
1
-2
/
+2
2023-05-12
MAINTAINERS: Update Akihiko Odaki's email address
Akihiko Odaki
1
-2
/
+2
2023-05-12
target/arm: Fix handling of SW and NSW bits for stage 2 walks
Peter Maydell
1
-25
/
+51
2023-05-12
target/arm: Don't allow stage 2 page table walks to downgrade to NS
Peter Maydell
1
-2
/
+3
2023-05-12
target/arm: Move helper-{a64,mve,sme,sve}.h to tcg/
Richard Henderson
5
-4
/
+4
2023-05-12
target/arm: Move translate-a32.h, arm_ldst.h, sve_ldst_internal.h to tcg/
Richard Henderson
3
-0
/
+0
2023-05-11
target/openrisc: Setup FPU for detecting tininess before rounding
Stafford Horne
1
-0
/
+4
2023-05-11
target/openrisc: Set PC to cpu state on FPU exception
Stafford Horne
1
-2
/
+11
2023-05-11
target/openrisc: Allow fpcsr access in user mode
Stafford Horne
2
-51
/
+66
2023-05-11
target/loongarch: Do not include tcg-ldst.h
Richard Henderson
2
-2
/
+0
2023-05-11
accel/tcg: Reorg system mode store helpers
Richard Henderson
1
-208
/
+186
2023-05-11
accel/tcg: Reorg system mode load helpers
Richard Henderson
1
-209
/
+412
2023-05-11
accel/tcg: Introduce tlb_read_idx
Richard Henderson
3
-76
/
+57
2023-05-11
accel/tcg: Add cpu_in_serial_context
Richard Henderson
3
-1
/
+13
2023-05-11
tcg: Remove TARGET_ALIGNED_ONLY
Richard Henderson
3
-17
/
+2
2023-05-11
target/sh4: Remove TARGET_ALIGNED_ONLY
Richard Henderson
4
-4
/
+0
2023-05-11
target/sh4: Use MO_ALIGN where required
Richard Henderson
1
-36
/
+66
2023-05-11
target/nios2: Remove TARGET_ALIGNED_ONLY
Richard Henderson
2
-1
/
+10
2023-05-11
target/mips: Remove TARGET_ALIGNED_ONLY
Richard Henderson
10
-10
/
+0
2023-05-11
target/mips: Use MO_ALIGN instead of 0
Richard Henderson
1
-1
/
+1
2023-05-11
target/mips: Add missing default_tcg_memop_mask
Richard Henderson
4
-28
/
+42
2023-05-11
target/mips: Add MO_ALIGN to gen_llwp, gen_scwp
Richard Henderson
1
-2
/
+3
2023-05-11
tcg/s390x: Simplify constraints on qemu_ld/st
Richard Henderson
3
-27
/
+12
2023-05-11
tcg/s390x: Use ALGFR in constructing softmmu host address
Richard Henderson
1
-3
/
+5
2023-05-11
tcg/riscv: Simplify constraints on qemu_ld/st
Richard Henderson
3
-16
/
+3
2023-05-11
tcg/ppc: Remove unused constraint J
Richard Henderson
2
-4
/
+0
2023-05-11
tcg/ppc: Remove unused constraints A, B, C, D
Richard Henderson
1
-4
/
+0
2023-05-11
tcg/ppc: Adjust constraints on qemu_ld/st
Richard Henderson
3
-31
/
+14
2023-05-11
tcg/ppc: Reorg tcg_out_tlb_read
Richard Henderson
1
-30
/
+46
2023-05-11
tcg/mips: Simplify constraints on qemu_ld/st
Richard Henderson
3
-32
/
+13
[next]