Statistics
| Branch: | Revision:

root / docs @ 7e5609a8

Latest revisions

# Date Author Comment
6f1ce94a 11/06/2013 05:59 am Peter Maydell

docs/memory.txt: Clarify and expand priority/overlap documentation

The documentation of how overlapping memory regions behave and how
the priority system works was rather brief, and confusion about
priorities seems to be quite common for developers trying to understand...

ef5cfe5b 10/31/2013 06:01 pm Anthony Liguori

Merge remote-tracking branch 'mjt/trivial-patches' into staging

  • mjt/trivial-patches:
    audio/mixeng_template.h: fix inline declaration
    misc: Spelling and grammar fixes in comments
    docs/ccid.txt: fix the typo
    qapi: fix documentation example
    .gitignore: ignore qmp-commands.txt...
b0eb759f 10/31/2013 05:58 pm Anthony Liguori

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

pci, pc, acpi fixes, enhancements

This includes some pretty big changes:
- pci master abort support by Marcel
- pci IRQ API rework by Marcel
- acpi generation support by myself

Everything has gone through several revisions, latest versions have been on...

5f32804c 10/26/2013 12:04 pm WengFan

docs/ccid.txt: fix the typo

Signed-off-by: WengFan <>
Reviewed-by: Eric Blake <>
Signed-off-by: Michael Tokarev <>

63922c64 10/26/2013 12:01 pm Eric Blake

qapi: fix documentation example

The QMP wire format uses "", not '', around strings.

  • docs/qapi-code-gen.txt: Fix typo.

Signed-off-by: Eric Blake <>
Signed-off-by: Michael Tokarev <>

8002ccd6 10/14/2013 05:11 pm Marcel Apfelbaum

docs/memory: Explictly state that MemoryRegion priority is signed

When memory regions overlap, priority can be used to specify
which of them takes priority. By making the priority values signed
rather than unsigned, we make it more convenient to implement...

85938981 10/11/2013 07:34 pm Stefan Hajnoczi

Use qemu-project.org domain name

qemu.org is held by a third-party and no core community contributor has
access to the DNS configuration. This leaves the website exposed to
outages due to DNS issues or IP address changes. For example, if the
web server IP address needs to change we cannot guarantee qemu.org will...

622f557f 10/11/2013 05:50 pm Kevin Wolf

qapi-types/visit.py: Inheritance for structs

This introduces a new 'base' key for struct definitions that refers to
another struct type. On the JSON level, the fields of the base type are
included directly into the same namespace as the fields of the defined...

f2520804 10/11/2013 05:49 pm Max Reitz

qcow2: Alignment of snapshot table entries

The qcow2 specification does not explicitly state so far that every
snapshot table entry is aligned to 8 bytes. QEMU, in contrast, does this
alignment, thus it should be properly documented (which this patch
does)....

2e6ae666 09/23/2013 07:52 pm Anthony Liguori

Merge remote-tracking branch 'mjt/trivial-patches' into staging

  1. By Stefan Weil (8) and others
  2. Via Michael Tokarev
    • mjt/trivial-patches:
      tests/.gitignore: ignore test-throttle
      exec: Fix broken build for MinGW (regression)
      kvm: Fix compiler warning (clang)...

View revisions

Also available in: Atom