index
:
~fziglio/qemu
master
virgl-spice
Qemu experimental branch
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-28
trace: [stderr] Port to generic event information and new control interface
Lluís Vilanova
1
-19
/
+8
2013-03-28
trace: [simple] Port to generic event information and new control interface
Lluís Vilanova
1
-13
/
+5
2013-03-28
trace: Provide a generic tracing event descriptor
Lluís Vilanova
4
-8
/
+113
2013-03-28
trace: [tracetool] Explicitly identify public backends
Lluís Vilanova
6
-3
/
+30
2013-03-09
make_device_config.sh: Emit dependency file to directory where included
Andreas Färber
1
-1
/
+1
2013-03-09
Revert "make_device_config.sh: Fix target path in generated dependency file"
Andreas Färber
1
-1
/
+1
2013-02-19
fix scripts/make_device_config.sh
Gerd Hoffmann
1
-1
/
+1
2013-01-29
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
1
-0
/
+1
2013-01-26
make_device_config.sh: Fix target path in generated dependency file
Andreas Färber
1
-1
/
+1
2013-01-21
vmxcap: bit 9 of VMX_PROCBASED_CTLS2 is 'virtual interrupt delivery'
Marcelo Tosatti
1
-0
/
+1
2013-01-12
Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agraf
Blue Swirl
1
-0
/
+3
2013-01-08
qemu-ga: sample fsfreeze hooks
Tomoki Sekiyama
2
-0
/
+89
2013-01-07
powerpc: linux header sync script includes epapr_hcalls.h
Bharat Bhushan
1
-0
/
+3
2012-12-23
build: Use separate makefile for "trace/"
Lluís Vilanova
2
-4
/
+4
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-1
/
+1
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini
1
-1
/
+1
2012-12-19
qapi: move include files to include/qobject/
Paolo Bonzini
3
-9
/
+9
2012-12-19
qapi: remove qapi/qapi-types-core.h
Paolo Bonzini
1
-0
/
+2
2012-12-19
qapi: move inclusions of qemu-common.h from headers to .c files
Paolo Bonzini
2
-0
/
+2
2012-12-12
get_maintainer.pl: update from linix 3.8
Michael S. Tsirkin
1
-9
/
+16
2012-11-19
Merge remote-tracking branch 'stefanha/tracing' into staging
Anthony Liguori
1
-1
/
+10
2012-11-16
Avoid all systemtap reserved words
Daniel P. Berrange
1
-1
/
+10
2012-11-15
qapi-types.h: Don't include qemu-common.h
Igor Mammedov
1
-1
/
+2
2012-10-30
update-linux-headers.sh: Handle new kernel uapi/ directories
Peter Maydell
1
-1
/
+2
2012-10-29
s390/kvm_stat: correct sys_perf_event_open syscall number
Heinz Graalfs
1
-2
/
+9
2012-10-04
Merge remote-tracking branch 'qmp/queue/qmp' into staging
Anthony Liguori
3
-7
/
+9
2012-10-01
Update kernel header script to include vfio
Alex Williamson
1
-1
/
+1
2012-09-26
qapi: add "unix" to the set of reserved words
Paolo Bonzini
1
-1
/
+3
2012-09-26
qapi: do not protect enum values from namespace pollution
Paolo Bonzini
3
-7
/
+7
2012-09-23
dtrace backend: add function to reserved words
Alon Levy
1
-1
/
+1
2012-09-11
update-linux-headers.sh: Don't hard code list of architectures
Peter Maydell
1
-1
/
+15
2012-09-10
Merge branch 'queue/qmp' of git://repo.or.cz/qemu/qmp-unstable
Aurelien Jarno
2
-3
/
+29
2012-09-05
CHECKPATCH: Add warning for single else statement.
Don Slutz
1
-6
/
+10
2012-09-05
CHECKPATCH: Add --debug adv_apw
Don Slutz
1
-19
/
+32
2012-09-05
CHECKPATCH: Add --debug adv_checking
Don Slutz
1
-1
/
+3
2012-09-05
CHECKPATCH: Add --debug adv_dcs
Don Slutz
1
-0
/
+3
2012-09-05
qapi: Fix potential NULL pointer segfault
Stefan Weil
1
-1
/
+1
2012-09-05
qapi: generate list struct and visit_list for enum
Amos Kong
2
-2
/
+28
2012-08-15
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
1
-1
/
+1
2012-08-15
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
1
-0
/
+5
2012-08-15
trace: Fix "Qemu" -> "QEMU"
Stefan Weil
1
-1
/
+1
2012-08-14
update-linux-headers.sh: Pull in asm-generic/kvm_para.h
Peter Maydell
1
-0
/
+5
2012-08-14
trace/simple: Fix compiler warning for 32 bit hosts
Stefan Weil
1
-1
/
+1
2012-08-13
scripts: qapi-commands.py: qmp-commands.h: include qdict.h
Luiz Capitulino
1
-0
/
+1
2012-08-13
qapi: don't convert enum strings to lowercase
Luiz Capitulino
1
-1
/
+1
2012-08-13
qapi: generate correct enum names for camel case enums
Luiz Capitulino
1
-1
/
+11
2012-08-13
qapi: qapi-types.h: don't include qapi/qapi-types-core.h
Luiz Capitulino
1
-1
/
+2
2012-08-09
qapi: avoid reserved keywords
Blue Swirl
1
-0
/
+16
2012-08-01
qapi: qapi.py: allow the "'" character to be escaped
Luiz Capitulino
1
-10
/
+21
2012-07-23
Merge remote-tracking branch 'stefanha/net' into staging
Anthony Liguori
2
-54
/
+102
[next]