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
2021-05-19
hw/ppc/spapr.c: Make sure the host supports the selected MMU mode
Fabiano Rosas
1
-0
/
+1
2021-05-19
hw/ppc/spapr.c: Extract MMU mode error reporting into a function
Fabiano Rosas
3
-12
/
+19
2021-05-18
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.1-pull-re...
Peter Maydell
48
-1653
/
+842
2021-05-18
Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into ...
Peter Maydell
21
-1088
/
+988
2021-05-18
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210516' into...
Peter Maydell
4
-2
/
+13
2021-05-18
linux-user/elfload: add s390x core dumping support
Ilya Leoshkevich
1
-0
/
+33
2021-05-18
linux-user/elfload: fix filling psinfo->pr_psargs
Ilya Leoshkevich
1
-2
/
+3
2021-05-18
linux-user: Tidy TARGET_NR_rt_sigaction
Richard Henderson
1
-19
/
+13
2021-05-18
linux-user/alpha: Share code for TARGET_NR_sigaction
Richard Henderson
2
-37
/
+7
2021-05-18
linux-user/alpha: Define TARGET_ARCH_HAS_KA_RESTORER
Richard Henderson
3
-37
/
+7
2021-05-18
linux-user: Honor TARGET_ARCH_HAS_SA_RESTORER in do_syscall
Richard Henderson
1
-0
/
+4
2021-05-18
linux-user: Pass ka_restorer to do_sigaction
Richard Henderson
3
-15
/
+11
2021-05-18
linux-user/alpha: Rename the sigaction restorer field
Richard Henderson
3
-7
/
+7
2021-05-18
linux-user/alpha: Fix rt sigframe return
Richard Henderson
1
-1
/
+1
2021-05-18
linux-user: use GDateTime for formatting timestamp for core file
Daniel P. Berrangé
1
-27
/
+9
2021-05-18
linux-user: Fix erroneous conversion in copy_file_range
Giuseppe Musacchio
1
-1
/
+2
2021-05-18
linux-user: Add copy_file_range to strace.list
Giuseppe Musacchio
1
-0
/
+3
2021-05-18
linux-user/s390x: Handle vector regs in signal stack
Richard Henderson
1
-2
/
+60
2021-05-17
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-fp-20210516' into ...
Peter Maydell
12
-2312
/
+2937
2021-05-17
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...
Peter Maydell
13
-59
/
+65
2021-05-17
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2021-05-14' in...
Peter Maydell
28
-379
/
+289
2021-05-17
hw/nvme: move nvme emulation out of hw/block
Klaus Jensen
16
-216
/
+217
2021-05-17
hw/block/nvme: move zoned constraints checks
Klaus Jensen
1
-24
/
+28
2021-05-17
hw/block/nvme: remove irrelevant zone resource checks
Klaus Jensen
1
-13
/
+0
2021-05-17
hw/block/nvme: remove num_namespaces member
Klaus Jensen
2
-16
/
+15
2021-05-17
hw/block/nvme: streamline namespace array indexing
Klaus Jensen
2
-4
/
+4
2021-05-17
hw/block/nvme: add metadata offset helper
Klaus Jensen
4
-10
/
+15
2021-05-17
hw/block/nvme: cache lba and ms sizes
Klaus Jensen
4
-99
/
+56
2021-05-17
hw/block/nvme: replace nvme_ns_status
Klaus Jensen
2
-12
/
+8
2021-05-17
hw/block/nvme: remove non-shared defines from header file
Klaus Jensen
3
-2
/
+2
2021-05-17
hw/block/nvme: cleanup includes
Klaus Jensen
4
-36
/
+15
2021-05-17
hw/block/nvme: consolidate header files
Klaus Jensen
8
-391
/
+348
2021-05-17
hw/block/nvme: rename __nvme_select_ns_iocs
Klaus Jensen
1
-24
/
+23
2021-05-17
hw/block/nvme: rename __nvme_advance_zone_wp
Klaus Jensen
1
-4
/
+4
2021-05-17
hw/block/nvme: rename __nvme_zrm_open
Klaus Jensen
1
-6
/
+10
2021-05-17
hw/block/nvme: align with existing style
Gollu Appalanaidu
3
-35
/
+44
2021-05-17
hw/block/nvme: function formatting fix
Gollu Appalanaidu
1
-1
/
+1
2021-05-17
hw/block/nvme: fix io-command set profile feature
Gollu Appalanaidu
1
-3
/
+2
2021-05-17
hw/block/nvme: consider metadata read aio return value in compare
Gollu Appalanaidu
1
-0
/
+11
2021-05-17
hw/block/nvme: rename reserved fields declarations
Gollu Appalanaidu
1
-1
/
+1
2021-05-17
hw/block/nvme: remove redundant invalid_lba_range trace
Gollu Appalanaidu
1
-8
/
+1
2021-05-16
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
23
-75
/
+311
2021-05-16
accel/tcg: Align data dumped at end of TB
Philippe Mathieu-Daudé
1
-2
/
+9
2021-05-16
softfloat: Move round_to_int_and_pack to softfloat-parts.c.inc
Richard Henderson
2
-284
/
+145
2021-05-16
softfloat: Move round_to_int to softfloat-parts.c.inc
Richard Henderson
2
-327
/
+262
2021-05-16
softfloat: Convert float-to-float conversions with float128
Richard Henderson
1
-134
/
+69
2021-05-16
softfloat: Split float_to_float
Richard Henderson
1
-73
/
+101
2021-05-16
softfloat: Move div_floats to softfloat-parts.c.inc
Richard Henderson
2
-174
/
+171
2021-05-16
softfloat: Introduce sh[lr]_double primitives
Richard Henderson
2
-23
/
+115
2021-05-16
softfloat: Tidy mul128By64To192
Richard Henderson
1
-16
/
+6
[next]