History log of /qemu/stubs/ (Results 226 – 250 of 304)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
c80f6e9c14-Mar-2016 Markus Armbruster <armbru@redhat.com>

Clean up includes some more

Manually drop redundant includes that scripts/clean-includes misses,
e.g. because they're hidden in generator programs, or they use the
wrong kind of delimiter.

Signed-o

Clean up includes some more

Manually drop redundant includes that scripts/clean-includes misses,
e.g. because they're hidden in generator programs, or they use the
wrong kind of delimiter.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

show more ...

14b6d44d14-Mar-2016 Markus Armbruster <armbru@redhat.com>

Use scripts/clean-includes to drop redundant qemu/typedefs.h

Re-run scripts/clean-includes to apply the previous commit's
corrections and updates. Besides redundant qemu/typedefs.h, this only
finds

Use scripts/clean-includes to drop redundant qemu/typedefs.h

Re-run scripts/clean-includes to apply the previous commit's
corrections and updates. Besides redundant qemu/typedefs.h, this only
finds a redundant config-host.h include in ui/egl-helpers.c. No idea
how that escaped the previous runs.

Some manual whitespace trimming around dropped includes squashed in.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

show more ...

da34e65c14-Mar-2016 Markus Armbruster <armbru@redhat.com>

include/qemu/osdep.h: Don't include qapi/error.h

Commit 57cb38b included qapi/error.h into qemu/osdep.h to get the
Error typedef. Since then, we've moved to include qemu/osdep.h
everywhere. Its fi

include/qemu/osdep.h: Don't include qapi/error.h

Commit 57cb38b included qapi/error.h into qemu/osdep.h to get the
Error typedef. Since then, we've moved to include qemu/osdep.h
everywhere. Its file comment explains: "To avoid getting into
possible circular include dependencies, this file should not include
any other QEMU headers, with the exceptions of config-host.h,
compiler.h, os-posix.h and os-win32.h, all of which are doing a
similar job to this file and are under similar constraints."
qapi/error.h doesn't do a similar job, and it doesn't adhere to
similar constraints: it includes qapi-types.h. That's in excess of
100KiB of crap most .c files don't actually need.

Add the typedef to qemu/typedefs.h, and include that instead of
qapi/error.h. Include qapi/error.h in .c files that need it and don't
get it now. Include qapi-types.h in qom/object.h for uint16List.

Update scripts/clean-includes accordingly. Update it further to match
reality: replace config.h by config-target.h, add sysemu/os-posix.h,
sysemu/os-win32.h. Update the list of includes in the qemu/osdep.h
comment quoted above similarly.

This reduces the number of objects depending on qapi/error.h from "all
of them" to less than a third. Unfortunately, the number depending on
qapi-types.h shrinks only a little. More work is needed for that one.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
[Fix compilation without the spice devel packages. - Paolo]
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

show more ...


/qemu/Makefile.objs
/qemu/async.c
/qemu/backends/baum.c
/qemu/backends/hostmem-file.c
/qemu/backends/hostmem-ram.c
/qemu/backends/hostmem.c
/qemu/backends/msmouse.c
/qemu/backends/rng-egd.c
/qemu/backends/rng-random.c
/qemu/backends/rng.c
/qemu/backends/tpm.c
/qemu/block.c
/qemu/block/backup.c
/qemu/block/blkdebug.c
/qemu/block/blkverify.c
/qemu/block/block-backend.c
/qemu/block/bochs.c
/qemu/block/cloop.c
/qemu/block/commit.c
/qemu/block/curl.c
/qemu/block/dirty-bitmap.c
/qemu/block/dmg.c
/qemu/block/gluster.c
/qemu/block/io.c
/qemu/block/mirror.c
/qemu/block/nbd.c
/qemu/block/null.c
/qemu/block/parallels.c
/qemu/block/qcow.c
/qemu/block/qcow2-cluster.c
/qemu/block/qcow2-refcount.c
/qemu/block/qcow2-snapshot.c
/qemu/block/qcow2.c
/qemu/block/qed.c
/qemu/block/quorum.c
/qemu/block/raw-posix.c
/qemu/block/raw-win32.c
/qemu/block/raw_bsd.c
/qemu/block/rbd.c
/qemu/block/sheepdog.c
/qemu/block/snapshot.c
/qemu/block/ssh.c
/qemu/block/stream.c
/qemu/block/vdi.c
/qemu/block/vhdx-log.c
/qemu/block/vhdx.c
/qemu/block/vmdk.c
/qemu/block/vpc.c
/qemu/block/vvfat.c
/qemu/blockdev.c
/qemu/bootdevice.c
/qemu/configure
/qemu/contrib/ivshmem-server/main.c
/qemu/crypto/Makefile.objs
/qemu/crypto/afsplit.c
/qemu/crypto/block-luks.c
/qemu/crypto/block-luks.h
/qemu/crypto/block-qcow.c
/qemu/crypto/block-qcow.h
/qemu/crypto/block.c
/qemu/crypto/blockpriv.h
/qemu/crypto/cipher-builtin.c
/qemu/crypto/cipher-gcrypt.c
/qemu/crypto/cipher-nettle.c
/qemu/crypto/cipher.c
/qemu/crypto/hash.c
/qemu/crypto/init.c
/qemu/crypto/ivgen-essiv.c
/qemu/crypto/ivgen-essiv.h
/qemu/crypto/ivgen-plain.c
/qemu/crypto/ivgen-plain.h
/qemu/crypto/ivgen-plain64.c
/qemu/crypto/ivgen-plain64.h
/qemu/crypto/ivgen.c
/qemu/crypto/ivgenpriv.h
/qemu/crypto/pbkdf-gcrypt.c
/qemu/crypto/pbkdf-nettle.c
/qemu/crypto/pbkdf-stub.c
/qemu/crypto/pbkdf.c
/qemu/crypto/random-gcrypt.c
/qemu/crypto/random-gnutls.c
/qemu/crypto/random-stub.c
/qemu/crypto/secret.c
/qemu/crypto/tlscreds.c
/qemu/crypto/tlscredsanon.c
/qemu/crypto/tlscredsx509.c
/qemu/crypto/tlssession.c
/qemu/crypto/xts.c
/qemu/device_tree.c
/qemu/docs/qapi-code-gen.txt
/qemu/exec.c
/qemu/gdbstub.c
/qemu/hmp.c
/qemu/hw/9pfs/9p.c
/qemu/hw/acpi/cpu_hotplug.c
/qemu/hw/acpi/ich9.c
/qemu/hw/acpi/pcihp.c
/qemu/hw/acpi/piix4.c
/qemu/hw/alpha/typhoon.c
/qemu/hw/arm/allwinner-a10.c
/qemu/hw/arm/armv7m.c
/qemu/hw/arm/ast2400.c
/qemu/hw/arm/bcm2835_peripherals.c
/qemu/hw/arm/bcm2836.c
/qemu/hw/arm/boot.c
/qemu/hw/arm/cubieboard.c
/qemu/hw/arm/digic.c
/qemu/hw/arm/digic_boards.c
/qemu/hw/arm/exynos4210.c
/qemu/hw/arm/fsl-imx25.c
/qemu/hw/arm/fsl-imx31.c
/qemu/hw/arm/highbank.c
/qemu/hw/arm/imx25_pdk.c
/qemu/hw/arm/integratorcp.c
/qemu/hw/arm/kzm.c
/qemu/hw/arm/mainstone.c
/qemu/hw/arm/musicpal.c
/qemu/hw/arm/netduino2.c
/qemu/hw/arm/nseries.c
/qemu/hw/arm/omap1.c
/qemu/hw/arm/omap2.c
/qemu/hw/arm/omap_sx1.c
/qemu/hw/arm/palm.c
/qemu/hw/arm/palmetto-bmc.c
/qemu/hw/arm/pxa2xx.c
/qemu/hw/arm/raspi.c
/qemu/hw/arm/realview.c
/qemu/hw/arm/spitz.c
/qemu/hw/arm/stellaris.c
/qemu/hw/arm/stm32f205_soc.c
/qemu/hw/arm/sysbus-fdt.c
/qemu/hw/arm/tosa.c
/qemu/hw/arm/versatilepb.c
/qemu/hw/arm/vexpress.c
/qemu/hw/arm/virt-acpi-build.c
/qemu/hw/arm/virt.c
/qemu/hw/arm/xilinx_zynq.c
/qemu/hw/arm/xlnx-ep108.c
/qemu/hw/arm/xlnx-zynqmp.c
/qemu/hw/audio/adlib.c
/qemu/hw/audio/gus.c
/qemu/hw/block/block.c
/qemu/hw/block/dataplane/virtio-blk.c
/qemu/hw/block/fdc.c
/qemu/hw/block/nand.c
/qemu/hw/block/nvme.c
/qemu/hw/block/onenand.c
/qemu/hw/block/pflash_cfi01.c
/qemu/hw/block/pflash_cfi02.c
/qemu/hw/block/virtio-blk.c
/qemu/hw/block/xen_disk.c
/qemu/hw/bt/hci.c
/qemu/hw/char/debugcon.c
/qemu/hw/char/escc.c
/qemu/hw/char/parallel.c
/qemu/hw/char/serial-isa.c
/qemu/hw/char/serial-pci.c
/qemu/hw/char/serial.c
/qemu/hw/char/spapr_vty.c
/qemu/hw/char/virtio-serial-bus.c
/qemu/hw/core/loader.c
/qemu/hw/core/machine.c
/qemu/hw/core/nmi.c
/qemu/hw/core/qdev-properties-system.c
/qemu/hw/core/qdev-properties.c
/qemu/hw/cpu/a15mpcore.c
/qemu/hw/cpu/a9mpcore.c
/qemu/hw/cpu/arm11mpcore.c
/qemu/hw/cpu/realview_mpcore.c
/qemu/hw/cris/axis_dev88.c
/qemu/hw/display/bcm2835_fb.c
/qemu/hw/display/cg3.c
/qemu/hw/display/cirrus_vga.c
/qemu/hw/display/sm501.c
/qemu/hw/display/tc6393xb.c
/qemu/hw/display/tcx.c
/qemu/hw/display/vga.c
/qemu/hw/display/vmware_vga.c
/qemu/hw/dma/bcm2835_dma.c
/qemu/hw/dma/pl330.c
/qemu/hw/dma/xilinx_axidma.c
/qemu/hw/i386/acpi-build.c
/qemu/hw/i386/kvm/i8254.c
/qemu/hw/i386/kvm/pci-assign.c
/qemu/hw/i386/pc_sysfw.c
/qemu/hw/i386/pci-assign-load-rom.c
/qemu/hw/i386/xen/xen_platform.c
/qemu/hw/i386/xen/xen_pvdevice.c
/qemu/hw/ide/qdev.c
/qemu/hw/input/hid.c
/qemu/hw/input/milkymist-softusb.c
/qemu/hw/input/ps2.c
/qemu/hw/input/virtio-input-hid.c
/qemu/hw/input/virtio-input-host.c
/qemu/hw/input/virtio-input.c
/qemu/hw/intc/apic_common.c
/qemu/hw/intc/arm_gic.c
/qemu/hw/intc/arm_gic_common.c
/qemu/hw/intc/arm_gic_kvm.c
/qemu/hw/intc/arm_gicv2m.c
/qemu/hw/intc/arm_gicv3_common.c
/qemu/hw/intc/arm_gicv3_kvm.c
/qemu/hw/intc/armv7m_nvic.c
/qemu/hw/intc/ioapic_common.c
/qemu/hw/intc/openpic.c
/qemu/hw/intc/openpic_kvm.c
/qemu/hw/intc/realview_gic.c
/qemu/hw/intc/xics.c
/qemu/hw/intc/xics_kvm.c
/qemu/hw/ipack/ipack.c
/qemu/hw/ipmi/ipmi_bmc_extern.c
/qemu/hw/ipmi/isa_ipmi_bt.c
/qemu/hw/ipmi/isa_ipmi_kcs.c
/qemu/hw/isa/isa-bus.c
/qemu/hw/isa/pc87312.c
/qemu/hw/m68k/an5206.c
/qemu/hw/m68k/mcf5208.c
/qemu/hw/mem/pc-dimm.c
/qemu/hw/microblaze/petalogix_ml605_mmu.c
/qemu/hw/microblaze/petalogix_s3adsp1800_mmu.c
/qemu/hw/mips/mips_fulong2e.c
/qemu/hw/mips/mips_mipssim.c
/qemu/hw/mips/mips_r4k.c
/qemu/hw/misc/bcm2835_mbox.c
/qemu/hw/misc/bcm2835_property.c
/qemu/hw/misc/ivshmem.c
/qemu/hw/misc/macio/macio.c
/qemu/hw/misc/tmp105.c
/qemu/hw/moxie/moxiesim.c
/qemu/hw/net/dp8393x.c
/qemu/hw/net/milkymist-minimac2.c
/qemu/hw/net/ne2000-isa.c
/qemu/hw/net/xilinx_axienet.c
/qemu/hw/nvram/spapr_nvram.c
/qemu/hw/openrisc/openrisc_sim.c
/qemu/hw/pci-bridge/pci_bridge_dev.c
/qemu/hw/pci-host/piix.c
/qemu/hw/pci-host/prep.c
/qemu/hw/pci-host/q35.c
/qemu/hw/pci/pcie.c
/qemu/hw/pci/shpc.c
/qemu/hw/ppc/e500.c
/qemu/hw/ppc/mac_newworld.c
/qemu/hw/ppc/mac_oldworld.c
/qemu/hw/ppc/ppc405_boards.c
/qemu/hw/ppc/ppc405_uc.c
/qemu/hw/ppc/spapr.c
/qemu/hw/ppc/spapr_drc.c
/qemu/hw/ppc/spapr_events.c
/qemu/hw/ppc/spapr_hcall.c
/qemu/hw/ppc/spapr_pci.c
/qemu/hw/ppc/spapr_pci_vfio.c
/qemu/hw/ppc/spapr_rng.c
/qemu/hw/ppc/spapr_vio.c
/qemu/hw/s390x/event-facility.c
/qemu/hw/s390x/ipl.c
/qemu/hw/s390x/s390-virtio-ccw.c
/qemu/hw/s390x/s390-virtio.c
/qemu/hw/s390x/sclp.c
/qemu/hw/s390x/virtio-ccw.c
/qemu/hw/scsi/esp-pci.c
/qemu/hw/scsi/esp.c
/qemu/hw/scsi/scsi-bus.c
/qemu/hw/scsi/scsi-disk.c
/qemu/hw/scsi/scsi-generic.c
/qemu/hw/scsi/vhost-scsi.c
/qemu/hw/scsi/virtio-scsi.c
/qemu/hw/scsi/vmw_pvscsi.c
/qemu/hw/sd/pxa2xx_mmci.c
/qemu/hw/sd/sd.c
/qemu/hw/sh4/r2d.c
/qemu/hw/sh4/shix.c
/qemu/hw/smbios/smbios.c
/qemu/hw/sparc/leon3.c
/qemu/hw/sparc/sun4m.c
/qemu/hw/sparc64/sun4u.c
/qemu/hw/timer/a9gtimer.c
/qemu/hw/timer/arm_mptimer.c
/qemu/hw/timer/hpet.c
/qemu/hw/timer/m48t59.c
/qemu/hw/tpm/tpm_tis.c
/qemu/hw/tricore/tricore_testboard.c
/qemu/hw/unicore32/puv3.c
/qemu/hw/usb/bus.c
/qemu/hw/usb/dev-hid.c
/qemu/hw/usb/dev-hub.c
/qemu/hw/usb/dev-mtp.c
/qemu/hw/usb/dev-network.c
/qemu/hw/usb/dev-serial.c
/qemu/hw/usb/dev-smartcard-reader.c
/qemu/hw/usb/dev-storage.c
/qemu/hw/usb/hcd-ehci.c
/qemu/hw/usb/hcd-ohci.c
/qemu/hw/usb/hcd-uhci.c
/qemu/hw/usb/host-libusb.c
/qemu/hw/usb/redirect.c
/qemu/hw/vfio/platform.c
/qemu/hw/virtio/vhost-user.c
/qemu/hw/virtio/vhost.c
/qemu/hw/virtio/virtio-pci.c
/qemu/hw/virtio/virtio-rng.c
/qemu/hw/virtio/virtio.c
/qemu/hw/xen/xen-host-pci-device.c
/qemu/hw/xen/xen_pt.c
/qemu/hw/xen/xen_pt_config_init.c
/qemu/hw/xen/xen_pt_graphics.c
/qemu/hw/xtensa/sim.c
/qemu/hw/xtensa/xtfpga.c
/qemu/include/block/block.h
/qemu/include/block/block_int.h
/qemu/include/crypto/afsplit.h
/qemu/include/crypto/block.h
/qemu/include/crypto/ivgen.h
/qemu/include/crypto/pbkdf.h
/qemu/include/crypto/random.h
/qemu/include/crypto/xts.h
/qemu/include/qapi/error.h
/qemu/include/qemu/osdep.h
/qemu/include/qemu/typedefs.h
/qemu/include/qom/object.h
/qemu/include/sysemu/block-backend.h
/qemu/include/ui/qemu-spice.h
/qemu/io/channel-command.c
/qemu/io/channel-file.c
/qemu/io/channel-socket.c
/qemu/io/channel-tls.c
/qemu/io/channel-websock.c
/qemu/io/channel.c
/qemu/io/task.c
/qemu/iohandler.c
/qemu/main-loop.c
/qemu/memory.c
/qemu/memory_mapping.c
/qemu/migration/block.c
/qemu/migration/exec.c
/qemu/migration/fd.c
/qemu/migration/rdma.c
/qemu/nbd/client.c
/qemu/nbd/common.c
/qemu/nbd/server.c
/qemu/net/dump.c
/qemu/net/filter-buffer.c
/qemu/net/filter.c
/qemu/net/hub.c
/qemu/net/l2tpv3.c
/qemu/net/net.c
/qemu/net/netmap.c
/qemu/net/slirp.c
/qemu/net/socket.c
/qemu/net/tap-aix.c
/qemu/net/tap-bsd.c
/qemu/net/tap-haiku.c
/qemu/net/tap-linux.c
/qemu/net/tap-solaris.c
/qemu/net/tap-win32.c
/qemu/net/tap.c
/qemu/net/vde.c
/qemu/net/vhost-user.c
/qemu/numa.c
/qemu/qapi-schema.json
/qemu/qapi/block-core.json
/qemu/qapi/crypto.json
/qemu/qapi/introspect.json
/qemu/qapi/opts-visitor.c
/qemu/qapi/qapi-util.c
/qemu/qapi/qapi-visit-core.c
/qemu/qapi/qmp-dispatch.c
/qemu/qapi/qmp-input-visitor.c
/qemu/qapi/string-input-visitor.c
/qemu/qemu-char.c
/qemu/qemu-img.c
/qemu/qemu-io-cmds.c
/qemu/qemu-io.c
/qemu/qemu-nbd.c
/qemu/qga/channel-posix.c
/qemu/qobject/json-parser.c
/qemu/qom/cpu.c
/qemu/qom/object.c
/qemu/qom/object_interfaces.c
/qemu/qom/qom-qobject.c
/qemu/qtest.c
/qemu/replay/replay-input.c
/qemu/replay/replay.c
/qemu/scripts/clean-includes
/qemu/scripts/qapi-commands.py
/qemu/scripts/qapi-event.py
/qemu/scripts/qapi-types.py
/qemu/scripts/qapi-visit.py
/qemu/scripts/qapi.py
/qemu/spice-qemu-char.c
get-fd.c
/qemu/target-alpha/cpu.c
/qemu/target-arm/cpu.c
/qemu/target-arm/cpu64.c
/qemu/target-cris/cpu.c
/qemu/target-i386/kvm.c
/qemu/target-lm32/cpu.c
/qemu/target-m68k/cpu.c
/qemu/target-microblaze/cpu.c
/qemu/target-mips/cpu.c
/qemu/target-moxie/cpu.c
/qemu/target-openrisc/cpu.c
/qemu/target-ppc/mmu-hash64.c
/qemu/target-ppc/mmu_helper.c
/qemu/target-s390x/cpu.c
/qemu/target-s390x/helper.c
/qemu/target-sh4/cpu.c
/qemu/target-sparc/cpu.c
/qemu/target-tilegx/cpu.c
/qemu/target-tricore/cpu.c
/qemu/target-unicore32/cpu.c
/qemu/target-xtensa/cpu.c
/qemu/tests/.gitignore
/qemu/tests/Makefile
/qemu/tests/check-qom-proplist.c
/qemu/tests/io-channel-helpers.c
/qemu/tests/qapi-schema/comments.out
/qemu/tests/qapi-schema/empty.out
/qemu/tests/qapi-schema/event-case.out
/qemu/tests/qapi-schema/flat-union-bad-base.err
/qemu/tests/qapi-schema/flat-union-bad-base.json
/qemu/tests/qapi-schema/ident-with-escape.out
/qemu/tests/qapi-schema/include-relpath.out
/qemu/tests/qapi-schema/include-repetition.out
/qemu/tests/qapi-schema/include-simple.out
/qemu/tests/qapi-schema/indented-expr.out
/qemu/tests/qapi-schema/qapi-schema-test.json
/qemu/tests/qapi-schema/qapi-schema-test.out
/qemu/tests/qemu-iotests/148
/qemu/tests/qemu-iotests/148.out
/qemu/tests/test-aio.c
/qemu/tests/test-base64.c
/qemu/tests/test-blockjob-txn.c
/qemu/tests/test-crypto-afsplit.c
/qemu/tests/test-crypto-block.c
/qemu/tests/test-crypto-cipher.c
/qemu/tests/test-crypto-ivgen.c
/qemu/tests/test-crypto-pbkdf.c
/qemu/tests/test-crypto-secret.c
/qemu/tests/test-crypto-tlscredsx509.c
/qemu/tests/test-crypto-tlssession.c
/qemu/tests/test-crypto-xts.c
/qemu/tests/test-io-channel-command.c
/qemu/tests/test-io-channel-file.c
/qemu/tests/test-io-channel-socket.c
/qemu/tests/test-io-task.c
/qemu/tests/test-opts-visitor.c
/qemu/tests/test-qemu-opts.c
/qemu/tests/test-qmp-commands.c
/qemu/tests/test-qmp-input-strict.c
/qemu/tests/test-qmp-input-visitor.c
/qemu/tests/test-qmp-output-visitor.c
/qemu/tests/test-string-input-visitor.c
/qemu/tests/test-string-output-visitor.c
/qemu/tests/test-thread-pool.c
/qemu/tests/test-throttle.c
/qemu/tests/test-visitor-serialization.c
/qemu/tpm.c
/qemu/ui/console.c
/qemu/ui/input-keymap.c
/qemu/ui/input-legacy.c
/qemu/ui/input-linux.c
/qemu/ui/input.c
/qemu/ui/vnc-auth-sasl.c
/qemu/ui/vnc-auth-vencrypt.c
/qemu/ui/vnc-ws.c
/qemu/ui/vnc.c
/qemu/util/base64.c
/qemu/util/error.c
/qemu/util/oslib-posix.c
/qemu/util/oslib-win32.c
/qemu/util/qemu-option.c
/qemu/util/qemu-sockets.c
/qemu/util/throttle.c
262b4e8f16-Mar-2016 Max Reitz <mreitz@redhat.com>

block: Add bdrv_next_monitor_owned()

Add a function for iterating over all monitor-owned BlockDriverStates so
the generic block layer can do so.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Signed-

block: Add bdrv_next_monitor_owned()

Add a function for iterating over all monitor-owned BlockDriverStates so
the generic block layer can do so.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>

show more ...

fe1a9cbc16-Mar-2016 Max Reitz <mreitz@redhat.com>

block: Move some bdrv_*_all() functions to BB

Move bdrv_commit_all() and bdrv_flush_all() to the BlockBackend level.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@re

block: Move some bdrv_*_all() functions to BB

Move bdrv_commit_all() and bdrv_flush_all() to the BlockBackend level.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>

show more ...


/qemu/MAINTAINERS
/qemu/aio-posix.c
/qemu/block.c
/qemu/block/block-backend.c
/qemu/block/io.c
/qemu/block/parallels.c
/qemu/block/qcow.c
/qemu/block/qcow2.c
/qemu/block/qed.c
/qemu/block/sheepdog.c
/qemu/block/vdi.c
/qemu/block/vhdx.c
/qemu/block/vmdk.c
/qemu/block/vpc.c
/qemu/blockdev.c
/qemu/cpus.c
/qemu/default-configs/arm-softmmu.mak
/qemu/device-hotplug.c
/qemu/fsdev/qemu-fsdev-opts.c
/qemu/hw/acpi/core.c
/qemu/hw/arm/Makefile.objs
/qemu/hw/arm/ast2400.c
/qemu/hw/arm/bcm2835_peripherals.c
/qemu/hw/arm/bcm2836.c
/qemu/hw/arm/exynos4_boards.c
/qemu/hw/arm/fsl-imx25.c
/qemu/hw/arm/fsl-imx31.c
/qemu/hw/arm/gumstix.c
/qemu/hw/arm/highbank.c
/qemu/hw/arm/nseries.c
/qemu/hw/arm/omap_sx1.c
/qemu/hw/arm/palmetto-bmc.c
/qemu/hw/arm/raspi.c
/qemu/hw/arm/realview.c
/qemu/hw/arm/spitz.c
/qemu/hw/arm/stellaris.c
/qemu/hw/arm/versatilepb.c
/qemu/hw/arm/vexpress.c
/qemu/hw/arm/virt.c
/qemu/hw/block/xen_disk.c
/qemu/hw/char/Makefile.objs
/qemu/hw/char/bcm2835_aux.c
/qemu/hw/display/Makefile.objs
/qemu/hw/display/bcm2835_fb.c
/qemu/hw/dma/Makefile.objs
/qemu/hw/dma/bcm2835_dma.c
/qemu/hw/i2c/imx_i2c.c
/qemu/hw/intc/Makefile.objs
/qemu/hw/intc/aspeed_vic.c
/qemu/hw/lm32/lm32_boards.c
/qemu/hw/mips/mips_jazz.c
/qemu/hw/misc/Makefile.objs
/qemu/hw/misc/bcm2835_property.c
/qemu/hw/misc/imx25_ccm.c
/qemu/hw/misc/imx31_ccm.c
/qemu/hw/misc/imx6_ccm.c
/qemu/hw/net/imx_fec.c
/qemu/hw/ppc/ppc405_boards.c
/qemu/hw/ppc/spapr.c
/qemu/hw/ppc/spapr_hcall.c
/qemu/hw/ppc/spapr_pci.c
/qemu/hw/ppc/spapr_pci_vfio.c
/qemu/hw/ppc/spapr_rng.c
/qemu/hw/s390x/s390-virtio-ccw.c
/qemu/hw/sd/sd.c
/qemu/hw/smbios/smbios.c
/qemu/hw/sparc/sun4m.c
/qemu/hw/sparc64/sun4u.c
/qemu/hw/timer/Makefile.objs
/qemu/hw/timer/aspeed_timer.c
/qemu/hw/timer/imx_epit.c
/qemu/hw/timer/imx_gpt.c
/qemu/hw/vfio/common.c
/qemu/hw/xtensa/xtfpga.c
/qemu/include/block/block.h
/qemu/include/hw/arm/ast2400.h
/qemu/include/hw/arm/bcm2835_peripherals.h
/qemu/include/hw/boards.h
/qemu/include/hw/char/bcm2835_aux.h
/qemu/include/hw/display/bcm2835_fb.h
/qemu/include/hw/dma/bcm2835_dma.h
/qemu/include/hw/i386/pc.h
/qemu/include/hw/intc/aspeed_vic.h
/qemu/include/hw/loader.h
/qemu/include/hw/misc/bcm2835_property.h
/qemu/include/hw/misc/imx6_ccm.h
/qemu/include/hw/misc/imx_ccm.h
/qemu/include/hw/pci-host/spapr.h
/qemu/include/hw/timer/aspeed_timer.h
/qemu/include/hw/vfio/vfio.h
/qemu/include/qapi/qmp/qerror.h
/qemu/include/qemu/module.h
/qemu/include/sysemu/block-backend.h
/qemu/monitor.c
/qemu/net/net.c
/qemu/net/slirp.c
/qemu/qapi-schema.json
/qemu/qdev-monitor.c
/qemu/qemu-char.c
/qemu/qemu-img.c
/qemu/qemu-io.c
/qemu/qemu-nbd.c
/qemu/qemu-options.hx
/qemu/scripts/clean-includes
/qemu/scripts/update-linux-headers.sh
/qemu/slirp/Makefile.objs
/qemu/slirp/cksum.c
/qemu/slirp/if.c
/qemu/slirp/if.h
/qemu/slirp/ip6.h
/qemu/slirp/ip6_icmp.c
/qemu/slirp/ip6_icmp.h
/qemu/slirp/ip6_input.c
/qemu/slirp/ip6_output.c
/qemu/slirp/ip_icmp.c
/qemu/slirp/ip_icmp.h
/qemu/slirp/ip_input.c
/qemu/slirp/libslirp.h
/qemu/slirp/mbuf.c
/qemu/slirp/ndp_table.c
/qemu/slirp/slirp.c
/qemu/slirp/slirp.h
/qemu/slirp/socket.c
/qemu/slirp/socket.h
/qemu/slirp/tcp.h
/qemu/slirp/tcp_input.c
/qemu/slirp/tcp_output.c
/qemu/slirp/tcp_subr.c
/qemu/slirp/tcp_timer.c
/qemu/slirp/tcpip.h
/qemu/slirp/tftp.c
/qemu/slirp/tftp.h
/qemu/slirp/udp.c
/qemu/slirp/udp.h
/qemu/slirp/udp6.c
Makefile.objs
blk-commit-all.c
/qemu/target-arm/helper.c
/qemu/target-arm/helper.h
/qemu/target-arm/op_helper.c
/qemu/target-arm/translate.c
/qemu/target-ppc/cpu-models.c
/qemu/target-ppc/cpu-models.h
/qemu/target-ppc/cpu.h
/qemu/target-ppc/kvm.c
/qemu/target-ppc/kvm_ppc.h
/qemu/target-ppc/mmu-hash64.c
/qemu/target-ppc/mmu-hash64.h
/qemu/target-ppc/mmu_helper.c
/qemu/target-ppc/translate_init.c
/qemu/tests/acpi-test-data/q35/DSDT
/qemu/tests/acpi-test-data/q35/DSDT.bridge
/qemu/tests/qemu-iotests/036.out
/qemu/tests/qemu-iotests/051.out
/qemu/tests/qemu-iotests/051.pc.out
/qemu/tests/qemu-iotests/087.out
/qemu/trace-events
/qemu/ui/input-linux.c
/qemu/ui/spice-core.c
/qemu/ui/vnc.c
/qemu/util/base64.c
/qemu/util/error.c
/qemu/vl.c
e76d179810-Mar-2016 Pavel Dovgalyuk <Pavel.Dovgaluk@ispras.ru>

icount: decouple warp calls

qemu_clock_warp function is called to update virtual clock when CPU
is sleeping. This function includes replay checkpoint to make execution
deterministic in icount mode.

icount: decouple warp calls

