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
2022-06-28
semihosting: Split out semihost_sys_remove
Richard Henderson
3
-12
/
+44
2022-06-28
semihosting: Split out semihost_sys_flen
Richard Henderson
3
-61
/
+66
2022-06-28
semihosting: Split out semihost_sys_isatty
Richard Henderson
3
-26
/
+53
2022-06-28
semihosting: Split out semihost_sys_lseek
Richard Henderson
4
-38
/
+102
2022-06-28
semihosting: Bound length for semihost_sys_{read,write}
Richard Henderson
1
-0
/
+16
2022-06-28
semihosting: Split out semihost_sys_write
Richard Henderson
3
-51
/
+61
2022-06-28
semihosting: Split out semihost_sys_read
Richard Henderson
3
-65
/
+113
2022-06-28
semihosting: Split out semihost_sys_close
Richard Henderson
4
-41
/
+57
2022-06-28
semihosting: Split out semihost_sys_open
Richard Henderson
5
-45
/
+193
2022-06-28
semihosting: Move GET_ARG/SET_ARG earlier in the file
Richard Henderson
1
-24
/
+24
2022-06-28
semihosting: Use env more often in do_common_semihosting
Richard Henderson
1
-4
/
+3
2022-06-28
semihosting: Split out common-semi-target.h
Richard Henderson
3
-93
/
+113
2022-06-28
semihosting: Split out common_semi_has_synccache
Richard Henderson
1
-7
/
+13
2022-06-28
semihosting: Split common_semi_flen_buf per target
Richard Henderson
1
-23
/
+21
2022-06-28
semihosting: Split is_64bit_semihosting per target
Richard Henderson
1
-11
/
+8
2022-06-28
semihosting: Use struct gdb_stat in common_semi_flen_cb
Richard Henderson
1
-8
/
+6
2022-06-28
gdbstub: Convert GDB error numbers to host error numbers
Richard Henderson
1
-0
/
+31
2022-06-28
include/exec: Define errno values in gdbstub.h
Richard Henderson
1
-0
/
+22
2022-06-28
include/exec: Move gdb_stat and gdb_timeval to gdbstub.h
Richard Henderson
3
-54
/
+33
2022-06-28
include/exec: Move gdb open flags to gdbstub.h
Richard Henderson
4
-23
/
+9
2022-06-28
semihosting: Remove GDB_O_BINARY
Richard Henderson
1
-7
/
+6
2022-06-28
semihosting: Move common-semi.h to include/semihosting/
Richard Henderson
1
-0
/
+0
2022-06-28
semihosting: Return void from do_common_semihosting
Richard Henderson
8
-294
/
+263
2022-06-28
semihosting: Clean up common_semi_open_cb
Richard Henderson
1
-4
/
+2
2022-06-28
semihosting: Clean up common_semi_flen_cb
Richard Henderson
1
-9
/
+11
2022-06-28
semihosting: Adjust error checking in common_semi_cb
Richard Henderson
1
-1
/
+1
2022-06-28
semihosting: Inline set_swi_errno into common_semi_cb
Richard Henderson
1
-9
/
+10
2022-06-28
semihosting: Split out guestfd.c
Richard Henderson
10
-142
/
+233
2022-06-28
semihosting: Simplify softmmu_lock_user_string
Richard Henderson
1
-12
/
+3
2022-06-28
semihosting: Add target_strlen for softmmu-uaccess.h
Richard Henderson
2
-0
/
+52
2022-06-28
accel/stubs: Add tcg stub for probe_access_flags
Richard Henderson
1
-0
/
+7
2022-06-28
semihosting: Move softmmu-uaccess.h functions out of line
Richard Henderson
3
-37
/
+57
2022-06-28
semihosting: Improve condition for config.c and console.c
Richard Henderson
1
-1
/
+1
2022-06-28
semihosting: Return failure from softmmu-uaccess.h functions
Richard Henderson
1
-52
/
+39
2022-06-28
semihosting: Move exec/softmmu-semi.h to semihosting/softmmu-uaccess.h
Richard Henderson
5
-7
/
+7
2022-06-27
include/hw/virtio: document vhost_ack_features
Alex Bennée
1
-0
/
+10
2022-06-27
include/hw/virtio: document vhost_get_features
Alex Bennée
1
-0
/
+11
2022-06-27
contrib/vhost-user-blk: fix 32 bit build and enable
Alex Bennée
3
-6
/
+5
2022-06-27
MAINTAINERS: Collect memory device files in "Memory devices"
David Hildenbrand
1
-10
/
+15
2022-06-27
libvhost-user: Fix VHOST_USER_ADD_MEM_REG reply
Kevin Wolf
1
-7
/
+1
2022-06-27
libvhost-user: Fix VHOST_USER_GET_MAX_MEM_SLOTS reply
Kevin Wolf
1
-9
/
+2
2022-06-27
docs/vhost-user: Fix mismerge
Kevin Wolf
1
-16
/
+0
2022-06-27
virtio-iommu: Fix migration regression
Zhenzhong Duan
1
-0
/
+8
2022-06-27
vhost: setup error eventfd and dump errors
Konstantin Khlebnikov
2
-0
/
+38
2022-06-27
vhost: add method vhost_set_vring_err
Konstantin Khlebnikov
3
-0
/
+16
2022-06-27
msi: fix MSI vector limit check in msi_set_mask()
Jagannathan Raman
1
-2
/
+2
2022-06-27
virtio-iommu: Fix the partial copy of probe request
Zhenzhong Duan
1
-4
/
+4
2022-06-27
Merge tag 'pull-target-arm-20220627' of https://git.linaro.org/people/pmaydel...
Richard Henderson
24
-146
/
+782
2022-06-27
target/arm: Check V7VE as well as LPAE in arm_pamax
Richard Henderson
1
-1
/
+7
2022-06-27
target/arm: Extend arm_pamax to more than aarch64
Richard Henderson
2
-17
/
+17
[prev]
[next]