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-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
2015-05-12
hw/intc/arm_gic: Make ICCICR/GICC_CTLR banked
Fabian Aggeler
6
-14
/
+76
2015-05-12
hw/intc/arm_gic: Make ICCBPR/GICC_BPR banked
Fabian Aggeler
2
-8
/
+34
2015-05-12
hw/intc/arm_gic: Make ICDDCR/GICD_CTLR banked
Fabian Aggeler
6
-15
/
+38
2015-05-12
hw/intc/arm_gic_kvm.c: Save and restore GICD_IGROUPRn state
Peter Maydell
1
-10
/
+20
2015-05-12
hw/intc/arm_gic: Add Interrupt Group Registers
Fabian Aggeler
4
-5
/
+55
2015-05-12
hw/intc/arm_gic: Switch to read/write callbacks with tx attributes
Peter Maydell
1
-54
/
+90
2015-05-12
hw/intc/arm_gic: Add Security Extensions property
Fabian Aggeler
4
-1
/
+20
2015-05-12
hw/intc/arm_gic: Create outbound FIQ lines
Fabian Aggeler
3
-1
/
+8
2015-05-12
hw/sd: Don't pass BlockBackend to sd_reset()
Peter Maydell
1
-9
/
+8
2015-05-12
armv7m_nvic: systick: Reload the RELOAD value and count down only if ENABLE b...
Adrian Huang
1
-0
/
+9
2015-05-12
Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...
Peter Maydell
30
-9
/
+6836
2015-05-12
Merge remote-tracking branch 'remotes/qmp-unstable/tags/for-upstream' into st...
Peter Maydell
11
-56
/
+191
2015-05-11
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
42
-221
/
+673
2015-05-11
Merge remote-tracking branch 'remotes/bkoppelmann/tags/pull-tricore-20150511'...
Peter Maydell
3
-5
/
+6
2015-05-11
rocker: timestamp on the debug logs helps correlate with events in the VM
David Ahern
1
-1
/
+10
2015-05-11
MAINTAINERS: add rocker
Scott Feldman
1
-0
/
+6
2015-05-11
rocker: add tests
Scott Feldman
8
-0
/
+285
[next]