qemu_clock_warp function is called to update virtual clock when CPU
is sleeping. This function includes replay checkpoint to make execution
deterministic in icount mode.
Record/replay module flushes async event queue at checkpoints.
Some of the events (e.g., block devices operations) include interaction
with hardware. E.g., APIC polled by block devices sets one of IRQ flags.
Flag to be set depends on currently executed thread (CPU or iothread).
Therefore in replay mode we have to process the checkpoints in the same thread
as they were recorded.
qemu_clock_warp function (and its checkpoint) may be called from different
thread. This patch decouples two different execution cases of this function:
call when CPU is sleeping from iothread and call from cpu thread to update
virtual clock.
First task is performed by qemu_start_warp_timer function. It sets warp
timer event to the moment of nearest pending virtual timer.
Second function (qemu_account_warp_timer) is called from cpu thread
before execution of the code. It advances virtual clock by adding the length
of period while CPU was sleeping.

Signed-off-by: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
Message-Id: <20160310115609.4812.44986.stgit@PASHA-ISP>
[Update docs. - Paolo]
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

show more ...

33577b4714-Mar-2016 Pavel Dovgalyuk <Pavel.Dovgaluk@ispras.ru>

replay: character devices

This patch implements record and replay of character devices.
It records chardevs communication in replay mode. Recorded information
include data read from backend and coun

replay: character devices

This patch implements record and replay of character devices.
It records chardevs communication in replay mode. Recorded information
include data read from backend and counter of bytes written
from frontend to backend to preserve frontend internal state.
If character device was configured through the command line in record mode,
then in replay mode it should be also added to command line. Backend of
the character device could be changed in replay mode.
Replaying of devices that perform ioctl and get_msgfd operations is not
supported.
gdbstub which also acts as a backend is not recorded to allow controlling
the replaying through gdb. Monitor backends are also not recorded.

Signed-off-by: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
Message-Id: <20160314074436.4980.83856.stgit@PASHA-ISP>
[Add stubs. - Paolo]
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

show more ...


/qemu/MAINTAINERS
/qemu/Makefile
/qemu/backends/baum.c
/qemu/backends/msmouse.c
/qemu/backends/rng-egd.c
/qemu/backends/rng-random.c
/qemu/backends/rng.c
/qemu/block.c
/qemu/block/Makefile.objs
/qemu/block/backup.c
/qemu/block/block-backend.c
/qemu/block/dirty-bitmap.c
/qemu/block/nbd.c
/qemu/block/parallels.c
/qemu/block/qapi.c
/qemu/block/qcow.c
/qemu/block/qcow2.c
/qemu/block/qed.c
/qemu/block/quorum.c
/qemu/block/sheepdog.c
/qemu/block/vdi.c
/qemu/block/vhdx.c
/qemu/block/vmdk.c
/qemu/block/vpc.c
/qemu/blockdev.c
/qemu/configure
/qemu/cpus.c
/qemu/cputlb.c
/qemu/device-hotplug.c
/qemu/docs/memory.txt
/qemu/docs/migration.txt
/qemu/docs/pci_expander_bridge.txt
/qemu/docs/qapi-code-gen.txt
/qemu/docs/qmp-events.txt
/qemu/docs/qmp-spec.txt
/qemu/docs/specs/fw_cfg.txt
/qemu/docs/specs/pci-ids.txt
/qemu/docs/tracing.txt
/qemu/exec.c
/qemu/gdbstub.c
/qemu/hmp-commands.hx
/qemu/hw/acpi/Makefile.objs
/qemu/hw/acpi/aml-build.c
/qemu/hw/acpi/core.c
/qemu/hw/acpi/nvdimm.c
/qemu/hw/alpha/dp264.c
/qemu/hw/arm/armv7m.c
/qemu/hw/arm/boot.c
/qemu/hw/arm/sysbus-fdt.c
/qemu/hw/arm/virt-acpi-build.c
/qemu/hw/arm/virt.c
/qemu/hw/block/fdc.c
/qemu/hw/char/escc.c
/qemu/hw/core/loader.c
/qemu/hw/cpu/a15mpcore.c
/qemu/hw/cris/boot.c
/qemu/hw/dma/i8257.c
/qemu/hw/i386/acpi-build.c
/qemu/hw/i386/kvm/apic.c
/qemu/hw/i386/multiboot.c
/qemu/hw/i386/pc.c
/qemu/hw/i386/pc_piix.c
/qemu/hw/i386/pc_q35.c
/qemu/hw/i386/xen/xen_apic.c
/qemu/hw/input/hid.c
/qemu/hw/input/ps2.c
/qemu/hw/input/virtio-input-hid.c
/qemu/hw/intc/apic.c
/qemu/hw/intc/arm_gic.c
/qemu/hw/intc/arm_gic_common.c
/qemu/hw/intc/arm_gicv2m.c
/qemu/hw/intc/openpic.c
/qemu/hw/intc/openpic_kvm.c
/qemu/hw/ipmi/ipmi_bmc_sim.c
/qemu/hw/isa/lpc_ich9.c
/qemu/hw/lm32/lm32_boards.c
/qemu/hw/lm32/milkymist.c
/qemu/hw/m68k/an5206.c
/qemu/hw/m68k/dummy_m68k.c
/qemu/hw/m68k/mcf5208.c
/qemu/hw/mem/pc-dimm.c
/qemu/hw/microblaze/boot.c
/qemu/hw/mips/mips_fulong2e.c
/qemu/hw/mips/mips_malta.c
/qemu/hw/mips/mips_mipssim.c
/qemu/hw/mips/mips_r4k.c
/qemu/hw/misc/bcm2835_mbox.c
/qemu/hw/misc/bcm2835_property.c
/qemu/hw/misc/ivshmem.c
/qemu/hw/moxie/moxiesim.c
/qemu/hw/net/ne2000.c
/qemu/hw/net/rocker/rocker.c
/qemu/hw/net/rocker/rocker_fp.c
/qemu/hw/net/rocker/rocker_fp.h
/qemu/hw/net/rocker/rocker_of_dpa.c
/qemu/hw/net/rocker/rocker_world.c
/qemu/hw/net/rocker/rocker_world.h
/qemu/hw/nvram/fw_cfg.c
/qemu/hw/openrisc/openrisc_sim.c
/qemu/hw/pci-bridge/pci_bridge_dev.c
/qemu/hw/pci-bridge/pci_expander_bridge.c
/qemu/hw/pci-host/prep.c
/qemu/hw/pci/msi.c
/qemu/hw/pci/msix.c
/qemu/hw/ppc/e500.c
/qemu/hw/ppc/mac_newworld.c
/qemu/hw/ppc/mac_oldworld.c
/qemu/hw/ppc/ppc440_bamboo.c
/qemu/hw/ppc/spapr.c
/qemu/hw/ppc/spapr_pci.c
/qemu/hw/ppc/virtex_ml507.c
/qemu/hw/s390x/css.c
/qemu/hw/s390x/css.h
/qemu/hw/s390x/ipl.c
/qemu/hw/s390x/s390-pci-bus.c
/qemu/hw/s390x/s390-pci-bus.h
/qemu/hw/s390x/s390-pci-inst.c
/qemu/hw/s390x/s390-virtio-ccw.c
/qemu/hw/s390x/s390-virtio.c
/qemu/hw/s390x/s390-virtio.h
/qemu/hw/s390x/virtio-ccw.c
/qemu/hw/s390x/virtio-ccw.h
/qemu/hw/scsi/scsi-bus.c
/qemu/hw/sd/sd.c
/qemu/hw/sd/sdhci.c
/qemu/hw/sparc/leon3.c
/qemu/hw/sparc/sun4m.c
/qemu/hw/sparc64/sun4u.c
/qemu/hw/tricore/tricore_testboard.c
/qemu/hw/vfio/common.c
/qemu/hw/vfio/pci-quirks.c
/qemu/hw/vfio/pci.c
/qemu/hw/vfio/pci.h
/qemu/hw/vfio/platform.c
/qemu/hw/virtio/virtio-balloon.c
/qemu/hw/virtio/virtio-pci.c
/qemu/hw/virtio/virtio-pci.h
/qemu/hw/virtio/virtio-rng.c
/qemu/hw/watchdog/wdt_diag288.c
/qemu/hw/xtensa/sim.c
/qemu/hw/xtensa/xtfpga.c
/qemu/include/block/block.h
/qemu/include/block/block_int.h
/qemu/include/block/dirty-bitmap.h
/qemu/include/exec/memory.h
/qemu/include/exec/ram_addr.h
/qemu/include/hw/acpi/aml-build.h
/qemu/include/hw/arm/arm.h
/qemu/include/hw/arm/virt.h
/qemu/include/hw/block/fdc.h
/qemu/include/hw/boards.h
/qemu/include/hw/elf_ops.h
/qemu/include/hw/i386/ich9.h
/qemu/include/hw/i386/pc.h
/qemu/include/hw/loader.h
/qemu/include/hw/mem/nvdimm.h
/qemu/include/hw/nvram/fw_cfg.h
/qemu/include/hw/pci/msi.h
/qemu/include/hw/s390x/s390-virtio-ccw.h
/qemu/include/hw/vfio/vfio-common.h
/qemu/include/io/channel-watch.h
/qemu/include/io/channel.h
/qemu/include/net/filter.h
/qemu/include/qemu-common.h
/qemu/include/qemu/sockets.h
/qemu/include/qemu/typedefs.h
/qemu/include/standard-headers/linux/virtio_balloon.h
/qemu/include/sysemu/block-backend.h
/qemu/include/sysemu/char.h
/qemu/include/sysemu/os-posix.h
/qemu/include/sysemu/os-win32.h
/qemu/include/sysemu/replay.h
/qemu/include/sysemu/rng.h
/qemu/include/ui/input.h
/qemu/io/channel-command.c
/qemu/io/channel-file.c
/qemu/io/channel-socket.c
/qemu/io/channel-watch.c
/qemu/io/channel.c
/qemu/kvm-all.c
/qemu/linux-headers/asm-arm/unistd.h
/qemu/linux-headers/asm-powerpc/unistd.h
/qemu/linux-headers/asm-s390/kvm.h
/qemu/linux-headers/asm-s390/unistd.h
/qemu/linux-headers/asm-x86/unistd_32.h
/qemu/linux-headers/asm-x86/unistd_64.h
/qemu/linux-headers/asm-x86/unistd_x32.h
/qemu/linux-headers/linux/kvm.h
/qemu/linux-headers/linux/vfio.h
/qemu/linux-user/flatload.c
/qemu/linux-user/main.c
/qemu/linux-user/signal.c
/qemu/memory.c
/qemu/migration/migration.c
/qemu/migration/qemu-file-unix.c
/qemu/migration/savevm.c
/qemu/migration/tcp.c
/qemu/monitor.c
/qemu/net/checksum.c
/qemu/net/filter-buffer.c
/qemu/net/filter.c
/qemu/net/net.c
/qemu/net/netmap.c
/qemu/net/socket.c
/qemu/net/tap.c
/qemu/net/vhost-user.c
/qemu/numa.c
/qemu/pc-bios/s390-ccw/bootmap.c
/qemu/qapi-schema.json
/qemu/qapi/block.json
/qemu/qapi/event.json
/qemu/qemu-char.c
/qemu/qemu-img.c
/qemu/qemu-nbd.c
/qemu/qemu-options.hx
/qemu/qmp-commands.hx
/qemu/replay/Makefile.objs
/qemu/replay/replay-char.c
/qemu/replay/replay-events.c
/qemu/replay/replay-input.c
/qemu/replay/replay-internal.h
/qemu/replay/replay.c
/qemu/scripts/dump-guest-memory.py
/qemu/scripts/qapi-commands.py
/qemu/scripts/qapi-event.py
/qemu/scripts/qapi-types.py
/qemu/scripts/qapi-visit.py
/qemu/scripts/qapi.py
/qemu/scripts/qmp/qmp-shell
/qemu/scripts/tracetool/__init__.py
/qemu/scripts/tracetool/format/h.py
/qemu/scripts/tracetool/format/tcg_h.py
/qemu/scripts/tracetool/format/tcg_helper_c.py
/qemu/scripts/tracetool/format/tcg_helper_h.py
/qemu/scripts/tracetool/format/tcg_helper_wrapper_h.py
/qemu/scripts/tracetool/format/ust_events_c.py
/qemu/scripts/tracetool/transform.py
/qemu/scripts/tracetool/vcpu.py
/qemu/scripts/update-linux-headers.sh
/qemu/slirp/slirp.h
/qemu/slirp/tcp_input.c
replay.c
/qemu/target-arm/arm_ldst.h
/qemu/target-arm/cpu.c
/qemu/target-arm/cpu.h
/qemu/target-arm/helper.c
/qemu/target-arm/helper.h
/qemu/target-arm/op_helper.c
/qemu/target-arm/translate-a64.c
/qemu/target-arm/translate.c
/qemu/target-arm/translate.h
/qemu/target-i386/cpu.c
/qemu/target-i386/kvm.c
/qemu/target-i386/translate.c
/qemu/target-s390x/cpu-qom.h
/qemu/target-s390x/cpu.c
/qemu/target-s390x/cpu.h
/qemu/target-s390x/helper.c
/qemu/target-s390x/interrupt.c
/qemu/target-s390x/kvm.c
/qemu/target-s390x/mmu_helper.c
/qemu/tests/Makefile
/qemu/tests/acpi-test-data/pc/DSDT
/qemu/tests/acpi-test-data/pc/DSDT.bridge
/qemu/tests/acpi-test-data/q35/DSDT
/qemu/tests/acpi-test-data/q35/DSDT.bridge
/qemu/tests/io-channel-helpers.c
/qemu/tests/qapi-schema/qapi-schema-test.json
/qemu/tests/qemu-iotests/081.out
/qemu/tests/qemu-iotests/146
/qemu/tests/qemu-iotests/146.out
/qemu/tests/qemu-iotests/148
/qemu/tests/qemu-iotests/148.out
/qemu/tests/qemu-iotests/group
/qemu/tests/qemu-iotests/sample_images/d2v-zerofilled.vhd.bz2
/qemu/tests/qemu-iotests/sample_images/hyperv2012r2-dynamic.vhd.bz2
/qemu/tests/qemu-iotests/sample_images/virtualpc-dynamic.vhd.bz2
/qemu/tests/test-io-channel-socket.c
/qemu/tests/test-opts-visitor.c
/qemu/trace-events
/qemu/trace/control.h
/qemu/ui/Makefile.objs
/qemu/ui/console.c
/qemu/ui/input-legacy.c
/qemu/ui/input-linux.c
/qemu/ui/input.c
/qemu/ui/vnc.c
/qemu/util/cutils.c
/qemu/util/log.c
/qemu/util/oslib-win32.c
/qemu/util/qemu-coroutine-io.c
/qemu/util/qemu-sockets.c
/qemu/vl.c
b23197f925-Feb-2016 Lluís Vilanova <vilanova@ac.upc.edu>

typedefs: Add CPUState

Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
Message-id: 145641861239.30295.8564457138934628740.stgit@localhost
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>


/qemu/MAINTAINERS
/qemu/Makefile
/qemu/audio/audio.h
/qemu/block/backup.c
/qemu/block/curl.c
/qemu/block/iscsi.c
/qemu/block/mirror.c
/qemu/block/nfs.c
/qemu/block/rbd.c
/qemu/block/sheepdog.c
/qemu/block/vhdx.c
/qemu/bsd-user/i386/target_syscall.h
/qemu/bsd-user/qemu.h
/qemu/bsd-user/sparc/target_syscall.h
/qemu/bsd-user/sparc64/target_syscall.h
/qemu/bsd-user/x86_64/target_syscall.h
/qemu/configure
/qemu/contrib/ivshmem-client/ivshmem-client.h
/qemu/contrib/ivshmem-server/ivshmem-server.h
/qemu/disas/arm-a64.cc
/qemu/disas/mips.c
/qemu/docs/qmp-events.txt
/qemu/docs/tracing.txt
/qemu/dump.c
/qemu/exec.c
/qemu/fsdev/file-op-9p.h
/qemu/hmp-commands-info.hx
/qemu/hmp-commands.hx
/qemu/hmp.c
/qemu/hmp.h
/qemu/hw/9pfs/9p-synth.h
/qemu/hw/9pfs/9p.h
/qemu/hw/acpi/ich9.c
/qemu/hw/arm/bcm2835_peripherals.c
/qemu/hw/arm/bcm2836.c
/qemu/hw/arm/raspi.c
/qemu/hw/audio/gusemu.h
/qemu/hw/block/dataplane/virtio-blk.c
/qemu/hw/block/dataplane/virtio-blk.h
/qemu/hw/block/virtio-blk.c
/qemu/hw/core/machine.c
/qemu/hw/display/cirrus_vga.c
/qemu/hw/display/qxl.c
/qemu/hw/display/vga_int.h
/qemu/hw/gpio/pl061.c
/qemu/hw/i386/pc_q35.c
/qemu/hw/input/hid.c
/qemu/hw/input/ps2.c
/qemu/hw/input/virtio-input-hid.c
/qemu/hw/intc/xics.c
/qemu/hw/isa/lpc_ich9.c
/qemu/hw/misc/macio/mac_dbdma.c
/qemu/hw/net/fsl_etsec/registers.h
/qemu/hw/nvram/fw_cfg.c
/qemu/hw/pci/pci.c
/qemu/hw/ppc/spapr.c
/qemu/hw/ppc/spapr_events.c
/qemu/hw/ppc/spapr_hcall.c
/qemu/hw/ppc/spapr_pci.c
/qemu/hw/ppc/spapr_rng.c
/qemu/hw/ppc/spapr_vio.c
/qemu/hw/scsi/virtio-scsi-dataplane.c
/qemu/hw/scsi/virtio-scsi.c
/qemu/hw/sd/sdhci.c
/qemu/hw/timer/Makefile.objs
/qemu/hw/usb/Makefile.objs
/qemu/hw/usb/core.c
/qemu/hw/usb/desc.h
/qemu/hw/usb/dev-network.c
/qemu/hw/usb/hcd-ohci.c
/qemu/hw/usb/hcd-uhci.c
/qemu/hw/usb/redirect.c
/qemu/hw/usb/tusb6010.c
/qemu/hw/vfio/amd-xgbe.c
/qemu/hw/virtio/Makefile.objs
/qemu/hw/virtio/virtio-balloon.c
/qemu/hw/virtio/virtio.c
/qemu/include/block/accounting.h
/qemu/include/block/nbd.h
/qemu/include/block/snapshot.h
/qemu/include/block/write-threshold.h
/qemu/include/config.h
/qemu/include/crypto/cipher.h
/qemu/include/crypto/hash.h
/qemu/include/crypto/init.h
/qemu/include/crypto/secret.h
/qemu/include/crypto/tlscreds.h
/qemu/include/elf.h
/qemu/include/exec/cpu-all.h
/qemu/include/exec/cpu-defs.h
/qemu/include/exec/helper-head.h
/qemu/include/exec/memory.h
/qemu/include/exec/user/thunk.h
/qemu/include/fpu/softfloat.h
/qemu/include/hw/acpi/acpi.h
/qemu/include/hw/acpi/aml-build.h
/qemu/include/hw/acpi/bios-linker-loader.h
/qemu/include/hw/acpi/ich9.h
/qemu/include/hw/acpi/pcihp.h
/qemu/include/hw/block/block.h
/qemu/include/hw/boards.h
/qemu/include/hw/compat.h
/qemu/include/hw/i386/ich9.h
/qemu/include/hw/i386/topology.h
/qemu/include/hw/isa/apm.h
/qemu/include/hw/nvram/fw_cfg.h
/qemu/include/hw/pci/pci.h
/qemu/include/hw/pci/shpc.h
/qemu/include/hw/ppc/xics.h
/qemu/include/hw/qdev-core.h
/qemu/include/hw/sd/sdhci.h
/qemu/include/hw/virtio/vhost-backend.h
/qemu/include/hw/virtio/virtio-blk.h
/qemu/include/hw/virtio/virtio-scsi.h
/qemu/include/hw/virtio/virtio.h
/qemu/include/hw/xen/xen.h
/qemu/include/hw/xen/xen_common.h
/qemu/include/io/channel.h
/qemu/include/io/task.h
/qemu/include/libdecnumber/dconfig.h
/qemu/include/libdecnumber/decContext.h
/qemu/include/libdecnumber/decNumberLocal.h
/qemu/include/migration/migration.h
/qemu/include/migration/qemu-file.h
/qemu/include/migration/vmstate.h
/qemu/include/net/checksum.h
/qemu/include/net/eth.h
/qemu/include/qapi/error.h
/qemu/include/qapi/qmp-event.h
/qemu/include/qapi/qmp/dispatch.h
/qemu/include/qapi/qmp/json-lexer.h
/qemu/include/qapi/qmp/json-parser.h
/qemu/include/qapi/qmp/json-streamer.h
/qemu/include/qapi/qmp/qbool.h
/qemu/include/qapi/qmp/qdict.h
/qemu/include/qapi/qmp/qfloat.h
/qemu/include/qapi/qmp/qint.h
/qemu/include/qapi/qmp/qjson.h
/qemu/include/qapi/qmp/qobject.h
/qemu/include/qapi/qmp/qstring.h
/qemu/include/qapi/visitor-impl.h
/qemu/include/qapi/visitor.h
/qemu/include/qemu-common.h
/qemu/include/qemu/atomic.h
/qemu/include/qemu/bitmap.h
/qemu/include/qemu/bitops.h
/qemu/include/qemu/bswap.h
/qemu/include/qemu/compatfd.h
/qemu/include/qemu/compiler.h
/qemu/include/qemu/config-file.h
/qemu/include/qemu/coroutine.h
/qemu/include/qemu/error-report.h
/qemu/include/qemu/fprintf-fn.h
/qemu/include/qemu/hbitmap.h
/qemu/include/qemu/host-utils.h
/qemu/include/qemu/int128.h
/qemu/include/qemu/log.h
/qemu/include/qemu/memfd.h
/qemu/include/qemu/module.h
/qemu/include/qemu/option.h
/qemu/include/qemu/osdep.h
/qemu/include/qemu/range.h
/qemu/include/qemu/rcu.h
/qemu/include/qemu/sockets.h
/qemu/include/qemu/thread.h
/qemu/include/qemu/throttle.h
/qemu/include/qemu/timed-average.h
/qemu/include/qemu/typedefs.h
/qemu/include/qemu/xattr.h
/qemu/include/qom/cpu.h
/qemu/include/qom/object.h
/qemu/include/sysemu/block-backend.h
/qemu/include/sysemu/blockdev.h
/qemu/include/sysemu/char.h
/qemu/include/sysemu/dma.h
/qemu/include/sysemu/dump.h
/qemu/include/sysemu/hostmem.h
/qemu/include/sysemu/kvm.h
/qemu/include/sysemu/memory_mapping.h
/qemu/include/sysemu/numa.h
/qemu/include/sysemu/os-posix.h
/qemu/include/sysemu/qtest.h
/qemu/include/sysemu/replay.h
/qemu/include/sysemu/rng.h
/qemu/include/sysemu/seccomp.h
/qemu/include/sysemu/tpm_backend.h
/qemu/include/sysemu/xen-mapcache.h
/qemu/include/ui/console.h
/qemu/include/ui/egl-helpers.h
/qemu/include/ui/qemu-spice.h
/qemu/include/ui/spice-display.h
/qemu/io/channel-util.c
/qemu/linux-user/aarch64/syscall_nr.h
/qemu/linux-user/aarch64/target_syscall.h
/qemu/linux-user/alpha/syscall_nr.h
/qemu/linux-user/alpha/target_syscall.h
/qemu/linux-user/arm/nwfpe/fpa11.h
/qemu/linux-user/arm/target_syscall.h
/qemu/linux-user/cris/syscall_nr.h
/qemu/linux-user/cris/target_syscall.h
/qemu/linux-user/i386/syscall_nr.h
/qemu/linux-user/i386/target_syscall.h
/qemu/linux-user/m68k/syscall_nr.h
/qemu/linux-user/m68k/target_syscall.h
/qemu/linux-user/main.c
/qemu/linux-user/microblaze/syscall_nr.h
/qemu/linux-user/microblaze/target_syscall.h
/qemu/linux-user/mips/target_syscall.h
/qemu/linux-user/mips64/syscall_nr.h
/qemu/linux-user/mips64/target_syscall.h
/qemu/linux-user/openrisc/syscall_nr.h
/qemu/linux-user/openrisc/target_syscall.h
/qemu/linux-user/ppc/syscall_nr.h
/qemu/linux-user/ppc/target_syscall.h
/qemu/linux-user/qemu.h
/qemu/linux-user/s390x/syscall_nr.h
/qemu/linux-user/s390x/target_syscall.h
/qemu/linux-user/sh4/syscall_nr.h
/qemu/linux-user/sh4/target_syscall.h
/qemu/linux-user/signal.c
/qemu/linux-user/sparc/syscall_nr.h
/qemu/linux-user/sparc/target_syscall.h
/qemu/linux-user/sparc64/syscall_nr.h
/qemu/linux-user/sparc64/target_syscall.h
/qemu/linux-user/syscall.c
/qemu/linux-user/tilegx/syscall_nr.h
/qemu/linux-user/tilegx/target_syscall.h
/qemu/linux-user/unicore32/target_syscall.h
/qemu/linux-user/x86_64/syscall_nr.h
/qemu/linux-user/x86_64/target_syscall.h
/qemu/memory.c
/qemu/memory_mapping.c
/qemu/migration/block.c
/qemu/migration/migration.c
/qemu/migration/postcopy-ram.c
/qemu/migration/savevm.c
/qemu/monitor.c
/qemu/nbd/nbd-internal.h
/qemu/net/tap-linux.h
/qemu/net/util.h
/qemu/os-posix.c
/qemu/pc-bios/README
/qemu/pc-bios/bios-256k.bin
/qemu/pc-bios/bios.bin
/qemu/pc-bios/openbios-ppc
/qemu/pc-bios/openbios-sparc32
/qemu/pc-bios/openbios-sparc64
/qemu/pc-bios/slof.bin
/qemu/pc-bios/vgabios-cirrus.bin
/qemu/pc-bios/vgabios-qxl.bin
/qemu/pc-bios/vgabios-stdvga.bin
/qemu/pc-bios/vgabios-virtio.bin
/qemu/pc-bios/vgabios-vmware.bin
/qemu/pc-bios/vgabios.bin
/qemu/qapi-schema.json
/qemu/qapi/event.json
/qemu/qemu-char.c
/qemu/qemu-doc.texi
/qemu/qemu-nbd.c
/qemu/qemu-options.hx
/qemu/qemu-tech.texi
/qemu/qga/commands-posix.c
/qemu/qga/commands-win32.c
/qemu/qga/commands.c
/qemu/qga/guest-agent-core.h
/qemu/qga/installer/qemu-ga.wxs
/qemu/qga/qapi-schema.json
/qemu/qga/vss-win32.c
/qemu/qga/vss-win32.h
/qemu/qga/vss-win32/install.cpp
/qemu/qga/vss-win32/provider.cpp
/qemu/qga/vss-win32/requester.cpp
/qemu/qga/vss-win32/requester.h
/qemu/qga/vss-win32/vss-common.h
/qemu/qmp-commands.hx
/qemu/qmp.c
/qemu/qom/cpu.c
/qemu/replay/replay-internal.h
/qemu/roms/SLOF
/qemu/roms/openbios
/qemu/roms/seabios
/qemu/scripts/clean-includes
/qemu/scripts/kvm/kvm_stat
/qemu/scripts/qapi.py
/qemu/scripts/tracetool/__init__.py
/qemu/scripts/tracetool/format/events_h.py
/qemu/scripts/tracetool/format/tcg_h.py
/qemu/scripts/tracetool/format/ust_events_c.py
/qemu/slirp/slirp.h
/qemu/spice-qemu-char.c
target-get-monitor-def.c
/qemu/target-alpha/cpu.h
/qemu/target-alpha/translate.c
/qemu/target-arm/cpu-qom.h
/qemu/target-arm/cpu.h
/qemu/target-arm/gdbstub.c
/qemu/target-arm/helper.c
/qemu/target-arm/helper.h
/qemu/target-arm/kvm-consts.h
/qemu/target-arm/kvm32.c
/qemu/target-arm/kvm64.c
/qemu/target-arm/machine.c
/qemu/target-arm/op_helper.c
/qemu/target-arm/translate.c
/qemu/target-arm/translate.h
/qemu/target-cris/cpu.h
/qemu/target-cris/translate.c
/qemu/target-i386/cpu-qom.h
/qemu/target-i386/cpu.c
/qemu/target-i386/cpu.h
/qemu/target-i386/fpu_helper.c
/qemu/target-i386/mpx_helper.c
/qemu/target-i386/translate.c
/qemu/target-lm32/cpu.h
/qemu/target-lm32/translate.c
/qemu/target-m68k/cpu.h
/qemu/target-m68k/translate.c
/qemu/target-microblaze/cpu.h
/qemu/target-microblaze/translate.c
/qemu/target-mips/cpu.c
/qemu/target-mips/cpu.h
/qemu/target-mips/helper.h
/qemu/target-mips/kvm.c
/qemu/target-mips/op_helper.c
/qemu/target-mips/translate.c
/qemu/target-mips/translate_init.c
/qemu/target-moxie/cpu.h
/qemu/target-moxie/translate.c
/qemu/target-openrisc/cpu.h
/qemu/target-openrisc/translate.c
/qemu/target-ppc/cpu.h
/qemu/target-ppc/kvm.c
/qemu/target-ppc/kvm_ppc.h
/qemu/target-ppc/translate.c
/qemu/target-s390x/cpu.h
/qemu/target-s390x/translate.c
/qemu/target-sh4/cpu.h
/qemu/target-sh4/translate.c
/qemu/target-sparc/cpu.h
/qemu/target-sparc/translate.c
/qemu/target-tilegx/cpu.h
/qemu/target-tilegx/translate.c
/qemu/target-tricore/cpu.h
/qemu/target-tricore/helper.c
/qemu/target-tricore/helper.h
/qemu/target-tricore/op_helper.c
/qemu/target-tricore/translate.c
/qemu/target-unicore32/cpu.h
/qemu/target-unicore32/translate.c
/qemu/target-xtensa/cpu.h
/qemu/target-xtensa/translate.c
/qemu/tcg/README
/qemu/tcg/aarch64/tcg-target.inc.c
/qemu/tcg/arm/tcg-target.inc.c
/qemu/tcg/i386/tcg-target.inc.c
/qemu/tcg/ia64/tcg-target.inc.c
/qemu/tcg/mips/tcg-target.inc.c
/qemu/tcg/ppc/tcg-target.inc.c
/qemu/tcg/s390/tcg-target.inc.c
/qemu/tcg/sparc/tcg-target.inc.c
/qemu/tcg/tcg-op.h
/qemu/tcg/tcg.c
/qemu/tcg/tcg.h
/qemu/tcg/tci/README
/qemu/tcg/tci/tcg-target.h
/qemu/tcg/tci/tcg-target.inc.c
/qemu/tests/boot-sector.c
/qemu/tests/libqos/ahci.h
/qemu/tests/libqos/fw_cfg.h
/qemu/tests/libqos/i2c.h
/qemu/tests/libqos/malloc.h
/qemu/tests/libqos/pci.h
/qemu/tests/libqtest.h
/qemu/tests/pxe-test.c
/qemu/tests/qemu-iotests/109.out
/qemu/tests/qemu-iotests/124
/qemu/tests/qemu-iotests/124.out
/qemu/tests/test-qga.c
/qemu/tests/vhost-user-bridge.c
/qemu/trace-events
/qemu/trace/control-internal.h
/qemu/trace/ftrace.h
/qemu/trace/simple.h
/qemu/ui/cocoa.m
/qemu/ui/console.c
/qemu/ui/egl-helpers.c
/qemu/ui/gtk.c
/qemu/ui/input-legacy.c
/qemu/ui/input.c
/qemu/ui/sdl.c
/qemu/ui/sdl2.c
/qemu/ui/spice-core.c
/qemu/ui/spice-display.c
/qemu/ui/spice-input.c
/qemu/ui/vnc-palette.h
/qemu/ui/vnc.c
/qemu/ui/vnc.h
/qemu/util/log.c
/qemu/vl.c
39de998410-Feb-2016 Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>

