index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
qapi-types.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-11-02
qapi: Simplify gen_struct_field()
Eric Blake
1
-9
/
+7
2015-11-02
qapi: Reserve 'u' member name
Eric Blake
6
-1
/
+11
2015-11-02
qapi: Finish converting to new qapi union layout
Eric Blake
1
-22
/
+6
2015-11-02
tpm: Convert to new qapi union layout
Eric Blake
2
-5
/
+5
2015-11-02
memory: Convert to new qapi union layout
Eric Blake
3
-10
/
+10
2015-11-02
input: Convert to new qapi union layout
Eric Blake
9
-123
/
+125
2015-11-02
char: Convert to new qapi union layout
Eric Blake
2
-88
/
+88
2015-11-02
net: Convert to new qapi union layout
Eric Blake
10
-32
/
+32
2015-11-02
sockets: Convert to new qapi union layout
Eric Blake
3
-61
/
+61
2015-11-02
block: Convert to new qapi union layout
Eric Blake
4
-41
/
+40
2015-11-02
tests: Convert to new qapi union layout
Eric Blake
3
-62
/
+62
2015-11-02
qapi-visit: Convert to new qapi union layout
Eric Blake
1
-15
/
+9
2015-11-02
qapi: Start converting to new qapi union layout
Eric Blake
2
-8
/
+21
2015-11-02
qapi-visit: Remove redundant functions for flat union base
Eric Blake
1
-17
/
+15
2015-11-02
qapi: Unbox base members
Eric Blake
15
-87
/
+54
2015-11-02
qapi: Prefer typesafe upcasts to qapi base classes
Eric Blake
2
-0
/
+21
2015-11-02
qapi-types: Refactor base fields output
Eric Blake
1
-10
/
+14
2015-11-02
qapi-visit: Split off visit_type_FOO_fields forward decl
Eric Blake
1
-6
/
+16
2015-11-02
vnc: Hoist allocation of VncBasicInfo to callers
Eric Blake
1
-23
/
+34
2015-11-02
qapi: Reserve 'q_*' and 'has_*' member names
Eric Blake
14
-35
/
+27
2015-11-02
qapi: Reserve '*List' type names for list types
Eric Blake
6
-14
/
+11
2015-11-02
qapi: More robust conditions for when labels are needed
Eric Blake
2
-2
/
+5
2015-11-02
qapi: More idiomatic string operations
Eric Blake
1
-3
/
+3
2015-11-02
tests/qapi-schema: Test for reserved names, empty struct
Eric Blake
24
-4
/
+59
2015-11-02
qapi-schema: mark InetSocketAddress as mandatory again
Daniel P. Berrange
1
-4
/
+2
2015-10-30
target-mips: fix updating XContext on mmu exception
Yongbok Kim
1
-3
/
+4
2015-10-30
target-mips: add SIGRIE instruction
Yongbok Kim
1
-1
/
+11
2015-10-30
target-mips: Set Config5.XNP for R6 cores
Yongbok Kim
1
-2
/
+2
2015-10-30
target-mips: add PC, XNP reg numbers to RDHWR
Yongbok Kim
4
-32
/
+63
2015-10-30
hw/mips_malta: Fix KVM PC initialisation
James Hogan
1
-1
/
+1
2015-10-30
docs: Document QMP event rate limiting
Markus Armbruster
2
-0
/
+17
2015-10-30
monitor: Throttle event VSERPORT_CHANGE separately by "id"
Markus Armbruster
1
-4
/
+23
2015-10-30
monitor: Turn monitor_qapi_event_state[] into a hash table
Markus Armbruster
1
-16
/
+37
2015-10-30
glib: add compatibility interface for g_hash_table_add()
Markus Armbruster
1
-0
/
+8
2015-10-29
block: Consider all child nodes in bdrv_requests_pending()
Kevin Wolf
1
-5
/
+8
2015-10-29
target-arm: xlnx-zynqmp: Add sdhci support.
Sai Pavan Boddu
2
-0
/
+31
2015-10-29
sdhci: Split sdhci.h for public and internal device usage
Sai Pavan Boddu
3
-71
/
+99
2015-10-29
sd.h: Move sd.h to include/hw/sd/
Sai Pavan Boddu
8
-7
/
+7
2015-10-29
virtio: sync the dataplane vring state to the virtqueue before virtio_save
Pavel Butsykin
2
-0
/
+10
2015-10-29
gdb command: qemu handlers
Dr. David Alan Gilbert
2
-1
/
+60
2015-10-29
virtio-blk: switch off scsi-passthrough by default
Cornelia Huck
2
-2
/
+6
2015-10-29
ppc/spapr: add 2.4 compat props
Cornelia Huck
1
-0
/
+9
2015-10-29
s390x: include HW_COMPAT_* props
Cornelia Huck
1
-0
/
+2
2015-10-29
qemu-gdb: add $qemu_coroutine_sp and $qemu_coroutine_pc
Paolo Bonzini
2
-0
/
+19
2015-10-29
qemu-gdb: extract parts of "qemu coroutine" implementation
Paolo Bonzini
1
-29
/
+27
2015-10-29
qemu-gdb: allow using glibc_pointer_guard() on core dumps
Paolo Bonzini
1
-2
/
+16
2015-10-29
target-mips: Add enum for BREAK32
Yongbok Kim
1
-1
/
+2
2015-10-29
target-mips: update writing to CP0.Status.KX/SX/UX in MIPS Release R6
Leon Alrae
1
-1
/
+6
2015-10-29
target-mips: implement the CPU wake-up on non-enabled interrupts in R6
Leon Alrae
1
-3
/
+4
2015-10-29
target-mips: move the test for enabled interrupts to a separate function
Leon Alrae
3
-16
/
+20
[next]