Statistics
| Branch: | Revision:

root / scripts @ 5d12aa63

Latest revisions

# Date Author Comment
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 <>"...
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....

9dd6cabd 01/26/2014 01:06 pm Marcel Apfelbaum

configure: add CONFIG_IASL to config-host.h

Acpi unit-tests will extract iasl executable
from CONFIG_IASL define.

Signed-off-by: Marcel Apfelbaum <>
Signed-off-by: Michael S. Tsirkin <>

3e16d14f 01/26/2014 01:06 pm Laszlo Ersek

Python-lang gdb script to extract x86_64 guest vmcore from qemu coredump

When qemu dies unexpectedly, for example in response to an explicit
abort() call, or (more importantly) when an external signal is delivered
to it that results in a coredump, sometimes it is useful to extract the...

View revisions

Also available in: Atom