Statistics
| Branch: | Revision:

root / scripts @ 9a05feab

Latest revisions

# Date Author Comment
6dedf052 02/24/2014 05:38 pm Peter Maydell

Merge remote-tracking branch 'remotes/bonzini/configure' into staging

  • remotes/bonzini/configure:
    build: softmmu targets do not have a "main.o" file
    configure: Disable libtool if -fPIE does not work with it (bug #1257099)
    block: convert block drivers linked with libs to modules...
7a87a7b3 02/21/2014 04:38 pm Peter Maydell

Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging

Tracing pull request

  1. gpg: Signature made Wed 19 Feb 2014 15:42:20 GMT using RSA key ID 81AB73C8
  2. gpg: Good signature from "Stefan Hajnoczi <>"
  3. gpg: aka "Stefan Hajnoczi <>"...
e26110cf 02/20/2014 02:14 pm Fam Zheng

module: implement module loading

This patch adds loading, stamp checking and initialization of modules.

The init function of dynamic module is no longer directly called as
attribute((constructor)) in static linked version, it is called
only after passed the checking of presense of stamp symbol:...

4c0c9bbe 02/20/2014 02:10 pm Peter Maydell

Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging

  • remotes/qmp-unstable/queue/qmp:
    monitor: Add object_add class argument completion.
    monitor: Add object_del id argument completion.
    monitor: Add device_add device argument completion....
9530570f 02/19/2014 12:08 pm Mohamad Gebai

Modified the tracetool framework for LTTng 2.x

  • A new format is required to generate definitions for ust tracepoints.
    Files ust_events_h.py and ust_events_c.py define common macros, while
    new function ust_events_h in events.py does the actual definition of...
ff9ec34d 02/17/2014 06:57 pm Stefan Hajnoczi

QMP: allow JSON dict arguments in qmp-shell

qmp-shell hides the QMP wire protocol JSON encoding from the user. Most
of the time this is helpful and makes the command-line human-friendly.

Some QMP commands take a dict as an argument. In order to express this...

a63e5e0c 02/15/2014 02:10 pm Stefan Weil

misc: Fix case Qemu -> QEMU

Signed-off-by: Stefan Weil <>
Reviewed-by: Laszlo Ersek <>
Reviewed-by: Andreas Färber <>
Signed-off-by: Michael Tokarev <>

89e4a51c 01/31/2014 01:13 pm Peter Maydell

Merge remote-tracking branch 'stefanha/tags/tracing-pull-request' into staging

Tracing pull request

  1. gpg: Signature made Mon 27 Jan 2014 14:51:09 GMT using RSA key ID 81AB73C8
  2. gpg: Good signature from "Stefan Hajnoczi <>"
  3. gpg: aka "Stefan Hajnoczi <>"...
b618c288 01/27/2014 04:49 pm Lluís Vilanova

trace: [simple] Do not include "trace/simple.h" in generated tracer headers

The header is not necessary, given that the simple backend does not define any
inlined tracing routines.

Signed-off-by: Lluís Vilanova <>
Signed-off-by: Stefan Hajnoczi <>

736ec167 01/27/2014 04:49 pm Stefan Hajnoczi

trace: fix simple trace "disable" keyword

The trace-events "disable" keyword turns an event into a nop at
compile-time. This is important for high-frequency events that can
impact performance.

The "disable" keyword is currently broken in the simple trace backend....

View revisions

Also available in: Atom