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-19
numa: Clean up error reporting in parse_numa()
Markus Armbruster
2
-6
/
+3
2018-10-19
vnc: Clean up error reporting in vnc_init_func()
Markus Armbruster
2
-5
/
+5
2018-10-19
ui: Convert vnc_display_init(), init_keyboard_layout() to Error
Fei Li
6
-18
/
+24
2018-10-19
ui/keymaps: Fix handling of erroneous include files
Markus Armbruster
1
-12
/
+23
2018-10-19
vl: Clean up error reporting in device_init_func()
Markus Armbruster
1
-7
/
+3
2018-10-19
vl: Clean up error reporting in parse_fw_cfg()
Markus Armbruster
1
-9
/
+8
2018-10-19
vl: Clean up error reporting in mon_init_func()
Markus Armbruster
1
-8
/
+6
2018-10-19
vl: Clean up error reporting in machine_set_property()
Markus Armbruster
1
-6
/
+3
2018-10-19
vl: Clean up error reporting in chardev_init_func()
Markus Armbruster
1
-5
/
+3
2018-10-19
qom: Clean up error reporting in user_creatable_add_opts_foreach()
Markus Armbruster
4
-23
/
+13
2018-10-19
vl: Clean up error reporting in parse_add_fd()
Markus Armbruster
1
-13
/
+9
2018-10-19
seccomp: Clean up error reporting in parse_sandbox()
Markus Armbruster
2
-11
/
+11
2018-10-19
xen/pt: Fix incomplete conversion to realize()
Markus Armbruster
1
-1
/
+1
2018-10-19
numa: Fix QMP command set-numa-node error handling
Markus Armbruster
1
-4
/
+9
2018-10-19
net/socket: Fix invalid socket type error handling
Markus Armbruster
1
-2
/
+2
2018-10-19
l2tpv3: Improve -netdev/netdev_add/-net/... error reporting
Markus Armbruster
1
-13
/
+12
2018-10-19
migration: Fix !replay_can_snapshot() error handling
Markus Armbruster
1
-4
/
+4
2018-10-19
smbios: Clean up error handling in smbios_add()
Markus Armbruster
1
-28
/
+62
2018-10-19
ioapic: Fix error handling in realize()
Markus Armbruster
1
-4
/
+4
2018-10-19
pc: Fix machine property nvdimm-persistence error handling
Markus Armbruster
1
-2
/
+3
2018-10-19
9pfs: Fix CLI parsing crash on error
Markus Armbruster
1
-2
/
+4
2018-10-19
char: Use error_printf() to print help and such
Markus Armbruster
2
-2
/
+2
2018-10-19
vfio: Clean up error reporting after previous commit
Markus Armbruster
4
-8
/
+7
2018-10-19
vfio: Use warn_report() & friends to report warnings
Markus Armbruster
3
-10
/
+10
2018-10-19
cpus hw target: Use warn_report() & friends to report warnings
Markus Armbruster
8
-24
/
+25
2018-10-19
block: Use warn_report() & friends to report warnings
Markus Armbruster
3
-4
/
+4
2018-10-19
Use error_fatal to simplify obvious fatal errors (again)
Markus Armbruster
4
-17
/
+23
2018-10-19
error: Fix use of error_prepend() with &error_fatal, &error_abort
Markus Armbruster
13
-33
/
+61
2018-10-19
vl: Print error when using incorrect backend for debugcon
Philippe Mathieu-Daudé
1
-0
/
+1
2018-10-19
scripts: Remove check-qerror.sh
Alberto Garcia
2
-25
/
+3
2018-10-19
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.1-pull-re...
Peter Maydell
2
-25
/
+53
2018-10-19
Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-october-2018-...
Peter Maydell
14
-162
/
+1618
2018-10-18
target/mips: Add opcodes for nanoMIPS EVA instructions
Dimitrije Nikolic
1
-0
/
+34
2018-10-18
target/mips: Fix misplaced 'break' in handling of NM_SHRA_R_PH
Stefan Markovic
1
-1
/
+1
2018-10-18
target/mips: Fix emulation of microMIPS R6 <SELEQZ|SELNEZ>.<D|S>
Matthew Fortune
1
-8
/
+8
2018-10-18
target/mips: Implement hardware page table walker for MIPS32
Yongbok Kim
3
-3
/
+370
2018-10-18
target/mips: Add reset state for PWSize and PWField registers
Yongbok Kim
1
-0
/
+18
2018-10-18
target/mips: Add CP0 PWCtl register
Yongbok Kim
5
-2
/
+45
2018-10-18
target/mips: Add CP0 PWSize register
Yongbok Kim
5
-2
/
+43
2018-10-18
target/mips: Add CP0 PWField register
Yongbok Kim
5
-2
/
+101
2018-10-18
target/mips: Add CP0 PWBase register
Yongbok Kim
3
-2
/
+37
2018-10-18
target/mips: Add CP0 Config2 to DisasContext
Stefan Markovic
1
-0
/
+2
2018-10-18
target/mips: Improve DSP R2/R3-related naming
Stefan Markovic
5
-112
/
+120
2018-10-18
target/mips: Add availability control for DSP R3 ASE
Stefan Markovic
3
-5
/
+22
2018-10-18
target/mips: Add bit definitions for DSP R3 ASE
Stefan Markovic
2
-0
/
+2
2018-10-18
target/mips: Reorganize bit definitions for insn_flags (ISAs/ASEs flags)
Philippe Mathieu-Daudé
1
-34
/
+44
2018-10-18
target/mips: Increase 'supported ISAs/ASEs' flag holder size
Philippe Mathieu-Daudé
3
-5
/
+5
2018-10-18
target/mips: Add opcode values of MXU ASE
Aleksandar Markovic
1
-0
/
+276
2018-10-18
target/mips: Add organizational chart of MXU ASE
Aleksandar Markovic
1
-0
/
+155
2018-10-18
target/mips: Add assembler mnemonics list for MXU ASE
Aleksandar Markovic
1
-0
/
+88
[next]