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
2017-06-02
arm: All M profile cores are PMSA
Peter Maydell
1
-0
/
+8
2017-06-02
armv7m: Implement M profile default memory map
Michael Davidsaver
1
-9
/
+32
2017-06-02
armv7m: Improve "-d mmu" tracing for PMSAv7 MPU
Michael Davidsaver
1
-12
/
+27
2017-06-02
arm: Remove unnecessary check on cpu->pmsav7_dregion
Peter Maydell
1
-2
/
+1
2017-06-02
arm: Don't let no-MPU PMSA cores write to SCTLR.M
Peter Maydell
1
-0
/
+5
2017-06-02
arm: Don't clear ARM_FEATURE_PMSA for no-mpu configs
Peter Maydell
1
-1
/
+7
2017-06-02
arm: Clean up handling of no-MPU PMSA CPUs
Peter Maydell
4
-14
/
+14
2017-06-02
arm: Use different ARMMMUIdx values for M profile
Peter Maydell
3
-2
/
+27
2017-06-02
arm: Add support for M profile CPUs having different MMU index semantics
Peter Maydell
6
-99
/
+156
2017-06-02
arm: Use the mmu_idx we're passed in arm_cpu_do_unaligned_access()
Peter Maydell
1
-1
/
+1
2017-06-02
target/arm: clear PMUVER field of AA64DFR0 when vPMU=off
Wei Huang
1
-1
/
+1
2017-06-02
hw/intc/arm_gicv3_cpuif: Fix priority masking for NS BPR1
Peter Maydell
1
-4
/
+38
2017-06-02
hw/intc/arm_gicv3_cpuif: Don't let BPR be set below its minimum
Peter Maydell
1
-0
/
+6
2017-06-02
hw/intc/arm_gicv3_cpuif: Fix reset value for VMCR_EL2.VBPR1
Peter Maydell
1
-1
/
+1
2017-06-02
load_uboot_image: don't assume a full header read
Andrew Jones
1
-1
/
+2
2017-06-02
libvixl: Correct build failures on NetBSD
Kamil Rytarowski
1
-0
/
+3
2017-06-02
char: move char devices to chardev/
Marc-André Lureau
12
-27
/
+28
2017-06-02
char: make chr_fe_deinit() optionaly delete backend
Marc-André Lureau
16
-58
/
+34
2017-06-02
char: rename functions that are not part of fe
Marc-André Lureau
1
-8
/
+7
2017-06-02
char: move CharBackend handling in char-fe unit
Marc-André Lureau
56
-623
/
+664
2017-06-02
char: generalize qemu_chr_write_all()
Marc-André Lureau
1
-42
/
+28
2017-06-02
be-hci: use backend functions
Marc-André Lureau
1
-6
/
+3
2017-06-02
chardev: serial & parallel declaration to own headers
Marc-André Lureau
12
-46
/
+50
2017-06-02
chardev: move headers to include/chardev
Marc-André Lureau
98
-116
/
+117
2017-06-02
Remove/replace sysemu/char.h inclusion
Marc-André Lureau
13
-13
/
+1
2017-06-02
char-win: close file handle except with console
Marc-André Lureau
4
-13
/
+8
2017-06-02
char-win: rename hcom->file
Marc-André Lureau
3
-24
/
+24
2017-06-02
char-win: rename win_chr_init/poll win_chr_serial_init/poll
Marc-André Lureau
3
-6
/
+6
2017-06-02
char-win: remove WinChardev.len
Marc-André Lureau
2
-10
/
+7
2017-06-02
char-win: simplify win_chr_read()
Marc-André Lureau
2
-27
/
+10
2017-06-02
char: cast ARRAY_SIZE() as signed to silent warning on empty array
Philippe Mathieu-Daudé
1
-2
/
+2
2017-06-02
hw/sparc64: QOM'ify sun4u.c
xiaoqiang zhao
1
-11
/
+9
2017-06-02
hw/sparc: QOM'ify sun4m.c
xiaoqiang zhao
1
-35
/
+19
2017-06-02
hw/timer: QOM'ify slavio_timer
xiaoqiang zhao
1
-7
/
+5
2017-06-02
hw/timer: QOM'ify m48txx_sysbus
xiaoqiang zhao
1
-19
/
+19
2017-06-02
hw/misc: QOM'ify slavio_misc.c
xiaoqiang zhao
1
-26
/
+17
2017-06-02
hw/dma: QOM'ify sun4m_iommu.c
xiaoqiang zhao
1
-7
/
+5
2017-06-02
hw/dma: QOM'ify sparc32_dma.c
xiaoqiang zhao
1
-10
/
+15
2017-06-02
hw/misc: QOM'ify eccmemctl.c
xiaoqiang zhao
1
-9
/
+16
2017-06-01
migration: Move include/migration/block.h into migration/
Juan Quintela
6
-6
/
+12
2017-06-01
migration: Export ram.c functions in its own file
Juan Quintela
9
-39
/
+98
2017-06-01
migration: Create include for migration snapshots
Juan Quintela
7
-12
/
+34
2017-06-01
migration: Export rdma.c functions in its own file
Juan Quintela
4
-4
/
+27
2017-06-01
migration: Export tls.c functions in its own file
Juan Quintela
5
-11
/
+36
2017-06-01
migration: Export socket.c functions in its own file
Juan Quintela
4
-8
/
+30
2017-06-01
migration: Export fd.c functions in its own file
Juan Quintela
4
-4
/
+25
2017-06-01
migration: Export exec.c functions in its own file
Juan Quintela
4
-4
/
+28
2017-06-01
migration: Split qemu-file.h
Juan Quintela
20
-169
/
+186
2017-06-01
migration: Remove unneeded includes of migration/vmstate.h
Juan Quintela
8
-8
/
+0
2017-06-01
migration: shut src return path unconditionally
Peter Xu
2
-2
/
+7
[prev]
[next]