Statistics
| Branch: | Revision:

root / docs @ 17786d52

Name Size
  specs
blkverify.txt 3 kB
migration.txt 11.6 kB
qdev-device-use.txt 11 kB
tracing.txt 6.6 kB

Latest revisions

# Date Author Comment
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 <>

d9d33417 09/21/2010 06:00 pm Stefan Hajnoczi

blkverify: Add block driver for verifying I/O

The blkverify block driver makes investigating image format data
corruption much easier. A raw image initialized with the same contents
as the test image (e.g. qcow2 file) must be provided. The raw image
mirrors read/write operations and is used to verify that data read from...

81a97d9d 09/10/2010 12:22 am Stefan Hajnoczi

trace: Add user documentation

Signed-off-by: Stefan Hajnoczi <>

b6828931 08/11/2010 12:25 am Cam Macdonell

Device specification for shared memory PCI device

Signed-off-by: Cam Macdonell <>
Signed-off-by: Anthony Liguori <>

f58ae59c 07/27/2010 12:19 am Juan Quintela

Initial documentation for migration

Signed-off-by: Juan Quintela <>
Signed-off-by: Anthony Liguori <>

96560cb3 01/14/2010 01:14 am Markus Armbruster

docs: New qdev-device-use.txt

Signed-off-by: Markus Armbruster <>
Signed-off-by: Anthony Liguori <>

View revisions

Also available in: Atom