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-03-12
tcg: fix cpu_io_recompile
Pavel Dovgalyuk
1
-3
/
+15
2018-03-12
replay: update documentation
Pavel Dovgalyuk
1
-20
/
+52
2018-03-12
replay: save vmstate of the asynchronous events
Pavel Dovgalyuk
3
-23
/
+30
2018-03-12
replay: don't process async events when warping the clock
Pavel Dovgalyuk
2
-1
/
+7
2018-03-12
scripts/replay-dump.py: replay log dumper
Alex Bennée
1
-0
/
+308
2018-03-12
replay: avoid recursive call of checkpoints
Pavel Dovgalyuk
1
-1
/
+13
2018-03-12
replay: check return values of fwrite
Pavel Dovgalyuk
1
-2
/
+15
2018-03-12
replay: push replay_mutex_lock up the call tree
Alex Bennée
10
-76
/
+109
2018-03-12
replay: don't destroy mutex at exit
Pavel Dovgalyuk
3
-7
/
+0
2018-03-12
replay: make locking visible outside replay code
Alex Bennée
4
-4
/
+25
2018-03-12
replay/replay-internal.c: track holding of replay_lock
Alex Bennée
1
-0
/
+11
2018-03-12
replay/replay.c: bump REPLAY_VERSION again
Alex Bennée
2
-2
/
+2
2018-03-12
replay: save prior value of the host clock
Pavel Dovgalyuk
4
-0
/
+31
2018-03-12
replay: added replay log format description
Pavel Dovgalyuk
1
-0
/
+69
2018-03-12
replay: fix save/load vm for non-empty queue
Pavel Dovgalyuk
3
-0
/
+22
2018-03-12
replay: fixed replay_enable_events
Pavel Dovgalyuk
1
-3
/
+5
2018-03-12
replay: fix processing async events
Pavel Dovgalyuk
1
-2
/
+2
2018-03-12
cpu-exec: fix exception_index handling
Pavel Dovgalyuk
1
-1
/
+4
2018-03-12
hw/i386/pc: Factor out the superio code
Philippe Mathieu-Daudé
1
-31
/
+41
2018-03-12
hw/alpha/dp264: Use the TYPE_SMC37C669_SUPERIO
Philippe Mathieu-Daudé
2
-6
/
+7
2018-03-12
hw/alpha/dp264: Add the ISA DMA controller
Philippe Mathieu-Daudé
2
-0
/
+6
2018-03-12
hw/isa/superio: Add the SMC FDC37C669 Super I/O
Philippe Mathieu-Daudé
4
-1
/
+118
2018-03-12
MAINTAINERS: Split the Alpha TCG/machine section
Philippe Mathieu-Daudé
1
-1
/
+5
2018-03-12
MAINTAINERS: Add entries for the VT82C686B Super I/O
Philippe Mathieu-Daudé
1
-0
/
+2
2018-03-12
hw/isa/vt82c686: Add the TYPE_VT82C686B_SUPERIO
Philippe Mathieu-Daudé
3
-12
/
+25
2018-03-12
hw/isa/vt82c686: Rename vt82c686b_init() -> vt82c686b_isa_init()
Philippe Mathieu-Daudé
3
-3
/
+3
2018-03-12
hw/mips/mips_fulong2e: Factor out vt82c686b_southbridge_init()
Philippe Mathieu-Daudé
1
-42
/
+41
2018-03-12
hw/isa/superio: Factor out the FDC37M817 Super I/O from mips_malta.c
Philippe Mathieu-Daudé
3
-25
/
+31
2018-03-12
hw/mips/malta: Code movement
Philippe Mathieu-Daudé
1
-7
/
+7
2018-03-12
hw/isa/superio: Factor out the IDE code from pc87312.c
Philippe Mathieu-Daudé
4
-17
/
+45
2018-03-12
hw/isa/superio: Add a keyboard/mouse controller (8042)
Philippe Mathieu-Daudé
3
-1
/
+4
2018-03-12
hw/isa/superio: Factor out the floppy disc controller code from pc87312.c
Philippe Mathieu-Daudé
5
-32
/
+58
2018-03-12
hw/isa/superio: Factor out the serial code from pc87312.c
Philippe Mathieu-Daudé
5
-36
/
+56
2018-03-12
hw/isa/superio: Factor out the parallel code from pc87312.c
Philippe Mathieu-Daudé
5
-28
/
+89
2018-03-12
hw/isa/pc87312: Inherit from the abstract TYPE_ISA_SUPERIO
Philippe Mathieu-Daudé
2
-3
/
+14
2018-03-12
hw/isa/superio: Add a Super I/O template based on the PC87312 device
Philippe Mathieu-Daudé
4
-0
/
+75
2018-03-12
hw/isa/pc87312: Use 'unsigned int' for the irq value
Philippe Mathieu-Daudé
1
-3
/
+3
2018-03-12
hw/isa/pc87312: Use uint16_t for the ISA I/O base address
Philippe Mathieu-Daudé
2
-8
/
+8
2018-03-12
hw/isa/pc87312: Rename the device type as TYPE_PC87312_SUPERIO
Philippe Mathieu-Daudé
3
-4
/
+4
2018-03-12
MAINTAINERS: Fix the PC87312 include path
Philippe Mathieu-Daudé
1
-1
/
+2
2018-03-12
hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.h
Philippe Mathieu-Daudé
15
-16
/
+43
2018-03-12
hw/dma/i8257: Rename DMA_init() to i8257_dma_init()
Philippe Mathieu-Daudé
11
-18
/
+19
2018-03-12
hw/isa: Move parallel_hds_isa_init() to hw/char/parallel-isa.c
Philippe Mathieu-Daudé
12
-36
/
+59
2018-03-12
membarrier: add --enable-membarrier
Paolo Bonzini
4
-1
/
+102
2018-03-12
membarrier: introduce qemu/sys_membarrier.h
Paolo Bonzini
3
-7
/
+26
2018-03-12
rcu: make memory barriers more explicit
Paolo Bonzini
2
-5
/
+22
2018-03-12
docs: document atomic_load_acquire and atomic_store_release
Paolo Bonzini
1
-27
/
+30
2018-03-12
rcutorture: remove synchronize_rcu from readers
Paolo Bonzini
1
-4
/
+0
2018-03-12
hw/mips/jazz: Fix implicit creation of "-drive if=scsi" devices
Thomas Huth
3
-13
/
+16
2018-03-12
Polish the version strings containing the package version
Thomas Huth
11
-19
/
+21
[next]