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
2024-01-10
hw/i386/acpi-microvm.c: Use common function to add virtio in DSDT
Sunil V L
1
-13
/
+2
2024-01-10
hw/arm/virt-acpi-build.c: Migrate virtio creation to common location
Sunil V L
4
-28
/
+54
2024-01-10
hw/arm/virt-acpi-build.c: Migrate fw_cfg creation to common location
Sunil V L
5
-34
/
+43
2024-01-10
target/riscv/kvm: rename riscv_reg_id() to riscv_reg_id_ulong()
Daniel Henrique Barboza
1
-19
/
+21
2024-01-10
target/riscv/kvm: add RISCV_CONFIG_REG()
Daniel Henrique Barboza
1
-14
/
+11
2024-01-10
target/riscv/kvm: change timer regs size to u64
Daniel Henrique Barboza
1
-13
/
+13
2024-01-10
target/riscv/kvm: change KVM_REG_RISCV_FP_D to u64
Daniel Henrique Barboza
1
-3
/
+8
2024-01-10
target/riscv/kvm: change KVM_REG_RISCV_FP_F to u32
Daniel Henrique Barboza
1
-3
/
+8
2024-01-10
target/riscv/cpu.c: fix machine IDs getters
Daniel Henrique Barboza
1
-6
/
+6
2024-01-10
target/riscv/pmp: Use hwaddr instead of target_ulong for RV32
Ivan Klokov
2
-18
/
+16
2024-01-10
target/riscv: Not allow write mstatus_vs without RVV
LIU Zhiwei
1
-1
/
+4
2024-01-10
target/riscv: Fix th.dcache.cval1 priviledge check
LIU Zhiwei
1
-1
/
+1
2024-01-10
target/riscv: The whole vector register move instructions depend on vsew
Max Chou
1
-2
/
+1
2024-01-10
target/riscv: Add vill check for whole vector register move instructions
Max Chou
1
-2
/
+3
2024-01-09
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging
Peter Maydell
124
-655
/
+646
2024-01-09
Merge tag 'pull-replay-fixes-080124-1' of https://gitlab.com/stsquad/qemu int...
Peter Maydell
11
-47
/
+303
2024-01-09
acpi/tests/avocado/bits: disable smilatency tests
Ani Sinha
1
-2
/
+3
2024-01-09
acpi/tests/avocado/bits: import smilatency test from bits in order to disable it
Ani Sinha
1
-0
/
+106
2024-01-08
Rename "QEMU global mutex" to "BQL" in comments and docs
Stefan Hajnoczi
12
-28
/
+27
2024-01-08
Replace "iothread lock" with "BQL" in comments
Stefan Hajnoczi
21
-47
/
+47
2024-01-08
qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql()
Stefan Hajnoczi
8
-14
/
+14
2024-01-08
qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to BQL_LOCK_GUARD
Stefan Hajnoczi
9
-25
/
+24
2024-01-08
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
95
-529
/
+529
2024-01-08
iothread: Remove unused Error** argument in aio_context_set_aio_params
Philippe Mathieu-Daudé
5
-12
/
+5
2024-01-08
tests/avocado: remove skips from replay_kernel
Alex Bennée
1
-11
/
+0
2024-01-08
chardev: force write all when recording replay logs
Alex Bennée
1
-0
/
+12
2024-01-08
replay: stop us hanging in rr_wait_io_event
Alex Bennée
3
-1
/
+27
2024-01-08
replay/replay-char: use report_sync_error
Alex Bennée
1
-4
/
+2
2024-01-08
replay: introduce a central report point for sync errors
Alex Bennée
4
-1
/
+131
2024-01-08
replay: make has_unread_data a bool
Alex Bennée
3
-7
/
+7
2024-01-08
replay: add proper kdoc for ReplayState
Alex Bennée
1
-10
/
+17
2024-01-08
replay: remove host_clock_last
Alex Bennée
1
-2
/
+0
2024-01-08
scripts/replay_dump: track total number of instructions
Alex Bennée
1
-1
/
+4
2024-01-08
scripts/replay-dump: update to latest format
Alex Bennée
1
-8
/
+82
2024-01-08
tests/avocado: modernise the drive args for replay_linux
Alex Bennée
1
-2
/
+5
2024-01-08
tests/avocado: fix typo in replay_linux
Alex Bennée
1
-1
/
+1
2024-01-08
tests/avocado: add a simple i386 replay kernel test
Alex Bennée
1
-0
/
+16
2024-01-08
Merge tag 'pull-vfio-20240107' of https://github.com/legoater/qemu into staging
Peter Maydell
12
-151
/
+222
2024-01-08
Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging
Peter Maydell
8
-17
/
+17
2024-01-08
Merge tag 'pull-loongarch-20240106' of https://gitlab.com/gaosong/qemu into s...
Peter Maydell
24
-14
/
+20
2024-01-06
target/loongarch: move translate modules to tcg/
Song Gao
24
-14
/
+20
2024-01-06
target/loongarch/meson: move gdbstub.c to loongarch.ss
Song Gao
1
-1
/
+1
2024-01-05
backends/iommufd: Remove mutex
Cédric Le Goater
2
-9
/
+0
2024-01-05
backends/iommufd: Remove check on number of backend users
Cédric Le Goater
1
-5
/
+0
2024-01-05
vfio/migration: Add helper function to set state or reset device
Avihai Horon
1
-24
/
+17
2024-01-05
vfio/container: Rename vfio_init_container to vfio_set_iommu
Zhenzhong Duan
1
-3
/
+3
2024-01-05
vfio/iommufd: Remove the use of stat() to check file existence
Cédric Le Goater
1
-6
/
+0
2024-01-05
hw/vfio: fix iteration over global VFIODevice list
Volker Rümelin
1
-4
/
+4
2024-01-05
vfio/container: Replace basename with g_path_get_basename
Cédric Le Goater
1
-2
/
+3
2024-01-05
vfio/iommufd: Remove CONFIG_IOMMUFD usage
Cédric Le Goater
1
-3
/
+0
[next]