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-05-05
target/arm: Make some more cpreg data static const
Richard Henderson
1
-8
/
+8
2022-05-05
target/arm: Replace sentinels with ARRAY_SIZE in cpregs.h
Richard Henderson
8
-130
/
+49
2022-05-05
target/arm: Reorg CPAccessResult and access_check_cp_reg
Richard Henderson
2
-36
/
+42
2022-05-05
target/arm: Split out cpregs.h
Richard Henderson
14
-374
/
+427
2022-05-05
target/arm: Enable SCTLR_EL1.BT0 for aarch64-linux-user
Richard Henderson
3
-3
/
+47
2022-05-04
Merge tag 'pull-request-2022-05-04' of https://gitlab.com/thuth/qemu into sta...
Richard Henderson
25
-1979
/
+1053
2022-05-04
Merge tag 'qga-pull-request' of gitlab.com:marcandre.lureau/qemu into staging
Richard Henderson
3
-235
/
+413
2022-05-04
qga: Introduce disk smart
zhenwei pi
2
-1
/
+125
2022-05-04
qga: Introduce NVMe disk bus type
zhenwei pi
2
-2
/
+6
2022-05-04
qga/commands-posix: 'guest-shutdown' for Solaris
Andrew Deason
1
-3
/
+18
2022-05-04
qga/commands-posix: Log all net stats failures
Andrew Deason
1
-1
/
+5
2022-05-04
qga/commands-posix: Fix listing ifaces for Solaris
Andrew Deason
1
-1
/
+6
2022-05-04
qga/commands-posix: Fix iface hw address detection
Andrew Deason
1
-15
/
+24
2022-05-04
qga/commands-posix: Use getifaddrs when available
Andrew Deason
2
-229
/
+246
2022-05-04
tests/tcg/s390x: Use a different PCRel32 notation in branch-relative-long.c
Ilya Leoshkevich
1
-2
/
+2
2022-05-04
disas: Remove old libopcode s390 disassembler
Thomas Huth
6
-1898
/
+0
2022-05-04
tests/tcg/s390x: Tests for Vector Enhancements Facility 2
David Miller
5
-0
/
+347
2022-05-04
target/s390x: add S390_FEAT_VECTOR_ENH2 to qemu CPU model
David Miller
2
-1
/
+9
2022-05-04
target/s390x: vxeh2: vector {load, store} byte reversed element
David Miller
2
-0
/
+97
2022-05-04
target/s390x: vxeh2: vector {load, store} byte reversed elements
David Miller
2
-0
/
+117
2022-05-04
target/s390x: vxeh2: vector {load, store} elements reversed
David Miller
2
-0
/
+88
2022-05-04
target/s390x: vxeh2: vector shift double by bit
David Miller
2
-8
/
+53
2022-05-04
target/s390x: vxeh2: Update for changes to vector shifts
David Miller
4
-50
/
+95
2022-05-04
target/s390x: vxeh2: vector string search
David Miller
5
-1
/
+134
2022-05-04
target/s390x: vxeh2: vector convert short/32b
David Miller
3
-4
/
+75
2022-05-04
tcg: Implement tcg_gen_{h,w}swap_{i32,i64}
Richard Henderson
2
-0
/
+36
2022-05-04
s390x/cpu_models: make "max" match the unmodified "qemu" CPU model under TCG
David Hildenbrand
2
-24
/
+13
2022-05-04
s390x/cpu_models: drop "msa5" from the TCG "max" model
David Hildenbrand
1
-2
/
+0
2022-05-04
target/s390x: Fix writeback to v1 in helper_vstl
Richard Henderson
1
-2
/
+0
2022-05-03
Merge tag 'misc-pull-request' of gitlab.com:marcandre.lureau/qemu into staging
Richard Henderson
192
-565
/
+609
2022-05-03
Merge tag 'pull-aspeed-20220503' of https://github.com/legoater/qemu into sta...
Richard Henderson
22
-16
/
+1199
2022-05-03
util: rename qemu_*block() socket functions
Marc-André Lureau
14
-32
/
+32
2022-05-03
tests: replace qemu_set_nonblock()
Marc-André Lureau
1
-1
/
+3
2022-05-03
net: replace qemu_set_nonblock()
Marc-André Lureau
1
-14
/
+19
2022-05-03
ui: replace qemu_set_nonblock()
Marc-André Lureau
1
-1
/
+4
2022-05-03
hw: replace qemu_set_nonblock()
Marc-André Lureau
2
-5
/
+11
2022-05-03
qga: replace qemu_set_nonblock()
Marc-André Lureau
1
-1
/
+5
2022-05-03
io: replace qemu_set{_non}block()
Marc-André Lureau
2
-11
/
+18
2022-05-03
chardev: replace qemu_set_nonblock()
Marc-André Lureau
4
-5
/
+14
2022-05-03
io: make qio_channel_command_new_pid() static
Marc-André Lureau
2
-29
/
+22
2022-05-03
Replace fcntl(O_NONBLOCK) with g_unix_set_fd_nonblocking()
Marc-André Lureau
6
-21
/
+9
2022-05-03
io: replace pipe() with g_unix_open_pipe(CLOEXEC)
Marc-André Lureau
1
-2
/
+2
2022-05-03
virtiofsd: replace pipe() with g_unix_open_pipe(CLOEXEC)
Marc-André Lureau
1
-1
/
+1
2022-05-03
os-posix: replace pipe()+cloexec with g_unix_open_pipe(CLOEXEC)
Marc-André Lureau
1
-2
/
+1
2022-05-03
tests: replace pipe() with g_unix_open_pipe(CLOEXEC)
Marc-André Lureau
2
-3
/
+4
2022-05-03
qga: replace pipe() with g_unix_open_pipe(CLOEXEC)
Marc-André Lureau
1
-1
/
+1
2022-05-03
util: replace pipe()+cloexec with g_unix_open_pipe()
Marc-André Lureau
1
-4
/
+1
2022-05-03
Replace qemu_pipe() with g_unix_open_pipe()
Marc-André Lureau
4
-29
/
+4
2022-05-03
block: move fcntl_setfl()
Marc-André Lureau
3
-17
/
+15
2022-05-03
Use g_unix_set_fd_nonblocking()
Marc-André Lureau
3
-6
/
+4
[next]