move get_current_ram_size to virtio-balloon.c

get_current_ram_size() is used only in virtio-balloon.c
This patch moves it into virtio-balloon and make it static, to allow
some balloon-specific tunin

move get_current_ram_size to virtio-balloon.c

get_current_ram_size() is used only in virtio-balloon.c
This patch moves it into virtio-balloon and make it static, to allow
some balloon-specific tuning.

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Signed-off-by: Denis V. Lunev <den@openvz.org>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

show more ...


/qemu/MAINTAINERS
/qemu/Makefile
/qemu/block.c
/qemu/block/nbd-client.c
/qemu/block/nbd-client.h
/qemu/block/nbd.c
/qemu/block/qapi.c
/qemu/block/quorum.c
/qemu/blockdev-nbd.c
/qemu/blockdev.c
/qemu/cpus.c
/qemu/device_tree.c
/qemu/docs/qapi-code-gen.txt
/qemu/docs/specs/qcow2.txt
/qemu/docs/throttle.txt
/qemu/fpu/softfloat-macros.h
/qemu/fpu/softfloat.c
/qemu/hmp.c
/qemu/hw/acpi/aml-build.c
/qemu/hw/acpi/bios-linker-loader.c
/qemu/hw/arm/boot.c
/qemu/hw/arm/sysbus-fdt.c
/qemu/hw/arm/vexpress.c
/qemu/hw/arm/virt-acpi-build.c
/qemu/hw/arm/xilinx_zynq.c
/qemu/hw/arm/xlnx-ep108.c
/qemu/hw/arm/xlnx-zynqmp.c
/qemu/hw/dma/etraxfs_dma.c
/qemu/hw/gpio/pl061.c
/qemu/hw/i386/acpi-build.c
/qemu/hw/input/adb.c
/qemu/hw/ipmi/ipmi_bmc_sim.c
/qemu/hw/mem/pc-dimm.c
/qemu/hw/misc/macio/cuda.c
/qemu/hw/net/vhost_net.c
/qemu/hw/net/virtio-net.c
/qemu/hw/nvram/mac_nvram.c
/qemu/hw/pci-bridge/dec.c
/qemu/hw/pci-bridge/i82801b11.c
/qemu/hw/pci-bridge/ioh3420.c
/qemu/hw/pci-bridge/pci_bridge_dev.c
/qemu/hw/pci-bridge/xio3130_downstream.c
/qemu/hw/pci-bridge/xio3130_upstream.c
/qemu/hw/pci-host/apb.c
/qemu/hw/pci-host/uninorth.c
/qemu/hw/pci/msix.c
/qemu/hw/pci/pci_bridge.c
/qemu/hw/pci/pcie.c
/qemu/hw/pci/pcie_aer.c
/qemu/hw/ppc/mac.h
/qemu/hw/ppc/spapr.c
/qemu/hw/ppc/spapr_hcall.c
/qemu/hw/ppc/spapr_rtas.c
/qemu/hw/scsi/mptconfig.c
/qemu/hw/scsi/mptsas.c
/qemu/hw/sd/Makefile.objs
/qemu/hw/sd/core.c
/qemu/hw/sd/pxa2xx_mmci.c
/qemu/hw/sd/sd.c
/qemu/hw/sd/sdhci.c
/qemu/hw/timer/arm_timer.c
/qemu/hw/timer/exynos4210_mct.c
/qemu/hw/timer/exynos4210_pwm.c
/qemu/hw/timer/exynos4210_rtc.c
/qemu/hw/timer/pl031.c
/qemu/hw/timer/pxa2xx_timer.c
/qemu/hw/vfio/Makefile.objs
/qemu/hw/vfio/amd-xgbe.c
/qemu/hw/vfio/pci.c
/qemu/hw/virtio/vhost-user.c
/qemu/hw/virtio/vhost.c
/qemu/hw/virtio/virtio-balloon.c
/qemu/hw/virtio/virtio-pci.c
/qemu/hw/virtio/virtio.c
/qemu/include/block/nbd.h
/qemu/include/exec/cpu-common.h
/qemu/include/fpu/softfloat.h
/qemu/include/hw/acpi/bios-linker-loader.h
/qemu/include/hw/input/adb.h
/qemu/include/hw/pci/pci_bridge.h
/qemu/include/hw/pci/pcie_aer.h
/qemu/include/hw/ppc/spapr.h
/qemu/include/hw/sd/sd.h
/qemu/include/hw/sd/sdhci.h
/qemu/include/hw/vfio/vfio-amd-xgbe.h
/qemu/include/hw/virtio/vhost-backend.h
/qemu/include/hw/virtio/virtio-access.h
/qemu/include/hw/virtio/virtio-net.h
/qemu/include/hw/virtio/virtio.h
/qemu/include/io/channel-buffer.h
/qemu/include/io/channel-socket.h
/qemu/include/io/channel-util.h
/qemu/include/monitor/monitor.h
/qemu/include/qapi/visitor-impl.h
/qemu/include/qapi/visitor.h
/qemu/include/qemu/osdep.h
/qemu/include/qemu/throttle.h
/qemu/include/qom/object_interfaces.h
/qemu/include/sysemu/device_tree.h
/qemu/io/Makefile.objs
/qemu/io/channel-buffer.c
/qemu/io/channel-util.c
/qemu/migration/block.c
/qemu/migration/ram.c
/qemu/nbd/client.c
/qemu/nbd/common.c
/qemu/nbd/nbd-internal.h
/qemu/nbd/server.c
/qemu/qapi/block-core.json
/qemu/qapi/block.json
/qemu/qapi/opts-visitor.c
/qemu/qapi/qapi-dealloc-visitor.c
/qemu/qapi/qapi-visit-core.c
/qemu/qapi/qmp-input-visitor.c
/qemu/qapi/qmp-output-visitor.c
/qemu/qapi/string-input-visitor.c
/qemu/qapi/string-output-visitor.c
/qemu/qemu-char.c
/qemu/qemu-img-cmds.hx
/qemu/qemu-img.c
/qemu/qemu-img.texi
/qemu/qemu-io.c
/qemu/qemu-nbd.c
/qemu/qemu-nbd.texi
/qemu/qmp-commands.hx
/qemu/qmp.c
/qemu/qom/object_interfaces.c
/qemu/replay/replay.c
/qemu/rules.mak
/qemu/scripts/checkpatch.pl
/qemu/scripts/qapi-types.py
/qemu/scripts/qapi-visit.py
/qemu/scripts/qapi.py
qmp_pc_dimm_device_list.c
/qemu/target-arm/cpu-qom.h
/qemu/target-arm/cpu.c
/qemu/target-arm/cpu.h
/qemu/target-arm/cpu64.c
/qemu/target-arm/helper.c
/qemu/target-arm/internals.h
/qemu/target-arm/op_helper.c
/qemu/target-arm/translate.c
/qemu/target-mips/cpu.h
/qemu/target-ppc/kvm_ppc.h
/qemu/target-ppc/mmu-hash64.h
/qemu/target-ppc/translate.c
/qemu/tests/Makefile
/qemu/tests/bios-tables-test.c
/qemu/tests/boot-sector.c
/qemu/tests/boot-sector.h
/qemu/tests/pxe-test.c
/qemu/tests/qapi-schema/alternate-any.err
/qemu/tests/qapi-schema/alternate-any.exit
/qemu/tests/qapi-schema/alternate-any.json
/qemu/tests/qapi-schema/alternate-any.out
/qemu/tests/qapi-schema/alternate-empty.err
/qemu/tests/qapi-schema/alternate-empty.exit
/qemu/tests/qapi-schema/alternate-empty.json
/qemu/tests/qapi-schema/alternate-empty.out
/qemu/tests/qapi-schema/flat-union-empty.err
/qemu/tests/qapi-schema/flat-union-empty.exit
/qemu/tests/qapi-schema/flat-union-empty.json
/qemu/tests/qapi-schema/flat-union-empty.out
/qemu/tests/qapi-schema/qapi-schema-test.json
/qemu/tests/qapi-schema/qapi-schema-test.out
/qemu/tests/qapi-schema/union-empty.err
/qemu/tests/qapi-schema/union-empty.exit
/qemu/tests/qapi-schema/union-empty.json
/qemu/tests/qapi-schema/union-empty.out
/qemu/tests/qemu-iotests/067
/qemu/tests/qemu-iotests/067.out
/qemu/tests/qemu-iotests/093
/qemu/tests/qemu-iotests/093.out
/qemu/tests/qemu-iotests/140
/qemu/tests/qemu-iotests/140.out
/qemu/tests/qemu-iotests/143.out
/qemu/tests/qemu-iotests/145
/qemu/tests/qemu-iotests/145.out
/qemu/tests/qemu-iotests/group
/qemu/tests/test-io-channel-file.c
/qemu/tests/test-io-channel-socket.c
/qemu/tests/test-qmp-input-visitor.c
/qemu/tests/test-qmp-output-visitor.c
/qemu/tests/test-throttle.c
/qemu/tests/vhost-user-bridge.c
/qemu/ui/gtk.c
/qemu/util/oslib-posix.c
/qemu/util/throttle.c
/qemu/vl.c
c964b66008-Feb-2016 Peter Maydell <peter.maydell@linaro.org>

all: Clean up includes

Clean up includes so that osdep.h is included first and headers
which it implies are not included manually.

This commit was created with scripts/clean-includes.

Signed-off-b

all: Clean up includes

Clean up includes so that osdep.h is included first and headers
which it implies are not included manually.

This commit was created with scripts/clean-includes.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Eric Blake <eblake@redhat.com>

show more ...


/qemu/.travis.yml
/qemu/HACKING
/qemu/MAINTAINERS
/qemu/Makefile
/qemu/accel.c
/qemu/aio-posix.c
/qemu/aio-win32.c
/qemu/arch_init.c
/qemu/async.c
/qemu/backends/baum.c
/qemu/backends/hostmem-file.c
/qemu/backends/hostmem-ram.c
/qemu/backends/hostmem.c
/qemu/backends/msmouse.c
/qemu/backends/rng-egd.c
/qemu/backends/rng-random.c
/qemu/backends/rng.c
/qemu/backends/testdev.c
/qemu/backends/tpm.c
/qemu/balloon.c
/qemu/block.c
/qemu/block/io.c
/qemu/block/qapi.c
/qemu/blockdev-nbd.c
/qemu/blockdev.c
/qemu/blockjob.c
/qemu/bootdevice.c
/qemu/bsd-user/bsdload.c
/qemu/bsd-user/elfload.c
/qemu/bsd-user/main.c
/qemu/bsd-user/mmap.c
/qemu/bsd-user/signal.c
/qemu/bsd-user/strace.c
/qemu/bsd-user/syscall.c
/qemu/bsd-user/uaccess.c
/qemu/bt-host.c
/qemu/bt-vhci.c
/qemu/configure
/qemu/contrib/ivshmem-client/ivshmem-client.c
/qemu/contrib/ivshmem-client/main.c
/qemu/contrib/ivshmem-server/ivshmem-server.c
/qemu/contrib/ivshmem-server/main.c
/qemu/cpus.c
/qemu/default-configs/pci.mak
/qemu/device-hotplug.c
/qemu/device_tree.c
/qemu/disas.c
/qemu/disas/hppa.c
/qemu/disas/i386.c
/qemu/disas/ia64.c
/qemu/disas/m68k.c
/qemu/disas/s390.c
/qemu/disas/sparc.c
/qemu/disas/tci.c
/qemu/dma-helpers.c
/qemu/docs/memory.txt
/qemu/docs/qmp-spec.txt
/qemu/dump.c
/qemu/exec.c
/qemu/fpu/softfloat.c
/qemu/fsdev/virtfs-proxy-helper.texi
/qemu/gdbstub.c
/qemu/hmp.c
/qemu/hw/9pfs/9p.c
/qemu/hw/9pfs/virtio-9p-device.c
/qemu/hw/9pfs/virtio-9p.h
/qemu/hw/acpi/aml-build.c
/qemu/hw/acpi/core.c
/qemu/hw/acpi/ich9.c
/qemu/hw/acpi/nvdimm.c
/qemu/hw/arm/bcm2835_peripherals.c
/qemu/hw/arm/bcm2836.c
/qemu/hw/arm/imx25_pdk.c
/qemu/hw/arm/kzm.c
/qemu/hw/arm/netduino2.c
/qemu/hw/arm/raspi.c
/qemu/hw/arm/virt-acpi-build.c
/qemu/hw/arm/virt.c
/qemu/hw/arm/xlnx-ep108.c
/qemu/hw/audio/es1370.c
/qemu/hw/block/dataplane/virtio-blk.c
/qemu/hw/block/fdc.c
/qemu/hw/block/nand.c
/qemu/hw/block/virtio-blk.c
/qemu/hw/char/virtio-serial-bus.c
/qemu/hw/core/machine.c
/qemu/hw/core/qdev-properties-system.c
/qemu/hw/core/qdev-properties.c
/qemu/hw/core/qdev.c
/qemu/hw/display/virtio-gpu.c
/qemu/hw/display/xenfb.c
/qemu/hw/i386/acpi-build.c
/qemu/hw/i386/acpi-build.h
/qemu/hw/i386/intel_iommu.c
/qemu/hw/i386/intel_iommu_internal.h
/qemu/hw/i386/pc.c
/qemu/hw/i386/pc_piix.c
/qemu/hw/i386/pc_q35.c
/qemu/hw/i386/xen/xen_apic.c
/qemu/hw/ide/ahci.c
/qemu/hw/ide/core.c
/qemu/hw/ide/internal.h
/qemu/hw/ide/pci.c
/qemu/hw/ide/qdev.c
/qemu/hw/input/hid.c
/qemu/hw/input/virtio-input.c
/qemu/hw/intc/bcm2835_ic.c
/qemu/hw/intc/bcm2836_control.c
/qemu/hw/intc/xics.c
/qemu/hw/ipmi/ipmi.c
/qemu/hw/ipmi/ipmi_bmc_sim.c
/qemu/hw/isa/lpc_ich9.c
/qemu/hw/mem/pc-dimm.c
/qemu/hw/misc/bcm2835_mbox.c
/qemu/hw/misc/bcm2835_property.c
/qemu/hw/misc/edu.c
/qemu/hw/misc/tmp105.c
/qemu/hw/net/ne2000-isa.c
/qemu/hw/net/vhost_net.c
/qemu/hw/net/virtio-net.c
/qemu/hw/pci-bridge/pci_expander_bridge.c
/qemu/hw/pci-host/piix.c
/qemu/hw/pci-host/q35.c
/qemu/hw/pci/msi.c
/qemu/hw/pci/msix.c
/qemu/hw/pci/pci.c
/qemu/hw/ppc/spapr_drc.c
/qemu/hw/s390x/ipl.c
/qemu/hw/s390x/s390-virtio.c
/qemu/hw/scsi/Makefile.objs
/qemu/hw/scsi/mpi.h
/qemu/hw/scsi/mptconfig.c
/qemu/hw/scsi/mptendian.c
/qemu/hw/scsi/mptsas.c
/qemu/hw/scsi/mptsas.h
/qemu/hw/scsi/scsi-disk.c
/qemu/hw/scsi/scsi-generic.c
/qemu/hw/scsi/virtio-scsi-dataplane.c
/qemu/hw/scsi/virtio-scsi.c
/qemu/hw/sd/sd.c
/qemu/hw/usb/ccid-card-emulated.c
/qemu/hw/usb/ccid-card-passthru.c
/qemu/hw/usb/dev-storage.c
/qemu/hw/virtio/dataplane/vring.c
/qemu/hw/virtio/virtio-balloon.c
/qemu/hw/virtio/virtio-rng.c
/qemu/hw/virtio/virtio.c
/qemu/hw/xen/xen_backend.c
/qemu/hw/xen/xen_pt_msi.c
/qemu/include/block/blockjob.h
/qemu/include/exec/ram_addr.h
/qemu/include/hw/acpi/acpi.h
/qemu/include/hw/acpi/aml-build.h
/qemu/include/hw/i386/intel_iommu.h
/qemu/include/hw/i386/pc.h
/qemu/include/hw/ipmi/ipmi.h
/qemu/include/hw/mem/pc-dimm.h
/qemu/include/hw/misc/bcm2835_property.h
/qemu/include/hw/pci/pci_ids.h
/qemu/include/hw/scsi/scsi.h
/qemu/include/hw/virtio/dataplane/vring.h
/qemu/include/hw/virtio/virtio-balloon.h
/qemu/include/hw/virtio/virtio-blk.h
/qemu/include/hw/virtio/virtio-net.h
/qemu/include/hw/virtio/virtio-scsi.h
/qemu/include/hw/virtio/virtio-serial.h
/qemu/include/hw/virtio/virtio.h
/qemu/include/hw/xen/xen.h
/qemu/include/hw/xen/xen_backend.h
/qemu/include/hw/xen/xen_common.h
/qemu/include/migration/migration.h
/qemu/include/migration/vmstate.h
/qemu/include/qapi/error.h
/qemu/include/qapi/visitor-impl.h
/qemu/include/qapi/visitor.h
/qemu/include/qemu-common.h
/qemu/include/qemu/atomic.h
/qemu/include/qemu/compiler.h
/qemu/include/qemu/iov.h
/qemu/include/qom/cpu.h
/qemu/include/qom/object.h
/qemu/include/sysemu/os-win32.h
/qemu/io/channel-buffer.c
/qemu/io/channel-command.c
/qemu/io/channel-file.c
/qemu/io/channel-socket.c
/qemu/io/channel-tls.c
/qemu/io/channel-watch.c
/qemu/io/channel-websock.c
/qemu/io/channel.c
/qemu/io/task.c
/qemu/iohandler.c
/qemu/ioport.c
/qemu/iothread.c
/qemu/kvm-all.c
/qemu/kvm-stub.c
/qemu/libdecnumber/decContext.c
/qemu/libdecnumber/decNumber.c
/qemu/libdecnumber/dpd/decimal128.c
/qemu/libdecnumber/dpd/decimal32.c
/qemu/libdecnumber/dpd/decimal64.c
/qemu/main-loop.c
/qemu/memory.c
/qemu/memory_mapping.c
/qemu/migration/exec.c
/qemu/migration/fd.c
/qemu/migration/migration.c
/qemu/migration/postcopy-ram.c
/qemu/migration/ram.c
/qemu/migration/rdma.c
/qemu/migration/savevm.c
/qemu/migration/tcp.c
/qemu/migration/unix.c
/qemu/module-common.c
/qemu/monitor.c
/qemu/nbd/client.c
/qemu/nbd/common.c
/qemu/nbd/server.c
/qemu/net/checksum.c
/qemu/net/dump.c
/qemu/net/eth.c
/qemu/net/filter-buffer.c
/qemu/net/filter.c
/qemu/net/hub.c
/qemu/net/l2tpv3.c
/qemu/net/net.c
/qemu/net/netmap.c
/qemu/net/queue.c
/qemu/net/slirp.c
/qemu/net/socket.c
/qemu/net/tap-aix.c
/qemu/net/tap-bsd.c
/qemu/net/tap-haiku.c
/qemu/net/tap-linux.c
/qemu/net/tap-solaris.c
/qemu/net/tap-win32.c
/qemu/net/tap.c
/qemu/net/util.c
/qemu/net/vde.c
/qemu/net/vhost-user.c
/qemu/numa.c
/qemu/os-posix.c
/qemu/os-win32.c
/qemu/page_cache.c
/qemu/pc-bios/README
/qemu/qapi/opts-visitor.c
/qemu/qapi/qapi-dealloc-visitor.c
/qemu/qapi/qapi-util.c
/qemu/qapi/qapi-visit-core.c
/qemu/qapi/qmp-dispatch.c
/qemu/qapi/qmp-event.c
/qemu/qapi/qmp-input-visitor.c
/qemu/qapi/qmp-output-visitor.c
/qemu/qapi/qmp-registry.c
/qemu/qapi/string-input-visitor.c
/qemu/qapi/string-output-visitor.c
/qemu/qdev-monitor.c
/qemu/qemu-bridge-helper.c
/qemu/qemu-char.c
/qemu/qemu-doc.texi
/qemu/qemu-img.c
/qemu/qemu-nbd.c
/qemu/qemu-nbd.texi
/qemu/qemu-options.hx
/qemu/qemu-seccomp.c
/qemu/qemu-timer.c
/qemu/qga/channel-posix.c
/qemu/qga/channel-win32.c
/qemu/qga/commands-posix.c
/qemu/qga/commands-win32.c
/qemu/qga/commands.c
/qemu/qga/guest-agent-command-state.c
/qemu/qga/main.c
/qemu/qga/service-win32.c
/qemu/qga/vss-win32.c
/qemu/qjson.c
/qemu/qmp-commands.hx
/qemu/qmp.c
/qemu/qobject/json-lexer.c
/qemu/qobject/json-parser.c
/qemu/qobject/json-streamer.c
/qemu/qobject/qbool.c
/qemu/qobject/qdict.c
/qemu/qobject/qfloat.c
/qemu/qobject/qint.c
/qemu/qobject/qjson.c
/qemu/qobject/qlist.c
/qemu/qobject/qnull.c
/qemu/qobject/qobject.c
/qemu/qobject/qstring.c
/qemu/qom/container.c
/qemu/qom/cpu.c
/qemu/qom/object.c
/qemu/qom/object_interfaces.c
/qemu/qom/qom-qobject.c
/qemu/qtest.c
/qemu/replay/replay-events.c
/qemu/replay/replay-input.c
/qemu/replay/replay-internal.c
/qemu/replay/replay-time.c
/qemu/replay/replay.c
/qemu/rules.mak
/qemu/scripts/feature_to_c.sh
/qemu/scripts/get_maintainer.pl
/qemu/scripts/kvm/kvm_stat
/qemu/scripts/qapi-commands.py
/qemu/scripts/qapi-event.py
/qemu/scripts/qapi-introspect.py
/qemu/scripts/qapi-types.py
/qemu/scripts/qapi-visit.py
/qemu/scripts/qapi.py
/qemu/scripts/qmp/qemu-ga-client
/qemu/scripts/qmp/qmp
/qemu/scripts/qmp/qmp-shell
/qemu/scripts/qmp/qmp.py
/qemu/scripts/tracetool.py
/qemu/scripts/tracetool/backend/simple.py
/qemu/scripts/tracetool/format/events_c.py
/qemu/scripts/tracetool/format/tcg_helper_c.py
/qemu/scripts/vmstate-static-checker.py
/qemu/slirp/arp_table.c
/qemu/slirp/bootp.c
/qemu/slirp/cksum.c
/qemu/slirp/dnssearch.c
/qemu/slirp/if.c
/qemu/slirp/ip_icmp.c
/qemu/slirp/ip_input.c
/qemu/slirp/ip_output.c
/qemu/slirp/mbuf.c
/qemu/slirp/misc.c
/qemu/slirp/sbuf.c
/qemu/slirp/slirp.c
/qemu/slirp/socket.c
/qemu/slirp/tcp_input.c
/qemu/slirp/tcp_output.c
/qemu/slirp/tcp_subr.c
/qemu/slirp/tcp_timer.c
/qemu/slirp/tftp.c
/qemu/slirp/udp.c
/qemu/spice-qemu-char.c
blockdev-close-all-bdrv-states.c
/qemu/target-alpha/translate.c
/qemu/target-arm/cpu.c
/qemu/target-arm/cpu.h
/qemu/target-arm/cpu64.c
/qemu/target-arm/helper.c
/qemu/target-arm/helper.h
/qemu/target-arm/internals.h
/qemu/target-arm/op_helper.c
/qemu/target-arm/translate-a64.c
/qemu/target-arm/translate.c
/qemu/target-cris/mmu.c
/qemu/target-cris/translate.c
/qemu/target-cris/translate_v10.c
/qemu/target-i386/Makefile.objs
/qemu/target-i386/cc_helper.c
/qemu/target-i386/cpu.c
/qemu/target-i386/cpu.h
/qemu/target-i386/fpu_helper.c
/qemu/target-i386/helper.c
/qemu/target-i386/helper.h
/qemu/target-i386/int_helper.c
/qemu/target-i386/kvm.c
/qemu/target-i386/mem_helper.c
/qemu/target-i386/misc_helper.c
/qemu/target-i386/mpx_helper.c
/qemu/target-i386/seg_helper.c
/qemu/target-i386/smm_helper.c
/qemu/target-i386/translate.c
/qemu/target-lm32/translate.c
/qemu/target-m68k/translate.c
/qemu/target-microblaze/translate.c
/qemu/target-mips/translate.c
/qemu/target-moxie/translate.c
/qemu/target-openrisc/translate.c
/qemu/target-ppc/translate.c
/qemu/target-ppc/translate_init.c
/qemu/target-s390x/translate.c
/qemu/target-sh4/translate.c
/qemu/target-sparc/translate.c
/qemu/target-tilegx/translate.c
/qemu/target-tricore/translate.c
/qemu/target-unicore32/translate.c
/qemu/target-xtensa/translate.c
/qemu/tcg-runtime.c
/qemu/tcg/ia64/tcg-target.c
/qemu/tcg/tcg-be-ldst.h
/qemu/tcg/tcg-be-null.h
/qemu/tcg/tcg.c
/qemu/tcg/tcg.h
/qemu/tci.c
/qemu/tests/ac97-test.c
/qemu/tests/acpi-test-data/pc/DSDT
/qemu/tests/acpi-test-data/pc/DSDT.bridge
/qemu/tests/acpi-test-data/q35/DSDT
/qemu/tests/acpi-test-data/q35/DSDT.bridge
/qemu/tests/bios-tables-test.c
/qemu/tests/boot-order-test.c
/qemu/tests/check-qdict.c
/qemu/tests/check-qfloat.c
/qemu/tests/check-qint.c
/qemu/tests/check-qjson.c
/qemu/tests/check-qlist.c
/qemu/tests/check-qom-interface.c
/qemu/tests/check-qom-proplist.c
/qemu/tests/check-qstring.c
/qemu/tests/crypto-tls-x509-helpers.c
/qemu/tests/device-introspect-test.c
/qemu/tests/display-vga-test.c
/qemu/tests/drive_del-test.c
/qemu/tests/ds1338-test.c
/qemu/tests/e1000-test.c
/qemu/tests/eepro100-test.c
/qemu/tests/endianness-test.c
/qemu/tests/es1370-test.c
/qemu/tests/fdc-test.c
/qemu/tests/fw_cfg-test.c
/qemu/tests/hd-geo-test.c
/qemu/tests/i440fx-test.c
/qemu/tests/i82801b11-test.c
/qemu/tests/image-fuzzer/runner.py
/qemu/tests/intel-hda-test.c
/qemu/tests/io-channel-helpers.c
/qemu/tests/ioh3420-test.c
/qemu/tests/ipmi-bt-test.c
/qemu/tests/ipmi-kcs-test.c
/qemu/tests/ipoctal232-test.c
/qemu/tests/ivshmem-test.c
/qemu/tests/libqos/fw_cfg.c
/qemu/tests/libqos/i2c-imx.c
/qemu/tests/libqos/i2c-omap.c
/qemu/tests/libqos/i2c.c
/qemu/tests/libqos/libqos-pc.c
/qemu/tests/libqos/libqos.c
/qemu/tests/libqos/malloc-generic.c
/qemu/tests/libqos/malloc-pc.c
/qemu/tests/libqos/malloc.c
/qemu/tests/libqos/pci-pc.c
/qemu/tests/libqos/pci.c
/qemu/tests/libqos/usb.c
/qemu/tests/libqos/virtio-mmio.c
/qemu/tests/libqos/virtio-pci.c
/qemu/tests/libqos/virtio.c
/qemu/tests/libqtest.c
/qemu/tests/m48t59-test.c
/qemu/tests/ne2000-test.c
/qemu/tests/nvme-test.c
/qemu/tests/pc-cpu-test.c
/qemu/tests/pcnet-test.c
/qemu/tests/pkix_asn1_tab.c
/qemu/tests/pvpanic-test.c
/qemu/tests/q35-test.c
/qemu/tests/qemu-iotests/qed.py
/qemu/tests/qemu-iotests/socket_scm_helper.c
/qemu/tests/qom-test.c
/qemu/tests/rcutorture.c
/qemu/tests/rtc-test.c
/qemu/tests/rtl8139-test.c
/qemu/tests/spapr-phb-test.c
/qemu/tests/tco-test.c
/qemu/tests/test-aio.c
/qemu/tests/test-base64.c
/qemu/tests/test-bitops.c
/qemu/tests/test-blockjob-txn.c
/qemu/tests/test-coroutine.c
/qemu/tests/test-crypto-cipher.c
/qemu/tests/test-crypto-hash.c
/qemu/tests/test-crypto-secret.c
/qemu/tests/test-crypto-tlscredsx509.c
/qemu/tests/test-crypto-tlssession.c
/qemu/tests/test-cutils.c
/qemu/tests/test-hbitmap.c
/qemu/tests/test-int128.c
/qemu/tests/test-io-channel-buffer.c
/qemu/tests/test-io-channel-command.c
/qemu/tests/test-io-channel-file.c
/qemu/tests/test-io-channel-socket.c
/qemu/tests/test-io-channel-tls.c
/qemu/tests/test-io-task.c
/qemu/tests/test-iov.c
/qemu/tests/test-mul64.c
/qemu/tests/test-netfilter.c
/qemu/tests/test-opts-visitor.c
/qemu/tests/test-qdev-global-props.c
/qemu/tests/test-qemu-opts.c
/qemu/tests/test-qga.c
/qemu/tests/test-qmp-commands.c
/qemu/tests/test-qmp-event.c
/qemu/tests/test-qmp-input-strict.c
/qemu/tests/test-qmp-input-visitor.c
/qemu/tests/test-qmp-output-visitor.c
/qemu/tests/test-rcu-list.c
/qemu/tests/test-rfifolock.c
/qemu/tests/test-string-input-visitor.c
/qemu/tests/test-string-output-visitor.c
/qemu/tests/test-thread-pool.c
/qemu/tests/test-throttle.c
/qemu/tests/test-timed-average.c
/qemu/tests/test-visitor-serialization.c
/qemu/tests/test-vmstate.c
/qemu/tests/test-write-threshold.c
/qemu/tests/test-x86-cpuid.c
/qemu/tests/test-xbzrle.c
/qemu/tests/tmp105-test.c
/qemu/tests/tpci200-test.c
/qemu/tests/vhost-user-bridge.c
/qemu/tests/vhost-user-test.c
/qemu/tests/virtio-balloon-test.c
/qemu/tests/virtio-blk-test.c
/qemu/tests/virtio-console-test.c
/qemu/tests/virtio-net-test.c
/qemu/tests/virtio-rng-test.c
/qemu/tests/virtio-scsi-test.c
/qemu/tests/virtio-serial-test.c
/qemu/tests/vmxnet3-test.c
/qemu/tests/wdt_ib700-test.c
/qemu/thread-pool.c
/qemu/thunk.c
/qemu/tpm.c
/qemu/trace-events
/qemu/trace/control.c
/qemu/trace/ftrace.c
/qemu/trace/qmp.c
/qemu/trace/simple.c
/qemu/ui/cocoa.m
/qemu/user-exec.c
/qemu/util/acl.c
/qemu/util/base64.c
/qemu/util/bitmap.c
/qemu/util/bitops.c
/qemu/util/buffer.c
/qemu/util/compatfd.c
/qemu/util/coroutine-gthread.c
/qemu/util/coroutine-sigaltstack.c
/qemu/util/coroutine-ucontext.c
/qemu/util/coroutine-win32.c
/qemu/util/crc32c.c
/qemu/util/cutils.c
/qemu/util/envlist.c
/qemu/util/error.c
/qemu/util/event_notifier-posix.c
/qemu/util/event_notifier-win32.c
/qemu/util/fifo8.c
/qemu/util/getauxval.c
/qemu/util/hbitmap.c
/qemu/util/hexdump.c
/qemu/util/host-utils.c
/qemu/util/id.c
/qemu/util/iov.c
/qemu/util/log.c
/qemu/util/mmap-alloc.c
/qemu/util/module.c
/qemu/util/notify.c
/qemu/util/osdep.c
/qemu/util/oslib-posix.c
/qemu/util/oslib-win32.c
/qemu/util/path.c
/qemu/util/qemu-config.c
/qemu/util/qemu-coroutine-io.c
/qemu/util/qemu-coroutine-lock.c
/qemu/util/qemu-coroutine-sleep.c
/qemu/util/qemu-coroutine.c
/qemu/util/qemu-error.c
/qemu/util/qemu-openpty.c
/qemu/util/qemu-option.c
/qemu/util/qemu-progress.c
/qemu/util/qemu-sockets.c
/qemu/util/qemu-thread-posix.c
/qemu/util/qemu-thread-win32.c
/qemu/util/qemu-timer-common.c
/qemu/util/rcu.c
/qemu/util/readline.c
/qemu/util/rfifolock.c
/qemu/util/throttle.c
/qemu/util/timed-average.c
/qemu/util/unicode.c
/qemu/util/uri.c
/qemu/vl.c
/qemu/xen-common.c
/qemu/xen-hvm-stub.c
/qemu/xen-hvm.c
87c9b5e029-Jan-2016 Peter Maydell <peter.maydell@linaro.org>

