Statistics
| Branch: | Revision:

root / include / sysemu @ feature-archipelago

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 7.1 kB
kvm.h 10.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
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...
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...
7aad248d 02/28/2014 06:52 pm qiaonuohan

dump: add members to DumpState and init some of them

add some members to DumpState that will be used in writing vmcore in
kdump-compressed format. some of them, like page_size, will be initialized
in the patch.

Signed-off-by: Qiao Nuohan <>...

298f1168 02/28/2014 06:52 pm qiaonuohan

dump: add API to write dump header

the functions are used to write header of kdump-compressed format to vmcore.
Header of kdump-compressed format includes:
1. common header: DiskDumpHeader32 / DiskDumpHeader64
2. sub header: KdumpSubHeader32 / KdumpSubHeader64...

d0686c72 02/28/2014 06:52 pm qiaonuohan

dump: add API to write dump_bitmap

functions are used to write 1st and 2nd dump_bitmap of kdump-compressed format,
which is used to indicate whether the corresponded page is existed in vmcore.
1st and 2nd dump_bitmap are same, because dump level is specified to 1 here....

64cfba6a 02/28/2014 06:52 pm qiaonuohan

dump: add APIs to operate DataCache

DataCache is used to store data temporarily, then the data will be written to
vmcore. These functions will be called later when writing data of page to
vmcore.

Signed-off-by: Qiao Nuohan <>
Reviewed-by: Laszlo Ersek <>...

d12f57ec 02/28/2014 06:52 pm qiaonuohan

dump: add API to write dump pages

functions are used to write page to vmcore. vmcore is written page by page.
page desc is used to store the information of a page, including a page's size,
offset, compression format, etc.

Signed-off-by: Qiao Nuohan <>...

fda05387 02/28/2014 06:49 pm qiaonuohan

dump: add API to write header of flatten format

flatten format will be used when writing kdump-compressed format. The format is
also used by makedumpfile, you can refer to the following URL to get more
detailed information about flatten format of kdump-compressed format:...

af87bf29 02/27/2014 12:01 pm Mark Cave-Ayland

sun4m: Add Sun CG3 framebuffer initialisation function

In order to allow the user to choose the framebuffer for sparc-softmmu, add
-vga tcx and -vga cg3 options to the QEMU command line. If no option is
specified, the default TCX framebuffer is used.

Since proprietary FCode ROMs use a resolution of 1152x900, slightly relax the...

0a6a7cca 02/26/2014 07:20 pm Christoffer Dall

kvm: Common device control API functions

Introduces two simple functions:
int kvm_device_ioctl(int fd, int type, ...);
int kvm_create_device(KVMState *s, uint64_t type, bool test);

These functions wrap the basic ioctl-based interactions with KVM in a...

View revisions

Also available in: Atom