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-06-28
Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/floppy-pull-request' ...
Peter Maydell
13
-622
/
+763
2021-06-28
Merge remote-tracking branch 'remotes/philmd/tags/mips-20210625' into staging
Peter Maydell
16
-71
/
+42
2021-06-25
Merge remote-tracking branch 'remotes/kraxel/tags/audio-20210624-pull-request...
Peter Maydell
3
-73
/
+77
2021-06-25
Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20210...
Peter Maydell
12
-81
/
+543
2021-06-25
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2021-06-24' in...
Peter Maydell
1
-1
/
+13
2021-06-25
machine: reject -smp dies!=1 for non-PC machines
Paolo Bonzini
1
-0
/
+4
2021-06-25
machine: pass QAPI struct to mc->smp_parse
Paolo Bonzini
4
-21
/
+60
2021-06-25
machine: add error propagation to mc->smp_parse
Paolo Bonzini
4
-32
/
+34
2021-06-25
machine: move common smp_parse code to caller
Paolo Bonzini
2
-118
/
+110
2021-06-25
machine: move dies from X86MachineState to CpuTopology
Paolo Bonzini
6
-13
/
+10
2021-06-25
hw/block/fdc: Add description to floppy controllers
Philippe Mathieu-Daudé
2
-0
/
+3
2021-06-25
hw/block/fdc: Extract SysBus floppy controllers to fdc-sysbus.c
Philippe Mathieu-Daudé
8
-222
/
+259
2021-06-25
hw/block/fdc: Extract ISA floppy controllers to fdc-isa.c
Philippe Mathieu-Daudé
8
-274
/
+332
2021-06-25
hw/block/fdc: Declare shared prototypes in fdc-internal.h
Philippe Mathieu-Daudé
3
-122
/
+168
2021-06-25
hw/block/fdc: Replace disabled fprintf() by trace event
Philippe Mathieu-Daudé
2
-6
/
+2
2021-06-25
hw/isa/Kconfig: Fix missing dependency ISA_SUPERIO -> FDC
Philippe Mathieu-Daudé
1
-0
/
+1
2021-06-25
block-copy: atomic .cancelled and .finished fields in BlockCopyCallState
Emanuele Giuseppe Esposito
2
-15
/
+24
2021-06-25
block-copy: add CoMutex lock
Emanuele Giuseppe Esposito
1
-39
/
+116
2021-06-25
block-copy: move progress_set_remaining in block_copy_task_end
Emanuele Giuseppe Esposito
1
-3
/
+3
2021-06-25
block-copy: streamline choice of copy_range vs. read/write
Paolo Bonzini
1
-86
/
+90
2021-06-25
block-copy: small refactor in block_copy_task_entry and block_copy_common
Emanuele Giuseppe Esposito
1
-6
/
+8
2021-06-25
co-shared-resource: protect with a mutex
Emanuele Giuseppe Esposito
2
-8
/
+20
2021-06-25
progressmeter: protect with a mutex
Emanuele Giuseppe Esposito
7
-28
/
+124
2021-06-25
blockjob: let ratelimit handle a speed of 0
Paolo Bonzini
1
-10
/
+3
2021-06-25
block-copy: let ratelimit handle a speed of 0
Paolo Bonzini
1
-17
/
+11
2021-06-25
ratelimit: treat zero speed as unlimited
Paolo Bonzini
1
-2
/
+10
2021-06-25
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-updates-25062...
Peter Maydell
11
-21
/
+140
2021-06-25
plugins/api: expose symbol lookup to plugins
Alex Bennée
2
-0
/
+15
2021-06-25
tests/tcg: skip the signals test for hppa/s390x for now
Alex Bennée
2
-0
/
+8
2021-06-25
GitLab: Add "Feature Request" issue template.
John Snow
1
-0
/
+32
2021-06-25
GitLab: Add "Bug" issue reporting template
John Snow
1
-0
/
+64
2021-06-25
scripts/checkpatch: roll diff tweaking into checkpatch itself
Alex Bennée
3
-7
/
+6
2021-06-25
docs/devel: Add a single top-level header to MTTCG's doc
Luis Pires
1
-2
/
+3
2021-06-25
tests/acceptance: tweak the tcg/kvm tests for virt
Alex Bennée
1
-12
/
+12
2021-06-25
file-posix: handle EINTR during ioctl
Paolo Bonzini
1
-1
/
+3
2021-06-25
block: detect DKIOCGETBLOCKCOUNT/SIZE before use
Joelle van Dyne
1
-1
/
+1
2021-06-25
block: try BSD disk size ioctls one after another
Paolo Bonzini
1
-18
/
+16
2021-06-25
block: check for sys/disk.h
Joelle van Dyne
2
-1
/
+2
2021-06-25
block: feature detection for host block support
Joelle van Dyne
3
-16
/
+37
2021-06-25
file-posix: try BLKSECTGET on block devices too, do not round to power of 2
Paolo Bonzini
1
-24
/
+33
2021-06-25
block: add max_hw_transfer to BlockLimits
Paolo Bonzini
6
-2
/
+25
2021-06-25
block-backend: align max_transfer to request alignment
Paolo Bonzini
1
-3
/
+3
2021-06-25
osdep: provide ROUND_DOWN macro
Paolo Bonzini
1
-6
/
+22
2021-06-25
scsi-generic: pass max_segments via max_iov field in BlockLimits
Paolo Bonzini
2
-4
/
+5
2021-06-25
file-posix: fix max_iov for /dev/sg devices
Paolo Bonzini
1
-0
/
+11
2021-06-25
KVM: Fix dirty ring mmap incorrect size due to renaming accident
Peter Xu
1
-2
/
+2
2021-06-25
configure, meson: convert libusbredir detection to meson
Paolo Bonzini
4
-29
/
+12
2021-06-25
configure, meson: convert libcacard detection to meson
Paolo Bonzini
4
-29
/
+12
2021-06-25
configure, meson: convert libusb detection to meson
Paolo Bonzini
4
-28
/
+14
2021-06-25
configure, meson: convert pam detection to meson
Paolo Bonzini
5
-41
/
+34
[prev]
[next]