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
2015-05-18
arm: Introduce Xilinx ZynqMP SoC
Peter Crosthwaite
4
-1
/
+116
2015-05-18
target-arm: cpu64: Add support for Cortex-A53
Peter Crosthwaite
1
-0
/
+51
2015-05-18
target-arm: cpu64: generalise name of A57 regs
Peter Crosthwaite
1
-5
/
+5
2015-05-15
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2015-05-15' into ...
Peter Maydell
15
-552
/
+453
2015-05-15
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20150514' into staging
Peter Maydell
18
-260
/
+340
2015-05-14
tcg: Add MO_ALIGN, MO_UNALN
Richard Henderson
2
-40
/
+45
2015-05-14
tcg: Push merged memop+mmu_idx parameter to softmmu routines
Richard Henderson
13
-150
/
+156
2015-05-14
tcg: Merge memop and mmu_idx parameters to qemu_ld/st
Richard Henderson
15
-71
/
+140
2015-05-14
qapi: Inline gen_command_decl_prologue(), gen_command_def_prologue()
Markus Armbruster
1
-34
/
+24
2015-05-14
qapi: Drop pointless flush() before close()
Markus Armbruster
1
-4
/
+0
2015-05-14
qapi: Factor open_output(), close_output() out of generators
Markus Armbruster
5
-215
/
+141
2015-05-14
qapi: Turn generators' mandatory option -i into an argument
Markus Armbruster
4
-23
/
+21
2015-05-14
qapi: Fix generators to report command line errors decently
Markus Armbruster
1
-1
/
+5
2015-05-14
qapi: Factor parse_command_line() out of the generators
Markus Armbruster
5
-125
/
+52
2015-05-14
qapi: qapi-commands.py option --type is unused, drop it
Markus Armbruster
1
-36
/
+32
2015-05-14
qapi: qapi-event.py option -b does nothing, drop it
Markus Armbruster
2
-6
/
+3
2015-05-14
tests: Add missing dependencies on $(qapi-py)
Markus Armbruster
1
-4
/
+4
2015-05-14
qapi: Support downstream events and commands
Eric Blake
4
-12
/
+28
2015-05-14
qapi: Support downstream alternates
Eric Blake
4
-8
/
+13
2015-05-14
qapi: Support downstream flat unions
Eric Blake
4
-5
/
+13
2015-05-14
qapi: Support downstream simple unions
Eric Blake
4
-7
/
+10
2015-05-14
qapi: Support downstream structs
Eric Blake
4
-9
/
+18
2015-05-14
qapi: Support downstream enums
Eric Blake
4
-12
/
+18
2015-05-14
qapi: Make c_type() consistently convert qapi names
Eric Blake
1
-4
/
+29
2015-05-14
qapi: Tidy c_type() logic
Eric Blake
1
-28
/
+30
2015-05-14
qapi: Move camel_to_upper(), c_enum_const() to closely related code
Markus Armbruster
1
-25
/
+25
2015-05-14
qapi: Use c_enum_const() in generate_alternate_qtypes()
Markus Armbruster
2
-15
/
+2
2015-05-14
qapi: Simplify c_enum_const()
Markus Armbruster
1
-3
/
+1
2015-05-14
qapi: Rename generate_enum_full_value() to c_enum_const()
Markus Armbruster
4
-11
/
+10
2015-05-14
qapi: Rename _generate_enum_string() to camel_to_upper()
Markus Armbruster
1
-6
/
+6
2015-05-14
qapi: Rename identical c_fun()/c_var() into c_name()
Eric Blake
5
-38
/
+36
2015-05-14
qapi: Fix C identifiers generated for names containing '.'
Markus Armbruster
1
-2
/
+5
2015-05-14
doc: fix qmp event type
Michael S. Tsirkin
1
-2
/
+2
2015-05-14
qmp: Add qom_path field to query-cpus command
Eduardo Habkost
3
-4
/
+12
2015-05-13
Merge remote-tracking branch 'remotes/agraf/tags/signed-s390-for-upstream' in...
Peter Maydell
2
-0
/
+76
2015-05-13
Merge remote-tracking branch 'remotes/jnsnow/tags/ide-cve-pull-request' into ...
Peter Maydell
1
-6
/
+11
2015-05-13
s390x: Add interlocked access facility 1 instructions
Alexander Graf
2
-0
/
+51
2015-05-13
s390x: Add some documentation in opcode list
Alexander Graf
1
-0
/
+21
2015-05-13
s390x: Fix stoc direction
Alexander Graf
1
-0
/
+4
2015-05-12
fdc: force the fifo access to be in bounds of the allocated buffer
Petr Matousek
1
-6
/
+11
2015-05-12
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150512'...
Peter Maydell
10
-131
/
+513
2015-05-12
hw/arm/highbank.c: Wire FIQ between CPU <> GIC
Peter Maydell
1
-0
/
+3
2015-05-12
hw/arm/vexpress.c: Wire FIQ between CPU <> GIC
Fabian Aggeler
1
-0
/
+2
2015-05-12
hw/arm/virt.c: Wire FIQ between CPU <> GIC
Greg Bellows
1
-0
/
+2
2015-05-12
hw/intc/arm_gic: Add grouping support to gic_update()
Peter Maydell
1
-5
/
+22
2015-05-12
hw/intc/arm_gic: Change behavior of IAR writes
Fabian Aggeler
3
-8
/
+18
2015-05-12
hw/intc/arm_gic: Change behavior of EOIR writes
Fabian Aggeler
3
-4
/
+14
2015-05-12
hw/intc/arm_gic: Handle grouping for GICC_HPPIR
Fabian Aggeler
1
-1
/
+27
2015-05-12
hw/intc/arm_gic: Restrict priority view
Fabian Aggeler
3
-7
/
+61
2015-05-12
hw/intc/arm_gic: Implement Non-secure view of RPR
Fabian Aggeler
1
-1
/
+18
[next]