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
2018-10-02
serial: fix DLL writes
Paolo Bonzini
1
-2
/
+2
2018-10-02
util: use fcntl() for qemu_write_pidfile() locking
Marc-André Lureau
1
-1
/
+6
2018-10-02
util: add qemu_write_pidfile()
Marc-André Lureau
8
-131
/
+114
2018-10-02
hw/char/sh_serial: Add timeout handling to unbreak serial input
Geert Uytterhoeven
1
-0
/
+20
2018-10-02
configure: preserve various environment variables in config.status
Daniel P. Berrangé
1
-0
/
+40
2018-10-02
kvm: x86: Fix kvm_arch_fixup_msi_route for remap-less case
Jan Kiszka
1
-0
/
+4
2018-10-02
hostmem-memfd: add checks before adding hostmem-memfd & properties
Marc-André Lureau
4
-46
/
+45
2018-10-02
dump: fix Windows dump memory run mapping
Viktor Prutyanov
1
-18
/
+22
2018-10-02
cpus: access .qemu_icount_bias with atomic64
Emilio G. Cota
1
-10
/
+11
2018-10-02
cpus: access .qemu_icount with atomic64
Emilio G. Cota
1
-4
/
+4
2018-10-02
cpus: take seqlock across qemu_icount updates
Paolo Bonzini
1
-8
/
+14
2018-10-02
test-rcu-list: access n_reclaims and n_nodes_removed with atomic64
Emilio G. Cota
1
-9
/
+11
2018-10-02
qsp: use atomic64 accessors
Emilio G. Cota
1
-41
/
+8
2018-10-02
tests: add atomic64-bench
Emilio G. Cota
2
-1
/
+173
2018-10-02
util: add atomic64
Emilio G. Cota
4
-0
/
+121
2018-10-02
cacheinfo: add i/d cache_linesize_log
Emilio G. Cota
2
-0
/
+10
2018-10-02
cpus: initialize timers_state.vm_clock_lock
Emilio G. Cota
1
-0
/
+1
2018-10-02
atomic: fix comment s/x64_64/x86_64/
Emilio G. Cota
1
-1
/
+1
2018-10-02
ps2: prevent changing irq state on save and load
Pavel Dovgalyuk
1
-2
/
+6
2018-10-02
es1370: fix ADC_FRAMEADR and ADC_FRAMECNT
Paolo Bonzini
1
-2
/
+8
2018-10-02
qsp: hide indirect function calls from Coverity
Paolo Bonzini
1
-0
/
+17
2018-10-02
virtio: Return true from virtio_queue_empty if broken
Fam Zheng
1
-0
/
+8
2018-10-02
Merge remote-tracking branch 'remotes/dgibson/tags/libfdt-20181002' into staging
Peter Maydell
1
-0
/
+0
2018-10-02
Merge remote-tracking branch 'remotes/xtensa/tags/20181001-xtensa' into staging
Peter Maydell
5
-973
/
+1816
2018-10-02
Update dtc/libfdt submodule to v1.4.7
David Gibson
1
-0
/
+0
2018-10-01
target/xtensa: extract gen_check_interrupts call
Max Filippov
1
-25
/
+53
2018-10-01
target/xtensa: make rsr/wsr helpers return void
Max Filippov
1
-66
/
+36
2018-10-01
target/xtensa: extract unconditional TB termination via slot 0
Max Filippov
1
-47
/
+36
2018-10-01
target/xtensa: always end TB on CCOUNT access/CCOMPARE write
Max Filippov
1
-8
/
+5
2018-10-01
target/xtensa: change SR number checks to assertions
Max Filippov
1
-36
/
+29
2018-10-01
target/xtensa: extract unconditional TB termination
Max Filippov
1
-39
/
+28
2018-10-01
target/xtensa: extract test for division by zero
Max Filippov
1
-22
/
+31
2018-10-01
target/xtensa: extract test for cpdisabled exception
Max Filippov
2
-108
/
+123
2018-10-01
target/xtensa: extract test for alloca exception
Max Filippov
1
-3
/
+8
2018-10-01
target/xtensa: extract test for window underflow exception
Max Filippov
3
-9
/
+25
2018-10-01
target/xtensa: extract test for window overflow exception
Max Filippov
3
-587
/
+889
2018-10-01
target/xtensa: extract test for debug exception
Max Filippov
1
-10
/
+13
2018-10-01
target/xtensa: extract test for syscall instruction
Max Filippov
1
-7
/
+6
2018-10-01
target/xtensa: extract test for privileged instruction
Max Filippov
1
-93
/
+294
2018-10-01
target/xtensa: extract test for an illegal instruction
Max Filippov
5
-73
/
+400
2018-10-01
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
18
-151
/
+307
2018-10-01
tests/test-bdrv-drain: Fix too late qemu_event_reset()
Kevin Wolf
1
-2
/
+2
2018-10-01
test-replication: Lock AioContext around blk_unref()
Kevin Wolf
1
-0
/
+11
2018-10-01
qcow2: Fix cache-clean-interval documentation
Leonid Bloch
3
-12
/
+14
2018-10-01
block-backend: Set werror/rerror defaults in blk_new()
Kevin Wolf
2
-0
/
+4
2018-10-01
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20181001-pull-request' i...
Peter Maydell
4
-9
/
+27
2018-10-01
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20181001-pull-request' ...
Peter Maydell
5
-6
/
+17
2018-10-01
qcow2: Explicit number replaced by a constant
Leonid Bloch
1
-2
/
+2
2018-10-01
qcow2: Set the default cache-clean-interval to 10 minutes
Leonid Bloch
5
-6
/
+9
2018-10-01
qcow2: Resize the cache upon image resizing
Leonid Bloch
1
-0
/
+11
[prev]
[next]