History log of /openbmc/qemu/qapi/ (Results 1651 – 1675 of 1710)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
15a849be19-Aug-2013 Laszlo Ersek <lersek@redhat.com>

OptsVisitor: don't try to flatten overlong integer ranges

Prevent mistyped command line options from incurring high memory and CPU
usage at startup. 64K elements in a range should be enough for ever

OptsVisitor: don't try to flatten overlong integer ranges

Prevent mistyped command line options from incurring high memory and CPU
usage at startup. 64K elements in a range should be enough for everyone
(TM).

The OPTS_VISITOR_RANGE_MAX macro is public so that unit tests can
construct corner cases with it.

Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Tested-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>

show more ...

581a8a8019-Aug-2013 Laszlo Ersek <lersek@redhat.com>

OptsVisitor: opts_type_uint64(): recognize intervals when LM_IN_PROGRESS

When a well-formed range value, bounded by unsigned integers, is
encountered while processing a repeated option, enter LM_UNS

OptsVisitor: opts_type_uint64(): recognize intervals when LM_IN_PROGRESS

When a well-formed range value, bounded by unsigned integers, is
encountered while processing a repeated option, enter LM_UNSIGNED_INTERVAL
and return the low bound.

Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Tested-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>

show more ...

62d090e219-Aug-2013 Laszlo Ersek <lersek@redhat.com>

OptsVisitor: rebase opts_type_uint64() to parse_uint_full()

Simplify the code in preparation for the next patch.

Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Tested-by: Wanlong Gao <gaowanlong@c

OptsVisitor: rebase opts_type_uint64() to parse_uint_full()

Simplify the code in preparation for the next patch.

Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Tested-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>

show more ...

1e1c555a19-Aug-2013 Laszlo Ersek <lersek@redhat.com>

OptsVisitor: opts_type_int(): recognize intervals when LM_IN_PROGRESS

When a well-formed range value, bounded by signed integers, is encountered
while processing a repeated option, enter LM_SIGNED_I

OptsVisitor: opts_type_int(): recognize intervals when LM_IN_PROGRESS

When a well-formed range value, bounded by signed integers, is encountered
while processing a repeated option, enter LM_SIGNED_INTERVAL and return
the low bound.

Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Tested-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>

show more ...

d8754f4019-Aug-2013 Laszlo Ersek <lersek@redhat.com>

OptsVisitor: introduce list modes for interval flattening

The new modes are equal-rank, exclusive alternatives of LM_IN_PROGRESS.
Teach opts_next_list(), opts_type_int() and opts_type_uint64() to ha

OptsVisitor: introduce list modes for interval flattening

The new modes are equal-rank, exclusive alternatives of LM_IN_PROGRESS.
Teach opts_next_list(), opts_type_int() and opts_type_uint64() to handle
them.

Also enumerate explicitly what functions are valid to call in what modes:
- opts_next_list() is valid to call while flattening a range,
- opts_end_list(): ditto,
- lookup_scalar() is invalid to call during flattening; generated qapi
traversal code must continue asking for the same kind of signed/unsigned
list element until the interval is fully flattened,
- processed(): ditto.

List mode restrictions are always formulated in positive / inclusive
sense. The restrictions for lookup_scalar() and processed() are
automatically satisfied by current qapi traversals if the schema to build
is compatible with OptsVisitor.

The new list modes are not entered yet.

Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Tested-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>

show more ...

d957043419-Aug-2013 Laszlo Ersek <lersek@redhat.com>

OptsVisitor: introduce basic list modes

We're going to need more state while processing a list of repeated
options. This change eliminates "repeated_opts_first" and adds a new state
variable:

lis

OptsVisitor: introduce basic list modes

We're going to need more state while processing a list of repeated
options. This change eliminates "repeated_opts_first" and adds a new state
variable:

list_mode repeated_opts repeated_opts_first
-------------- ------------- -------------------
LM_NONE NULL false
LM_STARTED non-NULL true
LM_IN_PROGRESS non-NULL false

Additionally, it is documented that lookup_scalar() and processed(), both
called by opts_type_XXX(), are invalid in LM_STARTED -- generated qapi
code calls opts_next_list() to allocate the very first link before trying
to parse a scalar into it. List mode restrictions are expressed in
positive / inclusive form.

Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Tested-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>

show more ...


/openbmc/qemu/.mailmap
/openbmc/qemu/LICENSE
/openbmc/qemu/MAINTAINERS
/openbmc/qemu/Makefile
/openbmc/qemu/Makefile.objs
/openbmc/qemu/VERSION
/openbmc/qemu/aio-posix.c
/openbmc/qemu/aio-win32.c
/openbmc/qemu/arch_init.c
/openbmc/qemu/async.c
/openbmc/qemu/block.c
/openbmc/qemu/block/curl.c
/openbmc/qemu/block/gluster.c
/openbmc/qemu/block/iscsi.c
/openbmc/qemu/block/linux-aio.c
/openbmc/qemu/block/nbd.c
/openbmc/qemu/block/raw.c
/openbmc/qemu/block/rbd.c
/openbmc/qemu/block/sheepdog.c
/openbmc/qemu/block/ssh.c
/openbmc/qemu/block/stream.c
/openbmc/qemu/block/vmdk.c
/openbmc/qemu/blockdev.c
/openbmc/qemu/configure
/openbmc/qemu/cpus.c
/openbmc/qemu/default-configs/i386-softmmu.mak
/openbmc/qemu/default-configs/mips-softmmu.mak
/openbmc/qemu/default-configs/mips64-softmmu.mak
/openbmc/qemu/default-configs/mips64el-softmmu.mak
/openbmc/qemu/default-configs/mipsel-softmmu.mak
/openbmc/qemu/default-configs/x86_64-softmmu.mak
/openbmc/qemu/dump.c
/openbmc/qemu/exec.c
/openbmc/qemu/gdbstub.c
/openbmc/qemu/hw/9pfs/virtio-9p-device.c
/openbmc/qemu/hw/alpha/typhoon.c
/openbmc/qemu/hw/arm/pxa2xx.c
/openbmc/qemu/hw/block/Makefile.objs
/openbmc/qemu/hw/block/dataplane/virtio-blk.c
/openbmc/qemu/hw/char/sclpconsole.c
/openbmc/qemu/hw/char/serial.c
/openbmc/qemu/hw/char/virtio-console.c
/openbmc/qemu/hw/core/loader.c
/openbmc/qemu/hw/core/qdev-properties.c
/openbmc/qemu/hw/core/qdev.c
/openbmc/qemu/hw/i386/Makefile.objs
/openbmc/qemu/hw/i386/pc.c
/openbmc/qemu/hw/i386/pc_piix.c
/openbmc/qemu/hw/i386/pc_q35.c
/openbmc/qemu/hw/i386/pc_sysfw.c
/openbmc/qemu/hw/isa/i82378.c
/openbmc/qemu/hw/mips/mips_fulong2e.c
/openbmc/qemu/hw/mips/mips_jazz.c
/openbmc/qemu/hw/mips/mips_malta.c
/openbmc/qemu/hw/mips/mips_mipssim.c
/openbmc/qemu/hw/mips/mips_r4k.c
/openbmc/qemu/hw/misc/pvpanic.c
/openbmc/qemu/hw/net/pcnet.c
/openbmc/qemu/hw/net/spapr_llan.c
/openbmc/qemu/hw/nvram/fw_cfg.c
/openbmc/qemu/hw/pci-bridge/i82801b11.c
/openbmc/qemu/hw/pci-host/piix.c
/openbmc/qemu/hw/pci-host/prep.c
/openbmc/qemu/hw/pci-host/q35.c
/openbmc/qemu/hw/ppc/spapr_vio.c
/openbmc/qemu/hw/s390x/s390-virtio-bus.c
/openbmc/qemu/hw/s390x/s390-virtio.c
/openbmc/qemu/hw/scsi/spapr_vscsi.c
/openbmc/qemu/hw/usb/hcd-ohci.c
/openbmc/qemu/hw/usb/hcd-uhci.c
/openbmc/qemu/hw/usb/hcd-xhci.c
/openbmc/qemu/hw/usb/redirect.c
/openbmc/qemu/hw/virtio/dataplane/vring.c
/openbmc/qemu/hw/virtio/vhost.c
/openbmc/qemu/hw/virtio/virtio-mmio.c
/openbmc/qemu/hw/virtio/virtio.c
/openbmc/qemu/include/block/aio.h
/openbmc/qemu/include/elf.h
/openbmc/qemu/include/hw/i386/pc.h
/openbmc/qemu/include/hw/pci-host/q35.h
/openbmc/qemu/include/hw/qdev-properties.h
/openbmc/qemu/include/hw/virtio/virtio.h
/openbmc/qemu/include/qemu/option.h
/openbmc/qemu/include/qemu/thread-posix.h
/openbmc/qemu/include/qom/cpu.h
/openbmc/qemu/include/qom/object.h
/openbmc/qemu/include/sysemu/char.h
/openbmc/qemu/include/sysemu/dump.h
/openbmc/qemu/include/sysemu/memory_mapping.h
/openbmc/qemu/include/sysemu/sysemu.h
/openbmc/qemu/include/ui/qemu-spice.h
/openbmc/qemu/linux-user/signal.c
/openbmc/qemu/linux-user/syscall.c
/openbmc/qemu/main-loop.c
/openbmc/qemu/memory.c
/openbmc/qemu/memory_mapping.c
/openbmc/qemu/migration-rdma.c
/openbmc/qemu/migration.c
/openbmc/qemu/pc-bios/README
/openbmc/qemu/pc-bios/openbios-ppc
/openbmc/qemu/pc-bios/openbios-sparc32
/openbmc/qemu/pc-bios/openbios-sparc64
/openbmc/qemu/po/de_DE.po
/openbmc/qemu/po/fr_FR.po
/openbmc/qemu/po/hu.po
/openbmc/qemu/po/it.po
/openbmc/qemu/po/messages.po
/openbmc/qemu/po/tr.po
opts-visitor.c
/openbmc/qemu/qemu-char.c
/openbmc/qemu/qemu-img.c
/openbmc/qemu/qemu-io.c
/openbmc/qemu/qemu-seccomp.c
/openbmc/qemu/qmp-commands.hx
/openbmc/qemu/qom/cpu.c
/openbmc/qemu/qom/object.c
/openbmc/qemu/roms/openbios
/openbmc/qemu/roms/seabios
/openbmc/qemu/stubs/dump.c
/openbmc/qemu/target-alpha/helper.h
/openbmc/qemu/target-alpha/sys_helper.c
/openbmc/qemu/target-alpha/translate.c
/openbmc/qemu/target-i386/Makefile.objs
/openbmc/qemu/target-i386/arch_dump.c
/openbmc/qemu/target-i386/cpu-qom.h
/openbmc/qemu/target-i386/cpu.c
/openbmc/qemu/target-i386/cpu.h
/openbmc/qemu/target-i386/kvm.c
/openbmc/qemu/target-mips/translate.c
/openbmc/qemu/target-mips/translate_init.c
/openbmc/qemu/target-ppc/cpu-models.c
/openbmc/qemu/target-ppc/cpu-models.h
/openbmc/qemu/target-ppc/kvm.c
/openbmc/qemu/target-ppc/translate_init.c
/openbmc/qemu/target-s390x/Makefile.objs
/openbmc/qemu/target-s390x/arch_dump.c
/openbmc/qemu/target-s390x/cpu-qom.h
/openbmc/qemu/target-s390x/cpu.c
/openbmc/qemu/target-s390x/ioinst.c
/openbmc/qemu/target-s390x/kvm.c
/openbmc/qemu/target-xtensa/cpu.h
/openbmc/qemu/target-xtensa/op_helper.c
/openbmc/qemu/target-xtensa/translate.c
/openbmc/qemu/tcg/mips/tcg-target.c
/openbmc/qemu/tcg/tci/tcg-target.c
/openbmc/qemu/tests/.gitignore
/openbmc/qemu/tests/Makefile
/openbmc/qemu/tests/qemu-iotests/051.out
/openbmc/qemu/tests/qemu-iotests/059
/openbmc/qemu/tests/qemu-iotests/059.out
/openbmc/qemu/tests/qemu-iotests/common.filter
/openbmc/qemu/tests/qemu-iotests/common.rc
/openbmc/qemu/tests/qemu-iotests/group
/openbmc/qemu/tests/tcg/mips/mips32-dsp/dpsq_s_w_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/maq_s_w_phl.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/maq_s_w_phr.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/dpaqx_sa_w_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/dpsqx_s_w_ph.c
/openbmc/qemu/tests/tcg/xtensa/Makefile
/openbmc/qemu/tests/tcg/xtensa/test_extui.S
/openbmc/qemu/tests/test-aio.c
/openbmc/qemu/tests/test-qdev-global-props.c
/openbmc/qemu/tests/test-thread-pool.c
/openbmc/qemu/thread-pool.c
/openbmc/qemu/ui/spice-core.c
/openbmc/qemu/util/iov.c
/openbmc/qemu/util/qemu-option.c
/openbmc/qemu/util/qemu-thread-posix.c
/openbmc/qemu/vl.c
b887796229-Jul-2013 Vasilis Liaskovitis <vasilis.liaskovitis@profitbricks.com>

qapi: make visit_type_size fallback to type_int

Currently visit_type_size checks if the visitor's type_size function pointer is
NULL. If not, it calls it, otherwise it calls v->type_uint64(). But ne

qapi: make visit_type_size fallback to type_int

Currently visit_type_size checks if the visitor's type_size function pointer is
NULL. If not, it calls it, otherwise it calls v->type_uint64(). But neither of
these pointers are ever set. Fallback to calling v->type_int() in this third
(default) case.

Signed-off-by: Vasilis Liaskovitis <vasilis.liaskovitis@profitbricks.com>
Signed-off-by: Hu Tao <hutao@cn.fujitsu.com>
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Message-id: 1375109277-25561-6-git-send-email-imammedo@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>

show more ...


/openbmc/qemu/MAINTAINERS
/openbmc/qemu/Makefile
/openbmc/qemu/block.c
/openbmc/qemu/block/backup.c
/openbmc/qemu/block/gluster.c
/openbmc/qemu/block/qcow2.c
/openbmc/qemu/block/qcow2.h
/openbmc/qemu/block/vhdx.h
/openbmc/qemu/blockdev.c
/openbmc/qemu/configure
/openbmc/qemu/cpus.c
/openbmc/qemu/docs/rdma.txt
/openbmc/qemu/exec.c
/openbmc/qemu/gdbstub.c
/openbmc/qemu/hw/9pfs/virtio-9p-device.c
/openbmc/qemu/hw/9pfs/virtio-9p-proxy.c
/openbmc/qemu/hw/arm/armv7m.c
/openbmc/qemu/hw/arm/highbank.c
/openbmc/qemu/hw/arm/integratorcp.c
/openbmc/qemu/hw/arm/musicpal.c
/openbmc/qemu/hw/arm/pxa2xx.c
/openbmc/qemu/hw/arm/pxa2xx_gpio.c
/openbmc/qemu/hw/arm/pxa2xx_pic.c
/openbmc/qemu/hw/arm/spitz.c
/openbmc/qemu/hw/arm/stellaris.c
/openbmc/qemu/hw/arm/strongarm.c
/openbmc/qemu/hw/arm/versatilepb.c
/openbmc/qemu/hw/audio/ac97.c
/openbmc/qemu/hw/audio/adlib.c
/openbmc/qemu/hw/audio/cs4231.c
/openbmc/qemu/hw/audio/cs4231a.c
/openbmc/qemu/hw/audio/es1370.c
/openbmc/qemu/hw/audio/gus.c
/openbmc/qemu/hw/audio/hda-codec.c
/openbmc/qemu/hw/audio/intel-hda.c
/openbmc/qemu/hw/audio/marvell_88w8618.c
/openbmc/qemu/hw/audio/milkymist-ac97.c
/openbmc/qemu/hw/audio/pcspk.c
/openbmc/qemu/hw/audio/pl041.c
/openbmc/qemu/hw/audio/sb16.c
/openbmc/qemu/hw/block/dataplane/virtio-blk.c
/openbmc/qemu/hw/block/fdc.c
/openbmc/qemu/hw/block/nvme.c
/openbmc/qemu/hw/block/onenand.c
/openbmc/qemu/hw/block/pc_sysfw.c
/openbmc/qemu/hw/block/pflash_cfi01.c
/openbmc/qemu/hw/block/virtio-blk.c
/openbmc/qemu/hw/block/xen_disk.c
/openbmc/qemu/hw/char/cadence_uart.c
/openbmc/qemu/hw/char/debugcon.c
/openbmc/qemu/hw/char/escc.c
/openbmc/qemu/hw/char/etraxfs_ser.c
/openbmc/qemu/hw/char/exynos4210_uart.c
/openbmc/qemu/hw/char/grlib_apbuart.c
/openbmc/qemu/hw/char/imx_serial.c
/openbmc/qemu/hw/char/ipack.c
/openbmc/qemu/hw/char/ipoctal232.c
/openbmc/qemu/hw/char/lm32_juart.c
/openbmc/qemu/hw/char/lm32_uart.c
/openbmc/qemu/hw/char/milkymist-uart.c
/openbmc/qemu/hw/char/parallel.c
/openbmc/qemu/hw/char/pl011.c
/openbmc/qemu/hw/char/serial-isa.c
/openbmc/qemu/hw/char/serial-pci.c
/openbmc/qemu/hw/char/spapr_vty.c
/openbmc/qemu/hw/char/tpci200.c
/openbmc/qemu/hw/char/virtio-serial-bus.c
/openbmc/qemu/hw/char/xilinx_uartlite.c
/openbmc/qemu/hw/core/empty_slot.c
/openbmc/qemu/hw/core/qdev-properties.c
/openbmc/qemu/hw/cpu/a15mpcore.c
/openbmc/qemu/hw/cpu/a9mpcore.c
/openbmc/qemu/hw/cpu/arm11mpcore.c
/openbmc/qemu/hw/cpu/icc_bus.c
/openbmc/qemu/hw/display/cirrus_vga.c
/openbmc/qemu/hw/display/exynos4210_fimd.c
/openbmc/qemu/hw/display/g364fb.c
/openbmc/qemu/hw/display/jazz_led.c
/openbmc/qemu/hw/display/milkymist-tmu2.c
/openbmc/qemu/hw/display/milkymist-vgafb.c
/openbmc/qemu/hw/display/pl110.c
/openbmc/qemu/hw/display/qxl.c
/openbmc/qemu/hw/display/tcx.c
/openbmc/qemu/hw/display/vga-isa.c
/openbmc/qemu/hw/display/vga-pci.c
/openbmc/qemu/hw/display/vmware_vga.c
/openbmc/qemu/hw/dma/pl080.c
/openbmc/qemu/hw/dma/puv3_dma.c
/openbmc/qemu/hw/dma/pxa2xx_dma.c
/openbmc/qemu/hw/dma/sparc32_dma.c
/openbmc/qemu/hw/dma/sun4m_iommu.c
/openbmc/qemu/hw/gpio/omap_gpio.c
/openbmc/qemu/hw/gpio/pl061.c
/openbmc/qemu/hw/gpio/puv3_gpio.c
/openbmc/qemu/hw/gpio/zaurus.c
/openbmc/qemu/hw/i2c/bitbang_i2c.c
/openbmc/qemu/hw/i2c/core.c
/openbmc/qemu/hw/i2c/exynos4210_i2c.c
/openbmc/qemu/hw/i2c/omap_i2c.c
/openbmc/qemu/hw/i2c/versatile_i2c.c
/openbmc/qemu/hw/i386/kvm/ioapic.c
/openbmc/qemu/hw/i386/kvm/pci-assign.c
/openbmc/qemu/hw/i386/kvmvapic.c
/openbmc/qemu/hw/i386/pc.c
/openbmc/qemu/hw/i386/pc_q35.c
/openbmc/qemu/hw/ide/ahci.c
/openbmc/qemu/hw/ide/cmd646.c
/openbmc/qemu/hw/ide/ich.c
/openbmc/qemu/hw/ide/isa.c
/openbmc/qemu/hw/ide/macio.c
/openbmc/qemu/hw/ide/pci.c
/openbmc/qemu/hw/ide/pci.h
/openbmc/qemu/hw/ide/piix.c
/openbmc/qemu/hw/ide/qdev.c
/openbmc/qemu/hw/ide/via.c
/openbmc/qemu/hw/input/milkymist-softusb.c
/openbmc/qemu/hw/input/pl050.c
/openbmc/qemu/hw/intc/arm_gic.c
/openbmc/qemu/hw/intc/arm_gic_common.c
/openbmc/qemu/hw/intc/etraxfs_pic.c
/openbmc/qemu/hw/intc/exynos4210_combiner.c
/openbmc/qemu/hw/intc/exynos4210_gic.c
/openbmc/qemu/hw/intc/gic_internal.h
/openbmc/qemu/hw/intc/grlib_irqmp.c
/openbmc/qemu/hw/intc/imx_avic.c
/openbmc/qemu/hw/intc/ioapic.c
/openbmc/qemu/hw/intc/lm32_pic.c
/openbmc/qemu/hw/intc/omap_intc.c
/openbmc/qemu/hw/intc/pl190.c
/openbmc/qemu/hw/intc/puv3_intc.c
/openbmc/qemu/hw/intc/realview_gic.c
/openbmc/qemu/hw/intc/slavio_intctl.c
/openbmc/qemu/hw/intc/xics.c
/openbmc/qemu/hw/intc/xilinx_intc.c
/openbmc/qemu/hw/isa/i82378.c
/openbmc/qemu/hw/isa/lpc_ich9.c
/openbmc/qemu/hw/isa/vt82c686.c
/openbmc/qemu/hw/lm32/lm32.h
/openbmc/qemu/hw/mips/mips_fulong2e.c
/openbmc/qemu/hw/mips/mips_malta.c
/openbmc/qemu/hw/mips/mips_mipssim.c
/openbmc/qemu/hw/mips/mips_r4k.c
/openbmc/qemu/hw/misc/applesmc.c
/openbmc/qemu/hw/misc/arm_l2x0.c
/openbmc/qemu/hw/misc/arm_sysctl.c
/openbmc/qemu/hw/misc/debugexit.c
/openbmc/qemu/hw/misc/eccmemctl.c
/openbmc/qemu/hw/misc/exynos4210_pmu.c
/openbmc/qemu/hw/misc/imx_ccm.c
/openbmc/qemu/hw/misc/ivshmem.c
/openbmc/qemu/hw/misc/lm32_sys.c
/openbmc/qemu/hw/misc/milkymist-hpdmc.c
/openbmc/qemu/hw/misc/milkymist-pfpu.c
/openbmc/qemu/hw/misc/mst_fpga.c
/openbmc/qemu/hw/misc/pc-testdev.c
/openbmc/qemu/hw/misc/pci-testdev.c
/openbmc/qemu/hw/misc/puv3_pm.c
/openbmc/qemu/hw/misc/sga.c
/openbmc/qemu/hw/misc/slavio_misc.c
/openbmc/qemu/hw/misc/vfio.c
/openbmc/qemu/hw/misc/zynq_slcr.c
/openbmc/qemu/hw/net/cadence_gem.c
/openbmc/qemu/hw/net/e1000.c
/openbmc/qemu/hw/net/eepro100.c
/openbmc/qemu/hw/net/etraxfs_eth.c
/openbmc/qemu/hw/net/lan9118.c
/openbmc/qemu/hw/net/lance.c
/openbmc/qemu/hw/net/milkymist-minimac2.c
/openbmc/qemu/hw/net/mipsnet.c
/openbmc/qemu/hw/net/ne2000-isa.c
/openbmc/qemu/hw/net/ne2000.c
/openbmc/qemu/hw/net/opencores_eth.c
/openbmc/qemu/hw/net/pcnet-pci.c
/openbmc/qemu/hw/net/rtl8139.c
/openbmc/qemu/hw/net/smc91c111.c
/openbmc/qemu/hw/net/spapr_llan.c
/openbmc/qemu/hw/net/stellaris_enet.c
/openbmc/qemu/hw/net/virtio-net.c
/openbmc/qemu/hw/net/vmxnet3.c
/openbmc/qemu/hw/net/vmxnet_tx_pkt.c
/openbmc/qemu/hw/net/xgmac.c
/openbmc/qemu/hw/net/xilinx_ethlite.c
/openbmc/qemu/hw/nvram/ds1225y.c
/openbmc/qemu/hw/openrisc/openrisc_sim.c
/openbmc/qemu/hw/pci-bridge/dec.c
/openbmc/qemu/hw/pci-bridge/i82801b11.c
/openbmc/qemu/hw/pci-bridge/ioh3420.c
/openbmc/qemu/hw/pci-bridge/pci_bridge_dev.c
/openbmc/qemu/hw/pci-bridge/xio3130_downstream.c
/openbmc/qemu/hw/pci-bridge/xio3130_upstream.c
/openbmc/qemu/hw/pci-host/apb.c
/openbmc/qemu/hw/pci-host/piix.c
/openbmc/qemu/hw/pci-host/ppce500.c
/openbmc/qemu/hw/pci-host/prep.c
/openbmc/qemu/hw/pci-host/q35.c
/openbmc/qemu/hw/pci/pci.c
/openbmc/qemu/hw/pci/pci_bridge.c
/openbmc/qemu/hw/pci/pcie.c
/openbmc/qemu/hw/pci/pcie_port.c
/openbmc/qemu/hw/ppc/ppce500_spin.c
/openbmc/qemu/hw/ppc/spapr.c
/openbmc/qemu/hw/ppc/spapr_hcall.c
/openbmc/qemu/hw/ppc/spapr_iommu.c
/openbmc/qemu/hw/ppc/spapr_pci.c
/openbmc/qemu/hw/ppc/spapr_vio.c
/openbmc/qemu/hw/s390x/ipl.c
/openbmc/qemu/hw/scsi/esp-pci.c
/openbmc/qemu/hw/scsi/esp.c
/openbmc/qemu/hw/scsi/lsi53c895a.c
/openbmc/qemu/hw/scsi/megasas.c
/openbmc/qemu/hw/scsi/scsi-bus.c
/openbmc/qemu/hw/scsi/spapr_vscsi.c
/openbmc/qemu/hw/scsi/vhost-scsi.c
/openbmc/qemu/hw/scsi/virtio-scsi.c
/openbmc/qemu/hw/scsi/vmw_pvscsi.c
/openbmc/qemu/hw/sd/milkymist-memcard.c
/openbmc/qemu/hw/sd/pl181.c
/openbmc/qemu/hw/sparc/sun4m.c
/openbmc/qemu/hw/sparc64/sun4u.c
/openbmc/qemu/hw/ssi/pl022.c
/openbmc/qemu/hw/ssi/xilinx_spi.c
/openbmc/qemu/hw/timer/arm_mptimer.c
/openbmc/qemu/hw/timer/arm_timer.c
/openbmc/qemu/hw/timer/cadence_ttc.c
/openbmc/qemu/hw/timer/etraxfs_timer.c
/openbmc/qemu/hw/timer/exynos4210_mct.c
/openbmc/qemu/hw/timer/exynos4210_pwm.c
/openbmc/qemu/hw/timer/exynos4210_rtc.c
/openbmc/qemu/hw/timer/grlib_gptimer.c
/openbmc/qemu/hw/timer/lm32_timer.c
/openbmc/qemu/hw/timer/m48t59.c
/openbmc/qemu/hw/timer/milkymist-sysctl.c
/openbmc/qemu/hw/timer/pl031.c
/openbmc/qemu/hw/timer/puv3_ost.c
/openbmc/qemu/hw/timer/pxa2xx_timer.c
/openbmc/qemu/hw/timer/slavio_timer.c
/openbmc/qemu/hw/timer/tusb6010.c
/openbmc/qemu/hw/timer/xilinx_timer.c
/openbmc/qemu/hw/usb/ccid-card-emulated.c
/openbmc/qemu/hw/usb/ccid-card-passthru.c
/openbmc/qemu/hw/usb/dev-audio.c
/openbmc/qemu/hw/usb/dev-bluetooth.c
/openbmc/qemu/hw/usb/dev-hid.c
/openbmc/qemu/hw/usb/dev-hub.c
/openbmc/qemu/hw/usb/dev-network.c
/openbmc/qemu/hw/usb/dev-serial.c
/openbmc/qemu/hw/usb/dev-smartcard-reader.c
/openbmc/qemu/hw/usb/dev-storage.c
/openbmc/qemu/hw/usb/dev-uas.c
/openbmc/qemu/hw/usb/dev-wacom.c
/openbmc/qemu/hw/usb/hcd-ehci-pci.c
/openbmc/qemu/hw/usb/hcd-ehci-sysbus.c
/openbmc/qemu/hw/usb/hcd-ehci.c
/openbmc/qemu/hw/usb/hcd-ohci.c
/openbmc/qemu/hw/usb/hcd-uhci.c
/openbmc/qemu/hw/usb/hcd-xhci.c
/openbmc/qemu/hw/usb/host-libusb.c
/openbmc/qemu/hw/usb/host-linux.c
/openbmc/qemu/hw/usb/redirect.c
/openbmc/qemu/hw/virtio/virtio-balloon.c
/openbmc/qemu/hw/virtio/virtio-mmio.c
/openbmc/qemu/hw/virtio/virtio-pci.c
/openbmc/qemu/hw/virtio/virtio-rng.c
/openbmc/qemu/hw/watchdog/watchdog.c
/openbmc/qemu/hw/watchdog/wdt_i6300esb.c
/openbmc/qemu/hw/watchdog/wdt_ib700.c
/openbmc/qemu/hw/xen/Makefile.objs
/openbmc/qemu/hw/xen/xen_platform.c
/openbmc/qemu/hw/xen/xen_pt.c
/openbmc/qemu/hw/xen/xen_pvdevice.c
/openbmc/qemu/include/block/block_int.h
/openbmc/qemu/include/block/coroutine.h
/openbmc/qemu/include/exec/cpu-defs.h
/openbmc/qemu/include/exec/exec-all.h
/openbmc/qemu/include/exec/gdbstub.h
/openbmc/qemu/include/exec/poison.h
/openbmc/qemu/include/hw/char/escc.h
/openbmc/qemu/include/hw/char/lm32_juart.h
/openbmc/qemu/include/hw/i386/ioapic.h
/openbmc/qemu/include/hw/i386/pc.h
/openbmc/qemu/include/hw/mips/mips.h
/openbmc/qemu/include/hw/pci-host/spapr.h
/openbmc/qemu/include/hw/pci/pci_bus.h
/openbmc/qemu/include/hw/pci/pci_ids.h
/openbmc/qemu/include/hw/pci/pcie_port.h
/openbmc/qemu/include/hw/ppc/spapr.h
/openbmc/qemu/include/hw/ppc/spapr_vio.h
/openbmc/qemu/include/hw/ppc/xics.h
/openbmc/qemu/include/hw/qdev-core.h
/openbmc/qemu/include/hw/sysbus.h
/openbmc/qemu/include/hw/timer/m48t59.h
/openbmc/qemu/include/hw/virtio/virtio-blk.h
/openbmc/qemu/include/migration/migration.h
/openbmc/qemu/include/qapi/qmp/qdict.h
/openbmc/qemu/include/qemu/option.h
/openbmc/qemu/include/qom/cpu.h
/openbmc/qemu/include/sysemu/kvm.h
/openbmc/qemu/kvm-all.c
/openbmc/qemu/kvm-stub.c
/openbmc/qemu/linux-user/main.c
/openbmc/qemu/memory.c
/openbmc/qemu/migration-rdma.c
/openbmc/qemu/migration.c
/openbmc/qemu/net/eth.c
/openbmc/qemu/pc-bios/qemu-nsis.bmp
/openbmc/qemu/pc-bios/qemu-nsis.ico
/openbmc/qemu/pc-bios/s390-ccw.img
/openbmc/qemu/pc-bios/s390-ccw/cio.h
/openbmc/qemu/pc-bios/s390-ccw/main.c
/openbmc/qemu/pc-bios/s390-ccw/s390-ccw.h
/openbmc/qemu/pc-bios/s390-ccw/virtio.c
/openbmc/qemu/qapi-schema.json
qapi-visit-core.c
/openbmc/qemu/qdev-monitor.c
/openbmc/qemu/qemu-char.c
/openbmc/qemu/qemu-coroutine-lock.c
/openbmc/qemu/qemu-options.hx
/openbmc/qemu/qemu-seccomp.c
/openbmc/qemu/qemu.nsi
/openbmc/qemu/qmp-commands.hx
/openbmc/qemu/qobject/qdict.c
/openbmc/qemu/qom/cpu.c
/openbmc/qemu/scripts/qapi.py
/openbmc/qemu/stubs/Makefile.objs
/openbmc/qemu/stubs/gdbstub.c
/openbmc/qemu/target-alpha/Makefile.objs
/openbmc/qemu/target-alpha/cpu-qom.h
/openbmc/qemu/target-alpha/cpu.c
/openbmc/qemu/target-alpha/gdbstub.c
/openbmc/qemu/target-arm/Makefile.objs
/openbmc/qemu/target-arm/cpu-qom.h
/openbmc/qemu/target-arm/cpu.c
/openbmc/qemu/target-arm/gdbstub.c
/openbmc/qemu/target-arm/helper.c
/openbmc/qemu/target-cris/Makefile.objs
/openbmc/qemu/target-cris/cpu-qom.h
/openbmc/qemu/target-cris/cpu.c
/openbmc/qemu/target-cris/gdbstub.c
/openbmc/qemu/target-i386/Makefile.objs
/openbmc/qemu/target-i386/cpu-qom.h
/openbmc/qemu/target-i386/cpu.c
/openbmc/qemu/target-i386/gdbstub.c
/openbmc/qemu/target-i386/kvm.c
/openbmc/qemu/target-lm32/Makefile.objs
/openbmc/qemu/target-lm32/cpu-qom.h
/openbmc/qemu/target-lm32/cpu.c
/openbmc/qemu/target-lm32/gdbstub.c
/openbmc/qemu/target-lm32/op_helper.c
/openbmc/qemu/target-m68k/Makefile.objs
/openbmc/qemu/target-m68k/cpu-qom.h
/openbmc/qemu/target-m68k/cpu.c
/openbmc/qemu/target-m68k/gdbstub.c
/openbmc/qemu/target-microblaze/Makefile.objs
/openbmc/qemu/target-microblaze/cpu-qom.h
/openbmc/qemu/target-microblaze/cpu.c
/openbmc/qemu/target-microblaze/gdbstub.c
/openbmc/qemu/target-mips/Makefile.objs
/openbmc/qemu/target-mips/cpu-qom.h
/openbmc/qemu/target-mips/cpu.c
/openbmc/qemu/target-mips/dsp_helper.c
/openbmc/qemu/target-mips/gdbstub.c
/openbmc/qemu/target-mips/op_helper.c
/openbmc/qemu/target-mips/translate.c
/openbmc/qemu/target-moxie/cpu.c
/openbmc/qemu/target-openrisc/Makefile.objs
/openbmc/qemu/target-openrisc/cpu.c
/openbmc/qemu/target-openrisc/cpu.h
/openbmc/qemu/target-openrisc/gdbstub.c
/openbmc/qemu/target-ppc/Makefile.objs
/openbmc/qemu/target-ppc/cpu-qom.h
/openbmc/qemu/target-ppc/cpu.h
/openbmc/qemu/target-ppc/gdbstub.c
/openbmc/qemu/target-ppc/kvm.c
/openbmc/qemu/target-ppc/kvm_ppc.h
/openbmc/qemu/target-ppc/machine.c
/openbmc/qemu/target-ppc/translate_init.c
/openbmc/qemu/target-s390x/Makefile.objs
/openbmc/qemu/target-s390x/cpu-qom.h
/openbmc/qemu/target-s390x/cpu.c
/openbmc/qemu/target-s390x/gdbstub.c
/openbmc/qemu/target-s390x/kvm.c
/openbmc/qemu/target-sh4/Makefile.objs
/openbmc/qemu/target-sh4/cpu-qom.h
/openbmc/qemu/target-sh4/cpu.c
/openbmc/qemu/target-sh4/gdbstub.c
/openbmc/qemu/target-sparc/Makefile.objs
/openbmc/qemu/target-sparc/cpu-qom.h
/openbmc/qemu/target-sparc/cpu.c
/openbmc/qemu/target-sparc/gdbstub.c
/openbmc/qemu/target-unicore32/cpu.c
/openbmc/qemu/target-xtensa/Makefile.objs
/openbmc/qemu/target-xtensa/cpu-qom.h
/openbmc/qemu/target-xtensa/cpu.c
/openbmc/qemu/target-xtensa/gdbstub.c
/openbmc/qemu/target-xtensa/helper.c
/openbmc/qemu/tcg/aarch64/tcg-target.c
/openbmc/qemu/tests/Makefile
/openbmc/qemu/tests/qapi-schema/comments.err
/openbmc/qemu/tests/qapi-schema/comments.exit
/openbmc/qemu/tests/qapi-schema/comments.json
/openbmc/qemu/tests/qapi-schema/comments.out
/openbmc/qemu/tests/qapi-schema/empty.err
/openbmc/qemu/tests/qapi-schema/empty.exit
/openbmc/qemu/tests/qapi-schema/empty.json
/openbmc/qemu/tests/qapi-schema/empty.out
/openbmc/qemu/tests/qapi-schema/funny-char.err
/openbmc/qemu/tests/qapi-schema/funny-char.exit
/openbmc/qemu/tests/qapi-schema/funny-char.json
/openbmc/qemu/tests/qapi-schema/funny-char.out
/openbmc/qemu/tests/qapi-schema/indented-expr.err
/openbmc/qemu/tests/qapi-schema/indented-expr.exit
/openbmc/qemu/tests/qapi-schema/indented-expr.json
/openbmc/qemu/tests/qapi-schema/indented-expr.out
/openbmc/qemu/tests/qapi-schema/missing-colon.err
/openbmc/qemu/tests/qapi-schema/missing-colon.exit
/openbmc/qemu/tests/qapi-schema/missing-colon.json
/openbmc/qemu/tests/qapi-schema/missing-colon.out
/openbmc/qemu/tests/qapi-schema/missing-comma-list.err
/openbmc/qemu/tests/qapi-schema/missing-comma-list.exit
/openbmc/qemu/tests/qapi-schema/missing-comma-list.json
/openbmc/qemu/tests/qapi-schema/missing-comma-list.out
/openbmc/qemu/tests/qapi-schema/missing-comma-object.err
/openbmc/qemu/tests/qapi-schema/missing-comma-object.exit
/openbmc/qemu/tests/qapi-schema/missing-comma-object.json
/openbmc/qemu/tests/qapi-schema/missing-comma-object.out
/openbmc/qemu/tests/qapi-schema/non-objects.err
/openbmc/qemu/tests/qapi-schema/non-objects.exit
/openbmc/qemu/tests/qapi-schema/non-objects.json
/openbmc/qemu/tests/qapi-schema/non-objects.out
/openbmc/qemu/tests/qapi-schema/qapi-schema-test.err
/openbmc/qemu/tests/qapi-schema/qapi-schema-test.exit
/openbmc/qemu/tests/qapi-schema/qapi-schema-test.json
/openbmc/qemu/tests/qapi-schema/qapi-schema-test.out
/openbmc/qemu/tests/qapi-schema/quoted-structural-chars.err
/openbmc/qemu/tests/qapi-schema/quoted-structural-chars.exit
/openbmc/qemu/tests/qapi-schema/quoted-structural-chars.json
/openbmc/qemu/tests/qapi-schema/quoted-structural-chars.out
/openbmc/qemu/tests/qapi-schema/test-qapi.py
/openbmc/qemu/tests/qapi-schema/trailing-comma-list.err
/openbmc/qemu/tests/qapi-schema/trailing-comma-list.exit
/openbmc/qemu/tests/qapi-schema/trailing-comma-list.json
/openbmc/qemu/tests/qapi-schema/trailing-comma-list.out
/openbmc/qemu/tests/qapi-schema/trailing-comma-object.err
/openbmc/qemu/tests/qapi-schema/trailing-comma-object.exit
/openbmc/qemu/tests/qapi-schema/trailing-comma-object.json
/openbmc/qemu/tests/qapi-schema/trailing-comma-object.out
/openbmc/qemu/tests/qapi-schema/unclosed-list.err
/openbmc/qemu/tests/qapi-schema/unclosed-list.exit
/openbmc/qemu/tests/qapi-schema/unclosed-list.json
/openbmc/qemu/tests/qapi-schema/unclosed-list.out
/openbmc/qemu/tests/qapi-schema/unclosed-object.err
/openbmc/qemu/tests/qapi-schema/unclosed-object.exit
/openbmc/qemu/tests/qapi-schema/unclosed-object.json
/openbmc/qemu/tests/qapi-schema/unclosed-object.out
/openbmc/qemu/tests/qapi-schema/unclosed-string.err
/openbmc/qemu/tests/qapi-schema/unclosed-string.exit
/openbmc/qemu/tests/qapi-schema/unclosed-string.json
/openbmc/qemu/tests/qapi-schema/unclosed-string.out
/openbmc/qemu/tests/qemu-iotests/051
/openbmc/qemu/tests/qemu-iotests/051.out
/openbmc/qemu/tests/qemu-iotests/055
/openbmc/qemu/tests/qemu-iotests/055.out
/openbmc/qemu/tests/qemu-iotests/056
/openbmc/qemu/tests/qemu-iotests/056.out
/openbmc/qemu/tests/qemu-iotests/group
/openbmc/qemu/tests/qemu-iotests/iotests.py
/openbmc/qemu/tests/tcg/mips/mips32-dsp/dpaq_sa_l_w.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/dpsq_sa_l_w.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/mulq_rs_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/precrq_rs_ph_w.c
/openbmc/qemu/tests/test-qmp-input-visitor.c
/openbmc/qemu/tests/test-qmp-output-visitor.c
/openbmc/qemu/tests/test-visitor-serialization.c
/openbmc/qemu/tpm.c
/openbmc/qemu/trace-events
/openbmc/qemu/ui/spice-core.c
/openbmc/qemu/util/aes.c
/openbmc/qemu/util/qemu-option.c
69dd62df08-Jul-2013 Kevin Wolf <kwolf@redhat.com>

qapi: Anonymous unions

The discriminator for anonymous unions is the data type. This allows to
have a union type that allows both of these:

{ 'file': 'my_existing_block_device_id' }
{ 'file

qapi: Anonymous unions

The discriminator for anonymous unions is the data type. This allows to
have a union type that allows both of these:

{ 'file': 'my_existing_block_device_id' }
{ 'file': { 'filename': '/tmp/mydisk.qcow2', 'read-only': true } }

Unions like this are specified in the schema with an empty dict as
discriminator. For this example you could take:

{ 'union': 'BlockRef',
'discriminator': {},
'data': { 'definition': 'BlockOptions',
'reference': 'str' } }
{ 'type': 'ExampleObject',
'data: { 'file': 'BlockRef' } }

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>

show more ...

e8316d7e08-Jul-2013 Kevin Wolf <kwolf@redhat.com>

qapi: Add consume argument to qmp_input_get_object()

This allows to just look at the next element without actually consuming
it.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake

qapi: Add consume argument to qmp_input_get_object()

This allows to just look at the next element without actually consuming
it.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>

show more ...

761d524d03-Jul-2013 Kevin Wolf <kwolf@redhat.com>

qapi: Add visitor for implicit structs

These can be used when an embedded struct is parsed and members not
belonging to the struct may be present in the input (e.g. parsing a
flat namespace QMP unio

qapi: Add visitor for implicit structs

These can be used when an embedded struct is parsed and members not
belonging to the struct may be present in the input (e.g. parsing a
flat namespace QMP union, where fields from both the base and one
of the alternative types are mixed in the JSON object)

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>

show more ...


/openbmc/qemu/.gitignore
/openbmc/qemu/.gitmodules
/openbmc/qemu/HACKING
/openbmc/qemu/MAINTAINERS
/openbmc/qemu/Makefile
/openbmc/qemu/Makefile.objs
/openbmc/qemu/Makefile.target
/openbmc/qemu/QMP/qmp-events.txt
/openbmc/qemu/QMP/qmp-shell
/openbmc/qemu/VERSION
/openbmc/qemu/aio-posix.c
/openbmc/qemu/arch_init.c
/openbmc/qemu/async.c
/openbmc/qemu/audio/audio_int.h
/openbmc/qemu/audio/audio_win_int.c
/openbmc/qemu/audio/ossaudio.c
/openbmc/qemu/backends/Makefile.objs
/openbmc/qemu/backends/baum.c
/openbmc/qemu/backends/msmouse.c
/openbmc/qemu/backends/rng-egd.c
/openbmc/qemu/backends/rng-random.c
/openbmc/qemu/backends/rng.c
/openbmc/qemu/backends/tpm.c
/openbmc/qemu/block-migration.c
/openbmc/qemu/block.c
/openbmc/qemu/block/Makefile.objs
/openbmc/qemu/block/backup.c
/openbmc/qemu/block/blkdebug.c
/openbmc/qemu/block/blkverify.c
/openbmc/qemu/block/bochs.c
/openbmc/qemu/block/cloop.c
/openbmc/qemu/block/commit.c
/openbmc/qemu/block/cow.c
/openbmc/qemu/block/curl.c
/openbmc/qemu/block/dmg.c
/openbmc/qemu/block/gluster.c
/openbmc/qemu/block/iscsi.c
/openbmc/qemu/block/mirror.c
/openbmc/qemu/block/nbd.c
/openbmc/qemu/block/parallels.c
/openbmc/qemu/block/qapi.c
/openbmc/qemu/block/qcow.c
/openbmc/qemu/block/qcow2-cluster.c
/openbmc/qemu/block/qcow2-refcount.c
/openbmc/qemu/block/qcow2-snapshot.c
/openbmc/qemu/block/qcow2.c
/openbmc/qemu/block/qcow2.h
/openbmc/qemu/block/qed.c
/openbmc/qemu/block/raw-posix.c
/openbmc/qemu/block/raw-win32.c
/openbmc/qemu/block/raw.c
/openbmc/qemu/block/rbd.c
/openbmc/qemu/block/sheepdog.c
/openbmc/qemu/block/snapshot.c
/openbmc/qemu/block/ssh.c
/openbmc/qemu/block/stream.c
/openbmc/qemu/block/vdi.c
/openbmc/qemu/block/vhdx.c
/openbmc/qemu/block/vhdx.h
/openbmc/qemu/block/vmdk.c
/openbmc/qemu/block/vpc.c
/openbmc/qemu/block/vvfat.c
/openbmc/qemu/block/win32-aio.c
/openbmc/qemu/blockdev-nbd.c
/openbmc/qemu/blockdev.c
/openbmc/qemu/bsd-user/elfload.c
/openbmc/qemu/bsd-user/main.c
/openbmc/qemu/bsd-user/qemu.h
/openbmc/qemu/bsd-user/syscall.c
/openbmc/qemu/bt-host.c
/openbmc/qemu/bt-vhci.c
/openbmc/qemu/configure
/openbmc/qemu/coroutine-sigaltstack.c
/openbmc/qemu/coroutine-ucontext.c
/openbmc/qemu/cpu-exec.c
/openbmc/qemu/cpus.c
/openbmc/qemu/cputlb.c
/openbmc/qemu/default-configs/alpha-softmmu.mak
/openbmc/qemu/default-configs/arm-softmmu.mak
/openbmc/qemu/default-configs/cris-softmmu.mak
/openbmc/qemu/default-configs/i386-softmmu.mak
/openbmc/qemu/default-configs/lm32-softmmu.mak
/openbmc/qemu/default-configs/m68k-softmmu.mak
/openbmc/qemu/default-configs/microblaze-softmmu.mak
/openbmc/qemu/default-configs/microblazeel-softmmu.mak
/openbmc/qemu/default-configs/mips-softmmu.mak
/openbmc/qemu/default-configs/mips64-softmmu.mak
/openbmc/qemu/default-configs/mips64el-softmmu.mak
/openbmc/qemu/default-configs/mipsel-softmmu.mak
/openbmc/qemu/default-configs/moxie-softmmu.mak
/openbmc/qemu/default-configs/pci.mak
/openbmc/qemu/default-configs/ppc-softmmu.mak
/openbmc/qemu/default-configs/ppc64-softmmu.mak
/openbmc/qemu/default-configs/ppcemb-softmmu.mak
/openbmc/qemu/default-configs/s390x-softmmu.mak
/openbmc/qemu/default-configs/sh4-softmmu.mak
/openbmc/qemu/default-configs/sh4eb-softmmu.mak
/openbmc/qemu/default-configs/sound.mak
/openbmc/qemu/default-configs/sparc-softmmu.mak
/openbmc/qemu/default-configs/sparc64-softmmu.mak
/openbmc/qemu/default-configs/usb.mak
/openbmc/qemu/default-configs/x86_64-softmmu.mak
/openbmc/qemu/device-hotplug.c
/openbmc/qemu/device_tree.c
/openbmc/qemu/disas.c
/openbmc/qemu/disas/Makefile.objs
/openbmc/qemu/disas/arm.c
/openbmc/qemu/disas/i386.c
/openbmc/qemu/disas/lm32.c
/openbmc/qemu/disas/m68k.c
/openbmc/qemu/disas/moxie.c
/openbmc/qemu/dma-helpers.c
/openbmc/qemu/docs/atomics.txt
/openbmc/qemu/docs/bootindex.txt
/openbmc/qemu/docs/ccid.txt
/openbmc/qemu/docs/memory.txt
/openbmc/qemu/docs/migration.txt
/openbmc/qemu/docs/qapi-code-gen.txt
/openbmc/qemu/docs/rdma.txt
/openbmc/qemu/docs/specs/acpi_cpu_hotplug.txt
/openbmc/qemu/docs/specs/pci-testdev.txt
/openbmc/qemu/docs/specs/pvpanic.txt
/openbmc/qemu/docs/specs/vmw_pvscsi-spec.txt
/openbmc/qemu/docs/tracing.txt
/openbmc/qemu/docs/usb-storage.txt
/openbmc/qemu/docs/usb2.txt
/openbmc/qemu/docs/vnc-ledstate-Pseudo-encoding.txt
/openbmc/qemu/dtc
/openbmc/qemu/dump.c
/openbmc/qemu/exec.c
/openbmc/qemu/fpu/softfloat-macros.h
/openbmc/qemu/fpu/softfloat.c
/openbmc/qemu/fsdev/qemu-fsdev.c
/openbmc/qemu/fsdev/virtfs-proxy-helper.c
/openbmc/qemu/gdbstub.c
/openbmc/qemu/hmp-commands.hx
/openbmc/qemu/hmp.c
/openbmc/qemu/hmp.h
/openbmc/qemu/hw/9pfs/cofile.c
/openbmc/qemu/hw/9pfs/virtio-9p-device.c
/openbmc/qemu/hw/9pfs/virtio-9p-handle.c
/openbmc/qemu/hw/9pfs/virtio-9p-local.c
/openbmc/qemu/hw/9pfs/virtio-9p-posix-acl.c
/openbmc/qemu/hw/9pfs/virtio-9p-proxy.c
/openbmc/qemu/hw/9pfs/virtio-9p-synth.c
/openbmc/qemu/hw/9pfs/virtio-9p-xattr-user.c
/openbmc/qemu/hw/9pfs/virtio-9p-xattr.c
/openbmc/qemu/hw/9pfs/virtio-9p.c
/openbmc/qemu/hw/9pfs/virtio-9p.h
/openbmc/qemu/hw/Makefile.objs
/openbmc/qemu/hw/acpi/Makefile.objs
/openbmc/qemu/hw/acpi/core.c
/openbmc/qemu/hw/acpi/ich9.c
/openbmc/qemu/hw/acpi/piix4.c
/openbmc/qemu/hw/alpha/Makefile.objs
/openbmc/qemu/hw/alpha/alpha_sys.h
/openbmc/qemu/hw/alpha/dp264.c
/openbmc/qemu/hw/alpha/pci.c
/openbmc/qemu/hw/alpha/typhoon.c
/openbmc/qemu/hw/arm/Makefile.objs
/openbmc/qemu/hw/arm/armv7m.c
/openbmc/qemu/hw/arm/boot.c
/openbmc/qemu/hw/arm/collie.c
/openbmc/qemu/hw/arm/exynos4210.c
/openbmc/qemu/hw/arm/exynos4_boards.c
/openbmc/qemu/hw/arm/gumstix.c
/openbmc/qemu/hw/arm/highbank.c
/openbmc/qemu/hw/arm/integratorcp.c
/openbmc/qemu/hw/arm/kzm.c
/openbmc/qemu/hw/arm/mainstone.c
/openbmc/qemu/hw/arm/musicpal.c
/openbmc/qemu/hw/arm/nseries.c
/openbmc/qemu/hw/arm/omap1.c
/openbmc/qemu/hw/arm/omap2.c
/openbmc/qemu/hw/arm/omap_sx1.c
/openbmc/qemu/hw/arm/palm.c
/openbmc/qemu/hw/arm/pic_cpu.c
/openbmc/qemu/hw/arm/pxa2xx.c
/openbmc/qemu/hw/arm/pxa2xx_gpio.c
/openbmc/qemu/hw/arm/pxa2xx_pic.c
/openbmc/qemu/hw/arm/realview.c
/openbmc/qemu/hw/arm/spitz.c
/openbmc/qemu/hw/arm/stellaris.c
/openbmc/qemu/hw/arm/strongarm.c
/openbmc/qemu/hw/arm/strongarm.h
/openbmc/qemu/hw/arm/tosa.c
/openbmc/qemu/hw/arm/versatilepb.c
/openbmc/qemu/hw/arm/vexpress.c
/openbmc/qemu/hw/arm/xilinx_zynq.c
/openbmc/qemu/hw/arm/z2.c
/openbmc/qemu/hw/audio/Makefile.objs
/openbmc/qemu/hw/audio/ac97.c
/openbmc/qemu/hw/audio/adlib.c
/openbmc/qemu/hw/audio/cs4231.c
/openbmc/qemu/hw/audio/cs4231a.c
/openbmc/qemu/hw/audio/es1370.c
/openbmc/qemu/hw/audio/fmopl.c
/openbmc/qemu/hw/audio/fmopl.h
/openbmc/qemu/hw/audio/gus.c
/openbmc/qemu/hw/audio/gusemu.h
/openbmc/qemu/hw/audio/gusemu_hal.c
/openbmc/qemu/hw/audio/gusemu_mixer.c
/openbmc/qemu/hw/audio/gustate.h
/openbmc/qemu/hw/audio/hda-codec.c
/openbmc/qemu/hw/audio/intel-hda-defs.h
/openbmc/qemu/hw/audio/intel-hda.c
/openbmc/qemu/hw/audio/intel-hda.h
/openbmc/qemu/hw/audio/lm4549.c
/openbmc/qemu/hw/audio/lm4549.h
/openbmc/qemu/hw/audio/marvell_88w8618.c
/openbmc/qemu/hw/audio/milkymist-ac97.c
/openbmc/qemu/hw/audio/pcspk.c
/openbmc/qemu/hw/audio/pl041.c
/openbmc/qemu/hw/audio/pl041.h
/openbmc/qemu/hw/audio/pl041.hx
/openbmc/qemu/hw/audio/sb16.c
/openbmc/qemu/hw/audio/wm8750.c
/openbmc/qemu/hw/block/Makefile.objs
/openbmc/qemu/hw/block/block.c
/openbmc/qemu/hw/block/cdrom.c
/openbmc/qemu/hw/block/dataplane/Makefile.objs
/openbmc/qemu/hw/block/dataplane/ioq.c
/openbmc/qemu/hw/block/dataplane/ioq.h
/openbmc/qemu/hw/block/dataplane/virtio-blk.c
/openbmc/qemu/hw/block/dataplane/virtio-blk.h
/openbmc/qemu/hw/block/ecc.c
/openbmc/qemu/hw/block/fdc.c
/openbmc/qemu/hw/block/hd-geometry.c
/openbmc/qemu/hw/block/m25p80.c
/openbmc/qemu/hw/block/nand.c
/openbmc/qemu/hw/block/nvme.c
/openbmc/qemu/hw/block/nvme.h
/openbmc/qemu/hw/block/onenand.c
/openbmc/qemu/hw/block/pc_sysfw.c
/openbmc/qemu/hw/block/pflash_cfi01.c
/openbmc/qemu/hw/block/pflash_cfi02.c
/openbmc/qemu/hw/block/tc58128.c
/openbmc/qemu/hw/block/virtio-blk.c
/openbmc/qemu/hw/block/xen_blkif.h
/openbmc/qemu/hw/block/xen_disk.c
/openbmc/qemu/hw/bt/Makefile.objs
/openbmc/qemu/hw/bt/core.c
/openbmc/qemu/hw/bt/hci-csr.c
/openbmc/qemu/hw/bt/hci.c
/openbmc/qemu/hw/bt/hid.c
/openbmc/qemu/hw/bt/l2cap.c
/openbmc/qemu/hw/bt/sdp.c
/openbmc/qemu/hw/char/Makefile.objs
/openbmc/qemu/hw/char/cadence_uart.c
/openbmc/qemu/hw/char/debugcon.c
/openbmc/qemu/hw/char/escc.c
/openbmc/qemu/hw/char/etraxfs_ser.c
/openbmc/qemu/hw/char/exynos4210_uart.c
/openbmc/qemu/hw/char/grlib_apbuart.c
/openbmc/qemu/hw/char/imx_serial.c
/openbmc/qemu/hw/char/ipack.c
/openbmc/qemu/hw/char/ipack.h
/openbmc/qemu/hw/char/ipoctal232.c
/openbmc/qemu/hw/char/lm32_juart.c
/openbmc/qemu/hw/char/lm32_uart.c
/openbmc/qemu/hw/char/mcf_uart.c
/openbmc/qemu/hw/char/milkymist-uart.c
/openbmc/qemu/hw/char/omap_uart.c
/openbmc/qemu/hw/char/parallel.c
/openbmc/qemu/hw/char/pl011.c
/openbmc/qemu/hw/char/sclpconsole.c
/openbmc/qemu/hw/char/serial-isa.c
/openbmc/qemu/hw/char/serial-pci.c
/openbmc/qemu/hw/char/serial.c
/openbmc/qemu/hw/char/sh_serial.c
/openbmc/qemu/hw/char/spapr_vty.c
/openbmc/qemu/hw/char/tpci200.c
/openbmc/qemu/hw/char/virtio-console.c
/openbmc/qemu/hw/char/virtio-serial-bus.c
/openbmc/qemu/hw/char/xen_console.c
/openbmc/qemu/hw/char/xilinx_uartlite.c
/openbmc/qemu/hw/core/Makefile.objs
/openbmc/qemu/hw/core/empty_slot.c
/openbmc/qemu/hw/core/irq.c
/openbmc/qemu/hw/core/loader.c
/openbmc/qemu/hw/core/null-machine.c
/openbmc/qemu/hw/core/ptimer.c
/openbmc/qemu/hw/core/qdev-properties-system.c
/openbmc/qemu/hw/core/qdev-properties.c
/openbmc/qemu/hw/core/qdev.c
/openbmc/qemu/hw/core/stream.c
/openbmc/qemu/hw/core/sysbus.c
/openbmc/qemu/hw/core/uboot_image.h
/openbmc/qemu/hw/cpu/Makefile.objs
/openbmc/qemu/hw/cpu/a15mpcore.c
/openbmc/qemu/hw/cpu/a9mpcore.c
/openbmc/qemu/hw/cpu/arm11mpcore.c
/openbmc/qemu/hw/cpu/icc_bus.c
/openbmc/qemu/hw/cris/Makefile.objs
/openbmc/qemu/hw/cris/axis_dev88.c
/openbmc/qemu/hw/cris/boot.c
/openbmc/qemu/hw/cris/boot.h
/openbmc/qemu/hw/cris/pic_cpu.c
/openbmc/qemu/hw/display/Makefile.objs
/openbmc/qemu/hw/display/ads7846.c
/openbmc/qemu/hw/display/blizzard.c
/openbmc/qemu/hw/display/blizzard_template.h
/openbmc/qemu/hw/display/cirrus_vga.c
/openbmc/qemu/hw/display/cirrus_vga_rop.h
/openbmc/qemu/hw/display/cirrus_vga_rop2.h
/openbmc/qemu/hw/display/cirrus_vga_template.h
/openbmc/qemu/hw/display/exynos4210_fimd.c
/openbmc/qemu/hw/display/framebuffer.c
/openbmc/qemu/hw/display/framebuffer.h
/openbmc/qemu/hw/display/g364fb.c
/openbmc/qemu/hw/display/jazz_led.c
/openbmc/qemu/hw/display/milkymist-tmu2.c
/openbmc/qemu/hw/display/milkymist-vgafb.c
/openbmc/qemu/hw/display/milkymist-vgafb_template.h
/openbmc/qemu/hw/display/omap_dss.c
/openbmc/qemu/hw/display/omap_lcd_template.h
/openbmc/qemu/hw/display/omap_lcdc.c
/openbmc/qemu/hw/display/pl110.c
/openbmc/qemu/hw/display/pl110_template.h
/openbmc/qemu/hw/display/pxa2xx_lcd.c
/openbmc/qemu/hw/display/pxa2xx_template.h
/openbmc/qemu/hw/display/qxl-logger.c
/openbmc/qemu/hw/display/qxl-render.c
/openbmc/qemu/hw/display/qxl.c
/openbmc/qemu/hw/display/qxl.h
/openbmc/qemu/hw/display/sm501.c
/openbmc/qemu/hw/display/sm501_template.h
/openbmc/qemu/hw/display/ssd0303.c
/openbmc/qemu/hw/display/ssd0323.c
/openbmc/qemu/hw/display/tc6393xb.c
/openbmc/qemu/hw/display/tc6393xb_template.h
/openbmc/qemu/hw/display/tcx.c
/openbmc/qemu/hw/display/vga-isa-mm.c
/openbmc/qemu/hw/display/vga-isa.c
/openbmc/qemu/hw/display/vga-pci.c
/openbmc/qemu/hw/display/vga.c
/openbmc/qemu/hw/display/vga.h
/openbmc/qemu/hw/display/vga_int.h
/openbmc/qemu/hw/display/vga_template.h
/openbmc/qemu/hw/display/vmware_vga.c
/openbmc/qemu/hw/display/xenfb.c
/openbmc/qemu/hw/dma/Makefile.objs
/openbmc/qemu/hw/dma/etraxfs_dma.c
/openbmc/qemu/hw/dma/i82374.c
/openbmc/qemu/hw/dma/i8257.c
/openbmc/qemu/hw/dma/omap_dma.c
/openbmc/qemu/hw/dma/pl080.c
/openbmc/qemu/hw/dma/pl330.c
/openbmc/qemu/hw/dma/puv3_dma.c
/openbmc/qemu/hw/dma/pxa2xx_dma.c
/openbmc/qemu/hw/dma/rc4030.c
/openbmc/qemu/hw/dma/soc_dma.c
/openbmc/qemu/hw/dma/sparc32_dma.c
/openbmc/qemu/hw/dma/sun4m_iommu.c
/openbmc/qemu/hw/dma/xilinx_axidma.c
/openbmc/qemu/hw/gpio/Makefile.objs
/openbmc/qemu/hw/gpio/max7310.c
/openbmc/qemu/hw/gpio/omap_gpio.c
/openbmc/qemu/hw/gpio/pl061.c
/openbmc/qemu/hw/gpio/puv3_gpio.c
/openbmc/qemu/hw/gpio/zaurus.c
/openbmc/qemu/hw/i2c/Makefile.objs
/openbmc/qemu/hw/i2c/bitbang_i2c.c
/openbmc/qemu/hw/i2c/bitbang_i2c.h
/openbmc/qemu/hw/i2c/core.c
/openbmc/qemu/hw/i2c/exynos4210_i2c.c
/openbmc/qemu/hw/i2c/omap_i2c.c
/openbmc/qemu/hw/i2c/pm_smbus.c
/openbmc/qemu/hw/i2c/smbus.c
/openbmc/qemu/hw/i2c/smbus_eeprom.c
/openbmc/qemu/hw/i2c/smbus_ich9.c
/openbmc/qemu/hw/i2c/versatile_i2c.c
/openbmc/qemu/hw/i386/Makefile.objs
/openbmc/qemu/hw/i386/kvm/Makefile.objs
/openbmc/qemu/hw/i386/kvm/apic.c
/openbmc/qemu/hw/i386/kvm/clock.c
/openbmc/qemu/hw/i386/kvm/i8254.c
/openbmc/qemu/hw/i386/kvm/i8259.c
/openbmc/qemu/hw/i386/kvm/ioapic.c
/openbmc/qemu/hw/i386/kvm/pci-assign.c
/openbmc/qemu/hw/i386/kvmvapic.c
/openbmc/qemu/hw/i386/multiboot.c
/openbmc/qemu/hw/i386/multiboot.h
/openbmc/qemu/hw/i386/pc.c
/openbmc/qemu/hw/i386/pc_piix.c
/openbmc/qemu/hw/i386/pc_q35.c
/openbmc/qemu/hw/i386/smbios.c
/openbmc/qemu/hw/i386/xen_domainbuild.c
/openbmc/qemu/hw/i386/xen_domainbuild.h
/openbmc/qemu/hw/i386/xen_machine_pv.c
/openbmc/qemu/hw/ide/Makefile.objs
/openbmc/qemu/hw/ide/ahci.c
/openbmc/qemu/hw/ide/ahci.h
/openbmc/qemu/hw/ide/atapi.c
/openbmc/qemu/hw/ide/cmd646.c
/openbmc/qemu/hw/ide/core.c
/openbmc/qemu/hw/ide/ich.c
/openbmc/qemu/hw/ide/internal.h
/openbmc/qemu/hw/ide/isa.c
/openbmc/qemu/hw/ide/macio.c
/openbmc/qemu/hw/ide/microdrive.c
/openbmc/qemu/hw/ide/mmio.c
/openbmc/qemu/hw/ide/pci.c
/openbmc/qemu/hw/ide/piix.c
/openbmc/qemu/hw/ide/qdev.c
/openbmc/qemu/hw/ide/via.c
/openbmc/qemu/hw/input/Makefile.objs
/openbmc/qemu/hw/input/adb.c
/openbmc/qemu/hw/input/hid.c
/openbmc/qemu/hw/input/lm832x.c
/openbmc/qemu/hw/input/milkymist-softusb.c
/openbmc/qemu/hw/input/pckbd.c
/openbmc/qemu/hw/input/pl050.c
/openbmc/qemu/hw/input/ps2.c
/openbmc/qemu/hw/input/pxa2xx_keypad.c
/openbmc/qemu/hw/input/stellaris_input.c
/openbmc/qemu/hw/input/tsc2005.c
/openbmc/qemu/hw/input/tsc210x.c
/openbmc/qemu/hw/input/vmmouse.c
/openbmc/qemu/hw/intc/Makefile.objs
/openbmc/qemu/hw/intc/apic.c
/openbmc/qemu/hw/intc/apic_common.c
/openbmc/qemu/hw/intc/arm_gic.c
/openbmc/qemu/hw/intc/arm_gic_common.c
/openbmc/qemu/hw/intc/arm_gic_kvm.c
/openbmc/qemu/hw/intc/armv7m_nvic.c
/openbmc/qemu/hw/intc/etraxfs_pic.c
/openbmc/qemu/hw/intc/exynos4210_combiner.c
/openbmc/qemu/hw/intc/exynos4210_gic.c
/openbmc/qemu/hw/intc/gic_internal.h
/openbmc/qemu/hw/intc/grlib_irqmp.c
/openbmc/qemu/hw/intc/heathrow_pic.c
/openbmc/qemu/hw/intc/i8259.c
/openbmc/qemu/hw/intc/i8259_common.c
/openbmc/qemu/hw/intc/imx_avic.c
/openbmc/qemu/hw/intc/ioapic.c
/openbmc/qemu/hw/intc/ioapic_common.c
/openbmc/qemu/hw/intc/lm32_pic.c
/openbmc/qemu/hw/intc/omap_intc.c
/openbmc/qemu/hw/intc/openpic.c
/openbmc/qemu/hw/intc/openpic_kvm.c
/openbmc/qemu/hw/intc/pl190.c
/openbmc/qemu/hw/intc/puv3_intc.c
/openbmc/qemu/hw/intc/realview_gic.c
/openbmc/qemu/hw/intc/sh_intc.c
/openbmc/qemu/hw/intc/slavio_intctl.c
/openbmc/qemu/hw/intc/xics.c
/openbmc/qemu/hw/intc/xilinx_intc.c
/openbmc/qemu/hw/isa/Makefile.objs
/openbmc/qemu/hw/isa/apm.c
/openbmc/qemu/hw/isa/i82378.c
/openbmc/qemu/hw/isa/isa-bus.c
/openbmc/qemu/hw/isa/lpc_ich9.c
/openbmc/qemu/hw/isa/pc87312.c
/openbmc/qemu/hw/isa/piix4.c
/openbmc/qemu/hw/isa/vt82c686.c
/openbmc/qemu/hw/lm32/Makefile.objs
/openbmc/qemu/hw/lm32/lm32.h
/openbmc/qemu/hw/lm32/lm32_boards.c
/openbmc/qemu/hw/lm32/lm32_hwsetup.h
/openbmc/qemu/hw/lm32/milkymist-hw.h
/openbmc/qemu/hw/lm32/milkymist.c
/openbmc/qemu/hw/m68k/Makefile.objs
/openbmc/qemu/hw/m68k/an5206.c
/openbmc/qemu/hw/m68k/dummy_m68k.c
/openbmc/qemu/hw/m68k/mcf5206.c
/openbmc/qemu/hw/m68k/mcf5208.c
/openbmc/qemu/hw/m68k/mcf_intc.c
/openbmc/qemu/hw/microblaze/Makefile.objs
/openbmc/qemu/hw/microblaze/boot.c
/openbmc/qemu/hw/microblaze/boot.h
/openbmc/qemu/hw/microblaze/petalogix_ml605_mmu.c
/openbmc/qemu/hw/microblaze/petalogix_s3adsp1800_mmu.c
/openbmc/qemu/hw/microblaze/pic_cpu.c
/openbmc/qemu/hw/microblaze/pic_cpu.h
/openbmc/qemu/hw/mips/Makefile.objs
/openbmc/qemu/hw/mips/addr.c
/openbmc/qemu/hw/mips/cputimer.c
/openbmc/qemu/hw/mips/gt64xxx_pci.c
/openbmc/qemu/hw/mips/mips_fulong2e.c
/openbmc/qemu/hw/mips/mips_int.c
/openbmc/qemu/hw/mips/mips_jazz.c
/openbmc/qemu/hw/mips/mips_malta.c
/openbmc/qemu/hw/mips/mips_mipssim.c
/openbmc/qemu/hw/mips/mips_r4k.c
/openbmc/qemu/hw/misc/Makefile.objs
/openbmc/qemu/hw/misc/a9scu.c
/openbmc/qemu/hw/misc/applesmc.c
/openbmc/qemu/hw/misc/arm_l2x0.c
/openbmc/qemu/hw/misc/arm_sysctl.c
/openbmc/qemu/hw/misc/cbus.c
/openbmc/qemu/hw/misc/debugexit.c
/openbmc/qemu/hw/misc/eccmemctl.c
/openbmc/qemu/hw/misc/exynos4210_pmu.c
/openbmc/qemu/hw/misc/imx_ccm.c
/openbmc/qemu/hw/misc/ivshmem.c
/openbmc/qemu/hw/misc/lm32_sys.c
/openbmc/qemu/hw/misc/macio/Makefile.objs
/openbmc/qemu/hw/misc/macio/cuda.c
/openbmc/qemu/hw/misc/macio/mac_dbdma.c
/openbmc/qemu/hw/misc/macio/macio.c
/openbmc/qemu/hw/misc/max111x.c
/openbmc/qemu/hw/misc/milkymist-hpdmc.c
/openbmc/qemu/hw/misc/milkymist-pfpu.c
/openbmc/qemu/hw/misc/mst_fpga.c
/openbmc/qemu/hw/misc/omap_clk.c
/openbmc/qemu/hw/misc/omap_gpmc.c
/openbmc/qemu/hw/misc/omap_l4.c
/openbmc/qemu/hw/misc/omap_sdrc.c
/openbmc/qemu/hw/misc/omap_tap.c
/openbmc/qemu/hw/misc/pc-testdev.c
/openbmc/qemu/hw/misc/pci-testdev.c
/openbmc/qemu/hw/misc/puv3_pm.c
/openbmc/qemu/hw/misc/pvpanic.c
/openbmc/qemu/hw/misc/pxa2xx_pcmcia.c
/openbmc/qemu/hw/misc/sga.c
/openbmc/qemu/hw/misc/slavio_misc.c
/openbmc/qemu/hw/misc/tmp105.c
/openbmc/qemu/hw/misc/tmp105.h
/openbmc/qemu/hw/misc/vfio.c
/openbmc/qemu/hw/misc/vmport.c
/openbmc/qemu/hw/misc/zynq_slcr.c
/openbmc/qemu/hw/moxie/Makefile.objs
/openbmc/qemu/hw/moxie/moxiesim.c
/openbmc/qemu/hw/net/Makefile.objs
/openbmc/qemu/hw/net/cadence_gem.c
/openbmc/qemu/hw/net/dp8393x.c
/openbmc/qemu/hw/net/e1000.c
/openbmc/qemu/hw/net/e1000_regs.h
/openbmc/qemu/hw/net/eepro100.c
/openbmc/qemu/hw/net/etraxfs_eth.c
/openbmc/qemu/hw/net/lan9118.c
/openbmc/qemu/hw/net/lance.c
/openbmc/qemu/hw/net/mcf_fec.c
/openbmc/qemu/hw/net/milkymist-minimac2.c
/openbmc/qemu/hw/net/mipsnet.c
/openbmc/qemu/hw/net/ne2000-isa.c
/openbmc/qemu/hw/net/ne2000.c
/openbmc/qemu/hw/net/ne2000.h
/openbmc/qemu/hw/net/opencores_eth.c
/openbmc/qemu/hw/net/pcnet-pci.c
/openbmc/qemu/hw/net/pcnet.c
/openbmc/qemu/hw/net/pcnet.h
/openbmc/qemu/hw/net/rtl8139.c
/openbmc/qemu/hw/net/smc91c111.c
/openbmc/qemu/hw/net/spapr_llan.c
/openbmc/qemu/hw/net/stellaris_enet.c
/openbmc/qemu/hw/net/vhost_net.c
/openbmc/qemu/hw/net/virtio-net.c
/openbmc/qemu/hw/net/vmware_utils.h
/openbmc/qemu/hw/net/vmxnet3.c
/openbmc/qemu/hw/net/vmxnet3.h
/openbmc/qemu/hw/net/vmxnet_debug.h
/openbmc/qemu/hw/net/vmxnet_rx_pkt.c
/openbmc/qemu/hw/net/vmxnet_rx_pkt.h
/openbmc/qemu/hw/net/vmxnet_tx_pkt.c
/openbmc/qemu/hw/net/vmxnet_tx_pkt.h
/openbmc/qemu/hw/net/xen_nic.c
/openbmc/qemu/hw/net/xgmac.c
/openbmc/qemu/hw/net/xilinx_axienet.c
/openbmc/qemu/hw/net/xilinx_ethlite.c
/openbmc/qemu/hw/nvram/Makefile.objs
/openbmc/qemu/hw/nvram/ds1225y.c
/openbmc/qemu/hw/nvram/eeprom93xx.c
/openbmc/qemu/hw/nvram/fw_cfg.c
/openbmc/qemu/hw/nvram/mac_nvram.c
/openbmc/qemu/hw/nvram/spapr_nvram.c
/openbmc/qemu/hw/openrisc/Makefile.objs
/openbmc/qemu/hw/openrisc/cputimer.c
/openbmc/qemu/hw/openrisc/openrisc_sim.c
/openbmc/qemu/hw/openrisc/pic_cpu.c
/openbmc/qemu/hw/pci-bridge/Makefile.objs
/openbmc/qemu/hw/pci-bridge/dec.c
/openbmc/qemu/hw/pci-bridge/dec.h
/openbmc/qemu/hw/pci-bridge/i82801b11.c
/openbmc/qemu/hw/pci-bridge/ioh3420.c
/openbmc/qemu/hw/pci-bridge/ioh3420.h
/openbmc/qemu/hw/pci-bridge/pci_bridge_dev.c
/openbmc/qemu/hw/pci-bridge/xio3130_downstream.c
/openbmc/qemu/hw/pci-bridge/xio3130_downstream.h
/openbmc/qemu/hw/pci-bridge/xio3130_upstream.c
/openbmc/qemu/hw/pci-bridge/xio3130_upstream.h
/openbmc/qemu/hw/pci-host/Makefile.objs
/openbmc/qemu/hw/pci-host/apb.c
/openbmc/qemu/hw/pci-host/bonito.c
/openbmc/qemu/hw/pci-host/grackle.c
/openbmc/qemu/hw/pci-host/pam.c
/openbmc/qemu/hw/pci-host/piix.c
/openbmc/qemu/hw/pci-host/ppce500.c
/openbmc/qemu/hw/pci-host/prep.c
/openbmc/qemu/hw/pci-host/q35.c
/openbmc/qemu/hw/pci-host/uninorth.c
/openbmc/qemu/hw/pci-host/versatile.c
/openbmc/qemu/hw/pci/Makefile.objs
/openbmc/qemu/hw/pci/msix.c
/openbmc/qemu/hw/pci/pci-hotplug-old.c
/openbmc/qemu/hw/pci/pci.c
/openbmc/qemu/hw/pci/pci_bridge.c
/openbmc/qemu/hw/pci/pci_host.c
/openbmc/qemu/hw/pci/pcie.c
/openbmc/qemu/hw/pci/pcie_aer.c
/openbmc/qemu/hw/pci/pcie_host.c
/openbmc/qemu/hw/pci/pcie_port.c
/openbmc/qemu/hw/pci/shpc.c
/openbmc/qemu/hw/pci/slotid_cap.c
/openbmc/qemu/hw/ppc/Makefile.objs
/openbmc/qemu/hw/ppc/e500-ccsr.h
/openbmc/qemu/hw/ppc/e500.c
/openbmc/qemu/hw/ppc/e500plat.c
/openbmc/qemu/hw/ppc/mac.h
/openbmc/qemu/hw/ppc/mac_newworld.c
/openbmc/qemu/hw/ppc/mac_oldworld.c
/openbmc/qemu/hw/ppc/mpc8544_guts.c
/openbmc/qemu/hw/ppc/mpc8544ds.c
/openbmc/qemu/hw/ppc/ppc.c
/openbmc/qemu/hw/ppc/ppc405.h
/openbmc/qemu/hw/ppc/ppc405_boards.c
/openbmc/qemu/hw/ppc/ppc405_uc.c
/openbmc/qemu/hw/ppc/ppc440_bamboo.c
/openbmc/qemu/hw/ppc/ppc4xx_devs.c
/openbmc/qemu/hw/ppc/ppc4xx_pci.c
/openbmc/qemu/hw/ppc/ppc_booke.c
/openbmc/qemu/hw/ppc/ppce500_spin.c
/openbmc/qemu/hw/ppc/prep.c
/openbmc/qemu/hw/ppc/spapr.c
/openbmc/qemu/hw/ppc/spapr_events.c
/openbmc/qemu/hw/ppc/spapr_hcall.c
/openbmc/qemu/hw/ppc/spapr_iommu.c
/openbmc/qemu/hw/ppc/spapr_pci.c
/openbmc/qemu/hw/ppc/spapr_rtas.c
/openbmc/qemu/hw/ppc/spapr_vio.c
/openbmc/qemu/hw/ppc/virtex_ml507.c
/openbmc/qemu/hw/s390x/Makefile.objs
/openbmc/qemu/hw/s390x/css.c
/openbmc/qemu/hw/s390x/css.h
/openbmc/qemu/hw/s390x/event-facility.c
/openbmc/qemu/hw/s390x/ipl.c
/openbmc/qemu/hw/s390x/s390-virtio-bus.c
/openbmc/qemu/hw/s390x/s390-virtio-bus.h
/openbmc/qemu/hw/s390x/s390-virtio-ccw.c
/openbmc/qemu/hw/s390x/s390-virtio-hcall.c
/openbmc/qemu/hw/s390x/s390-virtio.c
/openbmc/qemu/hw/s390x/s390-virtio.h
/openbmc/qemu/hw/s390x/sclp.c
/openbmc/qemu/hw/s390x/sclpquiesce.c
/openbmc/qemu/hw/s390x/virtio-ccw.c
/openbmc/qemu/hw/s390x/virtio-ccw.h
/openbmc/qemu/hw/scsi/Makefile.objs
/openbmc/qemu/hw/scsi/esp-pci.c
/openbmc/qemu/hw/scsi/esp.c
/openbmc/qemu/hw/scsi/lsi53c895a.c
/openbmc/qemu/hw/scsi/megasas.c
/openbmc/qemu/hw/scsi/mfi.h
/openbmc/qemu/hw/scsi/scsi-bus.c
/openbmc/qemu/hw/scsi/scsi-disk.c
/openbmc/qemu/hw/scsi/scsi-generic.c
/openbmc/qemu/hw/scsi/spapr_vscsi.c
/openbmc/qemu/hw/scsi/srp.h
/openbmc/qemu/hw/scsi/vhost-scsi.c
/openbmc/qemu/hw/scsi/viosrp.h
/openbmc/qemu/hw/scsi/virtio-scsi.c
/openbmc/qemu/hw/scsi/vmw_pvscsi.c
/openbmc/qemu/hw/scsi/vmw_pvscsi.h
/openbmc/qemu/hw/sd/Makefile.objs
/openbmc/qemu/hw/sd/milkymist-memcard.c
/openbmc/qemu/hw/sd/omap_mmc.c
/openbmc/qemu/hw/sd/pl181.c
/openbmc/qemu/hw/sd/pxa2xx_mmci.c
/openbmc/qemu/hw/sd/sd.c
/openbmc/qemu/hw/sd/sdhci.c
/openbmc/qemu/hw/sd/sdhci.h
/openbmc/qemu/hw/sd/ssi-sd.c
/openbmc/qemu/hw/sh4/Makefile.objs
/openbmc/qemu/hw/sh4/r2d.c
/openbmc/qemu/hw/sh4/sh7750.c
/openbmc/qemu/hw/sh4/sh7750_regnames.c
/openbmc/qemu/hw/sh4/sh7750_regnames.h
/openbmc/qemu/hw/sh4/sh7750_regs.h
/openbmc/qemu/hw/sh4/sh_pci.c
/openbmc/qemu/hw/sh4/shix.c
/openbmc/qemu/hw/sparc/Makefile.objs
/openbmc/qemu/hw/sparc/leon3.c
/openbmc/qemu/hw/sparc/sun4m.c
/openbmc/qemu/hw/sparc64/Makefile.objs
/openbmc/qemu/hw/sparc64/sun4u.c
/openbmc/qemu/hw/ssi/Makefile.objs
/openbmc/qemu/hw/ssi/omap_spi.c
/openbmc/qemu/hw/ssi/pl022.c
/openbmc/qemu/hw/ssi/ssi.c
/openbmc/qemu/hw/ssi/xilinx_spi.c
/openbmc/qemu/hw/ssi/xilinx_spips.c
/openbmc/qemu/hw/timer/Makefile.objs
/openbmc/qemu/hw/timer/arm_mptimer.c
/openbmc/qemu/hw/timer/arm_timer.c
/openbmc/qemu/hw/timer/cadence_ttc.c
/openbmc/qemu/hw/timer/ds1338.c
/openbmc/qemu/hw/timer/etraxfs_timer.c
/openbmc/qemu/hw/timer/exynos4210_mct.c
/openbmc/qemu/hw/timer/exynos4210_pwm.c
/openbmc/qemu/hw/timer/exynos4210_rtc.c
/openbmc/qemu/hw/timer/grlib_gptimer.c
/openbmc/qemu/hw/timer/hpet.c
/openbmc/qemu/hw/timer/i8254.c
/openbmc/qemu/hw/timer/i8254_common.c
/openbmc/qemu/hw/timer/imx_epit.c
/openbmc/qemu/hw/timer/imx_gpt.c
/openbmc/qemu/hw/timer/lm32_timer.c
/openbmc/qemu/hw/timer/m48t59.c
/openbmc/qemu/hw/timer/mc146818rtc.c
/openbmc/qemu/hw/timer/milkymist-sysctl.c
/openbmc/qemu/hw/timer/omap_gptimer.c
/openbmc/qemu/hw/timer/omap_synctimer.c
/openbmc/qemu/hw/timer/pl031.c
/openbmc/qemu/hw/timer/puv3_ost.c
/openbmc/qemu/hw/timer/pxa2xx_timer.c
/openbmc/qemu/hw/timer/sh_timer.c
/openbmc/qemu/hw/timer/slavio_timer.c
/openbmc/qemu/hw/timer/tusb6010.c
/openbmc/qemu/hw/timer/twl92230.c
/openbmc/qemu/hw/timer/xilinx_timer.c
/openbmc/qemu/hw/tpm/Makefile.objs
/openbmc/qemu/hw/tpm/tpm_int.h
/openbmc/qemu/hw/tpm/tpm_passthrough.c
/openbmc/qemu/hw/tpm/tpm_tis.c
/openbmc/qemu/hw/tpm/tpm_tis.h
/openbmc/qemu/hw/unicore32/Makefile.objs
/openbmc/qemu/hw/unicore32/puv3.c
/openbmc/qemu/hw/usb/Makefile.objs
/openbmc/qemu/hw/usb/bus.c
/openbmc/qemu/hw/usb/ccid-card-emulated.c
/openbmc/qemu/hw/usb/ccid-card-passthru.c
/openbmc/qemu/hw/usb/ccid.h
/openbmc/qemu/hw/usb/core.c
/openbmc/qemu/hw/usb/desc.c
/openbmc/qemu/hw/usb/dev-audio.c
/openbmc/qemu/hw/usb/dev-bluetooth.c
/openbmc/qemu/hw/usb/dev-hid.c
/openbmc/qemu/hw/usb/dev-hub.c
/openbmc/qemu/hw/usb/dev-network.c
/openbmc/qemu/hw/usb/dev-serial.c
/openbmc/qemu/hw/usb/dev-smartcard-reader.c
/openbmc/qemu/hw/usb/dev-storage.c
/openbmc/qemu/hw/usb/dev-uas.c
/openbmc/qemu/hw/usb/dev-wacom.c
/openbmc/qemu/hw/usb/hcd-ehci-pci.c
/openbmc/qemu/hw/usb/hcd-ehci-sysbus.c
/openbmc/qemu/hw/usb/hcd-ehci.c
/openbmc/qemu/hw/usb/hcd-ehci.h
/openbmc/qemu/hw/usb/hcd-musb.c
/openbmc/qemu/hw/usb/hcd-ohci.c
/openbmc/qemu/hw/usb/hcd-uhci.c
/openbmc/qemu/hw/usb/hcd-xhci.c
/openbmc/qemu/hw/usb/host-bsd.c
/openbmc/qemu/hw/usb/host-legacy.c
/openbmc/qemu/hw/usb/host-libusb.c
/openbmc/qemu/hw/usb/host-linux.c
/openbmc/qemu/hw/usb/host-stub.c
/openbmc/qemu/hw/usb/host.h
/openbmc/qemu/hw/usb/libhw.c
/openbmc/qemu/hw/usb/redirect.c
/openbmc/qemu/hw/virtio/Makefile.objs
/openbmc/qemu/hw/virtio/dataplane/Makefile.objs
/openbmc/qemu/hw/virtio/dataplane/hostmem.c
/openbmc/qemu/hw/virtio/dataplane/vring.c
/openbmc/qemu/hw/virtio/vhost.c
/openbmc/qemu/hw/virtio/virtio-balloon.c
/openbmc/qemu/hw/virtio/virtio-bus.c
/openbmc/qemu/hw/virtio/virtio-mmio.c
/openbmc/qemu/hw/virtio/virtio-pci.c
/openbmc/qemu/hw/virtio/virtio-pci.h
/openbmc/qemu/hw/virtio/virtio-rng.c
/openbmc/qemu/hw/virtio/virtio.c
/openbmc/qemu/hw/watchdog/Makefile.objs
/openbmc/qemu/hw/watchdog/watchdog.c
/openbmc/qemu/hw/watchdog/wdt_i6300esb.c
/openbmc/qemu/hw/watchdog/wdt_ib700.c
/openbmc/qemu/hw/xen/Makefile.objs
/openbmc/qemu/hw/xen/xen-host-pci-device.c
/openbmc/qemu/hw/xen/xen-host-pci-device.h
/openbmc/qemu/hw/xen/xen_apic.c
/openbmc/qemu/hw/xen/xen_backend.c
/openbmc/qemu/hw/xen/xen_devconfig.c
/openbmc/qemu/hw/xen/xen_platform.c
/openbmc/qemu/hw/xen/xen_pt.c
/openbmc/qemu/hw/xen/xen_pt.h
/openbmc/qemu/hw/xen/xen_pt_config_init.c
/openbmc/qemu/hw/xen/xen_pt_msi.c
/openbmc/qemu/hw/xtensa/Makefile.objs
/openbmc/qemu/hw/xtensa/pic_cpu.c
/openbmc/qemu/hw/xtensa/xtensa_bootparam.h
/openbmc/qemu/hw/xtensa/xtensa_lx60.c
/openbmc/qemu/hw/xtensa/xtensa_sim.c
/openbmc/qemu/include/block/aio.h
/openbmc/qemu/include/block/block.h
/openbmc/qemu/include/block/block_int.h
/openbmc/qemu/include/block/coroutine.h
/openbmc/qemu/include/block/coroutine_int.h
/openbmc/qemu/include/block/nbd.h
/openbmc/qemu/include/block/qapi.h
/openbmc/qemu/include/block/scsi.h
/openbmc/qemu/include/block/snapshot.h
/openbmc/qemu/include/block/thread-pool.h
/openbmc/qemu/include/disas/bfd.h
/openbmc/qemu/include/elf.h
/openbmc/qemu/include/exec/cpu-all.h
/openbmc/qemu/include/exec/cpu-common.h
/openbmc/qemu/include/exec/cpu-defs.h
/openbmc/qemu/include/exec/cputlb.h
/openbmc/qemu/include/exec/exec-all.h
/openbmc/qemu/include/exec/gdbstub.h
/openbmc/qemu/include/exec/gen-icount.h
/openbmc/qemu/include/exec/hwaddr.h
/openbmc/qemu/include/exec/ioport.h
/openbmc/qemu/include/exec/memory-internal.h
/openbmc/qemu/include/exec/memory.h
/openbmc/qemu/include/exec/poison.h
/openbmc/qemu/include/exec/softmmu-semi.h
/openbmc/qemu/include/exec/softmmu_template.h
/openbmc/qemu/include/exec/user/abitypes.h
/openbmc/qemu/include/glib-compat.h
/openbmc/qemu/include/hw/acpi/acpi.h
/openbmc/qemu/include/hw/acpi/ich9.h
/openbmc/qemu/include/hw/arm/arm.h
/openbmc/qemu/include/hw/arm/exynos4210.h
/openbmc/qemu/include/hw/arm/imx.h
/openbmc/qemu/include/hw/arm/omap.h
/openbmc/qemu/include/hw/arm/primecell.h
/openbmc/qemu/include/hw/arm/pxa.h
/openbmc/qemu/include/hw/arm/sharpsl.h
/openbmc/qemu/include/hw/arm/soc_dma.h
/openbmc/qemu/include/hw/audio/audio.h
/openbmc/qemu/include/hw/audio/pcspk.h
/openbmc/qemu/include/hw/block/block.h
/openbmc/qemu/include/hw/block/fdc.h
/openbmc/qemu/include/hw/block/flash.h
/openbmc/qemu/include/hw/boards.h
/openbmc/qemu/include/hw/bt.h
/openbmc/qemu/include/hw/char/escc.h
/openbmc/qemu/include/hw/char/serial.h
/openbmc/qemu/include/hw/cpu/icc_bus.h
/openbmc/qemu/include/hw/cris/etraxfs.h
/openbmc/qemu/include/hw/cris/etraxfs_dma.h
/openbmc/qemu/include/hw/devices.h
/openbmc/qemu/include/hw/elf_ops.h
/openbmc/qemu/include/hw/empty_slot.h
/openbmc/qemu/include/hw/hw.h
/openbmc/qemu/include/hw/i2c/i2c.h
/openbmc/qemu/include/hw/i2c/pm_smbus.h
/openbmc/qemu/include/hw/i2c/smbus.h
/openbmc/qemu/include/hw/i386/apic-msidef.h
/openbmc/qemu/include/hw/i386/apic.h
/openbmc/qemu/include/hw/i386/apic_internal.h
/openbmc/qemu/include/hw/i386/ich9.h
/openbmc/qemu/include/hw/i386/ioapic.h
/openbmc/qemu/include/hw/i386/ioapic_internal.h
/openbmc/qemu/include/hw/i386/pc.h
/openbmc/qemu/include/hw/i386/smbios.h
/openbmc/qemu/include/hw/ide.h
/openbmc/qemu/include/hw/input/adb.h
/openbmc/qemu/include/hw/input/hid.h
/openbmc/qemu/include/hw/input/ps2.h
/openbmc/qemu/include/hw/irq.h
/openbmc/qemu/include/hw/isa/apm.h
/openbmc/qemu/include/hw/isa/i8259_internal.h
/openbmc/qemu/include/hw/isa/isa.h
/openbmc/qemu/include/hw/isa/pc87312.h
/openbmc/qemu/include/hw/isa/vt82c686.h
/openbmc/qemu/include/hw/kvm/clock.h
/openbmc/qemu/include/hw/lm32/lm32_juart.h
/openbmc/qemu/include/hw/lm32/lm32_pic.h
/openbmc/qemu/include/hw/loader.h
/openbmc/qemu/include/hw/m68k/mcf.h
/openbmc/qemu/include/hw/mips/bios.h
/openbmc/qemu/include/hw/mips/cpudevs.h
/openbmc/qemu/include/hw/mips/mips.h
/openbmc/qemu/include/hw/misc/tmp105_regs.h
/openbmc/qemu/include/hw/nvram/eeprom93xx.h
/openbmc/qemu/include/hw/nvram/fw_cfg.h
/openbmc/qemu/include/hw/nvram/openbios_firmware_abi.h
/openbmc/qemu/include/hw/pci-host/apb.h
/openbmc/qemu/include/hw/pci-host/pam.h
/openbmc/qemu/include/hw/pci-host/ppce500.h
/openbmc/qemu/include/hw/pci-host/q35.h
/openbmc/qemu/include/hw/pci-host/spapr.h
/openbmc/qemu/include/hw/pci/msi.h
/openbmc/qemu/include/hw/pci/msix.h
/openbmc/qemu/include/hw/pci/pci.h
/openbmc/qemu/include/hw/pci/pci_bridge.h
/openbmc/qemu/include/hw/pci/pci_bus.h
/openbmc/qemu/include/hw/pci/pci_host.h
/openbmc/qemu/include/hw/pci/pci_ids.h
/openbmc/qemu/include/hw/pci/pci_regs.h
/openbmc/qemu/include/hw/pci/pcie.h
/openbmc/qemu/include/hw/pci/pcie_aer.h
/openbmc/qemu/include/hw/pci/pcie_host.h
/openbmc/qemu/include/hw/pci/pcie_port.h
/openbmc/qemu/include/hw/pci/pcie_regs.h
/openbmc/qemu/include/hw/pci/shpc.h
/openbmc/qemu/include/hw/pci/slotid_cap.h
/openbmc/qemu/include/hw/pcmcia.h
/openbmc/qemu/include/hw/ppc/mac_dbdma.h
/openbmc/qemu/include/hw/ppc/openpic.h
/openbmc/qemu/include/hw/ppc/ppc.h
/openbmc/qemu/include/hw/ppc/ppc4xx.h
/openbmc/qemu/include/hw/ppc/ppc_e500.h
/openbmc/qemu/include/hw/ppc/spapr.h
/openbmc/qemu/include/hw/ppc/spapr_vio.h
/openbmc/qemu/include/hw/ppc/xics.h
/openbmc/qemu/include/hw/ptimer.h
/openbmc/qemu/include/hw/qdev-core.h
/openbmc/qemu/include/hw/qdev-dma.h
/openbmc/qemu/include/hw/qdev-properties.h
/openbmc/qemu/include/hw/qdev.h
/openbmc/qemu/include/hw/s390x/event-facility.h
/openbmc/qemu/include/hw/s390x/sclp.h
/openbmc/qemu/include/hw/scsi/esp.h
/openbmc/qemu/include/hw/scsi/scsi.h
/openbmc/qemu/include/hw/sd.h
/openbmc/qemu/include/hw/sh4/sh.h
/openbmc/qemu/include/hw/sh4/sh_intc.h
/openbmc/qemu/include/hw/sparc/grlib.h
/openbmc/qemu/include/hw/sparc/sparc32_dma.h
/openbmc/qemu/include/hw/sparc/sun4m.h
/openbmc/qemu/include/hw/ssi.h
/openbmc/qemu/include/hw/stream.h
/openbmc/qemu/include/hw/sysbus.h
/openbmc/qemu/include/hw/timer/hpet.h
/openbmc/qemu/include/hw/timer/i8254.h
/openbmc/qemu/include/hw/timer/i8254_internal.h
/openbmc/qemu/include/hw/timer/m48t59.h
/openbmc/qemu/include/hw/timer/mc146818rtc.h
/openbmc/qemu/include/hw/timer/mc146818rtc_regs.h
/openbmc/qemu/include/hw/unicore32/puv3.h
/openbmc/qemu/include/hw/usb.h
/openbmc/qemu/include/hw/virtio/dataplane/hostmem.h
/openbmc/qemu/include/hw/virtio/dataplane/vring.h
/openbmc/qemu/include/hw/virtio/vhost-scsi.h
/openbmc/qemu/include/hw/virtio/vhost.h
/openbmc/qemu/include/hw/virtio/virtio-9p.h
/openbmc/qemu/include/hw/virtio/virtio-balloon.h
/openbmc/qemu/include/hw/virtio/virtio-blk.h
/openbmc/qemu/include/hw/virtio/virtio-bus.h
/openbmc/qemu/include/hw/virtio/virtio-net.h
/openbmc/qemu/include/hw/virtio/virtio-rng.h
/openbmc/qemu/include/hw/virtio/virtio-scsi.h
/openbmc/qemu/include/hw/virtio/virtio-serial.h
/openbmc/qemu/include/hw/virtio/virtio.h
/openbmc/qemu/include/hw/xen/xen.h
/openbmc/qemu/include/hw/xen/xen_backend.h
/openbmc/qemu/include/hw/xen/xen_common.h
/openbmc/qemu/include/hw/xilinx.h
/openbmc/qemu/include/migration/migration.h
/openbmc/qemu/include/migration/page_cache.h
/openbmc/qemu/include/migration/qemu-file.h
/openbmc/qemu/include/migration/vmstate.h
/openbmc/qemu/include/monitor/monitor.h
/openbmc/qemu/include/monitor/qdev.h
/openbmc/qemu/include/net/checksum.h
/openbmc/qemu/include/net/eth.h
/openbmc/qemu/include/net/net.h
/openbmc/qemu/include/net/tap.h
/openbmc/qemu/include/net/vhost_net.h
/openbmc/qemu/include/qapi/error.h
/openbmc/qemu/include/qapi/qmp/qdict.h
/openbmc/qemu/include/qapi/qmp/qerror.h
/openbmc/qemu/include/qapi/qmp/qlist.h
/openbmc/qemu/include/qapi/qmp/qstring.h
/openbmc/qemu/include/qapi/visitor-impl.h
/openbmc/qemu/include/qapi/visitor.h
/openbmc/qemu/include/qemu-common.h
/openbmc/qemu/include/qemu-io.h
/openbmc/qemu/include/qemu/aes.h
/openbmc/qemu/include/qemu/atomic.h
/openbmc/qemu/include/qemu/bitops.h
/openbmc/qemu/include/qemu/bswap.h
/openbmc/qemu/include/qemu/compiler.h
/openbmc/qemu/include/qemu/config-file.h
/openbmc/qemu/include/qemu/crc32c.h
/openbmc/qemu/include/qemu/error-report.h
/openbmc/qemu/include/qemu/fifo8.h
/openbmc/qemu/include/qemu/hbitmap.h
/openbmc/qemu/include/qemu/host-utils.h
/openbmc/qemu/include/qemu/int128.h
/openbmc/qemu/include/qemu/log.h
/openbmc/qemu/include/qemu/main-loop.h
/openbmc/qemu/include/qemu/notify.h
/openbmc/qemu/include/qemu/option.h
/openbmc/qemu/include/qemu/osdep.h
/openbmc/qemu/include/qemu/range.h
/openbmc/qemu/include/qemu/sockets.h
/openbmc/qemu/include/qemu/timer.h
/openbmc/qemu/include/qemu/typedefs.h
/openbmc/qemu/include/qom/cpu.h
/openbmc/qemu/include/qom/object.h
/openbmc/qemu/include/sysemu/arch_init.h
/openbmc/qemu/include/sysemu/blockdev.h
/openbmc/qemu/include/sysemu/bt.h
/openbmc/qemu/include/sysemu/char.h
/openbmc/qemu/include/sysemu/cpus.h
/openbmc/qemu/include/sysemu/device_tree.h
/openbmc/qemu/include/sysemu/dma.h
/openbmc/qemu/include/sysemu/dump.h
/openbmc/qemu/include/sysemu/kvm.h
/openbmc/qemu/include/sysemu/memory_mapping.h
/openbmc/qemu/include/sysemu/os-posix.h
/openbmc/qemu/include/sysemu/os-win32.h
/openbmc/qemu/include/sysemu/qtest.h
/openbmc/qemu/include/sysemu/rng-random.h
/openbmc/qemu/include/sysemu/rng.h
/openbmc/qemu/include/sysemu/sysemu.h
/openbmc/qemu/include/sysemu/tpm.h
/openbmc/qemu/include/sysemu/tpm_backend.h
/openbmc/qemu/include/sysemu/tpm_backend_int.h
/openbmc/qemu/include/sysemu/watchdog.h
/openbmc/qemu/include/ui/console.h
/openbmc/qemu/include/ui/qemu-pixman.h
/openbmc/qemu/include/ui/qemu-spice.h
/openbmc/qemu/include/ui/spice-display.h
/openbmc/qemu/iohandler.c
/openbmc/qemu/ioport.c
/openbmc/qemu/kvm-all.c
/openbmc/qemu/kvm-stub.c
/openbmc/qemu/libcacard/cac.c
/openbmc/qemu/libcacard/cac.h
/openbmc/qemu/libcacard/vcard_emul_nss.c
/openbmc/qemu/libcacard/vcardt.c
/openbmc/qemu/libcacard/vcardt.h
/openbmc/qemu/libcacard/vcardt_internal.h
/openbmc/qemu/libcacard/vreader.c
/openbmc/qemu/libcacard/vscclient.c
/openbmc/qemu/linux-headers/asm-arm/kvm.h
/openbmc/qemu/linux-headers/asm-arm/kvm_para.h
/openbmc/qemu/linux-headers/asm-generic/kvm_para.h
/openbmc/qemu/linux-headers/asm-mips/kvm.h
/openbmc/qemu/linux-headers/asm-mips/kvm_para.h
/openbmc/qemu/linux-headers/asm-powerpc/kvm.h
/openbmc/qemu/linux-headers/asm-x86/kvm.h
/openbmc/qemu/linux-headers/linux/kvm.h
/openbmc/qemu/linux-headers/linux/vfio.h
/openbmc/qemu/linux-headers/linux/vhost.h
/openbmc/qemu/linux-user/alpha/target_cpu.h
/openbmc/qemu/linux-user/arm/syscall.h
/openbmc/qemu/linux-user/arm/target_cpu.h
/openbmc/qemu/linux-user/cpu-uname.c
/openbmc/qemu/linux-user/cris/syscall.h
/openbmc/qemu/linux-user/cris/target_cpu.h
/openbmc/qemu/linux-user/elfload.c
/openbmc/qemu/linux-user/i386/syscall.h
/openbmc/qemu/linux-user/i386/target_cpu.h
/openbmc/qemu/linux-user/ioctls.h
/openbmc/qemu/linux-user/linuxload.c
/openbmc/qemu/linux-user/m68k/target_cpu.h
/openbmc/qemu/linux-user/main.c
/openbmc/qemu/linux-user/microblaze/syscall.h
/openbmc/qemu/linux-user/microblaze/target_cpu.h
/openbmc/qemu/linux-user/mips/syscall.h
/openbmc/qemu/linux-user/mips/target_cpu.h
/openbmc/qemu/linux-user/mips64/syscall.h
/openbmc/qemu/linux-user/mips64/syscall_nr.h
/openbmc/qemu/linux-user/mips64/target_cpu.h
/openbmc/qemu/linux-user/mmap.c
/openbmc/qemu/linux-user/openrisc/target_cpu.h
/openbmc/qemu/linux-user/ppc/syscall.h
/openbmc/qemu/linux-user/ppc/target_cpu.h
/openbmc/qemu/linux-user/qemu.h
/openbmc/qemu/linux-user/s390x/syscall.h
/openbmc/qemu/linux-user/s390x/target_cpu.h
/openbmc/qemu/linux-user/sh4/target_cpu.h
/openbmc/qemu/linux-user/signal.c
/openbmc/qemu/linux-user/socket.h
/openbmc/qemu/linux-user/sparc/syscall.h
/openbmc/qemu/linux-user/sparc/syscall_nr.h
/openbmc/qemu/linux-user/sparc/target_cpu.h
/openbmc/qemu/linux-user/sparc64/syscall.h
/openbmc/qemu/linux-user/sparc64/target_cpu.h
/openbmc/qemu/linux-user/strace.c
/openbmc/qemu/linux-user/syscall.c
/openbmc/qemu/linux-user/syscall_defs.h
/openbmc/qemu/linux-user/unicore32/target_cpu.h
/openbmc/qemu/linux-user/x86_64/target_cpu.h
/openbmc/qemu/main-loop.c
/openbmc/qemu/memory.c
/openbmc/qemu/memory_mapping.c
/openbmc/qemu/migration-exec.c
/openbmc/qemu/migration-fd.c
/openbmc/qemu/migration-rdma.c
/openbmc/qemu/migration-tcp.c
/openbmc/qemu/migration-unix.c
/openbmc/qemu/migration.c
/openbmc/qemu/monitor.c
/openbmc/qemu/nbd.c
/openbmc/qemu/net/Makefile.objs
/openbmc/qemu/net/checksum.c
/openbmc/qemu/net/eth.c
/openbmc/qemu/net/hub.c
/openbmc/qemu/net/hub.h
/openbmc/qemu/net/net.c
/openbmc/qemu/net/queue.c
/openbmc/qemu/net/slirp.c
/openbmc/qemu/net/socket.c
/openbmc/qemu/net/tap-aix.c
/openbmc/qemu/net/tap-bsd.c
/openbmc/qemu/net/tap-haiku.c
/openbmc/qemu/net/tap-linux.c
/openbmc/qemu/net/tap-linux.h
/openbmc/qemu/net/tap-solaris.c
/openbmc/qemu/net/tap-win32.c
/openbmc/qemu/net/tap.c
/openbmc/qemu/net/tap_int.h
/openbmc/qemu/net/vde.c
/openbmc/qemu/os-posix.c
/openbmc/qemu/os-win32.c
/openbmc/qemu/page_cache.c
/openbmc/qemu/pc-bios/README
/openbmc/qemu/pc-bios/acpi-dsdt.aml
/openbmc/qemu/pc-bios/bios.bin
/openbmc/qemu/pc-bios/efi-e1000.rom
/openbmc/qemu/pc-bios/efi-eepro100.rom
/openbmc/qemu/pc-bios/efi-ne2k_pci.rom
/openbmc/qemu/pc-bios/efi-pcnet.rom
/openbmc/qemu/pc-bios/efi-rtl8139.rom
/openbmc/qemu/pc-bios/efi-virtio.rom
/openbmc/qemu/pc-bios/multiboot.bin
/openbmc/qemu/pc-bios/openbios-ppc
/openbmc/qemu/pc-bios/openbios-sparc32
/openbmc/qemu/pc-bios/openbios-sparc64
/openbmc/qemu/pc-bios/optionrom/multiboot.S
/openbmc/qemu/pc-bios/optionrom/optionrom.h
/openbmc/qemu/pc-bios/palcode-clipper
/openbmc/qemu/pc-bios/q35-acpi-dsdt.aml
/openbmc/qemu/pc-bios/qemu_logo_no_text.svg
/openbmc/qemu/pc-bios/s390-ccw.img
/openbmc/qemu/pc-bios/s390-ccw/Makefile
/openbmc/qemu/pc-bios/s390-ccw/bootmap.c
/openbmc/qemu/pc-bios/s390-ccw/cio.h
/openbmc/qemu/pc-bios/s390-ccw/main.c
/openbmc/qemu/pc-bios/s390-ccw/s390-ccw.h
/openbmc/qemu/pc-bios/s390-ccw/sclp-ascii.c
/openbmc/qemu/pc-bios/s390-ccw/sclp.h
/openbmc/qemu/pc-bios/s390-ccw/start.S
/openbmc/qemu/pc-bios/s390-ccw/virtio.c
/openbmc/qemu/pc-bios/s390-ccw/virtio.h
/openbmc/qemu/pc-bios/slof.bin
/openbmc/qemu/po/Makefile
/openbmc/qemu/po/de_DE.po
/openbmc/qemu/po/fr_FR.po
/openbmc/qemu/po/hu.po
/openbmc/qemu/po/it.po
/openbmc/qemu/po/messages.po
/openbmc/qemu/po/tr.po
/openbmc/qemu/qapi-schema-test.json
/openbmc/qemu/qapi-schema.json
qapi-visit-core.c
qmp-input-visitor.c
/openbmc/qemu/qdev-monitor.c
/openbmc/qemu/qemu-bridge-helper.c
/openbmc/qemu/qemu-char.c
/openbmc/qemu/qemu-coroutine-io.c
/openbmc/qemu/qemu-coroutine-lock.c
/openbmc/qemu/qemu-coroutine.c
/openbmc/qemu/qemu-doc.texi
/openbmc/qemu/qemu-img-cmds.hx
/openbmc/qemu/qemu-img.c
/openbmc/qemu/qemu-img.texi
/openbmc/qemu/qemu-io-cmds.c
/openbmc/qemu/qemu-io.c
/openbmc/qemu/qemu-log.c
/openbmc/qemu/qemu-nbd.c
/openbmc/qemu/qemu-nbd.texi
/openbmc/qemu/qemu-options.hx
/openbmc/qemu/qemu-seccomp.c
/openbmc/qemu/qemu-timer.c
/openbmc/qemu/qemu.sasl
/openbmc/qemu/qga/channel-win32.c
/openbmc/qemu/qga/commands-posix.c
/openbmc/qemu/qga/commands-win32.c
/openbmc/qemu/qga/commands.c
/openbmc/qemu/qga/guest-agent-core.h
/openbmc/qemu/qga/main.c
/openbmc/qemu/qga/qapi-schema.json
/openbmc/qemu/qga/service-win32.c
/openbmc/qemu/qga/service-win32.h
/openbmc/qemu/qmp-commands.hx
/openbmc/qemu/qmp.c
/openbmc/qemu/qobject/json-parser.c
/openbmc/qemu/qobject/qdict.c
/openbmc/qemu/qobject/qjson.c
/openbmc/qemu/qobject/qstring.c
/openbmc/qemu/qom/cpu.c
/openbmc/qemu/qom/object.c
/openbmc/qemu/qtest.c
/openbmc/qemu/readline.c
/openbmc/qemu/roms/Makefile
/openbmc/qemu/roms/SLOF
/openbmc/qemu/roms/config.ipxe.general.h
/openbmc/qemu/roms/ipxe
/openbmc/qemu/roms/openbios
/openbmc/qemu/roms/qemu-palcode
/openbmc/qemu/roms/seabios
/openbmc/qemu/rules.mak
/openbmc/qemu/savevm.c
/openbmc/qemu/scripts/cleanup-trace-events.pl
/openbmc/qemu/scripts/create_config
/openbmc/qemu/scripts/kvm/vmxcap
/openbmc/qemu/scripts/make_device_config.sh
/openbmc/qemu/scripts/qapi-commands.py
/openbmc/qemu/scripts/qapi-types.py
/openbmc/qemu/scripts/qapi-visit.py
/openbmc/qemu/scripts/qapi.py
/openbmc/qemu/scripts/tracetool.py
/openbmc/qemu/scripts/tracetool/backend/__init__.py
/openbmc/qemu/scripts/tracetool/backend/dtrace.py
/openbmc/qemu/scripts/tracetool/backend/events.py
/openbmc/qemu/scripts/tracetool/backend/ftrace.py
/openbmc/qemu/scripts/tracetool/backend/simple.py
/openbmc/qemu/scripts/tracetool/backend/stderr.py
/openbmc/qemu/scripts/tracetool/backend/ust.py
/openbmc/qemu/scripts/tracetool/format/events_c.py
/openbmc/qemu/scripts/tracetool/format/events_h.py
/openbmc/qemu/scripts/tracetool/format/h.py
/openbmc/qemu/slirp/libslirp.h
/openbmc/qemu/slirp/main.h
/openbmc/qemu/slirp/mbuf.h
/openbmc/qemu/slirp/misc.c
/openbmc/qemu/slirp/misc.h
/openbmc/qemu/slirp/slirp.c
/openbmc/qemu/slirp/socket.c
/openbmc/qemu/slirp/socket.h
/openbmc/qemu/slirp/tcp_input.c
/openbmc/qemu/slirp/tcp_subr.c
/openbmc/qemu/slirp/udp.c
/openbmc/qemu/spice-qemu-char.c
/openbmc/qemu/stubs/Makefile.objs
/openbmc/qemu/stubs/cpus.c
/openbmc/qemu/stubs/dump.c
/openbmc/qemu/stubs/pci-drive-hot-add.c
/openbmc/qemu/stubs/slirp.c
/openbmc/qemu/stubs/vm-stop.c
/openbmc/qemu/stubs/vmstate.c
/openbmc/qemu/target-alpha/cpu-qom.h
/openbmc/qemu/target-alpha/cpu.c
/openbmc/qemu/target-alpha/cpu.h
/openbmc/qemu/target-alpha/helper.c
/openbmc/qemu/target-alpha/helper.h
/openbmc/qemu/target-alpha/int_helper.c
/openbmc/qemu/target-alpha/machine.c
/openbmc/qemu/target-alpha/mem_helper.c
/openbmc/qemu/target-alpha/sys_helper.c
/openbmc/qemu/target-alpha/translate.c
/openbmc/qemu/target-arm/Makefile.objs
/openbmc/qemu/target-arm/arm-semi.c
/openbmc/qemu/target-arm/cpu-qom.h
/openbmc/qemu/target-arm/cpu.c
/openbmc/qemu/target-arm/cpu.h
/openbmc/qemu/target-arm/helper.c
/openbmc/qemu/target-arm/helper.h
/openbmc/qemu/target-arm/kvm-stub.c
/openbmc/qemu/target-arm/kvm.c
/openbmc/qemu/target-arm/kvm_arm.h
/openbmc/qemu/target-arm/machine.c
/openbmc/qemu/target-arm/op_helper.c
/openbmc/qemu/target-arm/translate.c
/openbmc/qemu/target-cris/cpu-qom.h
/openbmc/qemu/target-cris/cpu.c
/openbmc/qemu/target-cris/cpu.h
/openbmc/qemu/target-cris/helper.c
/openbmc/qemu/target-cris/op_helper.c
/openbmc/qemu/target-cris/translate.c
/openbmc/qemu/target-cris/translate_v10.c
/openbmc/qemu/target-i386/arch_dump.c
/openbmc/qemu/target-i386/arch_memory_mapping.c
/openbmc/qemu/target-i386/cc_helper.c
/openbmc/qemu/target-i386/cc_helper_template.h
/openbmc/qemu/target-i386/cpu-qom.h
/openbmc/qemu/target-i386/cpu.c
/openbmc/qemu/target-i386/cpu.h
/openbmc/qemu/target-i386/excp_helper.c
/openbmc/qemu/target-i386/fpu_helper.c
/openbmc/qemu/target-i386/helper.c
/openbmc/qemu/target-i386/helper.h
/openbmc/qemu/target-i386/int_helper.c
/openbmc/qemu/target-i386/kvm.c
/openbmc/qemu/target-i386/machine.c
/openbmc/qemu/target-i386/mem_helper.c
/openbmc/qemu/target-i386/misc_helper.c
/openbmc/qemu/target-i386/ops_sse.h
/openbmc/qemu/target-i386/ops_sse_header.h
/openbmc/qemu/target-i386/seg_helper.c
/openbmc/qemu/target-i386/shift_helper_template.h
/openbmc/qemu/target-i386/smm_helper.c
/openbmc/qemu/target-i386/svm_helper.c
/openbmc/qemu/target-i386/topology.h
/openbmc/qemu/target-i386/translate.c
/openbmc/qemu/target-lm32/cpu-qom.h
/openbmc/qemu/target-lm32/cpu.c
/openbmc/qemu/target-lm32/cpu.h
/openbmc/qemu/target-lm32/helper.c
/openbmc/qemu/target-lm32/machine.c
/openbmc/qemu/target-lm32/op_helper.c
/openbmc/qemu/target-lm32/translate.c
/openbmc/qemu/target-m68k/Makefile.objs
/openbmc/qemu/target-m68k/cpu-qom.h
/openbmc/qemu/target-m68k/cpu.c
/openbmc/qemu/target-m68k/cpu.h
/openbmc/qemu/target-m68k/helper.c
/openbmc/qemu/target-m68k/m68k-semi.c
/openbmc/qemu/target-m68k/op_helper.c
/openbmc/qemu/target-m68k/qregs.def
/openbmc/qemu/target-m68k/translate.c
/openbmc/qemu/target-microblaze/Makefile.objs
/openbmc/qemu/target-microblaze/cpu-qom.h
/openbmc/qemu/target-microblaze/cpu.c
/openbmc/qemu/target-microblaze/cpu.h
/openbmc/qemu/target-microblaze/helper.c
/openbmc/qemu/target-microblaze/mmu.c
/openbmc/qemu/target-microblaze/op_helper.c
/openbmc/qemu/target-microblaze/translate.c
/openbmc/qemu/target-mips/cpu-qom.h
/openbmc/qemu/target-mips/cpu.c
/openbmc/qemu/target-mips/cpu.h
/openbmc/qemu/target-mips/dsp_helper.c
/openbmc/qemu/target-mips/helper.c
/openbmc/qemu/target-mips/helper.h
/openbmc/qemu/target-mips/op_helper.c
/openbmc/qemu/target-mips/translate.c
/openbmc/qemu/target-moxie/Makefile.objs
/openbmc/qemu/target-moxie/cpu.c
/openbmc/qemu/target-moxie/cpu.h
/openbmc/qemu/target-moxie/helper.c
/openbmc/qemu/target-moxie/helper.h
/openbmc/qemu/target-moxie/machine.c
/openbmc/qemu/target-moxie/machine.h
/openbmc/qemu/target-moxie/mmu.c
/openbmc/qemu/target-moxie/mmu.h
/openbmc/qemu/target-moxie/translate.c
/openbmc/qemu/target-openrisc/cpu.c
/openbmc/qemu/target-openrisc/cpu.h
/openbmc/qemu/target-openrisc/interrupt.c
/openbmc/qemu/target-openrisc/interrupt_helper.c
/openbmc/qemu/target-openrisc/machine.c
/openbmc/qemu/target-openrisc/mmu.c
/openbmc/qemu/target-openrisc/sys_helper.c
/openbmc/qemu/target-openrisc/translate.c
/openbmc/qemu/target-ppc/Makefile.objs
/openbmc/qemu/target-ppc/cpu-models.c
/openbmc/qemu/target-ppc/cpu-models.h
/openbmc/qemu/target-ppc/cpu-qom.h
/openbmc/qemu/target-ppc/cpu.h
/openbmc/qemu/target-ppc/excp_helper.c
/openbmc/qemu/target-ppc/fpu_helper.c
/openbmc/qemu/target-ppc/helper.h
/openbmc/qemu/target-ppc/helper_regs.h
/openbmc/qemu/target-ppc/int_helper.c
/openbmc/qemu/target-ppc/kvm-stub.c
/openbmc/qemu/target-ppc/kvm.c
/openbmc/qemu/target-ppc/kvm_ppc.h
/openbmc/qemu/target-ppc/machine.c
/openbmc/qemu/target-ppc/mem_helper.c
/openbmc/qemu/target-ppc/misc_helper.c
/openbmc/qemu/target-ppc/mmu-hash32.c
/openbmc/qemu/target-ppc/mmu-hash32.h
/openbmc/qemu/target-ppc/mmu-hash64.c
/openbmc/qemu/target-ppc/mmu-hash64.h
/openbmc/qemu/target-ppc/mmu_helper.c
/openbmc/qemu/target-ppc/translate.c
/openbmc/qemu/target-ppc/translate_init.c
/openbmc/qemu/target-ppc/user_only_helper.c
/openbmc/qemu/target-s390x/Makefile.objs
/openbmc/qemu/target-s390x/cpu-qom.h
/openbmc/qemu/target-s390x/cpu.c
/openbmc/qemu/target-s390x/cpu.h
/openbmc/qemu/target-s390x/helper.c
/openbmc/qemu/target-s390x/helper.h
/openbmc/qemu/target-s390x/int_helper.c
/openbmc/qemu/target-s390x/interrupt.c
/openbmc/qemu/target-s390x/ioinst.c
/openbmc/qemu/target-s390x/ioinst.h
/openbmc/qemu/target-s390x/kvm.c
/openbmc/qemu/target-s390x/mem_helper.c
/openbmc/qemu/target-s390x/translate.c
/openbmc/qemu/target-sh4/Makefile.objs
/openbmc/qemu/target-sh4/cpu-qom.h
/openbmc/qemu/target-sh4/cpu.c
/openbmc/qemu/target-sh4/cpu.h
/openbmc/qemu/target-sh4/helper.c
/openbmc/qemu/target-sh4/op_helper.c
/openbmc/qemu/target-sh4/translate.c
/openbmc/qemu/target-sparc/cpu-qom.h
/openbmc/qemu/target-sparc/cpu.c
/openbmc/qemu/target-sparc/cpu.h
/openbmc/qemu/target-sparc/helper.c
/openbmc/qemu/target-sparc/helper.h
/openbmc/qemu/target-sparc/int32_helper.c
/openbmc/qemu/target-sparc/int64_helper.c
/openbmc/qemu/target-sparc/ldst_helper.c
/openbmc/qemu/target-sparc/mmu_helper.c
/openbmc/qemu/target-sparc/translate.c
/openbmc/qemu/target-unicore32/Makefile.objs
/openbmc/qemu/target-unicore32/cpu-qom.h
/openbmc/qemu/target-unicore32/cpu.c
/openbmc/qemu/target-unicore32/cpu.h
/openbmc/qemu/target-unicore32/helper.c
/openbmc/qemu/target-unicore32/softmmu.c
/openbmc/qemu/target-unicore32/translate.c
/openbmc/qemu/target-xtensa/Makefile.objs
/openbmc/qemu/target-xtensa/cpu-qom.h
/openbmc/qemu/target-xtensa/cpu.c
/openbmc/qemu/target-xtensa/cpu.h
/openbmc/qemu/target-xtensa/helper.c
/openbmc/qemu/target-xtensa/op_helper.c
/openbmc/qemu/target-xtensa/translate.c
/openbmc/qemu/target-xtensa/xtensa-semi.c
/openbmc/qemu/tcg-runtime.c
/openbmc/qemu/tcg/README
/openbmc/qemu/tcg/aarch64/tcg-target.c
/openbmc/qemu/tcg/aarch64/tcg-target.h
/openbmc/qemu/tcg/arm/tcg-target.c
/openbmc/qemu/tcg/arm/tcg-target.h
/openbmc/qemu/tcg/hppa/tcg-target.c
/openbmc/qemu/tcg/hppa/tcg-target.h
/openbmc/qemu/tcg/i386/tcg-target.c
/openbmc/qemu/tcg/i386/tcg-target.h
/openbmc/qemu/tcg/ia64/tcg-target.h
/openbmc/qemu/tcg/mips/tcg-target.c
/openbmc/qemu/tcg/mips/tcg-target.h
/openbmc/qemu/tcg/optimize.c
/openbmc/qemu/tcg/ppc/tcg-target.c
/openbmc/qemu/tcg/ppc/tcg-target.h
/openbmc/qemu/tcg/ppc64/tcg-target.c
/openbmc/qemu/tcg/ppc64/tcg-target.h
/openbmc/qemu/tcg/s390/tcg-target.c
/openbmc/qemu/tcg/s390/tcg-target.h
/openbmc/qemu/tcg/sparc/tcg-target.c
/openbmc/qemu/tcg/sparc/tcg-target.h
/openbmc/qemu/tcg/tcg-op.h
/openbmc/qemu/tcg/tcg-opc.h
/openbmc/qemu/tcg/tcg-runtime.h
/openbmc/qemu/tcg/tcg.c
/openbmc/qemu/tcg/tcg.h
/openbmc/qemu/tcg/tci/README
/openbmc/qemu/tcg/tci/tcg-target.c
/openbmc/qemu/tcg/tci/tcg-target.h
/openbmc/qemu/tci.c
/openbmc/qemu/tests/.gitignore
/openbmc/qemu/tests/Makefile
/openbmc/qemu/tests/boot-order-test.c
/openbmc/qemu/tests/check-qjson.c
/openbmc/qemu/tests/endianness-test.c
/openbmc/qemu/tests/fdc-test.c
/openbmc/qemu/tests/fw_cfg-test.c
/openbmc/qemu/tests/hd-geo-test.c
/openbmc/qemu/tests/i440fx-test.c
/openbmc/qemu/tests/ide-test.c
/openbmc/qemu/tests/libqos/fw_cfg.c
/openbmc/qemu/tests/libqos/fw_cfg.h
/openbmc/qemu/tests/libqos/i2c-omap.c
/openbmc/qemu/tests/libqos/i2c.c
/openbmc/qemu/tests/libqos/i2c.h
/openbmc/qemu/tests/libqos/malloc-pc.c
/openbmc/qemu/tests/libqos/malloc-pc.h
/openbmc/qemu/tests/libqos/malloc.h
/openbmc/qemu/tests/libqos/pci-pc.c
/openbmc/qemu/tests/libqos/pci-pc.h
/openbmc/qemu/tests/libqos/pci.c
/openbmc/qemu/tests/libqos/pci.h
/openbmc/qemu/tests/libqtest.c
/openbmc/qemu/tests/libqtest.h
/openbmc/qemu/tests/m48t59-test.c
/openbmc/qemu/tests/qemu-iotests/002
/openbmc/qemu/tests/qemu-iotests/002.out
/openbmc/qemu/tests/qemu-iotests/007
/openbmc/qemu/tests/qemu-iotests/017
/openbmc/qemu/tests/qemu-iotests/017.out
/openbmc/qemu/tests/qemu-iotests/018
/openbmc/qemu/tests/qemu-iotests/018.out
/openbmc/qemu/tests/qemu-iotests/026
/openbmc/qemu/tests/qemu-iotests/030
/openbmc/qemu/tests/qemu-iotests/036
/openbmc/qemu/tests/qemu-iotests/038.out
/openbmc/qemu/tests/qemu-iotests/039
/openbmc/qemu/tests/qemu-iotests/041
/openbmc/qemu/tests/qemu-iotests/041.out
/openbmc/qemu/tests/qemu-iotests/042
/openbmc/qemu/tests/qemu-iotests/043
/openbmc/qemu/tests/qemu-iotests/044.out
/openbmc/qemu/tests/qemu-iotests/046
/openbmc/qemu/tests/qemu-iotests/046.out
/openbmc/qemu/tests/qemu-iotests/047
/openbmc/qemu/tests/qemu-iotests/047.out
/openbmc/qemu/tests/qemu-iotests/048
/openbmc/qemu/tests/qemu-iotests/048.out
/openbmc/qemu/tests/qemu-iotests/049
/openbmc/qemu/tests/qemu-iotests/049.out
/openbmc/qemu/tests/qemu-iotests/050
/openbmc/qemu/tests/qemu-iotests/050.out
/openbmc/qemu/tests/qemu-iotests/051
/openbmc/qemu/tests/qemu-iotests/051.out
/openbmc/qemu/tests/qemu-iotests/052
/openbmc/qemu/tests/qemu-iotests/052.out
/openbmc/qemu/tests/qemu-iotests/053
/openbmc/qemu/tests/qemu-iotests/053.out
/openbmc/qemu/tests/qemu-iotests/054
/openbmc/qemu/tests/qemu-iotests/054.out
/openbmc/qemu/tests/qemu-iotests/055
/openbmc/qemu/tests/qemu-iotests/055.out
/openbmc/qemu/tests/qemu-iotests/check
/openbmc/qemu/tests/qemu-iotests/common
/openbmc/qemu/tests/qemu-iotests/common.filter
/openbmc/qemu/tests/qemu-iotests/common.rc
/openbmc/qemu/tests/qemu-iotests/group
/openbmc/qemu/tests/qemu-iotests/iotests.py
/openbmc/qemu/tests/qemu-iotests/qcow2.py
/openbmc/qemu/tests/rtc-test.c
/openbmc/qemu/tests/tcg/linux-test.c
/openbmc/qemu/tests/tcg/lm32/test_cmpgei.S
/openbmc/qemu/tests/tcg/lm32/test_cmpgeui.S
/openbmc/qemu/tests/tcg/lm32/test_cmpgi.S
/openbmc/qemu/tests/tcg/lm32/test_cmpgui.S
/openbmc/qemu/tests/tcg/mips/mips32-dsp/extp.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/extpdp.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/extr_r_w.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/extr_rs_w.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/extr_w.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/insv.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/maq_sa_w_phl.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/maq_sa_w_phr.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/mthlip.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/shll_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/shll_qb.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/subq_s_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/subq_s_w.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/mulq_rs_w.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/mulq_s_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/mulq_s_w.c
/openbmc/qemu/tests/tcg/test-i386.c
/openbmc/qemu/tests/test-bitops.c
/openbmc/qemu/tests/test-coroutine.c
/openbmc/qemu/tests/test-cutils.c
/openbmc/qemu/tests/test-int128.c
/openbmc/qemu/tests/test-mul64.c
/openbmc/qemu/tests/test-qmp-input-visitor.c
/openbmc/qemu/tests/test-qmp-output-visitor.c
/openbmc/qemu/tests/test-string-input-visitor.c
/openbmc/qemu/tests/test-thread-pool.c
/openbmc/qemu/tests/test-visitor-serialization.c
/openbmc/qemu/tests/test-xbzrle.c
/openbmc/qemu/tests/tmp105-test.c
/openbmc/qemu/thread-pool.c
/openbmc/qemu/tpm.c
/openbmc/qemu/trace-events
/openbmc/qemu/trace/Makefile.objs
/openbmc/qemu/trace/control-internal.h
/openbmc/qemu/trace/control.c
/openbmc/qemu/trace/control.h
/openbmc/qemu/trace/default.c
/openbmc/qemu/trace/event-internal.h
/openbmc/qemu/trace/ftrace.c
/openbmc/qemu/trace/ftrace.h
/openbmc/qemu/trace/simple.c
/openbmc/qemu/trace/simple.h
/openbmc/qemu/trace/stderr.c
/openbmc/qemu/translate-all.c
/openbmc/qemu/translate-all.h
/openbmc/qemu/ui/Makefile.objs
/openbmc/qemu/ui/cocoa.m
/openbmc/qemu/ui/console.c
/openbmc/qemu/ui/curses.c
/openbmc/qemu/ui/gtk.c
/openbmc/qemu/ui/input.c
/openbmc/qemu/ui/qemu-pixman.c
/openbmc/qemu/ui/sdl.c
/openbmc/qemu/ui/spice-core.c
/openbmc/qemu/ui/spice-display.c
/openbmc/qemu/ui/vnc-enc-tight.c
/openbmc/qemu/ui/vnc-jobs.c
/openbmc/qemu/ui/vnc-tls.c
/openbmc/qemu/ui/vnc-ws.c
/openbmc/qemu/ui/vnc-ws.h
/openbmc/qemu/ui/vnc.c
/openbmc/qemu/ui/vnc.h
/openbmc/qemu/ui/vnc_keysym.h
/openbmc/qemu/user-exec.c
/openbmc/qemu/util/Makefile.objs
/openbmc/qemu/util/acl.c
/openbmc/qemu/util/aes.c
/openbmc/qemu/util/bitops.c
/openbmc/qemu/util/crc32c.c
/openbmc/qemu/util/cutils.c
/openbmc/qemu/util/envlist.c
/openbmc/qemu/util/error.c
/openbmc/qemu/util/event_notifier-posix.c
/openbmc/qemu/util/fifo8.c
/openbmc/qemu/util/hbitmap.c
/openbmc/qemu/util/hexdump.c
/openbmc/qemu/util/host-utils.c
/openbmc/qemu/util/iov.c
/openbmc/qemu/util/notify.c
/openbmc/qemu/util/osdep.c
/openbmc/qemu/util/oslib-posix.c
/openbmc/qemu/util/oslib-win32.c
/openbmc/qemu/util/qemu-config.c
/openbmc/qemu/util/qemu-error.c
/openbmc/qemu/util/qemu-openpty.c
/openbmc/qemu/util/qemu-option.c
/openbmc/qemu/util/qemu-sockets.c
/openbmc/qemu/util/qemu-timer-common.c
/openbmc/qemu/util/unicode.c
/openbmc/qemu/util/uri.c
/openbmc/qemu/vl.c
/openbmc/qemu/xbzrle.c
/openbmc/qemu/xen-all.c
/openbmc/qemu/xen-mapcache.c
/openbmc/qemu/xen-stub.c
13b10e0522-Jan-2013 Markus Armbruster <armbru@redhat.com>

qapi: Fix unchecked strdup() by converting to g_strdup()

Note that we already free with g_free().

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Re

qapi: Fix unchecked strdup() by converting to g_strdup()

Note that we already free with g_free().

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>

show more ...


/openbmc/qemu/.gitignore
/openbmc/qemu/MAINTAINERS
/openbmc/qemu/Makefile
/openbmc/qemu/Makefile.objs
/openbmc/qemu/Makefile.target
/openbmc/qemu/aio-posix.c
/openbmc/qemu/aio-win32.c
/openbmc/qemu/arch_init.c
/openbmc/qemu/audio/audio.c
/openbmc/qemu/block-migration.c
/openbmc/qemu/block.c
/openbmc/qemu/block/bochs.c
/openbmc/qemu/block/commit.c
/openbmc/qemu/block/cow.c
/openbmc/qemu/block/iscsi.c
/openbmc/qemu/block/mirror.c
/openbmc/qemu/block/qcow.c
/openbmc/qemu/block/qcow2-refcount.c
/openbmc/qemu/block/qcow2.c
/openbmc/qemu/block/qed.c
/openbmc/qemu/block/raw-aio.h
/openbmc/qemu/block/raw-posix.c
/openbmc/qemu/block/sheepdog.c
/openbmc/qemu/block/vdi.c
/openbmc/qemu/block/vmdk.c
/openbmc/qemu/block/win32-aio.c
/openbmc/qemu/blockdev.c
/openbmc/qemu/bsd-user/mmap.c
/openbmc/qemu/configure
/openbmc/qemu/cpus.c
/openbmc/qemu/default-configs/pci.mak
/openbmc/qemu/disas/Makefile.objs
/openbmc/qemu/docs/specs/pci-ids.txt
/openbmc/qemu/docs/usb-storage.txt
/openbmc/qemu/docs/virtio-balloon-stats.txt
/openbmc/qemu/exec.c
/openbmc/qemu/fpu/softfloat.c
/openbmc/qemu/fsdev/Makefile.objs
/openbmc/qemu/fsdev/virtfs-proxy-helper.c
/openbmc/qemu/gdbstub.c
/openbmc/qemu/hmp-commands.hx
/openbmc/qemu/hmp.c
/openbmc/qemu/hmp.h
/openbmc/qemu/hw/9pfs/virtio-9p-device.c
/openbmc/qemu/hw/9pfs/virtio-9p-local.c
/openbmc/qemu/hw/9pfs/virtio-9p.c
/openbmc/qemu/hw/Makefile.objs
/openbmc/qemu/hw/a15mpcore.c
/openbmc/qemu/hw/a9mpcore.c
/openbmc/qemu/hw/acpi.c
/openbmc/qemu/hw/acpi_piix4.c
/openbmc/qemu/hw/adb.c
/openbmc/qemu/hw/adb.h
/openbmc/qemu/hw/alpha_dp264.c
/openbmc/qemu/hw/alpha_typhoon.c
/openbmc/qemu/hw/an5206.c
/openbmc/qemu/hw/apb_pci.c
/openbmc/qemu/hw/arm11mpcore.c
/openbmc/qemu/hw/arm_boot.c
/openbmc/qemu/hw/arm_gic.c
/openbmc/qemu/hw/arm_gic_common.c
/openbmc/qemu/hw/arm_mptimer.c
/openbmc/qemu/hw/arm_sysctl.c
/openbmc/qemu/hw/armv7m.c
/openbmc/qemu/hw/axis_dev88.c
/openbmc/qemu/hw/block-common.c
/openbmc/qemu/hw/boards.h
/openbmc/qemu/hw/cadence_gem.c
/openbmc/qemu/hw/cadence_ttc.c
/openbmc/qemu/hw/collie.c
/openbmc/qemu/hw/cuda.c
/openbmc/qemu/hw/dataplane/virtio-blk.c
/openbmc/qemu/hw/dma.c
/openbmc/qemu/hw/dummy_m68k.c
/openbmc/qemu/hw/empty_slot.c
/openbmc/qemu/hw/escc.c
/openbmc/qemu/hw/esp.c
/openbmc/qemu/hw/etraxfs.h
/openbmc/qemu/hw/etraxfs_eth.c
/openbmc/qemu/hw/exynos4210.c
/openbmc/qemu/hw/exynos4210_gic.c
/openbmc/qemu/hw/exynos4210_uart.c
/openbmc/qemu/hw/exynos4_boards.c
/openbmc/qemu/hw/fw_cfg.c
/openbmc/qemu/hw/fw_cfg.h
/openbmc/qemu/hw/grackle_pci.c
/openbmc/qemu/hw/grlib.h
/openbmc/qemu/hw/grlib_irqmp.c
/openbmc/qemu/hw/gumstix.c
/openbmc/qemu/hw/heathrow_pic.c
/openbmc/qemu/hw/highbank.c
/openbmc/qemu/hw/hpet.c
/openbmc/qemu/hw/i8259.c
/openbmc/qemu/hw/ide.h
/openbmc/qemu/hw/ide/ahci.c
/openbmc/qemu/hw/ide/ahci.h
/openbmc/qemu/hw/ide/core.c
/openbmc/qemu/hw/ide/ich.c
/openbmc/qemu/hw/ide/macio.c
/openbmc/qemu/hw/ide/pci.c
/openbmc/qemu/hw/imx_serial.c
/openbmc/qemu/hw/integratorcp.c
/openbmc/qemu/hw/ipack.c
/openbmc/qemu/hw/ipack.h
/openbmc/qemu/hw/ipoctal232.c
/openbmc/qemu/hw/ivshmem.c
/openbmc/qemu/hw/kvm/pci-assign.c
/openbmc/qemu/hw/kzm.c
/openbmc/qemu/hw/lan9118.c
/openbmc/qemu/hw/leon3.c
/openbmc/qemu/hw/lm32.h
/openbmc/qemu/hw/lm32_boards.c
/openbmc/qemu/hw/lm32_pic.c
/openbmc/qemu/hw/lm32_pic.h
/openbmc/qemu/hw/loader.c
/openbmc/qemu/hw/loader.h
/openbmc/qemu/hw/lsi53c895a.c
/openbmc/qemu/hw/m25p80.c
/openbmc/qemu/hw/m48t59.c
/openbmc/qemu/hw/mac_nvram.c
/openbmc/qemu/hw/macio.c
/openbmc/qemu/hw/mainstone.c
/openbmc/qemu/hw/marvell_88w8618_audio.c
/openbmc/qemu/hw/mcf5208.c
/openbmc/qemu/hw/milkymist-hw.h
/openbmc/qemu/hw/milkymist.c
/openbmc/qemu/hw/mips_fulong2e.c
/openbmc/qemu/hw/mips_jazz.c
/openbmc/qemu/hw/mips_malta.c
/openbmc/qemu/hw/mips_mipssim.c
/openbmc/qemu/hw/mips_r4k.c
/openbmc/qemu/hw/mpc8544_guts.c
/openbmc/qemu/hw/musicpal.c
/openbmc/qemu/hw/nand.c
/openbmc/qemu/hw/nseries.c
/openbmc/qemu/hw/null-machine.c
/openbmc/qemu/hw/omap1.c
/openbmc/qemu/hw/omap2.c
/openbmc/qemu/hw/omap_dma.c
/openbmc/qemu/hw/omap_gpio.c
/openbmc/qemu/hw/omap_i2c.c
/openbmc/qemu/hw/omap_intc.c
/openbmc/qemu/hw/omap_spi.c
/openbmc/qemu/hw/omap_sx1.c
/openbmc/qemu/hw/onenand.c
/openbmc/qemu/hw/openpic.c
/openbmc/qemu/hw/openpic.h
/openbmc/qemu/hw/openrisc_sim.c
/openbmc/qemu/hw/palm.c
/openbmc/qemu/hw/pc-testdev.c
/openbmc/qemu/hw/pc.c
/openbmc/qemu/hw/pc.h
/openbmc/qemu/hw/pc87312.c
/openbmc/qemu/hw/pc87312.h
/openbmc/qemu/hw/pc_piix.c
/openbmc/qemu/hw/pc_q35.c
/openbmc/qemu/hw/pci/Makefile.objs
/openbmc/qemu/hw/pci/msix.c
/openbmc/qemu/hw/pci/msix.h
/openbmc/qemu/hw/pci/pci.h
/openbmc/qemu/hw/pci/pci_ids.h
/openbmc/qemu/hw/pci_bridge_dev.c
/openbmc/qemu/hw/pcmcia.h
/openbmc/qemu/hw/petalogix_ml605_mmu.c
/openbmc/qemu/hw/petalogix_s3adsp1800_mmu.c
/openbmc/qemu/hw/pflash_cfi01.c
/openbmc/qemu/hw/pflash_cfi02.c
/openbmc/qemu/hw/ppc.c
/openbmc/qemu/hw/ppc.h
/openbmc/qemu/hw/ppc/Makefile.objs
/openbmc/qemu/hw/ppc/e500.c
/openbmc/qemu/hw/ppc/e500.h
/openbmc/qemu/hw/ppc/e500plat.c
/openbmc/qemu/hw/ppc/mac.h
/openbmc/qemu/hw/ppc/mac_newworld.c
/openbmc/qemu/hw/ppc/mac_oldworld.c
/openbmc/qemu/hw/ppc/mpc8544ds.c
/openbmc/qemu/hw/ppc405_boards.c
/openbmc/qemu/hw/ppc440_bamboo.c
/openbmc/qemu/hw/ppc_prep.c
/openbmc/qemu/hw/ppce500_spin.c
/openbmc/qemu/hw/puv3.c
/openbmc/qemu/hw/pxa.h
/openbmc/qemu/hw/pxa2xx.c
/openbmc/qemu/hw/pxa2xx_dma.c
/openbmc/qemu/hw/pxa2xx_gpio.c
/openbmc/qemu/hw/pxa2xx_pic.c
/openbmc/qemu/hw/pxa2xx_timer.c
/openbmc/qemu/hw/qdev-addr.c
/openbmc/qemu/hw/qdev-core.h
/openbmc/qemu/hw/qdev-monitor.c
/openbmc/qemu/hw/qdev-monitor.h
/openbmc/qemu/hw/qdev-properties-system.c
/openbmc/qemu/hw/qdev-properties.c
/openbmc/qemu/hw/qdev.c
/openbmc/qemu/hw/qxl.c
/openbmc/qemu/hw/r2d.c
/openbmc/qemu/hw/realview.c
/openbmc/qemu/hw/realview_gic.c
/openbmc/qemu/hw/s390-virtio-bus.c
/openbmc/qemu/hw/s390-virtio-bus.h
/openbmc/qemu/hw/s390-virtio.c
/openbmc/qemu/hw/s390-virtio.h
/openbmc/qemu/hw/s390x/Makefile.objs
/openbmc/qemu/hw/s390x/ipl.c
/openbmc/qemu/hw/s390x/s390-virtio-hcall.c
/openbmc/qemu/hw/scsi-bus.c
/openbmc/qemu/hw/scsi-disk.c
/openbmc/qemu/hw/serial-pci.c
/openbmc/qemu/hw/serial.c
/openbmc/qemu/hw/shix.c
/openbmc/qemu/hw/slavio_intctl.c
/openbmc/qemu/hw/sm501.c
/openbmc/qemu/hw/smc91c111.c
/openbmc/qemu/hw/spapr.c
/openbmc/qemu/hw/spapr_hcall.c
/openbmc/qemu/hw/spapr_pci.c
/openbmc/qemu/hw/spapr_pci.h
/openbmc/qemu/hw/spapr_rtas.c
/openbmc/qemu/hw/spapr_vio.c
/openbmc/qemu/hw/spitz.c
/openbmc/qemu/hw/stellaris.c
/openbmc/qemu/hw/strongarm.c
/openbmc/qemu/hw/sun4m.c
/openbmc/qemu/hw/sun4m.h
/openbmc/qemu/hw/sun4u.c
/openbmc/qemu/hw/sysbus.c
/openbmc/qemu/hw/sysbus.h
/openbmc/qemu/hw/tmp105.c
/openbmc/qemu/hw/tmp105.h
/openbmc/qemu/hw/tmp105_regs.h
/openbmc/qemu/hw/tosa.c
/openbmc/qemu/hw/tpci200.c
/openbmc/qemu/hw/tusb6010.c
/openbmc/qemu/hw/unin_pci.c
/openbmc/qemu/hw/usb.h
/openbmc/qemu/hw/usb/bus.c
/openbmc/qemu/hw/usb/dev-storage.c
/openbmc/qemu/hw/usb/hcd-ehci.c
/openbmc/qemu/hw/usb/hcd-ohci.c
/openbmc/qemu/hw/usb/hcd-xhci.c
/openbmc/qemu/hw/usb/host-bsd.c
/openbmc/qemu/hw/usb/host-linux.c
/openbmc/qemu/hw/usb/host-stub.c
/openbmc/qemu/hw/versatilepb.c
/openbmc/qemu/hw/vexpress.c
/openbmc/qemu/hw/vhost.c
/openbmc/qemu/hw/vhost.h
/openbmc/qemu/hw/vhost_net.c
/openbmc/qemu/hw/vhost_net.h
/openbmc/qemu/hw/virtex_ml507.c
/openbmc/qemu/hw/virtio-balloon.c
/openbmc/qemu/hw/virtio-blk.c
/openbmc/qemu/hw/virtio-bus.c
/openbmc/qemu/hw/virtio-bus.h
/openbmc/qemu/hw/virtio-net.c
/openbmc/qemu/hw/virtio-pci.c
/openbmc/qemu/hw/virtio-pci.h
/openbmc/qemu/hw/virtio.c
/openbmc/qemu/hw/virtio.h
/openbmc/qemu/hw/vmware_vga.c
/openbmc/qemu/hw/xen_disk.c
/openbmc/qemu/hw/xen_machine_pv.c
/openbmc/qemu/hw/xen_platform.c
/openbmc/qemu/hw/xics.c
/openbmc/qemu/hw/xilinx.h
/openbmc/qemu/hw/xilinx_axidma.c
/openbmc/qemu/hw/xilinx_ethlite.c
/openbmc/qemu/hw/xilinx_zynq.c
/openbmc/qemu/hw/xtensa_lx60.c
/openbmc/qemu/hw/xtensa_sim.c
/openbmc/qemu/hw/z2.c
/openbmc/qemu/hw/zynq_slcr.c
/openbmc/qemu/include/block/aio.h
/openbmc/qemu/include/block/block.h
/openbmc/qemu/include/block/block_int.h
/openbmc/qemu/include/char/char.h
/openbmc/qemu/include/exec/cpu-all.h
/openbmc/qemu/include/exec/cpu-defs.h
/openbmc/qemu/include/exec/exec-all.h
/openbmc/qemu/include/exec/gdbstub.h
/openbmc/qemu/include/migration/migration.h
/openbmc/qemu/include/net/net.h
/openbmc/qemu/include/net/slirp.h
/openbmc/qemu/include/qemu-common.h
/openbmc/qemu/include/qemu/bswap.h
/openbmc/qemu/include/qemu/hbitmap.h
/openbmc/qemu/include/qemu/host-utils.h
/openbmc/qemu/include/qom/cpu.h
/openbmc/qemu/include/qom/object.h
/openbmc/qemu/include/sysemu/cpus.h
/openbmc/qemu/include/sysemu/kvm.h
/openbmc/qemu/include/sysemu/sysemu.h
/openbmc/qemu/include/trace.h
/openbmc/qemu/kvm-all.c
/openbmc/qemu/kvm-stub.c
/openbmc/qemu/libcacard/Makefile
/openbmc/qemu/libcacard/vcard_emul_nss.c
/openbmc/qemu/libcacard/vreader.c
/openbmc/qemu/libcacard/vscclient.c
/openbmc/qemu/linux-headers/asm-powerpc/kvm.h
/openbmc/qemu/linux-headers/linux/kvm.h
/openbmc/qemu/linux-user/syscall.c
/openbmc/qemu/linux-user/syscall_defs.h
/openbmc/qemu/migration.c
/openbmc/qemu/monitor.c
/openbmc/qemu/net/net.c
/openbmc/qemu/net/slirp.c
/openbmc/qemu/pc-bios/acpi-dsdt.aml
/openbmc/qemu/pc-bios/bios.bin
/openbmc/qemu/pc-bios/q35-acpi-dsdt.aml
/openbmc/qemu/qapi-schema.json
qmp-registry.c
/openbmc/qemu/qemu-char.c
/openbmc/qemu/qemu-log.c
/openbmc/qemu/qemu-options.hx
/openbmc/qemu/qga/channel-posix.c
/openbmc/qemu/qga/commands-posix.c
/openbmc/qemu/qga/main.c
/openbmc/qemu/qga/qapi-schema.json
/openbmc/qemu/qmp-commands.hx
/openbmc/qemu/qom/Makefile.objs
/openbmc/qemu/qom/cpu.c
/openbmc/qemu/qom/object.c
/openbmc/qemu/readline.c
/openbmc/qemu/roms/seabios
/openbmc/qemu/rules.mak
/openbmc/qemu/savevm.c
/openbmc/qemu/scripts/kvm/vmxcap
/openbmc/qemu/scripts/make_device_config.sh
/openbmc/qemu/slirp/slirp.c
/openbmc/qemu/target-alpha/cpu.c
/openbmc/qemu/target-alpha/translate.c
/openbmc/qemu/target-arm/cpu.c
/openbmc/qemu/target-arm/helper.c
/openbmc/qemu/target-cris/cpu.c
/openbmc/qemu/target-cris/cpu.h
/openbmc/qemu/target-cris/helper.c
/openbmc/qemu/target-cris/op_helper.c
/openbmc/qemu/target-i386/arch_memory_mapping.c
/openbmc/qemu/target-i386/cpu.c
/openbmc/qemu/target-i386/cpu.h
/openbmc/qemu/target-i386/helper.c
/openbmc/qemu/target-i386/kvm.c
/openbmc/qemu/target-i386/machine.c
/openbmc/qemu/target-i386/misc_helper.c
/openbmc/qemu/target-i386/seg_helper.c
/openbmc/qemu/target-i386/topology.h
/openbmc/qemu/target-lm32/cpu.c
/openbmc/qemu/target-m68k/cpu.c
/openbmc/qemu/target-m68k/helper.c
/openbmc/qemu/target-microblaze/cpu.c
/openbmc/qemu/target-microblaze/cpu.h
/openbmc/qemu/target-mips/cpu.c
/openbmc/qemu/target-mips/op_helper.c
/openbmc/qemu/target-mips/translate.c
/openbmc/qemu/target-openrisc/cpu.c
/openbmc/qemu/target-openrisc/exception_helper.c
/openbmc/qemu/target-openrisc/fpu_helper.c
/openbmc/qemu/target-openrisc/int_helper.c
/openbmc/qemu/target-openrisc/interrupt_helper.c
/openbmc/qemu/target-openrisc/mmu.c
/openbmc/qemu/target-openrisc/sys_helper.c
/openbmc/qemu/target-ppc/kvm.c
/openbmc/qemu/target-ppc/kvm_ppc.h
/openbmc/qemu/target-ppc/translate_init.c
/openbmc/qemu/target-s390x/cpu.c
/openbmc/qemu/target-s390x/cpu.h
/openbmc/qemu/target-s390x/kvm.c
/openbmc/qemu/target-s390x/misc_helper.c
/openbmc/qemu/target-sh4/cpu.c
/openbmc/qemu/target-sparc/cpu.c
/openbmc/qemu/target-unicore32/cpu.c
/openbmc/qemu/target-unicore32/helper.c
/openbmc/qemu/tcg/arm/tcg-target.c
/openbmc/qemu/tcg/optimize.c
/openbmc/qemu/tests/.gitignore
/openbmc/qemu/tests/Makefile
/openbmc/qemu/tests/libi2c-omap.c
/openbmc/qemu/tests/libi2c.c
/openbmc/qemu/tests/libi2c.h
/openbmc/qemu/tests/qemu-iotests/041
/openbmc/qemu/tests/qemu-iotests/041.out
/openbmc/qemu/tests/test-aio.c
/openbmc/qemu/tests/test-hbitmap.c
/openbmc/qemu/tests/test-string-input-visitor.c
/openbmc/qemu/tests/test-x86-cpuid.c
/openbmc/qemu/tests/tmp105-test.c
/openbmc/qemu/trace-events
/openbmc/qemu/trace/Makefile.objs
/openbmc/qemu/ui/Makefile.objs
/openbmc/qemu/ui/keymaps.c
/openbmc/qemu/ui/sdl_zoom.c
/openbmc/qemu/ui/sdl_zoom_template.h
/openbmc/qemu/ui/spice-core.c
/openbmc/qemu/ui/vnc-ws.c
/openbmc/qemu/ui/vnc-ws.h
/openbmc/qemu/ui/vnc.c
/openbmc/qemu/ui/vnc.h
/openbmc/qemu/util/Makefile.objs
/openbmc/qemu/util/acl.c
/openbmc/qemu/util/hbitmap.c
/openbmc/qemu/util/oslib-posix.c
/openbmc/qemu/util/oslib-win32.c
/openbmc/qemu/util/path.c
/openbmc/qemu/util/qemu-option.c
/openbmc/qemu/vl.c
/openbmc/qemu/xen-all.c
576d550620-Dec-2012 Paolo Bonzini <pbonzini@redhat.com>

build: move base QAPI files to libqemuutil.a

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


/openbmc/qemu/.gitignore
/openbmc/qemu/MAINTAINERS
/openbmc/qemu/Makefile
/openbmc/qemu/Makefile.objs
/openbmc/qemu/Makefile.target
/openbmc/qemu/arch_init.c
/openbmc/qemu/audio/audio.c
/openbmc/qemu/audio/winwaveaudio.c
/openbmc/qemu/backends/rng-egd.c
/openbmc/qemu/backends/rng-random.c
/openbmc/qemu/backends/rng.c
/openbmc/qemu/balloon.c
/openbmc/qemu/block-migration.c
/openbmc/qemu/block.c
/openbmc/qemu/block/iscsi.c
/openbmc/qemu/block/raw-posix.c
/openbmc/qemu/block/raw-win32.c
/openbmc/qemu/block/sheepdog.c
/openbmc/qemu/block/vdi.c
/openbmc/qemu/block/vvfat.c
/openbmc/qemu/blockdev-nbd.c
/openbmc/qemu/blockdev.c
/openbmc/qemu/bt-host.c
/openbmc/qemu/bt-vhci.c
/openbmc/qemu/configure
/openbmc/qemu/coroutine-ucontext.c
/openbmc/qemu/cpu-exec.c
/openbmc/qemu/cpus.c
/openbmc/qemu/default-configs/ppc-softmmu.mak
/openbmc/qemu/default-configs/ppc64-softmmu.mak
/openbmc/qemu/device_tree.c
/openbmc/qemu/disas/Makefile.objs
/openbmc/qemu/disas/s390.c
/openbmc/qemu/dma-helpers.c
/openbmc/qemu/docs/q35-chipset.cfg
/openbmc/qemu/docs/spice-port-fqdn.txt
/openbmc/qemu/dump-stub.c
/openbmc/qemu/dump.c
/openbmc/qemu/exec.c
/openbmc/qemu/fpu/softfloat.c
/openbmc/qemu/fsdev/Makefile.objs
/openbmc/qemu/fsdev/qemu-fsdev-dummy.c
/openbmc/qemu/fsdev/qemu-fsdev-opts.c
/openbmc/qemu/fsdev/qemu-fsdev.c
/openbmc/qemu/gdbstub.c
/openbmc/qemu/hmp.c
/openbmc/qemu/hw/9pfs/virtio-9p-device.c
/openbmc/qemu/hw/Makefile.objs
/openbmc/qemu/hw/a15mpcore.c
/openbmc/qemu/hw/a9mpcore.c
/openbmc/qemu/hw/ac97.c
/openbmc/qemu/hw/acpi.c
/openbmc/qemu/hw/acpi_ich9.c
/openbmc/qemu/hw/acpi_ich9.h
/openbmc/qemu/hw/acpi_piix4.c
/openbmc/qemu/hw/ads7846.c
/openbmc/qemu/hw/alpha_dp264.c
/openbmc/qemu/hw/alpha_pci.c
/openbmc/qemu/hw/alpha_sys.h
/openbmc/qemu/hw/alpha_typhoon.c
/openbmc/qemu/hw/apb_pci.c
/openbmc/qemu/hw/apic.c
/openbmc/qemu/hw/apic_common.c
/openbmc/qemu/hw/applesmc.c
/openbmc/qemu/hw/arm11mpcore.c
/openbmc/qemu/hw/arm_boot.c
/openbmc/qemu/hw/arm_gic.c
/openbmc/qemu/hw/arm_gic_common.c
/openbmc/qemu/hw/arm_l2x0.c
/openbmc/qemu/hw/arm_mptimer.c
/openbmc/qemu/hw/arm_sysctl.c
/openbmc/qemu/hw/arm_timer.c
/openbmc/qemu/hw/armv7m.c
/openbmc/qemu/hw/armv7m_nvic.c
/openbmc/qemu/hw/axis_dev88.c
/openbmc/qemu/hw/baum.c
/openbmc/qemu/hw/bitbang_i2c.c
/openbmc/qemu/hw/block-common.c
/openbmc/qemu/hw/boards.h
/openbmc/qemu/hw/bonito.c
/openbmc/qemu/hw/bt-hci-csr.c
/openbmc/qemu/hw/bt-hci.c
/openbmc/qemu/hw/bt.c
/openbmc/qemu/hw/cadence_gem.c
/openbmc/qemu/hw/cadence_ttc.c
/openbmc/qemu/hw/cadence_uart.c
/openbmc/qemu/hw/cbus.c
/openbmc/qemu/hw/ccid-card-emulated.c
/openbmc/qemu/hw/ccid-card-passthru.c
/openbmc/qemu/hw/cirrus_vga.c
/openbmc/qemu/hw/collie.c
/openbmc/qemu/hw/cs4231.c
/openbmc/qemu/hw/cs4231a.c
/openbmc/qemu/hw/cuda.c
/openbmc/qemu/hw/dataplane/Makefile.objs
/openbmc/qemu/hw/dataplane/event-poll.c
/openbmc/qemu/hw/dataplane/event-poll.h
/openbmc/qemu/hw/dataplane/hostmem.c
/openbmc/qemu/hw/dataplane/hostmem.h
/openbmc/qemu/hw/dataplane/ioq.c
/openbmc/qemu/hw/dataplane/ioq.h
/openbmc/qemu/hw/dataplane/virtio-blk.c
/openbmc/qemu/hw/dataplane/virtio-blk.h
/openbmc/qemu/hw/dataplane/vring.c
/openbmc/qemu/hw/dataplane/vring.h
/openbmc/qemu/hw/debugcon.c
/openbmc/qemu/hw/debugexit.c
/openbmc/qemu/hw/device-hotplug.c
/openbmc/qemu/hw/ds1225y.c
/openbmc/qemu/hw/ds1338.c
/openbmc/qemu/hw/e1000.c
/openbmc/qemu/hw/eccmemctl.c
/openbmc/qemu/hw/eepro100.c
/openbmc/qemu/hw/empty_slot.c
/openbmc/qemu/hw/es1370.c
/openbmc/qemu/hw/escc.c
/openbmc/qemu/hw/etraxfs_dma.c
/openbmc/qemu/hw/etraxfs_eth.c
/openbmc/qemu/hw/etraxfs_pic.c
/openbmc/qemu/hw/etraxfs_ser.c
/openbmc/qemu/hw/etraxfs_timer.c
/openbmc/qemu/hw/exynos4210.c
/openbmc/qemu/hw/exynos4210_combiner.c
/openbmc/qemu/hw/exynos4210_fimd.c
/openbmc/qemu/hw/exynos4210_gic.c
/openbmc/qemu/hw/exynos4210_mct.c
/openbmc/qemu/hw/exynos4210_pmu.c
/openbmc/qemu/hw/exynos4210_pwm.c
/openbmc/qemu/hw/exynos4210_rtc.c
/openbmc/qemu/hw/exynos4210_uart.c
/openbmc/qemu/hw/exynos4_boards.c
/openbmc/qemu/hw/fdc.c
/openbmc/qemu/hw/fw_cfg.c
/openbmc/qemu/hw/g364fb.c
/openbmc/qemu/hw/grlib_apbuart.c
/openbmc/qemu/hw/grlib_gptimer.c
/openbmc/qemu/hw/grlib_irqmp.c
/openbmc/qemu/hw/gumstix.c
/openbmc/qemu/hw/gus.c
/openbmc/qemu/hw/hda-audio.c
/openbmc/qemu/hw/hid.c
/openbmc/qemu/hw/hid.h
/openbmc/qemu/hw/highbank.c
/openbmc/qemu/hw/hpet.c
/openbmc/qemu/hw/i2c.c
/openbmc/qemu/hw/i2c.h
/openbmc/qemu/hw/i386/Makefile.objs
/openbmc/qemu/hw/i82374.c
/openbmc/qemu/hw/i82378.c
/openbmc/qemu/hw/i8254.c
/openbmc/qemu/hw/i8254_common.c
/openbmc/qemu/hw/i8259.c
/openbmc/qemu/hw/i8259_common.c
/openbmc/qemu/hw/ide/ahci.c
/openbmc/qemu/hw/ide/cmd646.c
/openbmc/qemu/hw/ide/core.c
/openbmc/qemu/hw/ide/ich.c
/openbmc/qemu/hw/ide/internal.h
/openbmc/qemu/hw/ide/isa.c
/openbmc/qemu/hw/ide/macio.c
/openbmc/qemu/hw/ide/microdrive.c
/openbmc/qemu/hw/ide/mmio.c
/openbmc/qemu/hw/ide/pci.c
/openbmc/qemu/hw/ide/piix.c
/openbmc/qemu/hw/ide/qdev.c
/openbmc/qemu/hw/ide/via.c
/openbmc/qemu/hw/imx_ccm.c
/openbmc/qemu/hw/imx_serial.c
/openbmc/qemu/hw/integratorcp.c
/openbmc/qemu/hw/intel-hda.c
/openbmc/qemu/hw/ioapic.c
/openbmc/qemu/hw/ioapic_common.c
/openbmc/qemu/hw/ioh3420.c
/openbmc/qemu/hw/isa-bus.c
/openbmc/qemu/hw/ivshmem.c
/openbmc/qemu/hw/jazz_led.c
/openbmc/qemu/hw/kvm/apic.c
/openbmc/qemu/hw/kvm/clock.c
/openbmc/qemu/hw/kvm/i8254.c
/openbmc/qemu/hw/kvm/i8259.c
/openbmc/qemu/hw/kvm/ioapic.c
/openbmc/qemu/hw/kvm/pci-assign.c
/openbmc/qemu/hw/kvmvapic.c
/openbmc/qemu/hw/kzm.c
/openbmc/qemu/hw/lan9118.c
/openbmc/qemu/hw/lance.c
/openbmc/qemu/hw/leon3.c
/openbmc/qemu/hw/lm32_boards.c
/openbmc/qemu/hw/lm32_juart.c
/openbmc/qemu/hw/lm32_pic.c
/openbmc/qemu/hw/lm32_sys.c
/openbmc/qemu/hw/lm32_timer.c
/openbmc/qemu/hw/lm32_uart.c
/openbmc/qemu/hw/lm832x.c
/openbmc/qemu/hw/loader.c
/openbmc/qemu/hw/lpc_ich9.c
/openbmc/qemu/hw/lsi53c895a.c
/openbmc/qemu/hw/m25p80.c
/openbmc/qemu/hw/m48t59.c
/openbmc/qemu/hw/mac_nvram.c
/openbmc/qemu/hw/macio.c
/openbmc/qemu/hw/mainstone.c
/openbmc/qemu/hw/marvell_88w8618_audio.c
/openbmc/qemu/hw/max111x.c
/openbmc/qemu/hw/max7310.c
/openbmc/qemu/hw/mc146818rtc.c
/openbmc/qemu/hw/mcf5206.c
/openbmc/qemu/hw/mcf5208.c
/openbmc/qemu/hw/mcf_uart.c
/openbmc/qemu/hw/megasas.c
/openbmc/qemu/hw/microblaze_boot.c
/openbmc/qemu/hw/milkymist-ac97.c
/openbmc/qemu/hw/milkymist-hpdmc.c
/openbmc/qemu/hw/milkymist-memcard.c
/openbmc/qemu/hw/milkymist-minimac2.c
/openbmc/qemu/hw/milkymist-pfpu.c
/openbmc/qemu/hw/milkymist-softusb.c
/openbmc/qemu/hw/milkymist-sysctl.c
/openbmc/qemu/hw/milkymist-tmu2.c
/openbmc/qemu/hw/milkymist-uart.c
/openbmc/qemu/hw/milkymist-vgafb.c
/openbmc/qemu/hw/milkymist.c
/openbmc/qemu/hw/mips_fulong2e.c
/openbmc/qemu/hw/mips_jazz.c
/openbmc/qemu/hw/mips_malta.c
/openbmc/qemu/hw/mips_mipssim.c
/openbmc/qemu/hw/mips_r4k.c
/openbmc/qemu/hw/mipsnet.c
/openbmc/qemu/hw/mpc8544_guts.c
/openbmc/qemu/hw/msmouse.c
/openbmc/qemu/hw/mst_fpga.c
/openbmc/qemu/hw/multiboot.c
/openbmc/qemu/hw/musicpal.c
/openbmc/qemu/hw/nand.c
/openbmc/qemu/hw/ne2000-isa.c
/openbmc/qemu/hw/ne2000.c
/openbmc/qemu/hw/nseries.c
/openbmc/qemu/hw/omap1.c
/openbmc/qemu/hw/omap2.c
/openbmc/qemu/hw/omap_gpio.c
/openbmc/qemu/hw/omap_i2c.c
/openbmc/qemu/hw/omap_intc.c
/openbmc/qemu/hw/omap_sx1.c
/openbmc/qemu/hw/omap_uart.c
/openbmc/qemu/hw/onenand.c
/openbmc/qemu/hw/opencores_eth.c
/openbmc/qemu/hw/openpic.c
/openbmc/qemu/hw/openrisc_sim.c
/openbmc/qemu/hw/palm.c
/openbmc/qemu/hw/pam.c
/openbmc/qemu/hw/parallel.c
/openbmc/qemu/hw/pc-testdev.c
/openbmc/qemu/hw/pc.c
/openbmc/qemu/hw/pc.h
/openbmc/qemu/hw/pc87312.c
/openbmc/qemu/hw/pc87312.h
/openbmc/qemu/hw/pc_piix.c
/openbmc/qemu/hw/pc_q35.c
/openbmc/qemu/hw/pc_sysfw.c
/openbmc/qemu/hw/pci/msix.c
/openbmc/qemu/hw/pci/msix.h
/openbmc/qemu/hw/pci/pci-hotplug.c
/openbmc/qemu/hw/pci/pci-stub.c
/openbmc/qemu/hw/pci/pci.c
/openbmc/qemu/hw/pci/pci.h
/openbmc/qemu/hw/pci/pcie.c
/openbmc/qemu/hw/pci/pcie_aer.c
/openbmc/qemu/hw/pci_bridge_dev.c
/openbmc/qemu/hw/pckbd.c
/openbmc/qemu/hw/pcnet-pci.c
/openbmc/qemu/hw/pcnet.c
/openbmc/qemu/hw/pcspk.c
/openbmc/qemu/hw/petalogix_ml605_mmu.c
/openbmc/qemu/hw/petalogix_s3adsp1800_mmu.c
/openbmc/qemu/hw/pflash_cfi01.c
/openbmc/qemu/hw/pflash_cfi02.c
/openbmc/qemu/hw/piix4.c
/openbmc/qemu/hw/pl011.c
/openbmc/qemu/hw/pl022.c
/openbmc/qemu/hw/pl031.c
/openbmc/qemu/hw/pl041.c
/openbmc/qemu/hw/pl050.c
/openbmc/qemu/hw/pl061.c
/openbmc/qemu/hw/pl080.c
/openbmc/qemu/hw/pl110.c
/openbmc/qemu/hw/pl181.c
/openbmc/qemu/hw/pl190.c
/openbmc/qemu/hw/ppc.c
/openbmc/qemu/hw/ppc.h
/openbmc/qemu/hw/ppc/e500.c
/openbmc/qemu/hw/ppc/e500plat.c
/openbmc/qemu/hw/ppc/mpc8544ds.c
/openbmc/qemu/hw/ppc405_boards.c
/openbmc/qemu/hw/ppc405_uc.c
/openbmc/qemu/hw/ppc440_bamboo.c
/openbmc/qemu/hw/ppc4xx.h
/openbmc/qemu/hw/ppc4xx_devs.c
/openbmc/qemu/hw/ppc_booke.c
/openbmc/qemu/hw/ppc_newworld.c
/openbmc/qemu/hw/ppc_oldworld.c
/openbmc/qemu/hw/ppc_prep.c
/openbmc/qemu/hw/ppce500_spin.c
/openbmc/qemu/hw/ps2.c
/openbmc/qemu/hw/pxa2xx.c
/openbmc/qemu/hw/pxa2xx_dma.c
/openbmc/qemu/hw/pxa2xx_gpio.c
/openbmc/qemu/hw/pxa2xx_lcd.c
/openbmc/qemu/hw/pxa2xx_pic.c
/openbmc/qemu/hw/pxa2xx_timer.c
/openbmc/qemu/hw/qdev-core.h
/openbmc/qemu/hw/qdev-monitor.c
/openbmc/qemu/hw/qdev-properties-system.c
/openbmc/qemu/hw/qdev-properties.c
/openbmc/qemu/hw/qdev-properties.h
/openbmc/qemu/hw/qdev.c
/openbmc/qemu/hw/qxl-render.c
/openbmc/qemu/hw/qxl.c
/openbmc/qemu/hw/r2d.c
/openbmc/qemu/hw/realview.c
/openbmc/qemu/hw/realview_gic.c
/openbmc/qemu/hw/rtl8139.c
/openbmc/qemu/hw/s390-virtio-bus.c
/openbmc/qemu/hw/s390-virtio.c
/openbmc/qemu/hw/s390x/event-facility.c
/openbmc/qemu/hw/s390x/sclp.c
/openbmc/qemu/hw/s390x/sclpconsole.c
/openbmc/qemu/hw/s390x/sclpquiesce.c
/openbmc/qemu/hw/sb16.c
/openbmc/qemu/hw/sbi.c
/openbmc/qemu/hw/scsi-bus.c
/openbmc/qemu/hw/scsi-disk.c
/openbmc/qemu/hw/scsi-generic.c
/openbmc/qemu/hw/scsi.h
/openbmc/qemu/hw/serial-isa.c
/openbmc/qemu/hw/serial-pci.c
/openbmc/qemu/hw/serial.c
/openbmc/qemu/hw/serial.h
/openbmc/qemu/hw/sga.c
/openbmc/qemu/hw/sh7750.c
/openbmc/qemu/hw/sh_pci.c
/openbmc/qemu/hw/sh_serial.c
/openbmc/qemu/hw/shix.c
/openbmc/qemu/hw/slavio_intctl.c
/openbmc/qemu/hw/slavio_misc.c
/openbmc/qemu/hw/slavio_timer.c
/openbmc/qemu/hw/smbios.c
/openbmc/qemu/hw/smbus.c
/openbmc/qemu/hw/smbus_eeprom.c
/openbmc/qemu/hw/smbus_ich9.c
/openbmc/qemu/hw/smc91c111.c
/openbmc/qemu/hw/spapr.c
/openbmc/qemu/hw/spapr.h
/openbmc/qemu/hw/spapr_events.c
/openbmc/qemu/hw/spapr_hcall.c
/openbmc/qemu/hw/spapr_iommu.c
/openbmc/qemu/hw/spapr_llan.c
/openbmc/qemu/hw/spapr_nvram.c
/openbmc/qemu/hw/spapr_rtas.c
/openbmc/qemu/hw/spapr_vio.c
/openbmc/qemu/hw/spapr_vio.h
/openbmc/qemu/hw/spapr_vscsi.c
/openbmc/qemu/hw/spapr_vty.c
/openbmc/qemu/hw/sparc32_dma.c
/openbmc/qemu/hw/spitz.c
/openbmc/qemu/hw/ssd0303.c
/openbmc/qemu/hw/ssd0323.c
/openbmc/qemu/hw/ssi-sd.c
/openbmc/qemu/hw/ssi.c
/openbmc/qemu/hw/stellaris.c
/openbmc/qemu/hw/stellaris_enet.c
/openbmc/qemu/hw/stream.c
/openbmc/qemu/hw/strongarm.c
/openbmc/qemu/hw/sun4c_intctl.c
/openbmc/qemu/hw/sun4m.c
/openbmc/qemu/hw/sun4m_iommu.c
/openbmc/qemu/hw/sun4u.c
/openbmc/qemu/hw/sysbus.c
/openbmc/qemu/hw/tc6393xb.c
/openbmc/qemu/hw/tcx.c
/openbmc/qemu/hw/tmp105.c
/openbmc/qemu/hw/tmp105.h
/openbmc/qemu/hw/tosa.c
/openbmc/qemu/hw/tusb6010.c
/openbmc/qemu/hw/twl92230.c
/openbmc/qemu/hw/uboot_image.h
/openbmc/qemu/hw/usb.h
/openbmc/qemu/hw/usb/Makefile.objs
/openbmc/qemu/hw/usb/bus.c
/openbmc/qemu/hw/usb/core.c
/openbmc/qemu/hw/usb/dev-audio.c
/openbmc/qemu/hw/usb/dev-bluetooth.c
/openbmc/qemu/hw/usb/dev-hid.c
/openbmc/qemu/hw/usb/dev-hub.c
/openbmc/qemu/hw/usb/dev-network.c
/openbmc/qemu/hw/usb/dev-serial.c
/openbmc/qemu/hw/usb/dev-smartcard-reader.c
/openbmc/qemu/hw/usb/dev-storage.c
/openbmc/qemu/hw/usb/dev-uas.c
/openbmc/qemu/hw/usb/dev-wacom.c
/openbmc/qemu/hw/usb/hcd-ehci-pci.c
/openbmc/qemu/hw/usb/hcd-ehci-sysbus.c
/openbmc/qemu/hw/usb/hcd-ehci.c
/openbmc/qemu/hw/usb/hcd-ehci.h
/openbmc/qemu/hw/usb/hcd-ohci.c
/openbmc/qemu/hw/usb/hcd-uhci.c
/openbmc/qemu/hw/usb/hcd-xhci.c
/openbmc/qemu/hw/usb/host-bsd.c
/openbmc/qemu/hw/usb/host-linux.c
/openbmc/qemu/hw/usb/libhw.c
/openbmc/qemu/hw/usb/quirks-ftdi-ids.h
/openbmc/qemu/hw/usb/quirks-pl2303-ids.h
/openbmc/qemu/hw/usb/quirks.c
/openbmc/qemu/hw/usb/quirks.h
/openbmc/qemu/hw/usb/redirect.c
/openbmc/qemu/hw/versatile_pci.c
/openbmc/qemu/hw/versatilepb.c
/openbmc/qemu/hw/vexpress.c
/openbmc/qemu/hw/vfio_pci.c
/openbmc/qemu/hw/vga-isa.c
/openbmc/qemu/hw/vga-pci.c
/openbmc/qemu/hw/virtex_ml507.c
/openbmc/qemu/hw/virtio-balloon.c
/openbmc/qemu/hw/virtio-blk.c
/openbmc/qemu/hw/virtio-blk.h
/openbmc/qemu/hw/virtio-console.c
/openbmc/qemu/hw/virtio-pci.c
/openbmc/qemu/hw/virtio-scsi.c
/openbmc/qemu/hw/virtio-serial-bus.c
/openbmc/qemu/hw/virtio.c
/openbmc/qemu/hw/virtio.h
/openbmc/qemu/hw/vmmouse.c
/openbmc/qemu/hw/vmport.c
/openbmc/qemu/hw/vmware_vga.c
/openbmc/qemu/hw/vt82c686.c
/openbmc/qemu/hw/watchdog.c
/openbmc/qemu/hw/wdt_i6300esb.c
/openbmc/qemu/hw/wdt_ib700.c
/openbmc/qemu/hw/wm8750.c
/openbmc/qemu/hw/xen_apic.c
/openbmc/qemu/hw/xen_backend.c
/openbmc/qemu/hw/xen_backend.h
/openbmc/qemu/hw/xen_console.c
/openbmc/qemu/hw/xen_devconfig.c
/openbmc/qemu/hw/xen_disk.c
/openbmc/qemu/hw/xen_machine_pv.c
/openbmc/qemu/hw/xen_platform.c
/openbmc/qemu/hw/xen_pt.c
/openbmc/qemu/hw/xen_pt_msi.c
/openbmc/qemu/hw/xenfb.c
/openbmc/qemu/hw/xgmac.c
/openbmc/qemu/hw/xilinx_axidma.c
/openbmc/qemu/hw/xilinx_axienet.c
/openbmc/qemu/hw/xilinx_ethlite.c
/openbmc/qemu/hw/xilinx_intc.c
/openbmc/qemu/hw/xilinx_spi.c
/openbmc/qemu/hw/xilinx_spips.c
/openbmc/qemu/hw/xilinx_timer.c
/openbmc/qemu/hw/xilinx_uartlite.c
/openbmc/qemu/hw/xilinx_zynq.c
/openbmc/qemu/hw/xio3130_downstream.c
/openbmc/qemu/hw/xio3130_upstream.c
/openbmc/qemu/hw/xtensa_lx60.c
/openbmc/qemu/hw/xtensa_sim.c
/openbmc/qemu/hw/z2.c
/openbmc/qemu/hw/zaurus.c
/openbmc/qemu/hw/zynq_slcr.c
/openbmc/qemu/include/block/block.h
/openbmc/qemu/include/bt/bt.h
/openbmc/qemu/include/char/char.h
/openbmc/qemu/include/config.h
/openbmc/qemu/include/elf.h
/openbmc/qemu/include/exec/cpu-all.h
/openbmc/qemu/include/exec/cpu-common.h
/openbmc/qemu/include/exec/cpu-defs.h
/openbmc/qemu/include/exec/memory.h
/openbmc/qemu/include/fpu/softfloat.h
/openbmc/qemu/include/libfdt_env.h
/openbmc/qemu/include/migration/migration.h
/openbmc/qemu/include/migration/qemu-file.h
/openbmc/qemu/include/migration/vmstate.h
/openbmc/qemu/include/qemu-common.h
/openbmc/qemu/include/qemu/bswap.h
/openbmc/qemu/include/qemu/config-file.h
/openbmc/qemu/include/qemu/iov.h
/openbmc/qemu/include/qemu/thread-posix.h
/openbmc/qemu/include/qom/cpu.h
/openbmc/qemu/include/qom/object.h
/openbmc/qemu/include/sysemu/arch_init.h
/openbmc/qemu/include/sysemu/balloon.h
/openbmc/qemu/include/sysemu/blockdev.h
/openbmc/qemu/include/sysemu/cpus.h
/openbmc/qemu/include/sysemu/device_tree.h
/openbmc/qemu/include/sysemu/dma.h
/openbmc/qemu/include/sysemu/dump.h
/openbmc/qemu/include/sysemu/kvm.h
/openbmc/qemu/include/sysemu/memory_mapping.h
/openbmc/qemu/include/sysemu/os-posix.h
/openbmc/qemu/include/sysemu/os-win32.h
/openbmc/qemu/include/sysemu/qtest.h
/openbmc/qemu/include/sysemu/seccomp.h
/openbmc/qemu/include/sysemu/sysemu.h
/openbmc/qemu/include/sysemu/xen-mapcache.h
/openbmc/qemu/include/ui/qemu-pixman.h
/openbmc/qemu/include/ui/qemu-spice.h
/openbmc/qemu/include/ui/spice-display.h
/openbmc/qemu/kvm-all.c
/openbmc/qemu/kvm-stub.c
/openbmc/qemu/libcacard/Makefile
/openbmc/qemu/libcacard/libcacard.syms
/openbmc/qemu/linux-headers/asm-powerpc/epapr_hcalls.h
/openbmc/qemu/linux-headers/asm-powerpc/kvm.h
/openbmc/qemu/linux-headers/asm-powerpc/kvm_para.h
/openbmc/qemu/linux-headers/linux/kvm.h
/openbmc/qemu/linux-headers/linux/kvm_para.h
/openbmc/qemu/linux-headers/linux/vfio.h
/openbmc/qemu/linux-headers/linux/virtio_config.h
/openbmc/qemu/linux-headers/linux/virtio_ring.h
/openbmc/qemu/linux-user/arm/nwfpe/double_cpdo.c
/openbmc/qemu/linux-user/arm/nwfpe/extended_cpdo.c
/openbmc/qemu/linux-user/arm/nwfpe/fpa11.h
/openbmc/qemu/linux-user/arm/nwfpe/fpa11_cpdt.c
/openbmc/qemu/linux-user/arm/nwfpe/fpa11_cprt.c
/openbmc/qemu/linux-user/arm/nwfpe/fpopcode.c
/openbmc/qemu/linux-user/arm/nwfpe/single_cpdo.c
/openbmc/qemu/linux-user/main.c
/openbmc/qemu/linux-user/qemu.h
/openbmc/qemu/linux-user/s390x/syscall.h
/openbmc/qemu/linux-user/signal.c
/openbmc/qemu/linux-user/syscall.c
/openbmc/qemu/linux-user/syscall_defs.h
/openbmc/qemu/main-loop.c
/openbmc/qemu/memory.c
/openbmc/qemu/memory_mapping-stub.c
/openbmc/qemu/memory_mapping.c
/openbmc/qemu/migration-exec.c
/openbmc/qemu/migration-fd.c
/openbmc/qemu/migration-tcp.c
/openbmc/qemu/migration-unix.c
/openbmc/qemu/migration.c
/openbmc/qemu/monitor.c
/openbmc/qemu/net/hub.c
/openbmc/qemu/net/net.c
/openbmc/qemu/net/slirp.c
/openbmc/qemu/net/tap-bsd.c
/openbmc/qemu/net/tap-linux.c
/openbmc/qemu/net/tap-solaris.c
/openbmc/qemu/net/tap-win32.c
/openbmc/qemu/net/tap.c
/openbmc/qemu/net/vde.c
/openbmc/qemu/os-posix.c
/openbmc/qemu/os-win32.c
/openbmc/qemu/pc-bios/acpi-dsdt.aml
/openbmc/qemu/pc-bios/bios.bin
/openbmc/qemu/pc-bios/q35-acpi-dsdt.aml
Makefile.objs
/openbmc/qemu/qemu-char.c
/openbmc/qemu/qemu-img.c
/openbmc/qemu/qemu-options.hx
/openbmc/qemu/qemu-seccomp.c
/openbmc/qemu/qemu-timer.c
/openbmc/qemu/qga/channel-posix.c
/openbmc/qemu/qga/commands-posix.c
/openbmc/qemu/qga/guest-agent-core.h
/openbmc/qemu/qga/main.c
/openbmc/qemu/qmp.c
/openbmc/qemu/qobject/Makefile.objs
/openbmc/qemu/qobject/json-lexer.c
/openbmc/qemu/qobject/json-parser.c
/openbmc/qemu/qobject/json-streamer.c
/openbmc/qemu/qobject/qbool.c
/openbmc/qemu/qobject/qdict.c
/openbmc/qemu/qobject/qerror.c
/openbmc/qemu/qobject/qfloat.c
/openbmc/qemu/qobject/qint.c
/openbmc/qemu/qobject/qjson.c
/openbmc/qemu/qobject/qlist.c
/openbmc/qemu/qobject/qstring.c
/openbmc/qemu/qom/Makefile.objs
/openbmc/qemu/qom/container.c
/openbmc/qemu/qom/cpu.c
/openbmc/qemu/qtest.c
/openbmc/qemu/readline.c
/openbmc/qemu/roms/seabios
/openbmc/qemu/rules.mak
/openbmc/qemu/savevm.c
/openbmc/qemu/scripts/qemu-guest-agent/fsfreeze-hook
/openbmc/qemu/scripts/qemu-guest-agent/fsfreeze-hook.d/mysql-flush.sh.sample
/openbmc/qemu/scripts/tracetool/backend/dtrace.py
/openbmc/qemu/scripts/tracetool/format/h.py
/openbmc/qemu/scripts/update-linux-headers.sh
/openbmc/qemu/slirp/slirp.c
/openbmc/qemu/slirp/slirp.h
/openbmc/qemu/spice-qemu-char.c
/openbmc/qemu/stubs/Makefile.objs
/openbmc/qemu/stubs/arch-query-cpu-def.c
/openbmc/qemu/stubs/clock-warp.c
/openbmc/qemu/stubs/cpu-get-clock.c
/openbmc/qemu/stubs/cpu-get-icount.c
/openbmc/qemu/stubs/get-vm-name.c
/openbmc/qemu/stubs/iothread-lock.c
/openbmc/qemu/stubs/migr-blocker.c
/openbmc/qemu/stubs/mon-is-qmp.c
/openbmc/qemu/stubs/mon-print-filename.c
/openbmc/qemu/stubs/mon-printf.c
/openbmc/qemu/stubs/mon-protocol-event.c
/openbmc/qemu/stubs/mon-set-error.c
/openbmc/qemu/stubs/reset.c
/openbmc/qemu/stubs/slirp.c
/openbmc/qemu/stubs/sysbus.c
/openbmc/qemu/stubs/vm-stop.c
/openbmc/qemu/stubs/vmstate.c
/openbmc/qemu/target-alpha/cpu-qom.h
/openbmc/qemu/target-alpha/cpu.c
/openbmc/qemu/target-alpha/cpu.h
/openbmc/qemu/target-alpha/fpu_helper.c
/openbmc/qemu/target-alpha/helper.c
/openbmc/qemu/target-alpha/sys_helper.c
/openbmc/qemu/target-alpha/translate.c
/openbmc/qemu/target-arm/cpu.c
/openbmc/qemu/target-arm/cpu.h
/openbmc/qemu/target-arm/helper.c
/openbmc/qemu/target-i386/arch_dump.c
/openbmc/qemu/target-i386/arch_memory_mapping.c
/openbmc/qemu/target-i386/cpu.c
/openbmc/qemu/target-i386/cpu.h
/openbmc/qemu/target-i386/excp_helper.c
/openbmc/qemu/target-i386/helper.c
/openbmc/qemu/target-i386/kvm.c
/openbmc/qemu/target-i386/kvm_i386.h
/openbmc/qemu/target-i386/machine.c
/openbmc/qemu/target-m68k/cpu.h
/openbmc/qemu/target-m68k/helper.c
/openbmc/qemu/target-m68k/m68k-semi.c
/openbmc/qemu/target-microblaze/cpu.h
/openbmc/qemu/target-mips/cpu.h
/openbmc/qemu/target-mips/dsp_helper.c
/openbmc/qemu/target-mips/op_helper.c
/openbmc/qemu/target-mips/translate.c
/openbmc/qemu/target-openrisc/cpu.h
/openbmc/qemu/target-ppc/Makefile.objs
/openbmc/qemu/target-ppc/cpu-qom.h
/openbmc/qemu/target-ppc/cpu.h
/openbmc/qemu/target-ppc/excp_helper.c
/openbmc/qemu/target-ppc/helper.h
/openbmc/qemu/target-ppc/kvm.c
/openbmc/qemu/target-ppc/kvm_ppc.c
/openbmc/qemu/target-ppc/kvm_ppc.h
/openbmc/qemu/target-ppc/machine.c
/openbmc/qemu/target-ppc/mmu_helper.c
/openbmc/qemu/target-ppc/translate_init.c
/openbmc/qemu/target-s390x/cc_helper.c
/openbmc/qemu/target-s390x/cpu.h
/openbmc/qemu/target-s390x/fpu_helper.c
/openbmc/qemu/target-s390x/helper.c
/openbmc/qemu/target-s390x/helper.h
/openbmc/qemu/target-s390x/insn-data.def
/openbmc/qemu/target-s390x/insn-format.def
/openbmc/qemu/target-s390x/int_helper.c
/openbmc/qemu/target-s390x/interrupt.c
/openbmc/qemu/target-s390x/kvm.c
/openbmc/qemu/target-s390x/mem_helper.c
/openbmc/qemu/target-s390x/misc_helper.c
/openbmc/qemu/target-s390x/translate.c
/openbmc/qemu/target-sh4/cpu.h
/openbmc/qemu/target-sparc/cpu.h
/openbmc/qemu/target-sparc/helper.c
/openbmc/qemu/target-sparc/int32_helper.c
/openbmc/qemu/target-unicore32/cpu.h
/openbmc/qemu/target-unicore32/helper.c
/openbmc/qemu/target-xtensa/translate.c
/openbmc/qemu/tcg/hppa/tcg-target.c
/openbmc/qemu/tcg/i386/tcg-target.c
/openbmc/qemu/tcg/i386/tcg-target.h
/openbmc/qemu/tcg/tcg-op.h
/openbmc/qemu/tcg/tcg.c
/openbmc/qemu/tcg/tcg.h
/openbmc/qemu/tests/Makefile
/openbmc/qemu/tests/m48t59-test.c
/openbmc/qemu/tests/rtc-test.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/extr_r_w.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/extr_rs_w.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/extr_s_h.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/extr_w.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/extrv_r_w.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/extrv_rs_w.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/extrv_s_h.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/extrv_w.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/rddsp.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/wrdsp.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/dpa_w_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/dpax_w_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/dps_w_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/dpsx_w_ph.c
/openbmc/qemu/tests/test-iov.c
/openbmc/qemu/trace-events
/openbmc/qemu/trace.h
/openbmc/qemu/trace/Makefile.objs
/openbmc/qemu/translate-all.c
/openbmc/qemu/ui/Makefile.objs
/openbmc/qemu/ui/cocoa.m
/openbmc/qemu/ui/console.c
/openbmc/qemu/ui/curses.c
/openbmc/qemu/ui/input.c
/openbmc/qemu/ui/keymaps.c
/openbmc/qemu/ui/sdl.c
/openbmc/qemu/ui/spice-core.c
/openbmc/qemu/ui/spice-display.c
/openbmc/qemu/ui/vnc.c
/openbmc/qemu/user-exec.c
/openbmc/qemu/util/Makefile.objs
/openbmc/qemu/util/acl.c
/openbmc/qemu/util/aes.c
/openbmc/qemu/util/bitmap.c
/openbmc/qemu/util/bitops.c
/openbmc/qemu/util/cache-utils.c
/openbmc/qemu/util/compatfd.c
/openbmc/qemu/util/cutils.c
/openbmc/qemu/util/envlist.c
/openbmc/qemu/util/error.c
/openbmc/qemu/util/event_notifier-posix.c
/openbmc/qemu/util/event_notifier-win32.c
/openbmc/qemu/util/host-utils.c
/openbmc/qemu/util/iov.c
/openbmc/qemu/util/module.c
/openbmc/qemu/util/notify.c
/openbmc/qemu/util/osdep.c
/openbmc/qemu/util/oslib-posix.c
/openbmc/qemu/util/oslib-win32.c
/openbmc/qemu/util/path.c
/openbmc/qemu/util/qemu-config.c
/openbmc/qemu/util/qemu-error.c
/openbmc/qemu/util/qemu-option.c
/openbmc/qemu/util/qemu-progress.c
/openbmc/qemu/util/qemu-sockets.c
/openbmc/qemu/util/qemu-thread-posix.c
/openbmc/qemu/util/qemu-thread-win32.c
/openbmc/qemu/util/qemu-timer-common.c
/openbmc/qemu/util/uri.c
/openbmc/qemu/vl.c
/openbmc/qemu/xen-all.c
/openbmc/qemu/xen-mapcache.c
1de7afc917-Dec-2012 Paolo Bonzini <pbonzini@redhat.com>

misc: move include files to include/qemu/

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


/openbmc/qemu/acl.c
/openbmc/qemu/aes.c
/openbmc/qemu/aio-posix.c
/openbmc/qemu/aio-win32.c
/openbmc/qemu/arch_init.c
/openbmc/qemu/async.c
/openbmc/qemu/audio/alsaaudio.c
/openbmc/qemu/audio/audio.c
/openbmc/qemu/audio/audio.h
/openbmc/qemu/audio/noaudio.c
/openbmc/qemu/audio/ossaudio.c
/openbmc/qemu/audio/spiceaudio.c
/openbmc/qemu/audio/wavaudio.c
/openbmc/qemu/audio/wavcapture.c
/openbmc/qemu/backends/rng-random.c
/openbmc/qemu/balloon.c
/openbmc/qemu/balloon.h
/openbmc/qemu/bitmap.c
/openbmc/qemu/bitops.c
/openbmc/qemu/block-migration.c
/openbmc/qemu/block.c
/openbmc/qemu/block/blkdebug.c
/openbmc/qemu/block/blkverify.c
/openbmc/qemu/block/bochs.c
/openbmc/qemu/block/cloop.c
/openbmc/qemu/block/commit.c
/openbmc/qemu/block/cow.c
/openbmc/qemu/block/curl.c
/openbmc/qemu/block/dmg.c
/openbmc/qemu/block/gluster.c
/openbmc/qemu/block/iscsi.c
/openbmc/qemu/block/linux-aio.c
/openbmc/qemu/block/mirror.c
/openbmc/qemu/block/nbd.c
/openbmc/qemu/block/parallels.c
/openbmc/qemu/block/qcow.c
/openbmc/qemu/block/qcow2-cache.c
/openbmc/qemu/block/qcow2-cluster.c
/openbmc/qemu/block/qcow2-refcount.c
/openbmc/qemu/block/qcow2-snapshot.c
/openbmc/qemu/block/qcow2.c
/openbmc/qemu/block/qcow2.h
/openbmc/qemu/block/qed-table.c
/openbmc/qemu/block/qed.c
/openbmc/qemu/block/qed.h
/openbmc/qemu/block/raw-posix.c
/openbmc/qemu/block/raw-win32.c
/openbmc/qemu/block/raw.c
/openbmc/qemu/block/rbd.c
/openbmc/qemu/block/sheepdog.c
/openbmc/qemu/block/stream.c
/openbmc/qemu/block/vdi.c
/openbmc/qemu/block/vmdk.c
/openbmc/qemu/block/vpc.c
/openbmc/qemu/block/vvfat.c
/openbmc/qemu/block/win32-aio.c
/openbmc/qemu/blockdev-nbd.c
/openbmc/qemu/blockdev.c
/openbmc/qemu/blockdev.h
/openbmc/qemu/blockjob.c
/openbmc/qemu/bsd-user/main.c
/openbmc/qemu/bsd-user/qemu.h
/openbmc/qemu/bt-host.c
/openbmc/qemu/bt-vhci.c
/openbmc/qemu/buffered_file.c
/openbmc/qemu/buffered_file.h
/openbmc/qemu/cache-utils.c
/openbmc/qemu/cmd.c
/openbmc/qemu/compatfd.c
/openbmc/qemu/coroutine-gthread.c
/openbmc/qemu/coroutine-sigaltstack.c
/openbmc/qemu/coroutine-ucontext.c
/openbmc/qemu/coroutine-win32.c
/openbmc/qemu/cpu-exec.c
/openbmc/qemu/cpus.c
/openbmc/qemu/cputlb.c
/openbmc/qemu/cutils.c
/openbmc/qemu/device_tree.c
/openbmc/qemu/disas.c
/openbmc/qemu/dma-helpers.c
/openbmc/qemu/dma.h
/openbmc/qemu/dump.c
/openbmc/qemu/envlist.c
/openbmc/qemu/event_notifier-posix.c
/openbmc/qemu/event_notifier-win32.c
/openbmc/qemu/exec.c
/openbmc/qemu/fpu/softfloat.h
/openbmc/qemu/fsdev/qemu-fsdev-dummy.c
/openbmc/qemu/fsdev/qemu-fsdev.c
/openbmc/qemu/fsdev/qemu-fsdev.h
/openbmc/qemu/fsdev/virtfs-proxy-helper.c
/openbmc/qemu/fsdev/virtio-9p-marshal.c
/openbmc/qemu/gdbstub.c
/openbmc/qemu/hmp.c
/openbmc/qemu/host-utils.c
/openbmc/qemu/hw/9pfs/codir.c
/openbmc/qemu/hw/9pfs/cofile.c
/openbmc/qemu/hw/9pfs/cofs.c
/openbmc/qemu/hw/9pfs/coxattr.c
/openbmc/qemu/hw/9pfs/virtio-9p-coth.c
/openbmc/qemu/hw/9pfs/virtio-9p-coth.h
/openbmc/qemu/hw/9pfs/virtio-9p-device.c
/openbmc/qemu/hw/9pfs/virtio-9p-handle.c
/openbmc/qemu/hw/9pfs/virtio-9p-local.c
/openbmc/qemu/hw/9pfs/virtio-9p-posix-acl.c
/openbmc/qemu/hw/9pfs/virtio-9p-xattr.h
/openbmc/qemu/hw/9pfs/virtio-9p.c
/openbmc/qemu/hw/9pfs/virtio-9p.h
/openbmc/qemu/hw/acpi.c
/openbmc/qemu/hw/acpi.h
/openbmc/qemu/hw/acpi_ich9.c
/openbmc/qemu/hw/acpi_piix4.c
/openbmc/qemu/hw/adlib.c
/openbmc/qemu/hw/alpha_pci.c
/openbmc/qemu/hw/alpha_typhoon.c
/openbmc/qemu/hw/an5206.c
/openbmc/qemu/hw/apb_pci.c
/openbmc/qemu/hw/apic.c
/openbmc/qemu/hw/apic_internal.h
/openbmc/qemu/hw/apm.h
/openbmc/qemu/hw/applesmc.c
/openbmc/qemu/hw/arm-misc.h
/openbmc/qemu/hw/arm11mpcore.c
/openbmc/qemu/hw/arm_boot.c
/openbmc/qemu/hw/arm_mptimer.c
/openbmc/qemu/hw/arm_sysctl.c
/openbmc/qemu/hw/arm_timer.c
/openbmc/qemu/hw/armv7m_nvic.c
/openbmc/qemu/hw/axis_dev88.c
/openbmc/qemu/hw/baum.c
/openbmc/qemu/hw/block-common.c
/openbmc/qemu/hw/bonito.c
/openbmc/qemu/hw/bt-hci-csr.c
/openbmc/qemu/hw/bt-hci.c
/openbmc/qemu/hw/bt-hid.c
/openbmc/qemu/hw/bt-l2cap.c
/openbmc/qemu/hw/cadence_ttc.c
/openbmc/qemu/hw/cadence_uart.c
/openbmc/qemu/hw/ccid-card-emulated.c
/openbmc/qemu/hw/ccid-card-passthru.c
/openbmc/qemu/hw/collie.c
/openbmc/qemu/hw/cs4231a.c
/openbmc/qemu/hw/cuda.c
/openbmc/qemu/hw/device-hotplug.c
/openbmc/qemu/hw/dma.c
/openbmc/qemu/hw/dp8393x.c
/openbmc/qemu/hw/dummy_m68k.c
/openbmc/qemu/hw/esp-pci.c
/openbmc/qemu/hw/esp.c
/openbmc/qemu/hw/etraxfs_dma.c
/openbmc/qemu/hw/etraxfs_ser.c
/openbmc/qemu/hw/etraxfs_timer.c
/openbmc/qemu/hw/exynos4210.h
/openbmc/qemu/hw/exynos4210_fimd.c
/openbmc/qemu/hw/exynos4210_i2c.c
/openbmc/qemu/hw/exynos4210_mct.c
/openbmc/qemu/hw/exynos4210_pwm.c
/openbmc/qemu/hw/exynos4210_rtc.c
/openbmc/qemu/hw/exynos4_boards.c
/openbmc/qemu/hw/fdc.c
/openbmc/qemu/hw/flash.h
/openbmc/qemu/hw/framebuffer.h
/openbmc/qemu/hw/fw_cfg.c
/openbmc/qemu/hw/grlib_gptimer.c
/openbmc/qemu/hw/gt64xxx.c
/openbmc/qemu/hw/gumstix.c
/openbmc/qemu/hw/hd-geometry.c
/openbmc/qemu/hw/hid.c
/openbmc/qemu/hw/hid.h
/openbmc/qemu/hw/highbank.c
/openbmc/qemu/hw/hpet.c
/openbmc/qemu/hw/hw.h
/openbmc/qemu/hw/i8254.c
/openbmc/qemu/hw/i8254_common.c
/openbmc/qemu/hw/i8259.c
/openbmc/qemu/hw/ich9.h
/openbmc/qemu/hw/ide.h
/openbmc/qemu/hw/ide/ahci.c
/openbmc/qemu/hw/ide/cmd646.c
/openbmc/qemu/hw/ide/core.c
/openbmc/qemu/hw/ide/ich.c
/openbmc/qemu/hw/ide/internal.h
/openbmc/qemu/hw/ide/isa.c
/openbmc/qemu/hw/ide/macio.c
/openbmc/qemu/hw/ide/microdrive.c
/openbmc/qemu/hw/ide/mmio.c
/openbmc/qemu/hw/ide/pci.c
/openbmc/qemu/hw/ide/qdev.c
/openbmc/qemu/hw/ide/via.c
/openbmc/qemu/hw/imx_avic.c
/openbmc/qemu/hw/imx_timer.c
/openbmc/qemu/hw/integratorcp.c
/openbmc/qemu/hw/intel-hda.c
/openbmc/qemu/hw/ioapic_internal.h
/openbmc/qemu/hw/isa-bus.c
/openbmc/qemu/hw/isa.h
/openbmc/qemu/hw/isa_mmio.c
/openbmc/qemu/hw/ivshmem.c
/openbmc/qemu/hw/kvm/i8254.c
/openbmc/qemu/hw/kvm/pci-assign.c
/openbmc/qemu/hw/kzm.c
/openbmc/qemu/hw/lance.c
/openbmc/qemu/hw/leon3.c
/openbmc/qemu/hw/lm32_boards.c
/openbmc/qemu/hw/lm32_pic.c
/openbmc/qemu/hw/lm32_sys.c
/openbmc/qemu/hw/lm32_timer.c
/openbmc/qemu/hw/lm32_uart.c
/openbmc/qemu/hw/lm832x.c
/openbmc/qemu/hw/loader.c
/openbmc/qemu/hw/lpc_ich9.c
/openbmc/qemu/hw/m48t59.c
/openbmc/qemu/hw/mac_dbdma.c
/openbmc/qemu/hw/mac_dbdma.h
/openbmc/qemu/hw/mainstone.c
/openbmc/qemu/hw/mc146818rtc.c
/openbmc/qemu/hw/mcf5206.c
/openbmc/qemu/hw/mcf5208.c
/openbmc/qemu/hw/mcf_fec.c
/openbmc/qemu/hw/mcf_intc.c
/openbmc/qemu/hw/mcf_uart.c
/openbmc/qemu/hw/megasas.c
/openbmc/qemu/hw/microblaze_boot.c
/openbmc/qemu/hw/milkymist-ac97.c
/openbmc/qemu/hw/milkymist-hpdmc.c
/openbmc/qemu/hw/milkymist-memcard.c
/openbmc/qemu/hw/milkymist-minimac2.c
/openbmc/qemu/hw/milkymist-pfpu.c
/openbmc/qemu/hw/milkymist-softusb.c
/openbmc/qemu/hw/milkymist-sysctl.c
/openbmc/qemu/hw/milkymist-tmu2.c
/openbmc/qemu/hw/milkymist-uart.c
/openbmc/qemu/hw/milkymist-vgafb.c
/openbmc/qemu/hw/milkymist.c
/openbmc/qemu/hw/mips.h
/openbmc/qemu/hw/mips_fulong2e.c
/openbmc/qemu/hw/mips_jazz.c
/openbmc/qemu/hw/mips_malta.c
/openbmc/qemu/hw/mips_mipssim.c
/openbmc/qemu/hw/mips_r4k.c
/openbmc/qemu/hw/mips_timer.c
/openbmc/qemu/hw/musicpal.c
/openbmc/qemu/hw/nand.c
/openbmc/qemu/hw/ne2000-isa.c
/openbmc/qemu/hw/nseries.c
/openbmc/qemu/hw/omap.h
/openbmc/qemu/hw/omap1.c
/openbmc/qemu/hw/omap2.c
/openbmc/qemu/hw/omap_dma.c
/openbmc/qemu/hw/omap_gpmc.c
/openbmc/qemu/hw/omap_gptimer.c
/openbmc/qemu/hw/omap_sx1.c
/openbmc/qemu/hw/omap_synctimer.c
/openbmc/qemu/hw/omap_uart.c
/openbmc/qemu/hw/onenand.c
/openbmc/qemu/hw/openrisc_sim.c
/openbmc/qemu/hw/openrisc_timer.c
/openbmc/qemu/hw/palm.c
/openbmc/qemu/hw/pam.h
/openbmc/qemu/hw/pc.c
/openbmc/qemu/hw/pc.h
/openbmc/qemu/hw/pc_piix.c
/openbmc/qemu/hw/pc_q35.c
/openbmc/qemu/hw/pci/msi.c
/openbmc/qemu/hw/pci/msix.c
/openbmc/qemu/hw/pci/pci-hotplug.c
/openbmc/qemu/hw/pci/pci-stub.c
/openbmc/qemu/hw/pci/pci.c
/openbmc/qemu/hw/pci/pci.h
/openbmc/qemu/hw/pci/pci_bridge.c
/openbmc/qemu/hw/pci/pcie.c
/openbmc/qemu/hw/pci/pcie_aer.c
/openbmc/qemu/hw/pci/pcie_host.c
/openbmc/qemu/hw/pci/pcie_host.h
/openbmc/qemu/hw/pci/shpc.c
/openbmc/qemu/hw/pci/shpc.h
/openbmc/qemu/hw/pci_bridge_dev.c
/openbmc/qemu/hw/pcnet-pci.c
/openbmc/qemu/hw/pcnet.c
/openbmc/qemu/hw/pcnet.h
/openbmc/qemu/hw/pcspk.c
/openbmc/qemu/hw/petalogix_ml605_mmu.c
/openbmc/qemu/hw/petalogix_s3adsp1800_mmu.c
/openbmc/qemu/hw/pflash_cfi01.c
/openbmc/qemu/hw/pflash_cfi02.c
/openbmc/qemu/hw/piix_pci.c
/openbmc/qemu/hw/pl031.c
/openbmc/qemu/hw/ppc.c
/openbmc/qemu/hw/ppc/e500.c
/openbmc/qemu/hw/ppc405_boards.c
/openbmc/qemu/hw/ppc405_uc.c
/openbmc/qemu/hw/ppc440_bamboo.c
/openbmc/qemu/hw/ppc4xx_devs.c
/openbmc/qemu/hw/ppc4xx_pci.c
/openbmc/qemu/hw/ppc_booke.c
/openbmc/qemu/hw/ppc_mac.h
/openbmc/qemu/hw/ppc_newworld.c
/openbmc/qemu/hw/ppc_oldworld.c
/openbmc/qemu/hw/ppc_prep.c
/openbmc/qemu/hw/ppce500_pci.c
/openbmc/qemu/hw/prep_pci.c
/openbmc/qemu/hw/ptimer.c
/openbmc/qemu/hw/ptimer.h
/openbmc/qemu/hw/puv3.c
/openbmc/qemu/hw/pxa.h
/openbmc/qemu/hw/pxa2xx_timer.c
/openbmc/qemu/hw/q35.h
/openbmc/qemu/hw/qdev-addr.c
/openbmc/qemu/hw/qdev-core.h
/openbmc/qemu/hw/qdev-monitor.c
/openbmc/qemu/hw/qdev-monitor.h
/openbmc/qemu/hw/qxl-logger.c
/openbmc/qemu/hw/qxl.c
/openbmc/qemu/hw/qxl.h
/openbmc/qemu/hw/r2d.c
/openbmc/qemu/hw/rc4030.c
/openbmc/qemu/hw/realview.c
/openbmc/qemu/hw/rtl8139.c
/openbmc/qemu/hw/s390-virtio-bus.c
/openbmc/qemu/hw/s390-virtio.c
/openbmc/qemu/hw/s390x/event-facility.c
/openbmc/qemu/hw/s390x/event-facility.h
/openbmc/qemu/hw/s390x/sclp.c
/openbmc/qemu/hw/s390x/sclpconsole.c
/openbmc/qemu/hw/sb16.c
/openbmc/qemu/hw/scsi-bus.c
/openbmc/qemu/hw/scsi-disk.c
/openbmc/qemu/hw/scsi-generic.c
/openbmc/qemu/hw/scsi.h
/openbmc/qemu/hw/sd.c
/openbmc/qemu/hw/serial.c
/openbmc/qemu/hw/serial.h
/openbmc/qemu/hw/sh7750.c
/openbmc/qemu/hw/sh_intc.h
/openbmc/qemu/hw/sh_pci.c
/openbmc/qemu/hw/sh_serial.c
/openbmc/qemu/hw/sh_timer.c
/openbmc/qemu/hw/shix.c
/openbmc/qemu/hw/slavio_intctl.c
/openbmc/qemu/hw/slavio_timer.c
/openbmc/qemu/hw/sm501.c
/openbmc/qemu/hw/soc_dma.c
/openbmc/qemu/hw/soc_dma.h
/openbmc/qemu/hw/spapr.c
/openbmc/qemu/hw/spapr_iommu.c
/openbmc/qemu/hw/spapr_pci.c
/openbmc/qemu/hw/spapr_vio.c
/openbmc/qemu/hw/spitz.c
/openbmc/qemu/hw/stellaris.c
/openbmc/qemu/hw/stream.h
/openbmc/qemu/hw/strongarm.c
/openbmc/qemu/hw/strongarm.h
/openbmc/qemu/hw/sun4c_intctl.c
/openbmc/qemu/hw/sun4m.c
/openbmc/qemu/hw/sun4u.c
/openbmc/qemu/hw/sysbus.c
/openbmc/qemu/hw/sysbus.h
/openbmc/qemu/hw/tosa.c
/openbmc/qemu/hw/tsc2005.c
/openbmc/qemu/hw/tsc210x.c
/openbmc/qemu/hw/tusb6010.c
/openbmc/qemu/hw/twl92230.c
/openbmc/qemu/hw/usb.h
/openbmc/qemu/hw/usb/bus.c
/openbmc/qemu/hw/usb/combined-packet.c
/openbmc/qemu/hw/usb/core.c
/openbmc/qemu/hw/usb/dev-hid.c
/openbmc/qemu/hw/usb/dev-network.c
/openbmc/qemu/hw/usb/dev-serial.c
/openbmc/qemu/hw/usb/dev-smartcard-reader.c
/openbmc/qemu/hw/usb/dev-storage.c
/openbmc/qemu/hw/usb/dev-uas.c
/openbmc/qemu/hw/usb/hcd-ehci-pci.c
/openbmc/qemu/hw/usb/hcd-ehci.h
/openbmc/qemu/hw/usb/hcd-musb.c
/openbmc/qemu/hw/usb/hcd-ohci.c
/openbmc/qemu/hw/usb/hcd-uhci.c
/openbmc/qemu/hw/usb/hcd-xhci.c
/openbmc/qemu/hw/usb/host-bsd.c
/openbmc/qemu/hw/usb/host-linux.c
/openbmc/qemu/hw/usb/host-stub.c
/openbmc/qemu/hw/usb/libhw.c
/openbmc/qemu/hw/usb/redirect.c
/openbmc/qemu/hw/versatile_pci.c
/openbmc/qemu/hw/versatilepb.c
/openbmc/qemu/hw/vexpress.c
/openbmc/qemu/hw/vfio_pci.c
/openbmc/qemu/hw/vga-isa-mm.c
/openbmc/qemu/hw/vga-isa.c
/openbmc/qemu/hw/vga-pci.c
/openbmc/qemu/hw/vga.c
/openbmc/qemu/hw/vga_int.h
/openbmc/qemu/hw/vhost.c
/openbmc/qemu/hw/vhost.h
/openbmc/qemu/hw/vhost_net.c
/openbmc/qemu/hw/virtex_ml507.c
/openbmc/qemu/hw/virtio-balloon.c
/openbmc/qemu/hw/virtio-blk.c
/openbmc/qemu/hw/virtio-console.c
/openbmc/qemu/hw/virtio-net.c
/openbmc/qemu/hw/virtio-pci.c
/openbmc/qemu/hw/virtio-rng.c
/openbmc/qemu/hw/virtio-serial-bus.c
/openbmc/qemu/hw/virtio.c
/openbmc/qemu/hw/virtio.h
/openbmc/qemu/hw/vt82c686.c
/openbmc/qemu/hw/watchdog.c
/openbmc/qemu/hw/watchdog.h
/openbmc/qemu/hw/wdt_i6300esb.c
/openbmc/qemu/hw/wdt_ib700.c
/openbmc/qemu/hw/xen_backend.c
/openbmc/qemu/hw/xen_common.h
/openbmc/qemu/hw/xen_domainbuild.c
/openbmc/qemu/hw/xen_platform.c
/openbmc/qemu/hw/xen_pt.c
/openbmc/qemu/hw/xen_pt_config_init.c
/openbmc/qemu/hw/xgmac.c
/openbmc/qemu/hw/xilinx_axidma.c
/openbmc/qemu/hw/xilinx_axienet.c
/openbmc/qemu/hw/xilinx_spi.c
/openbmc/qemu/hw/xilinx_spips.c
/openbmc/qemu/hw/xilinx_timer.c
/openbmc/qemu/hw/xilinx_zynq.c
/openbmc/qemu/hw/xtensa_lx60.c
/openbmc/qemu/hw/xtensa_pic.c
/openbmc/qemu/hw/xtensa_sim.c
/openbmc/qemu/hw/z2.c
/openbmc/qemu/hw/zynq_slcr.c
/openbmc/qemu/include/block/aes.h
/openbmc/qemu/include/block/aio.h
/openbmc/qemu/include/block/block.h
/openbmc/qemu/include/block/block_int.h
/openbmc/qemu/include/block/blockjob.h
/openbmc/qemu/include/block/coroutine.h
/openbmc/qemu/include/block/coroutine_int.h
/openbmc/qemu/include/block/nbd.h
/openbmc/qemu/include/block/thread-pool.h
/openbmc/qemu/include/exec/address-spaces.h
/openbmc/qemu/include/exec/cpu-all.h
/openbmc/qemu/include/exec/cpu-common.h
/openbmc/qemu/include/exec/cpu-defs.h
/openbmc/qemu/include/exec/cputlb.h
/openbmc/qemu/include/exec/def-helper.h
/openbmc/qemu/include/exec/exec-all.h
/openbmc/qemu/include/exec/gdbstub.h
/openbmc/qemu/include/exec/gen-icount.h
/openbmc/qemu/include/exec/hwaddr.h
/openbmc/qemu/include/exec/ioport.h
/openbmc/qemu/include/exec/iorange.h
/openbmc/qemu/include/exec/memory-internal.h
/openbmc/qemu/include/exec/memory.h
/openbmc/qemu/include/exec/poison.h
/openbmc/qemu/include/exec/softmmu-semi.h
/openbmc/qemu/include/exec/softmmu_defs.h
/openbmc/qemu/include/exec/softmmu_exec.h
/openbmc/qemu/include/exec/softmmu_header.h
/openbmc/qemu/include/exec/softmmu_template.h
/openbmc/qemu/include/exec/spinlock.h
/openbmc/qemu/include/exec/user/abitypes.h
/openbmc/qemu/include/exec/user/thunk.h
/openbmc/qemu/include/migration/block.h
/openbmc/qemu/include/migration/migration.h
/openbmc/qemu/include/migration/page_cache.h
/openbmc/qemu/include/migration/qemu-file.h
/openbmc/qemu/include/migration/vmstate.h
/openbmc/qemu/include/monitor/monitor.h
/openbmc/qemu/include/monitor/readline.h
/openbmc/qemu/include/net/net.h
/openbmc/qemu/include/net/slirp.h
/openbmc/qemu/include/qapi/error.h
/openbmc/qemu/include/qapi/opts-visitor.h
/openbmc/qemu/include/qapi/qmp/qdict.h
/openbmc/qemu/include/qapi/qmp/qerror.h
/openbmc/qemu/include/qapi/qmp/qjson.h
/openbmc/qemu/include/qapi/qmp/qlist.h
/openbmc/qemu/include/qemu/acl.h
/openbmc/qemu/include/qemu/atomic.h
/openbmc/qemu/include/qemu/bitmap.h
/openbmc/qemu/include/qemu/bitops.h
/openbmc/qemu/include/qemu/bswap.h
/openbmc/qemu/include/qemu/cache-utils.h
/openbmc/qemu/include/qemu/compatfd.h
/openbmc/qemu/include/qemu/compiler.h
/openbmc/qemu/include/qemu/config-file.h
/openbmc/qemu/include/qemu/envlist.h
/openbmc/qemu/include/qemu/error-report.h
/openbmc/qemu/include/qemu/event_notifier.h
/openbmc/qemu/include/qemu/host-utils.h
/openbmc/qemu/include/qemu/int128.h
/openbmc/qemu/include/qemu/iov.h
/openbmc/qemu/include/qemu/log.h
/openbmc/qemu/include/qemu/main-loop.h
/openbmc/qemu/include/qemu/module.h
/openbmc/qemu/include/qemu/notify.h
/openbmc/qemu/include/qemu/option.h
/openbmc/qemu/include/qemu/option_int.h
/openbmc/qemu/include/qemu/osdep.h
/openbmc/qemu/include/qemu/queue.h
/openbmc/qemu/include/qemu/range.h
/openbmc/qemu/include/qemu/rng-random.h
/openbmc/qemu/include/qemu/rng.h
/openbmc/qemu/include/qemu/sockets.h
/openbmc/qemu/include/qemu/thread-posix.h
/openbmc/qemu/include/qemu/thread-win32.h
/openbmc/qemu/include/qemu/thread.h
/openbmc/qemu/include/qemu/timer.h
/openbmc/qemu/include/qemu/tls.h
/openbmc/qemu/include/qemu/typedefs.h
/openbmc/qemu/include/qemu/uri.h
/openbmc/qemu/include/qemu/xattr.h
/openbmc/qemu/include/qom/cpu.h
/openbmc/qemu/include/qom/object.h
/openbmc/qemu/include/qom/qom-qobject.h
/openbmc/qemu/include/ui/console.h
/openbmc/qemu/include/ui/qemu-spice.h
/openbmc/qemu/include/ui/spice-display.h
/openbmc/qemu/iohandler.c
/openbmc/qemu/ioport.c
/openbmc/qemu/iov.c
/openbmc/qemu/kvm-all.c
/openbmc/qemu/kvm-stub.c
/openbmc/qemu/kvm.h
/openbmc/qemu/libcacard/event.c
/openbmc/qemu/libcacard/vreader.c
/openbmc/qemu/libcacard/vscclient.c
/openbmc/qemu/libfdt_env.h
/openbmc/qemu/linux-user/main.c
/openbmc/qemu/linux-user/qemu.h
/openbmc/qemu/linux-user/syscall.c
/openbmc/qemu/main-loop.c
/openbmc/qemu/memory.c
/openbmc/qemu/memory_mapping-stub.c
/openbmc/qemu/memory_mapping.c
/openbmc/qemu/memory_mapping.h
/openbmc/qemu/migration-exec.c
/openbmc/qemu/migration-fd.c
/openbmc/qemu/migration-tcp.c
/openbmc/qemu/migration-unix.c
/openbmc/qemu/migration.c
/openbmc/qemu/module.c
/openbmc/qemu/monitor.c
/openbmc/qemu/nbd.c
/openbmc/qemu/net/dump.c
/openbmc/qemu/net/hub.c
/openbmc/qemu/net/net.c
/openbmc/qemu/net/queue.c
/openbmc/qemu/net/slirp.c
/openbmc/qemu/net/socket.c
/openbmc/qemu/net/tap-bsd.c
/openbmc/qemu/net/tap-linux.c
/openbmc/qemu/net/tap-solaris.c
/openbmc/qemu/net/tap-win32.c
/openbmc/qemu/net/tap.c
/openbmc/qemu/net/vde.c
/openbmc/qemu/notify.c
/openbmc/qemu/osdep.c
/openbmc/qemu/oslib-posix.c
/openbmc/qemu/oslib-win32.c
/openbmc/qemu/page_cache.c
opts-visitor.c
qapi-dealloc-visitor.c
qmp-input-visitor.c
qmp-output-visitor.c
/openbmc/qemu/qdict.c
/openbmc/qemu/qemu-bridge-helper.c
/openbmc/qemu/qemu-char.c
/openbmc/qemu/qemu-char.h
/openbmc/qemu/qemu-common.h
/openbmc/qemu/qemu-config.c
/openbmc/qemu/qemu-coroutine-io.c
/openbmc/qemu/qemu-coroutine-lock.c
/openbmc/qemu/qemu-coroutine-sleep.c
/openbmc/qemu/qemu-coroutine.c
/openbmc/qemu/qemu-error.c
/openbmc/qemu/qemu-img.c
/openbmc/qemu/qemu-io.c
/openbmc/qemu/qemu-log.c
/openbmc/qemu/qemu-nbd.c
/openbmc/qemu/qemu-option.c
/openbmc/qemu/qemu-progress.c
/openbmc/qemu/qemu-seccomp.h
/openbmc/qemu/qemu-sockets.c
/openbmc/qemu/qemu-thread-posix.c
/openbmc/qemu/qemu-thread-win32.c
/openbmc/qemu/qemu-timer-common.c
/openbmc/qemu/qemu-timer.c
/openbmc/qemu/qemu-tool.c
/openbmc/qemu/qemu-user.c
/openbmc/qemu/qerror.c
/openbmc/qemu/qga/channel-posix.c
/openbmc/qemu/qga/commands-posix.c
/openbmc/qemu/qga/main.c
/openbmc/qemu/qlist.c
/openbmc/qemu/qmp.c
/openbmc/qemu/qom/container.c
/openbmc/qemu/qom/cpu.c
/openbmc/qemu/qom/object.c
/openbmc/qemu/qom/qom-qobject.c
/openbmc/qemu/qtest.c
/openbmc/qemu/readline.c
/openbmc/qemu/savevm.c
/openbmc/qemu/scripts/feature_to_c.sh
/openbmc/qemu/scripts/qapi-commands.py
/openbmc/qemu/slirp/if.c
/openbmc/qemu/slirp/ip_input.c
/openbmc/qemu/slirp/misc.c
/openbmc/qemu/slirp/sbuf.c
/openbmc/qemu/slirp/slirp.c
/openbmc/qemu/slirp/slirp.h
/openbmc/qemu/spice-qemu-char.c
/openbmc/qemu/stubs/fd-register.c
/openbmc/qemu/stubs/fdset-add-fd.c
/openbmc/qemu/stubs/fdset-find-fd.c
/openbmc/qemu/stubs/fdset-get-fd.c
/openbmc/qemu/stubs/fdset-remove-fd.c
/openbmc/qemu/stubs/get-fd.c
/openbmc/qemu/stubs/set-fd-handler.c
/openbmc/qemu/sysemu.h
/openbmc/qemu/target-alpha/cpu-qom.h
/openbmc/qemu/target-alpha/cpu.h
/openbmc/qemu/target-alpha/helper.h
/openbmc/qemu/target-alpha/int_helper.c
/openbmc/qemu/target-alpha/mem_helper.c
/openbmc/qemu/target-alpha/sys_helper.c
/openbmc/qemu/target-alpha/translate.c
/openbmc/qemu/target-arm/arm-semi.c
/openbmc/qemu/target-arm/cpu-qom.h
/openbmc/qemu/target-arm/cpu.h
/openbmc/qemu/target-arm/helper.c
/openbmc/qemu/target-arm/helper.h
/openbmc/qemu/target-arm/iwmmxt_helper.c
/openbmc/qemu/target-arm/neon_helper.c
/openbmc/qemu/target-arm/op_helper.c
/openbmc/qemu/target-arm/translate.c
/openbmc/qemu/target-cris/cpu-qom.h
/openbmc/qemu/target-cris/cpu.h
/openbmc/qemu/target-cris/helper.c
/openbmc/qemu/target-cris/helper.h
/openbmc/qemu/target-cris/op_helper.c
/openbmc/qemu/target-cris/translate.c
/openbmc/qemu/target-i386/arch_dump.c
/openbmc/qemu/target-i386/arch_memory_mapping.c
/openbmc/qemu/target-i386/cpu-qom.h
/openbmc/qemu/target-i386/cpu.c
/openbmc/qemu/target-i386/cpu.h
/openbmc/qemu/target-i386/excp_helper.c
/openbmc/qemu/target-i386/fpu_helper.c
/openbmc/qemu/target-i386/helper.c
/openbmc/qemu/target-i386/helper.h
/openbmc/qemu/target-i386/int_helper.c
/openbmc/qemu/target-i386/ioport-user.c
/openbmc/qemu/target-i386/kvm.c
/openbmc/qemu/target-i386/mem_helper.c
/openbmc/qemu/target-i386/misc_helper.c
/openbmc/qemu/target-i386/seg_helper.c
/openbmc/qemu/target-i386/svm_helper.c
/openbmc/qemu/target-i386/translate.c
/openbmc/qemu/target-lm32/cpu-qom.h
/openbmc/qemu/target-lm32/cpu.h
/openbmc/qemu/target-lm32/helper.c
/openbmc/qemu/target-lm32/helper.h
/openbmc/qemu/target-lm32/op_helper.c
/openbmc/qemu/target-lm32/translate.c
/openbmc/qemu/target-m68k/cpu-qom.h
/openbmc/qemu/target-m68k/cpu.h
/openbmc/qemu/target-m68k/helper.c
/openbmc/qemu/target-m68k/helpers.h
/openbmc/qemu/target-m68k/m68k-semi.c
/openbmc/qemu/target-m68k/op_helper.c
/openbmc/qemu/target-m68k/translate.c
/openbmc/qemu/target-microblaze/cpu-qom.h
/openbmc/qemu/target-microblaze/cpu.h
/openbmc/qemu/target-microblaze/helper.c
/openbmc/qemu/target-microblaze/helper.h
/openbmc/qemu/target-microblaze/op_helper.c
/openbmc/qemu/target-microblaze/translate.c
/openbmc/qemu/target-mips/cpu-qom.h
/openbmc/qemu/target-mips/cpu.h
/openbmc/qemu/target-mips/helper.h
/openbmc/qemu/target-mips/op_helper.c
/openbmc/qemu/target-mips/translate.c
/openbmc/qemu/target-openrisc/cpu.h
/openbmc/qemu/target-openrisc/helper.h
/openbmc/qemu/target-openrisc/int_helper.c
/openbmc/qemu/target-openrisc/interrupt.c
/openbmc/qemu/target-openrisc/mmu.c
/openbmc/qemu/target-openrisc/mmu_helper.c
/openbmc/qemu/target-openrisc/translate.c
/openbmc/qemu/target-ppc/cpu-qom.h
/openbmc/qemu/target-ppc/cpu.h
/openbmc/qemu/target-ppc/helper.h
/openbmc/qemu/target-ppc/int_helper.c
/openbmc/qemu/target-ppc/kvm.c
/openbmc/qemu/target-ppc/kvm_ppc.c
/openbmc/qemu/target-ppc/kvm_ppc.h
/openbmc/qemu/target-ppc/mem_helper.c
/openbmc/qemu/target-ppc/translate.c
/openbmc/qemu/target-ppc/translate_init.c
/openbmc/qemu/target-s390x/cpu-qom.h
/openbmc/qemu/target-s390x/cpu.c
/openbmc/qemu/target-s390x/cpu.h
/openbmc/qemu/target-s390x/fpu_helper.c
/openbmc/qemu/target-s390x/helper.c
/openbmc/qemu/target-s390x/helper.h
/openbmc/qemu/target-s390x/int_helper.c
/openbmc/qemu/target-s390x/kvm.c
/openbmc/qemu/target-s390x/mem_helper.c
/openbmc/qemu/target-s390x/misc_helper.c
/openbmc/qemu/target-s390x/translate.c
/openbmc/qemu/target-sh4/cpu-qom.h
/openbmc/qemu/target-sh4/cpu.h
/openbmc/qemu/target-sh4/helper.h
/openbmc/qemu/target-sh4/op_helper.c
/openbmc/qemu/target-sh4/translate.c
/openbmc/qemu/target-sparc/cpu-qom.h
/openbmc/qemu/target-sparc/cpu.h
/openbmc/qemu/target-sparc/helper.c
/openbmc/qemu/target-sparc/helper.h
/openbmc/qemu/target-sparc/ldst_helper.c
/openbmc/qemu/target-sparc/machine.c
/openbmc/qemu/target-sparc/mmu_helper.c
/openbmc/qemu/target-sparc/translate.c
/openbmc/qemu/target-unicore32/cpu-qom.h
/openbmc/qemu/target-unicore32/cpu.h
/openbmc/qemu/target-unicore32/helper.c
/openbmc/qemu/target-unicore32/helper.h
/openbmc/qemu/target-unicore32/op_helper.c
/openbmc/qemu/target-unicore32/translate.c
/openbmc/qemu/target-xtensa/core-dc232b.c
/openbmc/qemu/target-xtensa/core-dc233c.c
/openbmc/qemu/target-xtensa/core-fsf.c
/openbmc/qemu/target-xtensa/cpu-qom.h
/openbmc/qemu/target-xtensa/cpu.h
/openbmc/qemu/target-xtensa/helper.c
/openbmc/qemu/target-xtensa/helper.h
/openbmc/qemu/target-xtensa/op_helper.c
/openbmc/qemu/target-xtensa/translate.c
/openbmc/qemu/target-xtensa/xtensa-semi.c
/openbmc/qemu/tcg/arm/tcg-target.c
/openbmc/qemu/tcg/hppa/tcg-target.c
/openbmc/qemu/tcg/i386/tcg-target.c
/openbmc/qemu/tcg/ia64/tcg-target.c
/openbmc/qemu/tcg/mips/tcg-target.c
/openbmc/qemu/tcg/ppc/tcg-target.c
/openbmc/qemu/tcg/ppc64/tcg-target.c
/openbmc/qemu/tcg/s390/tcg-target.c
/openbmc/qemu/tcg/sparc/tcg-target.c
/openbmc/qemu/tcg/tcg.c
/openbmc/qemu/tci.c
/openbmc/qemu/tests/libqtest.c
/openbmc/qemu/tests/tcg/test-i386-fprem.c
/openbmc/qemu/tests/tcg/test-i386.c
/openbmc/qemu/tests/test-aio.c
/openbmc/qemu/tests/test-coroutine.c
/openbmc/qemu/tests/test-iov.c
/openbmc/qemu/tests/test-qmp-commands.c
/openbmc/qemu/tests/test-thread-pool.c
/openbmc/qemu/thread-pool.c
/openbmc/qemu/thunk.c
/openbmc/qemu/trace/simple.c
/openbmc/qemu/translate-all.c
/openbmc/qemu/ui/console.c
/openbmc/qemu/ui/input.c
/openbmc/qemu/ui/sdl_zoom.c
/openbmc/qemu/ui/spice-core.c
/openbmc/qemu/ui/spice-display.c
/openbmc/qemu/ui/vnc-auth-sasl.h
/openbmc/qemu/ui/vnc-enc-tight.c
/openbmc/qemu/ui/vnc-jobs.c
/openbmc/qemu/ui/vnc-palette.h
/openbmc/qemu/ui/vnc-tls.c
/openbmc/qemu/ui/vnc-tls.h
/openbmc/qemu/ui/vnc.c
/openbmc/qemu/ui/vnc.h
/openbmc/qemu/uri.c
/openbmc/qemu/vl.c
/openbmc/qemu/xen-all.c
/openbmc/qemu/xen-mapcache.c
/openbmc/qemu/xen-stub.c
7b1b5d1917-Dec-2012 Paolo Bonzini <pbonzini@redhat.com>

qapi: move include files to include/qobject/

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


/openbmc/qemu/backends/rng-egd.c
/openbmc/qemu/backends/rng-random.c
/openbmc/qemu/backends/rng.c
/openbmc/qemu/balloon.c
/openbmc/qemu/block.c
/openbmc/qemu/block.h
/openbmc/qemu/block/qcow2.c
/openbmc/qemu/block/qed.c
/openbmc/qemu/block_int.h
/openbmc/qemu/blockdev-nbd.c
/openbmc/qemu/blockdev.c
/openbmc/qemu/blockdev.h
/openbmc/qemu/blockjob.c
/openbmc/qemu/dump-stub.c
/openbmc/qemu/dump.c
/openbmc/qemu/error.c
/openbmc/qemu/gen-icount.h
/openbmc/qemu/hmp.h
/openbmc/qemu/host-utils.h
/openbmc/qemu/hw/9pfs/virtio-9p-synth.h
/openbmc/qemu/hw/audiodev.h
/openbmc/qemu/hw/baum.h
/openbmc/qemu/hw/bt.h
/openbmc/qemu/hw/cris-boot.h
/openbmc/qemu/hw/empty_slot.h
/openbmc/qemu/hw/escc.h
/openbmc/qemu/hw/etraxfs.h
/openbmc/qemu/hw/etraxfs_dma.h
/openbmc/qemu/hw/flash.h
/openbmc/qemu/hw/ivshmem.c
/openbmc/qemu/hw/lm32.h
/openbmc/qemu/hw/mac_dbdma.h
/openbmc/qemu/hw/mc146818rtc.c
/openbmc/qemu/hw/msmouse.h
/openbmc/qemu/hw/ne2000.h
/openbmc/qemu/hw/pci/pci-hotplug.c
/openbmc/qemu/hw/pci/pci_ids.h
/openbmc/qemu/hw/pci/pcie_aer.c
/openbmc/qemu/hw/pcmcia.h
/openbmc/qemu/hw/pcnet.h
/openbmc/qemu/hw/ppc.h
/openbmc/qemu/hw/qdev-addr.c
/openbmc/qemu/hw/qdev-addr.h
/openbmc/qemu/hw/qdev-core.h
/openbmc/qemu/hw/qdev-properties.c
/openbmc/qemu/hw/qdev.c
/openbmc/qemu/hw/qxl.h
/openbmc/qemu/hw/s390-virtio-bus.h
/openbmc/qemu/hw/scsi-defs.h
/openbmc/qemu/hw/serial.h
/openbmc/qemu/hw/soc_dma.h
/openbmc/qemu/hw/usb/hcd-ehci.h
/openbmc/qemu/hw/vga_int.h
/openbmc/qemu/hw/watchdog.c
/openbmc/qemu/hw/xilinx.h
/openbmc/qemu/include/net/net.h
/openbmc/qemu/include/net/slirp.h
/openbmc/qemu/include/qapi/dealloc-visitor.h
/openbmc/qemu/include/qapi/error.h
/openbmc/qemu/include/qapi/opts-visitor.h
/openbmc/qemu/include/qapi/qmp-input-visitor.h
/openbmc/qemu/include/qapi/qmp-output-visitor.h
/openbmc/qemu/include/qapi/qmp/dispatch.h
/openbmc/qemu/include/qapi/qmp/json-lexer.h
/openbmc/qemu/include/qapi/qmp/json-parser.h
/openbmc/qemu/include/qapi/qmp/json-streamer.h
/openbmc/qemu/include/qapi/qmp/qbool.h
/openbmc/qemu/include/qapi/qmp/qdict.h
/openbmc/qemu/include/qapi/qmp/qerror.h
/openbmc/qemu/include/qapi/qmp/qfloat.h
/openbmc/qemu/include/qapi/qmp/qint.h
/openbmc/qemu/include/qapi/qmp/qjson.h
/openbmc/qemu/include/qapi/qmp/qlist.h
/openbmc/qemu/include/qapi/qmp/qobject.h
/openbmc/qemu/include/qapi/qmp/qstring.h
/openbmc/qemu/include/qapi/qmp/types.h
/openbmc/qemu/include/qapi/string-input-visitor.h
/openbmc/qemu/include/qapi/string-output-visitor.h
/openbmc/qemu/include/qapi/visitor-impl.h
/openbmc/qemu/include/qapi/visitor.h
/openbmc/qemu/include/qemu/rng.h
/openbmc/qemu/include/ui/console.h
/openbmc/qemu/iov.h
/openbmc/qemu/json-lexer.c
/openbmc/qemu/json-parser.c
/openbmc/qemu/json-streamer.c
/openbmc/qemu/linux-user/cris/syscall.h
/openbmc/qemu/linux-user/microblaze/syscall.h
/openbmc/qemu/linux-user/syscall_defs.h
/openbmc/qemu/migration.h
/openbmc/qemu/monitor.c
/openbmc/qemu/monitor.h
/openbmc/qemu/net/net.c
/openbmc/qemu/pixman
opts-visitor.c
qapi-dealloc-visitor.c
qapi-visit-core.c
qmp-dispatch.c
qmp-input-visitor.c
qmp-output-visitor.c
qmp-registry.c
string-input-visitor.c
string-output-visitor.c
/openbmc/qemu/qbool.c
/openbmc/qemu/qdict.c
/openbmc/qemu/qemu-char.h
/openbmc/qemu/qemu-config.c
/openbmc/qemu/qemu-config.h
/openbmc/qemu/qemu-img.c
/openbmc/qemu/qemu-option.c
/openbmc/qemu/qemu-option.h
/openbmc/qemu/qemu_socket.h
/openbmc/qemu/qerror.c
/openbmc/qemu/qfloat.c
/openbmc/qemu/qga/commands-posix.c
/openbmc/qemu/qga/commands-win32.c
/openbmc/qemu/qga/commands.c
/openbmc/qemu/qga/guest-agent-core.h
/openbmc/qemu/qga/main.c
/openbmc/qemu/qint.c
/openbmc/qemu/qjson.c
/openbmc/qemu/qlist.c
/openbmc/qemu/qom/object.c
/openbmc/qemu/qom/qom-qobject.c
/openbmc/qemu/qstring.c
/openbmc/qemu/scripts/qapi-commands.py
/openbmc/qemu/scripts/qapi-types.py
/openbmc/qemu/scripts/qapi-visit.py
/openbmc/qemu/slirp/bootp.h
/openbmc/qemu/slirp/main.h
/openbmc/qemu/slirp/tftp.h
/openbmc/qemu/softmmu-semi.h
/openbmc/qemu/stubs/arch-query-cpu-def.c
/openbmc/qemu/target-cris/crisv32-decode.h
/openbmc/qemu/target-i386/cpu-qom.h
/openbmc/qemu/target-i386/cpu.c
/openbmc/qemu/target-openrisc/cpu.h
/openbmc/qemu/tcg/arm/tcg-target.h
/openbmc/qemu/tcg/hppa/tcg-target.h
/openbmc/qemu/tcg/i386/tcg-target.h
/openbmc/qemu/tcg/ia64/tcg-target.h
/openbmc/qemu/tcg/mips/tcg-target.h
/openbmc/qemu/tcg/ppc/tcg-target.h
/openbmc/qemu/tcg/ppc64/tcg-target.h
/openbmc/qemu/tcg/s390/tcg-target.h
/openbmc/qemu/tcg/sparc/tcg-target.h
/openbmc/qemu/tests/check-qdict.c
/openbmc/qemu/tests/check-qfloat.c
/openbmc/qemu/tests/check-qint.c
/openbmc/qemu/tests/check-qjson.c
/openbmc/qemu/tests/check-qlist.c
/openbmc/qemu/tests/check-qstring.c
/openbmc/qemu/tests/tcg/cris/crisutils.h
/openbmc/qemu/tests/test-qmp-commands.c
/openbmc/qemu/tests/test-qmp-input-strict.c
/openbmc/qemu/tests/test-qmp-input-visitor.c
/openbmc/qemu/tests/test-qmp-output-visitor.c
/openbmc/qemu/tests/test-string-input-visitor.c
/openbmc/qemu/tests/test-string-output-visitor.c
/openbmc/qemu/tests/test-visitor-serialization.c
/openbmc/qemu/ui/curses_keys.h
/openbmc/qemu/ui/d3des.h
/openbmc/qemu/ui/input.c
/openbmc/qemu/ui/spice-core.c
/openbmc/qemu/ui/vnc-enc-tight.c
/openbmc/qemu/ui/vnc-palette.h
/openbmc/qemu/ui/vnc.c
/openbmc/qemu/vl.c
7edd63f106-Dec-2012 Paolo Bonzini <pbonzini@redhat.com>

qapi: make struct Visitor opaque

Move its definition from qapi-visit-core.h to qapi-visit-impl.h.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

4167c42c06-Dec-2012 Paolo Bonzini <pbonzini@redhat.com>

qapi: remove qapi/qapi-types-core.h

The file is only including error.h and qerror.h. Prefer explicit
inclusion of whatever files are needed.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

79ee7df806-Dec-2012 Paolo Bonzini <pbonzini@redhat.com>

qapi: move inclusions of qemu-common.h from headers to .c files

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


/openbmc/qemu/.gitignore
/openbmc/qemu/HACKING
/openbmc/qemu/MAINTAINERS
/openbmc/qemu/Makefile
/openbmc/qemu/Makefile.objs
/openbmc/qemu/Makefile.target
/openbmc/qemu/arch_init.c
/openbmc/qemu/async.c
/openbmc/qemu/audio/Makefile.objs
/openbmc/qemu/audio/alsaaudio.c
/openbmc/qemu/audio/ossaudio.c
/openbmc/qemu/block.c
/openbmc/qemu/block.h
/openbmc/qemu/block/Makefile.objs
/openbmc/qemu/block/blkdebug.c
/openbmc/qemu/block/commit.c
/openbmc/qemu/block/iscsi.c
/openbmc/qemu/block/mirror.c
/openbmc/qemu/block/qcow2-cluster.c
/openbmc/qemu/block/qcow2.c
/openbmc/qemu/block/qcow2.h
/openbmc/qemu/block/raw-posix.c
/openbmc/qemu/block/raw-win32.c
/openbmc/qemu/block/rbd.c
/openbmc/qemu/block/stream.c
/openbmc/qemu/block/vpc.c
/openbmc/qemu/block_int.h
/openbmc/qemu/blockdev.c
/openbmc/qemu/blockdev.h
/openbmc/qemu/bsd-user/elfload.c
/openbmc/qemu/bt-host.c
/openbmc/qemu/bt-host.h
/openbmc/qemu/bt-vhci.c
/openbmc/qemu/buffered_file.c
/openbmc/qemu/configure
/openbmc/qemu/cpu-exec.c
/openbmc/qemu/disas.c
/openbmc/qemu/disas/Makefile.objs
/openbmc/qemu/disas/alpha.c
/openbmc/qemu/disas/arm.c
/openbmc/qemu/disas/cris.c
/openbmc/qemu/disas/hppa.c
/openbmc/qemu/disas/i386.c
/openbmc/qemu/disas/ia64.c
/openbmc/qemu/disas/lm32.c
/openbmc/qemu/disas/m68k.c
/openbmc/qemu/disas/microblaze.c
/openbmc/qemu/disas/mips.c
/openbmc/qemu/disas/ppc.c
/openbmc/qemu/disas/s390.c
/openbmc/qemu/disas/sh4.c
/openbmc/qemu/disas/sparc.c
/openbmc/qemu/disas/tci.c
/openbmc/qemu/event_notifier-posix.c
/openbmc/qemu/exec-all.h
/openbmc/qemu/exec.c
/openbmc/qemu/fsdev/virtfs-proxy-helper.c
/openbmc/qemu/hmp.c
/openbmc/qemu/hw/9pfs/virtio-9p-coth.c
/openbmc/qemu/hw/Makefile.objs
/openbmc/qemu/hw/a9mpcore.c
/openbmc/qemu/hw/ac97.c
/openbmc/qemu/hw/acpi.c
/openbmc/qemu/hw/acpi.h
/openbmc/qemu/hw/acpi_ich9.c
/openbmc/qemu/hw/acpi_ich9.h
/openbmc/qemu/hw/acpi_piix4.c
/openbmc/qemu/hw/adb.c
/openbmc/qemu/hw/ads7846.c
/openbmc/qemu/hw/alpha_sys.h
/openbmc/qemu/hw/apb_pci.c
/openbmc/qemu/hw/apic.c
/openbmc/qemu/hw/apm.c
/openbmc/qemu/hw/apm.h
/openbmc/qemu/hw/applesmc.c
/openbmc/qemu/hw/arm_boot.c
/openbmc/qemu/hw/arm_gic.c
/openbmc/qemu/hw/arm_gic_common.c
/openbmc/qemu/hw/armv7m_nvic.c
/openbmc/qemu/hw/axis_dev88.c
/openbmc/qemu/hw/blizzard.c
/openbmc/qemu/hw/boards.h
/openbmc/qemu/hw/bonito.c
/openbmc/qemu/hw/bt-hci-csr.c
/openbmc/qemu/hw/bt-hci.c
/openbmc/qemu/hw/bt-hid.c
/openbmc/qemu/hw/bt.c
/openbmc/qemu/hw/cadence_gem.c
/openbmc/qemu/hw/cirrus_vga.c
/openbmc/qemu/hw/dec_pci.c
/openbmc/qemu/hw/device-hotplug.c
/openbmc/qemu/hw/dma.c
/openbmc/qemu/hw/dp8393x.c
/openbmc/qemu/hw/ds1338.c
/openbmc/qemu/hw/e1000.c
/openbmc/qemu/hw/eepro100.c
/openbmc/qemu/hw/es1370.c
/openbmc/qemu/hw/escc.c
/openbmc/qemu/hw/esp-pci.c
/openbmc/qemu/hw/etraxfs.h
/openbmc/qemu/hw/etraxfs_eth.c
/openbmc/qemu/hw/exynos4210.c
/openbmc/qemu/hw/exynos4210_fimd.c
/openbmc/qemu/hw/exynos4210_mct.c
/openbmc/qemu/hw/exynos4_boards.c
/openbmc/qemu/hw/framebuffer.c
/openbmc/qemu/hw/fw_cfg.c
/openbmc/qemu/hw/g364fb.c
/openbmc/qemu/hw/grackle_pci.c
/openbmc/qemu/hw/gt64xxx.c
/openbmc/qemu/hw/gumstix.c
/openbmc/qemu/hw/hda-audio.c
/openbmc/qemu/hw/hid.c
/openbmc/qemu/hw/highbank.c
/openbmc/qemu/hw/hpet.c
/openbmc/qemu/hw/i386/Makefile.objs
/openbmc/qemu/hw/i82378.c
/openbmc/qemu/hw/i82801b11.c
/openbmc/qemu/hw/ich9.h
/openbmc/qemu/hw/ide.h
/openbmc/qemu/hw/ide/ahci.c
/openbmc/qemu/hw/ide/cmd646.c
/openbmc/qemu/hw/ide/core.c
/openbmc/qemu/hw/ide/ich.c
/openbmc/qemu/hw/ide/pci.c
/openbmc/qemu/hw/ide/piix.c
/openbmc/qemu/hw/ide/via.c
/openbmc/qemu/hw/integratorcp.c
/openbmc/qemu/hw/intel-hda.c
/openbmc/qemu/hw/ioh3420.c
/openbmc/qemu/hw/ioh3420.h
/openbmc/qemu/hw/isa-bus.c
/openbmc/qemu/hw/isa.h
/openbmc/qemu/hw/ivshmem.c
/openbmc/qemu/hw/jazz_led.c
/openbmc/qemu/hw/kvm/apic.c
/openbmc/qemu/hw/kvm/pci-assign.c
/openbmc/qemu/hw/kvmvapic.c
/openbmc/qemu/hw/kzm.c
/openbmc/qemu/hw/lan9118.c
/openbmc/qemu/hw/lance.c
/openbmc/qemu/hw/leon3.c
/openbmc/qemu/hw/lm32_boards.c
/openbmc/qemu/hw/lm832x.c
/openbmc/qemu/hw/loader.c
/openbmc/qemu/hw/lpc_ich9.c
/openbmc/qemu/hw/lsi53c895a.c
/openbmc/qemu/hw/mac_dbdma.c
/openbmc/qemu/hw/macio.c
/openbmc/qemu/hw/mainstone.c
/openbmc/qemu/hw/mcf5208.c
/openbmc/qemu/hw/mcf_fec.c
/openbmc/qemu/hw/megasas.c
/openbmc/qemu/hw/milkymist-hw.h
/openbmc/qemu/hw/milkymist-minimac2.c
/openbmc/qemu/hw/milkymist-softusb.c
/openbmc/qemu/hw/milkymist-vgafb.c
/openbmc/qemu/hw/milkymist.c
/openbmc/qemu/hw/mips_fulong2e.c
/openbmc/qemu/hw/mips_jazz.c
/openbmc/qemu/hw/mips_malta.c
/openbmc/qemu/hw/mips_mipssim.c
/openbmc/qemu/hw/mips_r4k.c
/openbmc/qemu/hw/mipsnet.c
/openbmc/qemu/hw/msmouse.c
/openbmc/qemu/hw/musicpal.c
/openbmc/qemu/hw/ne2000-isa.c
/openbmc/qemu/hw/ne2000.c
/openbmc/qemu/hw/nseries.c
/openbmc/qemu/hw/omap_dss.c
/openbmc/qemu/hw/omap_lcdc.c
/openbmc/qemu/hw/omap_sx1.c
/openbmc/qemu/hw/opencores_eth.c
/openbmc/qemu/hw/openpic.c
/openbmc/qemu/hw/openpic.h
/openbmc/qemu/hw/openrisc_sim.c
/openbmc/qemu/hw/palm.c
/openbmc/qemu/hw/pc.c
/openbmc/qemu/hw/pc.h
/openbmc/qemu/hw/pc_piix.c
/openbmc/qemu/hw/pc_sysfw.c
/openbmc/qemu/hw/pci/Makefile.objs
/openbmc/qemu/hw/pci/msi.c
/openbmc/qemu/hw/pci/msi.h
/openbmc/qemu/hw/pci/msix.c
/openbmc/qemu/hw/pci/msix.h
/openbmc/qemu/hw/pci/pci-hotplug.c
/openbmc/qemu/hw/pci/pci-stub.c
/openbmc/qemu/hw/pci/pci.c
/openbmc/qemu/hw/pci/pci.h
/openbmc/qemu/hw/pci/pci_bridge.c
/openbmc/qemu/hw/pci/pci_bridge.h
/openbmc/qemu/hw/pci/pci_bus.h
/openbmc/qemu/hw/pci/pci_host.c
/openbmc/qemu/hw/pci/pci_host.h
/openbmc/qemu/hw/pci/pci_ids.h
/openbmc/qemu/hw/pci/pci_regs.h
/openbmc/qemu/hw/pci/pcie.c
/openbmc/qemu/hw/pci/pcie.h
/openbmc/qemu/hw/pci/pcie_aer.c
/openbmc/qemu/hw/pci/pcie_aer.h
/openbmc/qemu/hw/pci/pcie_host.c
/openbmc/qemu/hw/pci/pcie_host.h
/openbmc/qemu/hw/pci/pcie_port.c
/openbmc/qemu/hw/pci/pcie_port.h
/openbmc/qemu/hw/pci/pcie_regs.h
/openbmc/qemu/hw/pci/shpc.c
/openbmc/qemu/hw/pci/shpc.h
/openbmc/qemu/hw/pci/slotid_cap.c
/openbmc/qemu/hw/pci/slotid_cap.h
/openbmc/qemu/hw/pci_bridge_dev.c
/openbmc/qemu/hw/pcnet-pci.c
/openbmc/qemu/hw/pcnet.c
/openbmc/qemu/hw/petalogix_ml605_mmu.c
/openbmc/qemu/hw/petalogix_s3adsp1800_mmu.c
/openbmc/qemu/hw/piix4.c
/openbmc/qemu/hw/piix_pci.c
/openbmc/qemu/hw/pl110.c
/openbmc/qemu/hw/pm_smbus.c
/openbmc/qemu/hw/pm_smbus.h
/openbmc/qemu/hw/ppc/Makefile.objs
/openbmc/qemu/hw/ppc/e500-ccsr.h
/openbmc/qemu/hw/ppc/e500.c
/openbmc/qemu/hw/ppc/e500.h
/openbmc/qemu/hw/ppc/e500plat.c
/openbmc/qemu/hw/ppc/mpc8544ds.c
/openbmc/qemu/hw/ppc440_bamboo.c
/openbmc/qemu/hw/ppc4xx.h
/openbmc/qemu/hw/ppc4xx_pci.c
/openbmc/qemu/hw/ppc_newworld.c
/openbmc/qemu/hw/ppc_oldworld.c
/openbmc/qemu/hw/ppc_prep.c
/openbmc/qemu/hw/ppce500_pci.c
/openbmc/qemu/hw/ppce500_pci.h
/openbmc/qemu/hw/prep_pci.c
/openbmc/qemu/hw/ps2.c
/openbmc/qemu/hw/puv3.c
/openbmc/qemu/hw/pxa2xx_keypad.c
/openbmc/qemu/hw/pxa2xx_lcd.c
/openbmc/qemu/hw/q35.h
/openbmc/qemu/hw/qdev-core.h
/openbmc/qemu/hw/qdev-monitor.c
/openbmc/qemu/hw/qdev-properties.c
/openbmc/qemu/hw/qdev.c
/openbmc/qemu/hw/qxl.h
/openbmc/qemu/hw/r2d.c
/openbmc/qemu/hw/realview.c
/openbmc/qemu/hw/rtl8139.c
/openbmc/qemu/hw/s390-virtio-bus.c
/openbmc/qemu/hw/s390-virtio.c
/openbmc/qemu/hw/s390x/sclp.h
/openbmc/qemu/hw/s390x/sclpconsole.c
/openbmc/qemu/hw/sd.c
/openbmc/qemu/hw/serial-pci.c
/openbmc/qemu/hw/serial.c
/openbmc/qemu/hw/serial.h
/openbmc/qemu/hw/sga.c
/openbmc/qemu/hw/sh_pci.c
/openbmc/qemu/hw/sm501.c
/openbmc/qemu/hw/smbus_ich9.c
/openbmc/qemu/hw/smc91c111.c
/openbmc/qemu/hw/spapr.c
/openbmc/qemu/hw/spapr.h
/openbmc/qemu/hw/spapr_hcall.c
/openbmc/qemu/hw/spapr_iommu.c
/openbmc/qemu/hw/spapr_llan.c
/openbmc/qemu/hw/spapr_nvram.c
/openbmc/qemu/hw/spapr_pci.c
/openbmc/qemu/hw/spapr_pci.h
/openbmc/qemu/hw/spapr_rtas.c
/openbmc/qemu/hw/spapr_vscsi.c
/openbmc/qemu/hw/spitz.c
/openbmc/qemu/hw/ssd0303.c
/openbmc/qemu/hw/ssd0323.c
/openbmc/qemu/hw/stellaris.c
/openbmc/qemu/hw/stellaris_enet.c
/openbmc/qemu/hw/stellaris_input.c
/openbmc/qemu/hw/strongarm.c
/openbmc/qemu/hw/sun4m.c
/openbmc/qemu/hw/sun4u.c
/openbmc/qemu/hw/tc6393xb.c
/openbmc/qemu/hw/tcx.c
/openbmc/qemu/hw/tsc2005.c
/openbmc/qemu/hw/tsc210x.c
/openbmc/qemu/hw/twl92230.c
/openbmc/qemu/hw/unin_pci.c
/openbmc/qemu/hw/usb.h
/openbmc/qemu/hw/usb/bus.c
/openbmc/qemu/hw/usb/core.c
/openbmc/qemu/hw/usb/dev-bluetooth.c
/openbmc/qemu/hw/usb/dev-hid.c
/openbmc/qemu/hw/usb/dev-hub.c
/openbmc/qemu/hw/usb/dev-network.c
/openbmc/qemu/hw/usb/dev-storage.c
/openbmc/qemu/hw/usb/dev-wacom.c
/openbmc/qemu/hw/usb/hcd-ehci-pci.c
/openbmc/qemu/hw/usb/hcd-ehci.c
/openbmc/qemu/hw/usb/hcd-ehci.h
/openbmc/qemu/hw/usb/hcd-ohci.c
/openbmc/qemu/hw/usb/hcd-uhci.c
/openbmc/qemu/hw/usb/hcd-xhci.c
/openbmc/qemu/hw/usb/host-bsd.c
/openbmc/qemu/hw/usb/host-linux.c
/openbmc/qemu/hw/usb/host-stub.c
/openbmc/qemu/hw/usb/redirect.c
/openbmc/qemu/hw/versatile_pci.c
/openbmc/qemu/hw/versatilepb.c
/openbmc/qemu/hw/vexpress.c
/openbmc/qemu/hw/vfio_pci.c
/openbmc/qemu/hw/vga-isa-mm.c
/openbmc/qemu/hw/vga-isa.c
/openbmc/qemu/hw/vga-pci.c
/openbmc/qemu/hw/vga.c
/openbmc/qemu/hw/vhost_net.c
/openbmc/qemu/hw/vhost_net.h
/openbmc/qemu/hw/virtex_ml507.c
/openbmc/qemu/hw/virtio-balloon.h
/openbmc/qemu/hw/virtio-blk.h
/openbmc/qemu/hw/virtio-net.c
/openbmc/qemu/hw/virtio-net.h
/openbmc/qemu/hw/virtio-pci.c
/openbmc/qemu/hw/virtio-scsi.h
/openbmc/qemu/hw/virtio.h
/openbmc/qemu/hw/vmmouse.c
/openbmc/qemu/hw/vmware_vga.c
/openbmc/qemu/hw/vt82c686.c
/openbmc/qemu/hw/watchdog.c
/openbmc/qemu/hw/wdt_i6300esb.c
/openbmc/qemu/hw/xen-host-pci-device.h
/openbmc/qemu/hw/xen_apic.c
/openbmc/qemu/hw/xen_backend.h
/openbmc/qemu/hw/xen_disk.c
/openbmc/qemu/hw/xen_nic.c
/openbmc/qemu/hw/xen_platform.c
/openbmc/qemu/hw/xen_pt.c
/openbmc/qemu/hw/xen_pt.h
/openbmc/qemu/hw/xenfb.c
/openbmc/qemu/hw/xgmac.c
/openbmc/qemu/hw/xics.c
/openbmc/qemu/hw/xics.h
/openbmc/qemu/hw/xilinx.h
/openbmc/qemu/hw/xilinx_axidma.c
/openbmc/qemu/hw/xilinx_axienet.c
/openbmc/qemu/hw/xilinx_ethlite.c
/openbmc/qemu/hw/xilinx_zynq.c
/openbmc/qemu/hw/xio3130_downstream.c
/openbmc/qemu/hw/xio3130_downstream.h
/openbmc/qemu/hw/xio3130_upstream.c
/openbmc/qemu/hw/xio3130_upstream.h
/openbmc/qemu/hw/xtensa_lx60.c
/openbmc/qemu/hw/z2.c
/openbmc/qemu/include/disas/bfd.h
/openbmc/qemu/include/disas/disas.h
/openbmc/qemu/include/net/checksum.h
/openbmc/qemu/include/net/net.h
/openbmc/qemu/include/net/queue.h
/openbmc/qemu/include/net/slirp.h
/openbmc/qemu/include/net/tap.h
/openbmc/qemu/include/ui/console.h
/openbmc/qemu/include/ui/pixel_ops.h
/openbmc/qemu/include/ui/qemu-pixman.h
/openbmc/qemu/include/ui/qemu-spice.h
/openbmc/qemu/include/ui/spice-display.h
/openbmc/qemu/iohandler.c
/openbmc/qemu/kvm-all.c
/openbmc/qemu/kvm-stub.c
/openbmc/qemu/ldscripts/alpha.ld
/openbmc/qemu/ldscripts/arm.ld
/openbmc/qemu/ldscripts/hppa.ld
/openbmc/qemu/ldscripts/i386.ld
/openbmc/qemu/ldscripts/ia64.ld
/openbmc/qemu/ldscripts/m68k.ld
/openbmc/qemu/ldscripts/mips.ld
/openbmc/qemu/ldscripts/ppc.ld
/openbmc/qemu/ldscripts/ppc64.ld
/openbmc/qemu/ldscripts/s390.ld
/openbmc/qemu/ldscripts/sparc.ld
/openbmc/qemu/ldscripts/sparc64.ld
/openbmc/qemu/ldscripts/x86_64.ld
/openbmc/qemu/linux-user/arm/syscall_nr.h
/openbmc/qemu/linux-user/elfload.c
/openbmc/qemu/linux-user/i386/syscall_nr.h
/openbmc/qemu/linux-user/sparc/syscall_nr.h
/openbmc/qemu/linux-user/strace.list
/openbmc/qemu/linux-user/syscall.c
/openbmc/qemu/linux-user/unicore32/syscall_nr.h
/openbmc/qemu/main-loop.c
/openbmc/qemu/migration-exec.c
/openbmc/qemu/migration-fd.c
/openbmc/qemu/migration-tcp.c
/openbmc/qemu/migration-unix.c
/openbmc/qemu/monitor.c
/openbmc/qemu/monitor.h
/openbmc/qemu/net/Makefile.objs
/openbmc/qemu/net/clients.h
/openbmc/qemu/net/hub.c
/openbmc/qemu/net/hub.h
/openbmc/qemu/net/net.c
/openbmc/qemu/net/queue.c
/openbmc/qemu/net/slirp.c
/openbmc/qemu/net/socket.c
/openbmc/qemu/net/tap-aix.c
/openbmc/qemu/net/tap-bsd.c
/openbmc/qemu/net/tap-haiku.c
/openbmc/qemu/net/tap-linux.c
/openbmc/qemu/net/tap-linux.h
/openbmc/qemu/net/tap-solaris.c
/openbmc/qemu/net/tap-win32.c
/openbmc/qemu/net/tap.c
/openbmc/qemu/net/tap_int.h
/openbmc/qemu/net/util.c
/openbmc/qemu/net/vde.c
/openbmc/qemu/pc-bios/README
/openbmc/qemu/pc-bios/acpi-dsdt.aml
/openbmc/qemu/pc-bios/bios.bin
/openbmc/qemu/pc-bios/q35-acpi-dsdt.aml
/openbmc/qemu/pc-bios/slof.bin
/openbmc/qemu/pixman
opts-visitor.c
qapi-types-core.h
qapi-visit-core.c
/openbmc/qemu/qemu-aio.h
/openbmc/qemu/qemu-char.c
/openbmc/qemu/qemu-common.h
/openbmc/qemu/qemu-config.c
/openbmc/qemu/qemu-config.h
/openbmc/qemu/qemu-error.h
/openbmc/qemu/qemu-img.c
/openbmc/qemu/qemu-io.c
/openbmc/qemu/qemu-log.h
/openbmc/qemu/qemu-option.c
/openbmc/qemu/qemu-option.h
/openbmc/qemu/qemu-options.hx
/openbmc/qemu/qemu-sockets.c
/openbmc/qemu/qemu-timer.c
/openbmc/qemu/qemu-types.h
/openbmc/qemu/qga/Makefile.objs
/openbmc/qemu/qga/channel-posix.c
/openbmc/qemu/qga/main.c
/openbmc/qemu/qga/qapi-schema.json
/openbmc/qemu/qlist.h
/openbmc/qemu/qmp.c
/openbmc/qemu/roms/SLOF
/openbmc/qemu/roms/seabios
/openbmc/qemu/rules.mak
/openbmc/qemu/savevm.c
/openbmc/qemu/scripts/get_maintainer.pl
/openbmc/qemu/scripts/qapi-commands.py
/openbmc/qemu/scripts/qapi-visit.py
/openbmc/qemu/slirp/ip_icmp.c
/openbmc/qemu/spice-qemu-char.c
/openbmc/qemu/sysemu.h
/openbmc/qemu/target-alpha/cpu.h
/openbmc/qemu/target-alpha/helper.c
/openbmc/qemu/target-alpha/mem_helper.c
/openbmc/qemu/target-alpha/translate.c
/openbmc/qemu/target-arm/op_helper.c
/openbmc/qemu/target-arm/translate.c
/openbmc/qemu/target-cris/op_helper.c
/openbmc/qemu/target-cris/translate.c
/openbmc/qemu/target-i386/cpu.c
/openbmc/qemu/target-i386/cpu.h
/openbmc/qemu/target-i386/helper.c
/openbmc/qemu/target-i386/kvm.c
/openbmc/qemu/target-i386/mem_helper.c
/openbmc/qemu/target-i386/translate.c
/openbmc/qemu/target-lm32/op_helper.c
/openbmc/qemu/target-lm32/translate.c
/openbmc/qemu/target-m68k/cpu.h
/openbmc/qemu/target-m68k/op_helper.c
/openbmc/qemu/target-m68k/translate.c
/openbmc/qemu/target-microblaze/helper.c
/openbmc/qemu/target-microblaze/op_helper.c
/openbmc/qemu/target-microblaze/translate.c
/openbmc/qemu/target-mips/op_helper.c
/openbmc/qemu/target-mips/translate.c
/openbmc/qemu/target-openrisc/mmu_helper.c
/openbmc/qemu/target-openrisc/translate.c
/openbmc/qemu/target-ppc/cpu.h
/openbmc/qemu/target-ppc/mem_helper.c
/openbmc/qemu/target-ppc/translate.c
/openbmc/qemu/target-ppc/translate_init.c
/openbmc/qemu/target-s390x/mem_helper.c
/openbmc/qemu/target-s390x/translate.c
/openbmc/qemu/target-sh4/op_helper.c
/openbmc/qemu/target-sh4/translate.c
/openbmc/qemu/target-sparc/cpu.h
/openbmc/qemu/target-sparc/helper.c
/openbmc/qemu/target-sparc/ldst_helper.c
/openbmc/qemu/target-sparc/translate.c
/openbmc/qemu/target-unicore32/helper.c
/openbmc/qemu/target-unicore32/op_helper.c
/openbmc/qemu/target-unicore32/translate.c
/openbmc/qemu/target-xtensa/cpu.c
/openbmc/qemu/target-xtensa/cpu.h
/openbmc/qemu/target-xtensa/helper.c
/openbmc/qemu/target-xtensa/helper.h
/openbmc/qemu/target-xtensa/op_helper.c
/openbmc/qemu/target-xtensa/overlay_tool.h
/openbmc/qemu/target-xtensa/translate.c
/openbmc/qemu/tcg/tcg.h
/openbmc/qemu/tests/qemu-iotests/045
/openbmc/qemu/tests/qemu-iotests/045.out
/openbmc/qemu/tests/qemu-iotests/046
/openbmc/qemu/tests/qemu-iotests/046.out
/openbmc/qemu/tests/qemu-iotests/group
/openbmc/qemu/tests/qemu-iotests/iotests.py
/openbmc/qemu/tests/tcg/xtensa/Makefile
/openbmc/qemu/tests/tcg/xtensa/macros.inc
/openbmc/qemu/tests/tcg/xtensa/test_s32c1i.S
/openbmc/qemu/tests/tcg/xtensa/test_sr.S
/openbmc/qemu/tests/test-aio.c
/openbmc/qemu/tests/test-qmp-commands.c
/openbmc/qemu/tests/test-qmp-input-strict.c
/openbmc/qemu/tests/test-qmp-input-visitor.c
/openbmc/qemu/tests/test-qmp-output-visitor.c
/openbmc/qemu/tests/test-string-input-visitor.c
/openbmc/qemu/tests/test-string-output-visitor.c
/openbmc/qemu/tests/test-thread-pool.c
/openbmc/qemu/tests/test-visitor-serialization.c
/openbmc/qemu/trace-events
/openbmc/qemu/translate-all.c
/openbmc/qemu/translate-all.h
/openbmc/qemu/ui/Makefile.objs
/openbmc/qemu/ui/cocoa.m
/openbmc/qemu/ui/console.c
/openbmc/qemu/ui/curses.c
/openbmc/qemu/ui/cursor.c
/openbmc/qemu/ui/cursor_hidden.xpm
/openbmc/qemu/ui/cursor_left_ptr.xpm
/openbmc/qemu/ui/input.c
/openbmc/qemu/ui/qemu-pixman.c
/openbmc/qemu/ui/qemu-x509.h
/openbmc/qemu/ui/sdl.c
/openbmc/qemu/ui/spice-core.c
/openbmc/qemu/ui/spice-display.c
/openbmc/qemu/ui/spice-input.c
/openbmc/qemu/ui/vgafont.h
/openbmc/qemu/ui/vnc-enc-tight.c
/openbmc/qemu/ui/vnc.c
/openbmc/qemu/ui/vnc.h
/openbmc/qemu/uri.c
/openbmc/qemu/user-exec.c
/openbmc/qemu/vl.c
/openbmc/qemu/xen-all.c
ccff63ca23-Oct-2012 Eduardo Habkost <ehabkost@redhat.com>

qapi/qmp-registry.c: Include headers it needs

Include:
- <glib.h> for g_malloc0()
- <string.h> for strcmp()

Some of those headers were probably being included by accident because
some other headers

qapi/qmp-registry.c: Include headers it needs

Include:
- <glib.h> for g_malloc0()
- <string.h> for strcmp()

Some of those headers were probably being included by accident because
some other headers were including qemu-common.h, but those headers
should eventually stop including qemu-common.h.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>

show more ...

1d16252627-Nov-2012 Bruce Rogers <brogers@suse.com>

qapi: fix qapi_dealloc_type_size parameter type

The second parameter to qapi_dealloc_type_size should be a uint64_t *,
not a size_t *. This was causing our 32 bit x86 build to fail, since
warnings a

qapi: fix qapi_dealloc_type_size parameter type

The second parameter to qapi_dealloc_type_size should be a uint64_t *,
not a size_t *. This was causing our 32 bit x86 build to fail, since
warnings are treated as errors.

Signed-off-by: Bruce Rogers <brogers@suse.com>
Reviewed-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>

show more ...

0c26f2ec26-Nov-2012 Stefan Hajnoczi <stefanha@redhat.com>

qapi: handle visitor->type_size() in QapiDeallocVisitor

visit_type_size() requires either visitor->type_size() or
visitor_uint64() to be implemented, otherwise a NULL function pointer is
invoked.

I

qapi: handle visitor->type_size() in QapiDeallocVisitor

visit_type_size() requires either visitor->type_size() or
visitor_uint64() to be implemented, otherwise a NULL function pointer is
invoked.

It is possible to trigger this crash as follows:

$ qemu-system-x86_64 -netdev tap,sndbuf=0,id=netdev0 \
-device virtio-blk-pci,netdev=netdev0

The 'sndbuf' option has type "size".

Reviewed-by: Andreas Färber <afaerber@suse.de>
Reviewed-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>

show more ...


/openbmc/qemu/.gitmodules
/openbmc/qemu/MAINTAINERS
/openbmc/qemu/Makefile
/openbmc/qemu/Makefile.objs
/openbmc/qemu/Makefile.target
/openbmc/qemu/QMP/qmp-events.txt
/openbmc/qemu/QMP/qmp.py
/openbmc/qemu/VERSION
/openbmc/qemu/aio-posix.c
/openbmc/qemu/aio-win32.c
/openbmc/qemu/async.c
/openbmc/qemu/audio/audio_pt_int.c
/openbmc/qemu/audio/wavcapture.c
/openbmc/qemu/backends/Makefile.objs
/openbmc/qemu/backends/rng-egd.c
/openbmc/qemu/backends/rng-random.c
/openbmc/qemu/backends/rng.c
/openbmc/qemu/block.c
/openbmc/qemu/block.h
/openbmc/qemu/block/Makefile.objs
/openbmc/qemu/block/blkdebug.c
/openbmc/qemu/block/blkverify.c
/openbmc/qemu/block/commit.c
/openbmc/qemu/block/curl.c
/openbmc/qemu/block/gluster.c
/openbmc/qemu/block/iscsi.c
/openbmc/qemu/block/linux-aio.c
/openbmc/qemu/block/mirror.c
/openbmc/qemu/block/nbd.c
/openbmc/qemu/block/qcow2-refcount.c
/openbmc/qemu/block/qed.c
/openbmc/qemu/block/raw-aio.h
/openbmc/qemu/block/raw-posix.c
/openbmc/qemu/block/raw-win32.c
/openbmc/qemu/block/rbd.c
/openbmc/qemu/block/sheepdog.c
/openbmc/qemu/block/stream.c
/openbmc/qemu/block/vdi.c
/openbmc/qemu/block/vmdk.c
/openbmc/qemu/block/win32-aio.c
/openbmc/qemu/block_int.h
/openbmc/qemu/blockdev-nbd.c
/openbmc/qemu/blockdev.c
/openbmc/qemu/blockjob.c
/openbmc/qemu/blockjob.h
/openbmc/qemu/buffered_file.c
/openbmc/qemu/compiler.h
/openbmc/qemu/configure
/openbmc/qemu/console.c
/openbmc/qemu/console.h
/openbmc/qemu/cpu-all.h
/openbmc/qemu/cpu-common.h
/openbmc/qemu/cpu-defs.h
/openbmc/qemu/cpu-exec.c
/openbmc/qemu/cpus.c
/openbmc/qemu/default-configs/sparc64-softmmu.mak
/openbmc/qemu/disas.c
/openbmc/qemu/disas.h
/openbmc/qemu/dma-helpers.c
/openbmc/qemu/dma.h
/openbmc/qemu/docs/specs/standard-vga.txt
/openbmc/qemu/docs/tracing.txt
/openbmc/qemu/event_notifier-posix.c
/openbmc/qemu/event_notifier-win32.c
/openbmc/qemu/event_notifier.h
/openbmc/qemu/exec-all.h
/openbmc/qemu/exec.c
/openbmc/qemu/fpu/softfloat-specialize.h
/openbmc/qemu/fsdev/qemu-fsdev-dummy.c
/openbmc/qemu/gen-icount.h
/openbmc/qemu/hmp-commands.hx
/openbmc/qemu/hmp.c
/openbmc/qemu/hmp.h
/openbmc/qemu/hw/Makefile.objs
/openbmc/qemu/hw/ac97.c
/openbmc/qemu/hw/acpi_ich9.c
/openbmc/qemu/hw/acpi_ich9.h
/openbmc/qemu/hw/acpi_piix4.c
/openbmc/qemu/hw/adb.c
/openbmc/qemu/hw/adb.h
/openbmc/qemu/hw/apic.c
/openbmc/qemu/hw/apic_common.c
/openbmc/qemu/hw/apic_internal.h
/openbmc/qemu/hw/arm-misc.h
/openbmc/qemu/hw/arm11mpcore.c
/openbmc/qemu/hw/arm_boot.c
/openbmc/qemu/hw/arm_gic.c
/openbmc/qemu/hw/arm_l2x0.c
/openbmc/qemu/hw/arm_sysctl.c
/openbmc/qemu/hw/arm_timer.c
/openbmc/qemu/hw/armv7m_nvic.c
/openbmc/qemu/hw/blizzard.c
/openbmc/qemu/hw/bt.h
/openbmc/qemu/hw/cadence_uart.c
/openbmc/qemu/hw/cirrus_vga.c
/openbmc/qemu/hw/devices.h
/openbmc/qemu/hw/e1000.c
/openbmc/qemu/hw/es1370.c
/openbmc/qemu/hw/exynos4210_fimd.c
/openbmc/qemu/hw/exynos4_boards.c
/openbmc/qemu/hw/fdc.c
/openbmc/qemu/hw/g364fb.c
/openbmc/qemu/hw/hw.h
/openbmc/qemu/hw/i386/Makefile.objs
/openbmc/qemu/hw/i8254.c
/openbmc/qemu/hw/i82801b11.c
/openbmc/qemu/hw/ich9.h
/openbmc/qemu/hw/ide/core.c
/openbmc/qemu/hw/irq.h
/openbmc/qemu/hw/jazz_led.c
/openbmc/qemu/hw/kvm/apic.c
/openbmc/qemu/hw/kvm/ioapic.c
/openbmc/qemu/hw/kvm/pci-assign.c
/openbmc/qemu/hw/kvmvapic.c
/openbmc/qemu/hw/lpc_ich9.c
/openbmc/qemu/hw/m25p80.c
/openbmc/qemu/hw/m48t59.c
/openbmc/qemu/hw/mainstone.c
/openbmc/qemu/hw/mc146818rtc.c
/openbmc/qemu/hw/megasas.c
/openbmc/qemu/hw/mfi.h
/openbmc/qemu/hw/milkymist-vgafb.c
/openbmc/qemu/hw/mips_malta.c
/openbmc/qemu/hw/msi.c
/openbmc/qemu/hw/msi.h
/openbmc/qemu/hw/musicpal.c
/openbmc/qemu/hw/nseries.c
/openbmc/qemu/hw/nvram.h
/openbmc/qemu/hw/omap.h
/openbmc/qemu/hw/omap_lcdc.c
/openbmc/qemu/hw/omap_sx1.c
/openbmc/qemu/hw/palm.c
/openbmc/qemu/hw/pam.c
/openbmc/qemu/hw/pam.h
/openbmc/qemu/hw/pc.c
/openbmc/qemu/hw/pc.h
/openbmc/qemu/hw/pc_piix.c
/openbmc/qemu/hw/pc_q35.c
/openbmc/qemu/hw/pci-hotplug.c
/openbmc/qemu/hw/pci.c
/openbmc/qemu/hw/pci.h
/openbmc/qemu/hw/pci_bridge.c
/openbmc/qemu/hw/pci_ids.h
/openbmc/qemu/hw/pci_internals.h
/openbmc/qemu/hw/pcie_host.c
/openbmc/qemu/hw/pcie_host.h
/openbmc/qemu/hw/pckbd.c
/openbmc/qemu/hw/pflash_cfi01.c
/openbmc/qemu/hw/pflash_cfi02.c
/openbmc/qemu/hw/piix_pci.c
/openbmc/qemu/hw/pl050.c
/openbmc/qemu/hw/pl061.c
/openbmc/qemu/hw/pl080.c
/openbmc/qemu/hw/pl110.c
/openbmc/qemu/hw/pl190.c
/openbmc/qemu/hw/ppc.c
/openbmc/qemu/hw/ppc/Makefile.objs
/openbmc/qemu/hw/ppc/e500.c
/openbmc/qemu/hw/ppc440_bamboo.c
/openbmc/qemu/hw/ppc_newworld.c
/openbmc/qemu/hw/ppc_oldworld.c
/openbmc/qemu/hw/ppc_prep.c
/openbmc/qemu/hw/ppce500_pci.c
/openbmc/qemu/hw/ppce500_spin.c
/openbmc/qemu/hw/pxa2xx.c
/openbmc/qemu/hw/pxa2xx_lcd.c
/openbmc/qemu/hw/q35.c
/openbmc/qemu/hw/q35.h
/openbmc/qemu/hw/qdev-addr.c
/openbmc/qemu/hw/qdev-core.h
/openbmc/qemu/hw/qdev-monitor.h
/openbmc/qemu/hw/qdev-properties.c
/openbmc/qemu/hw/qdev-properties.h
/openbmc/qemu/hw/qdev.c
/openbmc/qemu/hw/qdev.h
/openbmc/qemu/hw/qxl-render.c
/openbmc/qemu/hw/qxl.c
/openbmc/qemu/hw/realview.c
/openbmc/qemu/hw/rtl8139.c
/openbmc/qemu/hw/s390-virtio-bus.c
/openbmc/qemu/hw/s390-virtio-bus.h
/openbmc/qemu/hw/s390-virtio.c
/openbmc/qemu/hw/s390x/Makefile.objs
/openbmc/qemu/hw/s390x/event-facility.c
/openbmc/qemu/hw/s390x/event-facility.h
/openbmc/qemu/hw/s390x/sclp.c
/openbmc/qemu/hw/s390x/sclp.h
/openbmc/qemu/hw/s390x/sclpconsole.c
/openbmc/qemu/hw/s390x/sclpquiesce.c
/openbmc/qemu/hw/scsi-disk.c
/openbmc/qemu/hw/sd.c
/openbmc/qemu/hw/sd.h
/openbmc/qemu/hw/serial.c
/openbmc/qemu/hw/sm501.c
/openbmc/qemu/hw/smbus_ich9.c
/openbmc/qemu/hw/soc_dma.h
/openbmc/qemu/hw/spapr.c
/openbmc/qemu/hw/spapr.h
/openbmc/qemu/hw/spapr_events.c
/openbmc/qemu/hw/spapr_hcall.c
/openbmc/qemu/hw/spapr_iommu.c
/openbmc/qemu/hw/spapr_llan.c
/openbmc/qemu/hw/spapr_rtas.c
/openbmc/qemu/hw/spapr_vio.c
/openbmc/qemu/hw/spapr_vty.c
/openbmc/qemu/hw/spitz.c
/openbmc/qemu/hw/ssd0303.c
/openbmc/qemu/hw/ssd0323.c
/openbmc/qemu/hw/sun4c_intctl.c
/openbmc/qemu/hw/sun4m.c
/openbmc/qemu/hw/sun4m.h
/openbmc/qemu/hw/sun4u.c
/openbmc/qemu/hw/sysbus.c
/openbmc/qemu/hw/tc6393xb.c
/openbmc/qemu/hw/tcx.c
/openbmc/qemu/hw/usb.h
/openbmc/qemu/hw/usb/Makefile.objs
/openbmc/qemu/hw/usb/bus.c
/openbmc/qemu/hw/usb/combined-packet.c
/openbmc/qemu/hw/usb/core.c
/openbmc/qemu/hw/usb/desc.c
/openbmc/qemu/hw/usb/desc.h
/openbmc/qemu/hw/usb/dev-audio.c
/openbmc/qemu/hw/usb/dev-bluetooth.c
/openbmc/qemu/hw/usb/dev-hid.c
/openbmc/qemu/hw/usb/dev-hub.c
/openbmc/qemu/hw/usb/dev-network.c
/openbmc/qemu/hw/usb/dev-serial.c
/openbmc/qemu/hw/usb/dev-smartcard-reader.c
/openbmc/qemu/hw/usb/dev-storage.c
/openbmc/qemu/hw/usb/dev-uas.c
/openbmc/qemu/hw/usb/dev-wacom.c
/openbmc/qemu/hw/usb/hcd-ehci-pci.c
/openbmc/qemu/hw/usb/hcd-ehci-sysbus.c
/openbmc/qemu/hw/usb/hcd-ehci.c
/openbmc/qemu/hw/usb/hcd-ehci.h
/openbmc/qemu/hw/usb/hcd-musb.c
/openbmc/qemu/hw/usb/hcd-ohci.c
/openbmc/qemu/hw/usb/hcd-uhci.c
/openbmc/qemu/hw/usb/hcd-xhci.c
/openbmc/qemu/hw/usb/host-bsd.c
/openbmc/qemu/hw/usb/host-linux.c
/openbmc/qemu/hw/usb/libhw.c
/openbmc/qemu/hw/usb/redirect.c
/openbmc/qemu/hw/versatile_i2c.c
/openbmc/qemu/hw/versatilepb.c
/openbmc/qemu/hw/vexpress.c
/openbmc/qemu/hw/vfio_pci.c
/openbmc/qemu/hw/vga-pci.c
/openbmc/qemu/hw/vga.c
/openbmc/qemu/hw/vga_int.h
/openbmc/qemu/hw/vhost_net.c
/openbmc/qemu/hw/virtio-net.c
/openbmc/qemu/hw/virtio-pci.c
/openbmc/qemu/hw/virtio-pci.h
/openbmc/qemu/hw/virtio-rng.c
/openbmc/qemu/hw/virtio-rng.h
/openbmc/qemu/hw/virtio-scsi.c
/openbmc/qemu/hw/virtio-serial-bus.c
/openbmc/qemu/hw/virtio.h
/openbmc/qemu/hw/vmport.c
/openbmc/qemu/hw/vmware_vga.c
/openbmc/qemu/hw/xen.h
/openbmc/qemu/hw/xen_platform.c
/openbmc/qemu/hw/xenfb.c
/openbmc/qemu/hw/xics.c
/openbmc/qemu/hw/xilinx_spips.c
/openbmc/qemu/hw/xilinx_zynq.c
/openbmc/qemu/hw/xtensa_lx60.c
/openbmc/qemu/hw/xtensa_pic.c
/openbmc/qemu/hw/xtensa_sim.c
/openbmc/qemu/include/qemu/cpu.h
/openbmc/qemu/include/qemu/object.h
/openbmc/qemu/include/qemu/rng-random.h
/openbmc/qemu/include/qemu/rng.h
/openbmc/qemu/iohandler.c
/openbmc/qemu/iov.c
/openbmc/qemu/iov.h
/openbmc/qemu/kvm-all.c
/openbmc/qemu/kvm.h
/openbmc/qemu/libcacard/Makefile
/openbmc/qemu/linux-headers/asm-powerpc/kvm_para.h
/openbmc/qemu/linux-headers/asm-s390/kvm_para.h
/openbmc/qemu/linux-headers/asm-x86/kvm.h
/openbmc/qemu/linux-headers/linux/kvm.h
/openbmc/qemu/linux-headers/linux/kvm_para.h
/openbmc/qemu/linux-headers/linux/vfio.h
/openbmc/qemu/linux-headers/linux/virtio_config.h
/openbmc/qemu/linux-headers/linux/virtio_ring.h
/openbmc/qemu/linux-user/main.c
/openbmc/qemu/main-loop.c
/openbmc/qemu/main-loop.h
/openbmc/qemu/memory-internal.h
/openbmc/qemu/memory.c
/openbmc/qemu/migration-exec.c
/openbmc/qemu/migration-fd.c
/openbmc/qemu/migration-tcp.c
/openbmc/qemu/migration-unix.c
/openbmc/qemu/migration.c
/openbmc/qemu/monitor.c
/openbmc/qemu/monitor.h
/openbmc/qemu/nbd.c
/openbmc/qemu/net.c
/openbmc/qemu/net/slirp.c
/openbmc/qemu/net/socket.c
/openbmc/qemu/net/tap-win32.c
/openbmc/qemu/net/tap.c
/openbmc/qemu/osdep.c
/openbmc/qemu/osdep.h
/openbmc/qemu/oslib-posix.c
/openbmc/qemu/oslib-win32.c
/openbmc/qemu/pixman
/openbmc/qemu/qapi-schema.json
qapi-dealloc-visitor.c
/openbmc/qemu/qemu-aio.h
/openbmc/qemu/qemu-char.c
/openbmc/qemu/qemu-char.h
/openbmc/qemu/qemu-common.h
/openbmc/qemu/qemu-config.c
/openbmc/qemu/qemu-config.h
/openbmc/qemu/qemu-coroutine-lock.c
/openbmc/qemu/qemu-doc.texi
/openbmc/qemu/qemu-file.h
/openbmc/qemu/qemu-img-cmds.hx
/openbmc/qemu/qemu-img.c
/openbmc/qemu/qemu-img.texi
/openbmc/qemu/qemu-io.c
/openbmc/qemu/qemu-log.h
/openbmc/qemu/qemu-nbd.c
/openbmc/qemu/qemu-options.hx
/openbmc/qemu/qemu-os-win32.h
/openbmc/qemu/qemu-pixman.c
/openbmc/qemu/qemu-pixman.h
/openbmc/qemu/qemu-sockets.c
/openbmc/qemu/qemu-thread-posix.c
/openbmc/qemu/qemu-thread-posix.h
/openbmc/qemu/qemu-thread-win32.c
/openbmc/qemu/qemu-thread-win32.h
/openbmc/qemu/qemu-thread.h
/openbmc/qemu/qemu-timer.c
/openbmc/qemu/qerror.h
/openbmc/qemu/qmp-commands.hx
/openbmc/qemu/qmp.c
/openbmc/qemu/qom/object.c
/openbmc/qemu/rules.mak
/openbmc/qemu/savevm.c
/openbmc/qemu/scripts/kvm/kvm_stat
/openbmc/qemu/scripts/qapi-types.py
/openbmc/qemu/scripts/tracetool/backend/dtrace.py
/openbmc/qemu/scripts/update-linux-headers.sh
/openbmc/qemu/slirp/Makefile.objs
/openbmc/qemu/slirp/arp_table.c
/openbmc/qemu/slirp/bootp.c
/openbmc/qemu/slirp/dnssearch.c
/openbmc/qemu/slirp/libslirp.h
/openbmc/qemu/slirp/misc.c
/openbmc/qemu/slirp/misc.h
/openbmc/qemu/slirp/slirp.c
/openbmc/qemu/slirp/slirp.h
/openbmc/qemu/softmmu_template.h
/openbmc/qemu/stubs/Makefile.objs
/openbmc/qemu/stubs/arch-query-cpu-def.c
/openbmc/qemu/stubs/fd-register.c
/openbmc/qemu/stubs/fdset-add-fd.c
/openbmc/qemu/stubs/fdset-find-fd.c
/openbmc/qemu/stubs/fdset-get-fd.c
/openbmc/qemu/stubs/fdset-remove-fd.c
/openbmc/qemu/stubs/get-fd.c
/openbmc/qemu/stubs/set-fd-handler.c
/openbmc/qemu/sysemu.h
/openbmc/qemu/target-alpha/cpu.c
/openbmc/qemu/target-alpha/cpu.h
/openbmc/qemu/target-alpha/helper.h
/openbmc/qemu/target-alpha/translate.c
/openbmc/qemu/target-arm/arm-semi.c
/openbmc/qemu/target-arm/cpu.h
/openbmc/qemu/target-arm/helper.c
/openbmc/qemu/target-arm/helper.h
/openbmc/qemu/target-arm/neon_helper.c
/openbmc/qemu/target-arm/op_helper.c
/openbmc/qemu/target-arm/translate.c
/openbmc/qemu/target-cris/cpu.h
/openbmc/qemu/target-cris/helper.h
/openbmc/qemu/target-cris/translate.c
/openbmc/qemu/target-i386/cpu.c
/openbmc/qemu/target-i386/cpu.h
/openbmc/qemu/target-i386/helper.c
/openbmc/qemu/target-i386/helper.h
/openbmc/qemu/target-i386/kvm.c
/openbmc/qemu/target-i386/translate.c
/openbmc/qemu/target-lm32/cpu.h
/openbmc/qemu/target-lm32/translate.c
/openbmc/qemu/target-m68k/cpu.h
/openbmc/qemu/target-m68k/m68k-semi.c
/openbmc/qemu/target-m68k/translate.c
/openbmc/qemu/target-microblaze/cpu.h
/openbmc/qemu/target-microblaze/helper.h
/openbmc/qemu/target-microblaze/translate.c
/openbmc/qemu/target-mips/Makefile.objs
/openbmc/qemu/target-mips/TODO
/openbmc/qemu/target-mips/cpu.h
/openbmc/qemu/target-mips/dsp_helper.c
/openbmc/qemu/target-mips/helper.c
/openbmc/qemu/target-mips/helper.h
/openbmc/qemu/target-mips/op_helper.c
/openbmc/qemu/target-mips/translate.c
/openbmc/qemu/target-mips/translate_init.c
/openbmc/qemu/target-openrisc/cpu.h
/openbmc/qemu/target-openrisc/translate.c
/openbmc/qemu/target-ppc/cpu.h
/openbmc/qemu/target-ppc/excp_helper.c
/openbmc/qemu/target-ppc/helper.h
/openbmc/qemu/target-ppc/kvm.c
/openbmc/qemu/target-ppc/machine.c
/openbmc/qemu/target-ppc/mmu_helper.c
/openbmc/qemu/target-ppc/translate.c
/openbmc/qemu/target-ppc/translate_init.c
/openbmc/qemu/target-s390x/cpu.h
/openbmc/qemu/target-s390x/helper.h
/openbmc/qemu/target-s390x/kvm.c
/openbmc/qemu/target-s390x/misc_helper.c
/openbmc/qemu/target-s390x/translate.c
/openbmc/qemu/target-sh4/cpu.h
/openbmc/qemu/target-sh4/helper.h
/openbmc/qemu/target-sh4/translate.c
/openbmc/qemu/target-sparc/cpu.h
/openbmc/qemu/target-sparc/helper.h
/openbmc/qemu/target-sparc/ldst_helper.c
/openbmc/qemu/target-sparc/translate.c
/openbmc/qemu/target-unicore32/cpu.c
/openbmc/qemu/target-unicore32/cpu.h
/openbmc/qemu/target-unicore32/softmmu.c
/openbmc/qemu/target-unicore32/translate.c
/openbmc/qemu/target-xtensa/cpu.h
/openbmc/qemu/target-xtensa/helper.h
/openbmc/qemu/target-xtensa/translate.c
/openbmc/qemu/tcg/README
/openbmc/qemu/tcg/arm/tcg-target.c
/openbmc/qemu/tcg/i386/tcg-target.c
/openbmc/qemu/tcg/mips/tcg-target.c
/openbmc/qemu/tcg/optimize.c
/openbmc/qemu/tcg/ppc/tcg-target.c
/openbmc/qemu/tcg/tcg-op.h
/openbmc/qemu/tcg/tcg-opc.h
/openbmc/qemu/tcg/tcg.c
/openbmc/qemu/tcg/tcg.h
/openbmc/qemu/tcg/tci/tcg-target.c
/openbmc/qemu/tcg/tci/tcg-target.h
/openbmc/qemu/tci.c
/openbmc/qemu/tests/Makefile
/openbmc/qemu/tests/fdc-test.c
/openbmc/qemu/tests/qemu-iotests/040
/openbmc/qemu/tests/qemu-iotests/040.out
/openbmc/qemu/tests/qemu-iotests/041
/openbmc/qemu/tests/qemu-iotests/041.out
/openbmc/qemu/tests/qemu-iotests/042
/openbmc/qemu/tests/qemu-iotests/042.out
/openbmc/qemu/tests/qemu-iotests/043
/openbmc/qemu/tests/qemu-iotests/043.out
/openbmc/qemu/tests/qemu-iotests/044
/openbmc/qemu/tests/qemu-iotests/044.out
/openbmc/qemu/tests/qemu-iotests/common
/openbmc/qemu/tests/qemu-iotests/common.config
/openbmc/qemu/tests/qemu-iotests/common.rc
/openbmc/qemu/tests/qemu-iotests/group
/openbmc/qemu/tests/qemu-iotests/iotests.py
/openbmc/qemu/tests/qemu-iotests/qcow2.py
/openbmc/qemu/tests/tcg/Makefile
/openbmc/qemu/tests/tcg/hello-i386.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/Makefile
/openbmc/qemu/tests/tcg/mips/mips32-dsp/absq_s_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/absq_s_w.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/addq_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/addq_s_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/addq_s_w.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/addsc.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/addu_qb.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/addu_s_qb.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/addwc.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/bitrev.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/bposge32.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/cmp_eq_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/cmp_le_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/cmp_lt_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/cmpgu_eq_qb.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/cmpgu_le_qb.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/cmpgu_lt_qb.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/cmpu_eq_qb.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/cmpu_le_qb.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/cmpu_lt_qb.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/dpaq_s_w_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/dpaq_sa_l_w.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/dpau_h_qbl.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/dpau_h_qbr.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/dpsq_s_w_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/dpsq_sa_l_w.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/dpsu_h_qbl.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/dpsu_h_qbr.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/extp.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/extpdp.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/extpdpv.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/extpv.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/extr_r_w.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/extr_rs_w.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/extr_s_h.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/extr_w.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/extrv_r_w.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/extrv_rs_w.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/extrv_s_h.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/extrv_w.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/insv.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/lbux.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/lhx.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/lwx.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/madd.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/maddu.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/main.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/maq_s_w_phl.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/maq_s_w_phr.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/maq_sa_w_phl.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/maq_sa_w_phr.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/mfhi.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/mflo.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/modsub.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/msub.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/msubu.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/mthi.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/mthlip.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/mtlo.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/muleq_s_w_phl.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/muleq_s_w_phr.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/muleu_s_ph_qbl.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/muleu_s_ph_qbr.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/mulq_rs_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/mult.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/multu.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/packrl_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/pick_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/pick_qb.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/preceq_w_phl.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/preceq_w_phr.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/precequ_ph_qbl.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/precequ_ph_qbla.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/precequ_ph_qbr.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/precequ_ph_qbra.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/preceu_ph_qbl.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/preceu_ph_qbla.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/preceu_ph_qbr.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/preceu_ph_qbra.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/precrq_ph_w.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/precrq_qb_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/precrq_rs_ph_w.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/precrqu_s_qb_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/raddu_w_qb.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/rddsp.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/repl_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/repl_qb.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/replv_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/replv_qb.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/shilo.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/shilov.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/shll_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/shll_qb.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/shll_s_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/shll_s_w.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/shllv_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/shllv_qb.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/shllv_s_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/shllv_s_w.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/shra_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/shra_r_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/shra_r_w.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/shrav_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/shrav_r_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/shrav_r_w.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/shrl_qb.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/shrlv_qb.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/subq_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/subq_s_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/subq_s_w.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/subu_qb.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/subu_s_qb.c
/openbmc/qemu/tests/tcg/mips/mips32-dsp/wrdsp.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/Makefile
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/absq_s_qb.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/addqh_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/addqh_r_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/addqh_r_w.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/addqh_w.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/addu_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/addu_s_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/adduh_qb.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/adduh_r_qb.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/append.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/balign.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/cmpgdu_eq_qb.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/cmpgdu_le_qb.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/cmpgdu_lt_qb.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/dpa_w_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/dpaqx_s_w_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/dpaqx_sa_w_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/dpax_w_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/dps_w_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/dpsqx_s_w_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/dpsqx_sa_w_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/dpsx_w_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/mul_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/mul_s_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/mulq_rs_w.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/mulq_s_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/mulq_s_w.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/mulsa_w_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/mulsaq_s_w_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/precr_qb_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/precr_sra_ph_w.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/precr_sra_r_ph_w.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/prepend.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/shra_qb.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/shra_r_qb.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/shrav_qb.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/shrav_r_qb.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/shrl_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/shrlv_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/subqh_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/subqh_r_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/subqh_r_w.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/subqh_w.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/subu_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/subu_s_ph.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/subuh_qb.c
/openbmc/qemu/tests/tcg/mips/mips32-dspr2/subuh_r_qb.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/Makefile
/openbmc/qemu/tests/tcg/mips/mips64-dsp/absq_s_ob.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/absq_s_ph.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/absq_s_pw.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/absq_s_qh.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/absq_s_w.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/addq_ph.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/addq_pw.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/addq_qh.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/addq_s_ph.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/addq_s_pw.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/addq_s_qh.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/addq_s_w.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/addsc.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/addu_ob.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/addu_qb.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/addu_s_ob.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/addu_s_qb.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/addwc.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/bitrev.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/bposge32.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/bposge64.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/cmp_eq_ph.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/cmp_eq_pw.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/cmp_eq_qh.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/cmp_le_ph.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/cmp_le_pw.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/cmp_le_qh.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/cmp_lt_ph.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/cmp_lt_pw.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/cmp_lt_qh.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/cmpgu_eq_ob.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/cmpgu_eq_qb.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/cmpgu_le_ob.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/cmpgu_le_qb.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/cmpgu_lt_ob.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/cmpgu_lt_qb.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/cmpu_eq_ob.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/cmpu_eq_qb.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/cmpu_le_ob.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/cmpu_le_qb.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/cmpu_lt_ob.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/cmpu_lt_qb.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/dappend.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/dextp.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/dextpdp.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/dextpdpv.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/dextpv.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/dextr_l.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/dextr_r_l.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/dextr_r_w.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/dextr_rs_l.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/dextr_rs_w.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/dextr_s_h.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/dextr_w.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/dextrv_l.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/dextrv_r_l.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/dextrv_r_w.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/dextrv_rs_l.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/dextrv_rs_w.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/dextrv_s_h.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/dextrv_w.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/dinsv.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/dmadd.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/dmaddu.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/dmsub.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/dmsubu.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/dmthlip.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/dpaq_s_w_ph.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/dpaq_s_w_qh.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/dpaq_sa_l_pw.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/dpaq_sa_l_w.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/dpau_h_obl.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/dpau_h_obr.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/dpau_h_qbl.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/dpau_h_qbr.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/dpsq_s_w_ph.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/dpsq_s_w_qh.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/dpsq_sa_l_pw.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/dpsq_sa_l_w.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/dpsu_h_obl.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/dpsu_h_obr.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/dpsu_h_qbl.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/dpsu_h_qbr.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/dshilo.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/dshilov.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/extp.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/extpdp.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/extpdpv.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/extpv.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/extr_r_w.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/extr_rs_w.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/extr_s_h.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/extr_w.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/extrv_r_w.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/extrv_rs_w.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/extrv_s_h.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/extrv_w.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/head.S
/openbmc/qemu/tests/tcg/mips/mips64-dsp/insv.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/io.h
/openbmc/qemu/tests/tcg/mips/mips64-dsp/lbux.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/ldx.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/lhx.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/lwx.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/madd.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/maddu.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/maq_s_l_pwl.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/maq_s_l_pwr.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/maq_s_w_phl.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/maq_s_w_phr.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/maq_s_w_qhll.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/maq_s_w_qhlr.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/maq_s_w_qhrl.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/maq_s_w_qhrr.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/maq_sa_w_phl.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/maq_sa_w_phr.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/maq_sa_w_qhll.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/maq_sa_w_qhlr.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/maq_sa_w_qhrl.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/maq_sa_w_qhrr.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/mfhi.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/mflo.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/mips_boot.lds
/openbmc/qemu/tests/tcg/mips/mips64-dsp/modsub.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/msub.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/msubu.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/mthi.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/mthlip.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/mtlo.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/muleq_s_pw_qhl.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/muleq_s_pw_qhr.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/muleq_s_w_phl.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/muleq_s_w_phr.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/muleu_s_ph_qbl.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/muleu_s_ph_qbr.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/muleu_s_qh_obl.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/muleu_s_qh_obr.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/mulq_rs_ph.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/mulq_rs_qh.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/mulsaq_s_l_pw.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/mulsaq_s_w_qh.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/mult.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/multu.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/packrl_ph.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/packrl_pw.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/pick_ob.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/pick_ph.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/pick_pw.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/pick_qb.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/pick_qh.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/preceq_l_pwl.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/preceq_l_pwr.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/preceq_pw_qhl.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/preceq_pw_qhla.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/preceq_pw_qhr.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/preceq_pw_qhra.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/preceq_w_phl.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/preceq_w_phr.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/precequ_ph_qbl.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/precequ_ph_qbla.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/precequ_ph_qbr.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/precequ_ph_qbra.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/precequ_qh_obl.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/precequ_qh_obla.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/precequ_qh_obr.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/precequ_qh_obra.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/preceu_ph_qbl.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/preceu_ph_qbla.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/preceu_ph_qbr.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/preceu_ph_qbra.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/preceu_qh_obl.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/preceu_qh_obla.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/preceu_qh_obr.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/preceu_qh_obra.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/precr_ob_qh.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/precr_sra_qh_pw.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/precr_sra_r_qh_pw.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/precrq_ob_qh.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/precrq_ph_w.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/precrq_pw_l.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/precrq_qb_ph.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/precrq_qh_pw.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/precrq_rs_ph_w.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/precrq_rs_qh_pw.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/precrqu_s_ob_qh.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/precrqu_s_qb_ph.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/prependd.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/prependw.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/printf.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/raddu_l_ob.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/raddu_w_qb.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/rddsp.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/repl_ob.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/repl_ph.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/repl_pw.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/repl_qb.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/repl_qh.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/replv_ob.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/replv_ph.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/replv_pw.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/replv_qb.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/shilo.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/shilov.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/shll_ob.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/shll_ph.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/shll_pw.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/shll_qb.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/shll_qh.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/shll_s_ph.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/shll_s_pw.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/shll_s_qh.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/shll_s_w.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/shllv_ob.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/shllv_ph.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/shllv_pw.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/shllv_qb.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/shllv_qh.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/shllv_s_ph.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/shllv_s_pw.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/shllv_s_qh.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/shllv_s_w.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/shra_ob.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/shra_ph.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/shra_pw.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/shra_qh.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/shra_r_ob.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/shra_r_ph.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/shra_r_pw.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/shra_r_qh.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/shra_r_w.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/shrav_ph.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/shrav_pw.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/shrav_qh.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/shrav_r_ph.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/shrav_r_pw.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/shrav_r_qh.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/shrav_r_w.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/shrl_ob.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/shrl_qb.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/shrl_qh.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/shrlv_ob.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/shrlv_qb.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/shrlv_qh.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/subq_ph.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/subq_pw.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/subq_qh.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/subq_s_ph.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/subq_s_pw.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/subq_s_qh.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/subq_s_w.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/subu_ob.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/subu_qb.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/subu_s_ob.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/subu_s_qb.c
/openbmc/qemu/tests/tcg/mips/mips64-dsp/wrdsp.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/.directory
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/Makefile
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/absq_s_qb.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/addqh_ph.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/addqh_r_ph.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/addqh_r_w.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/addqh_w.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/addu_ph.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/addu_qh.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/addu_s_ph.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/addu_s_qh.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/adduh_ob.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/adduh_qb.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/adduh_r_ob.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/adduh_r_qb.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/append.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/balign.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/cmpgdu_eq_ob.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/cmpgdu_eq_qb.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/cmpgdu_le_ob.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/cmpgdu_le_qb.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/cmpgdu_lt_ob.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/cmpgdu_lt_qb.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/dbalign.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/dpa_w_ph.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/dpa_w_qh.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/dpaqx_s_w_ph.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/dpaqx_sa_w_ph.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/dpax_w_ph.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/dps_w_ph.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/dps_w_qh.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/dpsqx_s_w_ph.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/dpsqx_sa_w_ph.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/dpsx_w_ph.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/head.S
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/io.h
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/mips_boot.lds
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/mul_ph.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/mul_s_ph.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/mulq_rs_w.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/mulq_s_ph.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/mulq_s_w.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/mulsa_w_ph.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/mulsaq_s_w_ph.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/precr_qb_ph.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/precr_sra_ph_w.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/precr_sra_r_ph_w.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/prepend.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/printf.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/shra_qb.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/shra_r_qb.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/shrav_ob.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/shrav_qb.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/shrav_r_ob.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/shrav_r_qb.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/shrl_ph.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/shrlv_ph.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/subqh_ph.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/subqh_r_ph.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/subqh_r_w.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/subqh_w.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/subu_ph.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/subu_qh.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/subu_s_ph.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/subu_s_qh.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/subuh_ob.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/subuh_qb.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/subuh_r_ob.c
/openbmc/qemu/tests/tcg/mips/mips64-dspr2/subuh_r_qb.c
/openbmc/qemu/tests/tcg/test-i386-fprem.c
/openbmc/qemu/tests/tcg/test-i386.c
/openbmc/qemu/tests/tcg/test-mmap.c
/openbmc/qemu/tests/tcg/testthread.c
/openbmc/qemu/tests/test-aio.c
/openbmc/qemu/tests/test-thread-pool.c
/openbmc/qemu/thread-pool.c
/openbmc/qemu/thread-pool.h
/openbmc/qemu/trace-events
/openbmc/qemu/trace/control.c
/openbmc/qemu/translate-all.c
/openbmc/qemu/ui/cocoa.m
/openbmc/qemu/ui/curses.c
/openbmc/qemu/ui/sdl.c
/openbmc/qemu/ui/spice-core.c
/openbmc/qemu/ui/spice-display.c
/openbmc/qemu/ui/spice-display.h
/openbmc/qemu/ui/vnc-enc-hextile-template.h
/openbmc/qemu/ui/vnc-enc-hextile.c
/openbmc/qemu/ui/vnc-enc-tight.c
/openbmc/qemu/ui/vnc-enc-zrle.c
/openbmc/qemu/ui/vnc-jobs.c
/openbmc/qemu/ui/vnc-jobs.h
/openbmc/qemu/ui/vnc-palette.h
/openbmc/qemu/ui/vnc.c
/openbmc/qemu/ui/vnc.h
/openbmc/qemu/vl.c
/openbmc/qemu/vmstate.h
63186e5630-Oct-2012 Paolo Bonzini <pbonzini@redhat.com>

build: opts-visitor is not really part of QAPI

It is only used by QEMU itself, do not build it into the tests.

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


/openbmc/qemu/.exrc
/openbmc/qemu/.gitignore
/openbmc/qemu/HACKING
/openbmc/qemu/MAINTAINERS
/openbmc/qemu/Makefile
/openbmc/qemu/Makefile.objs
/openbmc/qemu/Makefile.target
/openbmc/qemu/QMP/qemu-ga-client
/openbmc/qemu/QMP/qmp-events.txt
/openbmc/qemu/QMP/qmp-shell
/openbmc/qemu/QMP/qmp.py
/openbmc/qemu/VERSION
/openbmc/qemu/aio.c
/openbmc/qemu/arch_init.c
/openbmc/qemu/arch_init.h
/openbmc/qemu/audio/audio_template.h
/openbmc/qemu/audio/winwaveaudio.c
/openbmc/qemu/block-migration.c
/openbmc/qemu/block.c
/openbmc/qemu/block.h
/openbmc/qemu/block/Makefile.objs
/openbmc/qemu/block/blkdebug.c
/openbmc/qemu/block/commit.c
/openbmc/qemu/block/curl.c
/openbmc/qemu/block/gluster.c
/openbmc/qemu/block/iscsi.c
/openbmc/qemu/block/qcow.c
/openbmc/qemu/block/qcow2.c
/openbmc/qemu/block/qed-table.c
/openbmc/qemu/block/qed.c
/openbmc/qemu/block/raw-posix.c
/openbmc/qemu/block/raw-win32.c
/openbmc/qemu/block/raw.c
/openbmc/qemu/block/rbd.c
/openbmc/qemu/block/sheepdog.c
/openbmc/qemu/block/stream.c
/openbmc/qemu/block/vdi.c
/openbmc/qemu/block/vmdk.c
/openbmc/qemu/block/vpc.c
/openbmc/qemu/block_int.h
/openbmc/qemu/blockdev-nbd.c
/openbmc/qemu/blockdev.c
/openbmc/qemu/blockjob.c
/openbmc/qemu/blockjob.h
/openbmc/qemu/buffered_file.c
/openbmc/qemu/buffered_file.h
/openbmc/qemu/compiler.h
/openbmc/qemu/configure
/openbmc/qemu/console.c
/openbmc/qemu/console.h
/openbmc/qemu/cpu-all.h
/openbmc/qemu/cpu-common.h
/openbmc/qemu/cpu-defs.h
/openbmc/qemu/cpu-exec.c
/openbmc/qemu/cpus.c
/openbmc/qemu/cputlb.c
/openbmc/qemu/cputlb.h
/openbmc/qemu/cutils.c
/openbmc/qemu/def-helper.h
/openbmc/qemu/default-configs/arm-softmmu.mak
/openbmc/qemu/default-configs/microblaze-softmmu.mak
/openbmc/qemu/default-configs/microblazeel-softmmu.mak
/openbmc/qemu/default-configs/pci.mak
/openbmc/qemu/device_tree.c
/openbmc/qemu/device_tree.h
/openbmc/qemu/disas.c
/openbmc/qemu/disas.h
/openbmc/qemu/dma-helpers.c
/openbmc/qemu/dma.h
/openbmc/qemu/docs/qemupciserial.inf
/openbmc/qemu/docs/specs/pci-serial.txt
/openbmc/qemu/docs/specs/ppc-spapr-hcalls.txt
/openbmc/qemu/docs/specs/standard-vga.txt
/openbmc/qemu/docs/usb2.txt
/openbmc/qemu/dump.c
/openbmc/qemu/error.c
/openbmc/qemu/error.h
/openbmc/qemu/exec-all.h
/openbmc/qemu/exec-memory.h
/openbmc/qemu/exec.c
/openbmc/qemu/fpu/softfloat-specialize.h
/openbmc/qemu/fpu/softfloat.c
/openbmc/qemu/fpu/softfloat.h
/openbmc/qemu/gdbstub.c
/openbmc/qemu/hmp-commands.hx
/openbmc/qemu/hmp.c
/openbmc/qemu/hmp.h
/openbmc/qemu/hw/9pfs/Makefile.objs
/openbmc/qemu/hw/9pfs/virtio-9p-posix-acl.c
/openbmc/qemu/hw/9pfs/virtio-9p-synth.c
/openbmc/qemu/hw/9pfs/virtio-9p-xattr-user.c
/openbmc/qemu/hw/9pfs/virtio-9p-xattr.c
/openbmc/qemu/hw/9pfs/virtio-9p.c
/openbmc/qemu/hw/Makefile.objs
/openbmc/qemu/hw/a9mpcore.c
/openbmc/qemu/hw/acpi.c
/openbmc/qemu/hw/acpi_piix4.c
/openbmc/qemu/hw/ads7846.c
/openbmc/qemu/hw/alpha_dp264.c
/openbmc/qemu/hw/alpha_pci.c
/openbmc/qemu/hw/alpha_sys.h
/openbmc/qemu/hw/alpha_typhoon.c
/openbmc/qemu/hw/an5206.c
/openbmc/qemu/hw/apb_pci.c
/openbmc/qemu/hw/apb_pci.h
/openbmc/qemu/hw/apic.c
/openbmc/qemu/hw/apic_common.c
/openbmc/qemu/hw/apic_internal.h
/openbmc/qemu/hw/arm-misc.h
/openbmc/qemu/hw/arm/Makefile.objs
/openbmc/qemu/hw/arm11mpcore.c
/openbmc/qemu/hw/arm_boot.c
/openbmc/qemu/hw/arm_gic.c
/openbmc/qemu/hw/arm_gic_common.c
/openbmc/qemu/hw/arm_gic_internal.h
/openbmc/qemu/hw/arm_l2x0.c
/openbmc/qemu/hw/arm_mptimer.c
/openbmc/qemu/hw/arm_sysctl.c
/openbmc/qemu/hw/arm_timer.c
/openbmc/qemu/hw/armv7m.c
/openbmc/qemu/hw/armv7m_nvic.c
/openbmc/qemu/hw/axis_dev88.c
/openbmc/qemu/hw/blizzard.c
/openbmc/qemu/hw/boards.h
/openbmc/qemu/hw/bonito.c
/openbmc/qemu/hw/bt-hci.c
/openbmc/qemu/hw/cadence_gem.c
/openbmc/qemu/hw/cadence_ttc.c
/openbmc/qemu/hw/cadence_uart.c
/openbmc/qemu/hw/cirrus_vga.c
/openbmc/qemu/hw/collie.c
/openbmc/qemu/hw/cris-boot.h
/openbmc/qemu/hw/cs4231.c
/openbmc/qemu/hw/cs4231a.c
/openbmc/qemu/hw/cuda.c
/openbmc/qemu/hw/dec_pci.c
/openbmc/qemu/hw/dec_pci.h
/openbmc/qemu/hw/device-hotplug.c
/openbmc/qemu/hw/dma.c
/openbmc/qemu/hw/dp8393x.c
/openbmc/qemu/hw/ds1225y.c
/openbmc/qemu/hw/ds1338.c
/openbmc/qemu/hw/dummy_m68k.c
/openbmc/qemu/hw/e1000.c
/openbmc/qemu/hw/eccmemctl.c
/openbmc/qemu/hw/eepro100.c
/openbmc/qemu/hw/elf_ops.h
/openbmc/qemu/hw/empty_slot.c
/openbmc/qemu/hw/empty_slot.h
/openbmc/qemu/hw/escc.c
/openbmc/qemu/hw/escc.h
/openbmc/qemu/hw/esp-pci.c
/openbmc/qemu/hw/esp.c
/openbmc/qemu/hw/esp.h
/openbmc/qemu/hw/etraxfs.h
/openbmc/qemu/hw/etraxfs_dma.c
/openbmc/qemu/hw/etraxfs_dma.h
/openbmc/qemu/hw/etraxfs_eth.c
/openbmc/qemu/hw/etraxfs_pic.c
/openbmc/qemu/hw/etraxfs_ser.c
/openbmc/qemu/hw/etraxfs_timer.c
/openbmc/qemu/hw/exynos4210.h
/openbmc/qemu/hw/exynos4210_combiner.c
/openbmc/qemu/hw/exynos4210_fimd.c
/openbmc/qemu/hw/exynos4210_gic.c
/openbmc/qemu/hw/exynos4210_i2c.c
/openbmc/qemu/hw/exynos4210_mct.c
/openbmc/qemu/hw/exynos4210_pmu.c
/openbmc/qemu/hw/exynos4210_pwm.c
/openbmc/qemu/hw/exynos4210_rtc.c
/openbmc/qemu/hw/exynos4210_uart.c
/openbmc/qemu/hw/exynos4_boards.c
/openbmc/qemu/hw/fdc.c
/openbmc/qemu/hw/fdc.h
/openbmc/qemu/hw/fifo.c
/openbmc/qemu/hw/fifo.h
/openbmc/qemu/hw/flash.h
/openbmc/qemu/hw/framebuffer.c
/openbmc/qemu/hw/framebuffer.h
/openbmc/qemu/hw/fw_cfg.c
/openbmc/qemu/hw/fw_cfg.h
/openbmc/qemu/hw/g364fb.c
/openbmc/qemu/hw/grackle_pci.c
/openbmc/qemu/hw/grlib.h
/openbmc/qemu/hw/grlib_apbuart.c
/openbmc/qemu/hw/grlib_gptimer.c
/openbmc/qemu/hw/grlib_irqmp.c
/openbmc/qemu/hw/gt64xxx.c
/openbmc/qemu/hw/gumstix.c
/openbmc/qemu/hw/heathrow_pic.c
/openbmc/qemu/hw/highbank.c
/openbmc/qemu/hw/hpet.c
/openbmc/qemu/hw/hw.h
/openbmc/qemu/hw/i82378.c
/openbmc/qemu/hw/i8259.c
/openbmc/qemu/hw/ide.h
/openbmc/qemu/hw/ide/Makefile.objs
/openbmc/qemu/hw/ide/ahci.c
/openbmc/qemu/hw/ide/atapi.c
/openbmc/qemu/hw/ide/cmd646.c
/openbmc/qemu/hw/ide/core.c
/openbmc/qemu/hw/ide/macio.c
/openbmc/qemu/hw/ide/mmio.c
/openbmc/qemu/hw/ide/pci.c
/openbmc/qemu/hw/ide/piix.c
/openbmc/qemu/hw/ide/qdev.c
/openbmc/qemu/hw/ide/via.c
/openbmc/qemu/hw/imx.h
/openbmc/qemu/hw/imx_avic.c
/openbmc/qemu/hw/imx_ccm.c
/openbmc/qemu/hw/imx_serial.c
/openbmc/qemu/hw/imx_timer.c
/openbmc/qemu/hw/integratorcp.c
/openbmc/qemu/hw/intel-hda.c
/openbmc/qemu/hw/ioapic.c
/openbmc/qemu/hw/ioh3420.c
/openbmc/qemu/hw/irq.c
/openbmc/qemu/hw/irq.h
/openbmc/qemu/hw/isa-bus.c
/openbmc/qemu/hw/isa.h
/openbmc/qemu/hw/isa_mmio.c
/openbmc/qemu/hw/ivshmem.c
/openbmc/qemu/hw/jazz_led.c
/openbmc/qemu/hw/kvm/Makefile.objs
/openbmc/qemu/hw/kvm/apic.c
/openbmc/qemu/hw/kvm/pci-assign.c
/openbmc/qemu/hw/kvmvapic.c
/openbmc/qemu/hw/kzm.c
/openbmc/qemu/hw/lan9118.c
/openbmc/qemu/hw/lance.c
/openbmc/qemu/hw/leon3.c
/openbmc/qemu/hw/lm32_boards.c
/openbmc/qemu/hw/lm32_hwsetup.h
/openbmc/qemu/hw/lm32_sys.c
/openbmc/qemu/hw/lm32_timer.c
/openbmc/qemu/hw/lm32_uart.c
/openbmc/qemu/hw/lm4549.c
/openbmc/qemu/hw/lm4549.h
/openbmc/qemu/hw/loader.c
/openbmc/qemu/hw/loader.h
/openbmc/qemu/hw/lsi53c895a.c
/openbmc/qemu/hw/m25p80.c
/openbmc/qemu/hw/m48t59.c
/openbmc/qemu/hw/mac_dbdma.c
/openbmc/qemu/hw/mac_dbdma.h
/openbmc/qemu/hw/mac_nvram.c
/openbmc/qemu/hw/mainstone.c
/openbmc/qemu/hw/marvell_88w8618_audio.c
/openbmc/qemu/hw/max111x.c
/openbmc/qemu/hw/mc146818rtc.c
/openbmc/qemu/hw/mc146818rtc_regs.h
/openbmc/qemu/hw/mcf.h
/openbmc/qemu/hw/mcf5206.c
/openbmc/qemu/hw/mcf5208.c
/openbmc/qemu/hw/mcf_fec.c
/openbmc/qemu/hw/mcf_intc.c
/openbmc/qemu/hw/mcf_uart.c
/openbmc/qemu/hw/megasas.c
/openbmc/qemu/hw/microblaze/Makefile.objs
/openbmc/qemu/hw/microblaze_boot.c
/openbmc/qemu/hw/microblaze_boot.h
/openbmc/qemu/hw/milkymist-ac97.c
/openbmc/qemu/hw/milkymist-hpdmc.c
/openbmc/qemu/hw/milkymist-hw.h
/openbmc/qemu/hw/milkymist-memcard.c
/openbmc/qemu/hw/milkymist-minimac2.c
/openbmc/qemu/hw/milkymist-pfpu.c
/openbmc/qemu/hw/milkymist-softusb.c
/openbmc/qemu/hw/milkymist-sysctl.c
/openbmc/qemu/hw/milkymist-tmu2.c
/openbmc/qemu/hw/milkymist-uart.c
/openbmc/qemu/hw/milkymist-vgafb.c
/openbmc/qemu/hw/milkymist.c
/openbmc/qemu/hw/mips.h
/openbmc/qemu/hw/mips_fulong2e.c
/openbmc/qemu/hw/mips_jazz.c
/openbmc/qemu/hw/mips_malta.c
/openbmc/qemu/hw/mips_mipssim.c
/openbmc/qemu/hw/mips_r4k.c
/openbmc/qemu/hw/mipsnet.c
/openbmc/qemu/hw/mpc8544_guts.c
/openbmc/qemu/hw/msix.c
/openbmc/qemu/hw/mst_fpga.c
/openbmc/qemu/hw/multiboot.c
/openbmc/qemu/hw/musicpal.c
/openbmc/qemu/hw/nand.c
/openbmc/qemu/hw/ne2000.c
/openbmc/qemu/hw/nseries.c
/openbmc/qemu/hw/null-machine.c
/openbmc/qemu/hw/nvram.h
/openbmc/qemu/hw/omap.h
/openbmc/qemu/hw/omap1.c
/openbmc/qemu/hw/omap2.c
/openbmc/qemu/hw/omap_dma.c
/openbmc/qemu/hw/omap_dss.c
/openbmc/qemu/hw/omap_gpio.c
/openbmc/qemu/hw/omap_gpmc.c
/openbmc/qemu/hw/omap_gptimer.c
/openbmc/qemu/hw/omap_i2c.c
/openbmc/qemu/hw/omap_intc.c
/openbmc/qemu/hw/omap_l4.c
/openbmc/qemu/hw/omap_lcdc.c
/openbmc/qemu/hw/omap_mmc.c
/openbmc/qemu/hw/omap_sdrc.c
/openbmc/qemu/hw/omap_spi.c
/openbmc/qemu/hw/omap_sx1.c
/openbmc/qemu/hw/omap_synctimer.c
/openbmc/qemu/hw/omap_tap.c
/openbmc/qemu/hw/omap_uart.c
/openbmc/qemu/hw/onenand.c
/openbmc/qemu/hw/opencores_eth.c
/openbmc/qemu/hw/openpic.c
/openbmc/qemu/hw/openpic.h
/openbmc/qemu/hw/openrisc_sim.c
/openbmc/qemu/hw/palm.c
/openbmc/qemu/hw/parallel.c
/openbmc/qemu/hw/pc.c
/openbmc/qemu/hw/pc.h
/openbmc/qemu/hw/pc_piix.c
/openbmc/qemu/hw/pc_sysfw.c
/openbmc/qemu/hw/pci.c
/openbmc/qemu/hw/pci.h
/openbmc/qemu/hw/pci_host.c
/openbmc/qemu/hw/pci_host.h
/openbmc/qemu/hw/pci_ids.h
/openbmc/qemu/hw/pcie.h
/openbmc/qemu/hw/pcie_aer.c
/openbmc/qemu/hw/pcie_host.c
/openbmc/qemu/hw/pcie_host.h
/openbmc/qemu/hw/pckbd.c
/openbmc/qemu/hw/pcnet-pci.c
/openbmc/qemu/hw/pcnet.c
/openbmc/qemu/hw/pcnet.h
/openbmc/qemu/hw/pcspk.c
/openbmc/qemu/hw/petalogix_ml605_mmu.c
/openbmc/qemu/hw/petalogix_s3adsp1800_mmu.c
/openbmc/qemu/hw/pflash_cfi01.c
/openbmc/qemu/hw/pflash_cfi02.c
/openbmc/qemu/hw/piix_pci.c
/openbmc/qemu/hw/pl011.c
/openbmc/qemu/hw/pl022.c
/openbmc/qemu/hw/pl031.c
/openbmc/qemu/hw/pl041.c
/openbmc/qemu/hw/pl050.c
/openbmc/qemu/hw/pl061.c
/openbmc/qemu/hw/pl080.c
/openbmc/qemu/hw/pl110.c
/openbmc/qemu/hw/pl110_template.h
/openbmc/qemu/hw/pl181.c
/openbmc/qemu/hw/pl190.c
/openbmc/qemu/hw/ppc/e500.c
/openbmc/qemu/hw/ppc/e500plat.c
/openbmc/qemu/hw/ppc/mpc8544ds.c
/openbmc/qemu/hw/ppc405.h
/openbmc/qemu/hw/ppc405_boards.c
/openbmc/qemu/hw/ppc405_uc.c
/openbmc/qemu/hw/ppc440_bamboo.c
/openbmc/qemu/hw/ppc4xx.h
/openbmc/qemu/hw/ppc4xx_devs.c
/openbmc/qemu/hw/ppc4xx_pci.c
/openbmc/qemu/hw/ppc_mac.h
/openbmc/qemu/hw/ppc_newworld.c
/openbmc/qemu/hw/ppc_oldworld.c
/openbmc/qemu/hw/ppc_prep.c
/openbmc/qemu/hw/ppce500_pci.c
/openbmc/qemu/hw/ppce500_spin.c
/openbmc/qemu/hw/prep_pci.c
/openbmc/qemu/hw/puv3.c
/openbmc/qemu/hw/puv3_dma.c
/openbmc/qemu/hw/puv3_gpio.c
/openbmc/qemu/hw/puv3_intc.c
/openbmc/qemu/hw/puv3_ost.c
/openbmc/qemu/hw/puv3_pm.c
/openbmc/qemu/hw/pxa.h
/openbmc/qemu/hw/pxa2xx.c
/openbmc/qemu/hw/pxa2xx_dma.c
/openbmc/qemu/hw/pxa2xx_gpio.c
/openbmc/qemu/hw/pxa2xx_keypad.c
/openbmc/qemu/hw/pxa2xx_lcd.c
/openbmc/qemu/hw/pxa2xx_mmci.c
/openbmc/qemu/hw/pxa2xx_pcmcia.c
/openbmc/qemu/hw/pxa2xx_pic.c
/openbmc/qemu/hw/pxa2xx_timer.c
/openbmc/qemu/hw/qdev-addr.c
/openbmc/qemu/hw/qdev-addr.h
/openbmc/qemu/hw/qdev-monitor.c
/openbmc/qemu/hw/qdev.c
/openbmc/qemu/hw/qdev.h
/openbmc/qemu/hw/qxl-render.c
/openbmc/qemu/hw/qxl.c
/openbmc/qemu/hw/qxl.h
/openbmc/qemu/hw/r2d.c
/openbmc/qemu/hw/rc4030.c
/openbmc/qemu/hw/realview.c
/openbmc/qemu/hw/rtl8139.c
/openbmc/qemu/hw/s390-virtio-bus.c
/openbmc/qemu/hw/s390-virtio.c
/openbmc/qemu/hw/sb16.c
/openbmc/qemu/hw/sbi.c
/openbmc/qemu/hw/scsi-bus.c
/openbmc/qemu/hw/scsi-disk.c
/openbmc/qemu/hw/scsi-generic.c
/openbmc/qemu/hw/scsi.h
/openbmc/qemu/hw/sd.c
/openbmc/qemu/hw/serial-isa.c
/openbmc/qemu/hw/serial-pci.c
/openbmc/qemu/hw/serial.c
/openbmc/qemu/hw/serial.h
/openbmc/qemu/hw/sh.h
/openbmc/qemu/hw/sh7750.c
/openbmc/qemu/hw/sh_intc.c
/openbmc/qemu/hw/sh_pci.c
/openbmc/qemu/hw/sh_serial.c
/openbmc/qemu/hw/sh_timer.c
/openbmc/qemu/hw/sharpsl.h
/openbmc/qemu/hw/shix.c
/openbmc/qemu/hw/shpc.c
/openbmc/qemu/hw/slavio_intctl.c
/openbmc/qemu/hw/slavio_misc.c
/openbmc/qemu/hw/slavio_timer.c
/openbmc/qemu/hw/sm501.c
/openbmc/qemu/hw/smc91c111.c
/openbmc/qemu/hw/soc_dma.c
/openbmc/qemu/hw/soc_dma.h
/openbmc/qemu/hw/spapr.c
/openbmc/qemu/hw/spapr.h
/openbmc/qemu/hw/spapr_hcall.c
/openbmc/qemu/hw/spapr_iommu.c
/openbmc/qemu/hw/spapr_pci.c
/openbmc/qemu/hw/spapr_pci.h
/openbmc/qemu/hw/spapr_rtas.c
/openbmc/qemu/hw/spapr_vio.c
/openbmc/qemu/hw/spapr_vio.h
/openbmc/qemu/hw/spapr_vscsi.c
/openbmc/qemu/hw/sparc32_dma.c
/openbmc/qemu/hw/sparc32_dma.h
/openbmc/qemu/hw/spitz.c
/openbmc/qemu/hw/srp.h
/openbmc/qemu/hw/ssd0323.c
/openbmc/qemu/hw/ssi-sd.c
/openbmc/qemu/hw/ssi.c
/openbmc/qemu/hw/ssi.h
/openbmc/qemu/hw/stellaris.c
/openbmc/qemu/hw/stellaris_enet.c
/openbmc/qemu/hw/strongarm.c
/openbmc/qemu/hw/sun4c_intctl.c
/openbmc/qemu/hw/sun4m.c
/openbmc/qemu/hw/sun4m.h
/openbmc/qemu/hw/sun4m_iommu.c
/openbmc/qemu/hw/sun4u.c
/openbmc/qemu/hw/sysbus.c
/openbmc/qemu/hw/sysbus.h
/openbmc/qemu/hw/tc6393xb.c
/openbmc/qemu/hw/tcx.c
/openbmc/qemu/hw/tosa.c
/openbmc/qemu/hw/tusb6010.c
/openbmc/qemu/hw/unin_pci.c
/openbmc/qemu/hw/usb.h
/openbmc/qemu/hw/usb/Makefile.objs
/openbmc/qemu/hw/usb/core.c
/openbmc/qemu/hw/usb/desc.c
/openbmc/qemu/hw/usb/desc.h
/openbmc/qemu/hw/usb/dev-audio.c
/openbmc/qemu/hw/usb/dev-network.c
/openbmc/qemu/hw/usb/dev-serial.c
/openbmc/qemu/hw/usb/dev-storage.c
/openbmc/qemu/hw/usb/dev-uas.c
/openbmc/qemu/hw/usb/hcd-ehci.c
/openbmc/qemu/hw/usb/hcd-musb.c
/openbmc/qemu/hw/usb/hcd-ohci.c
/openbmc/qemu/hw/usb/hcd-uhci.c
/openbmc/qemu/hw/usb/hcd-xhci.c
/openbmc/qemu/hw/usb/host-linux.c
/openbmc/qemu/hw/usb/libhw.c
/openbmc/qemu/hw/usb/redirect.c
/openbmc/qemu/hw/versatile_i2c.c
/openbmc/qemu/hw/versatile_pci.c
/openbmc/qemu/hw/versatilepb.c
/openbmc/qemu/hw/vexpress.c
/openbmc/qemu/hw/vfio_pci.c
/openbmc/qemu/hw/vga-isa-mm.c
/openbmc/qemu/hw/vga-isa.c
/openbmc/qemu/hw/vga-pci.c
/openbmc/qemu/hw/vga.c
/openbmc/qemu/hw/vga_int.h
/openbmc/qemu/hw/vhost.c
/openbmc/qemu/hw/vhost.h
/openbmc/qemu/hw/vhost_net.c
/openbmc/qemu/hw/virtex_ml507.c
/openbmc/qemu/hw/virtio-blk.c
/openbmc/qemu/hw/virtio-blk.h
/openbmc/qemu/hw/virtio-net.c
/openbmc/qemu/hw/virtio-pci.c
/openbmc/qemu/hw/virtio-scsi.c
/openbmc/qemu/hw/virtio-scsi.h
/openbmc/qemu/hw/virtio-serial-bus.c
/openbmc/qemu/hw/virtio.c
/openbmc/qemu/hw/virtio.h
/openbmc/qemu/hw/vmware_vga.c
/openbmc/qemu/hw/wdt_i6300esb.c
/openbmc/qemu/hw/wm8750.c
/openbmc/qemu/hw/xen-host-pci-device.c
/openbmc/qemu/hw/xen.h
/openbmc/qemu/hw/xen_apic.c
/openbmc/qemu/hw/xen_domainbuild.c
/openbmc/qemu/hw/xen_machine_pv.c
/openbmc/qemu/hw/xen_nic.c
/openbmc/qemu/hw/xen_platform.c
/openbmc/qemu/hw/xen_pt.c
/openbmc/qemu/hw/xen_pt.h
/openbmc/qemu/hw/xen_pt_config_init.c
/openbmc/qemu/hw/xen_pt_msi.c
/openbmc/qemu/hw/xgmac.c
/openbmc/qemu/hw/xics.c
/openbmc/qemu/hw/xics.h
/openbmc/qemu/hw/xilinx.h
/openbmc/qemu/hw/xilinx_axidma.c
/openbmc/qemu/hw/xilinx_axienet.c
/openbmc/qemu/hw/xilinx_ethlite.c
/openbmc/qemu/hw/xilinx_intc.c
/openbmc/qemu/hw/xilinx_spi.c
/openbmc/qemu/hw/xilinx_spips.c
/openbmc/qemu/hw/xilinx_timer.c
/openbmc/qemu/hw/xilinx_uartlite.c
/openbmc/qemu/hw/xilinx_zynq.c
/openbmc/qemu/hw/xtensa_lx60.c
/openbmc/qemu/hw/xtensa_sim.c
/openbmc/qemu/hw/z2.c
/openbmc/qemu/hw/zaurus.c
/openbmc/qemu/hw/zynq_slcr.c
/openbmc/qemu/hwaddr.h
/openbmc/qemu/input.c
/openbmc/qemu/iohandler.c
/openbmc/qemu/iov.c
/openbmc/qemu/iov.h
/openbmc/qemu/kvm-all.c
/openbmc/qemu/kvm-stub.c
/openbmc/qemu/kvm.h
/openbmc/qemu/libcacard/Makefile
/openbmc/qemu/libcacard/vcard.c
/openbmc/qemu/libcacard/vcard_emul_nss.c
/openbmc/qemu/libcacard/vreader.c
/openbmc/qemu/linux-headers/asm-s390/kvm.h
/openbmc/qemu/linux-headers/asm-s390/kvm_para.h
/openbmc/qemu/linux-headers/asm-x86/kvm.h
/openbmc/qemu/linux-headers/asm-x86/kvm_para.h
/openbmc/qemu/linux-headers/linux/kvm.h
/openbmc/qemu/linux-headers/linux/vfio.h
/openbmc/qemu/linux-user/alpha/target_signal.h
/openbmc/qemu/linux-user/elfload.c
/openbmc/qemu/linux-user/linuxload.c
/openbmc/qemu/linux-user/main.c
/openbmc/qemu/linux-user/qemu.h
/openbmc/qemu/linux-user/signal.c
/openbmc/qemu/linux-user/syscall.c
/openbmc/qemu/linux-user/syscall_defs.h
/openbmc/qemu/main-loop.c
/openbmc/qemu/main-loop.h
/openbmc/qemu/memory-internal.h
/openbmc/qemu/memory.c
/openbmc/qemu/memory.h
/openbmc/qemu/memory_mapping.c
/openbmc/qemu/memory_mapping.h
/openbmc/qemu/migration-exec.c
/openbmc/qemu/migration-fd.c
/openbmc/qemu/migration-tcp.c
/openbmc/qemu/migration-unix.c
/openbmc/qemu/migration.c
/openbmc/qemu/migration.h
/openbmc/qemu/monitor.c
/openbmc/qemu/monitor.h
/openbmc/qemu/nbd.c
/openbmc/qemu/nbd.h
/openbmc/qemu/net.c
/openbmc/qemu/net.h
/openbmc/qemu/net/clients.h
/openbmc/qemu/net/dump.c
/openbmc/qemu/net/hub.c
/openbmc/qemu/net/hub.h
/openbmc/qemu/net/queue.c
/openbmc/qemu/net/queue.h
/openbmc/qemu/net/slirp.c
/openbmc/qemu/net/slirp.h
/openbmc/qemu/net/socket.c
/openbmc/qemu/net/tap-win32.c
/openbmc/qemu/net/tap.c
/openbmc/qemu/net/tap.h
/openbmc/qemu/net/vde.c
/openbmc/qemu/os-posix.c
/openbmc/qemu/osdep.c
/openbmc/qemu/osdep.h
/openbmc/qemu/oslib-win32.c
/openbmc/qemu/pc-bios/README
/openbmc/qemu/pc-bios/openbios-ppc
/openbmc/qemu/qapi-schema-guest.json
/openbmc/qemu/qapi-schema.json
Makefile.objs
/openbmc/qemu/qemu-barrier.h
/openbmc/qemu/qemu-char.c
/openbmc/qemu/qemu-common.h
/openbmc/qemu/qemu-config.c
/openbmc/qemu/qemu-file.h
/openbmc/qemu/qemu-ga.c
/openbmc/qemu/qemu-img-cmds.hx
/openbmc/qemu/qemu-img.c
/openbmc/qemu/qemu-img.texi
/openbmc/qemu/qemu-log.c
/openbmc/qemu/qemu-log.h
/openbmc/qemu/qemu-nbd.c
/openbmc/qemu/qemu-options.hx
/openbmc/qemu/qemu-os-posix.h
/openbmc/qemu/qemu-os-win32.h
/openbmc/qemu/qemu-sockets.c
/openbmc/qemu/qemu-timer.c
/openbmc/qemu/qemu-timer.h
/openbmc/qemu/qemu-tool.c
/openbmc/qemu/qemu-user.c
/openbmc/qemu/qemu_socket.h
/openbmc/qemu/qerror.h
/openbmc/qemu/qga/channel-posix.c
/openbmc/qemu/qga/commands-posix.c
/openbmc/qemu/qga/commands-win32.c
/openbmc/qemu/qmp-commands.hx
/openbmc/qemu/qmp.c
/openbmc/qemu/qobject.h
/openbmc/qemu/qom/object.c
/openbmc/qemu/roms/openbios
/openbmc/qemu/savevm.c
/openbmc/qemu/scripts/checkpatch.pl
/openbmc/qemu/scripts/qapi-types.py
/openbmc/qemu/scripts/qapi-visit.py
/openbmc/qemu/scripts/qapi.py
/openbmc/qemu/scripts/tracetool/backend/dtrace.py
/openbmc/qemu/scripts/update-linux-headers.sh
/openbmc/qemu/slirp/ip_icmp.h
/openbmc/qemu/slirp/ip_input.c
/openbmc/qemu/slirp/tcp_input.c
/openbmc/qemu/slirp/tcp_subr.c
/openbmc/qemu/slirp/tftp.c
/openbmc/qemu/slirp/tftp.h
/openbmc/qemu/slirp/udp.c
/openbmc/qemu/softmmu-semi.h
/openbmc/qemu/softmmu_defs.h
/openbmc/qemu/softmmu_header.h
/openbmc/qemu/softmmu_template.h
/openbmc/qemu/sparc-dis.c
/openbmc/qemu/sysemu.h
/openbmc/qemu/target-alpha/cpu.h
/openbmc/qemu/target-alpha/helper.c
/openbmc/qemu/target-alpha/mem_helper.c
/openbmc/qemu/target-alpha/translate.c
/openbmc/qemu/target-arm/Makefile.objs
/openbmc/qemu/target-arm/arm-semi.c
/openbmc/qemu/target-arm/cpu.h
/openbmc/qemu/target-arm/helper.c
/openbmc/qemu/target-arm/helper.h
/openbmc/qemu/target-arm/neon_helper.c
/openbmc/qemu/target-arm/op_helper.c
/openbmc/qemu/target-arm/translate.c
/openbmc/qemu/target-cris/Makefile.objs
/openbmc/qemu/target-cris/helper.c
/openbmc/qemu/target-cris/helper.h
/openbmc/qemu/target-cris/op_helper.c
/openbmc/qemu/target-cris/translate.c
/openbmc/qemu/target-cris/translate_v10.c
/openbmc/qemu/target-i386/arch_memory_mapping.c
/openbmc/qemu/target-i386/cc_helper.c
/openbmc/qemu/target-i386/cpu.c
/openbmc/qemu/target-i386/cpu.h
/openbmc/qemu/target-i386/helper.c
/openbmc/qemu/target-i386/helper.h
/openbmc/qemu/target-i386/kvm.c
/openbmc/qemu/target-i386/kvm_i386.h
/openbmc/qemu/target-i386/machine.c
/openbmc/qemu/target-i386/seg_helper.c
/openbmc/qemu/target-i386/smm_helper.c
/openbmc/qemu/target-i386/svm_helper.c
/openbmc/qemu/target-i386/translate.c
/openbmc/qemu/target-lm32/Makefile.objs
/openbmc/qemu/target-lm32/helper.c
/openbmc/qemu/target-lm32/helper.h
/openbmc/qemu/target-lm32/op_helper.c
/openbmc/qemu/target-lm32/translate.c
/openbmc/qemu/target-m68k/Makefile.objs
/openbmc/qemu/target-m68k/helper.c
/openbmc/qemu/target-m68k/helpers.h
/openbmc/qemu/target-m68k/op_helper.c
/openbmc/qemu/target-m68k/translate.c
/openbmc/qemu/target-microblaze/Makefile.objs
/openbmc/qemu/target-microblaze/cpu.h
/openbmc/qemu/target-microblaze/helper.c
/openbmc/qemu/target-microblaze/helper.h
/openbmc/qemu/target-microblaze/op_helper.c
/openbmc/qemu/target-microblaze/translate.c
/openbmc/qemu/target-mips/Makefile.objs
/openbmc/qemu/target-mips/cpu.h
/openbmc/qemu/target-mips/helper.c
/openbmc/qemu/target-mips/helper.h
/openbmc/qemu/target-mips/lmi_helper.c
/openbmc/qemu/target-mips/op_helper.c
/openbmc/qemu/target-mips/translate.c
/openbmc/qemu/target-openrisc/cpu.h
/openbmc/qemu/target-openrisc/mmu.c
/openbmc/qemu/target-openrisc/translate.c
/openbmc/qemu/target-ppc/cpu.h
/openbmc/qemu/target-ppc/int_helper.c
/openbmc/qemu/target-ppc/kvm.c
/openbmc/qemu/target-ppc/kvm_ppc.h
/openbmc/qemu/target-ppc/machine.c
/openbmc/qemu/target-ppc/mmu_helper.c
/openbmc/qemu/target-ppc/translate.c
/openbmc/qemu/target-ppc/translate_init.c
/openbmc/qemu/target-s390x/Makefile.objs
/openbmc/qemu/target-s390x/cc_helper.c
/openbmc/qemu/target-s390x/cpu.h
/openbmc/qemu/target-s390x/fpu_helper.c
/openbmc/qemu/target-s390x/helper.c
/openbmc/qemu/target-s390x/helper.h
/openbmc/qemu/target-s390x/int_helper.c
/openbmc/qemu/target-s390x/mem_helper.c
/openbmc/qemu/target-s390x/misc_helper.c
/openbmc/qemu/target-s390x/translate.c
/openbmc/qemu/target-sh4/Makefile.objs
/openbmc/qemu/target-sh4/cpu.h
/openbmc/qemu/target-sh4/helper.c
/openbmc/qemu/target-sh4/helper.h
/openbmc/qemu/target-sh4/op_helper.c
/openbmc/qemu/target-sh4/translate.c
/openbmc/qemu/target-sparc/Makefile.objs
/openbmc/qemu/target-sparc/cpu.c
/openbmc/qemu/target-sparc/cpu.h
/openbmc/qemu/target-sparc/fop_helper.c
/openbmc/qemu/target-sparc/helper.c
/openbmc/qemu/target-sparc/helper.h
/openbmc/qemu/target-sparc/int32_helper.c
/openbmc/qemu/target-sparc/int64_helper.c
/openbmc/qemu/target-sparc/ldst_helper.c
/openbmc/qemu/target-sparc/mmu_helper.c
/openbmc/qemu/target-sparc/translate.c
/openbmc/qemu/target-unicore32/Makefile.objs
/openbmc/qemu/target-unicore32/helper.h
/openbmc/qemu/target-unicore32/op_helper.c
/openbmc/qemu/target-unicore32/softmmu.c
/openbmc/qemu/target-unicore32/translate.c
/openbmc/qemu/target-xtensa/cpu.h
/openbmc/qemu/target-xtensa/helper.c
/openbmc/qemu/target-xtensa/helper.h
/openbmc/qemu/target-xtensa/op_helper.c
/openbmc/qemu/target-xtensa/overlay_tool.h
/openbmc/qemu/target-xtensa/translate.c
/openbmc/qemu/target-xtensa/xtensa-semi.c
/openbmc/qemu/tcg/README
/openbmc/qemu/tcg/arm/tcg-target.c
/openbmc/qemu/tcg/arm/tcg-target.h
/openbmc/qemu/tcg/hppa/tcg-target.c
/openbmc/qemu/tcg/hppa/tcg-target.h
/openbmc/qemu/tcg/i386/tcg-target.c
/openbmc/qemu/tcg/i386/tcg-target.h
/openbmc/qemu/tcg/ia64/tcg-target.c
/openbmc/qemu/tcg/ia64/tcg-target.h
/openbmc/qemu/tcg/mips/tcg-target.c
/openbmc/qemu/tcg/mips/tcg-target.h
/openbmc/qemu/tcg/optimize.c
/openbmc/qemu/tcg/ppc/tcg-target.c
/openbmc/qemu/tcg/ppc/tcg-target.h
/openbmc/qemu/tcg/ppc64/tcg-target.c
/openbmc/qemu/tcg/ppc64/tcg-target.h
/openbmc/qemu/tcg/s390/tcg-target.c
/openbmc/qemu/tcg/s390/tcg-target.h
/openbmc/qemu/tcg/sparc/tcg-target.c
/openbmc/qemu/tcg/sparc/tcg-target.h
/openbmc/qemu/tcg/tcg-op.h
/openbmc/qemu/tcg/tcg-opc.h
/openbmc/qemu/tcg/tcg.c
/openbmc/qemu/tcg/tcg.h
/openbmc/qemu/tcg/tci/tcg-target.c
/openbmc/qemu/tcg/tci/tcg-target.h
/openbmc/qemu/tci.c
/openbmc/qemu/tests/Makefile
/openbmc/qemu/tests/libqtest.c
/openbmc/qemu/tests/qemu-iotests/030
/openbmc/qemu/tests/qemu-iotests/030.out
/openbmc/qemu/tests/qemu-iotests/040
/openbmc/qemu/tests/qemu-iotests/040.out
/openbmc/qemu/tests/qemu-iotests/group
/openbmc/qemu/tests/qemu-iotests/iotests.py
/openbmc/qemu/tests/rtc-test.c
/openbmc/qemu/tests/tcg/Makefile
/openbmc/qemu/tests/tcg/linux-test.c
/openbmc/qemu/tests/tcg/test-i386.c
/openbmc/qemu/tests/tcg/test_path.c
/openbmc/qemu/trace-events
/openbmc/qemu/ui/spice-core.c
/openbmc/qemu/ui/spice-display.c
/openbmc/qemu/ui/spice-display.h
/openbmc/qemu/ui/vnc-auth-sasl.c
/openbmc/qemu/ui/vnc-jobs.c
/openbmc/qemu/ui/vnc-tls.c
/openbmc/qemu/ui/vnc.c
/openbmc/qemu/uri.c
/openbmc/qemu/uri.h
/openbmc/qemu/user-exec.c
/openbmc/qemu/vl.c
/openbmc/qemu/vmstate.h
/openbmc/qemu/xen-all.c
/openbmc/qemu/xen-mapcache.c
/openbmc/qemu/xen-mapcache.h
/openbmc/qemu/xen-stub.c
e36c876618-Aug-2012 Stefan Weil <sw@weilnetz.de>

qapi: Fix memory leak

valgrind report:

==24534== 232 bytes in 2 blocks are definitely lost in loss record 1,245 of 1,601
==24534== at 0x4824F20: malloc (vg_replace_malloc.c:236)
==24534== by

qapi: Fix memory leak

valgrind report:

==24534== 232 bytes in 2 blocks are definitely lost in loss record 1,245 of 1,601
==24534== at 0x4824F20: malloc (vg_replace_malloc.c:236)
==24534== by 0x293C88: malloc_and_trace (vl.c:2281)
==24534== by 0x489AD99: ??? (in /lib/libglib-2.0.so.0.2400.1)
==24534== by 0x489B23B: g_malloc0 (in /lib/libglib-2.0.so.0.2400.1)
==24534== by 0x2B4EFC: opts_visitor_new (opts-visitor.c:376)
==24534== by 0x29DEA5: net_client_init (net.c:708)
==24534== by 0x29E6C7: net_init_client (net.c:966)
==24534== by 0x2C2179: qemu_opts_foreach (qemu-option.c:1114)
==24534== by 0x29E85B: net_init_clients (net.c:1008)
==24534== by 0x296F40: main (vl.c:3463)

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>

show more ...


/openbmc/qemu/MAINTAINERS
/openbmc/qemu/Makefile
/openbmc/qemu/Makefile.objs
/openbmc/qemu/QMP/qmp-events.txt
/openbmc/qemu/VERSION
/openbmc/qemu/arch_init.c
/openbmc/qemu/arch_init.h
/openbmc/qemu/block.c
/openbmc/qemu/block/iscsi.c
/openbmc/qemu/block/raw-posix.c
/openbmc/qemu/block/raw-win32.c
/openbmc/qemu/block/vdi.c
/openbmc/qemu/block/vmdk.c
/openbmc/qemu/block/vpc.c
/openbmc/qemu/block/vvfat.c
/openbmc/qemu/compiler.h
/openbmc/qemu/configure
/openbmc/qemu/cpu-all.h
/openbmc/qemu/cpus.c
/openbmc/qemu/cputlb.c
/openbmc/qemu/cutils.c
/openbmc/qemu/default-configs/arm-softmmu.mak
/openbmc/qemu/dma-helpers.c
/openbmc/qemu/docs/bootindex.txt
/openbmc/qemu/docs/writing-qmp-commands.txt
/openbmc/qemu/docs/xbzrle.txt
/openbmc/qemu/error.c
/openbmc/qemu/error.h
/openbmc/qemu/exec.c
/openbmc/qemu/hmp-commands.hx
/openbmc/qemu/hmp.c
/openbmc/qemu/hmp.h
/openbmc/qemu/hw/Makefile.objs
/openbmc/qemu/hw/acpi.c
/openbmc/qemu/hw/alpha_pci.c
/openbmc/qemu/hw/apic_common.c
/openbmc/qemu/hw/arm/Makefile.objs
/openbmc/qemu/hw/armv7m.c
/openbmc/qemu/hw/armv7m_nvic.c
/openbmc/qemu/hw/boards.h
/openbmc/qemu/hw/cirrus_vga.c
/openbmc/qemu/hw/framebuffer.c
/openbmc/qemu/hw/ivshmem.c
/openbmc/qemu/hw/kvm/i8254.c
/openbmc/qemu/hw/kvm/i8259.c
/openbmc/qemu/hw/kvm/ioapic.c
/openbmc/qemu/hw/mips_malta.c
/openbmc/qemu/hw/msix.c
/openbmc/qemu/hw/openpic.c
/openbmc/qemu/hw/pc.c
/openbmc/qemu/hw/pc.h
/openbmc/qemu/hw/ppc/Makefile.objs
/openbmc/qemu/hw/ppc/e500.c
/openbmc/qemu/hw/ppc/e500.h
/openbmc/qemu/hw/ppc/e500plat.c
/openbmc/qemu/hw/ppc/mpc8544ds.c
/openbmc/qemu/hw/ppc_newworld.c
/openbmc/qemu/hw/ppc_oldworld.c
/openbmc/qemu/hw/ppc_prep.c
/openbmc/qemu/hw/qdev-monitor.c
/openbmc/qemu/hw/scsi-bus.c
/openbmc/qemu/hw/sd.c
/openbmc/qemu/hw/sd.h
/openbmc/qemu/hw/spapr.c
/openbmc/qemu/hw/spapr.h
/openbmc/qemu/hw/spapr_iommu.c
/openbmc/qemu/hw/spapr_llan.c
/openbmc/qemu/hw/spapr_pci.c
/openbmc/qemu/hw/spapr_pci.h
/openbmc/qemu/hw/spapr_vio.c
/openbmc/qemu/hw/spapr_vio.h
/openbmc/qemu/hw/spapr_vty.c
/openbmc/qemu/hw/ssd0323.c
/openbmc/qemu/hw/sun4u.c
/openbmc/qemu/hw/usb/hcd-ehci.c
/openbmc/qemu/hw/versatilepb.c
/openbmc/qemu/hw/vga-pci.c
/openbmc/qemu/hw/vga-pci.h
/openbmc/qemu/hw/virtio-pci.c
/openbmc/qemu/hw/xics.c
/openbmc/qemu/hw/xics.h
/openbmc/qemu/include/qemu/page_cache.h
/openbmc/qemu/iov.c
/openbmc/qemu/json-parser.c
/openbmc/qemu/kvm-all.c
/openbmc/qemu/kvm-stub.c
/openbmc/qemu/kvm.h
/openbmc/qemu/linux-user/elfload.c
/openbmc/qemu/linux-user/flatload.c
/openbmc/qemu/linux-user/ioctls.h
/openbmc/qemu/linux-user/main.c
/openbmc/qemu/linux-user/qemu.h
/openbmc/qemu/linux-user/syscall.c
/openbmc/qemu/linux-user/syscall_defs.h
/openbmc/qemu/linux-user/syscall_types.h
/openbmc/qemu/migration.c
/openbmc/qemu/migration.h
/openbmc/qemu/monitor.c
/openbmc/qemu/monitor.h
/openbmc/qemu/osdep.c
/openbmc/qemu/osdep.h
/openbmc/qemu/page_cache.c
/openbmc/qemu/pc-bios/README
/openbmc/qemu/pc-bios/bios.bin
/openbmc/qemu/pc-bios/openbios-ppc
/openbmc/qemu/pc-bios/openbios-sparc32
/openbmc/qemu/pc-bios/openbios-sparc64
/openbmc/qemu/pc-bios/slof.bin
/openbmc/qemu/qapi-schema.json
opts-visitor.c
/openbmc/qemu/qemu-char.c
/openbmc/qemu/qemu-common.h
/openbmc/qemu/qemu-config.c
/openbmc/qemu/qemu-config.h
/openbmc/qemu/qemu-options.hx
/openbmc/qemu/qemu-seccomp.c
/openbmc/qemu/qemu-seccomp.h
/openbmc/qemu/qemu-tool.c
/openbmc/qemu/qemu-user.c
/openbmc/qemu/qerror.c
/openbmc/qemu/qerror.h
/openbmc/qemu/qlist.c
/openbmc/qemu/qlist.h
/openbmc/qemu/qmp-commands.hx
/openbmc/qemu/qmp.c
/openbmc/qemu/roms/SLOF
/openbmc/qemu/roms/seabios
/openbmc/qemu/rules.mak
/openbmc/qemu/savevm.c
/openbmc/qemu/scripts/qapi-commands.py
/openbmc/qemu/scripts/simpletrace.py
/openbmc/qemu/scripts/tracetool/backend/simple.py
/openbmc/qemu/scripts/update-linux-headers.sh
/openbmc/qemu/sysemu.h
/openbmc/qemu/target-i386/Makefile.objs
/openbmc/qemu/target-i386/cc_helper.c
/openbmc/qemu/target-i386/cc_helper_template.h
/openbmc/qemu/target-i386/cpu.c
/openbmc/qemu/target-i386/fpu_helper.c
/openbmc/qemu/target-i386/helper.h
/openbmc/qemu/target-i386/int_helper.c
/openbmc/qemu/target-i386/kvm-stub.c
/openbmc/qemu/target-i386/kvm.c
/openbmc/qemu/target-i386/kvm_i386.h
/openbmc/qemu/target-i386/mem_helper.c
/openbmc/qemu/target-i386/misc_helper.c
/openbmc/qemu/target-i386/ops_sse.h
/openbmc/qemu/target-i386/ops_sse_header.h
/openbmc/qemu/target-i386/seg_helper.c
/openbmc/qemu/target-i386/shift_helper_template.h
/openbmc/qemu/target-i386/smm_helper.c
/openbmc/qemu/target-i386/svm_helper.c
/openbmc/qemu/target-i386/translate.c
/openbmc/qemu/target-ppc/kvm.c
/openbmc/qemu/target-ppc/translate_init.c
/openbmc/qemu/target-s390x/Makefile.objs
/openbmc/qemu/target-s390x/cpu.h
/openbmc/qemu/target-s390x/interrupt.c
/openbmc/qemu/target-s390x/kvm.c
/openbmc/qemu/target-s390x/op_helper.c
/openbmc/qemu/tests/Makefile
/openbmc/qemu/tests/check-qjson.c
/openbmc/qemu/tests/qemu-iotests/030
/openbmc/qemu/trace-events
/openbmc/qemu/trace/simple.c
/openbmc/qemu/trace/simple.h
/openbmc/qemu/vl.c
7795b16601-Aug-2012 Luiz Capitulino <lcapitulino@redhat.com>

error: drop error_get_qobject()/error_set_qobject()

error_get_qobject() is unused since last commit, error_set_qobject()
has never been used. Also drops error_int.h.

Signed-off-by: Luiz Capitulino

error: drop error_get_qobject()/error_set_qobject()

error_get_qobject() is unused since last commit, error_set_qobject()
has never been used. Also drops error_int.h.

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>

show more ...

93b91c5901-Aug-2012 Luiz Capitulino <lcapitulino@redhat.com>

qemu-ga: switch to the new error format on the wire

IMPORTANT: this BREAKS qemu-ga compatibility for the error response.

Instead of returning something like:

{ "error": { "class": "InvalidParamete

qemu-ga: switch to the new error format on the wire

IMPORTANT: this BREAKS qemu-ga compatibility for the error response.

Instead of returning something like:

{ "error": { "class": "InvalidParameterValue",
"data": {"name": "mode", "expected": "halt|powerdown|reboot" } } }

qemu-ga now returns:

{ "error": { "class": "GenericError",
"desc": "Parameter 'mode' expects halt|powerdown|reboot" } }

Notice that this is also a bug fix, as qemu-ga wasn't returning the
human message.

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>

show more ...


/openbmc/qemu/MAINTAINERS
/openbmc/qemu/Makefile
/openbmc/qemu/Makefile.dis
/openbmc/qemu/Makefile.hw
/openbmc/qemu/Makefile.objs
/openbmc/qemu/Makefile.target
/openbmc/qemu/Makefile.user
/openbmc/qemu/QMP/qmp-spec.txt
/openbmc/qemu/arch_init.c
/openbmc/qemu/arch_init.h
/openbmc/qemu/bitops.h
/openbmc/qemu/block-migration.c
/openbmc/qemu/block.c
/openbmc/qemu/block.h
/openbmc/qemu/block/iscsi.c
/openbmc/qemu/block/qcow2-cluster.c
/openbmc/qemu/block/qcow2.c
/openbmc/qemu/block/qcow2.h
/openbmc/qemu/block/qed-check.c
/openbmc/qemu/block/qed.c
/openbmc/qemu/block/qed.h
/openbmc/qemu/block_int.h
/openbmc/qemu/blockdev.c
/openbmc/qemu/bsd-user/main.c
/openbmc/qemu/configure
/openbmc/qemu/coroutine-ucontext.c
/openbmc/qemu/cpu-defs.h
/openbmc/qemu/cpu-exec.c
/openbmc/qemu/cpus.c
/openbmc/qemu/cutils.c
/openbmc/qemu/default-configs/i386-softmmu.mak
/openbmc/qemu/default-configs/or32-linux-user.mak
/openbmc/qemu/default-configs/or32-softmmu.mak
/openbmc/qemu/default-configs/pci.mak
/openbmc/qemu/default-configs/unicore32-softmmu.mak
/openbmc/qemu/device_tree.c
/openbmc/qemu/device_tree.h
/openbmc/qemu/dma-helpers.c
/openbmc/qemu/dma.h
/openbmc/qemu/docs/specs/qcow2.txt
/openbmc/qemu/docs/usb-storage.txt
/openbmc/qemu/elf.h
/openbmc/qemu/error.c
/openbmc/qemu/error.h
/openbmc/qemu/error_int.h
/openbmc/qemu/exec-all.h
/openbmc/qemu/exec.c
/openbmc/qemu/gdbstub.c
/openbmc/qemu/hmp-commands.hx
/openbmc/qemu/hmp.c
/openbmc/qemu/hmp.h
/openbmc/qemu/hw/9pfs/virtio-9p.c
/openbmc/qemu/hw/Makefile.objs
/openbmc/qemu/hw/ac97.c
/openbmc/qemu/hw/apic.h
/openbmc/qemu/hw/apic_common.c
/openbmc/qemu/hw/arm-misc.h
/openbmc/qemu/hw/arm/Makefile.objs
/openbmc/qemu/hw/arm_boot.c
/openbmc/qemu/hw/bt-l2cap.c
/openbmc/qemu/hw/cadence_gem.c
/openbmc/qemu/hw/dp8393x.c
/openbmc/qemu/hw/e1000.c
/openbmc/qemu/hw/eepro100.c
/openbmc/qemu/hw/es1370.c
/openbmc/qemu/hw/escc.c
/openbmc/qemu/hw/esp-pci.c
/openbmc/qemu/hw/esp.c
/openbmc/qemu/hw/esp.h
/openbmc/qemu/hw/etraxfs_eth.c
/openbmc/qemu/hw/exynos4210.c
/openbmc/qemu/hw/exynos4210.h
/openbmc/qemu/hw/exynos4210_i2c.c
/openbmc/qemu/hw/exynos4210_rtc.c
/openbmc/qemu/hw/exynos4_boards.c
/openbmc/qemu/hw/highbank.c
/openbmc/qemu/hw/ide/ahci.c
/openbmc/qemu/hw/ide/cmd646.c
/openbmc/qemu/hw/ide/ich.c
/openbmc/qemu/hw/ide/internal.h
/openbmc/qemu/hw/ide/piix.c
/openbmc/qemu/hw/ide/qdev.c
/openbmc/qemu/hw/ide/via.c
/openbmc/qemu/hw/integratorcp.c
/openbmc/qemu/hw/intel-hda.c
/openbmc/qemu/hw/ioh3420.c
/openbmc/qemu/hw/ivshmem.c
/openbmc/qemu/hw/kzm.c
/openbmc/qemu/hw/lan9118.c
/openbmc/qemu/hw/lance.c
/openbmc/qemu/hw/lsi53c895a.c
/openbmc/qemu/hw/mcf5208.c
/openbmc/qemu/hw/mcf_fec.c
/openbmc/qemu/hw/megasas.c
/openbmc/qemu/hw/mfi.h
/openbmc/qemu/hw/milkymist-minimac2.c
/openbmc/qemu/hw/mips_jazz.c
/openbmc/qemu/hw/mips_mipssim.c
/openbmc/qemu/hw/mips_r4k.c
/openbmc/qemu/hw/mipsnet.c
/openbmc/qemu/hw/msi.c
/openbmc/qemu/hw/msi.h
/openbmc/qemu/hw/msix.c
/openbmc/qemu/hw/msix.h
/openbmc/qemu/hw/musicpal.c
/openbmc/qemu/hw/ne2000-isa.c
/openbmc/qemu/hw/ne2000.c
/openbmc/qemu/hw/ne2000.h
/openbmc/qemu/hw/opencores_eth.c
/openbmc/qemu/hw/openrisc/Makefile.objs
/openbmc/qemu/hw/openrisc_pic.c
/openbmc/qemu/hw/openrisc_sim.c
/openbmc/qemu/hw/openrisc_timer.c
/openbmc/qemu/hw/pc.c
/openbmc/qemu/hw/pci-stub.c
/openbmc/qemu/hw/pci.c
/openbmc/qemu/hw/pci.h
/openbmc/qemu/hw/pci_bridge.c
/openbmc/qemu/hw/pci_bridge.h
/openbmc/qemu/hw/pci_bridge_dev.c
/openbmc/qemu/hw/pci_internals.h
/openbmc/qemu/hw/pcnet-pci.c
/openbmc/qemu/hw/pcnet.c
/openbmc/qemu/hw/pcnet.h
/openbmc/qemu/hw/petalogix_ml605_mmu.c
/openbmc/qemu/hw/piix_pci.c
/openbmc/qemu/hw/pl011.c
/openbmc/qemu/hw/ppce500_spin.c
/openbmc/qemu/hw/puv3.c
/openbmc/qemu/hw/puv3.h
/openbmc/qemu/hw/puv3_dma.c
/openbmc/qemu/hw/puv3_gpio.c
/openbmc/qemu/hw/puv3_intc.c
/openbmc/qemu/hw/puv3_ost.c
/openbmc/qemu/hw/puv3_pm.c
/openbmc/qemu/hw/qdev-monitor.c
/openbmc/qemu/hw/qdev-properties.c
/openbmc/qemu/hw/qdev.c
/openbmc/qemu/hw/qdev.h
/openbmc/qemu/hw/rtl8139.c
/openbmc/qemu/hw/scsi-bus.c
/openbmc/qemu/hw/scsi-defs.h
/openbmc/qemu/hw/scsi-disk.c
/openbmc/qemu/hw/scsi.h
/openbmc/qemu/hw/smc91c111.c
/openbmc/qemu/hw/spapr_llan.c
/openbmc/qemu/hw/spapr_pci.c
/openbmc/qemu/hw/stellaris_enet.c
/openbmc/qemu/hw/stream.c
/openbmc/qemu/hw/stream.h
/openbmc/qemu/hw/sun4m.c
/openbmc/qemu/hw/unicore32/Makefile.objs
/openbmc/qemu/hw/usb/dev-network.c
/openbmc/qemu/hw/usb/dev-storage.c
/openbmc/qemu/hw/usb/hcd-uhci.c
/openbmc/qemu/hw/vexpress.c
/openbmc/qemu/hw/vhost_net.c
/openbmc/qemu/hw/vhost_net.h
/openbmc/qemu/hw/virtio-blk.c
/openbmc/qemu/hw/virtio-blk.h
/openbmc/qemu/hw/virtio-net.c
/openbmc/qemu/hw/virtio-pci.c
/openbmc/qemu/hw/virtio-pci.h
/openbmc/qemu/hw/virtio-scsi.c
/openbmc/qemu/hw/virtio.c
/openbmc/qemu/hw/virtio.h
/openbmc/qemu/hw/vmware_vga.c
/openbmc/qemu/hw/watchdog.c
/openbmc/qemu/hw/wdt_i6300esb.c
/openbmc/qemu/hw/xen_backend.h
/openbmc/qemu/hw/xen_devconfig.c
/openbmc/qemu/hw/xen_nic.c
/openbmc/qemu/hw/xen_pt.c
/openbmc/qemu/hw/xgmac.c
/openbmc/qemu/hw/xilinx.h
/openbmc/qemu/hw/xilinx_axidma.c
/openbmc/qemu/hw/xilinx_axienet.c
/openbmc/qemu/hw/xilinx_ethlite.c
/openbmc/qemu/hw/xio3130_downstream.c
/openbmc/qemu/hw/xio3130_upstream.c
/openbmc/qemu/hw/xtensa_lx60.c
/openbmc/qemu/hw/xtensa_sim.c
/openbmc/qemu/include/qemu/cpu.h
/openbmc/qemu/include/qemu/object.h
/openbmc/qemu/linux-user/alpha/syscall_nr.h
/openbmc/qemu/linux-user/elfload.c
/openbmc/qemu/linux-user/main.c
/openbmc/qemu/linux-user/mmap.c
/openbmc/qemu/linux-user/openrisc/syscall.h
/openbmc/qemu/linux-user/openrisc/syscall_nr.h
/openbmc/qemu/linux-user/openrisc/target_signal.h
/openbmc/qemu/linux-user/openrisc/termbits.h
/openbmc/qemu/linux-user/signal.c
/openbmc/qemu/linux-user/strace.c
/openbmc/qemu/linux-user/strace.list
/openbmc/qemu/linux-user/syscall.c
/openbmc/qemu/linux-user/syscall_defs.h
/openbmc/qemu/migration-tcp.c
/openbmc/qemu/migration.h
/openbmc/qemu/monitor.c
/openbmc/qemu/nbd.c
/openbmc/qemu/net.c
/openbmc/qemu/net.h
/openbmc/qemu/net/Makefile.objs
/openbmc/qemu/net/dump.c
/openbmc/qemu/net/dump.h
/openbmc/qemu/net/hub.c
/openbmc/qemu/net/hub.h
/openbmc/qemu/net/queue.c
/openbmc/qemu/net/queue.h
/openbmc/qemu/net/slirp.c
/openbmc/qemu/net/slirp.h
/openbmc/qemu/net/socket.c
/openbmc/qemu/net/socket.h
/openbmc/qemu/net/tap-aix.c
/openbmc/qemu/net/tap-bsd.c
/openbmc/qemu/net/tap-haiku.c
/openbmc/qemu/net/tap-linux.c
/openbmc/qemu/net/tap-solaris.c
/openbmc/qemu/net/tap-win32.c
/openbmc/qemu/net/tap.c
/openbmc/qemu/net/tap.h
/openbmc/qemu/net/vde.c
/openbmc/qemu/net/vde.h
/openbmc/qemu/os-posix.c
/openbmc/qemu/osdep.c
/openbmc/qemu/osdep.h
/openbmc/qemu/poison.h
/openbmc/qemu/qapi-schema.json
qmp-core.h
qmp-dispatch.c
/openbmc/qemu/qemu-bridge-helper.c
/openbmc/qemu/qemu-char.c
/openbmc/qemu/qemu-common.h
/openbmc/qemu/qemu-doc.texi
/openbmc/qemu/qemu-ga.c
/openbmc/qemu/qemu-img.c
/openbmc/qemu/qemu-io.c
/openbmc/qemu/qemu-nbd.c
/openbmc/qemu/qemu-option.c
/openbmc/qemu/qemu-option.h
/openbmc/qemu/qemu-options.hx
/openbmc/qemu/qemu-sockets.c
/openbmc/qemu/qemu-thread-posix.c
/openbmc/qemu/qemu-thread-win32.c
/openbmc/qemu/qemu-thread.h
/openbmc/qemu/qemu-timer.c
/openbmc/qemu/qemu-tool.c
/openbmc/qemu/qemu_socket.h
/openbmc/qemu/qerror.c
/openbmc/qemu/qerror.h
/openbmc/qemu/qga/Makefile.objs
/openbmc/qemu/qmp-commands.hx
/openbmc/qemu/qom/object.c
/openbmc/qemu/rules.mak
/openbmc/qemu/savevm.c
/openbmc/qemu/scripts/qapi-types.py
/openbmc/qemu/scripts/qapi.py
/openbmc/qemu/scripts/simpletrace.py
/openbmc/qemu/scripts/tracetool/backend/simple.py
/openbmc/qemu/slirp/if.c
/openbmc/qemu/slirp/libslirp.h
/openbmc/qemu/slirp/main.h
/openbmc/qemu/slirp/slirp.c
/openbmc/qemu/slirp/tcp_subr.c
/openbmc/qemu/sysemu.h
/openbmc/qemu/target-alpha/cpu.h
/openbmc/qemu/target-arm/arm-semi.c
/openbmc/qemu/target-arm/cpu.h
/openbmc/qemu/target-arm/helper.c
/openbmc/qemu/target-arm/neon_helper.c
/openbmc/qemu/target-arm/op_helper.c
/openbmc/qemu/target-arm/translate.c
/openbmc/qemu/target-i386/cpu.c
/openbmc/qemu/target-i386/cpu.h
/openbmc/qemu/target-i386/helper.c
/openbmc/qemu/target-i386/kvm.c
/openbmc/qemu/target-i386/translate.c
/openbmc/qemu/target-mips/translate.c
/openbmc/qemu/target-openrisc/Makefile.objs
/openbmc/qemu/target-openrisc/cpu.c
/openbmc/qemu/target-openrisc/cpu.h
/openbmc/qemu/target-openrisc/exception.c
/openbmc/qemu/target-openrisc/exception.h
/openbmc/qemu/target-openrisc/exception_helper.c
/openbmc/qemu/target-openrisc/fpu_helper.c
/openbmc/qemu/target-openrisc/helper.h
/openbmc/qemu/target-openrisc/int_helper.c
/openbmc/qemu/target-openrisc/interrupt.c
/openbmc/qemu/target-openrisc/interrupt_helper.c
/openbmc/qemu/target-openrisc/machine.c
/openbmc/qemu/target-openrisc/mmu.c
/openbmc/qemu/target-openrisc/mmu_helper.c
/openbmc/qemu/target-openrisc/sys_helper.c
/openbmc/qemu/target-openrisc/translate.c
/openbmc/qemu/target-unicore32/Makefile.objs
/openbmc/qemu/target-unicore32/cpu.c
/openbmc/qemu/target-unicore32/cpu.h
/openbmc/qemu/target-unicore32/helper.c
/openbmc/qemu/target-unicore32/helper.h
/openbmc/qemu/target-unicore32/machine.c
/openbmc/qemu/target-unicore32/op_helper.c
/openbmc/qemu/target-unicore32/softmmu.c
/openbmc/qemu/target-unicore32/translate.c
/openbmc/qemu/target-unicore32/ucf64_helper.c
/openbmc/qemu/target-xtensa/cpu.h
/openbmc/qemu/target-xtensa/helper.c
/openbmc/qemu/target-xtensa/translate.c
/openbmc/qemu/tests/Makefile
/openbmc/qemu/tests/qemu-iotests/031.out
/openbmc/qemu/tests/qemu-iotests/036.out
/openbmc/qemu/tests/qemu-iotests/039
/openbmc/qemu/tests/qemu-iotests/039.out
/openbmc/qemu/tests/qemu-iotests/common.rc
/openbmc/qemu/tests/qemu-iotests/group
/openbmc/qemu/tests/qemu-iotests/qed.py
/openbmc/qemu/tests/tcg/openrisc/Makefile
/openbmc/qemu/tests/tcg/openrisc/test_add.c
/openbmc/qemu/tests/tcg/openrisc/test_addc.c
/openbmc/qemu/tests/tcg/openrisc/test_addi.c
/openbmc/qemu/tests/tcg/openrisc/test_addic.c
/openbmc/qemu/tests/tcg/openrisc/test_and_or.c
/openbmc/qemu/tests/tcg/openrisc/test_bf.c
/openbmc/qemu/tests/tcg/openrisc/test_bnf.c
/openbmc/qemu/tests/tcg/openrisc/test_div.c
/openbmc/qemu/tests/tcg/openrisc/test_divu.c
/openbmc/qemu/tests/tcg/openrisc/test_extx.c
/openbmc/qemu/tests/tcg/openrisc/test_fx.c
/openbmc/qemu/tests/tcg/openrisc/test_j.c
/openbmc/qemu/tests/tcg/openrisc/test_jal.c
/openbmc/qemu/tests/tcg/openrisc/test_lf_add.c
/openbmc/qemu/tests/tcg/openrisc/test_lf_div.c
/openbmc/qemu/tests/tcg/openrisc/test_lf_eqs.c
/openbmc/qemu/tests/tcg/openrisc/test_lf_ges.c
/openbmc/qemu/tests/tcg/openrisc/test_lf_gts.c
/openbmc/qemu/tests/tcg/openrisc/test_lf_les.c
/openbmc/qemu/tests/tcg/openrisc/test_lf_lts.c
/openbmc/qemu/tests/tcg/openrisc/test_lf_mul.c
/openbmc/qemu/tests/tcg/openrisc/test_lf_nes.c
/openbmc/qemu/tests/tcg/openrisc/test_lf_rem.c
/openbmc/qemu/tests/tcg/openrisc/test_lf_sub.c
/openbmc/qemu/tests/tcg/openrisc/test_logic.c
/openbmc/qemu/tests/tcg/openrisc/test_lx.c
/openbmc/qemu/tests/tcg/openrisc/test_movhi.c
/openbmc/qemu/tests/tcg/openrisc/test_mul.c
/openbmc/qemu/tests/tcg/openrisc/test_muli.c
/openbmc/qemu/tests/tcg/openrisc/test_mulu.c
/openbmc/qemu/tests/tcg/openrisc/test_sfeq.c
/openbmc/qemu/tests/tcg/openrisc/test_sfeqi.c
/openbmc/qemu/tests/tcg/openrisc/test_sfges.c
/openbmc/qemu/tests/tcg/openrisc/test_sfgesi.c
/openbmc/qemu/tests/tcg/openrisc/test_sfgeu.c
/openbmc/qemu/tests/tcg/openrisc/test_sfgeui.c
/openbmc/qemu/tests/tcg/openrisc/test_sfgts.c
/openbmc/qemu/tests/tcg/openrisc/test_sfgtsi.c
/openbmc/qemu/tests/tcg/openrisc/test_sfgtu.c
/openbmc/qemu/tests/tcg/openrisc/test_sfgtui.c
/openbmc/qemu/tests/tcg/openrisc/test_sfles.c
/openbmc/qemu/tests/tcg/openrisc/test_sflesi.c
/openbmc/qemu/tests/tcg/openrisc/test_sfleu.c
/openbmc/qemu/tests/tcg/openrisc/test_sfleui.c
/openbmc/qemu/tests/tcg/openrisc/test_sflts.c
/openbmc/qemu/tests/tcg/openrisc/test_sfltsi.c
/openbmc/qemu/tests/tcg/openrisc/test_sfltu.c
/openbmc/qemu/tests/tcg/openrisc/test_sfltui.c
/openbmc/qemu/tests/tcg/openrisc/test_sfne.c
/openbmc/qemu/tests/tcg/openrisc/test_sfnei.c
/openbmc/qemu/tests/tcg/openrisc/test_sub.c
/openbmc/qemu/trace-events
/openbmc/qemu/trace/control.c
/openbmc/qemu/trace/simple.c
/openbmc/qemu/trace/simple.h
/openbmc/qemu/ui/vnc-auth-vencrypt.c
/openbmc/qemu/ui/vnc.c
/openbmc/qemu/user-exec.c
/openbmc/qemu/vl.c
/openbmc/qemu/vmstate.h
eb7ee2cb17-Jul-2012 Laszlo Ersek <lersek@redhat.com>

qapi: introduce OptsVisitor

This visitor supports parsing

-option [type=]discriminator[,optarg1=val1][,optarg2=val2][,...]

style QemuOpts objects into "native" C structures. After defining the t

qapi: introduce OptsVisitor

This visitor supports parsing

-option [type=]discriminator[,optarg1=val1][,optarg2=val2][,...]

style QemuOpts objects into "native" C structures. After defining the type
tree in the qapi schema (see below), a root type traversal with this
visitor linked to the underlying QemuOpts object will build the "native" C
representation of the option.

The type tree in the schema, corresponding to an option with a
discriminator, must have the following structure:

struct
scalar member for non-discriminated optarg 1 [*]
list for repeating non-discriminated optarg 2 [*]
wrapper struct
single scalar member
union
struct for discriminator case 1
scalar member for optarg 3 [*]
list for repeating optarg 4 [*]
wrapper struct
single scalar member
scalar member for optarg 5 [*]
struct for discriminator case 2
...

The "type" optarg name is fixed for the discriminator role. Its schema
representation is "union of structures", and each discriminator value must
correspond to a member name in the union.

If the option takes no "type" descriminator, then the type subtree rooted
at the union must be absent from the schema (including the union itself).

Optarg values can be of scalar types str / bool / integers / size.

Members marked with [*] may be defined as optional in the schema,
describing an optional optarg.

Repeating an optarg is supported; its schema representation must be "list
of structure with single mandatory scalar member". If an optarg is not
described as repeating in the schema (ie. it is defined as a scalar field
instead of a list), its last occurrence will take effect. Ordering between
differently named optargs is not preserved.

A mandatory list (or an optional one which is reported to be available),
corresponding to a repeating optarg, has at least one element after
successful parsing.

v1->v2:
- Update opts_type_size() prototype to uint64_t.
- Add opts_type_uint64() for options needing the full uint64_t range.
(Internals could be extracted to "cutils.c".)
- Allow negative values in opts_type_int().
- Rebase to nested Makefiles.

v2->v3:
- Factor opts_visitor_insert() out of opts_start_struct() and call it
separately for opts_root->id if there's any.
- Don't require non-negative values in opts_type_int()'s error message.
- g_malloc0() may return NULL for zero-sized requests. Support empty
structures by requesting 1 byte for them instead.

Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>

show more ...

1...<<616263646566676869