Statistics
| Branch: | Revision:

root / include / sysemu @ 5a4348d1

Name Size
arch_init.h 929 Bytes
balloon.h 686 Bytes
blockdev.h 2.1 kB
bt.h 620 Bytes
char.h 9 kB
cpus.h 637 Bytes
device_tree.h 5.1 kB
dma.h 7.4 kB
dump.h 716 Bytes
kvm.h 9.6 kB
memory_mapping.h 2.4 kB
os-posix.h 1.8 kB
os-win32.h 3.5 kB
qtest.h 614 Bytes
rng-random.h 502 Bytes
rng.h 2.8 kB
seccomp.h 525 Bytes
sysemu.h 6 kB
tpm.h 502 Bytes
tpm_backend.h 5 kB
tpm_backend_int.h 1.5 kB
watchdog.h 1.4 kB
xen-mapcache.h 1.3 kB

Latest revisions

# Date Author Comment
5a4348d1 12/20/2013 02:58 am Peter Crosthwaite

device_tree: s/qemu_devtree/qemu_fdt globally

The qemu_devtree API is a wrapper around the fdt_ set of APIs.
Rename accordingly.

Signed-off-by: Peter Crosthwaite <>
[agraf: also convert hw/arm/virt.c]
Signed-off-by: Alexander Graf <>

314f7ea7 12/16/2013 11:12 am Marc-André Lureau

qmp_change_blockdev() remove unused has_format

Signed-off-by: Marc-André Lureau <>
Signed-off-by: Gerd Hoffmann <>

d61b0c9a 12/16/2013 11:12 am Marc-André Lureau

char: add qemu_chr_fe_event()

Teach the chardev frontend to send event. This is used by the Spice port
chardev currently.

Signed-off-by: Marc-André Lureau <>
Signed-off-by: Gerd Hoffmann <>

d4fce24f 12/10/2013 12:29 pm Paolo Bonzini

qtest: split configuration of qtest accelerator and chardev

qtest uses the icount infrastructure to implement a test-driven vm_clock. This
however is not necessary when using qtest as a "probe" together with a normal
TCG
, KVM- or Xen-based virtual machine. Hence, split out the call to...

968854c8 11/14/2013 02:09 pm Amos Kong

qmp: access the local QemuOptsLists for drive option

Currently we have three QemuOptsList (qemu_common_drive_opts,
qemu_legacy_drive_opts, and qemu_drive_opts), only qemu_drive_opts
is added to vm_config_groups[].

This patch changes query-command-line-options to access three local...

2d246f01 10/11/2013 05:50 pm Kevin Wolf

blockdev: Introduce DriveInfo.enable_auto_del

BlockDriverStates shouldn't be affected by an unplugged guest device,
except if created with the legacy -drive command line option or the
drive_add HMP command.

Make the automatic deletion as well as cancelling of jobs conditional on...

e8f2f59a 10/10/2013 11:16 pm Anthony Liguori

Merge remote-tracking branch 'amit/char-remove-watch-on-unplug' into staging

  1. By Amit Shah
  2. Via Amit Shah
    • amit/char-remove-watch-on-unplug:
      char: remove watch callback on chardev detach from frontend
      char: use common function to disable callbacks on chardev close...
eb322b81 10/01/2013 01:15 am Anthony Liguori

Merge remote-tracking branch 'mst/tags/for_anthony' into staging

pc,pci,virtio fixes and cleanups

This includes pc and pci cleanups and enhancements,
and a virtio-net bugfix related to softmac programming.

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

fc3b3295 09/28/2013 11:49 pm Markus Armbruster

smbios: Make multiple -smbios type= accumulate sanely

Currently, -smbios type=T,NAME=VAL,... adds one field (T,NAME) with
value VAL to fw_cfg for each unique NAME. If NAME occurs multiple
times, the last one's VAL is used (before the QemuOpts conversion, the...

4f953d2f 09/28/2013 11:49 pm Markus Armbruster

smbios: Convert to QemuOpts

So that it can be set in config file for -readconfig.

This tightens parsing of -smbios, and makes it more consistent with
other options: unknown parameters are rejected, numbers with trailing
junk are rejected, when a parameter is given multiple times, last...

View revisions

Also available in: Atom