Statistics
| Branch: | Revision:

root / include @ feature-archipelago

Name Size
  block
  disas
  exec
  fpu
  hw
  migration
  monitor
  net
  qapi
  qemu
  qom
  sysemu
  ui
config.h 52 Bytes
elf.h 56.3 kB
glib-compat.h 589 Bytes
qemu-common.h 14 kB
qemu-io.h 1.5 kB
trace.h 93 Bytes

Latest revisions

# Date Author Comment
ac458e12 03/04/2014 08:12 pm Peter Maydell

Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-03-04' into staging

trivial patches for 2014-03-04

  1. gpg: Signature made Tue 04 Mar 2014 06:13:56 GMT using RSA key ID 74F0C838
  2. gpg: Good signature from "Michael Tokarev <>"...
e00ef747 03/04/2014 07:01 pm Peter Maydell

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

  • remotes/qmp-unstable/queue/qmp: (32 commits)
    qapi: Add missing null check to opts_start_struct()
    qapi: Clean up superfluous null check in qapi_dealloc_type_str()
    qapi: Clean up null checking in generated visitors...
c2cb92f9 03/04/2014 04:50 pm Peter Maydell

Merge remote-tracking branch 'remotes/borntraeger/tags/kvm-s390-20140227' into staging

Several features, fixes and cleanups for kvm/s390:

- sclp event facility: cleanup structure. This allows to use
realize/unrealize as well as migration support via vmsd...

739aa555 03/04/2014 04:25 pm Peter Maydell

Merge remote-tracking branch 'remotes/bonzini/scsi-next' into staging

  • remotes/bonzini/scsi-next:
    block/iscsi: fix segfault if writesame fails
    scsi-disk: Add support for port WWN and index descriptors in VPD page 83h
    block/iscsi: query for supported VPD pages...
d47e95c0 03/04/2014 03:09 pm Peter Maydell

Merge remote-tracking branch 'remotes/mcayland/qemu-sparc' into staging

  • remotes/mcayland/qemu-sparc:
    sun4m: Add Sun CG3 framebuffer initialisation function
    sun4m: Add Sun CG3 framebuffer and corresponding OpenBIOS FCode ROM
    sun4m: fix slavio timer RUN/STOP bit...
aa830cdc 03/03/2014 07:45 am Peter Maydell

qjson.h: Remove spurious GCC_FMT_ATTR markup from qobject_from_json() declaration

The function qobject_from_json() doesn't actually allow its
argument to be a format string -- it passes a NULL va_list*
to qobject_from_jsonv(), and the parser code will then never...

1c884abe 03/02/2014 03:12 pm Dr. David Alan Gilbert

include/qemu/host-utils.h: Trivial typo: ctz->cto

Signed-off-by: Dr. David Alan Gilbert <>
Signed-off-by: Michael Tokarev <>

0064aceb 03/02/2014 03:12 pm Stefan Weil

bswap: Modify prototype of stb_p (avoid type conversions)

The function uses an uint8_t value, so show this in the function
prototype. Non-optimizing compilers will avoid unnecessary type
conversions from (u)int8_t to int and back to uint8_t when generating...

55e7c29e 03/02/2014 03:12 pm Stefan Weil

bswap: Modify prototypes of st[wl]_{le, be}_p (avoid type conversions)

The functions use uint16_t or uint32_t values, so show this in the function
prototypes. Non-optimizing compilers will avoid unnecessary type
conversions when generating calls of these inline functions....

ffe9fe3a 02/28/2014 08:39 pm Hani Benhabiles

qerror: Improve QERR_DEVICE_NOT_ACTIVE message

The error message as currently used is confusing as there are no "balloon" or
"spice" devices.

(qemu) balloon 1024
balloon: Device 'balloon' has not been activated

With this patch:

(qemu) balloon 1024
balloon: No balloon device has been activated...

View revisions

Also available in: Atom