qemu-e2k/docs
Kevin Wolf 50f2bdc75c qapi: Flat unions with arbitrary discriminator
Instead of the rather verbose syntax that distinguishes base and
subclass fields...

  { "type": "file",
    "read-only": true,
    "data": {
        "filename": "test"
    } }

...we can now have both in the same namespace, allowing a more direct
mapping of the command line, and moving fields between the common base
and subclasses without breaking the API:

  { "driver": "file",
    "read-only": true,
    "filename": "test" }

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
2013-07-26 21:09:37 +02:00
..
specs acpi_piix4: Add infrastructure to send CPU hot-plug GPE to guest 2013-05-01 13:04:18 +02:00
atomics.txt add a header file for atomic operations 2013-07-04 17:42:49 +02:00
blkverify.txt
bootindex.txt Typo, spelling and grammatical fixes 2013-04-12 14:33:20 +02:00
ccid.txt Typo, spelling and grammatical fixes 2013-04-12 14:33:20 +02:00
ich9-ehci-uhci.cfg
libcacard.txt
live-block-ops.txt
memory.txt docs: mention AddressSpaces in docs/memory.txt 2013-05-12 13:25:55 +04:00
migration.txt docs: Fix typo and update file in migration 2013-06-01 14:25:38 +04:00
q35-chipset.cfg
qapi-code-gen.txt qapi: Flat unions with arbitrary discriminator 2013-07-26 21:09:37 +02:00
qdev-device-use.txt
qemupciserial.inf
rdma.txt rdma: update documentation to reflect new unpin support 2013-07-23 11:11:59 +02:00
spice-port-fqdn.txt
tracing.txt build: do not use TARGET_ARCH 2013-06-14 15:33:10 +01:00
usb2.txt usb: update docs for bus name change 2013-04-03 11:39:43 +02:00
usb-storage.txt
virtio-balloon-stats.txt
vnc-ledstate-Pseudo-encoding.txt doc: document the Pseudo-encoding of LED state 2013-04-29 08:28:51 -05:00
writing-qmp-commands.txt
xbzrle.txt
xen-save-devices-state.txt