stubs: Clean up includes

Clean up includes so that osdep.h is included first and headers
which it implies are not included manually.

This commit was created with scripts/clean-includes.

Signed-off

stubs: Clean up includes

Clean up includes so that osdep.h is included first and headers
which it implies are not included manually.

This commit was created with scripts/clean-includes.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1454089805-5470-3-git-send-email-peter.maydell@linaro.org

show more ...


/qemu/.travis.yml
/qemu/Makefile.objs
/qemu/block.c
/qemu/block/block-backend.c
/qemu/block/io.c
/qemu/block/iscsi.c
/qemu/block/mirror.c
/qemu/block/parallels.c
/qemu/block/qapi.c
/qemu/block/qcow.c
/qemu/block/qcow2.c
/qemu/block/qed.c
/qemu/block/raw-posix.c
/qemu/block/raw_bsd.c
/qemu/block/sheepdog.c
/qemu/block/vdi.c
/qemu/block/vmdk.c
/qemu/block/vpc.c
/qemu/block/vvfat.c
/qemu/blockdev.c
/qemu/bsd-user/main.c
/qemu/configure
/qemu/cpu-exec.c
/qemu/default-configs/arm-softmmu.mak
/qemu/disas/libvixl/vixl/a64/disasm-a64.cc
/qemu/exec.c
/qemu/hmp.c
/qemu/hw/acpi/cpu_hotplug.c
/qemu/hw/arm/Makefile.objs
/qemu/hw/arm/bcm2835_peripherals.c
/qemu/hw/arm/bcm2836.c
/qemu/hw/arm/boot.c
/qemu/hw/arm/highbank.c
/qemu/hw/arm/raspi.c
/qemu/hw/arm/virt-acpi-build.c
/qemu/hw/audio/cs4231a.c
/qemu/hw/audio/gus.c
/qemu/hw/audio/sb16.c
/qemu/hw/block/fdc.c
/qemu/hw/display/virtio-gpu-3d.c
/qemu/hw/display/virtio-gpu.c
/qemu/hw/display/virtio-vga.c
/qemu/hw/dma/i82374.c
/qemu/hw/dma/i8257.c
/qemu/hw/i386/pc.c
/qemu/hw/intc/Makefile.objs
/qemu/hw/intc/bcm2835_ic.c
/qemu/hw/intc/bcm2836_control.c
/qemu/hw/isa/isa-bus.c
/qemu/hw/mips/mips_fulong2e.c
/qemu/hw/mips/mips_jazz.c
/qemu/hw/mips/mips_malta.c
/qemu/hw/misc/Makefile.objs
/qemu/hw/misc/bcm2835_mbox.c
/qemu/hw/misc/bcm2835_property.c
/qemu/hw/net/cadence_gem.c
/qemu/hw/net/e1000.c
/qemu/hw/sparc/sun4m.c
/qemu/hw/sparc64/sun4u.c
/qemu/hw/timer/a9gtimer.c
/qemu/hw/usb/hcd-ehci.c
/qemu/include/block/block.h
/qemu/include/block/block_int.h
/qemu/include/exec/log.h
/qemu/include/hw/arm/arm.h
/qemu/include/hw/arm/bcm2835_peripherals.h
/qemu/include/hw/arm/bcm2836.h
/qemu/include/hw/arm/raspi_platform.h
/qemu/include/hw/arm/virt-acpi-build.h
/qemu/include/hw/intc/bcm2835_ic.h
/qemu/include/hw/intc/bcm2836_control.h
/qemu/include/hw/isa/i8257.h
/qemu/include/hw/isa/isa.h
/qemu/include/hw/misc/bcm2835_mbox.h
/qemu/include/hw/misc/bcm2835_mbox_defs.h
/qemu/include/hw/misc/bcm2835_property.h
/qemu/include/hw/virtio/virtio-gpu.h
/qemu/include/net/filter.h
/qemu/include/net/net.h
/qemu/include/qemu/log.h
/qemu/include/qemu/typedefs.h
/qemu/include/sysemu/block-backend.h
/qemu/include/ui/console.h
/qemu/include/ui/egl-helpers.h
/qemu/linux-user/main.c
/qemu/net/filter.c
/qemu/net/net.c
/qemu/net/netmap.c
/qemu/net/slirp.c
/qemu/os-posix.c
/qemu/pc-bios/openbios-ppc
/qemu/pc-bios/openbios-sparc32
/qemu/pc-bios/openbios-sparc64
/qemu/qapi/block-core.json
/qemu/qemu-doc.texi
/qemu/qemu-img.c
/qemu/qemu-io.c
/qemu/qemu-options.hx
/qemu/qom/cpu.c
/qemu/roms/openbios
/qemu/scripts/tracetool/backend/log.py
/qemu/scripts/tracetool/format/events_c.py
/qemu/slirp/bootp.c
/qemu/slirp/ip_icmp.c
/qemu/slirp/mbuf.c
/qemu/slirp/mbuf.h
/qemu/slirp/slirp.c
/qemu/slirp/slirp.h
/qemu/slirp/socket.c
/qemu/slirp/socket.h
/qemu/slirp/tcp_input.c
/qemu/slirp/tcp_subr.c
/qemu/slirp/tftp.c
/qemu/slirp/udp.c
/qemu/slirp/udp.h
arch-query-cpu-def.c
bdrv-commit-all.c
clock-warp.c
cpu-get-clock.c
cpu-get-icount.c
cpus.c
dump.c
fd-register.c
fdset-add-fd.c
fdset-find-fd.c
fdset-get-fd.c
fdset-remove-fd.c
gdbstub.c
get-fd.c
get-next-serial.c
get-vm-name.c
iothread-lock.c
is-daemonized.c
kvm.c
machine-init-done.c
migr-blocker.c
mon-is-qmp.c
mon-printf.c
monitor-init.c
notify-event.c
qmp_pc_dimm_device_list.c
qtest.c
replay-user.c
replay.c
reset.c
runstate-check.c
set-fd-handler.c
slirp.c
sysbus.c
target-get-monitor-def.c
target-monitor-defs.c
uuid.c
vhost.c
vm-stop.c
vmstate.c
/qemu/target-alpha/translate.c
/qemu/target-arm/cpu.c
/qemu/target-arm/helper.c
/qemu/target-arm/translate-a64.c
/qemu/target-arm/translate.c
/qemu/target-cris/translate.c
/qemu/target-i386/seg_helper.c
/qemu/target-i386/smm_helper.c
/qemu/target-i386/translate.c
/qemu/target-lm32/helper.c
/qemu/target-lm32/translate.c
/qemu/target-m68k/translate.c
/qemu/target-microblaze/helper.c
/qemu/target-microblaze/translate.c
/qemu/target-mips/helper.c
/qemu/target-mips/translate.c
/qemu/target-moxie/translate.c
/qemu/target-openrisc/translate.c
/qemu/target-ppc/mmu-hash32.c
/qemu/target-ppc/mmu-hash64.c
/qemu/target-ppc/mmu_helper.c
/qemu/target-ppc/translate.c
/qemu/target-s390x/translate.c
/qemu/target-sh4/helper.c
/qemu/target-sh4/translate.c
/qemu/target-sparc/int32_helper.c
/qemu/target-sparc/int64_helper.c
/qemu/target-sparc/translate.c
/qemu/target-tilegx/translate.c
/qemu/target-tricore/translate.c
/qemu/target-unicore32/translate.c
/qemu/target-xtensa/translate.c
/qemu/tcg/tcg.c
/qemu/tests/qemu-iotests/059
/qemu/tests/qemu-iotests/059.out
/qemu/tests/qemu-iotests/117
/qemu/tests/qemu-iotests/117.out
/qemu/tests/qemu-iotests/141
/qemu/tests/qemu-iotests/141.out
/qemu/tests/qemu-iotests/144
/qemu/tests/qemu-iotests/144.out
/qemu/tests/qemu-iotests/group
/qemu/trace/control-internal.h
/qemu/trace/control.c
/qemu/trace/control.h
/qemu/trace/event-internal.h
/qemu/trace/simple.c
/qemu/trace/simple.h
/qemu/translate-all.c
/qemu/ui/console-gl.c
/qemu/ui/console.c
/qemu/ui/curses.c
/qemu/ui/cursor.c
/qemu/ui/egl-context.c
/qemu/ui/egl-helpers.c
/qemu/ui/gtk-egl.c
/qemu/ui/gtk-gl-area.c
/qemu/ui/gtk.c
/qemu/ui/input-keymap.c
/qemu/ui/input-legacy.c
/qemu/ui/input.c
/qemu/ui/keymaps.c
/qemu/ui/qemu-pixman.c
/qemu/ui/sdl.c
/qemu/ui/sdl2-2d.c
/qemu/ui/sdl2-gl.c
/qemu/ui/sdl2-input.c
/qemu/ui/sdl2.c
/qemu/ui/sdl_zoom.c
/qemu/ui/shader.c
/qemu/ui/spice-core.c
/qemu/ui/spice-display.c
/qemu/ui/spice-input.c
/qemu/ui/vnc-auth-sasl.c
/qemu/ui/vnc-auth-vencrypt.c
/qemu/ui/vnc-enc-hextile.c
/qemu/ui/vnc-enc-tight.c
/qemu/ui/vnc-enc-zlib.c
/qemu/ui/vnc-enc-zrle-template.c
/qemu/ui/vnc-enc-zrle.c
/qemu/ui/vnc-enc-zywrle-template.c
/qemu/ui/vnc-jobs.c
/qemu/ui/vnc-palette.c
/qemu/ui/vnc-ws.c
/qemu/ui/vnc.c
/qemu/ui/x_keymap.c
/qemu/util/Makefile.objs
/qemu/util/log.c
/qemu/vl.c
9c4218e929-Jan-2016 Max Reitz <mreitz@redhat.com>

blockdev: Keep track of monitor-owned BDS

As a side effect, we can now make x-blockdev-del's check whether a BDS
is actually owned by the monitor explicit.

Signed-off-by: Max Reitz <mreitz@redhat.c

blockdev: Keep track of monitor-owned BDS

As a side effect, we can now make x-blockdev-del's check whether a BDS
is actually owned by the monitor explicit.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>

show more ...


