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
2023-06-16
hw/loongarch/virt: Add cpu arch_id support
Tianrui Zhao
2
-8
/
+46
2023-06-16
Merge tag 'pull-aspeed-20230615' of https://github.com/legoater/qemu into sta...
Richard Henderson
9
-26
/
+160
2023-06-15
test/qtest: add xepvh to skip list for qtest
Vikram Garhwal
1
-1
/
+2
2023-06-15
meson.build: enable xenpv machine build for ARM
Vikram Garhwal
1
-1
/
+1
2023-06-15
hw/arm: introduce xenpvh machine
Vikram Garhwal
6
-0
/
+229
2023-06-15
meson.build: do not set have_xen_pci_passthrough for aarch64 targets
Stefano Stabellini
1
-0
/
+2
2023-06-15
hw/xen/xen-hvm-common: Use g_new and error_report
Vikram Garhwal
1
-6
/
+6
2023-06-15
hw/xen/xen-hvm-common: skip ioreq creation on ioreq registration failure
Stefano Stabellini
1
-19
/
+38
2023-06-15
include/hw/xen/xen_common: return error from xen_create_ioreq_server
Stefano Stabellini
1
-3
/
+5
2023-06-15
xen-hvm: reorganize xen-hvm and move common function to xen-hvm-common
Stefano Stabellini
8
-968
/
+1054
2023-06-15
hw/i386/xen/xen-hvm: move x86-specific fields out of XenIOState
Stefano Stabellini
1
-31
/
+27
2023-06-15
hw/i386/xen: rearrange xen_hvm_init_pc
Vikram Garhwal
1
-24
/
+25
2023-06-15
hw/i386/xen/: move xen-mapcache.c to hw/xen/
Vikram Garhwal
6
-6
/
+10
2023-06-15
target/arm: Allow users to set the number of VFP registers
Cédric Le Goater
3
-0
/
+36
2023-06-15
aspeed: Introduce a "bmc-console" machine option
Cédric Le Goater
2
-2
/
+49
2023-06-15
aspeed: Use the boot_rom region of the fby35 machine
Cédric Le Goater
1
-14
/
+15
2023-06-15
aspeed: Introduce a boot_rom region at the machine level
Cédric Le Goater
1
-6
/
+6
2023-06-15
aspeed/hace: Initialize g_autofree pointer
Cédric Le Goater
1
-1
/
+1
2023-06-15
hw/arm/aspeed: Add VPD data for Rainier machine
Ninad Palsule
3
-3
/
+53
2023-06-14
Merge tag 'pull-riscv-to-apply-20230614' of https://github.com/alistair23/qem...
Richard Henderson
29
-1102
/
+1442
2023-06-14
Merge tag 'misc-20230613' of https://github.com/philmd/qemu into staging
Richard Henderson
37
-91
/
+186
2023-06-14
hw/intc: If mmsiaddrcfgh.L == 1, smsiaddrcfg and smsiaddrcfgh are read-only.
Tommy Wu
1
-2
/
+2
2023-06-13
exec/memory: Introduce RAM_NAMED_FILE flag
Steve Sistare
6
-4
/
+15
2023-06-13
hw/vfio: Add number of dirty pages to vfio_get_dirty_bitmap tracepoint
Joao Martins
2
-4
/
+5
2023-06-13
exec/ram_addr: Return number of dirty pages in cpu_physical_memory_set_dirty_...
Joao Martins
1
-6
/
+22
2023-06-13
hw/char/parallel-isa: Export struct ISAParallelState
Bernhard Beschow
9
-17
/
+37
2023-06-13
hw/char/parallel: Export struct ParallelState
Bernhard Beschow
2
-20
/
+21
2023-06-13
hw/scsi/megasas: Silent GCC duplicated-cond warning
Philippe Mathieu-Daudé
1
-6
/
+10
2023-06-13
hw/ide/ahci: Remove stray backslash
Niklas Cassel
1
-1
/
+1
2023-06-13
hw/i2c: Enable an id for the pca954x devices
Patrick Venture
1
-0
/
+22
2023-06-13
target/i386: Rename helper template headers as '.h.inc'
Philippe Mathieu-Daudé
6
-11
/
+11
2023-06-13
target/i386/helper: Shuffle do_cpu_init()
Philippe Mathieu-Daudé
1
-8
/
+4
2023-06-13
target/i386/helper: Remove do_cpu_sipi() stub for user-mode emulation
Philippe Mathieu-Daudé
2
-4
/
+2
2023-06-13
target/hppa/meson: Only build int_helper.o with system emulation
Philippe Mathieu-Daudé
2
-4
/
+1
2023-06-13
accel/hvf: Report HV_DENIED error
Antonio Caggiano
1
-0
/
+6
2023-06-13
util/cacheflush: Avoid possible redundant dcache flush on Darwin
Philippe Mathieu-Daudé
1
-1
/
+8
2023-06-13
util/cacheflush: Use declarations from <OSCacheControl.h> on Darwin
Philippe Mathieu-Daudé
1
-2
/
+2
2023-06-13
cocoa: Fix warnings about invalid prototype declarations
Philippe Mathieu-Daudé
2
-2
/
+2
2023-06-13
linux-user, bsd-user: Preserve incoming order of environment variables in the...
Andreas Schwab
2
-2
/
+18
2023-06-13
target/riscv: Smepmp: Return error when access permission not allowed in PMP
Himanshu Chauhan
1
-8
/
+2
2023-06-13
target/riscv/vector_helper.c: Remove the check for extra tail elements
Xiao Wang
1
-16
/
+6
2023-06-13
target/riscv/vector_helper.c: clean up reference of MTYPE
Xiao Wang
1
-5
/
+1
2023-06-13
target/riscv: Fix initialized value for cur_pmmask
Weiwei Li
1
-2
/
+2
2023-06-13
util/log: Add vector registers to log
Ivan Klokov
4
-0
/
+8
2023-06-13
docs/system: riscv: Add pflash usage details
Sunil V L
1
-0
/
+31
2023-06-13
riscv/virt: Support using pflash via -blockdev option
Sunil V L
1
-3
/
+5
2023-06-13
hw/riscv: virt: Assume M-mode FW in pflash0 only when "-bios none"
Sunil V L
1
-32
/
+21
2023-06-13
target/riscv: Remove pc_succ_insn from DisasContext
Weiwei Li
1
-6
/
+1
2023-06-13
target/riscv: Enable PC-relative translation
Weiwei Li
4
-20
/
+74
2023-06-13
target/riscv: Use true diff for gen_pc_plus_diff
Weiwei Li
3
-12
/
+9
[prev]
[next]