index
:
spice/qemu
chardev-flowcontrol
kvm
master
patchrom
pulse
qemu-kvm-0.14.0-spice
qxl
rebase/spice-next
spice-patches
spice.v32.kvm
spice.v32.kvm.ccid.v23
spice.v50
stable-0.14
usb-patches
usb_ccid.v7
usb_ccid.v7.wip
usbredir
Qemu (mirrored from https://gitlab.freedesktop.org/spice/qemu)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-29
gdb command: qemu handlers
Dr. David Alan Gilbert
2
-1
/
+60
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-22
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-2
/
+5
2015-10-22
linux-headers: add unistd.h
Marc-André Lureau
1
-2
/
+5
2015-10-19
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-6
/
+3
2015-10-15
qapi: Track location that created an implicit type
Eric Blake
1
-27
/
+47
2015-10-15
qapi: Create simple union type member earlier
Eric Blake
1
-17
/
+18
2015-10-15
qapi: Lazy creation of array types
Eric Blake
1
-5
/
+6
2015-10-15
qapi: Don't use info as witness of implicit object type
Eric Blake
3
-6
/
+14
2015-10-15
qapi: Drop redundant returns-int test
Eric Blake
1
-3
/
+0
2015-10-15
qapi: Prepare for errors during check()
Eric Blake
1
-4
/
+6
2015-10-15
qapi: Use predicate callback to determine visit filtering
Eric Blake
4
-20
/
+33
2015-10-15
qapi: Fix regression with '-netdev help'
Eric Blake
1
-1
/
+3
2015-10-12
qapi: Simplify gen_visit_fields() error handling
Eric Blake
2
-13
/
+11
2015-10-12
qapi: Share gen_visit_fields()
Eric Blake
4
-77
/
+46
2015-10-12
qapi: Share gen_err_check()
Eric Blake
4
-33
/
+20
2015-10-12
qapi: Consistent generated code: minimize push_indent() usage
Eric Blake
2
-45
/
+33
2015-10-12
qapi: Consistent generated code: prefer common indentation
Eric Blake
1
-26
/
+27
2015-10-12
qapi: Consistent generated code: prefer common labels
Eric Blake
2
-6
/
+6
2015-10-12
qapi: Consistent generated code: prefer visitor 'v'
Eric Blake
3
-54
/
+54
2015-10-12
qapi: Consistent generated code: prefer error 'err'
Eric Blake
2
-20
/
+20
2015-10-12
qapi: Reuse code for flat union base validation
Eric Blake
1
-6
/
+5
2015-10-12
qapi: Avoid assertion failure on union 'type' collision
Eric Blake
1
-2
/
+8
2015-10-12
qapi: Clean up qapi.py per pep8
Eric Blake
2
-58
/
+106
2015-10-12
qapi: Invoke exception superclass initializer
Eric Blake
1
-0
/
+2
2015-10-12
qapi: Improve 'include' error message
Eric Blake
1
-2
/
+1
2015-10-12
checkpatch: port fix from kernel "## is not a valid modifier"
Andy Whitcroft
1
-1
/
+3
2015-10-12
checkpatch: allow open braces on typedef lines
Paolo Bonzini
1
-5
/
+0
2015-10-09
update-linux-headers: Rename SW_MAX to SW_MAX_
Markus Armbruster
1
-0
/
+1
2015-09-25
get_maintainer.pl: \C is deprecated
Paolo Bonzini
1
-11
/
+11
2015-09-25
checkpatch: do not recommend qemu_strtok over strtok
Paolo Bonzini
1
-2
/
+2
2015-09-21
qapi-introspect: Hide type names
Markus Armbruster
1
-6
/
+35
2015-09-21
qapi: New QMP command query-qmp-schema for QMP introspection
Markus Armbruster
2
-2
/
+195
2015-09-21
qapi: Pseudo-type '**' is now unused, drop it
Markus Armbruster
1
-16
/
+4
2015-09-21
qom: Don't use 'gen': false for qom-get, qom-set, object-add
Markus Armbruster
1
-0
/
+1
2015-09-21
qapi: Introduce a first class 'any' type
Markus Armbruster
2
-3
/
+7
2015-09-21
qapi-commands: De-duplicate output marshaling functions
Markus Armbruster
1
-7
/
+10
2015-09-21
qapi: De-duplicate parameter list generation
Markus Armbruster
3
-24
/
+21
2015-09-21
qapi: Rename qmp_marshal_input_FOO() to qmp_marshal_FOO()
Markus Armbruster
1
-2
/
+2
2015-09-21
qapi-commands: Rearrange code
Markus Armbruster
1
-48
/
+39
2015-09-21
qapi-visit: Rearrange code a bit
Markus Armbruster
1
-29
/
+19
2015-09-21
qapi: Clean up after recent conversions to QAPISchemaVisitor
Markus Armbruster
5
-324
/
+271
2015-09-21
qapi: Replace dirty is_c_ptr() by method c_null()
Markus Armbruster
2
-14
/
+5
2015-09-21
qapi-event: Convert to QAPISchemaVisitor, fixing data with base
Markus Armbruster
1
-43
/
+48
2015-09-21
qapi-event: Eliminate global variable event_enum_value
Markus Armbruster
1
-2
/
+1
2015-09-21
qapi: De-duplicate enum code generation
Markus Armbruster
3
-118
/
+59
2015-09-21
qapi-commands: Convert to QAPISchemaVisitor
Markus Armbruster
2
-70
/
+91
2015-09-21
qapi-visit: Convert to QAPISchemaVisitor, fixing bugs
Markus Armbruster
1
-158
/
+114
[next]