/qemu/MAINTAINERS
/qemu/Makefile
/qemu/Makefile.objs
/qemu/Makefile.target
/qemu/arch_init.c
/qemu/audio/alsaaudio.c
/qemu/audio/audio.c
/qemu/audio/audio_pt_int.c
/qemu/audio/audio_win_int.c
/qemu/audio/coreaudio.c
/qemu/audio/dsoundaudio.c
/qemu/audio/mixeng.c
/qemu/audio/noaudio.c
/qemu/audio/ossaudio.c
/qemu/audio/paaudio.c
/qemu/audio/sdlaudio.c
/qemu/audio/spiceaudio.c
/qemu/audio/wavaudio.c
/qemu/audio/wavcapture.c
/qemu/backends/baum.c
/qemu/backends/msmouse.c
/qemu/block.c
/qemu/block/accounting.c
/qemu/block/archipelago.c
/qemu/block/backup.c
/qemu/block/blkdebug.c
/qemu/block/blkverify.c
/qemu/block/block-backend.c
/qemu/block/bochs.c
/qemu/block/cloop.c
/qemu/block/commit.c
/qemu/block/curl.c
/qemu/block/dmg.c
/qemu/block/gluster.c
/qemu/block/io.c
/qemu/block/iscsi.c
/qemu/block/linux-aio.c
/qemu/block/mirror.c
/qemu/block/nbd-client.c
/qemu/block/nbd.c
/qemu/block/nfs.c
/qemu/block/null.c
/qemu/block/parallels.c
/qemu/block/qapi.c
/qemu/block/qcow.c
/qemu/block/qcow2-cache.c
/qemu/block/qcow2-cluster.c
/qemu/block/qcow2-refcount.c
/qemu/block/qcow2-snapshot.c
/qemu/block/qcow2.c
/qemu/block/qcow2.h
/qemu/block/qed-check.c
/qemu/block/qed-cluster.c
/qemu/block/qed-gencb.c
/qemu/block/qed-l2-cache.c
/qemu/block/qed-table.c
/qemu/block/qed.c
/qemu/block/quorum.c
/qemu/block/raw-posix.c
/qemu/block/raw-win32.c
/qemu/block/raw_bsd.c
/qemu/block/rbd.c
/qemu/block/sheepdog.c
/qemu/block/snapshot.c
/qemu/block/ssh.c
/qemu/block/stream.c
/qemu/block/throttle-groups.c
/qemu/block/vdi.c
/qemu/block/vhdx-endian.c
/qemu/block/vhdx-log.c
/qemu/block/vhdx.c
/qemu/block/vmdk.c
/qemu/block/vpc.c
/qemu/block/vvfat.c
/qemu/block/win32-aio.c
/qemu/block/write-threshold.c
/qemu/blockdev-nbd.c
/qemu/blockdev.c
/qemu/blockjob.c
/qemu/bsd-user/main.c
/qemu/bsd-user/signal.c
/qemu/configure
/qemu/contrib/ivshmem-server/main.c
/qemu/cpu-exec-common.c
/qemu/cpu-exec.c
/qemu/cpus.c
/qemu/cputlb.c
/qemu/crypto/Makefile.objs
/qemu/crypto/aes.c
/qemu/crypto/cipher-builtin.c
/qemu/crypto/cipher-gcrypt.c
/qemu/crypto/cipher-nettle.c
/qemu/crypto/cipher.c
/qemu/crypto/desrfb.c
/qemu/crypto/hash.c
/qemu/crypto/init.c
/qemu/crypto/secret.c
/qemu/crypto/tlscreds.c
/qemu/crypto/tlscredsanon.c
/qemu/crypto/tlscredsx509.c
/qemu/crypto/tlssession.c
/qemu/default-configs/i386-softmmu.mak
/qemu/default-configs/x86_64-softmmu.mak
/qemu/disas/Makefile.objs
/qemu/disas/alpha.c
/qemu/disas/arm-a64.cc
/qemu/disas/arm.c
/qemu/disas/cris.c
/qemu/disas/libvixl/Makefile.objs
/qemu/disas/libvixl/README
/qemu/disas/libvixl/vixl/a64/assembler-a64.h
/qemu/disas/libvixl/vixl/a64/constants-a64.h
/qemu/disas/libvixl/vixl/a64/cpu-a64.h
/qemu/disas/libvixl/vixl/a64/decoder-a64.cc
/qemu/disas/libvixl/vixl/a64/decoder-a64.h
/qemu/disas/libvixl/vixl/a64/disasm-a64.cc
/qemu/disas/libvixl/vixl/a64/disasm-a64.h
/qemu/disas/libvixl/vixl/a64/instructions-a64.cc
/qemu/disas/libvixl/vixl/a64/instructions-a64.h
/qemu/disas/libvixl/vixl/code-buffer.h
/qemu/disas/libvixl/vixl/compiler-intrinsics.cc
/qemu/disas/libvixl/vixl/compiler-intrinsics.h
/qemu/disas/libvixl/vixl/globals.h
/qemu/disas/libvixl/vixl/invalset.h
/qemu/disas/libvixl/vixl/platform.h
/qemu/disas/libvixl/vixl/utils.cc
/qemu/disas/libvixl/vixl/utils.h
/qemu/disas/lm32.c
/qemu/disas/microblaze.c
/qemu/disas/mips.c
/qemu/disas/moxie.c
/qemu/disas/ppc.c
/qemu/disas/sh4.c
/qemu/docs/pci_expander_bridge.txt
/qemu/docs/qmp-events.txt
/qemu/docs/specs/parallels.txt
/qemu/dump.c
/qemu/exec.c
/qemu/fpu/softfloat-macros.h
/qemu/fpu/softfloat-specialize.h
/qemu/fpu/softfloat.c
/qemu/fsdev/9p-iov-marshal.c
/qemu/fsdev/9p-iov-marshal.h
/qemu/fsdev/9p-marshal.c
/qemu/fsdev/9p-marshal.h
/qemu/fsdev/Makefile.objs
/qemu/fsdev/qemu-fsdev-dummy.c
/qemu/fsdev/qemu-fsdev-opts.c
/qemu/fsdev/qemu-fsdev.c
/qemu/fsdev/virtfs-proxy-helper.c
/qemu/fsdev/virtfs-proxy-helper.texi
/qemu/gdb-xml/power-vsx.xml
/qemu/gdbstub.c
/qemu/hmp.c
/qemu/hw/9pfs/9p-handle.c
/qemu/hw/9pfs/9p-local.c
/qemu/hw/9pfs/9p-posix-acl.c
/qemu/hw/9pfs/9p-proxy.c
/qemu/hw/9pfs/9p-proxy.h
/qemu/hw/9pfs/9p-synth.c
/qemu/hw/9pfs/9p-synth.h
/qemu/hw/9pfs/9p-xattr-user.c
/qemu/hw/9pfs/9p-xattr.c
/qemu/hw/9pfs/9p-xattr.h
/qemu/hw/9pfs/9p.c
/qemu/hw/9pfs/9p.h
/qemu/hw/9pfs/Makefile.objs
/qemu/hw/9pfs/codir.c
/qemu/hw/9pfs/cofile.c
/qemu/hw/9pfs/cofs.c
/qemu/hw/9pfs/coth.c
/qemu/hw/9pfs/coth.h
/qemu/hw/9pfs/coxattr.c
/qemu/hw/9pfs/virtio-9p-device.c
/qemu/hw/9pfs/virtio-9p.h
/qemu/hw/Makefile.objs
/qemu/hw/acpi/Makefile.objs
/qemu/hw/acpi/acpi_interface.c
/qemu/hw/acpi/aml-build.c
/qemu/hw/acpi/bios-linker-loader.c
/qemu/hw/acpi/core.c
/qemu/hw/acpi/cpu_hotplug.c
/qemu/hw/acpi/cpu_hotplug_acpi_table.c
/qemu/hw/acpi/ich9.c
/qemu/hw/acpi/memory_hotplug.c
/qemu/hw/acpi/memory_hotplug_acpi_table.c
/qemu/hw/acpi/nvdimm.c
/qemu/hw/acpi/pcihp.c
/qemu/hw/acpi/piix4.c
/qemu/hw/acpi/tco.c
/qemu/hw/alpha/dp264.c
/qemu/hw/alpha/pci.c
/qemu/hw/alpha/typhoon.c
/qemu/hw/arm/allwinner-a10.c
/qemu/hw/arm/armv7m.c
/qemu/hw/arm/boot.c
/qemu/hw/arm/collie.c
/qemu/hw/arm/cubieboard.c
/qemu/hw/arm/digic.c
/qemu/hw/arm/digic_boards.c
/qemu/hw/arm/exynos4210.c
/qemu/hw/arm/exynos4_boards.c
/qemu/hw/arm/fsl-imx25.c
/qemu/hw/arm/fsl-imx31.c
/qemu/hw/arm/gumstix.c
/qemu/hw/arm/highbank.c
/qemu/hw/arm/imx25_pdk.c
/qemu/hw/arm/integratorcp.c
/qemu/hw/arm/kzm.c
/qemu/hw/arm/mainstone.c
/qemu/hw/arm/musicpal.c
/qemu/hw/arm/netduino2.c
/qemu/hw/arm/nseries.c
/qemu/hw/arm/omap1.c
/qemu/hw/arm/omap2.c
/qemu/hw/arm/omap_sx1.c
/qemu/hw/arm/palm.c
/qemu/hw/arm/pxa2xx.c
/qemu/hw/arm/pxa2xx_gpio.c
/qemu/hw/arm/pxa2xx_pic.c
/qemu/hw/arm/realview.c
/qemu/hw/arm/spitz.c
/qemu/hw/arm/stellaris.c
/qemu/hw/arm/stm32f205_soc.c
/qemu/hw/arm/strongarm.c
/qemu/hw/arm/sysbus-fdt.c
/qemu/hw/arm/tosa.c
/qemu/hw/arm/versatilepb.c
/qemu/hw/arm/vexpress.c
/qemu/hw/arm/virt-acpi-build.c
/qemu/hw/arm/virt.c
/qemu/hw/arm/xilinx_zynq.c
/qemu/hw/arm/xlnx-ep108.c
/qemu/hw/arm/xlnx-zynqmp.c
/qemu/hw/arm/z2.c
/qemu/hw/audio/ac97.c
/qemu/hw/audio/adlib.c
/qemu/hw/audio/cs4231.c
/qemu/hw/audio/cs4231a.c
/qemu/hw/audio/es1370.c
/qemu/hw/audio/fmopl.c
/qemu/hw/audio/gus.c
/qemu/hw/audio/gusemu_hal.c
/qemu/hw/audio/gusemu_mixer.c
/qemu/hw/audio/hda-codec.c
/qemu/hw/audio/intel-hda.c
/qemu/hw/audio/lm4549.c
/qemu/hw/audio/marvell_88w8618.c
/qemu/hw/audio/milkymist-ac97.c
/qemu/hw/audio/pcspk.c
/qemu/hw/audio/pl041.c
/qemu/hw/audio/sb16.c
/qemu/hw/audio/wm8750.c
/qemu/hw/block/block.c
/qemu/hw/block/cdrom.c
/qemu/hw/block/dataplane/virtio-blk.c
/qemu/hw/block/ecc.c
/qemu/hw/block/fdc.c
/qemu/hw/block/hd-geometry.c
/qemu/hw/block/m25p80.c
/qemu/hw/block/nand.c
/qemu/hw/block/nvme.c
/qemu/hw/block/onenand.c
/qemu/hw/block/pflash_cfi01.c
/qemu/hw/block/pflash_cfi02.c
/qemu/hw/block/tc58128.c
/qemu/hw/block/virtio-blk.c
/qemu/hw/block/xen_blkif.h
/qemu/hw/block/xen_disk.c
/qemu/hw/bt/core.c
/qemu/hw/bt/hci-csr.c
/qemu/hw/bt/hci.c
/qemu/hw/bt/hid.c
/qemu/hw/bt/l2cap.c
/qemu/hw/bt/sdp.c
/qemu/hw/char/cadence_uart.c
/qemu/hw/char/debugcon.c
/qemu/hw/char/digic-uart.c
/qemu/hw/char/escc.c
/qemu/hw/char/etraxfs_ser.c
/qemu/hw/char/exynos4210_uart.c
/qemu/hw/char/grlib_apbuart.c
/qemu/hw/char/imx_serial.c
/qemu/hw/char/ipoctal232.c
/qemu/hw/char/lm32_juart.c
/qemu/hw/char/lm32_uart.c
/qemu/hw/char/mcf_uart.c
/qemu/hw/char/milkymist-uart.c
/qemu/hw/char/omap_uart.c
/qemu/hw/char/parallel.c
/qemu/hw/char/pl011.c
/qemu/hw/char/sclpconsole-lm.c
/qemu/hw/char/sclpconsole.c
/qemu/hw/char/serial-isa.c
/qemu/hw/char/serial-pci.c
/qemu/hw/char/serial.c
/qemu/hw/char/sh_serial.c
/qemu/hw/char/spapr_vty.c
/qemu/hw/char/stm32f2xx_usart.c
/qemu/hw/char/virtio-console.c
/qemu/hw/char/virtio-serial-bus.c
/qemu/hw/char/xen_console.c
/qemu/hw/char/xilinx_uartlite.c
/qemu/hw/core/empty_slot.c
/qemu/hw/core/fw-path-provider.c
/qemu/hw/core/hotplug.c
/qemu/hw/core/irq.c
/qemu/hw/core/loader.c
/qemu/hw/core/machine.c
/qemu/hw/core/nmi.c
/qemu/hw/core/null-machine.c
/qemu/hw/core/platform-bus.c
/qemu/hw/core/ptimer.c
/qemu/hw/core/qdev-properties-system.c
/qemu/hw/core/qdev-properties.c
/qemu/hw/core/qdev.c
/qemu/hw/core/stream.c
/qemu/hw/core/sysbus.c
/qemu/hw/cpu/a15mpcore.c
/qemu/hw/cpu/a9mpcore.c
/qemu/hw/cpu/arm11mpcore.c
/qemu/hw/cpu/realview_mpcore.c
/qemu/hw/cris/axis_dev88.c
/qemu/hw/cris/boot.c
/qemu/hw/display/ads7846.c
/qemu/hw/display/blizzard.c
/qemu/hw/display/cg3.c
/qemu/hw/display/cirrus_vga.c
/qemu/hw/display/exynos4210_fimd.c
/qemu/hw/display/framebuffer.c
/qemu/hw/display/g364fb.c
/qemu/hw/display/jazz_led.c
/qemu/hw/display/milkymist-tmu2.c
/qemu/hw/display/milkymist-vgafb.c
/qemu/hw/display/omap_dss.c
/qemu/hw/display/omap_lcdc.c
/qemu/hw/display/pl110.c
/qemu/hw/display/pxa2xx_lcd.c
/qemu/hw/display/qxl-logger.c
/qemu/hw/display/qxl-render.c
/qemu/hw/display/qxl.c
/qemu/hw/display/sm501.c
/qemu/hw/display/ssd0303.c
/qemu/hw/display/ssd0323.c
/qemu/hw/display/tc6393xb.c
/qemu/hw/display/tcx.c
/qemu/hw/display/vga-isa-mm.c
/qemu/hw/display/vga-isa.c
/qemu/hw/display/vga-pci.c
/qemu/hw/display/vga.c
/qemu/hw/display/virtio-gpu-3d.c
/qemu/hw/display/virtio-gpu-pci.c
/qemu/hw/display/virtio-gpu.c
/qemu/hw/display/virtio-vga.c
/qemu/hw/display/vmware_vga.c
/qemu/hw/display/xenfb.c
/qemu/hw/dma/etraxfs_dma.c
/qemu/hw/dma/i82374.c
/qemu/hw/dma/i8257.c
/qemu/hw/dma/omap_dma.c
/qemu/hw/dma/pl080.c
/qemu/hw/dma/pl330.c
/qemu/hw/dma/puv3_dma.c
/qemu/hw/dma/pxa2xx_dma.c
/qemu/hw/dma/rc4030.c
/qemu/hw/dma/soc_dma.c
/qemu/hw/dma/sparc32_dma.c
/qemu/hw/dma/sun4m_iommu.c
/qemu/hw/dma/xilinx_axidma.c
/qemu/hw/gpio/imx_gpio.c
/qemu/hw/gpio/max7310.c
/qemu/hw/gpio/mpc8xxx.c
/qemu/hw/gpio/omap_gpio.c
/qemu/hw/gpio/pl061.c
/qemu/hw/gpio/puv3_gpio.c
/qemu/hw/gpio/zaurus.c
/qemu/hw/i2c/bitbang_i2c.c
/qemu/hw/i2c/core.c
/qemu/hw/i2c/exynos4210_i2c.c
/qemu/hw/i2c/imx_i2c.c
/qemu/hw/i2c/omap_i2c.c
/qemu/hw/i2c/pm_smbus.c
/qemu/hw/i2c/smbus.c
/qemu/hw/i2c/smbus_eeprom.c
/qemu/hw/i2c/smbus_ich9.c
/qemu/hw/i2c/versatile_i2c.c
/qemu/hw/i386/Makefile.objs
/qemu/hw/i386/acpi-build.c
/qemu/hw/i386/intel_iommu.c
/qemu/hw/i386/kvm/apic.c
/qemu/hw/i386/kvm/clock.c
/qemu/hw/i386/kvm/i8254.c
/qemu/hw/i386/kvm/i8259.c
/qemu/hw/i386/kvm/ioapic.c
/qemu/hw/i386/kvm/pci-assign.c
/qemu/hw/i386/kvmvapic.c
/qemu/hw/i386/multiboot.c
/qemu/hw/i386/pc.c
/qemu/hw/i386/pc_piix.c
/qemu/hw/i386/pc_q35.c
/qemu/hw/i386/pc_sysfw.c
/qemu/hw/i386/pci-assign-load-rom.c
/qemu/hw/i386/xen/xen_apic.c
/qemu/hw/i386/xen/xen_platform.c
/qemu/hw/i386/xen/xen_pvdevice.c
/qemu/hw/ide/ahci.c
/qemu/hw/ide/atapi.c
/qemu/hw/ide/cmd646.c
/qemu/hw/ide/core.c
/qemu/hw/ide/ich.c
/qemu/hw/ide/isa.c
/qemu/hw/ide/macio.c
/qemu/hw/ide/microdrive.c
/qemu/hw/ide/mmio.c
/qemu/hw/ide/pci.c
/qemu/hw/ide/piix.c
/qemu/hw/ide/qdev.c
/qemu/hw/ide/via.c
/qemu/hw/input/adb.c
/qemu/hw/input/hid.c
/qemu/hw/input/lm832x.c
/qemu/hw/input/milkymist-softusb.c
/qemu/hw/input/pckbd.c
/qemu/hw/input/pl050.c
/qemu/hw/input/ps2.c
/qemu/hw/input/pxa2xx_keypad.c
/qemu/hw/input/stellaris_input.c
/qemu/hw/input/tsc2005.c
/qemu/hw/input/tsc210x.c
/qemu/hw/input/virtio-input-hid.c
/qemu/hw/input/virtio-input-host.c
/qemu/hw/input/virtio-input.c
/qemu/hw/input/vmmouse.c
/qemu/hw/intc/allwinner-a10-pic.c
/qemu/hw/intc/apic.c
/qemu/hw/intc/apic_common.c
/qemu/hw/intc/arm_gic.c
/qemu/hw/intc/arm_gic_common.c
/qemu/hw/intc/arm_gic_kvm.c
/qemu/hw/intc/arm_gicv2m.c
/qemu/hw/intc/arm_gicv3_common.c
/qemu/hw/intc/arm_gicv3_kvm.c
/qemu/hw/intc/armv7m_nvic.c
/qemu/hw/intc/etraxfs_pic.c
/qemu/hw/intc/exynos4210_combiner.c
/qemu/hw/intc/exynos4210_gic.c
/qemu/hw/intc/grlib_irqmp.c
/qemu/hw/intc/heathrow_pic.c
/qemu/hw/intc/i8259.c
/qemu/hw/intc/i8259_common.c
/qemu/hw/intc/imx_avic.c
/qemu/hw/intc/ioapic.c
/qemu/hw/intc/ioapic_common.c
/qemu/hw/intc/lm32_pic.c
/qemu/hw/intc/omap_intc.c
/qemu/hw/intc/openpic.c
/qemu/hw/intc/openpic_kvm.c
/qemu/hw/intc/pl190.c
/qemu/hw/intc/puv3_intc.c
/qemu/hw/intc/realview_gic.c
/qemu/hw/intc/s390_flic.c
/qemu/hw/intc/s390_flic_kvm.c
/qemu/hw/intc/sh_intc.c
/qemu/hw/intc/slavio_intctl.c
/qemu/hw/intc/xics.c
/qemu/hw/intc/xics_kvm.c
/qemu/hw/intc/xilinx_intc.c
/qemu/hw/ipack/ipack.c
/qemu/hw/ipack/tpci200.c
/qemu/hw/ipmi/Makefile.objs
/qemu/hw/ipmi/ipmi.c
/qemu/hw/ipmi/ipmi_bmc_extern.c
/qemu/hw/ipmi/ipmi_bmc_sim.c
/qemu/hw/ipmi/isa_ipmi_bt.c
/qemu/hw/ipmi/isa_ipmi_kcs.c
/qemu/hw/isa/apm.c
/qemu/hw/isa/i82378.c
/qemu/hw/isa/isa-bus.c
/qemu/hw/isa/lpc_ich9.c
/qemu/hw/isa/pc87312.c
/qemu/hw/isa/piix4.c
/qemu/hw/isa/vt82c686.c
/qemu/hw/lm32/lm32_boards.c
/qemu/hw/lm32/milkymist.c
/qemu/hw/m68k/an5206.c
/qemu/hw/m68k/dummy_m68k.c
/qemu/hw/m68k/mcf5206.c
/qemu/hw/m68k/mcf5208.c
/qemu/hw/m68k/mcf_intc.c
/qemu/hw/mem/Makefile.objs
/qemu/hw/mem/nvdimm.c
/qemu/hw/mem/pc-dimm.c
/qemu/hw/microblaze/boot.c
/qemu/hw/microblaze/petalogix_ml605_mmu.c
/qemu/hw/microblaze/petalogix_s3adsp1800_mmu.c
/qemu/hw/mips/addr.c
/qemu/hw/mips/cputimer.c
/qemu/hw/mips/gt64xxx_pci.c
/qemu/hw/mips/mips_fulong2e.c
/qemu/hw/mips/mips_int.c
/qemu/hw/mips/mips_jazz.c
/qemu/hw/mips/mips_malta.c
/qemu/hw/mips/mips_mipssim.c
/qemu/hw/mips/mips_r4k.c
/qemu/hw/misc/a9scu.c
/qemu/hw/misc/applesmc.c
/qemu/hw/misc/arm11scu.c
/qemu/hw/misc/arm_integrator_debug.c
/qemu/hw/misc/arm_l2x0.c
/qemu/hw/misc/arm_sysctl.c
/qemu/hw/misc/cbus.c
/qemu/hw/misc/debugexit.c
/qemu/hw/misc/eccmemctl.c
/qemu/hw/misc/edu.c
/qemu/hw/misc/exynos4210_pmu.c
/qemu/hw/misc/hyperv_testdev.c
/qemu/hw/misc/imx25_ccm.c
/qemu/hw/misc/imx31_ccm.c
/qemu/hw/misc/imx_ccm.c
/qemu/hw/misc/ivshmem.c
/qemu/hw/misc/macio/cuda.c
/qemu/hw/misc/macio/mac_dbdma.c
/qemu/hw/misc/macio/macio.c
/qemu/hw/misc/max111x.c
/qemu/hw/misc/milkymist-hpdmc.c
/qemu/hw/misc/milkymist-pfpu.c
/qemu/hw/misc/mst_fpga.c
/qemu/hw/misc/omap_clk.c
/qemu/hw/misc/omap_gpmc.c
/qemu/hw/misc/omap_l4.c
/qemu/hw/misc/omap_sdrc.c
/qemu/hw/misc/omap_tap.c
/qemu/hw/misc/pc-testdev.c
/qemu/hw/misc/pci-testdev.c
/qemu/hw/misc/puv3_pm.c
/qemu/hw/misc/pvpanic.c
/qemu/hw/misc/sga.c
/qemu/hw/misc/slavio_misc.c
/qemu/hw/misc/stm32f2xx_syscfg.c
/qemu/hw/misc/tmp105.c
/qemu/hw/misc/vmport.c
/qemu/hw/misc/zynq-xadc.c
/qemu/hw/misc/zynq_slcr.c
/qemu/hw/moxie/moxiesim.c
/qemu/hw/net/allwinner_emac.c
/qemu/hw/net/cadence_gem.c
/qemu/hw/net/dp8393x.c
/qemu/hw/net/e1000.c
/qemu/hw/net/eepro100.c
/qemu/hw/net/etraxfs_eth.c
/qemu/hw/net/fsl_etsec/etsec.c
/qemu/hw/net/fsl_etsec/miim.c
/qemu/hw/net/fsl_etsec/registers.c
/qemu/hw/net/fsl_etsec/rings.c
/qemu/hw/net/imx_fec.c
/qemu/hw/net/lan9118.c
/qemu/hw/net/lance.c
/qemu/hw/net/mcf_fec.c
/qemu/hw/net/milkymist-minimac2.c
/qemu/hw/net/mipsnet.c
/qemu/hw/net/ne2000-isa.c
/qemu/hw/net/ne2000.c
/qemu/hw/net/opencores_eth.c
/qemu/hw/net/pcnet-pci.c
/qemu/hw/net/pcnet.c
/qemu/hw/net/rocker/qmp-norocker.c
/qemu/hw/net/rocker/rocker.c
/qemu/hw/net/rocker/rocker_desc.c
/qemu/hw/net/rocker/rocker_fp.c
/qemu/hw/net/rocker/rocker_of_dpa.c
/qemu/hw/net/rocker/rocker_world.c
/qemu/hw/net/rtl8139.c
/qemu/hw/net/smc91c111.c
/qemu/hw/net/spapr_llan.c
/qemu/hw/net/stellaris_enet.c
/qemu/hw/net/vhost_net.c
/qemu/hw/net/virtio-net.c
/qemu/hw/net/vmware_utils.h
/qemu/hw/net/vmxnet3.c
/qemu/hw/net/vmxnet_debug.h
/qemu/hw/net/vmxnet_rx_pkt.c
/qemu/hw/net/vmxnet_tx_pkt.c
/qemu/hw/net/xen_nic.c
/qemu/hw/net/xgmac.c
/qemu/hw/net/xilinx_axienet.c
/qemu/hw/net/xilinx_ethlite.c
/qemu/hw/nvram/ds1225y.c
/qemu/hw/nvram/eeprom93xx.c
/qemu/hw/nvram/fw_cfg.c
/qemu/hw/nvram/mac_nvram.c
/qemu/hw/nvram/spapr_nvram.c
/qemu/hw/openrisc/cputimer.c
/qemu/hw/openrisc/openrisc_sim.c
/qemu/hw/openrisc/pic_cpu.c
/qemu/hw/pci-bridge/dec.c
/qemu/hw/pci-bridge/i82801b11.c
/qemu/hw/pci-bridge/ioh3420.c
/qemu/hw/pci-bridge/pci_bridge_dev.c
/qemu/hw/pci-bridge/pci_expander_bridge.c
/qemu/hw/pci-bridge/xio3130_downstream.c
/qemu/hw/pci-bridge/xio3130_upstream.c
/qemu/hw/pci-host/apb.c
/qemu/hw/pci-host/bonito.c
/qemu/hw/pci-host/gpex.c
/qemu/hw/pci-host/grackle.c
/qemu/hw/pci-host/pam.c
/qemu/hw/pci-host/piix.c
/qemu/hw/pci-host/ppce500.c
/qemu/hw/pci-host/prep.c
/qemu/hw/pci-host/q35.c
/qemu/hw/pci-host/uninorth.c
/qemu/hw/pci-host/versatile.c
/qemu/hw/pci/msi.c
/qemu/hw/pci/msix.c
/qemu/hw/pci/pci-stub.c
/qemu/hw/pci/pci.c
/qemu/hw/pci/pci_bridge.c
/qemu/hw/pci/pci_host.c
/qemu/hw/pci/pcie.c
/qemu/hw/pci/pcie_aer.c
/qemu/hw/pci/pcie_host.c
/qemu/hw/pci/pcie_port.c
/qemu/hw/pci/shpc.c
/qemu/hw/pci/slotid_cap.c
/qemu/hw/pcmcia/pcmcia.c
/qemu/hw/pcmcia/pxa2xx.c
/qemu/hw/ppc/e500.c
/qemu/hw/ppc/e500plat.c
/qemu/hw/ppc/mac.h
/qemu/hw/ppc/mac_newworld.c
/qemu/hw/ppc/mac_oldworld.c
/qemu/hw/ppc/mpc8544_guts.c
/qemu/hw/ppc/mpc8544ds.c
/qemu/hw/ppc/ppc.c
/qemu/hw/ppc/ppc405_boards.c
/qemu/hw/ppc/ppc405_uc.c
/qemu/hw/ppc/ppc440_bamboo.c
/qemu/hw/ppc/ppc4xx_devs.c
/qemu/hw/ppc/ppc4xx_pci.c
/qemu/hw/ppc/ppc_booke.c
/qemu/hw/ppc/ppce500_spin.c
/qemu/hw/ppc/prep.c
/qemu/hw/ppc/spapr.c
/qemu/hw/ppc/spapr_drc.c
/qemu/hw/ppc/spapr_events.c
/qemu/hw/ppc/spapr_hcall.c
/qemu/hw/ppc/spapr_iommu.c
/qemu/hw/ppc/spapr_pci.c
/qemu/hw/ppc/spapr_pci_vfio.c
/qemu/hw/ppc/spapr_rng.c
/qemu/hw/ppc/spapr_rtas.c
/qemu/hw/ppc/spapr_rtc.c
/qemu/hw/ppc/spapr_vio.c
/qemu/hw/ppc/virtex_ml507.c
/qemu/hw/s390x/Makefile.objs
/qemu/hw/s390x/css.c
/qemu/hw/s390x/css.h
/qemu/hw/s390x/event-facility.c
/qemu/hw/s390x/ipl.c
/qemu/hw/s390x/s390-pci-bus.c
/qemu/hw/s390x/s390-pci-bus.h
/qemu/hw/s390x/s390-pci-inst.c
/qemu/hw/s390x/s390-skeys-kvm.c
/qemu/hw/s390x/s390-skeys.c
/qemu/hw/s390x/s390-virtio-ccw.c
/qemu/hw/s390x/s390-virtio-hcall.c
/qemu/hw/s390x/s390-virtio.c
/qemu/hw/s390x/sclp.c
/qemu/hw/s390x/sclpcpu.c
/qemu/hw/s390x/sclpquiesce.c
/qemu/hw/s390x/virtio-ccw.c
/qemu/hw/s390x/virtio-ccw.h
/qemu/hw/scsi/esp-pci.c
/qemu/hw/scsi/esp.c
/qemu/hw/scsi/lsi53c895a.c
/qemu/hw/scsi/megasas.c
/qemu/hw/scsi/scsi-bus.c
/qemu/hw/scsi/scsi-disk.c
/qemu/hw/scsi/scsi-generic.c
/qemu/hw/scsi/spapr_vscsi.c
/qemu/hw/scsi/vhost-scsi.c
/qemu/hw/scsi/virtio-scsi-dataplane.c
/qemu/hw/scsi/virtio-scsi.c
/qemu/hw/scsi/vmw_pvscsi.c
/qemu/hw/sd/milkymist-memcard.c
/qemu/hw/sd/omap_mmc.c
/qemu/hw/sd/pl181.c
/qemu/hw/sd/pxa2xx_mmci.c
/qemu/hw/sd/sd.c
/qemu/hw/sd/sdhci.c
/qemu/hw/sd/ssi-sd.c
/qemu/hw/sh4/r2d.c
/qemu/hw/sh4/sh7750.c
/qemu/hw/sh4/sh7750_regnames.c
/qemu/hw/sh4/sh_pci.c
/qemu/hw/sh4/shix.c
/qemu/hw/smbios/smbios.c
/qemu/hw/sparc/leon3.c
/qemu/hw/sparc/sun4m.c
/qemu/hw/sparc64/sun4u.c
/qemu/hw/ssi/omap_spi.c
/qemu/hw/ssi/pl022.c
/qemu/hw/ssi/ssi.c
/qemu/hw/ssi/xilinx_spi.c
/qemu/hw/ssi/xilinx_spips.c
/qemu/hw/timer/a9gtimer.c
/qemu/hw/timer/allwinner-a10-pit.c
/qemu/hw/timer/arm_mptimer.c
/qemu/hw/timer/arm_timer.c
/qemu/hw/timer/cadence_ttc.c
/qemu/hw/timer/digic-timer.c
/qemu/hw/timer/ds1338.c
/qemu/hw/timer/etraxfs_timer.c
/qemu/hw/timer/exynos4210_mct.c
/qemu/hw/timer/exynos4210_pwm.c
/qemu/hw/timer/exynos4210_rtc.c
/qemu/hw/timer/grlib_gptimer.c
/qemu/hw/timer/hpet.c
/qemu/hw/timer/i8254.c
/qemu/hw/timer/i8254_common.c
/qemu/hw/timer/imx_epit.c
/qemu/hw/timer/imx_gpt.c
/qemu/hw/timer/lm32_timer.c
/qemu/hw/timer/m48t59.c
/qemu/hw/timer/mc146818rtc.c
/qemu/hw/timer/milkymist-sysctl.c
/qemu/hw/timer/omap_gptimer.c
/qemu/hw/timer/omap_synctimer.c
/qemu/hw/timer/pl031.c
/qemu/hw/timer/puv3_ost.c
/qemu/hw/timer/pxa2xx_timer.c
/qemu/hw/timer/sh_timer.c
/qemu/hw/timer/slavio_timer.c
/qemu/hw/timer/stm32f2xx_timer.c
/qemu/hw/timer/tusb6010.c
/qemu/hw/timer/twl92230.c
/qemu/hw/timer/xilinx_timer.c
/qemu/hw/tpm/tpm_passthrough.c
/qemu/hw/tpm/tpm_tis.c
/qemu/hw/tpm/tpm_util.c
/qemu/hw/tricore/tricore_testboard.c
/qemu/hw/unicore32/puv3.c
/qemu/hw/usb/bus.c
/qemu/hw/usb/ccid-card-emulated.c
/qemu/hw/usb/ccid-card-passthru.c
/qemu/hw/usb/combined-packet.c
/qemu/hw/usb/core.c
/qemu/hw/usb/desc-msos.c
/qemu/hw/usb/desc.c
/qemu/hw/usb/dev-audio.c
/qemu/hw/usb/dev-bluetooth.c
/qemu/hw/usb/dev-hid.c
/qemu/hw/usb/dev-hub.c
/qemu/hw/usb/dev-mtp.c
/qemu/hw/usb/dev-network.c
/qemu/hw/usb/dev-serial.c
/qemu/hw/usb/dev-smartcard-reader.c
/qemu/hw/usb/dev-storage.c
/qemu/hw/usb/dev-uas.c
/qemu/hw/usb/dev-wacom.c
/qemu/hw/usb/hcd-ehci-pci.c
/qemu/hw/usb/hcd-ehci-sysbus.c
/qemu/hw/usb/hcd-ehci.c
/qemu/hw/usb/hcd-musb.c
/qemu/hw/usb/hcd-ohci.c
/qemu/hw/usb/hcd-uhci.c
/qemu/hw/usb/hcd-xhci.c
/qemu/hw/usb/host-legacy.c
/qemu/hw/usb/host-libusb.c
/qemu/hw/usb/host-stub.c
/qemu/hw/usb/libhw.c
/qemu/hw/usb/quirks.c
/qemu/hw/usb/redirect.c
/qemu/hw/vfio/calxeda-xgmac.c
/qemu/hw/vfio/common.c
/qemu/hw/vfio/pci-quirks.c
/qemu/hw/vfio/pci.c
/qemu/hw/vfio/pci.h
/qemu/hw/vfio/platform.c
/qemu/hw/virtio/dataplane/vring.c
/qemu/hw/virtio/vhost-backend.c
/qemu/hw/virtio/vhost-user.c
/qemu/hw/virtio/vhost.c
/qemu/hw/virtio/virtio-balloon.c
/qemu/hw/virtio/virtio-bus.c
/qemu/hw/virtio/virtio-mmio.c
/qemu/hw/virtio/virtio-pci.c
/qemu/hw/virtio/virtio-pci.h
/qemu/hw/virtio/virtio-rng.c
/qemu/hw/virtio/virtio.c
/qemu/hw/watchdog/watchdog.c
/qemu/hw/watchdog/wdt_diag288.c
/qemu/hw/watchdog/wdt_i6300esb.c
/qemu/hw/watchdog/wdt_ib700.c
/qemu/hw/xen/Makefile.objs
/qemu/hw/xen/xen-host-pci-device.c
/qemu/hw/xen/xen-host-pci-device.h
/qemu/hw/xen/xen_backend.c
/qemu/hw/xen/xen_devconfig.c
/qemu/hw/xen/xen_pt.c
/qemu/hw/xen/xen_pt.h
/qemu/hw/xen/xen_pt_config_init.c
/qemu/hw/xen/xen_pt_graphics.c
/qemu/hw/xen/xen_pt_msi.c
/qemu/hw/xenpv/Makefile.objs
/qemu/hw/xenpv/xen_domainbuild.c
/qemu/hw/xenpv/xen_machine_pv.c
/qemu/hw/xtensa/pic_cpu.c
/qemu/hw/xtensa/sim.c
/qemu/hw/xtensa/xtfpga.c
/qemu/include/block/block.h
/qemu/include/block/block_int.h
/qemu/include/block/nbd.h
/qemu/include/crypto/cipher.h
/qemu/include/crypto/hash.h
/qemu/include/crypto/secret.h
/qemu/include/crypto/tlscredsx509.h
/qemu/include/crypto/tlssession.h
/qemu/include/elf.h
/qemu/include/exec/exec-all.h
/qemu/include/exec/memory.h
/qemu/include/exec/ram_addr.h
/qemu/include/fpu/softfloat.h
/qemu/include/hw/acpi/aml-build.h
/qemu/include/hw/acpi/cpu_hotplug.h
/qemu/include/hw/acpi/memory_hotplug.h
/qemu/include/hw/acpi/pc-hotplug.h
/qemu/include/hw/arm/virt.h
/qemu/include/hw/arm/xlnx-zynqmp.h
/qemu/include/hw/block/fdc.h
/qemu/include/hw/boards.h
/qemu/include/hw/compat.h
/qemu/include/hw/hw.h
/qemu/include/hw/i386/pc.h
/qemu/include/hw/ipmi/ipmi.h
/qemu/include/hw/isa/isa.h
/qemu/include/hw/mem/nvdimm.h
/qemu/include/hw/misc/imx31_ccm.h
/qemu/include/hw/pci-host/q35.h
/qemu/include/hw/pci/pci.h
/qemu/include/hw/ppc/spapr.h
/qemu/include/hw/ppc/spapr_vio.h
/qemu/include/hw/qdev-properties.h
/qemu/include/hw/sd/sdhci.h
/qemu/include/hw/ssi/ssi.h
/qemu/include/hw/ssi/xilinx_spips.h
/qemu/include/hw/timer/hpet.h
/qemu/include/hw/virtio/virtio-scsi.h
/qemu/include/hw/xen/xen.h
/qemu/include/hw/xen/xen_backend.h
/qemu/include/hw/xen/xen_common.h
/qemu/include/io/channel-buffer.h
/qemu/include/io/channel-command.h
/qemu/include/io/channel-file.h
/qemu/include/io/channel-socket.h
/qemu/include/io/channel-tls.h
/qemu/include/io/channel-watch.h
/qemu/include/io/channel-websock.h
/qemu/include/io/channel.h
/qemu/include/io/task.h
/qemu/include/migration/migration.h
/qemu/include/migration/vmstate.h
/qemu/include/net/eth.h
/qemu/include/qapi/error.h
/qemu/include/qemu-common.h
/qemu/include/qemu/base64.h
/qemu/include/qemu/log.h
/qemu/include/qemu/osdep.h
/qemu/include/qemu/rcu.h
/qemu/include/qemu/sockets.h
/qemu/include/qemu/throttle.h
/qemu/include/qom/cpu.h
/qemu/include/qom/object.h
/qemu/include/sysemu/block-backend.h
/qemu/include/sysemu/char.h
/qemu/include/sysemu/dump-arch.h
/qemu/include/sysemu/dump.h
/qemu/include/sysemu/watchdog.h
/qemu/include/ui/console.h
/qemu/include/ui/gtk.h
/qemu/include/ui/sdl2.h
/qemu/io/Makefile.objs
/qemu/io/channel-buffer.c
/qemu/io/channel-command.c
/qemu/io/channel-file.c
/qemu/io/channel-socket.c
/qemu/io/channel-tls.c
/qemu/io/channel-watch.c
/qemu/io/channel-websock.c
/qemu/io/channel.c
/qemu/io/task.c
/qemu/kvm-all.c
/qemu/linux-user/aarch64/syscall_nr.h
/qemu/linux-user/arm/nwfpe/double_cpdo.c
/qemu/linux-user/arm/nwfpe/extended_cpdo.c
/qemu/linux-user/arm/nwfpe/fpa11.c
/qemu/linux-user/arm/nwfpe/fpa11_cpdo.c
/qemu/linux-user/arm/nwfpe/fpa11_cpdt.c
/qemu/linux-user/arm/nwfpe/fpa11_cprt.c
/qemu/linux-user/arm/nwfpe/fpopcode.c
/qemu/linux-user/arm/nwfpe/single_cpdo.c
/qemu/linux-user/arm/syscall_nr.h
/qemu/linux-user/elfload.c
/qemu/linux-user/flatload.c
/qemu/linux-user/linuxload.c
/qemu/linux-user/m68k-sim.c
/qemu/linux-user/m68k/syscall_nr.h
/qemu/linux-user/main.c
/qemu/linux-user/mips/syscall_nr.h
/qemu/linux-user/mmap.c
/qemu/linux-user/signal.c
/qemu/linux-user/strace.c
/qemu/linux-user/syscall.c
/qemu/linux-user/syscall_defs.h
/qemu/linux-user/uaccess.c
/qemu/linux-user/uname.c
/qemu/linux-user/unicore32/target_signal.h
/qemu/linux-user/vm86.c
/qemu/memory.c
/qemu/migration/block.c
/qemu/migration/exec.c
/qemu/migration/fd.c
/qemu/migration/migration.c
/qemu/migration/postcopy-ram.c
/qemu/migration/qemu-file-buf.c
/qemu/migration/qemu-file-stdio.c
/qemu/migration/qemu-file-unix.c
/qemu/migration/qemu-file.c
/qemu/migration/ram.c
/qemu/migration/rdma.c
/qemu/migration/savevm.c
/qemu/migration/tcp.c
/qemu/migration/unix.c
/qemu/migration/vmstate.c
/qemu/migration/xbzrle.c
/qemu/monitor.c
/qemu/nbd/Makefile.objs
/qemu/nbd/client.c
/qemu/nbd/common.c
/qemu/nbd/nbd-internal.h
/qemu/nbd/server.c
/qemu/net/dump.c
/qemu/net/filter.c
/qemu/net/l2tpv3.c
/qemu/net/vhost-user.c
/qemu/numa.c
/qemu/pc-bios/bios-256k.bin
/qemu/pc-bios/bios.bin
/qemu/pc-bios/vgabios-cirrus.bin
/qemu/pc-bios/vgabios-qxl.bin
/qemu/pc-bios/vgabios-stdvga.bin
/qemu/pc-bios/vgabios-virtio.bin
/qemu/pc-bios/vgabios-vmware.bin
/qemu/pc-bios/vgabios.bin
/qemu/qapi-schema.json
/qemu/qapi/block-core.json
/qemu/qapi/block.json
/qemu/qapi/crypto.json
/qemu/qapi/event.json
/qemu/qdev-monitor.c
/qemu/qemu-char.c
/qemu/qemu-doc.texi
/qemu/qemu-ga.texi
/qemu/qemu-img.c
/qemu/qemu-img.texi
/qemu/qemu-io-cmds.c
/qemu/qemu-io.c
/qemu/qemu-log.c
/qemu/qemu-nbd.c
/qemu/qemu-options.hx
/qemu/qga/commands-posix.c
/qemu/qga/commands-win32.c
/qemu/qga/commands.c
/qemu/qmp-commands.hx
/qemu/qmp.c
/qemu/qom/cpu.c
/qemu/qom/object.c
/qemu/replay/replay.c
/qemu/roms/Makefile
/qemu/roms/config.seabios-128k
/qemu/roms/seabios
/qemu/scripts/checkpatch.pl
/qemu/scripts/clean-includes
/qemu/scripts/coverity-model.c
/qemu/scripts/create_config
/qemu/scripts/dump-guest-memory.py
/qemu/scripts/kvm/kvm_stat
/qemu/scripts/qemugdb/mtree.py
/qemu/slirp/slirp.h
/qemu/softmmu_template.h
/qemu/spice-qemu-char.c
Makefile.objs
blockdev-close-all-bdrv-states.c
/qemu/target-alpha/cpu.c
/qemu/target-alpha/fpu_helper.c
/qemu/target-alpha/gdbstub.c
/qemu/target-alpha/helper.c
/qemu/target-alpha/int_helper.c
/qemu/target-alpha/machine.c
/qemu/target-alpha/mem_helper.c
/qemu/target-alpha/sys_helper.c
/qemu/target-alpha/translate.c
/qemu/target-alpha/vax_helper.c
/qemu/target-arm/Makefile.objs
/qemu/target-arm/arch_dump.c
/qemu/target-arm/arm-semi.c
/qemu/target-arm/cpu-qom.h
/qemu/target-arm/cpu.c
/qemu/target-arm/cpu.h
/qemu/target-arm/cpu64.c
/qemu/target-arm/crypto_helper.c
/qemu/target-arm/gdbstub.c
/qemu/target-arm/gdbstub64.c
/qemu/target-arm/helper-a64.c
/qemu/target-arm/helper.c
/qemu/target-arm/internals.h
/qemu/target-arm/iwmmxt_helper.c
/qemu/target-arm/kvm-stub.c
/qemu/target-arm/kvm.c
/qemu/target-arm/kvm32.c
/qemu/target-arm/kvm64.c
/qemu/target-arm/machine.c
/qemu/target-arm/neon_helper.c
/qemu/target-arm/op_helper.c
/qemu/target-arm/psci.c
/qemu/target-arm/translate-a64.c
/qemu/target-arm/translate.c
/qemu/target-cris/cpu.c
/qemu/target-cris/gdbstub.c
/qemu/target-cris/helper.c
/qemu/target-cris/helper.h
/qemu/target-cris/machine.c
/qemu/target-cris/op_helper.c
/qemu/target-cris/translate.c
/qemu/target-cris/translate_v10.c
/qemu/target-i386/arch_dump.c
/qemu/target-i386/arch_memory_mapping.c
/qemu/target-i386/bpt_helper.c
/qemu/target-i386/cc_helper.c
/qemu/target-i386/cpu.c
/qemu/target-i386/cpu.h
/qemu/target-i386/excp_helper.c
/qemu/target-i386/fpu_helper.c
/qemu/target-i386/gdbstub.c
/qemu/target-i386/helper.c
/qemu/target-i386/hyperv.c
/qemu/target-i386/int_helper.c
/qemu/target-i386/kvm-stub.c
/qemu/target-i386/kvm.c
/qemu/target-i386/machine.c
/qemu/target-i386/mem_helper.c
/qemu/target-i386/misc_helper.c
/qemu/target-i386/monitor.c
/qemu/target-i386/ops_sse.h
/qemu/target-i386/ops_sse_header.h
/qemu/target-i386/seg_helper.c
/qemu/target-i386/smm_helper.c
/qemu/target-i386/svm_helper.c
/qemu/target-i386/translate.c
/qemu/target-lm32/cpu.c
/qemu/target-lm32/gdbstub.c
/qemu/target-lm32/helper.c
/qemu/target-lm32/lm32-semi.c
/qemu/target-lm32/machine.c
/qemu/target-lm32/op_helper.c
/qemu/target-lm32/translate.c
/qemu/target-m68k/cpu.c
/qemu/target-m68k/gdbstub.c
/qemu/target-m68k/helper.c
/qemu/target-m68k/m68k-semi.c
/qemu/target-m68k/op_helper.c
/qemu/target-m68k/translate.c
/qemu/target-microblaze/cpu.c
/qemu/target-microblaze/gdbstub.c
/qemu/target-microblaze/helper.c
/qemu/target-microblaze/mmu.c
/qemu/target-microblaze/op_helper.c
/qemu/target-microblaze/translate.c
/qemu/target-mips/cpu.c
/qemu/target-mips/cpu.h
/qemu/target-mips/dsp_helper.c
/qemu/target-mips/gdbstub.c
/qemu/target-mips/helper.c
/qemu/target-mips/kvm.c
/qemu/target-mips/lmi_helper.c
/qemu/target-mips/machine.c
/qemu/target-mips/mips-semi.c
/qemu/target-mips/msa_helper.c
/qemu/target-mips/op_helper.c
/qemu/target-mips/translate.c
/qemu/target-moxie/cpu.c
/qemu/target-moxie/helper.c
/qemu/target-moxie/machine.c
/qemu/target-moxie/mmu.c
/qemu/target-moxie/translate.c
/qemu/target-openrisc/cpu.c
/qemu/target-openrisc/exception.c
/qemu/target-openrisc/exception_helper.c
/qemu/target-openrisc/fpu_helper.c
/qemu/target-openrisc/gdbstub.c
/qemu/target-openrisc/int_helper.c
/qemu/target-openrisc/interrupt.c
/qemu/target-openrisc/interrupt_helper.c
/qemu/target-openrisc/machine.c
/qemu/target-openrisc/mmu.c
/qemu/target-openrisc/mmu_helper.c
/qemu/target-openrisc/sys_helper.c
/qemu/target-openrisc/translate.c
/qemu/target-ppc/arch_dump.c
/qemu/target-ppc/cpu-models.c
/qemu/target-ppc/cpu-models.h
/qemu/target-ppc/cpu-qom.h
/qemu/target-ppc/cpu.h
/qemu/target-ppc/dfp_helper.c
/qemu/target-ppc/excp_helper.c
/qemu/target-ppc/fpu_helper.c
/qemu/target-ppc/gdbstub.c
/qemu/target-ppc/helper.h
/qemu/target-ppc/int_helper.c
/qemu/target-ppc/kvm-stub.c
/qemu/target-ppc/kvm.c
/qemu/target-ppc/kvm_ppc.h
/qemu/target-ppc/machine.c
/qemu/target-ppc/mem_helper.c
/qemu/target-ppc/mfrom_table_gen.c
/qemu/target-ppc/misc_helper.c
/qemu/target-ppc/mmu-hash32.c
/qemu/target-ppc/mmu-hash32.h
/qemu/target-ppc/mmu-hash64.c
/qemu/target-ppc/mmu-hash64.h
/qemu/target-ppc/mmu_helper.c
/qemu/target-ppc/monitor.c
/qemu/target-ppc/timebase_helper.c
/qemu/target-ppc/translate.c
/qemu/target-ppc/translate_init.c
/qemu/target-ppc/user_only_helper.c
/qemu/target-s390x/arch_dump.c
/qemu/target-s390x/cc_helper.c
/qemu/target-s390x/cpu-qom.h
/qemu/target-s390x/cpu.c
/qemu/target-s390x/cpu.h
/qemu/target-s390x/fpu_helper.c
/qemu/target-s390x/gdbstub.c
/qemu/target-s390x/helper.c
/qemu/target-s390x/int_helper.c
/qemu/target-s390x/interrupt.c
/qemu/target-s390x/ioinst.c
/qemu/target-s390x/kvm.c
/qemu/target-s390x/machine.c
/qemu/target-s390x/mem_helper.c
/qemu/target-s390x/misc_helper.c
/qemu/target-s390x/mmu_helper.c
/qemu/target-s390x/translate.c
/qemu/target-sh4/cpu.c
/qemu/target-sh4/gdbstub.c
/qemu/target-sh4/helper.c
/qemu/target-sh4/monitor.c
/qemu/target-sh4/op_helper.c
/qemu/target-sh4/translate.c
/qemu/target-sparc/cc_helper.c
/qemu/target-sparc/cpu-qom.h
/qemu/target-sparc/cpu.c
/qemu/target-sparc/cpu.h
/qemu/target-sparc/fop_helper.c
/qemu/target-sparc/gdbstub.c
/qemu/target-sparc/helper.c
/qemu/target-sparc/helper.h
/qemu/target-sparc/int32_helper.c
/qemu/target-sparc/int64_helper.c
/qemu/target-sparc/ldst_helper.c
/qemu/target-sparc/machine.c
/qemu/target-sparc/mmu_helper.c
/qemu/target-sparc/monitor.c
/qemu/target-sparc/translate.c
/qemu/target-sparc/vis_helper.c
/qemu/target-sparc/win_helper.c
/qemu/target-tilegx/cpu.c
/qemu/target-tilegx/helper.c
/qemu/target-tilegx/simd_helper.c
/qemu/target-tilegx/translate.c
/qemu/target-tricore/cpu.c
/qemu/target-tricore/helper.c
/qemu/target-tricore/op_helper.c
/qemu/target-tricore/translate.c
/qemu/target-unicore32/cpu.c
/qemu/target-unicore32/helper.c
/qemu/target-unicore32/op_helper.c
/qemu/target-unicore32/softmmu.c
/qemu/target-unicore32/translate.c
/qemu/target-unicore32/ucf64_helper.c
/qemu/target-xtensa/core-dc232b.c
/qemu/target-xtensa/core-dc233c.c
/qemu/target-xtensa/core-fsf.c
/qemu/target-xtensa/cpu.c
/qemu/target-xtensa/gdbstub.c
/qemu/target-xtensa/helper.c
/qemu/target-xtensa/monitor.c
/qemu/target-xtensa/op_helper.c
/qemu/target-xtensa/translate.c
/qemu/target-xtensa/xtensa-semi.c
/qemu/tcg/aarch64/tcg-target.c
/qemu/tcg/arm/tcg-target.c
/qemu/tcg/i386/tcg-target.c
/qemu/tcg/mips/tcg-target.c
/qemu/tcg/optimize.c
/qemu/tcg/ppc/tcg-target.c
/qemu/tcg/s390/tcg-target.c
/qemu/tcg/sparc/tcg-target.c
/qemu/tcg/tcg-common.c
/qemu/tcg/tcg-op.c
/qemu/tcg/tcg.c
/qemu/tcg/tci/tcg-target.c
/qemu/tests/.gitignore
/qemu/tests/Makefile
/qemu/tests/ahci-test.c
/qemu/tests/bios-tables-test.c
/qemu/tests/check-block.sh
/qemu/tests/check-qom-proplist.c
/qemu/tests/fdc-test.c
/qemu/tests/hd-geo-test.c
/qemu/tests/ide-test.c
/qemu/tests/io-channel-helpers.c
/qemu/tests/io-channel-helpers.h
/qemu/tests/ipmi-bt-test.c
/qemu/tests/ipmi-kcs-test.c
/qemu/tests/ivshmem-test.c
/qemu/tests/libqos/ahci.c
/qemu/tests/libqos/ahci.h
/qemu/tests/libqos/malloc.c
/qemu/tests/libqos/pci.c
/qemu/tests/qemu-iotests/018
/qemu/tests/qemu-iotests/018.out
/qemu/tests/qemu-iotests/019
/qemu/tests/qemu-iotests/019.out
/qemu/tests/qemu-iotests/020
/qemu/tests/qemu-iotests/020.out
/qemu/tests/qemu-iotests/024
/qemu/tests/qemu-iotests/024.out
/qemu/tests/qemu-iotests/028
/qemu/tests/qemu-iotests/028.out
/qemu/tests/qemu-iotests/031.out
/qemu/tests/qemu-iotests/034
/qemu/tests/qemu-iotests/034.out
/qemu/tests/qemu-iotests/036
/qemu/tests/qemu-iotests/036.out
/qemu/tests/qemu-iotests/037
/qemu/tests/qemu-iotests/037.out
/qemu/tests/qemu-iotests/038
/qemu/tests/qemu-iotests/038.out
/qemu/tests/qemu-iotests/041
/qemu/tests/qemu-iotests/041.out
/qemu/tests/qemu-iotests/043.out
/qemu/tests/qemu-iotests/050
/qemu/tests/qemu-iotests/050.out
/qemu/tests/qemu-iotests/051
/qemu/tests/qemu-iotests/051.out
/qemu/tests/qemu-iotests/051.pc.out
/qemu/tests/qemu-iotests/059.out
/qemu/tests/qemu-iotests/060.out
/qemu/tests/qemu-iotests/061.out
/qemu/tests/qemu-iotests/067.out
/qemu/tests/qemu-iotests/068
/qemu/tests/qemu-iotests/069.out
/qemu/tests/qemu-iotests/070.out
/qemu/tests/qemu-iotests/075.out
/qemu/tests/qemu-iotests/076.out
/qemu/tests/qemu-iotests/078.out
/qemu/tests/qemu-iotests/080.out
/qemu/tests/qemu-iotests/083
/qemu/tests/qemu-iotests/083.out
/qemu/tests/qemu-iotests/086
/qemu/tests/qemu-iotests/088.out
/qemu/tests/qemu-iotests/092.out
/qemu/tests/qemu-iotests/094
/qemu/tests/qemu-iotests/095
/qemu/tests/qemu-iotests/095.out
/qemu/tests/qemu-iotests/103.out
/qemu/tests/qemu-iotests/110.out
/qemu/tests/qemu-iotests/112
/qemu/tests/qemu-iotests/112.out
/qemu/tests/qemu-iotests/114.out
/qemu/tests/qemu-iotests/116.out
/qemu/tests/qemu-iotests/118
/qemu/tests/qemu-iotests/124
/qemu/tests/qemu-iotests/131.out
/qemu/tests/qemu-iotests/133
/qemu/tests/qemu-iotests/133.out
/qemu/tests/qemu-iotests/140
/qemu/tests/qemu-iotests/140.out
/qemu/tests/qemu-iotests/142
/qemu/tests/qemu-iotests/142.out
/qemu/tests/qemu-iotests/143
/qemu/tests/qemu-iotests/143.out
/qemu/tests/qemu-iotests/common.config
/qemu/tests/qemu-iotests/common.filter
/qemu/tests/qemu-iotests/common.qemu
/qemu/tests/qemu-iotests/group
/qemu/tests/qemu-iotests/iotests.py
/qemu/tests/test-aio.c
/qemu/tests/test-base64.c
/qemu/tests/test-crypto-cipher.c
/qemu/tests/test-crypto-hash.c
/qemu/tests/test-crypto-secret.c
/qemu/tests/test-io-channel-buffer.c
/qemu/tests/test-io-channel-command.c
/qemu/tests/test-io-channel-file.c
/qemu/tests/test-io-channel-socket.c
/qemu/tests/test-io-channel-tls.c
/qemu/tests/test-io-task.c
/qemu/tests/test-string-output-visitor.c
/qemu/tests/test-thread-pool.c
/qemu/tests/test-throttle.c
/qemu/tests/usb-hcd-ehci-test.c
/qemu/tests/usb-hcd-ohci-test.c
/qemu/tests/usb-hcd-uhci-test.c
/qemu/tests/usb-hcd-xhci-test.c
/qemu/tests/vhost-user-test.c
/qemu/tests/virtio-9p-test.c
/qemu/trace-events
/qemu/trace/Makefile.objs
/qemu/translate-all.c
/qemu/translate-common.c
/qemu/ui/console.c
/qemu/ui/curses.c
/qemu/ui/gtk.c
/qemu/ui/sdl.c
/qemu/ui/sdl2-gl.c
/qemu/ui/sdl2.c
/qemu/ui/spice-core.c
/qemu/ui/vnc-auth-sasl.c
/qemu/ui/vnc-auth-vencrypt.c
/qemu/ui/vnc-jobs.c
/qemu/ui/vnc-ws.c
/qemu/ui/vnc-ws.h
/qemu/ui/vnc.c
/qemu/ui/vnc.h
/qemu/util/Makefile.objs
/qemu/util/base64.c
/qemu/util/error.c
/qemu/util/mmap-alloc.c
/qemu/util/qemu-error.c
/qemu/util/qemu-option.c
/qemu/util/qemu-progress.c
/qemu/util/qemu-sockets.c
/qemu/util/throttle.c
/qemu/vl.c
/qemu/xen-common-stub.c
/qemu/xen-common.c
/qemu/xen-hvm-stub.c
/qemu/xen-hvm.c
/qemu/xen-mapcache.c
15eafc2e17-Dec-2015 Paolo Bonzini <pbonzini@redhat.com>

