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
2019-02-07
slirp: Avoid unaligned 16bit memory access
Samuel Thibault
1
-1
/
+1
2019-02-07
linux-user: add new netlink types
Laurent Vivier
1
-0
/
+8
2019-02-07
linux-user: Check sscanf return value in open_net_route()
Peter Maydell
1
-3
/
+9
2019-02-07
Fix linux-user crashes in ioctl(SIOCGIFCONF) when ifc_buf is NULL.
Kan Li
1
-25
/
+31
2019-02-07
Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20190206' into staging
Peter Maydell
3
-7
/
+11
2019-02-07
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190206' into staging
Peter Maydell
3
-4
/
+5
2019-02-06
sun4m: pass initrd size to OpenBIOS via fw_cfg interface
Mark Cave-Ayland
1
-11
/
+14
2019-02-06
sun4u: add power_mem_read routine
Prasad J Pandit
1
-0
/
+6
2019-02-06
hw/sparc64: Create VGA device only if it has really been requested
Thomas Huth
1
-1
/
+9
2019-02-06
hw/input/tsc210x: Fix building with no verbosity
Philippe Mathieu-Daudé
1
-12
/
+6
2019-02-06
hw/cpu/cluster: Mark the cpu-cluster device with user_creatable = false
Thomas Huth
1
-0
/
+3
2019-02-06
hw/unicore32/puv3: Drop useless inclusion of "hw/i386/pc.h"
Philippe Mathieu-Daudé
1
-1
/
+0
2019-02-06
hw/sparc64/sun4u: Drop useless inclusion of "hw/i386/pc.h"
Philippe Mathieu-Daudé
1
-1
/
+0
2019-02-06
configure: Avoid non-portable 'test -o/-a'
Eric Blake
1
-30
/
+33
2019-02-06
dump: Set correct vaddr for ELF dump
Jon Doron
2
-2
/
+4
2019-02-06
target/moxie: Fix LGPL information in the file headers
Thomas Huth
5
-9
/
+9
2019-02-06
qemu-common.h: Update copyright string for 2019
Peter Maydell
1
-1
/
+1
2019-02-06
target/hppa: fix PSW Q bit behaviour to match hardware
Sven Schnelle
1
-5
/
+9
2019-02-06
target/hppa: fix setting registers via gdb
Sven Schnelle
1
-1
/
+1
2019-02-06
target/hppa: use tb_cflags() to access tb->cflags
Emilio G. Cota
1
-1
/
+1
2019-02-06
accel/tcg: Consider cluster index in tb_lookup__cpu_state()
Peter Maydell
2
-3
/
+4
2019-02-06
tcg: add early clober modifier in atomic16_cmpxchg on aarch64
Catherine Ho
1
-1
/
+1
2019-02-05
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
155
-1777
/
+3103
2019-02-05
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190205'...
Peter Maydell
14
-260
/
+622
2019-02-05
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190205' into staging
Peter Maydell
6
-212
/
+330
2019-02-05
target/arm: Make FPSCR/FPCR trapped-exception bits RAZ/WI
Peter Maydell
2
-0
/
+12
2019-02-05
hw/arm/boot: Support DTB autoload for firmware-only boots
Peter Maydell
1
-1
/
+0
2019-02-05
hw/arm/boot: Clarify why arm_setup_firmware_boot() doesn't set env->boot_info
Peter Maydell
1
-1
/
+2
2019-02-05
hw/arm/boot: Factor out "set up firmware boot" code
Peter Maydell
1
-43
/
+49
2019-02-05
hw/arm/boot: Factor out "direct kernel boot" code into its own function
Peter Maydell
1
-70
/
+80
2019-02-05
hw/arm/boot: Fix block comment style in arm_load_kernel()
Peter Maydell
1
-10
/
+20
2019-02-05
gdbstub: allow killing QEMU via vKill command
Max Filippov
1
-0
/
+4
2019-02-05
target/arm: Enable TBI for user-only
Richard Henderson
1
-0
/
+6
2019-02-05
target/arm: Compute TB_FLAGS for TBI for user-only
Peter Maydell
2
-42
/
+24
2019-02-05
target/arm: Clean TBI for data operations in the translator
Richard Henderson
1
-101
/
+116
2019-02-05
target/arm: Add TBFLAG_A64_TBID, split out gen_top_byte_ignore
Richard Henderson
4
-36
/
+39
2019-02-05
tests/tcg/aarch64: Add pauth smoke test
Richard Henderson
2
-1
/
+28
2019-02-05
linux-user: Implement PR_PAC_RESET_KEYS
Richard Henderson
2
-0
/
+43
2019-02-05
target/arm: Enable BTI for -cpu max
Richard Henderson
1
-0
/
+4
2019-02-05
target/arm: Set btype for indirect branches
Richard Henderson
1
-1
/
+36
2019-02-05
target/arm: Reset btype for direct branches
Richard Henderson
1
-0
/
+6
2019-02-05
target/arm: Default handling of BTYPE during translation
Richard Henderson
3
-2
/
+152
2019-02-05
target/arm: Cache the GP bit for a page in MemTxAttrs
Richard Henderson
1
-0
/
+6
2019-02-05
exec: Add target-specific tlb bits to MemTxAttrs
Richard Henderson
1
-0
/
+10
2019-02-05
target/arm: Add BT and BTYPE to tb->flags
Richard Henderson
4
-7
/
+23
2019-02-05
target/arm: Add PSTATE.BTYPE
Richard Henderson
2
-2
/
+9
2019-02-05
target/arm: Introduce isar_feature_aa64_bti
Richard Henderson
1
-0
/
+10
2019-02-05
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
39
-1646
/
+2460
2019-02-05
contrib/libvhost-user: cleanup casts
Michael S. Tsirkin
1
-4
/
+4
2019-02-05
r2d: fix build on mingw
Michael S. Tsirkin
1
-1
/
+1
[prev]
[next]