Statistics
| Branch: | Revision:

root / docs @ a1b87fe0

Name Size
  specs
blkverify.txt 3 kB
bootindex.txt 2 kB
migration.txt 11.6 kB
qdev-device-use.txt 11.8 kB
tracing.txt 6.7 kB

Latest revisions

# Date Author Comment
466b5864 02/02/2011 12:50 am Gleb Natapov

Add boot index documentation.

Signed-off-by: Gleb Natapov <>
Signed-off-by: Anthony Liguori <>

320fba2a 01/30/2011 12:52 am Fabien Chouteau

New trace-event backend: stderr

This backend sends trace events to standard error output during the emulation.

Also add a "--list-backends" option to tracetool, so configure script can
display the list of available backends.

Signed-off-by: Fabien Chouteau <>...

a5c062ed 01/24/2011 10:39 pm Stefan Hajnoczi

docs: Document scsi-disk and usb-storage removable parameter

Signed-off-by: Stefan Hajnoczi <>
Signed-off-by: Kevin Wolf <>

9c046d96 01/17/2011 05:29 pm Marcelo Tosatti

document QEMU<->ACPIBIOS PCI hotplug interface

Document how QEMU communicates with ACPI BIOS for PCI hotplug.

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

65d6dcbd 01/10/2011 02:44 pm Stefan Hajnoczi

docs: Document virtio PCI -device ioeventfd=on|off

Signed-off-by: Stefan Hajnoczi <>

e59d688a 12/17/2010 06:05 pm Stefan Hajnoczi

docs: Fix missing carets in QED specification

For some reason the carets ('^') in the QED specification disappeared.
This patch puts them back.

Signed-off-by: Stefan Hajnoczi <>
Signed-off-by: Kevin Wolf <>

71af014f 12/17/2010 05:11 pm Stefan Hajnoczi

docs: Add QED image format specification

Signed-off-by: Stefan Hajnoczi <>
Signed-off-by: Kevin Wolf <>

cf85cf8e 10/20/2010 07:41 pm Stefan Hajnoczi

trace: Format strings must begin/end with double quotes

Document the restriction that format strings must begin and end with
double quotes. This is for easy parsing since we don't run cpp over
trace-events.

Signed-off-by: Stefan Hajnoczi <>...

9a85d394 10/09/2010 11:16 am Stefan Hajnoczi

trace: Use portable format strings

It is not portable to use "%ld" for int64_t because int64_t may have
type long on 64-bit platforms and long long on 32-bit platforms. Use
the standard library PRId64 macros to keep format strings portable.

Signed-off-by: Stefan Hajnoczi <>...

dda5336e 10/05/2010 09:53 pm Stefan Weil

docs: Improve documentation

Fix some inconsistencies (tabs and punctuation)
and try to improve grammar and spelling.

Cc: Juan Quintela <>
Signed-off-by: Stefan Weil <>

View revisions

Also available in: Atom