Statistics
| Branch: | Revision:

root / include / sysemu @ f67503e5

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 678 Bytes
rng-random.h 502 Bytes
rng.h 2.5 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
23802b4f 02/14/2014 10:12 pm Fam Zheng

qtest: Don't segfault with invalid -qtest option

This prints an error message, instead of core dump, when "-qtest"
option value is invalid, e.g.:

$ ./x86_64-softmmu/qemu-system-x86_64 -qtest unknown
qemu-system-x86_64: Failed to initialize device for qtest:...
b3be57c3 02/13/2014 06:47 pm Michael S. Tsirkin

qtest: don't report signals if qtest driver enabled

qtest driver always uses signals to kill qemu
no need to report it, whatever the accelerator state.

Add API to detect qtest driver, and suppress reporting
signals in this case.

Reported-by: Andreas Färber <>...

57d3e1b3 01/28/2014 07:47 pm Igor Mammedov

virtio_rng: replace custom backend API with UserCreatable.complete() callback

in addition fix default backend leak by releasing it if its
initialization failed.

Signed-off-by: Igor Mammedov <>
Reviewed-by: Stefan Hajnoczi <>...

be5907f2 12/20/2013 02:58 am Peter Crosthwaite

device_tree: qemu_fdt_setprop: Rename val_array arg

Looking at the implementation, this doesn't really have a lot to do
with arrays. Its just a pointer to a buffer and is passed through
to the wrapped fn (qemu_fdt_setprop) unchanged. So rename to make it...

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...

View revisions

Also available in: Atom