kvm: x86: add support for KVM_CAP_SPLIT_IRQCHIP

This patch adds support for split IRQ chip mode. When
KVM_CAP_SPLIT_IRQCHIP is enabled:

1.) The PIC, PIT, and IOAPIC are implemented in userspace

kvm: x86: add support for KVM_CAP_SPLIT_IRQCHIP

This patch adds support for split IRQ chip mode. When
KVM_CAP_SPLIT_IRQCHIP is enabled:

1.) The PIC, PIT, and IOAPIC are implemented in userspace while
the LAPIC is implemented by KVM.

2.) The software IOAPIC delivers interrupts to the KVM LAPIC via
kvm_set_irq. Interrupt delivery is configured via the MSI routing
table, for which routes are reserved in target-i386/kvm.c then
configured in hw/intc/ioapic.c

3.) KVM delivers IOAPIC EOIs via a new exit KVM_EXIT_IOAPIC_EOI,
which is handled in target-i386/kvm.c and relayed to the software
IOAPIC via ioapic_eoi_broadcast.

Signed-off-by: Matt Gingell <gingell@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

show more ...


/qemu/MAINTAINERS
/qemu/VERSION
/qemu/audio/coreaudio.c
/qemu/block.c
/qemu/block/backup.c
/qemu/block/blkdebug.c
/qemu/block/io.c
/qemu/block/mirror.c
/qemu/block/parallels.c
/qemu/block/qapi.c
/qemu/block/qcow2-refcount.c
/qemu/block/qcow2.c
/qemu/block/quorum.c
/qemu/block/raw-posix.c
/qemu/blockdev.c
/qemu/bsd-user/elfload.c
/qemu/configure
/qemu/cpus.c
/qemu/crypto/tlscreds.c
/qemu/crypto/tlscredsx509.c
/qemu/default-configs/i386-softmmu.mak
/qemu/default-configs/x86_64-softmmu.mak
/qemu/docs/blkdebug.txt
/qemu/docs/qapi-code-gen.txt
/qemu/docs/specs/fw_cfg.txt
/qemu/exec.c
/qemu/hmp.c
/qemu/hw/9pfs/virtio-9p-device.c
/qemu/hw/acpi/aml-build.c
/qemu/hw/arm/fsl-imx25.c
/qemu/hw/arm/fsl-imx31.c
/qemu/hw/arm/virt-acpi-build.c
/qemu/hw/arm/virt.c
/qemu/hw/block/dataplane/virtio-blk.c
/qemu/hw/block/virtio-blk.c
/qemu/hw/bt/sdp.c
/qemu/hw/char/escc.c
/qemu/hw/core/machine.c
/qemu/hw/display/omap_lcd_template.h
/qemu/hw/display/pxa2xx_lcd.c
/qemu/hw/display/virtio-gpu.c
/qemu/hw/dma/soc_dma.c
/qemu/hw/gpio/imx_gpio.c
/qemu/hw/i386/acpi-build.c
/qemu/hw/i386/pc.c
/qemu/hw/i386/pc_piix.c
/qemu/hw/i386/pc_q35.c
/qemu/hw/input/hid.c
/qemu/hw/input/ps2.c
/qemu/hw/input/virtio-input-hid.c
/qemu/hw/intc/ioapic.c
/qemu/hw/mips/gt64xxx_pci.c
/qemu/hw/misc/Makefile.objs
/qemu/hw/misc/hyperv_testdev.c
/qemu/hw/misc/imx25_ccm.c
/qemu/hw/misc/imx31_ccm.c
/qemu/hw/misc/imx_ccm.c
/qemu/hw/net/e1000.c
/qemu/hw/net/lan9118.c
/qemu/hw/net/pcnet.c
/qemu/hw/net/vmxnet3.c
/qemu/hw/nvram/fw_cfg.c
/qemu/hw/ppc/spapr_drc.c
/qemu/hw/s390x/virtio-ccw.c
/qemu/hw/scsi/vmw_pvscsi.c
/qemu/hw/sd/sd.c
/qemu/hw/sd/sdhci.c
/qemu/hw/timer/imx_epit.c
/qemu/hw/timer/imx_gpt.c
/qemu/hw/usb/dev-mtp.c
/qemu/hw/usb/hcd-ehci.c
/qemu/hw/virtio/virtio-bus.c
/qemu/hw/virtio/virtio-pci.c
/qemu/hw/virtio/virtio-pci.h
/qemu/include/block/block.h
/qemu/include/block/block_int.h
/qemu/include/exec/cpu-all.h
/qemu/include/exec/ram_addr.h
/qemu/include/hw/acpi/aml-build.h
/qemu/include/hw/arm/fsl-imx25.h
/qemu/include/hw/arm/fsl-imx31.h
/qemu/include/hw/arm/virt.h
/qemu/include/hw/boards.h
/qemu/include/hw/bt.h
/qemu/include/hw/compat.h
/qemu/include/hw/gpio/imx_gpio.h
/qemu/include/hw/i386/pc.h
/qemu/include/hw/misc/imx25_ccm.h
/qemu/include/hw/misc/imx31_ccm.h
/qemu/include/hw/misc/imx_ccm.h
/qemu/include/hw/nvram/fw_cfg.h
/qemu/include/hw/qdev-core.h
/qemu/include/hw/scsi/scsi.h
/qemu/include/hw/sd/sdhci.h
/qemu/include/hw/timer/imx_epit.h
/qemu/include/hw/timer/imx_gpt.h
/qemu/include/hw/virtio/vhost.h
/qemu/include/hw/virtio/virtio-blk.h
/qemu/include/hw/virtio/virtio-bus.h
/qemu/include/migration/migration.h
/qemu/include/qapi/error.h
/qemu/include/qapi/qmp/qbool.h
/qemu/include/qapi/qmp/qdict.h
/qemu/include/qapi/qmp/qfloat.h
/qemu/include/qapi/qmp/qint.h
/qemu/include/qapi/qmp/qlist.h
/qemu/include/qapi/qmp/qobject.h
/qemu/include/qapi/qmp/qstring.h
/qemu/include/qapi/visitor-impl.h
/qemu/include/qapi/visitor.h
/qemu/include/qemu/mmap-alloc.h
/qemu/include/qemu/typedefs.h
/qemu/include/qom/object.h
/qemu/include/standard-headers/asm-x86/hyperv.h
/qemu/include/standard-headers/linux/input-event-codes.h
/qemu/include/standard-headers/linux/input.h
/qemu/include/standard-headers/linux/pci_regs.h
/qemu/include/standard-headers/linux/virtio_gpu.h
/qemu/include/sysemu/kvm.h
/qemu/iothread.c
/qemu/kvm-all.c
/qemu/linux-headers/asm-arm64/kvm.h
/qemu/linux-headers/asm-powerpc/unistd.h
/qemu/linux-headers/asm-s390/kvm.h
/qemu/linux-headers/asm-s390/unistd.h
/qemu/linux-headers/asm-x86/unistd_32.h
/qemu/linux-headers/asm-x86/unistd_64.h
/qemu/linux-headers/asm-x86/unistd_x32.h
/qemu/linux-headers/linux/kvm.h
/qemu/linux-headers/linux/psci.h
/qemu/linux-user/elfload.c
/qemu/linux-user/mmap.c
/qemu/memory.c
/qemu/migration/migration.c
/qemu/migration/qemu-file-unix.c
/qemu/migration/ram.c
/qemu/monitor.c
/qemu/net/net.c
/qemu/net/vhost-user.c
/qemu/po/de_DE.po
/qemu/po/fr_FR.po
/qemu/po/hu.po
/qemu/po/it.po
/qemu/po/messages.po
/qemu/po/tr.po
/qemu/po/zh_CN.po
/qemu/qapi-schema.json
/qemu/qapi/block-core.json
/qemu/qapi/common.json
/qemu/qapi/opts-visitor.c
/qemu/qapi/qapi-visit-core.c
/qemu/qapi/qmp-dispatch.c
/qemu/qapi/qmp-input-visitor.c
/qemu/qapi/string-input-visitor.c
/qemu/qemu-nbd.c
/qemu/qemu-options.hx
/qemu/qmp-commands.hx
/qemu/qobject/Makefile.objs
/qemu/qobject/qbool.c
/qemu/qobject/qdict.c
/qemu/qobject/qfloat.c
/qemu/qobject/qint.c
/qemu/qobject/qlist.c
/qemu/qobject/qnull.c
/qemu/qobject/qobject.c
/qemu/qobject/qstring.c
/qemu/replay/replay-input.c
/qemu/scripts/qapi-types.py
/qemu/scripts/qapi-visit.py
/qemu/scripts/qapi.py
/qemu/scripts/update-linux-headers.sh
kvm.c
/qemu/target-arm/cpu.c
/qemu/target-arm/helper-a64.c
/qemu/target-arm/helper.c
/qemu/target-arm/internals.h
/qemu/target-arm/kvm.c
/qemu/target-arm/kvm32.c
/qemu/target-arm/kvm64.c
/qemu/target-arm/kvm_arm.h
/qemu/target-arm/op_helper.c
/qemu/target-arm/translate.c
/qemu/target-i386/Makefile.objs
/qemu/target-i386/cpu-qom.h
/qemu/target-i386/cpu.c
/qemu/target-i386/cpu.h
/qemu/target-i386/hyperv.c
/qemu/target-i386/hyperv.h
/qemu/target-i386/kvm.c
/qemu/target-i386/kvm_i386.h
/qemu/target-i386/machine.c
/qemu/target-sparc/translate.c
/qemu/tests/Makefile
/qemu/tests/guest-debug/test-gdbstub.py
/qemu/tests/ide-test.c
/qemu/tests/libqtest.c
/qemu/tests/libqtest.h
/qemu/tests/qapi-schema/alternate-clash.err
/qemu/tests/qapi-schema/alternate-empty.out
/qemu/tests/qapi-schema/args-member-case.err
/qemu/tests/qapi-schema/args-member-case.exit
/qemu/tests/qapi-schema/args-member-case.json
/qemu/tests/qapi-schema/args-member-case.out
/qemu/tests/qapi-schema/args-name-clash.err
/qemu/tests/qapi-schema/args-name-clash.exit
/qemu/tests/qapi-schema/args-name-clash.json
/qemu/tests/qapi-schema/args-name-clash.out
/qemu/tests/qapi-schema/base-cycle-direct.err
/qemu/tests/qapi-schema/base-cycle-direct.exit
/qemu/tests/qapi-schema/base-cycle-direct.json
/qemu/tests/qapi-schema/base-cycle-direct.out
/qemu/tests/qapi-schema/base-cycle-indirect.err
/qemu/tests/qapi-schema/base-cycle-indirect.exit
/qemu/tests/qapi-schema/base-cycle-indirect.json
/qemu/tests/qapi-schema/base-cycle-indirect.out
/qemu/tests/qapi-schema/comments.out
/qemu/tests/qapi-schema/empty.out
/qemu/tests/qapi-schema/enum-clash-member.err
/qemu/tests/qapi-schema/enum-clash-member.json
/qemu/tests/qapi-schema/enum-member-case.err
/qemu/tests/qapi-schema/enum-member-case.exit
/qemu/tests/qapi-schema/enum-member-case.json
/qemu/tests/qapi-schema/enum-member-case.out
/qemu/tests/qapi-schema/event-case.out
/qemu/tests/qapi-schema/flat-union-clash-member.err
/qemu/tests/qapi-schema/flat-union-empty.out
/qemu/tests/qapi-schema/ident-with-escape.out
/qemu/tests/qapi-schema/include-relpath.out
/qemu/tests/qapi-schema/include-repetition.out
/qemu/tests/qapi-schema/include-simple.out
/qemu/tests/qapi-schema/indented-expr.out
/qemu/tests/qapi-schema/qapi-schema-test.json
/qemu/tests/qapi-schema/qapi-schema-test.out
/qemu/tests/qapi-schema/reserved-enum-q.err
/qemu/tests/qapi-schema/reserved-enum-q.exit
/qemu/tests/qapi-schema/reserved-enum-q.json
/qemu/tests/qapi-schema/reserved-enum-q.out
/qemu/tests/qapi-schema/reserved-member-underscore.err
/qemu/tests/qapi-schema/reserved-member-underscore.exit
/qemu/tests/qapi-schema/reserved-member-underscore.json
/qemu/tests/qapi-schema/reserved-member-underscore.out
/qemu/tests/qapi-schema/struct-base-clash-deep.err
/qemu/tests/qapi-schema/struct-base-clash.err
/qemu/tests/qapi-schema/union-branch-case.err
/qemu/tests/qapi-schema/union-branch-case.exit
/qemu/tests/qapi-schema/union-branch-case.json
/qemu/tests/qapi-schema/union-branch-case.out
/qemu/tests/qapi-schema/union-clash-branches.err
/qemu/tests/qapi-schema/union-clash-branches.json
/qemu/tests/qapi-schema/union-clash-data.out
/qemu/tests/qapi-schema/union-empty.out
/qemu/tests/qemu-iotests/026
/qemu/tests/qemu-iotests/026.out
/qemu/tests/qemu-iotests/026.out.nocache
/qemu/tests/qemu-iotests/056
/qemu/tests/qemu-iotests/056.out
/qemu/tests/qemu-iotests/077
/qemu/tests/qemu-iotests/118
/qemu/tests/qemu-iotests/139
/qemu/tests/qemu-iotests/iotests.py
/qemu/tests/qom-test.c
/qemu/tests/test-qmp-commands.c
/qemu/tests/test-qmp-input-visitor.c
/qemu/tests/test-qmp-output-visitor.c
/qemu/tests/test-string-output-visitor.c
/qemu/tests/vhost-user-bridge.c
/qemu/tests/vhost-user-test.c
/qemu/tpm.c
/qemu/trace-events
/qemu/translate-all.c
/qemu/translate-common.c
/qemu/ui/cocoa.m
/qemu/ui/console.c
/qemu/ui/gtk.c
/qemu/ui/input-keymap.c
/qemu/ui/input-legacy.c
/qemu/ui/input.c
/qemu/ui/sdl.c
/qemu/ui/sdl2.c
/qemu/ui/spice-input.c
/qemu/ui/vnc.c
/qemu/util/id.c
/qemu/util/mmap-alloc.c
/qemu/util/oslib-posix.c
/qemu/vl.c
21a2430230-Nov-2015 Michael S. Tsirkin <mst@redhat.com>

main-loop: suppress warnings under qtest

