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-06-18
block/mirror: Fix child permissions
Max Reitz
1
-9
/
+23
2019-06-18
block: Add bdrv_child_refresh_perms()
Max Reitz
2
-0
/
+27
2019-06-18
file-posix: Update open_flags in raw_set_perm()
Max Reitz
1
-0
/
+4
2019-06-18
block: drop bs->job
Vladimir Sementsov-Ogievskiy
6
-17
/
+5
2019-06-18
blockdev: blockdev_mark_auto_del: drop usage of bs->job
Vladimir Sementsov-Ogievskiy
3
-9
/
+31
2019-06-18
block/block-backend: blk_iostatus_reset: drop usage of bs->job
Vladimir Sementsov-Ogievskiy
2
-4
/
+5
2019-06-18
block/replication: drop usage of bs->job
Vladimir Sementsov-Ogievskiy
3
-31
/
+40
2019-06-18
iotests: Hide timestamps for skipped tests
Max Reitz
1
-0
/
+1
2019-06-18
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-06-17-v2'...
Peter Maydell
24
-4777
/
+5073
2019-06-18
vl: Deprecate -mon pretty=... for HMP monitors
Kevin Wolf
2
-1
/
+15
2019-06-18
monitor: Replace monitor_init() with monitor_init_{hmp, qmp}()
Kevin Wolf
10
-36
/
+27
2019-06-18
monitor: Split Monitor.flags into separate bools
Kevin Wolf
5
-15
/
+22
2019-06-18
monitor: Split out monitor/monitor.c
Kevin Wolf
7
-599
/
+640
2019-06-18
monitor: Split out monitor/hmp.c
Kevin Wolf
5
-1352
/
+1443
2019-06-17
monitor: Split out monitor/qmp.c
Kevin Wolf
6
-393
/
+450
2019-06-17
monitor: Create monitor-internal.h with common definitions
Kevin Wolf
4
-116
/
+150
2019-06-17
monitor: Move {hmp, qmp}.c to monitor/{hmp, qmp}-cmds.c
Kevin Wolf
6
-9
/
+12
2019-06-17
Move monitor.c to monitor/misc.c
Kevin Wolf
8
-15
/
+19
2019-06-17
monitor: Rename HMP command type and tables
Kevin Wolf
2
-38
/
+36
2019-06-17
monitor: Remove Monitor.cmd_table indirection
Kevin Wolf
1
-6
/
+3
2019-06-17
monitor: Create MonitorHMP with readline state
Kevin Wolf
3
-58
/
+77
2019-06-17
monitor: Make MonitorQMP a child class of Monitor
Kevin Wolf
1
-96
/
+123
2019-06-17
monitor: Split monitor_init in HMP and QMP function
Kevin Wolf
1
-40
/
+55
2019-06-17
monitor: Remove unused password prompting fields
Kevin Wolf
1
-2
/
+0
2019-06-17
monitor: Fix return type of monitor_fdset_dup_fd_find
Yury Kotov
3
-4
/
+4
2019-06-17
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-docs-20190617' into ...
Peter Maydell
6
-215
/
+139
2019-06-17
docs: Build and install specs manual
Peter Maydell
2
-1
/
+22
2019-06-17
docs/specs/index.rst: Fix minor syntax issues
Peter Maydell
1
-4
/
+5
2019-06-17
qemu-tech.texi: Remove "QEMU compared to other emulators" section
Peter Maydell
1
-107
/
+0
2019-06-17
Convert "translator internals" docs to RST, move to devel manual
Peter Maydell
3
-103
/
+112
2019-06-17
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190617'...
Peter Maydell
16
-276
/
+572
2019-06-17
target/arm: Only implement doubles if the FPU supports them
Peter Maydell
2
-0
/
+90
2019-06-17
target/arm: Fix typos in trans function prototypes
Peter Maydell
1
-14
/
+14
2019-06-17
target/arm: Remove unused cpu_F0s, cpu_F0d, cpu_F1s, cpu_F1d
Peter Maydell
1
-10
/
+2
2019-06-17
target/arm: Stop using deprecated functions in NEON_2RM_VCVT_F32_F16
Peter Maydell
1
-15
/
+11
2019-06-17
target/arm: stop using deprecated functions in NEON_2RM_VCVT_F16_F32
Peter Maydell
1
-15
/
+12
2019-06-17
target/arm: Stop using cpu_F0s in Neon VCVT fixed-point ops
Peter Maydell
1
-34
/
+28
2019-06-17
target/arm: Stop using cpu_F0s for Neon f32/s32 VCVT
Peter Maydell
1
-60
/
+22
2019-06-17
target/arm: Stop using cpu_F0s for NEON_2RM_VRECPE_F and NEON_2RM_VRSQRTE_F
Peter Maydell
1
-3
/
+3
2019-06-17
target/arm: Stop using cpu_F0s for NEON_2RM_VCVT[ANPM][US]
Peter Maydell
1
-4
/
+3
2019-06-17
target/arm: Stop using cpu_F0s for NEON_2RM_VRINT*
Peter Maydell
1
-5
/
+3
2019-06-17
target/arm: Stop using cpu_F0s for NEON_2RM_VNEG_F
Peter Maydell
1
-11
/
+2
2019-06-17
target/arm: Stop using cpu_F0s for NEON_2RM_VABS_F
Peter Maydell
1
-11
/
+8
2019-06-17
target/arm: Use vfp_expand_imm() for AArch32 VFP VMOV_imm
Peter Maydell
2
-28
/
+10
2019-06-17
target/arm: Move vfp_expand_imm() to translate.[ch]
Peter Maydell
4
-33
/
+40
2019-06-17
hw/intc/arm_gicv3: GICD_TYPER.SecurityExtn is RAZ if GICD_CTLR.DS == 1
Peter Maydell
1
-1
/
+7
2019-06-17
hw/intc/arm_gicv3: Fix decoding of ID register range
Peter Maydell
2
-4
/
+4
2019-06-17
hw/arm: Correctly disable FPU/DSP for some ARMSSE-based boards
Peter Maydell
3
-12
/
+61
2019-06-17
hw/arm/armv7m: Forward "vfp" and "dsp" properties to CPU
Peter Maydell
2
-0
/
+22
2019-06-17
target/arm: Allow M-profile CPUs to disable the DSP extension via CPU property
Peter Maydell
2
-0
/
+31
[next]