commit 01c22f2cdd4fcf02276ea10f48253850a5fd7259 ("main-loop: Suppress
"I/O thread spun" warnings for qtest") doesn't actually disable the
warning for everyon

main-loop: suppress warnings under qtest

commit 01c22f2cdd4fcf02276ea10f48253850a5fd7259 ("main-loop: Suppress
"I/O thread spun" warnings for qtest") doesn't actually disable the
warning for everyone since some tests don't run under the qtest
accelerator.

Check qtest_driver instead.

Cc: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Message-Id: <1448882964-22433-1-git-send-email-mst@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

show more ...


/qemu/MAINTAINERS
/qemu/Makefile
/qemu/VERSION
/qemu/aio-posix.c
/qemu/backends/hostmem.c
/qemu/block.c
/qemu/block/accounting.c
/qemu/block/backup.c
/qemu/block/block-backend.c
/qemu/block/gluster.c
/qemu/block/io.c
/qemu/block/iscsi.c
/qemu/block/mirror.c
/qemu/block/parallels.c
/qemu/block/qapi.c
/qemu/block/qed.c
/qemu/block/raw-posix.c
/qemu/block/raw_bsd.c
/qemu/block/snapshot.c
/qemu/blockdev.c
/qemu/blockjob.c
/qemu/configure
/qemu/cpus.c
/qemu/crypto/tlscredsx509.c
/qemu/crypto/tlssession.c
/qemu/default-configs/aarch64-linux-user.mak
/qemu/disas/arm.c
/qemu/docs/bitmaps.md
/qemu/docs/qapi-code-gen.txt
/qemu/docs/specs/vhost-user.txt
/qemu/docs/writing-qmp-commands.txt
/qemu/exec.c
/qemu/fsdev/virtfs-proxy-helper.c
/qemu/hmp-commands.hx
/qemu/hmp.c
/qemu/hw/9pfs/virtio-9p-coth.c
/qemu/hw/9pfs/virtio-9p-coth.h
/qemu/hw/9pfs/virtio-9p-device.c
/qemu/hw/acpi/core.c
/qemu/hw/acpi/memory_hotplug.c
/qemu/hw/arm/xilinx_zynq.c
/qemu/hw/arm/xlnx-ep108.c
/qemu/hw/block/nand.c
/qemu/hw/block/nvme.c
/qemu/hw/block/virtio-blk.c
/qemu/hw/block/xen_disk.c
/qemu/hw/core/machine.c
/qemu/hw/i386/pc.c
/qemu/hw/i386/pc_piix.c
/qemu/hw/i386/pc_q35.c
/qemu/hw/ide/atapi.c
/qemu/hw/ide/core.c
/qemu/hw/ide/internal.h
/qemu/hw/ide/macio.c
/qemu/hw/ide/pci.c
/qemu/hw/intc/arm_gic.c
/qemu/hw/misc/Makefile.objs
/qemu/hw/misc/ivshmem.c
/qemu/hw/misc/macio/mac_dbdma.c
/qemu/hw/misc/zynq-xadc.c
/qemu/hw/net/e1000.c
/qemu/hw/net/e1000_regs.h
/qemu/hw/net/eepro100.c
/qemu/hw/net/rocker/rocker.c
/qemu/hw/net/rocker/rocker_of_dpa.c
/qemu/hw/net/vhost_net.c
/qemu/hw/pci-host/piix.c
/qemu/hw/pci-host/q35.c
/qemu/hw/ppc/ppc405_boards.c
/qemu/hw/ppc/spapr.c
/qemu/hw/ppc/spapr_drc.c
/qemu/hw/s390x/s390-pci-bus.c
/qemu/hw/s390x/s390-pci-bus.h
/qemu/hw/s390x/s390-pci-inst.c
/qemu/hw/s390x/s390-virtio.c
/qemu/hw/scsi/scsi-disk.c
/qemu/hw/scsi/virtio-scsi.c
/qemu/hw/tpm/tpm_tis.c
/qemu/hw/virtio/vhost-backend.c
/qemu/hw/virtio/vhost-user.c
/qemu/hw/virtio/virtio-pci.c
/qemu/hw/virtio/virtio-pci.h
/qemu/hw/virtio/virtio.c
/qemu/hw/xenpv/xen_domainbuild.c
/qemu/include/block/accounting.h
/qemu/include/block/block.h
/qemu/include/block/block_int.h
/qemu/include/block/blockjob.h
/qemu/include/block/snapshot.h
/qemu/include/hw/boards.h
/qemu/include/hw/compat.h
/qemu/include/hw/i386/pc.h
/qemu/include/hw/misc/zynq-xadc.h
/qemu/include/hw/qdev-core.h
/qemu/include/hw/virtio/virtio-bus.h
/qemu/include/hw/xen/xen_common.h
/qemu/include/qapi/qmp/json-lexer.h
/qemu/include/qapi/qmp/json-parser.h
/qemu/include/qapi/qmp/json-streamer.h
/qemu/include/qemu/buffer.h
/qemu/include/qemu/osdep.h
/qemu/include/qemu/timed-average.h
/qemu/include/qom/object.h
/qemu/include/sysemu/block-backend.h
/qemu/include/sysemu/kvm.h
/qemu/include/sysemu/os-win32.h
/qemu/include/sysemu/sysemu.h
/qemu/kvm-all.c
/qemu/kvm-stub.c
/qemu/linux-headers/linux/vhost.h
/qemu/main-loop.c
/qemu/memory.c
/qemu/migration/block.c
/qemu/migration/migration.c
/qemu/migration/postcopy-ram.c
/qemu/migration/ram.c
/qemu/migration/rdma.c
/qemu/migration/savevm.c
/qemu/monitor.c
/qemu/net/filter.c
/qemu/net/netmap.c
/qemu/net/tap-win32.c
/qemu/net/vhost-user.c
/qemu/pc-bios/s390-ccw.img
/qemu/pc-bios/s390-ccw/Makefile
/qemu/qapi-schema.json
/qemu/qapi/block-core.json
/qemu/qapi/introspect.json
/qemu/qemu-char.c
/qemu/qemu-doc.texi
/qemu/qemu-img.c
/qemu/qemu-io-cmds.c
/qemu/qemu-seccomp.c
/qemu/qga/commands-posix.c
/qemu/qga/commands-win32.c
/qemu/qga/commands.c
/qemu/qga/guest-agent-core.h
/qemu/qga/installer/qemu-ga.wxs
/qemu/qga/main.c
/qemu/qga/qapi-schema.json
/qemu/qmp-commands.hx
/qemu/qmp.c
/qemu/qobject/json-lexer.c
/qemu/qobject/json-parser.c
/qemu/qobject/json-streamer.c
/qemu/qobject/qjson.c
/qemu/qom/object.c
/qemu/slirp/bootp.c
/qemu/slirp/if.c
/qemu/slirp/ip_icmp.c
/qemu/slirp/ip_input.c
/qemu/slirp/ip_output.c
/qemu/slirp/mbuf.c
/qemu/slirp/misc.c
/qemu/slirp/sbuf.c
/qemu/slirp/socket.c
/qemu/slirp/tcp_input.c
/qemu/slirp/tcp_output.c
/qemu/slirp/tcp_subr.c
/qemu/slirp/udp.c
qtest.c
/qemu/target-arm/helper.c
/qemu/target-arm/translate-a64.c
/qemu/target-arm/translate.c
/qemu/target-i386/cpu.c
/qemu/target-i386/cpu.h
/qemu/target-i386/kvm.c
/qemu/target-i386/translate.c
/qemu/target-mips/cpu.h
/qemu/target-mips/helper.c
/qemu/target-mips/op_helper.c
/qemu/target-ppc/cpu.h
/qemu/target-ppc/dfp_helper.c
/qemu/target-ppc/fpu_helper.c
/qemu/target-sparc/vis_helper.c
/qemu/tcg/tcg.c
/qemu/tests/.gitignore
/qemu/tests/Makefile
/qemu/tests/ahci-test.c
/qemu/tests/check-qjson.c
/qemu/tests/check-qom-proplist.c
/qemu/tests/crypto-tls-x509-helpers.c
/qemu/tests/ide-test.c
/qemu/tests/ivshmem-test.c
/qemu/tests/libqos/libqos.c
/qemu/tests/libqos/libqos.h
/qemu/tests/libqtest.c
/qemu/tests/qemu-iotests/030
/qemu/tests/qemu-iotests/119
/qemu/tests/qemu-iotests/120
/qemu/tests/qemu-iotests/124
/qemu/tests/qemu-iotests/124.out
/qemu/tests/qemu-iotests/136
/qemu/tests/qemu-iotests/136.out
/qemu/tests/qemu-iotests/group
/qemu/tests/test-aio.c
/qemu/tests/test-blockjob-txn.c
/qemu/tests/test-qga.c
/qemu/tests/test-timed-average.c
/qemu/tests/vhost-user-bridge.c
/qemu/tests/vhost-user-test.c
/qemu/trace-events
/qemu/trace/simple.c
/qemu/ui/cocoa.m
/qemu/ui/vnc-jobs.c
/qemu/ui/vnc.c
/qemu/util/Makefile.objs
/qemu/util/buffer.c
/qemu/util/osdep.c
/qemu/util/oslib-win32.c
/qemu/util/timed-average.c
/qemu/vl.c
0a9516c212-Nov-2015 Alexey Kardashevskiy <aik@ozlabs.ru>

monitor/target-ppc: Define target_get_monitor_def

At the moment get_monitor_def() returns only registers from statically
defined monitor_defs array. However there is a lot of BOOK3S SPRs
which are n

monitor/target-ppc: Define target_get_monitor_def

At the moment get_monitor_def() returns only registers from statically
defined monitor_defs array. However there is a lot of BOOK3S SPRs
which are not in the list and cannot be printed from the monitor.

This adds a new target platform hook - target_get_monitor_def().
The hook is called if a register was not found in the static
array returned by the target_monitor_defs() hook.

The hook is only defined for POWERPC, it returns registered
SPRs and fails on unregistered ones providing the user with information
on what is actually supported on the running CPU. The register value is
saved as uint64_t as it is the biggest supported register size;
target_ulong cannot be used because of the stub - it is in a "common"
code and cannot include "cpu.h", etc; this is also why the hook prototype
is redefined in the stub instead of being included from some header.

This replaces static descriptors for GPRs, FPRs, SRs with a helper which
looks for a value in a corresponding array in the CPUPPCState.
The immediate effect is that all 32 SRs can be printed now (instead of 16);
later this can be reused for VSX or TM registers.

This replaces callbacks for MSR and XER with static descriptors in
monitor_defs as they are stored in CPUPPCState.

While we are here, this adds "cr" as a synonym of "ccr".

Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>

show more ...


/qemu/.gitignore
/qemu/MAINTAINERS
/qemu/aio-posix.c
/qemu/aio-win32.c
/qemu/async.c
/qemu/balloon.c
/qemu/block.c
/qemu/block/block-backend.c
/qemu/block/commit.c
/qemu/block/iscsi.c
/qemu/block/mirror.c
/qemu/block/qapi.c
/qemu/block/qcow2-cluster.c
/qemu/block/qcow2-refcount.c
/qemu/block/throttle-groups.c
/qemu/blockdev.c
/qemu/configure
/qemu/contrib/ivshmem-server/ivshmem-server.c
/qemu/cpu-exec.c
/qemu/cpus.c
/qemu/docs/migration.txt
/qemu/docs/qapi-code-gen.txt
/qemu/exec.c
/qemu/gdbstub.c
/qemu/hmp-commands.hx
/qemu/hmp.c
/qemu/hmp.h
/qemu/hw/acpi/aml-build.c
/qemu/hw/arm/allwinner-a10.c
/qemu/hw/arm/boot.c
/qemu/hw/arm/highbank.c
/qemu/hw/arm/nseries.c
/qemu/hw/arm/virt.c
/qemu/hw/bt/hci.c
/qemu/hw/bt/sdp.c
/qemu/hw/core/qdev.c
/qemu/hw/display/qxl.c
/qemu/hw/display/tcx.c
/qemu/hw/dma/pxa2xx_dma.c
/qemu/hw/i386/kvm/clock.c
/qemu/hw/i386/pc_piix.c
/qemu/hw/i386/pc_q35.c
/qemu/hw/i386/pci-assign-load-rom.c
/qemu/hw/ide/ahci.c
/qemu/hw/ide/ahci.h
/qemu/hw/ide/core.c
/qemu/hw/ide/ich.c
/qemu/hw/ide/internal.h
/qemu/hw/ide/pci.c
/qemu/hw/input/tsc210x.c
/qemu/hw/intc/arm_gic.c
/qemu/hw/misc/macio/cuda.c
/qemu/hw/pci/pcie.c
/qemu/hw/ppc/mac.h
/qemu/hw/ppc/mac_newworld.c
/qemu/hw/ppc/spapr.c
/qemu/hw/s390x/css.c
/qemu/hw/s390x/ipl.c
/qemu/hw/s390x/ipl.h
/qemu/hw/s390x/s390-pci-bus.c
/qemu/hw/s390x/s390-virtio-ccw.c
/qemu/hw/s390x/s390-virtio.c
/qemu/hw/scsi/megasas.c
/qemu/hw/scsi/scsi-bus.c
/qemu/hw/scsi/scsi-disk.c
/qemu/hw/timer/hpet.c
/qemu/hw/usb/ccid-card-emulated.c
/qemu/hw/usb/dev-mtp.c
/qemu/hw/usb/hcd-xhci.c
/qemu/hw/usb/redirect.c
/qemu/hw/vfio/pci-quirks.c
/qemu/hw/vfio/pci.c
/qemu/hw/vfio/platform.c
/qemu/hw/virtio/dataplane/vring.c
/qemu/hw/virtio/virtio-balloon.c
/qemu/hw/xen/xen_pt_config_init.c
/qemu/include/block/aio.h
/qemu/include/block/block_int.h
/qemu/include/exec/cpu-common.h
/qemu/include/exec/exec-all.h
/qemu/include/exec/ram_addr.h
/qemu/include/hw/arm/allwinner-a10.h
/qemu/include/hw/arm/arm.h
/qemu/include/hw/i386/pc.h
/qemu/include/hw/qdev-core.h
/qemu/include/migration/migration.h
/qemu/include/migration/postcopy-ram.h
/qemu/include/migration/qemu-file.h
/qemu/include/migration/vmstate.h
/qemu/include/monitor/hmp-target.h
/qemu/include/qapi/error.h
/qemu/include/qapi/qmp/qerror.h
/qemu/include/qapi/qmp/qobject.h
/qemu/include/qemu-common.h
/qemu/include/qemu/log.h
/qemu/include/qemu/osdep.h
/qemu/include/qemu/typedefs.h
/qemu/include/qom/object.h
/qemu/include/sysemu/balloon.h
/qemu/include/sysemu/block-backend.h
/qemu/include/sysemu/blockdev.h
/qemu/include/sysemu/cpus.h
/qemu/include/sysemu/kvm.h
/qemu/include/sysemu/replay.h
/qemu/include/sysemu/sysemu.h
/qemu/include/ui/input.h
/qemu/ioport.c
/qemu/kvm-all.c
/qemu/linux-headers/linux/userfaultfd.h
/qemu/linux-user/syscall.c
/qemu/memory.c
/qemu/migration/Makefile.objs
/qemu/migration/block.c
/qemu/migration/migration.c
/qemu/migration/postcopy-ram.c
/qemu/migration/qemu-file-unix.c
/qemu/migration/qemu-file.c
/qemu/migration/ram.c
/qemu/migration/savevm.c
/qemu/monitor.c
/qemu/net/tap-bsd.c
/qemu/pc-bios/README
/qemu/pc-bios/s390-ccw.img
/qemu/pc-bios/s390-ccw/bootmap.c
/qemu/pc-bios/s390-ccw/bootmap.h
/qemu/pc-bios/s390-ccw/virtio.c
/qemu/pc-bios/s390-ccw/virtio.h
/qemu/pc-bios/slof.bin
/qemu/qapi-schema.json
/qemu/qapi/block-core.json
/qemu/qapi/introspect.json
/qemu/qemu-doc.texi
/qemu/qemu-img.c
/qemu/qemu-io-cmds.c
/qemu/qemu-log.c
/qemu/qemu-options.hx
/qemu/qga/commands-posix.c
/qemu/qga/commands-win32.c
/qemu/qmp-commands.hx
/qemu/qmp.c
/qemu/qom/object.c
/qemu/qtest.c
/qemu/replay/Makefile.objs
/qemu/replay/replay-events.c
/qemu/replay/replay-input.c
/qemu/replay/replay-internal.h
/qemu/replay/replay.c
/qemu/roms/SLOF
/qemu/scripts/qapi-introspect.py
/qemu/scripts/qapi-visit.py
/qemu/scripts/texi2pod.pl
Makefile.objs
target-get-monitor-def.c
/qemu/target-alpha/translate.c
/qemu/target-arm/op_helper.c
/qemu/target-arm/translate.c
/qemu/target-i386/cpu.c
/qemu/target-i386/cpu.h
/qemu/target-i386/kvm.c
/qemu/target-i386/kvm_i386.h
/qemu/target-i386/ops_sse.h
/qemu/target-i386/translate.c
/qemu/target-ppc/cpu-qom.h
/qemu/target-ppc/cpu.h
/qemu/target-ppc/kvm_ppc.h
/qemu/target-ppc/mem_helper.c
/qemu/target-ppc/mmu_helper.c
/qemu/target-ppc/monitor.c
/qemu/target-ppc/translate.c
/qemu/target-ppc/translate_init.c
/qemu/target-s390x/kvm.c
/qemu/tests/.gitignore
/qemu/tests/i440fx-test.c
/qemu/tests/qapi-schema/qapi-schema-test.json
/qemu/tests/qapi-schema/qapi-schema-test.out
/qemu/tests/qemu-iotests/039.out
/qemu/tests/qemu-iotests/040
/qemu/tests/qemu-iotests/040.out
/qemu/tests/qemu-iotests/058
/qemu/tests/qemu-iotests/061.out
/qemu/tests/qemu-iotests/085
/qemu/tests/qemu-iotests/085.out
/qemu/tests/qemu-iotests/118
/qemu/tests/qemu-iotests/118.out
/qemu/tests/qemu-iotests/137.out
/qemu/tests/qemu-iotests/139
/qemu/tests/qemu-iotests/139.out
/qemu/tests/qemu-iotests/common
/qemu/tests/qemu-iotests/common.config
/qemu/tests/qemu-iotests/common.qemu
/qemu/tests/qemu-iotests/common.rc
/qemu/tests/qemu-iotests/group
/qemu/tests/test-qmp-commands.c
/qemu/tests/test-qmp-input-strict.c
/qemu/tests/test-qmp-input-visitor.c
/qemu/tests/test-qmp-output-visitor.c
/qemu/tests/test-visitor-serialization.c
/qemu/trace-events
/qemu/ui/cocoa.m
/qemu/ui/console.c
/qemu/ui/curses.c
/qemu/ui/input-legacy.c
/qemu/ui/input.c
/qemu/ui/keymaps.c
/qemu/ui/sdl.c
/qemu/ui/vnc-jobs.c
/qemu/ui/vnc.c
/qemu/util/error.c
/qemu/util/osdep.c
/qemu/util/qemu-sockets.c
/qemu/vl.c
7615936e17-Sep-2015 Pavel Dovgalyuk <Pavel.Dovgaluk@ispras.ru>

replay: initialization and deinitialization

This patch introduces the functions for enabling the record/replay and for
freeing the resources when simulator closes.

Reviewed-by: Paolo Bonzini <pbonz

replay: initialization and deinitialization

This patch introduces the functions for enabling the record/replay and for
freeing the resources when simulator closes.

Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>

Signed-off-by: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
Message-Id: <20150917162507.8676.90232.stgit@PASHA-ISP.def.inno>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Pavel Dovgalyuk <Pavel.Dovgaluk@ispras.ru>

show more ...

8bd7f71d17-Sep-2015 Pavel Dovgalyuk <Pavel.Dovgaluk@ispras.ru>

replay: checkpoints

This patch introduces checkpoints that synchronize cpu thread and iothread.
When checkpoint is met in the code all asynchronous events from the queue
are executed.

Signed-off-by

replay: checkpoints

This patch introduces checkpoints that synchronize cpu thread and iothread.
When checkpoint is met in the code all asynchronous events from the queue
are executed.

Signed-off-by: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
Message-Id: <20150917162444.8676.52916.stgit@PASHA-ISP.def.inno>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Pavel Dovgalyuk <Pavel.Dovgaluk@ispras.ru>

show more ...

8eda206e17-Sep-2015 Pavel Dovgalyuk <Pavel.Dovgaluk@ispras.ru>

replay: recording and replaying clock ticks

Clock ticks are considered as the sources of non-deterministic data for
virtual machine. This patch implements saving the clock values when they
are acqui

replay: recording and replaying clock ticks

Clock ticks are considered as the sources of non-deterministic data for
virtual machine. This patch implements saving the clock values when they
are acquired (virtual, host clock).
When replaying the execution corresponding values are read from log and
transfered to the module, which wants to read the values.
Such a design required the clock polling to be synchronized. Sometimes
it is not true - e.g. when timeouts for timer lists are checked. In this case
we use a cached value of the clock, passing it to the client code.

Signed-off-by: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
Message-Id: <20150917162427.8676.36558.stgit@PASHA-ISP.def.inno>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Pavel Dovgalyuk <Pavel.Dovgaluk@ispras.ru>

show more ...

6f06096917-Sep-2015 Pavel Dovgalyuk <Pavel.Dovgaluk@ispras.ru>

replay: interrupts and exceptions

This patch includes modifications of common cpu files. All interrupts and
exceptions occured during recording are written into the replay log.
These events allow co

replay: interrupts and exceptions

This patch includes modifications of common cpu files. All interrupts and
exceptions occured during recording are written into the replay log.
These events allow correct replaying the execution by kicking cpu thread
when one of these events is found in the log.

Signed-off-by: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
Message-Id: <20150917162416.8676.57647.stgit@PASHA-ISP.def.inno>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

show more ...

d73abd6d17-Sep-2015 Pavel Dovgalyuk <Pavel.Dovgaluk@ispras.ru>

replay: global variables and function stubs

This patch adds global variables, defines, function declarations,
and function stubs for deterministic VM replay used by external modules.

Reviewed-by: P

replay: global variables and function stubs

This patch adds global variables, defines, function declarations,
and function stubs for deterministic VM replay used by external modules.

Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>

Signed-off-by: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
Message-Id: <20150917162337.8676.41538.stgit@PASHA-ISP.def.inno>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

show more ...


/qemu/MAINTAINERS
/qemu/Makefile
/qemu/Makefile.objs
/qemu/aio-posix.c
/qemu/aio-win32.c
/qemu/async.c
/qemu/block.c
/qemu/block/accounting.c
/qemu/block/backup.c
/qemu/block/block-backend.c
/qemu/block/commit.c
/qemu/block/curl.c
/qemu/block/io.c
/qemu/block/iscsi.c
/qemu/block/linux-aio.c
/qemu/block/mirror.c
/qemu/block/nbd-client.c
/qemu/block/nbd.c
/qemu/block/nfs.c
/qemu/block/qapi.c
/qemu/block/qcow2.c
/qemu/block/raw-posix.c
/qemu/block/raw_bsd.c
/qemu/block/sheepdog.c
/qemu/block/ssh.c
/qemu/block/stream.c
/qemu/block/throttle-groups.c
/qemu/block/vmdk.c
/qemu/block/win32-aio.c
/qemu/blockdev.c
/qemu/blockjob.c
/qemu/configure
/qemu/contrib/ivshmem-client/Makefile.objs
/qemu/contrib/ivshmem-client/ivshmem-client.c
/qemu/contrib/ivshmem-client/ivshmem-client.h
/qemu/contrib/ivshmem-client/main.c
/qemu/contrib/ivshmem-server/Makefile.objs
/qemu/contrib/ivshmem-server/ivshmem-server.c
/qemu/contrib/ivshmem-server/ivshmem-server.h
/qemu/contrib/ivshmem-server/main.c
/qemu/cpu-exec.c
/qemu/crypto/cipher-builtin.c
/qemu/crypto/cipher-gcrypt.c
/qemu/crypto/cipher-nettle.c
/qemu/crypto/cipher.c
/qemu/crypto/init.c
/qemu/default-configs/pci.mak
/qemu/disas.c
/qemu/disas/mips.c
/qemu/docs/qapi-code-gen.txt
/qemu/docs/qmp-events.txt
/qemu/docs/qmp-spec.txt
/qemu/docs/replay.txt
/qemu/docs/specs/ivshmem_device_spec.txt
/qemu/hmp.c
/qemu/hw/acpi/memory_hotplug.c
/qemu/hw/arm/armv7m.c
/qemu/hw/arm/boot.c
/qemu/hw/arm/stellaris.c
/qemu/hw/arm/stm32f205_soc.c
/qemu/hw/arm/virt-acpi-build.c
/qemu/hw/arm/virt.c
/qemu/hw/arm/xilinx_zynq.c
/qemu/hw/arm/xlnx-zynqmp.c
/qemu/hw/block/dataplane/virtio-blk.c
/qemu/hw/block/fdc.c
/qemu/hw/block/virtio-blk.c
/qemu/hw/block/xen_disk.c
/qemu/hw/char/escc.c
/qemu/hw/char/imx_serial.c
/qemu/hw/char/virtio-serial-bus.c
/qemu/hw/display/milkymist-tmu2.c
/qemu/hw/gpio/imx_gpio.c
/qemu/hw/i2c/imx_i2c.c
/qemu/hw/i386/pc.c
/qemu/hw/i386/pc_piix.c
/qemu/hw/i386/pc_q35.c
/qemu/hw/i386/xen/xen_platform.c
/qemu/hw/ide/cmd646.c
/qemu/hw/ide/macio.c
/qemu/hw/input/adb.c
/qemu/hw/input/hid.c
/qemu/hw/input/ps2.c
/qemu/hw/input/virtio-input-hid.c
/qemu/hw/intc/arm_gic_kvm.c
/qemu/hw/intc/armv7m_nvic.c
/qemu/hw/intc/imx_avic.c
/qemu/hw/intc/openpic.c
/qemu/hw/intc/openpic_kvm.c
/qemu/hw/lm32/milkymist-hw.h
/qemu/hw/mem/pc-dimm.c
/qemu/hw/mips/mips_malta.c
/qemu/hw/misc/imx_ccm.c
/qemu/hw/misc/ivshmem.c
/qemu/hw/misc/macio/cuda.c
/qemu/hw/misc/macio/macio.c
/qemu/hw/net/cadence_gem.c
/qemu/hw/net/imx_fec.c
/qemu/hw/net/vmxnet3.c
/qemu/hw/nvram/mac_nvram.c
/qemu/hw/pci-host/grackle.c
/qemu/hw/pci-host/uninorth.c
/qemu/hw/pci/msix.c
/qemu/hw/pci/pci.c
/qemu/hw/pci/pci_host.c
/qemu/hw/pci/pcie.c
/qemu/hw/ppc/prep.c
/qemu/hw/ppc/spapr.c
/qemu/hw/ppc/spapr_iommu.c
/qemu/hw/ppc/spapr_pci.c
/qemu/hw/s390x/s390-virtio-ccw.c
/qemu/hw/scsi/spapr_vscsi.c
/qemu/hw/scsi/virtio-scsi-dataplane.c
/qemu/hw/scsi/virtio-scsi.c
/qemu/hw/sd/milkymist-memcard.c
/qemu/hw/sd/omap_mmc.c
/qemu/hw/sd/pl181.c
/qemu/hw/sd/pxa2xx_mmci.c
/qemu/hw/sd/sd.c
/qemu/hw/sd/sdhci-internal.h
/qemu/hw/sd/sdhci.c
/qemu/hw/sd/ssi-sd.c
/qemu/hw/timer/imx_epit.c
/qemu/hw/timer/imx_gpt.c
/qemu/hw/usb/dev-storage.c
/qemu/hw/usb/hcd-ehci.c
/qemu/hw/usb/host-libusb.c
/qemu/hw/virtio/vhost-user.c
/qemu/hw/virtio/virtio.c
/qemu/hw/xen/xen_pt.c
/qemu/hw/xen/xen_pt.h
/qemu/hw/xen/xen_pt_config_init.c
/qemu/hw/xen/xen_pt_msi.c
/qemu/include/block/accounting.h
/qemu/include/block/aio.h
/qemu/include/block/block.h
/qemu/include/block/block_int.h
/qemu/include/block/throttle-groups.h
/qemu/include/glib-compat.h
/qemu/include/hw/arm/arm.h
/qemu/include/hw/arm/xlnx-zynqmp.h
/qemu/include/hw/compat.h
/qemu/include/hw/i386/pc.h
/qemu/include/hw/intc/arm_gic_common.h
/qemu/include/hw/mem/pc-dimm.h
/qemu/include/hw/misc/ivshmem.h
/qemu/include/hw/pci-host/spapr.h
/qemu/include/hw/pci/msix.h
/qemu/include/hw/pci/pci.h
/qemu/include/hw/ppc/spapr.h
/qemu/include/hw/sd/sd.h
/qemu/include/hw/sd/sdhci.h
/qemu/include/hw/virtio/virtio.h
/qemu/include/migration/vmstate.h
/qemu/include/qapi/qmp/qbool.h
/qemu/include/qapi/qmp/qdict.h
/qemu/include/qapi/qmp/qfloat.h
/qemu/include/qapi/qmp/qint.h
/qemu/include/qapi/qmp/qlist.h
/qemu/include/qapi/qmp/qobject.h
/qemu/include/qapi/qmp/qstring.h
/qemu/include/qemu/event_notifier.h
/qemu/include/qemu/log.h
/qemu/include/qemu/typedefs.h
/qemu/include/sysemu/block-backend.h
/qemu/include/sysemu/char.h
/qemu/include/sysemu/replay.h
/qemu/include/sysemu/sysemu.h
/qemu/include/ui/console.h
/qemu/iohandler.c
/qemu/migration/block.c
/qemu/migration/migration.c
/qemu/migration/ram.c
/qemu/migration/savevm.c
/qemu/monitor.c
/qemu/nbd.c
/qemu/net/dump.c
/qemu/net/hub.c
/qemu/net/l2tpv3.c
/qemu/net/net.c
/qemu/net/slirp.c
/qemu/net/socket.c
/qemu/net/tap-win32.c
/qemu/net/tap.c
/qemu/net/vde.c
/qemu/net/vhost-user.c
/qemu/numa.c
/qemu/pc-bios/openbios-ppc
/qemu/pc-bios/openbios-sparc32
/qemu/pc-bios/openbios-sparc64
/qemu/qapi-schema.json
/qemu/qapi/block-core.json
/qemu/qapi/qmp-input-visitor.c
/qemu/qemu-char.c
/qemu/qemu-doc.texi
/qemu/qemu-log.c
/qemu/qemu-nbd.c
/qemu/qemu-options.hx
/qemu/qga/main.c
/qemu/qmp-commands.hx
/qemu/qmp.c
/qemu/qobject/qbool.c
/qemu/qobject/qdict.c
/qemu/qobject/qfloat.c
/qemu/qobject/qint.c
/qemu/qobject/qlist.c
/qemu/qobject/qstring.c
/qemu/replay/Makefile.objs
/qemu/replay/replay.c
/qemu/roms/openbios
/qemu/scripts/analyze-migration.py
/qemu/scripts/qapi-commands.py
/qemu/scripts/qapi-types.py
/qemu/scripts/qapi-visit.py
/qemu/scripts/qapi.py
/qemu/scripts/qemu-gdb.py
/qemu/scripts/qemugdb/aio.py
/qemu/scripts/qemugdb/coroutine.py
/qemu/spice-qemu-char.c
Makefile.objs
replay-user.c
replay.c
/qemu/target-alpha/cpu.c
/qemu/target-alpha/translate.c
/qemu/target-arm/cpu.h
/qemu/target-arm/helper.c
/qemu/target-arm/internals.h
/qemu/target-arm/kvm32.c
/qemu/target-arm/op_helper.c
/qemu/target-arm/translate-a64.c
/qemu/target-arm/translate.c
/qemu/target-cris/translate.c
/qemu/target-i386/bpt_helper.c
/qemu/target-i386/cpu.c
/qemu/target-i386/cpu.h
/qemu/target-i386/helper.h
/qemu/target-i386/machine.c
/qemu/target-i386/seg_helper.c
/qemu/target-i386/smm_helper.c
/qemu/target-i386/translate.c
/qemu/target-lm32/cpu.c
/qemu/target-lm32/translate.c
/qemu/target-m68k/cpu.c
/qemu/target-m68k/translate.c
/qemu/target-microblaze/translate.c
/qemu/target-mips/cpu.c
/qemu/target-mips/cpu.h
/qemu/target-mips/helper.c
/qemu/target-mips/helper.h
/qemu/target-mips/op_helper.c
/qemu/target-mips/translate.c
/qemu/target-mips/translate_init.c
/qemu/target-moxie/cpu.c
/qemu/target-moxie/translate.c
/qemu/target-openrisc/translate.c
/qemu/target-ppc/cpu.h
/qemu/target-ppc/kvm.c
/qemu/target-ppc/kvm_ppc.h
/qemu/target-ppc/mmu_helper.c
/qemu/target-ppc/translate.c
/qemu/target-ppc/translate_init.c
/qemu/target-s390x/cpu.c
/qemu/target-s390x/translate.c
/qemu/target-sh4/cpu.c
/qemu/target-sh4/translate.c
/qemu/target-sparc/cpu.c
/qemu/target-sparc/translate.c
/qemu/target-tilegx/translate.c
/qemu/target-unicore32/translate.c
/qemu/target-xtensa/translate.c
/qemu/tcg/mips/tcg-target.c
/qemu/tcg/mips/tcg-target.h
/qemu/tcg/ppc/tcg-target.c
/qemu/tcg/tcg-opc.h
/qemu/tests/Makefile
/qemu/tests/fdc-test.c
/qemu/tests/ivshmem-test.c
/qemu/tests/libqtest.c
/qemu/tests/libqtest.h
/qemu/tests/qapi-schema/qapi-schema-test.json
/qemu/tests/qapi-schema/qapi-schema-test.out
/qemu/tests/qapi-schema/reserved-command-q.err
/qemu/tests/qapi-schema/reserved-command-q.exit
/qemu/tests/qapi-schema/reserved-command-q.json
/qemu/tests/qapi-schema/reserved-command-q.out
/qemu/tests/qapi-schema/reserved-member-has.err
/qemu/tests/qapi-schema/reserved-member-has.exit
/qemu/tests/qapi-schema/reserved-member-has.json
/qemu/tests/qapi-schema/reserved-member-has.out
/qemu/tests/qapi-schema/reserved-member-q.err
/qemu/tests/qapi-schema/reserved-member-q.exit
/qemu/tests/qapi-schema/reserved-member-q.json
/qemu/tests/qapi-schema/reserved-member-q.out
/qemu/tests/qapi-schema/reserved-member-u.err
/qemu/tests/qapi-schema/reserved-member-u.exit
/qemu/tests/qapi-schema/reserved-member-u.json
/qemu/tests/qapi-schema/reserved-member-u.out
/qemu/tests/qapi-schema/reserved-type-kind.err
/qemu/tests/qapi-schema/reserved-type-kind.exit
/qemu/tests/qapi-schema/reserved-type-kind.json
/qemu/tests/qapi-schema/reserved-type-kind.out
/qemu/tests/qapi-schema/reserved-type-list.err
/qemu/tests/qapi-schema/reserved-type-list.exit
/qemu/tests/qapi-schema/reserved-type-list.json
/qemu/tests/qapi-schema/reserved-type-list.out
/qemu/tests/qemu-iotests/071
/qemu/tests/qemu-iotests/071.out
/qemu/tests/qemu-iotests/081
/qemu/tests/qemu-iotests/081.out
/qemu/tests/qemu-iotests/087
/qemu/tests/qemu-iotests/087.out
/qemu/tests/test-aio.c
/qemu/tests/test-crypto-cipher.c
/qemu/tests/test-qga.c
/qemu/tests/test-qmp-commands.c
/qemu/tests/test-qmp-event.c
/qemu/tests/test-qmp-input-visitor.c
/qemu/tests/test-qmp-output-visitor.c
/qemu/tests/test-visitor-serialization.c
/qemu/tests/vhost-user-bridge.c
/qemu/tests/vhost-user-test.c
/qemu/tpm.c
/qemu/trace-events
/qemu/translate-all.c
/qemu/ui/console.c
/qemu/ui/curses.c
/qemu/ui/curses_keys.h
/qemu/ui/input-keymap.c
/qemu/ui/input-legacy.c
/qemu/ui/input.c
/qemu/ui/spice-core.c
/qemu/ui/vnc.c
/qemu/util/event_notifier-posix.c
/qemu/util/mmap-alloc.c
/qemu/util/qemu-sockets.c
/qemu/vl.c
2ce68e4c06-Oct-2015 Igor Mammedov <imammedo@redhat.com>

vhost: add vhost_has_free_slot() interface

it will allow for other parts of QEMU check if it's safe
to map memory region during hotplug/runtime.
That way hotplug path will have a chance to cancel
ho

vhost: add vhost_has_free_slot() interface

it will allow for other parts of QEMU check if it's safe
to map memory region during hotplug/runtime.
That way hotplug path will have a chance to cancel
hotplug operation instead of crashing in vhost_commit().

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

show more ...


/qemu/.dir-locals.el
/qemu/.gitignore
/qemu/.travis.yml
/qemu/MAINTAINERS
/qemu/Makefile
/qemu/Makefile.objs
/qemu/Makefile.target
/qemu/backends/testdev.c
/qemu/block.c
/qemu/block/backup.c
/qemu/block/io.c
/qemu/block/mirror.c
/qemu/block/nbd.c
/qemu/block/nfs.c
/qemu/block/raw-posix.c
/qemu/block/raw-win32.c
/qemu/block/sheepdog.c
/qemu/block/ssh.c
/qemu/bsd-user/main.c
/qemu/configure
/qemu/cpu-exec-common.c
/qemu/cpu-exec.c
/qemu/cpus.c
/qemu/cputlb.c
/qemu/crypto/Makefile.objs
/qemu/crypto/tlscreds.c
/qemu/crypto/tlscredsanon.c
/qemu/crypto/tlscredspriv.h
/qemu/crypto/tlscredsx509.c
/qemu/crypto/tlssession.c
/qemu/default-configs/i386-softmmu.mak
/qemu/default-configs/ppc64-softmmu.mak
/qemu/default-configs/tilegx-linux-user.mak
/qemu/default-configs/x86_64-softmmu.mak
/qemu/disas.c
/qemu/disas/cris.c
/qemu/docs/build-system.txt
/qemu/docs/qapi-code-gen.txt
/qemu/docs/qmp-events.txt
/qemu/docs/qmp-intro.txt
/qemu/docs/qmp-spec.txt
/qemu/docs/specs/ppc-spapr-hotplug.txt
/qemu/docs/specs/vhost-user.txt
/qemu/docs/tracing.txt
/qemu/docs/win32-qemu-event.promela
/qemu/docs/writing-qmp-commands.txt
/qemu/exec.c
/qemu/gdb-xml/s390-virt.xml
/qemu/hmp-commands-info.hx
/qemu/hmp-commands.hx
/qemu/hmp.c
/qemu/hw/alpha/dp264.c
/qemu/hw/arm/allwinner-a10.c
/qemu/hw/arm/armv7m.c
/qemu/hw/arm/collie.c
/qemu/hw/arm/cubieboard.c
/qemu/hw/arm/digic.c
/qemu/hw/arm/digic_boards.c
/qemu/hw/arm/exynos4210.c
/qemu/hw/arm/exynos4_boards.c
/qemu/hw/arm/fsl-imx25.c
/qemu/hw/arm/fsl-imx31.c
/qemu/hw/arm/gumstix.c
/qemu/hw/arm/highbank.c
/qemu/hw/arm/imx25_pdk.c
/qemu/hw/arm/integratorcp.c
/qemu/hw/arm/kzm.c
/qemu/hw/arm/mainstone.c
/qemu/hw/arm/musicpal.c
/qemu/hw/arm/netduino2.c
/qemu/hw/arm/nseries.c
/qemu/hw/arm/omap1.c
/qemu/hw/arm/omap2.c
/qemu/hw/arm/omap_sx1.c
/qemu/hw/arm/palm.c
/qemu/hw/arm/pxa2xx.c
/qemu/hw/arm/realview.c
/qemu/hw/arm/spitz.c
/qemu/hw/arm/stellaris.c
/qemu/hw/arm/stm32f205_soc.c
/qemu/hw/arm/tosa.c
/qemu/hw/arm/versatilepb.c
/qemu/hw/arm/vexpress.c
/qemu/hw/arm/virt-acpi-build.c
/qemu/hw/arm/virt.c
/qemu/hw/arm/xilinx_zynq.c
/qemu/hw/arm/xlnx-ep108.c
/qemu/hw/arm/xlnx-zynqmp.c
/qemu/hw/arm/z2.c
/qemu/hw/block/onenand.c
/qemu/hw/block/virtio-blk.c
/qemu/hw/bt/hci.c
/qemu/hw/char/etraxfs_ser.c
/qemu/hw/char/imx_serial.c
/qemu/hw/core/loader.c
/qemu/hw/core/machine.c
/qemu/hw/core/null-machine.c
/qemu/hw/core/qdev.c
/qemu/hw/cpu/Makefile.objs
/qemu/hw/cris/axis_dev88.c
/qemu/hw/cris/boot.c
/qemu/hw/display/Makefile.objs
/qemu/hw/display/cg3.c
/qemu/hw/display/qxl.c
/qemu/hw/display/sm501.c
/qemu/hw/display/tc6393xb.c
/qemu/hw/display/tcx.c
/qemu/hw/display/vga.c
/qemu/hw/display/virtio-gpu-3d.c
/qemu/hw/display/virtio-gpu-pci.c
/qemu/hw/display/virtio-gpu.c
/qemu/hw/display/vmware_vga.c
/qemu/hw/i386/intel_iommu.c
/qemu/hw/i386/kvm/ioapic.c
/qemu/hw/i386/kvm/pci-assign.c
/qemu/hw/i386/multiboot.c
/qemu/hw/i386/pc.c
/qemu/hw/i386/pc_piix.c
/qemu/hw/i386/pc_q35.c
/qemu/hw/i386/pc_sysfw.c
/qemu/hw/ide/ahci.c
/qemu/hw/ide/atapi.c
/qemu/hw/ide/core.c
/qemu/hw/ide/internal.h
/qemu/hw/input/Makefile.objs
/qemu/hw/input/milkymist-softusb.c
/qemu/hw/intc/Makefile.objs
/qemu/hw/intc/apic.c
/qemu/hw/intc/apic_common.c
/qemu/hw/intc/arm_gic_kvm.c
/qemu/hw/intc/arm_gicv3_common.c
/qemu/hw/intc/arm_gicv3_kvm.c
/qemu/hw/intc/ioapic.c
/qemu/hw/intc/ioapic_common.c
/qemu/hw/intc/vgic_common.h
/qemu/hw/intc/xics.c
/qemu/hw/lm32/lm32_boards.c
/qemu/hw/lm32/milkymist.c
/qemu/hw/m68k/an5206.c
/qemu/hw/m68k/dummy_m68k.c
/qemu/hw/m68k/mcf5208.c
/qemu/hw/mem/pc-dimm.c
/qemu/hw/microblaze/boot.c
/qemu/hw/microblaze/petalogix_ml605_mmu.c
/qemu/hw/microblaze/petalogix_s3adsp1800_mmu.c
/qemu/hw/mips/cputimer.c
/qemu/hw/mips/mips_fulong2e.c
/qemu/hw/mips/mips_jazz.c
/qemu/hw/mips/mips_malta.c
/qemu/hw/mips/mips_mipssim.c
/qemu/hw/mips/mips_r4k.c
/qemu/hw/misc/arm_integrator_debug.c
/qemu/hw/misc/macio/cuda.c
/qemu/hw/misc/macio/mac_dbdma.c
/qemu/hw/misc/macio/macio.c
/qemu/hw/misc/zynq_slcr.c
/qemu/hw/moxie/moxiesim.c
/qemu/hw/net/e1000.c
/qemu/hw/net/milkymist-minimac2.c
/qemu/hw/net/ne2000.c
/qemu/hw/net/pcnet.c
/qemu/hw/net/rocker/rocker.c
/qemu/hw/net/rocker/rocker_desc.c
/qemu/hw/net/rocker/rocker_fp.c
/qemu/hw/net/rocker/rocker_of_dpa.c
/qemu/hw/net/rtl8139.c
/qemu/hw/net/smc91c111.c
/qemu/hw/net/vhost_net.c
/qemu/hw/net/virtio-net.c
/qemu/hw/net/vmxnet3.c
/qemu/hw/net/vmxnet3.h
/qemu/hw/net/vmxnet_tx_pkt.c
/qemu/hw/openrisc/cputimer.c
/qemu/hw/openrisc/openrisc_sim.c
/qemu/hw/pci-host/ppce500.c
/qemu/hw/pci-host/prep.c
/qemu/hw/pci-host/q35.c
/qemu/hw/pci-host/versatile.c
/qemu/hw/pci/pci.c
/qemu/hw/pcmcia/pxa2xx.c
/qemu/hw/ppc/Makefile.objs
/qemu/hw/ppc/e500.c
/qemu/hw/ppc/e500plat.c
/qemu/hw/ppc/mac_newworld.c
/qemu/hw/ppc/mac_oldworld.c
/qemu/hw/ppc/mpc8544ds.c
/qemu/hw/ppc/ppc.c
/qemu/hw/ppc/ppc405_boards.c
/qemu/hw/ppc/ppc405_uc.c
/qemu/hw/ppc/ppc440_bamboo.c
/qemu/hw/ppc/prep.c
/qemu/hw/ppc/spapr.c
/qemu/hw/ppc/spapr_drc.c
/qemu/hw/ppc/spapr_events.c
/qemu/hw/ppc/spapr_hcall.c
/qemu/hw/ppc/spapr_pci.c
/qemu/hw/ppc/spapr_pci_vfio.c
/qemu/hw/ppc/spapr_rng.c
/qemu/hw/ppc/spapr_rtas.c
/qemu/hw/ppc/virtex_ml507.c
/qemu/hw/s390x/event-facility.c
/qemu/hw/s390x/ipl.c
/qemu/hw/s390x/s390-virtio-ccw.c
/qemu/hw/s390x/s390-virtio.c
/qemu/hw/s390x/sclp.c
/qemu/hw/s390x/virtio-ccw.c
/qemu/hw/s390x/virtio-ccw.h
/qemu/hw/scsi/scsi-generic.c
/qemu/hw/scsi/vhost-scsi.c
/qemu/hw/sd/sd.c
/qemu/hw/sd/sdhci.c
/qemu/hw/sd/sdhci.h
/qemu/hw/sh4/r2d.c
/qemu/hw/sh4/shix.c
/qemu/hw/sparc/leon3.c
/qemu/hw/sparc/sun4m.c
/qemu/hw/sparc64/sun4u.c
/qemu/hw/timer/hpet.c
/qemu/hw/timer/m48t59.c
/qemu/hw/tricore/tricore_testboard.c
/qemu/hw/unicore32/puv3.c
/qemu/hw/usb/Makefile.objs
/qemu/hw/usb/ccid-card-passthru.c
/qemu/hw/vfio/Makefile.objs
/qemu/hw/vfio/common.c
/qemu/hw/vfio/pci-quirks.c
/qemu/hw/vfio/pci.c
/qemu/hw/vfio/pci.h
/qemu/hw/vfio/platform.c
/qemu/hw/virtio/dataplane/vring.c
/qemu/hw/virtio/vhost-backend.c
/qemu/hw/virtio/vhost-user.c
/qemu/hw/virtio/vhost.c
/qemu/hw/virtio/virtio-pci.c
/qemu/hw/virtio/virtio-pci.h
/qemu/hw/virtio/virtio.c
/qemu/hw/watchdog/wdt_i6300esb.c
/qemu/hw/xenpv/xen_machine_pv.c
/qemu/hw/xtensa/sim.c
/qemu/hw/xtensa/xtfpga.c
/qemu/include/block/block.h
/qemu/include/crypto/tlscreds.h
/qemu/include/crypto/tlscredsanon.h
/qemu/include/crypto/tlscredsx509.h
/qemu/include/crypto/tlssession.h
/qemu/include/elf.h
/qemu/include/exec/cputlb.h
/qemu/include/exec/exec-all.h
/qemu/include/exec/memory.h
/qemu/include/hw/acpi/acpi-defs.h
/qemu/include/hw/arm/virt-acpi-build.h
/qemu/include/hw/arm/virt.h
/qemu/include/hw/boards.h
/qemu/include/hw/compat.h
/qemu/include/hw/elf_ops.h
/qemu/include/hw/i386/apic_internal.h
/qemu/include/hw/i386/intel_iommu.h
/qemu/include/hw/i386/ioapic_internal.h
/qemu/include/hw/i386/pc.h
/qemu/include/hw/i386/topology.h
/qemu/include/hw/intc/arm_gicv3_common.h
/qemu/include/hw/mem/pc-dimm.h
/qemu/include/hw/ppc/spapr.h
/qemu/include/hw/ppc/spapr_drc.h
/qemu/include/hw/qdev-core.h
/qemu/include/hw/timer/hpet.h
/qemu/include/hw/vfio/vfio-common.h
/qemu/include/hw/vfio/vfio-platform.h
/qemu/include/hw/virtio/dataplane/vring.h
/qemu/include/hw/virtio/vhost-backend.h
/qemu/include/hw/virtio/vhost-scsi.h
/qemu/include/hw/virtio/vhost.h
/qemu/include/hw/virtio/virtio-gpu.h
/qemu/include/hw/virtio/virtio.h
/qemu/include/migration/qemu-file.h
/qemu/include/migration/vmstate.h
/qemu/include/monitor/hmp-target.h
/qemu/include/monitor/monitor.h
/qemu/include/net/filter.h
/qemu/include/net/net.h
/qemu/include/net/queue.h
/qemu/include/net/vhost_net.h
/qemu/include/qapi/error.h
/qemu/include/qapi/visitor-impl.h
/qemu/include/qapi/visitor.h
/qemu/include/qemu-common.h
/qemu/include/qemu/host-utils.h
/qemu/include/qemu/mmap-alloc.h
/qemu/include/qemu/option.h
/qemu/include/qemu/osdep.h
/qemu/include/qemu/thread-win32.h
/qemu/include/qemu/timer.h
/qemu/include/qemu/typedefs.h
/qemu/include/qom/cpu.h
/qemu/include/standard-headers/linux/input.h
/qemu/include/standard-headers/linux/virtio_gpu.h
/qemu/include/sysemu/blockdev.h
/qemu/include/sysemu/kvm.h
/qemu/include/sysemu/os-win32.h
/qemu/include/sysemu/sysemu.h
/qemu/include/ui/console.h
/qemu/include/ui/egl-context.h
/qemu/include/ui/gtk.h
/qemu/include/ui/shader.h
/qemu/kvm-all.c
/qemu/linux-headers/linux/vhost.h
/qemu/linux-user/elfload.c
/qemu/linux-user/flatload.c
/qemu/linux-user/linuxload.c
/qemu/linux-user/main.c
/qemu/linux-user/mmap.c
/qemu/linux-user/qemu.h
/qemu/linux-user/signal.c
/qemu/linux-user/syscall.c
/qemu/linux-user/syscall_defs.h
/qemu/linux-user/tilegx/syscall.h
/qemu/linux-user/tilegx/syscall_nr.h
/qemu/linux-user/tilegx/target_cpu.h
/qemu/linux-user/tilegx/target_signal.h
/qemu/linux-user/tilegx/target_structs.h
/qemu/linux-user/tilegx/termbits.h
/qemu/memory.c
/qemu/migration/migration.c
/qemu/migration/qemu-file-buf.c
/qemu/migration/qemu-file-stdio.c
/qemu/migration/qemu-file-unix.c
/qemu/migration/qemu-file.c
/qemu/migration/ram.c
/qemu/migration/rdma.c
/qemu/migration/savevm.c
/qemu/monitor.c
/qemu/nbd.c
/qemu/net/Makefile.objs
/qemu/net/dump.c
/qemu/net/filter-buffer.c
/qemu/net/filter.c
/qemu/net/net.c
/qemu/net/queue.c
/qemu/net/vhost-user.c
/qemu/numa.c
/qemu/pc-bios/README
/qemu/pc-bios/efi-e1000.rom
/qemu/pc-bios/efi-eepro100.rom
/qemu/pc-bios/efi-ne2k_pci.rom
/qemu/pc-bios/efi-pcnet.rom
/qemu/pc-bios/efi-rtl8139.rom
/qemu/pc-bios/efi-virtio.rom
/qemu/pc-bios/s390-ccw/Makefile
/qemu/pc-bios/slof.bin
/qemu/pc-bios/u-boot.e500
/qemu/qapi-schema.json
/qemu/qapi/block.json
/qemu/qapi/crypto.json
/qemu/qapi/introspect.json
/qemu/qapi/opts-visitor.c
/qemu/qapi/qapi-dealloc-visitor.c
/qemu/qapi/qapi-visit-core.c
/qemu/qapi/qmp-input-visitor.c
/qemu/qapi/qmp-output-visitor.c
/qemu/qdev-monitor.c
/qemu/qemu-char.c
/qemu/qemu-doc.texi
/qemu/qemu-img.c
/qemu/qemu-io-cmds.c
/qemu/qemu-nbd.c
/qemu/qemu-options.hx
/qemu/qemu-tech.texi
/qemu/qemu.nsi
/qemu/qmp-commands.hx
/qemu/qmp.c
/qemu/qom/Makefile.objs
/qemu/qom/object.c
/qemu/qom/qom-qobject.c
/qemu/qtest.c
/qemu/roms/Makefile
/qemu/roms/SLOF
/qemu/roms/ipxe
/qemu/scripts/checkpatch.pl
/qemu/scripts/get_maintainer.pl
/qemu/scripts/ordereddict.py
/qemu/scripts/qapi-commands.py
/qemu/scripts/qapi-event.py
/qemu/scripts/qapi-introspect.py
/qemu/scripts/qapi-types.py
/qemu/scripts/qapi-visit.py
/qemu/scripts/qapi.py
/qemu/scripts/update-linux-headers.sh
/qemu/slirp/tcp_input.c
Makefile.objs
vhost.c
/qemu/target-alpha/cpu.c
/qemu/target-alpha/cpu.h
/qemu/target-alpha/sys_helper.c
/qemu/target-alpha/translate.c
/qemu/target-arm/cpu.c
/qemu/target-arm/cpu.h
/qemu/target-arm/helper-a64.c
/qemu/target-arm/helper.c
/qemu/target-arm/helper.h
/qemu/target-arm/kvm.c
/qemu/target-arm/kvm_arm.h
/qemu/target-arm/machine.c
/qemu/target-arm/op_helper.c
/qemu/target-arm/translate-a64.c
/qemu/target-arm/translate.c
/qemu/target-arm/translate.h
/qemu/target-cris/cpu-qom.h
/qemu/target-cris/cpu.c
/qemu/target-cris/cpu.h
/qemu/target-cris/machine.c
/qemu/target-cris/translate.c
/qemu/target-cris/translate_v10.c
/qemu/target-i386/Makefile.objs
/qemu/target-i386/bpt_helper.c
/qemu/target-i386/cc_helper.c
/qemu/target-i386/cpu.c
/qemu/target-i386/cpu.h
/qemu/target-i386/excp_helper.c
/qemu/target-i386/fpu_helper.c
/qemu/target-i386/helper.c
/qemu/target-i386/helper.h
/qemu/target-i386/int_helper.c
/qemu/target-i386/kvm.c
/qemu/target-i386/mem_helper.c
/qemu/target-i386/misc_helper.c
/qemu/target-i386/monitor.c
/qemu/target-i386/ops_sse.h
/qemu/target-i386/seg_helper.c
/qemu/target-i386/translate.c
/qemu/target-lm32/cpu.c
/qemu/target-lm32/cpu.h
/qemu/target-lm32/translate.c
/qemu/target-m68k/cpu.c
/qemu/target-m68k/cpu.h
/qemu/target-m68k/translate.c
/qemu/target-microblaze/cpu.c
/qemu/target-microblaze/cpu.h
/qemu/target-microblaze/op_helper.c
/qemu/target-microblaze/translate.c
/qemu/target-mips/cpu.c
/qemu/target-mips/cpu.h
/qemu/target-mips/helper.h
/qemu/target-mips/msa_helper.c
/qemu/target-mips/op_helper.c
/qemu/target-mips/translate.c
/qemu/target-moxie/cpu.c
/qemu/target-moxie/cpu.h
/qemu/target-moxie/translate.c
/qemu/target-openrisc/cpu.c
/qemu/target-openrisc/cpu.h
/qemu/target-openrisc/translate.c
/qemu/target-ppc/Makefile.objs
/qemu/target-ppc/cpu.h
/qemu/target-ppc/excp_helper.c
/qemu/target-ppc/int_helper.c
/qemu/target-ppc/kvm.c
/qemu/target-ppc/kvm_ppc.h
/qemu/target-ppc/translate.c
/qemu/target-s390x/cpu.c
/qemu/target-s390x/cpu.h
/qemu/target-s390x/gdbstub.c
/qemu/target-s390x/misc_helper.c
/qemu/target-s390x/translate.c
/qemu/target-sh4/cpu.c
/qemu/target-sh4/cpu.h
/qemu/target-sh4/translate.c
/qemu/target-sparc/cpu.c
/qemu/target-sparc/cpu.h
/qemu/target-sparc/translate.c
/qemu/target-tilegx/Makefile.objs
/qemu/target-tilegx/cpu.c
/qemu/target-tilegx/cpu.h
/qemu/target-tilegx/helper.c
/qemu/target-tilegx/helper.h
/qemu/target-tilegx/opcode_tilegx.h
/qemu/target-tilegx/simd_helper.c
/qemu/target-tilegx/spr_def_64.h
/qemu/target-tilegx/translate.c
/qemu/target-tricore/cpu.c
/qemu/target-tricore/cpu.h
/qemu/target-tricore/translate.c
/qemu/target-unicore32/cpu.c
/qemu/target-unicore32/cpu.h
/qemu/target-unicore32/translate.c
/qemu/target-xtensa/cpu.c
/qemu/target-xtensa/cpu.h
/qemu/target-xtensa/translate.c
/qemu/tcg/mips/tcg-target.c
/qemu/tcg/tcg-common.c
/qemu/tcg/tcg-op.h
/qemu/tcg/tcg-opc.h
/qemu/tcg/tcg.c
/qemu/tcg/tcg.h
/qemu/tcg/tci/tcg-target.c
/qemu/tci.c
/qemu/tests/.gitignore
/qemu/tests/Makefile
/qemu/tests/ahci-test.c
/qemu/tests/crypto-tls-x509-helpers.c
/qemu/tests/crypto-tls-x509-helpers.h
/qemu/tests/device-introspect-test.c
/qemu/tests/drive_del-test.c
/qemu/tests/ds1338-test.c
/qemu/tests/ide-test.c
/qemu/tests/libqos/ahci.c
/qemu/tests/libqos/libqos.c
/qemu/tests/libqos/libqos.h
/qemu/tests/libqtest.c
/qemu/tests/libqtest.h
/qemu/tests/pkix_asn1_tab.c
/qemu/tests/qapi-schema/alternate-clash.err
/qemu/tests/qapi-schema/alternate-clash.json
/qemu/tests/qapi-schema/alternate-empty.err
/qemu/tests/qapi-schema/alternate-empty.exit
/qemu/tests/qapi-schema/alternate-empty.json
/qemu/tests/qapi-schema/alternate-empty.out
/qemu/tests/qapi-schema/alternate-nested.json
/qemu/tests/qapi-schema/alternate-unknown.json
/qemu/tests/qapi-schema/args-any.err
/qemu/tests/qapi-schema/args-any.exit
/qemu/tests/qapi-schema/args-any.json
/qemu/tests/qapi-schema/args-any.out
/qemu/tests/qapi-schema/args-name-clash.err
/qemu/tests/qapi-schema/args-name-clash.exit
/qemu/tests/qapi-schema/args-name-clash.json
/qemu/tests/qapi-schema/args-name-clash.out
/qemu/tests/qapi-schema/comments.out
/qemu/tests/qapi-schema/duplicate-key.err
/qemu/tests/qapi-schema/duplicate-key.json
/qemu/tests/qapi-schema/empty.out
/qemu/tests/qapi-schema/enum-bad-prefix.err
/qemu/tests/qapi-schema/enum-bad-prefix.exit
/qemu/tests/qapi-schema/enum-bad-prefix.json
/qemu/tests/qapi-schema/enum-bad-prefix.out
/qemu/tests/qapi-schema/event-case.out
/qemu/tests/qapi-schema/flat-union-bad-base.err
/qemu/tests/qapi-schema/flat-union-base-any.err
/qemu/tests/qapi-schema/flat-union-base-any.exit
/qemu/tests/qapi-schema/flat-union-base-any.json
/qemu/tests/qapi-schema/flat-union-base-any.out
/qemu/tests/qapi-schema/flat-union-base-union.err
/qemu/tests/qapi-schema/flat-union-base-union.json
/qemu/tests/qapi-schema/flat-union-clash-branch.err
/qemu/tests/qapi-schema/flat-union-clash-branch.exit
/qemu/tests/qapi-schema/flat-union-clash-branch.json
/qemu/tests/qapi-schema/flat-union-clash-branch.out
/qemu/tests/qapi-schema/flat-union-clash-member.err
/qemu/tests/qapi-schema/flat-union-clash-member.exit
/qemu/tests/qapi-schema/flat-union-clash-member.json
/qemu/tests/qapi-schema/flat-union-clash-member.out
/qemu/tests/qapi-schema/flat-union-clash-type.err
/qemu/tests/qapi-schema/flat-union-clash-type.exit
/qemu/tests/qapi-schema/flat-union-clash-type.json
/qemu/tests/qapi-schema/flat-union-clash-type.out
/qemu/tests/qapi-schema/flat-union-empty.err
/qemu/tests/qapi-schema/flat-union-empty.exit
/qemu/tests/qapi-schema/flat-union-empty.json
/qemu/tests/qapi-schema/flat-union-empty.out
/qemu/tests/qapi-schema/flat-union-inline.err
/qemu/tests/qapi-schema/flat-union-inline.json
/qemu/tests/qapi-schema/flat-union-no-base.err
/qemu/tests/qapi-schema/ident-with-escape.out
/qemu/tests/qapi-schema/include-non-file.err
/qemu/tests/qapi-schema/include-non-file.json
/qemu/tests/qapi-schema/include-relpath.out
/qemu/tests/qapi-schema/include-repetition.out
/qemu/tests/qapi-schema/include-simple.out
/qemu/tests/qapi-schema/indented-expr.out
/qemu/tests/qapi-schema/qapi-schema-test.json
/qemu/tests/qapi-schema/qapi-schema-test.out
/qemu/tests/qapi-schema/struct-base-clash-base.err
/qemu/tests/qapi-schema/struct-base-clash-base.exit
/qemu/tests/qapi-schema/struct-base-clash-base.json
/qemu/tests/qapi-schema/struct-base-clash-base.out
/qemu/tests/qapi-schema/struct-base-clash-deep.err
/qemu/tests/qapi-schema/struct-base-clash-deep.json
/qemu/tests/qapi-schema/struct-base-clash.err
/qemu/tests/qapi-schema/struct-base-clash.json
/qemu/tests/qapi-schema/test-qapi.py
/qemu/tests/qapi-schema/union-clash-branches.err
/qemu/tests/qapi-schema/union-clash-branches.exit
/qemu/tests/qapi-schema/union-clash-branches.json
/qemu/tests/qapi-schema/union-clash-branches.out
/qemu/tests/qapi-schema/union-clash-data.err
/qemu/tests/qapi-schema/union-clash-data.exit
/qemu/tests/qapi-schema/union-clash-data.json
/qemu/tests/qapi-schema/union-clash-data.out
/qemu/tests/qapi-schema/union-clash-type.err
/qemu/tests/qapi-schema/union-clash-type.exit
/qemu/tests/qapi-schema/union-clash-type.json
/qemu/tests/qapi-schema/union-clash-type.out
/qemu/tests/qapi-schema/union-empty.err
/qemu/tests/qapi-schema/union-empty.exit
/qemu/tests/qapi-schema/union-empty.json
/qemu/tests/qapi-schema/union-empty.out
/qemu/tests/qapi-schema/union-invalid-base.err
/qemu/tests/qemu-iotests/049.out
/qemu/tests/qemu-iotests/128
/qemu/tests/rtl8139-test.c
/qemu/tests/test-crypto-tlscredsx509.c
/qemu/tests/test-crypto-tlssession.c
/qemu/tests/test-cutils.c
/qemu/tests/test-netfilter.c
/qemu/tests/test-qmp-commands.c
/qemu/tests/test-qmp-input-strict.c
/qemu/tests/test-qmp-input-visitor.c
/qemu/tests/test-qmp-output-visitor.c
/qemu/tests/test-string-output-visitor.c
/qemu/tests/vhost-user-test.c
/qemu/trace-events
/qemu/translate-all.c
/qemu/translate-common.c
/qemu/ui/Makefile.objs
/qemu/ui/cocoa.m
/qemu/ui/console-gl.c
/qemu/ui/console.c
/qemu/ui/egl-context.c
/qemu/ui/gtk-egl.c
/qemu/ui/gtk-gl-area.c
/qemu/ui/gtk.c
/qemu/ui/sdl2-2d.c
/qemu/ui/shader.c
/qemu/ui/spice-display.c
/qemu/ui/vnc-auth-sasl.c
/qemu/ui/vnc-auth-vencrypt.c
/qemu/ui/vnc-ws.c
/qemu/ui/vnc-ws.h
/qemu/ui/vnc.c
/qemu/ui/vnc.h
/qemu/util/Makefile.objs
/qemu/util/cutils.c
/qemu/util/error.c
/qemu/util/mmap-alloc.c
/qemu/util/oslib-posix.c
/qemu/util/oslib-win32.c
/qemu/util/qemu-error.c
/qemu/util/qemu-option.c
/qemu/util/qemu-thread-win32.c
/qemu/vl.c
/qemu/xen-hvm.c
fa19d02529-Sep-2015 Paolo Bonzini <pbonzini@redhat.com>

qemu-char: convert vc backend to data-driven creation

Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

68145e1729-Sep-2015 Paolo Bonzini <pbonzini@redhat.com>

qemu-char: convert spice backend to data-driven creation

Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

0498790129-Sep-2015 Paolo Bonzini <pbonzini@redhat.com>

qemu-char: convert testdev backend to data-driven creation

Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

e47666b829-Sep-2015 Paolo Bonzini <pbonzini@redhat.com>

qemu-char: convert braille backend to data-driven creation

Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

12345678910>>...13