├── .gitignore ├── LICENSE ├── README.md ├── src ├── CODING_STYLE ├── COPYING ├── COPYING.LIB ├── Changelog ├── HACKING ├── LICENSE ├── MAINTAINERS ├── Makefile ├── Makefile.objs ├── Makefile.target ├── QMP │ ├── README │ ├── qemu-ga-client │ ├── qmp │ ├── qmp-events.txt │ ├── qmp-shell │ ├── qmp-spec.txt │ ├── qmp.py │ ├── qom-fuse │ ├── qom-get │ ├── qom-list │ └── qom-set ├── README ├── VERSION ├── aio-posix.c ├── aio-win32.c ├── arch_init.c ├── async.c ├── audio │ ├── Makefile.objs │ ├── alsaaudio.c │ ├── audio.c │ ├── audio.h │ ├── audio_int.h │ ├── audio_pt_int.c │ ├── audio_pt_int.h │ ├── audio_template.h │ ├── audio_win_int.c │ ├── audio_win_int.h │ ├── coreaudio.c │ ├── dsound_template.h │ ├── dsoundaudio.c │ ├── esdaudio.c │ ├── fmodaudio.c │ ├── mixeng.c │ ├── mixeng.h │ ├── mixeng_template.h │ ├── noaudio.c │ ├── ossaudio.c │ ├── paaudio.c │ ├── rate_template.h │ ├── sdlaudio.c │ ├── spiceaudio.c │ ├── wavaudio.c │ ├── wavcapture.c │ └── winwaveaudio.c ├── backends │ ├── Makefile.objs │ ├── baum.c │ ├── msmouse.c │ ├── rng-egd.c │ ├── rng-random.c │ ├── rng.c │ └── tpm.c ├── balloon.c ├── block-migration.c ├── block.c ├── block │ ├── Makefile.objs │ ├── backup.c │ ├── blkdebug.c │ ├── blkverify.c │ ├── bochs.c │ ├── cloop.c │ ├── commit.c │ ├── cow.c │ ├── curl.c │ ├── dmg.c │ ├── gluster.c │ ├── iscsi.c │ ├── linux-aio.c │ ├── mirror.c │ ├── nbd.c │ ├── parallels.c │ ├── qapi.c │ ├── qcow.c │ ├── qcow2-cache.c │ ├── qcow2-cluster.c │ ├── qcow2-refcount.c │ ├── qcow2-snapshot.c │ ├── qcow2.c │ ├── qcow2.h │ ├── qed-check.c │ ├── qed-cluster.c │ ├── qed-gencb.c │ ├── qed-l2-cache.c │ ├── qed-table.c │ ├── qed.c │ ├── qed.h │ ├── raw-aio.h │ ├── raw-posix.c │ ├── raw-win32.c │ ├── raw.c │ ├── rbd.c │ ├── sheepdog.c │ ├── snapshot.c │ ├── ssh.c │ ├── stream.c │ ├── vdi.c │ ├── vhdx.c │ ├── vhdx.h │ ├── vmdk.c │ ├── vpc.c │ ├── vvfat.c │ └── win32-aio.c ├── blockdev-nbd.c ├── blockdev.c ├── blockjob.c ├── bt-host.c ├── bt-vhci.c ├── configure ├── coroutine-gthread.c ├── coroutine-sigaltstack.c ├── coroutine-ucontext.c ├── coroutine-win32.c ├── cpu-exec.c ├── cpus.c ├── cputlb.c ├── default-configs │ ├── i386-bsd-user.mak │ ├── i386-linux-user.mak │ ├── i386-softmmu.mak │ ├── pci.mak │ ├── sound.mak │ ├── usb.mak │ ├── x86_64-bsd-user.mak │ ├── x86_64-linux-user.mak │ └── x86_64-softmmu.mak ├── device-hotplug.c ├── device_tree.c ├── disas.c ├── disas │ ├── Makefile.objs │ ├── alpha.c │ ├── arm.c │ ├── cris.c │ ├── hppa.c │ ├── i386.c │ ├── ia64.c │ ├── lm32.c │ ├── m68k.c │ ├── microblaze.c │ ├── mips.c │ ├── moxie.c │ ├── ppc.c │ ├── s390.c │ ├── sh4.c │ ├── sparc.c │ └── tci.c ├── dma-helpers.c ├── docs │ ├── atomics.txt │ ├── blkverify.txt │ ├── bootindex.txt │ ├── ccid.txt │ ├── ich9-ehci-uhci.cfg │ ├── libcacard.txt │ ├── live-block-ops.txt │ ├── memory.txt │ ├── migration.txt │ ├── q35-chipset.cfg │ ├── qapi-code-gen.txt │ ├── qdev-device-use.txt │ ├── qemupciserial.inf │ ├── rdma.txt │ ├── specs │ │ ├── acpi_cpu_hotplug.txt │ │ ├── acpi_pci_hotplug.txt │ │ ├── ivshmem_device_spec.txt │ │ ├── pci-ids.txt │ │ ├── pci-serial.txt │ │ ├── pci-testdev.txt │ │ ├── ppc-spapr-hcalls.txt │ │ ├── pvpanic.txt │ │ ├── qcow2.txt │ │ ├── qed_spec.txt │ │ ├── standard-vga.txt │ │ └── vmw_pvscsi-spec.txt │ ├── spice-port-fqdn.txt │ ├── tracing.txt │ ├── usb-storage.txt │ ├── usb2.txt │ ├── virtio-balloon-stats.txt │ ├── vnc-ledstate-Pseudo-encoding.txt │ ├── writing-qmp-commands.txt │ ├── xbzrle.txt │ └── xen-save-devices-state.txt ├── dtc │ ├── .gitignore │ ├── Documentation │ │ ├── dtc-paper.bib │ │ ├── dtc-paper.tex │ │ ├── dts-format.txt │ │ └── manual.txt │ ├── GPL │ ├── Makefile │ ├── Makefile.convert-dtsv0 │ ├── Makefile.dtc │ ├── Makefile.ftdump │ ├── README.license │ ├── TODO │ ├── checks.c │ ├── convert-dtsv0-lexer.l │ ├── data.c │ ├── dtc-lexer.l │ ├── dtc-parser.y │ ├── dtc.c │ ├── dtc.h │ ├── dtdiff │ ├── flattree.c │ ├── fstree.c │ ├── ftdump.c │ ├── libfdt │ │ ├── Makefile.libfdt │ │ ├── TODO │ │ ├── fdt.c │ │ ├── fdt.h │ │ ├── fdt_ro.c │ │ ├── fdt_rw.c │ │ ├── fdt_strerror.c │ │ ├── fdt_sw.c │ │ ├── fdt_wip.c │ │ ├── libfdt.h │ │ ├── libfdt_env.h │ │ ├── libfdt_internal.h │ │ └── version.lds │ ├── livetree.c │ ├── scripts │ │ └── setlocalversion │ ├── srcpos.c │ ├── srcpos.h │ ├── tests │ │ ├── .gitignore │ │ ├── Makefile.tests │ │ ├── add_subnode_with_nops.c │ │ ├── aliases.dts │ │ ├── asm_tree_dump.c │ │ ├── bad-empty-ranges.dts │ │ ├── bad-name-property.dts │ │ ├── bad-ncells.dts │ │ ├── bad-reg-ranges.dts │ │ ├── bad-string-props.dts │ │ ├── base01.asm │ │ ├── base01.cmd │ │ ├── base01.dts │ │ ├── base01.stderr │ │ ├── boot-cpuid.c │ │ ├── boot-cpuid.dts │ │ ├── comments-cmp.dts │ │ ├── comments.dts │ │ ├── data.S │ │ ├── default-addr-size.dts │ │ ├── del_node.c │ │ ├── del_property.c │ │ ├── dtb_reverse.c │ │ ├── dtbs_equal_ordered.c │ │ ├── dtbs_equal_unordered.c │ │ ├── dtc-checkfails.sh │ │ ├── dtc-fatal.sh │ │ ├── dumptrees.c │ │ ├── dup-nodename.dts │ │ ├── dup-phandle.dts │ │ ├── dup-propname.dts │ │ ├── empty.dts │ │ ├── escapes.dts │ │ ├── extra-terminating-null.c │ │ ├── extra-terminating-null.dts │ │ ├── find_property.c │ │ ├── get_alias.c │ │ ├── get_mem_rsv.c │ │ ├── get_name.c │ │ ├── get_path.c │ │ ├── get_phandle.c │ │ ├── getprop.c │ │ ├── incbin.bin │ │ ├── incbin.c │ │ ├── incbin.dts │ │ ├── include0.dts │ │ ├── include1.dts │ │ ├── include2.dts │ │ ├── include3.dts │ │ ├── include4.dts │ │ ├── include5.dts │ │ ├── include6.dts │ │ ├── include7.dts │ │ ├── include8.dts │ │ ├── label01.dts │ │ ├── mangle-layout.c │ │ ├── mangle-layout.supp │ │ ├── minusone-phandle.dts │ │ ├── move_and_save.c │ │ ├── multilabel.dts │ │ ├── multilabel_merge.dts │ │ ├── node_check_compatible.c │ │ ├── node_offset_by_compatible.c │ │ ├── node_offset_by_phandle.c │ │ ├── node_offset_by_prop_value.c │ │ ├── nonexist-label-ref.dts │ │ ├── nonexist-node-ref.dts │ │ ├── nonexist-node-ref2.dts │ │ ├── nop_node.c │ │ ├── nop_property.c │ │ ├── nopulate.c │ │ ├── notfound.c │ │ ├── obsolete-chosen-interrupt-controller.dts │ │ ├── open_pack.c │ │ ├── open_pack.supp │ │ ├── parent_offset.c │ │ ├── path-references.c │ │ ├── path-references.dts │ │ ├── path_offset.c │ │ ├── path_offset_aliases.c │ │ ├── phandle_format.c │ │ ├── prop-after-subnode.dts │ │ ├── references.c │ │ ├── references.dts │ │ ├── reg-ranges-root.dts │ │ ├── reuse-label.dts │ │ ├── reuse-label1.dts │ │ ├── reuse-label2.dts │ │ ├── reuse-label3.dts │ │ ├── reuse-label4.dts │ │ ├── reuse-label5.dts │ │ ├── reuse-label6.dts │ │ ├── root_node.c │ │ ├── run_tests.sh │ │ ├── rw_tree1.c │ │ ├── set_name.c │ │ ├── setprop.c │ │ ├── setprop_inplace.c │ │ ├── string_escapes.c │ │ ├── subnode_offset.c │ │ ├── supernode_atdepth_offset.c │ │ ├── sw_tree1.c │ │ ├── test01.asm │ │ ├── test01.dts │ │ ├── test01.stderr │ │ ├── test_kernel_dts │ │ ├── test_tree1.dts │ │ ├── test_tree1_dts0.dts │ │ ├── test_tree1_merge.dts │ │ ├── test_tree1_merge_labelled.dts │ │ ├── test_tree1_merge_path.dts │ │ ├── test_tree1_wrong1.dts │ │ ├── test_tree1_wrong2.dts │ │ ├── test_tree1_wrong3.dts │ │ ├── test_tree1_wrong4.dts │ │ ├── test_tree1_wrong5.dts │ │ ├── test_tree1_wrong6.dts │ │ ├── test_tree1_wrong7.dts │ │ ├── test_tree1_wrong8.dts │ │ ├── test_tree1_wrong9.dts │ │ ├── testdata.h │ │ ├── tests.h │ │ ├── tests.sh │ │ ├── testutils.c │ │ ├── trees.S │ │ ├── truncated_property.c │ │ ├── value-labels.c │ │ ├── value-labels.dts │ │ └── zero-phandle.dts │ ├── treesource.c │ ├── util.c │ └── util.h ├── dump.c ├── exec.c ├── fpu │ ├── softfloat-macros.h │ ├── softfloat-specialize.h │ └── softfloat.c ├── fsdev │ ├── Makefile.objs │ ├── file-op-9p.h │ ├── qemu-fsdev-dummy.c │ ├── qemu-fsdev-opts.c │ ├── qemu-fsdev.c │ ├── qemu-fsdev.h │ ├── virtfs-proxy-helper.c │ ├── virtfs-proxy-helper.texi │ ├── virtio-9p-marshal.c │ └── virtio-9p-marshal.h ├── gdb-xml │ ├── arm-core.xml │ ├── arm-neon.xml │ ├── arm-vfp.xml │ ├── arm-vfp3.xml │ ├── cf-core.xml │ ├── cf-fp.xml │ ├── power-altivec.xml │ ├── power-core.xml │ ├── power-fpu.xml │ ├── power-spe.xml │ └── power64-core.xml ├── gdbstub.c ├── hmp-commands.hx ├── hmp.c ├── hmp.h ├── hw │ ├── 9pfs │ │ ├── Makefile.objs │ │ ├── codir.c │ │ ├── cofile.c │ │ ├── cofs.c │ │ ├── coxattr.c │ │ ├── virtio-9p-coth.c │ │ ├── virtio-9p-coth.h │ │ ├── virtio-9p-device.c │ │ ├── virtio-9p-handle.c │ │ ├── virtio-9p-local.c │ │ ├── virtio-9p-posix-acl.c │ │ ├── virtio-9p-proxy.c │ │ ├── virtio-9p-proxy.h │ │ ├── virtio-9p-synth.c │ │ ├── virtio-9p-synth.h │ │ ├── virtio-9p-xattr-user.c │ │ ├── virtio-9p-xattr.c │ │ ├── virtio-9p-xattr.h │ │ ├── virtio-9p.c │ │ └── virtio-9p.h │ ├── Makefile.objs │ ├── acpi │ │ ├── Makefile.objs │ │ ├── core.c │ │ ├── ich9.c │ │ └── piix4.c │ ├── alpha │ │ ├── Makefile.objs │ │ ├── alpha_sys.h │ │ ├── dp264.c │ │ ├── pci.c │ │ └── typhoon.c │ ├── arm │ │ ├── Makefile.objs │ │ ├── armv7m.c │ │ ├── boot.c │ │ ├── collie.c │ │ ├── exynos4210.c │ │ ├── exynos4_boards.c │ │ ├── gumstix.c │ │ ├── highbank.c │ │ ├── integratorcp.c │ │ ├── kzm.c │ │ ├── mainstone.c │ │ ├── musicpal.c │ │ ├── nseries.c │ │ ├── omap1.c │ │ ├── omap2.c │ │ ├── omap_sx1.c │ │ ├── palm.c │ │ ├── pic_cpu.c │ │ ├── pxa2xx.c │ │ ├── pxa2xx_gpio.c │ │ ├── pxa2xx_pic.c │ │ ├── realview.c │ │ ├── spitz.c │ │ ├── stellaris.c │ │ ├── strongarm.c │ │ ├── strongarm.h │ │ ├── tosa.c │ │ ├── versatilepb.c │ │ ├── vexpress.c │ │ ├── xilinx_zynq.c │ │ └── z2.c │ ├── audio │ │ ├── Makefile.objs │ │ ├── ac97.c │ │ ├── adlib.c │ │ ├── cs4231.c │ │ ├── cs4231a.c │ │ ├── es1370.c │ │ ├── fmopl.c │ │ ├── fmopl.h │ │ ├── gus.c │ │ ├── gusemu.h │ │ ├── gusemu_hal.c │ │ ├── gusemu_mixer.c │ │ ├── gustate.h │ │ ├── hda-codec.c │ │ ├── intel-hda-defs.h │ │ ├── intel-hda.c │ │ ├── intel-hda.h │ │ ├── lm4549.c │ │ ├── lm4549.h │ │ ├── marvell_88w8618.c │ │ ├── milkymist-ac97.c │ │ ├── pcspk.c │ │ ├── pl041.c │ │ ├── pl041.h │ │ ├── pl041.hx │ │ ├── sb16.c │ │ └── wm8750.c │ ├── block │ │ ├── Makefile.objs │ │ ├── block.c │ │ ├── cdrom.c │ │ ├── dataplane │ │ │ ├── Makefile.objs │ │ │ ├── ioq.c │ │ │ ├── ioq.h │ │ │ ├── virtio-blk.c │ │ │ └── virtio-blk.h │ │ ├── ecc.c │ │ ├── fdc.c │ │ ├── hd-geometry.c │ │ ├── m25p80.c │ │ ├── nand.c │ │ ├── nvme.c │ │ ├── nvme.h │ │ ├── onenand.c │ │ ├── pflash_cfi01.c │ │ ├── pflash_cfi02.c │ │ ├── tc58128.c │ │ ├── virtio-blk.c │ │ ├── xen_blkif.h │ │ └── xen_disk.c │ ├── bt │ │ ├── Makefile.objs │ │ ├── core.c │ │ ├── hci-csr.c │ │ ├── hci.c │ │ ├── hid.c │ │ ├── l2cap.c │ │ └── sdp.c │ ├── char │ │ ├── Makefile.objs │ │ ├── cadence_uart.c │ │ ├── debugcon.c │ │ ├── escc.c │ │ ├── etraxfs_ser.c │ │ ├── exynos4210_uart.c │ │ ├── grlib_apbuart.c │ │ ├── imx_serial.c │ │ ├── ipack.c │ │ ├── ipack.h │ │ ├── ipoctal232.c │ │ ├── lm32_juart.c │ │ ├── lm32_uart.c │ │ ├── mcf_uart.c │ │ ├── milkymist-uart.c │ │ ├── omap_uart.c │ │ ├── parallel.c │ │ ├── pl011.c │ │ ├── sclpconsole.c │ │ ├── serial-isa.c │ │ ├── serial-pci.c │ │ ├── serial.c │ │ ├── sh_serial.c │ │ ├── spapr_vty.c │ │ ├── tpci200.c │ │ ├── virtio-console.c │ │ ├── virtio-serial-bus.c │ │ ├── xen_console.c │ │ └── xilinx_uartlite.c │ ├── core │ │ ├── Makefile.objs │ │ ├── empty_slot.c │ │ ├── irq.c │ │ ├── loader.c │ │ ├── null-machine.c │ │ ├── ptimer.c │ │ ├── qdev-properties-system.c │ │ ├── qdev-properties.c │ │ ├── qdev.c │ │ ├── stream.c │ │ ├── sysbus.c │ │ └── uboot_image.h │ ├── cpu │ │ ├── Makefile.objs │ │ ├── a15mpcore.c │ │ ├── a9mpcore.c │ │ ├── arm11mpcore.c │ │ └── icc_bus.c │ ├── cris │ │ ├── Makefile.objs │ │ ├── axis_dev88.c │ │ ├── boot.c │ │ ├── boot.h │ │ └── pic_cpu.c │ ├── display │ │ ├── Makefile.objs │ │ ├── ads7846.c │ │ ├── blizzard.c │ │ ├── blizzard_template.h │ │ ├── cirrus_vga.c │ │ ├── cirrus_vga_rop.h │ │ ├── cirrus_vga_rop2.h │ │ ├── cirrus_vga_template.h │ │ ├── exynos4210_fimd.c │ │ ├── framebuffer.c │ │ ├── framebuffer.h │ │ ├── g364fb.c │ │ ├── jazz_led.c │ │ ├── milkymist-tmu2.c │ │ ├── milkymist-vgafb.c │ │ ├── milkymist-vgafb_template.h │ │ ├── omap_dss.c │ │ ├── omap_lcd_template.h │ │ ├── omap_lcdc.c │ │ ├── pl110.c │ │ ├── pl110_template.h │ │ ├── pxa2xx_lcd.c │ │ ├── pxa2xx_template.h │ │ ├── qxl-logger.c │ │ ├── qxl-render.c │ │ ├── qxl.c │ │ ├── qxl.h │ │ ├── sm501.c │ │ ├── sm501_template.h │ │ ├── ssd0303.c │ │ ├── ssd0323.c │ │ ├── tc6393xb.c │ │ ├── tc6393xb_template.h │ │ ├── tcx.c │ │ ├── vga-isa-mm.c │ │ ├── vga-isa.c │ │ ├── vga-pci.c │ │ ├── vga.c │ │ ├── vga.h │ │ ├── vga_int.h │ │ ├── vga_template.h │ │ ├── vmware_vga.c │ │ └── xenfb.c │ ├── dma │ │ ├── Makefile.objs │ │ ├── etraxfs_dma.c │ │ ├── i82374.c │ │ ├── i8257.c │ │ ├── omap_dma.c │ │ ├── pl080.c │ │ ├── pl330.c │ │ ├── puv3_dma.c │ │ ├── pxa2xx_dma.c │ │ ├── rc4030.c │ │ ├── soc_dma.c │ │ ├── sparc32_dma.c │ │ ├── sun4m_iommu.c │ │ └── xilinx_axidma.c │ ├── gpio │ │ ├── Makefile.objs │ │ ├── max7310.c │ │ ├── omap_gpio.c │ │ ├── pl061.c │ │ ├── puv3_gpio.c │ │ └── zaurus.c │ ├── i2c │ │ ├── Makefile.objs │ │ ├── bitbang_i2c.c │ │ ├── bitbang_i2c.h │ │ ├── core.c │ │ ├── exynos4210_i2c.c │ │ ├── omap_i2c.c │ │ ├── pm_smbus.c │ │ ├── smbus.c │ │ ├── smbus_eeprom.c │ │ ├── smbus_ich9.c │ │ └── versatile_i2c.c │ ├── i386 │ │ ├── Makefile.objs │ │ ├── kvm │ │ │ ├── Makefile.objs │ │ │ ├── apic.c │ │ │ ├── clock.c │ │ │ ├── i8254.c │ │ │ ├── i8259.c │ │ │ ├── ioapic.c │ │ │ └── pci-assign.c │ │ ├── kvmvapic.c │ │ ├── multiboot.c │ │ ├── multiboot.h │ │ ├── pc.c │ │ ├── pc_piix.c │ │ ├── pc_q35.c │ │ ├── pc_sysfw.c │ │ ├── smbios.c │ │ ├── xen_domainbuild.c │ │ ├── xen_domainbuild.h │ │ └── xen_machine_pv.c │ ├── ide │ │ ├── Makefile.objs │ │ ├── ahci.c │ │ ├── ahci.h │ │ ├── atapi.c │ │ ├── cmd646.c │ │ ├── core.c │ │ ├── ich.c │ │ ├── internal.h │ │ ├── isa.c │ │ ├── macio.c │ │ ├── microdrive.c │ │ ├── mmio.c │ │ ├── pci.c │ │ ├── pci.h │ │ ├── piix.c │ │ ├── qdev.c │ │ └── via.c │ ├── input │ │ ├── Makefile.objs │ │ ├── adb.c │ │ ├── hid.c │ │ ├── lm832x.c │ │ ├── milkymist-softusb.c │ │ ├── pckbd.c │ │ ├── pl050.c │ │ ├── ps2.c │ │ ├── pxa2xx_keypad.c │ │ ├── stellaris_input.c │ │ ├── tsc2005.c │ │ ├── tsc210x.c │ │ └── vmmouse.c │ ├── intc │ │ ├── Makefile.objs │ │ ├── apic.c │ │ ├── apic_common.c │ │ ├── arm_gic.c │ │ ├── arm_gic_common.c │ │ ├── arm_gic_kvm.c │ │ ├── armv7m_nvic.c │ │ ├── etraxfs_pic.c │ │ ├── exynos4210_combiner.c │ │ ├── exynos4210_gic.c │ │ ├── gic_internal.h │ │ ├── grlib_irqmp.c │ │ ├── heathrow_pic.c │ │ ├── i8259.c │ │ ├── i8259_common.c │ │ ├── imx_avic.c │ │ ├── ioapic.c │ │ ├── ioapic_common.c │ │ ├── lm32_pic.c │ │ ├── omap_intc.c │ │ ├── openpic.c │ │ ├── openpic_kvm.c │ │ ├── pl190.c │ │ ├── puv3_intc.c │ │ ├── realview_gic.c │ │ ├── sh_intc.c │ │ ├── slavio_intctl.c │ │ ├── xics.c │ │ └── xilinx_intc.c │ ├── isa │ │ ├── Makefile.objs │ │ ├── apm.c │ │ ├── i82378.c │ │ ├── isa-bus.c │ │ ├── lpc_ich9.c │ │ ├── pc87312.c │ │ ├── piix4.c │ │ └── vt82c686.c │ ├── lm32 │ │ ├── Makefile.objs │ │ ├── lm32.h │ │ ├── lm32_boards.c │ │ ├── lm32_hwsetup.h │ │ ├── milkymist-hw.h │ │ └── milkymist.c │ ├── m68k │ │ ├── Makefile.objs │ │ ├── an5206.c │ │ ├── dummy_m68k.c │ │ ├── mcf5206.c │ │ ├── mcf5208.c │ │ └── mcf_intc.c │ ├── microblaze │ │ ├── Makefile.objs │ │ ├── boot.c │ │ ├── boot.h │ │ ├── petalogix_ml605_mmu.c │ │ ├── petalogix_s3adsp1800_mmu.c │ │ ├── pic_cpu.c │ │ └── pic_cpu.h │ ├── mips │ │ ├── Makefile.objs │ │ ├── addr.c │ │ ├── cputimer.c │ │ ├── gt64xxx_pci.c │ │ ├── mips_fulong2e.c │ │ ├── mips_int.c │ │ ├── mips_jazz.c │ │ ├── mips_malta.c │ │ ├── mips_mipssim.c │ │ └── mips_r4k.c │ ├── misc │ │ ├── Makefile.objs │ │ ├── a9scu.c │ │ ├── applesmc.c │ │ ├── arm_l2x0.c │ │ ├── arm_sysctl.c │ │ ├── cbus.c │ │ ├── debugexit.c │ │ ├── eccmemctl.c │ │ ├── exynos4210_pmu.c │ │ ├── imx_ccm.c │ │ ├── ivshmem.c │ │ ├── lm32_sys.c │ │ ├── macio │ │ │ ├── Makefile.objs │ │ │ ├── cuda.c │ │ │ ├── mac_dbdma.c │ │ │ └── macio.c │ │ ├── max111x.c │ │ ├── milkymist-hpdmc.c │ │ ├── milkymist-pfpu.c │ │ ├── mst_fpga.c │ │ ├── omap_clk.c │ │ ├── omap_gpmc.c │ │ ├── omap_l4.c │ │ ├── omap_sdrc.c │ │ ├── omap_tap.c │ │ ├── pc-testdev.c │ │ ├── pci-testdev.c │ │ ├── puv3_pm.c │ │ ├── pvpanic.c │ │ ├── pxa2xx_pcmcia.c │ │ ├── sga.c │ │ ├── slavio_misc.c │ │ ├── tmp105.c │ │ ├── tmp105.h │ │ ├── vfio.c │ │ ├── vmport.c │ │ └── zynq_slcr.c │ ├── moxie │ │ ├── Makefile.objs │ │ └── moxiesim.c │ ├── net │ │ ├── Makefile.objs │ │ ├── cadence_gem.c │ │ ├── dp8393x.c │ │ ├── e1000.c │ │ ├── e1000_regs.h │ │ ├── eepro100.c │ │ ├── etraxfs_eth.c │ │ ├── lan9118.c │ │ ├── lance.c │ │ ├── mcf_fec.c │ │ ├── milkymist-minimac2.c │ │ ├── mipsnet.c │ │ ├── ne2000-isa.c │ │ ├── ne2000.c │ │ ├── ne2000.h │ │ ├── opencores_eth.c │ │ ├── pcnet-pci.c │ │ ├── pcnet.c │ │ ├── pcnet.h │ │ ├── rtl8139.c │ │ ├── smc91c111.c │ │ ├── spapr_llan.c │ │ ├── stellaris_enet.c │ │ ├── vhost_net.c │ │ ├── virtio-net.c │ │ ├── vmware_utils.h │ │ ├── vmxnet3.c │ │ ├── vmxnet3.h │ │ ├── vmxnet_debug.h │ │ ├── vmxnet_rx_pkt.c │ │ ├── vmxnet_rx_pkt.h │ │ ├── vmxnet_tx_pkt.c │ │ ├── vmxnet_tx_pkt.h │ │ ├── xen_nic.c │ │ ├── xgmac.c │ │ ├── xilinx_axienet.c │ │ └── xilinx_ethlite.c │ ├── nvram │ │ ├── Makefile.objs │ │ ├── ds1225y.c │ │ ├── eeprom93xx.c │ │ ├── fw_cfg.c │ │ ├── mac_nvram.c │ │ └── spapr_nvram.c │ ├── openrisc │ │ ├── Makefile.objs │ │ ├── cputimer.c │ │ ├── openrisc_sim.c │ │ └── pic_cpu.c │ ├── pci-bridge │ │ ├── Makefile.objs │ │ ├── dec.c │ │ ├── dec.h │ │ ├── i82801b11.c │ │ ├── ioh3420.c │ │ ├── ioh3420.h │ │ ├── pci_bridge_dev.c │ │ ├── xio3130_downstream.c │ │ ├── xio3130_downstream.h │ │ ├── xio3130_upstream.c │ │ └── xio3130_upstream.h │ ├── pci-host │ │ ├── Makefile.objs │ │ ├── apb.c │ │ ├── bonito.c │ │ ├── grackle.c │ │ ├── pam.c │ │ ├── piix.c │ │ ├── ppce500.c │ │ ├── prep.c │ │ ├── q35.c │ │ ├── uninorth.c │ │ └── versatile.c │ ├── pci │ │ ├── Makefile.objs │ │ ├── msi.c │ │ ├── msix.c │ │ ├── pci-hotplug-old.c │ │ ├── pci-stub.c │ │ ├── pci.c │ │ ├── pci_bridge.c │ │ ├── pci_host.c │ │ ├── pcie.c │ │ ├── pcie_aer.c │ │ ├── pcie_host.c │ │ ├── pcie_port.c │ │ ├── shpc.c │ │ └── slotid_cap.c │ ├── ppc │ │ ├── Makefile.objs │ │ ├── e500-ccsr.h │ │ ├── e500.c │ │ ├── e500.h │ │ ├── e500plat.c │ │ ├── mac.h │ │ ├── mac_newworld.c │ │ ├── mac_oldworld.c │ │ ├── mpc8544_guts.c │ │ ├── mpc8544ds.c │ │ ├── ppc.c │ │ ├── ppc405.h │ │ ├── ppc405_boards.c │ │ ├── ppc405_uc.c │ │ ├── ppc440_bamboo.c │ │ ├── ppc4xx_devs.c │ │ ├── ppc4xx_pci.c │ │ ├── ppc_booke.c │ │ ├── ppce500_spin.c │ │ ├── prep.c │ │ ├── spapr.c │ │ ├── spapr_events.c │ │ ├── spapr_hcall.c │ │ ├── spapr_iommu.c │ │ ├── spapr_pci.c │ │ ├── spapr_rtas.c │ │ ├── spapr_vio.c │ │ └── virtex_ml507.c │ ├── s390x │ │ ├── Makefile.objs │ │ ├── css.c │ │ ├── css.h │ │ ├── event-facility.c │ │ ├── ipl.c │ │ ├── s390-virtio-bus.c │ │ ├── s390-virtio-bus.h │ │ ├── s390-virtio-ccw.c │ │ ├── s390-virtio-hcall.c │ │ ├── s390-virtio.c │ │ ├── s390-virtio.h │ │ ├── sclp.c │ │ ├── sclpquiesce.c │ │ ├── virtio-ccw.c │ │ └── virtio-ccw.h │ ├── scsi │ │ ├── Makefile.objs │ │ ├── esp-pci.c │ │ ├── esp.c │ │ ├── lsi53c895a.c │ │ ├── megasas.c │ │ ├── mfi.h │ │ ├── scsi-bus.c │ │ ├── scsi-disk.c │ │ ├── scsi-generic.c │ │ ├── spapr_vscsi.c │ │ ├── srp.h │ │ ├── vhost-scsi.c │ │ ├── viosrp.h │ │ ├── virtio-scsi.c │ │ ├── vmw_pvscsi.c │ │ └── vmw_pvscsi.h │ ├── sd │ │ ├── Makefile.objs │ │ ├── milkymist-memcard.c │ │ ├── omap_mmc.c │ │ ├── pl181.c │ │ ├── pxa2xx_mmci.c │ │ ├── sd.c │ │ ├── sdhci.c │ │ ├── sdhci.h │ │ └── ssi-sd.c │ ├── sh4 │ │ ├── Makefile.objs │ │ ├── r2d.c │ │ ├── sh7750.c │ │ ├── sh7750_regnames.c │ │ ├── sh7750_regnames.h │ │ ├── sh7750_regs.h │ │ ├── sh_pci.c │ │ └── shix.c │ ├── sparc │ │ ├── Makefile.objs │ │ ├── leon3.c │ │ └── sun4m.c │ ├── sparc64 │ │ ├── Makefile.objs │ │ └── sun4u.c │ ├── ssi │ │ ├── Makefile.objs │ │ ├── omap_spi.c │ │ ├── pl022.c │ │ ├── ssi.c │ │ ├── xilinx_spi.c │ │ └── xilinx_spips.c │ ├── timer │ │ ├── Makefile.objs │ │ ├── arm_mptimer.c │ │ ├── arm_timer.c │ │ ├── cadence_ttc.c │ │ ├── ds1338.c │ │ ├── etraxfs_timer.c │ │ ├── exynos4210_mct.c │ │ ├── exynos4210_pwm.c │ │ ├── exynos4210_rtc.c │ │ ├── grlib_gptimer.c │ │ ├── hpet.c │ │ ├── i8254.c │ │ ├── i8254_common.c │ │ ├── imx_epit.c │ │ ├── imx_gpt.c │ │ ├── lm32_timer.c │ │ ├── m48t59.c │ │ ├── mc146818rtc.c │ │ ├── milkymist-sysctl.c │ │ ├── omap_gptimer.c │ │ ├── omap_synctimer.c │ │ ├── pl031.c │ │ ├── puv3_ost.c │ │ ├── pxa2xx_timer.c │ │ ├── sh_timer.c │ │ ├── slavio_timer.c │ │ ├── tusb6010.c │ │ ├── twl92230.c │ │ └── xilinx_timer.c │ ├── tpm │ │ ├── Makefile.objs │ │ ├── tpm_int.h │ │ ├── tpm_passthrough.c │ │ ├── tpm_tis.c │ │ └── tpm_tis.h │ ├── unicore32 │ │ ├── Makefile.objs │ │ └── puv3.c │ ├── usb │ │ ├── Makefile.objs │ │ ├── bus.c │ │ ├── ccid-card-emulated.c │ │ ├── ccid-card-passthru.c │ │ ├── ccid.h │ │ ├── combined-packet.c │ │ ├── core.c │ │ ├── desc.c │ │ ├── desc.h │ │ ├── dev-audio.c │ │ ├── dev-bluetooth.c │ │ ├── dev-hid.c │ │ ├── dev-hub.c │ │ ├── dev-network.c │ │ ├── dev-serial.c │ │ ├── dev-smartcard-reader.c │ │ ├── dev-storage.c │ │ ├── dev-uas.c │ │ ├── dev-wacom.c │ │ ├── hcd-ehci-pci.c │ │ ├── hcd-ehci-sysbus.c │ │ ├── hcd-ehci.c │ │ ├── hcd-ehci.h │ │ ├── hcd-musb.c │ │ ├── hcd-ohci.c │ │ ├── hcd-uhci.c │ │ ├── hcd-xhci.c │ │ ├── host-bsd.c │ │ ├── host-legacy.c │ │ ├── host-libusb.c │ │ ├── host-linux.c │ │ ├── host-stub.c │ │ ├── host.h │ │ ├── libhw.c │ │ ├── quirks-ftdi-ids.h │ │ ├── quirks-pl2303-ids.h │ │ ├── quirks.c │ │ ├── quirks.h │ │ └── redirect.c │ ├── virtio │ │ ├── Makefile.objs │ │ ├── dataplane │ │ │ ├── Makefile.objs │ │ │ ├── hostmem.c │ │ │ └── vring.c │ │ ├── vhost.c │ │ ├── virtio-balloon.c │ │ ├── virtio-bus.c │ │ ├── virtio-mmio.c │ │ ├── virtio-pci.c │ │ ├── virtio-pci.h │ │ ├── virtio-rng.c │ │ └── virtio.c │ ├── watchdog │ │ ├── Makefile.objs │ │ ├── watchdog.c │ │ ├── wdt_i6300esb.c │ │ └── wdt_ib700.c │ ├── xen │ │ ├── Makefile.objs │ │ ├── xen-host-pci-device.c │ │ ├── xen-host-pci-device.h │ │ ├── xen_apic.c │ │ ├── xen_backend.c │ │ ├── xen_devconfig.c │ │ ├── xen_platform.c │ │ ├── xen_pt.c │ │ ├── xen_pt.h │ │ ├── xen_pt_config_init.c │ │ ├── xen_pt_msi.c │ │ └── xen_pvdevice.c │ └── xtensa │ │ ├── Makefile.objs │ │ ├── pic_cpu.c │ │ ├── xtensa_bootparam.h │ │ ├── xtensa_lx60.c │ │ └── xtensa_sim.c ├── include │ ├── block │ │ ├── aio.h │ │ ├── block.h │ │ ├── block_int.h │ │ ├── blockjob.h │ │ ├── coroutine.h │ │ ├── coroutine_int.h │ │ ├── nbd.h │ │ ├── qapi.h │ │ ├── scsi.h │ │ ├── snapshot.h │ │ └── thread-pool.h │ ├── config.h │ ├── disas │ │ ├── bfd.h │ │ └── disas.h │ ├── elf.h │ ├── exec │ │ ├── address-spaces.h │ │ ├── cpu-all.h │ │ ├── cpu-common.h │ │ ├── cpu-defs.h │ │ ├── cputlb.h │ │ ├── def-helper.h │ │ ├── exec-all.h │ │ ├── gdbstub.h │ │ ├── gen-icount.h │ │ ├── hwaddr.h │ │ ├── ioport.h │ │ ├── memory-internal.h │ │ ├── memory.h │ │ ├── poison.h │ │ ├── softmmu-semi.h │ │ ├── softmmu_defs.h │ │ ├── softmmu_exec.h │ │ ├── softmmu_header.h │ │ ├── softmmu_template.h │ │ ├── spinlock.h │ │ └── user │ │ │ ├── abitypes.h │ │ │ └── thunk.h │ ├── fpu │ │ └── softfloat.h │ ├── glib-compat.h │ ├── hw │ │ ├── acpi │ │ │ ├── acpi.h │ │ │ └── ich9.h │ │ ├── arm │ │ │ ├── arm.h │ │ │ ├── exynos4210.h │ │ │ ├── imx.h │ │ │ ├── omap.h │ │ │ ├── primecell.h │ │ │ ├── pxa.h │ │ │ ├── sharpsl.h │ │ │ └── soc_dma.h │ │ ├── audio │ │ │ ├── audio.h │ │ │ └── pcspk.h │ │ ├── block │ │ │ ├── block.h │ │ │ ├── fdc.h │ │ │ └── flash.h │ │ ├── boards.h │ │ ├── bt.h │ │ ├── char │ │ │ ├── escc.h │ │ │ ├── lm32_juart.h │ │ │ └── serial.h │ │ ├── cpu │ │ │ └── icc_bus.h │ │ ├── cris │ │ │ ├── etraxfs.h │ │ │ └── etraxfs_dma.h │ │ ├── devices.h │ │ ├── elf_ops.h │ │ ├── empty_slot.h │ │ ├── hw.h │ │ ├── i2c │ │ │ ├── i2c.h │ │ │ ├── pm_smbus.h │ │ │ └── smbus.h │ │ ├── i386 │ │ │ ├── apic-msidef.h │ │ │ ├── apic.h │ │ │ ├── apic_internal.h │ │ │ ├── ich9.h │ │ │ ├── ioapic.h │ │ │ ├── ioapic_internal.h │ │ │ ├── pc.h │ │ │ └── smbios.h │ │ ├── ide.h │ │ ├── input │ │ │ ├── adb.h │ │ │ ├── hid.h │ │ │ └── ps2.h │ │ ├── irq.h │ │ ├── isa │ │ │ ├── apm.h │ │ │ ├── i8259_internal.h │ │ │ ├── isa.h │ │ │ ├── pc87312.h │ │ │ └── vt82c686.h │ │ ├── kvm │ │ │ └── clock.h │ │ ├── lm32 │ │ │ └── lm32_pic.h │ │ ├── loader.h │ │ ├── m68k │ │ │ └── mcf.h │ │ ├── mips │ │ │ ├── bios.h │ │ │ ├── cpudevs.h │ │ │ └── mips.h │ │ ├── misc │ │ │ └── tmp105_regs.h │ │ ├── nvram │ │ │ ├── eeprom93xx.h │ │ │ ├── fw_cfg.h │ │ │ └── openbios_firmware_abi.h │ │ ├── pci-host │ │ │ ├── apb.h │ │ │ ├── pam.h │ │ │ ├── ppce500.h │ │ │ ├── q35.h │ │ │ └── spapr.h │ │ ├── pci │ │ │ ├── msi.h │ │ │ ├── msix.h │ │ │ ├── pci.h │ │ │ ├── pci_bridge.h │ │ │ ├── pci_bus.h │ │ │ ├── pci_host.h │ │ │ ├── pci_ids.h │ │ │ ├── pci_regs.h │ │ │ ├── pcie.h │ │ │ ├── pcie_aer.h │ │ │ ├── pcie_host.h │ │ │ ├── pcie_port.h │ │ │ ├── pcie_regs.h │ │ │ ├── shpc.h │ │ │ └── slotid_cap.h │ │ ├── pcmcia.h │ │ ├── ppc │ │ │ ├── mac_dbdma.h │ │ │ ├── openpic.h │ │ │ ├── ppc.h │ │ │ ├── ppc4xx.h │ │ │ ├── ppc_e500.h │ │ │ ├── spapr.h │ │ │ ├── spapr_vio.h │ │ │ └── xics.h │ │ ├── ptimer.h │ │ ├── qdev-core.h │ │ ├── qdev-dma.h │ │ ├── qdev-properties.h │ │ ├── qdev.h │ │ ├── s390x │ │ │ ├── event-facility.h │ │ │ └── sclp.h │ │ ├── scsi │ │ │ ├── esp.h │ │ │ └── scsi.h │ │ ├── sd.h │ │ ├── sh4 │ │ │ ├── sh.h │ │ │ └── sh_intc.h │ │ ├── sparc │ │ │ ├── grlib.h │ │ │ ├── sparc32_dma.h │ │ │ └── sun4m.h │ │ ├── ssi.h │ │ ├── stream.h │ │ ├── sysbus.h │ │ ├── timer │ │ │ ├── hpet.h │ │ │ ├── i8254.h │ │ │ ├── i8254_internal.h │ │ │ ├── m48t59.h │ │ │ ├── mc146818rtc.h │ │ │ └── mc146818rtc_regs.h │ │ ├── unicore32 │ │ │ └── puv3.h │ │ ├── usb.h │ │ ├── virtio │ │ │ ├── dataplane │ │ │ │ ├── hostmem.h │ │ │ │ └── vring.h │ │ │ ├── vhost-scsi.h │ │ │ ├── vhost.h │ │ │ ├── virtio-9p.h │ │ │ ├── virtio-balloon.h │ │ │ ├── virtio-blk.h │ │ │ ├── virtio-bus.h │ │ │ ├── virtio-net.h │ │ │ ├── virtio-rng.h │ │ │ ├── virtio-scsi.h │ │ │ ├── virtio-serial.h │ │ │ └── virtio.h │ │ ├── xen │ │ │ ├── xen.h │ │ │ ├── xen_backend.h │ │ │ └── xen_common.h │ │ └── xilinx.h │ ├── migration │ │ ├── block.h │ │ ├── migration.h │ │ ├── page_cache.h │ │ ├── qemu-file.h │ │ └── vmstate.h │ ├── monitor │ │ ├── monitor.h │ │ ├── qdev.h │ │ └── readline.h │ ├── net │ │ ├── checksum.h │ │ ├── eth.h │ │ ├── net.h │ │ ├── queue.h │ │ ├── slirp.h │ │ ├── tap.h │ │ └── vhost_net.h │ ├── qapi │ │ ├── dealloc-visitor.h │ │ ├── error.h │ │ ├── opts-visitor.h │ │ ├── qmp-input-visitor.h │ │ ├── qmp-output-visitor.h │ │ ├── qmp │ │ │ ├── dispatch.h │ │ │ ├── json-lexer.h │ │ │ ├── json-parser.h │ │ │ ├── json-streamer.h │ │ │ ├── qbool.h │ │ │ ├── qdict.h │ │ │ ├── qerror.h │ │ │ ├── qfloat.h │ │ │ ├── qint.h │ │ │ ├── qjson.h │ │ │ ├── qlist.h │ │ │ ├── qobject.h │ │ │ ├── qstring.h │ │ │ └── types.h │ │ ├── string-input-visitor.h │ │ ├── string-output-visitor.h │ │ ├── visitor-impl.h │ │ └── visitor.h │ ├── qemu-common.h │ ├── qemu-io.h │ ├── qemu │ │ ├── acl.h │ │ ├── aes.h │ │ ├── atomic.h │ │ ├── bitmap.h │ │ ├── bitops.h │ │ ├── bswap.h │ │ ├── cache-utils.h │ │ ├── compatfd.h │ │ ├── compiler.h │ │ ├── config-file.h │ │ ├── crc32c.h │ │ ├── envlist.h │ │ ├── error-report.h │ │ ├── event_notifier.h │ │ ├── fifo8.h │ │ ├── hbitmap.h │ │ ├── host-utils.h │ │ ├── int128.h │ │ ├── iov.h │ │ ├── log.h │ │ ├── main-loop.h │ │ ├── module.h │ │ ├── notify.h │ │ ├── option.h │ │ ├── option_int.h │ │ ├── osdep.h │ │ ├── queue.h │ │ ├── range.h │ │ ├── ratelimit.h │ │ ├── sockets.h │ │ ├── thread-posix.h │ │ ├── thread-win32.h │ │ ├── thread.h │ │ ├── timer.h │ │ ├── tls.h │ │ ├── typedefs.h │ │ ├── uri.h │ │ └── xattr.h │ ├── qom │ │ ├── cpu.h │ │ ├── object.h │ │ └── qom-qobject.h │ ├── qtrace │ │ ├── gate.h │ │ ├── labels.h │ │ ├── monitor.h │ │ ├── qtrace.h │ │ └── taint.h │ ├── sysemu │ │ ├── arch_init.h │ │ ├── balloon.h │ │ ├── blockdev.h │ │ ├── bt.h │ │ ├── char.h │ │ ├── cpus.h │ │ ├── device_tree.h │ │ ├── dma.h │ │ ├── dump.h │ │ ├── kvm.h │ │ ├── memory_mapping.h │ │ ├── os-posix.h │ │ ├── os-win32.h │ │ ├── qtest.h │ │ ├── rng-random.h │ │ ├── rng.h │ │ ├── seccomp.h │ │ ├── sysemu.h │ │ ├── tpm.h │ │ ├── tpm_backend.h │ │ ├── tpm_backend_int.h │ │ ├── watchdog.h │ │ └── xen-mapcache.h │ ├── trace.h │ └── ui │ │ ├── console.h │ │ ├── pixel_ops.h │ │ ├── qemu-pixman.h │ │ ├── qemu-spice.h │ │ └── spice-display.h ├── iohandler.c ├── ioport.c ├── kvm-all.c ├── kvm-stub.c ├── libcacard │ ├── Makefile │ ├── cac.c │ ├── cac.h │ ├── card_7816.c │ ├── card_7816.h │ ├── card_7816t.h │ ├── event.c │ ├── eventt.h │ ├── libcacard.pc.in │ ├── libcacard.syms │ ├── link_test.c │ ├── vcard.c │ ├── vcard.h │ ├── vcard_emul.h │ ├── vcard_emul_nss.c │ ├── vcard_emul_type.c │ ├── vcard_emul_type.h │ ├── vcardt.c │ ├── vcardt.h │ ├── vcardt_internal.h │ ├── vevent.h │ ├── vreader.c │ ├── vreader.h │ ├── vreadert.h │ ├── vscard_common.h │ └── vscclient.c ├── linux-headers │ ├── COPYING │ ├── README │ ├── asm-arm │ │ ├── kvm.h │ │ └── kvm_para.h │ ├── asm-generic │ │ └── kvm_para.h │ ├── asm-mips │ │ ├── kvm.h │ │ └── kvm_para.h │ ├── asm-powerpc │ │ ├── epapr_hcalls.h │ │ ├── kvm.h │ │ └── kvm_para.h │ ├── asm-s390 │ │ ├── kvm.h │ │ └── kvm_para.h │ ├── asm-x86 │ │ ├── hyperv.h │ │ ├── kvm.h │ │ └── kvm_para.h │ └── linux │ │ ├── kvm.h │ │ ├── kvm_para.h │ │ ├── vfio.h │ │ ├── vhost.h │ │ ├── virtio_config.h │ │ └── virtio_ring.h ├── linux-user │ ├── Makefile.objs │ ├── cpu-uname.c │ ├── cpu-uname.h │ ├── elfload.c │ ├── errno_defs.h │ ├── flat.h │ ├── flatload.c │ ├── i386 │ │ ├── syscall.h │ │ ├── syscall_nr.h │ │ ├── target_cpu.h │ │ ├── target_signal.h │ │ └── termbits.h │ ├── ioctls.h │ ├── linux_loop.h │ ├── linuxload.c │ ├── m68k-sim.c │ ├── main.c │ ├── mmap.c │ ├── qemu.h │ ├── signal.c │ ├── socket.h │ ├── strace.c │ ├── strace.list │ ├── syscall.c │ ├── syscall_defs.h │ ├── syscall_types.h │ ├── target_flat.h │ ├── uaccess.c │ ├── vm86.c │ └── x86_64 │ │ ├── syscall.h │ │ ├── syscall_nr.h │ │ ├── target_cpu.h │ │ ├── target_signal.h │ │ └── termbits.h ├── main-loop.c ├── memory.c ├── memory_mapping.c ├── migration-exec.c ├── migration-fd.c ├── migration-rdma.c ├── migration-tcp.c ├── migration-unix.c ├── migration.c ├── monitor.c ├── nbd.c ├── net │ ├── Makefile.objs │ ├── checksum.c │ ├── clients.h │ ├── dump.c │ ├── eth.c │ ├── hub.c │ ├── hub.h │ ├── net.c │ ├── queue.c │ ├── slirp.c │ ├── socket.c │ ├── tap-aix.c │ ├── tap-bsd.c │ ├── tap-haiku.c │ ├── tap-linux.c │ ├── tap-linux.h │ ├── tap-solaris.c │ ├── tap-win32.c │ ├── tap.c │ ├── tap_int.h │ ├── util.c │ ├── util.h │ └── vde.c ├── os-posix.c ├── os-win32.c ├── page_cache.c ├── pc-bios │ ├── Makefile │ ├── README │ ├── acpi-dsdt.aml │ ├── bamboo.dtb │ ├── bamboo.dts │ ├── bios.bin │ ├── efi-e1000.rom │ ├── efi-eepro100.rom │ ├── efi-ne2k_pci.rom │ ├── efi-pcnet.rom │ ├── efi-rtl8139.rom │ ├── efi-virtio.rom │ ├── keymaps │ │ ├── ar │ │ ├── bepo │ │ ├── common │ │ ├── da │ │ ├── de │ │ ├── de-ch │ │ ├── en-gb │ │ ├── en-us │ │ ├── es │ │ ├── et │ │ ├── fi │ │ ├── fo │ │ ├── fr │ │ ├── fr-be │ │ ├── fr-ca │ │ ├── fr-ch │ │ ├── hr │ │ ├── hu │ │ ├── is │ │ ├── it │ │ ├── ja │ │ ├── lt │ │ ├── lv │ │ ├── mk │ │ ├── modifiers │ │ ├── nl │ │ ├── nl-be │ │ ├── no │ │ ├── pl │ │ ├── pt │ │ ├── pt-br │ │ ├── ru │ │ ├── sl │ │ ├── sv │ │ ├── th │ │ └── tr │ ├── kvmvapic.bin │ ├── linuxboot.bin │ ├── multiboot.bin │ ├── ohw.diff │ ├── openbios-ppc │ ├── openbios-sparc32 │ ├── openbios-sparc64 │ ├── optionrom │ │ ├── Makefile │ │ ├── kvmvapic.S │ │ ├── kvmvapic.asm │ │ ├── linuxboot.S │ │ ├── linuxboot.asm │ │ ├── multiboot.S │ │ ├── multiboot.asm │ │ └── optionrom.h │ ├── palcode-clipper │ ├── petalogix-ml605.dtb │ ├── petalogix-s3adsp1800.dtb │ ├── ppc_rom.bin │ ├── pxe-e1000.rom │ ├── pxe-eepro100.rom │ ├── pxe-ne2k_pci.rom │ ├── pxe-pcnet.rom │ ├── pxe-rtl8139.rom │ ├── pxe-virtio.rom │ ├── q35-acpi-dsdt.aml │ ├── qemu-icon.bmp │ ├── qemu-nsis.bmp │ ├── qemu-nsis.ico │ ├── qemu_logo_no_text.svg │ ├── s390-ccw.img │ ├── s390-ccw │ │ ├── Makefile │ │ ├── bootmap.c │ │ ├── cio.h │ │ ├── main.c │ │ ├── s390-ccw.h │ │ ├── sclp-ascii.c │ │ ├── sclp.h │ │ ├── start.S │ │ ├── virtio.c │ │ └── virtio.h │ ├── s390-zipl.rom │ ├── sgabios.bin │ ├── slof.bin │ ├── spapr-rtas.bin │ ├── spapr-rtas │ │ ├── Makefile │ │ └── spapr-rtas.S │ ├── vgabios-cirrus.bin │ ├── vgabios-qxl.bin │ ├── vgabios-stdvga.bin │ ├── vgabios-vmware.bin │ └── vgabios.bin ├── pixman │ ├── .gitignore │ ├── AUTHORS │ ├── CODING_STYLE │ ├── COPYING │ ├── ChangeLog │ ├── INSTALL │ ├── Makefile.am │ ├── NEWS │ ├── README │ ├── RELEASING │ ├── TODO │ ├── autogen.sh │ ├── configure.ac │ ├── pixman-1-uninstalled.pc.in │ ├── pixman-1.pc.in │ ├── pixman │ │ ├── Makefile.am │ │ ├── Makefile.win32 │ │ ├── make-combine.pl │ │ ├── pixman-access-accessors.c │ │ ├── pixman-access.c │ │ ├── pixman-accessor.h │ │ ├── pixman-arm-common.h │ │ ├── pixman-arm-detect-win32.asm │ │ ├── pixman-arm-neon-asm.S │ │ ├── pixman-arm-neon-asm.h │ │ ├── pixman-arm-neon.c │ │ ├── pixman-arm-simd-asm.S │ │ ├── pixman-arm-simd.c │ │ ├── pixman-bits-image.c │ │ ├── pixman-combine.c.template │ │ ├── pixman-combine.h.template │ │ ├── pixman-compiler.h │ │ ├── pixman-conical-gradient.c │ │ ├── pixman-cpu.c │ │ ├── pixman-edge-accessors.c │ │ ├── pixman-edge-imp.h │ │ ├── pixman-edge.c │ │ ├── pixman-fast-path.c │ │ ├── pixman-general.c │ │ ├── pixman-gradient-walker.c │ │ ├── pixman-image.c │ │ ├── pixman-implementation.c │ │ ├── pixman-linear-gradient.c │ │ ├── pixman-matrix.c │ │ ├── pixman-mmx.c │ │ ├── pixman-private.h │ │ ├── pixman-radial-gradient.c │ │ ├── pixman-region.c │ │ ├── pixman-region16.c │ │ ├── pixman-region32.c │ │ ├── pixman-solid-fill.c │ │ ├── pixman-sse2.c │ │ ├── pixman-timer.c │ │ ├── pixman-trap.c │ │ ├── pixman-utils.c │ │ ├── pixman-version.h.in │ │ ├── pixman-vmx.c │ │ ├── pixman-x64-mmx-emulation.h │ │ ├── pixman.c │ │ ├── pixman.h │ │ ├── refactor │ │ └── solaris-hwcap.mapfile │ ├── test-driver │ └── test │ │ ├── Makefile.am │ │ ├── a1-trap-test.c │ │ ├── alpha-test.c │ │ ├── alphamap.c │ │ ├── blitters-test-bisect.rb │ │ ├── blitters-test.c │ │ ├── clip-in.c │ │ ├── clip-test.c │ │ ├── composite-test.c │ │ ├── composite.c │ │ ├── convolution-test.c │ │ ├── fetch-test.c │ │ ├── gradient-test.c │ │ ├── gtk-utils.c │ │ ├── gtk-utils.h │ │ ├── oob-test.c │ │ ├── region-test.c │ │ ├── scaling-test-bisect.rb │ │ ├── scaling-test.c │ │ ├── screen-test.c │ │ ├── trap-crasher.c │ │ ├── trap-test.c │ │ ├── utils.c │ │ ├── utils.h │ │ └── window-test.c ├── po │ ├── Makefile │ ├── de_DE.po │ ├── fr_FR.po │ ├── hu.po │ ├── it.po │ ├── messages.po │ └── tr.po ├── qapi-schema.json ├── qapi │ ├── Makefile.objs │ ├── 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 ├── qdev-monitor.c ├── qdict-test-data.txt ├── qemu-bridge-helper.c ├── qemu-char.c ├── qemu-coroutine-io.c ├── qemu-coroutine-lock.c ├── qemu-coroutine-sleep.c ├── qemu-coroutine.c ├── qemu-doc.texi ├── qemu-img-cmds.hx ├── qemu-img.c ├── qemu-img.texi ├── qemu-io-cmds.c ├── qemu-io.c ├── qemu-log.c ├── qemu-nbd.c ├── qemu-nbd.texi ├── qemu-options-wrapper.h ├── qemu-options.h ├── qemu-options.hx ├── qemu-seccomp.c ├── qemu-tech.texi ├── qemu-timer.c ├── qemu.nsi ├── qemu.sasl ├── qga │ ├── Makefile.objs │ ├── channel-posix.c │ ├── channel-win32.c │ ├── channel.h │ ├── commands-posix.c │ ├── commands-win32.c │ ├── commands.c │ ├── guest-agent-command-state.c │ ├── guest-agent-core.h │ ├── main.c │ ├── qapi-schema.json │ ├── service-win32.c │ └── service-win32.h ├── qmp-commands.hx ├── qmp.c ├── qobject │ ├── Makefile.objs │ ├── json-lexer.c │ ├── json-parser.c │ ├── json-streamer.c │ ├── qbool.c │ ├── qdict.c │ ├── qerror.c │ ├── qfloat.c │ ├── qint.c │ ├── qjson.c │ ├── qlist.c │ └── qstring.c ├── qom │ ├── Makefile.objs │ ├── container.c │ ├── cpu.c │ ├── object.c │ └── qom-qobject.c ├── qtest.c ├── qtrace │ ├── Makefile │ ├── Makefile.objs │ ├── common.h │ ├── configure.sh │ ├── context.cc │ ├── context.h │ ├── gate.c │ ├── logging.cc │ ├── logging.h │ ├── monitor.c │ ├── options.cc │ ├── options.h │ ├── pb │ │ └── syscall.proto │ ├── qtrace.cc │ ├── taint │ │ ├── notify_taint.cc │ │ ├── notify_taint.h │ │ ├── shadow.cc │ │ ├── shadow.h │ │ ├── taint.c │ │ ├── taintengine.cc │ │ ├── taintengine.h │ │ ├── tcg-op.h │ │ ├── tracker.cc │ │ └── tracker.h │ ├── tests │ │ ├── Makefile │ │ ├── intervals_unittest.cc │ │ ├── shadow_unittest.cc │ │ ├── syscall_unittest.cc │ │ └── taintengine_unittest.cc │ └── trace │ │ ├── intervals.cc │ │ ├── intervals.h │ │ ├── manager.cc │ │ ├── manager.h │ │ ├── memory.cc │ │ ├── memory.h │ │ ├── notify_syscall.cc │ │ ├── notify_syscall.h │ │ ├── process.cc │ │ ├── process.h │ │ ├── serialize.cc │ │ ├── serialize.h │ │ ├── syscall.cc │ │ ├── syscall.h │ │ ├── win7sp0.cc │ │ ├── win7sp0.h │ │ ├── win7sp0_symbols.h │ │ ├── win7sp0_syscalls.h │ │ ├── windows.cc │ │ ├── windows.h │ │ ├── winxpsp3.cc │ │ ├── winxpsp3.h │ │ ├── winxpsp3_symbols.h │ │ └── winxpsp3_syscalls.h ├── readline.c ├── roms │ ├── Makefile │ ├── SLOF │ │ ├── .gitignore │ │ ├── FlashingSLOF.pdf │ │ ├── INSTALL │ │ ├── LICENSE │ │ ├── Makefile │ │ ├── Makefile.gen │ │ ├── README │ │ ├── board-js2x │ │ │ ├── Makefile │ │ │ ├── Makefile.dirs │ │ │ ├── config │ │ │ ├── include │ │ │ │ ├── bmc.h │ │ │ │ ├── hw.h │ │ │ │ ├── nvramlog.h │ │ │ │ ├── product.h │ │ │ │ └── southbridge.h │ │ │ ├── llfw │ │ │ │ ├── Cboot.S │ │ │ │ ├── Makefile │ │ │ │ ├── board_io.S │ │ │ │ ├── hw.c │ │ │ │ ├── stage2.c │ │ │ │ ├── stage2.h │ │ │ │ ├── stage2.lds │ │ │ │ ├── stage2_head.S │ │ │ │ ├── stage_s.S │ │ │ │ ├── stage_s.lds │ │ │ │ ├── startup.S │ │ │ │ └── u4mem.c │ │ │ ├── romfs │ │ │ │ └── boot_rom.ffs │ │ │ ├── rtas │ │ │ │ ├── Makefile │ │ │ │ ├── i2c_bmc.oco │ │ │ │ ├── ipmi_oem.oco │ │ │ │ ├── rtas_board.c │ │ │ │ ├── rtas_board.h │ │ │ │ ├── rtas_flash.c │ │ │ │ ├── rtas_flash.h │ │ │ │ ├── rtas_i2c_bmc.h │ │ │ │ ├── rtas_ipmi_bmc.h │ │ │ │ ├── rtas_out.c │ │ │ │ ├── rtas_pci.c │ │ │ │ └── rtas_table.c │ │ │ └── slof │ │ │ │ ├── Makefile │ │ │ │ ├── OF.fs │ │ │ │ ├── attu.fs │ │ │ │ ├── citrine-disk.fs │ │ │ │ ├── citrine-flash.fs │ │ │ │ ├── citrine.fs │ │ │ │ ├── copyright-oss.fs │ │ │ │ ├── cpu.fs │ │ │ │ ├── dart.fs │ │ │ │ ├── flash.fs │ │ │ │ ├── freq.fs │ │ │ │ ├── header.fs │ │ │ │ ├── helper.fs │ │ │ │ ├── ht.fs │ │ │ │ ├── i2c.fs │ │ │ │ ├── io.fs │ │ │ │ ├── ioapic.fs │ │ │ │ ├── ipmi-kcs.fs │ │ │ │ ├── ipmi-vpd.fs │ │ │ │ ├── memory.fs │ │ │ │ ├── mpic.fs │ │ │ │ ├── pci-aliases.fs │ │ │ │ ├── pci-bridge_1022_7460.fs │ │ │ │ ├── pci-capabilities.fs │ │ │ │ ├── pci-class_03.fs │ │ │ │ ├── pci-device_1002_515e.fs │ │ │ │ ├── pci-device_1014_028c.fs │ │ │ │ ├── pci-device_1014_02bd.fs │ │ │ │ ├── pci-device_1022_7451.fs │ │ │ │ ├── pci-device_1022_7468.fs │ │ │ │ ├── pci-device_1022_7469.fs │ │ │ │ ├── pci-interrupts.fs │ │ │ │ ├── rtas.fs │ │ │ │ ├── rtc.fs │ │ │ │ ├── serial.fs │ │ │ │ ├── sio.fs │ │ │ │ ├── tpm.fs │ │ │ │ ├── tree.fs │ │ │ │ ├── u4-mem.fs │ │ │ │ └── vga-display.fs │ │ ├── board-qemu │ │ │ ├── Makefile │ │ │ ├── Makefile.dirs │ │ │ ├── config │ │ │ ├── include │ │ │ │ ├── hw.h │ │ │ │ ├── nvramlog.h │ │ │ │ ├── product.h │ │ │ │ └── southbridge.h │ │ │ ├── llfw │ │ │ │ ├── Cboot.S │ │ │ │ ├── Makefile │ │ │ │ ├── board_io.S │ │ │ │ ├── stage2.c │ │ │ │ ├── stage2.h │ │ │ │ ├── stage2.lds │ │ │ │ ├── stage2_head.S │ │ │ │ ├── startup.S │ │ │ │ └── version.S │ │ │ ├── romfs │ │ │ │ └── boot_rom.ffs │ │ │ ├── slof │ │ │ │ ├── .gitignore │ │ │ │ ├── Makefile │ │ │ │ ├── OF.fs │ │ │ │ ├── copyright-oss.fs │ │ │ │ ├── fdt.fs │ │ │ │ ├── header.fs │ │ │ │ ├── helper.fs │ │ │ │ ├── hvterm.fs │ │ │ │ ├── pci-aliases.fs │ │ │ │ ├── pci-capabilities.fs │ │ │ │ ├── pci-device_1013_00b8.fs │ │ │ │ ├── pci-device_1234_1111.fs │ │ │ │ ├── pci-device_1af4_1000.fs │ │ │ │ ├── pci-device_1af4_1001.fs │ │ │ │ ├── pci-device_1af4_1009.fs │ │ │ │ ├── pci-interrupts.fs │ │ │ │ ├── pci-phb.fs │ │ │ │ ├── qemu-bootlist.fs │ │ │ │ ├── rtas-nvram.fs │ │ │ │ ├── rtas.fs │ │ │ │ ├── tree.fs │ │ │ │ ├── vio-hvterm.fs │ │ │ │ ├── vio-veth.fs │ │ │ │ ├── vio-vscsi-device.fs │ │ │ │ ├── vio-vscsi.fs │ │ │ │ ├── virtio-block.fs │ │ │ │ ├── virtio-fs.fs │ │ │ │ ├── virtio-net.fs │ │ │ │ └── virtio.fs │ │ │ ├── veth │ │ │ │ ├── Makefile │ │ │ │ ├── module_entry.c │ │ │ │ ├── veth.c │ │ │ │ └── veth.lds │ │ │ └── virtio-net │ │ │ │ ├── Makefile │ │ │ │ ├── module_entry.c │ │ │ │ ├── virtio-net.c │ │ │ │ ├── virtio-net.h │ │ │ │ ├── virtio-net.lds │ │ │ │ └── vn-pci.c │ │ ├── clients │ │ │ ├── .gitignore │ │ │ ├── Makefile │ │ │ ├── clients.mk │ │ │ ├── net-snk │ │ │ │ ├── Makefile │ │ │ │ ├── app │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── biosemu │ │ │ │ │ │ ├── Makefile │ │ │ │ │ │ ├── biosemu.c │ │ │ │ │ │ ├── biosemu.h │ │ │ │ │ │ ├── debug.c │ │ │ │ │ │ ├── debug.h │ │ │ │ │ │ ├── device.c │ │ │ │ │ │ ├── device.h │ │ │ │ │ │ ├── interrupt.c │ │ │ │ │ │ ├── interrupt.h │ │ │ │ │ │ ├── io.c │ │ │ │ │ │ ├── io.h │ │ │ │ │ │ ├── mem.c │ │ │ │ │ │ ├── mem.h │ │ │ │ │ │ ├── vbe.c │ │ │ │ │ │ └── vbe.h │ │ │ │ │ ├── main.c │ │ │ │ │ ├── netapps │ │ │ │ │ │ ├── Makefile │ │ │ │ │ │ ├── args.c │ │ │ │ │ │ ├── args.h │ │ │ │ │ │ ├── netapps.h │ │ │ │ │ │ ├── netboot.c │ │ │ │ │ │ └── ping.c │ │ │ │ │ └── netlib │ │ │ │ │ │ ├── Makefile │ │ │ │ │ │ ├── bootp.c │ │ │ │ │ │ ├── dhcp.c │ │ │ │ │ │ ├── dhcp.h │ │ │ │ │ │ ├── dns.c │ │ │ │ │ │ ├── dns.h │ │ │ │ │ │ ├── ethernet.c │ │ │ │ │ │ ├── ethernet.h │ │ │ │ │ │ ├── ipv4.c │ │ │ │ │ │ ├── ipv4.h │ │ │ │ │ │ ├── tcp.c │ │ │ │ │ │ ├── tcp.h │ │ │ │ │ │ ├── tftp.c │ │ │ │ │ │ ├── tftp.h │ │ │ │ │ │ ├── udp.c │ │ │ │ │ │ └── udp.h │ │ │ │ ├── client.lds │ │ │ │ ├── include │ │ │ │ │ ├── crt0.h │ │ │ │ │ ├── fcntl.h │ │ │ │ │ ├── fileio.h │ │ │ │ │ ├── ioctl.h │ │ │ │ │ ├── kernel.h │ │ │ │ │ ├── netdriver_int.h │ │ │ │ │ ├── of.h │ │ │ │ │ ├── pci.h │ │ │ │ │ ├── rtas.h │ │ │ │ │ ├── sys │ │ │ │ │ │ └── socket.h │ │ │ │ │ ├── systemcall.h │ │ │ │ │ └── time.h │ │ │ │ ├── kernel │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── crt0.c │ │ │ │ │ ├── entry.S │ │ │ │ │ ├── init.c │ │ │ │ │ ├── lowmem.S │ │ │ │ │ ├── modules.c │ │ │ │ │ ├── modules.h │ │ │ │ │ ├── systemcall.c │ │ │ │ │ └── timer.c │ │ │ │ ├── libc │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── io.c │ │ │ │ │ ├── ioctl.c │ │ │ │ │ ├── sbrk.c │ │ │ │ │ ├── socket │ │ │ │ │ │ ├── Makefile │ │ │ │ │ │ └── send.c │ │ │ │ │ └── time │ │ │ │ │ │ ├── Makefile │ │ │ │ │ │ ├── ftime.c │ │ │ │ │ │ └── timer.c │ │ │ │ ├── make.rules │ │ │ │ ├── oflib │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── ci_device.c │ │ │ │ │ ├── entry.S │ │ │ │ │ ├── of.c │ │ │ │ │ ├── pci.c │ │ │ │ │ └── rtas.c │ │ │ │ └── sec-client.lds │ │ │ └── takeover │ │ │ │ ├── Makefile │ │ │ │ ├── client.lds │ │ │ │ ├── entry.S │ │ │ │ ├── main.c │ │ │ │ ├── ppc32wrap.S │ │ │ │ ├── takeover.h │ │ │ │ └── takeover.oco │ │ ├── drivers │ │ │ ├── Makefile │ │ │ ├── bcm57xx │ │ │ │ ├── Makefile │ │ │ │ ├── bcm57xx.c │ │ │ │ ├── bcm57xx.h │ │ │ │ └── types.h │ │ │ ├── common │ │ │ │ ├── Makefile │ │ │ │ ├── module.lds │ │ │ │ └── module_entry.c │ │ │ └── e1k │ │ │ │ ├── Makefile │ │ │ │ ├── e1k.c │ │ │ │ └── e1k.h │ │ ├── include │ │ │ ├── byteorder.h │ │ │ ├── calculatecrc.h │ │ │ ├── libelf.h │ │ │ ├── macros.h │ │ │ ├── memmap.h │ │ │ ├── pcd.h │ │ │ ├── ppc970 │ │ │ │ ├── cache.h │ │ │ │ └── cpu.h │ │ │ ├── ppcp7 │ │ │ │ ├── cache.h │ │ │ │ └── cpu.h │ │ │ ├── romfs.h │ │ │ ├── rtas.h │ │ │ ├── rtas_table.h │ │ │ ├── termctrl.h │ │ │ └── xvect.h │ │ ├── lib │ │ │ ├── Makefile │ │ │ ├── libbases │ │ │ │ ├── Makefile │ │ │ │ ├── libbases.code │ │ │ │ └── libbases.in │ │ │ ├── libbootmsg │ │ │ │ ├── Makefile │ │ │ │ ├── bootmsg.code │ │ │ │ ├── bootmsg.in │ │ │ │ ├── bootmsg_lvl.S │ │ │ │ └── libbootmsg.h │ │ │ ├── libc │ │ │ │ ├── Makefile │ │ │ │ ├── README.txt │ │ │ │ ├── ctype │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── isdigit.c │ │ │ │ │ ├── isprint.c │ │ │ │ │ ├── isspace.c │ │ │ │ │ ├── isxdigit.c │ │ │ │ │ ├── tolower.c │ │ │ │ │ └── toupper.c │ │ │ │ ├── getopt │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ └── getopt.c │ │ │ │ ├── include │ │ │ │ │ ├── ctype.h │ │ │ │ │ ├── errno.h │ │ │ │ │ ├── getopt.h │ │ │ │ │ ├── limits.h │ │ │ │ │ ├── stdarg.h │ │ │ │ │ ├── stddef.h │ │ │ │ │ ├── stdint.h │ │ │ │ │ ├── stdio.h │ │ │ │ │ ├── stdlib.h │ │ │ │ │ ├── string.h │ │ │ │ │ └── unistd.h │ │ │ │ ├── stdio │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── fileno.c │ │ │ │ │ ├── fprintf.c │ │ │ │ │ ├── fscanf.c │ │ │ │ │ ├── printf.c │ │ │ │ │ ├── putc.c │ │ │ │ │ ├── putchar.c │ │ │ │ │ ├── puts.c │ │ │ │ │ ├── scanf.c │ │ │ │ │ ├── setvbuf.c │ │ │ │ │ ├── sprintf.c │ │ │ │ │ ├── stdchnls.c │ │ │ │ │ ├── vfprintf.c │ │ │ │ │ ├── vfscanf.c │ │ │ │ │ ├── vsnprintf.c │ │ │ │ │ ├── vsprintf.c │ │ │ │ │ └── vsscanf.c │ │ │ │ ├── stdlib │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── atoi.c │ │ │ │ │ ├── atol.c │ │ │ │ │ ├── error.c │ │ │ │ │ ├── free.c │ │ │ │ │ ├── malloc.c │ │ │ │ │ ├── malloc_defs.h │ │ │ │ │ ├── memalign.c │ │ │ │ │ ├── rand.c │ │ │ │ │ ├── realloc.c │ │ │ │ │ ├── strtol.c │ │ │ │ │ └── strtoul.c │ │ │ │ └── string │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── memchr.c │ │ │ │ │ ├── memcmp.c │ │ │ │ │ ├── memcpy.c │ │ │ │ │ ├── memmove.c │ │ │ │ │ ├── memset.c │ │ │ │ │ ├── strcasecmp.c │ │ │ │ │ ├── strcat.c │ │ │ │ │ ├── strchr.c │ │ │ │ │ ├── strcmp.c │ │ │ │ │ ├── strcpy.c │ │ │ │ │ ├── strlen.c │ │ │ │ │ ├── strncasecmp.c │ │ │ │ │ ├── strncmp.c │ │ │ │ │ ├── strncpy.c │ │ │ │ │ ├── strstr.c │ │ │ │ │ └── strtok.c │ │ │ ├── libelf │ │ │ │ ├── Makefile │ │ │ │ ├── elf.c │ │ │ │ ├── elf32.c │ │ │ │ ├── elf64.c │ │ │ │ ├── elf_claim.c │ │ │ │ ├── libelf.code │ │ │ │ └── libelf.in │ │ │ ├── libhvcall │ │ │ │ ├── Makefile │ │ │ │ ├── hvcall.S │ │ │ │ ├── hvcall.code │ │ │ │ ├── hvcall.in │ │ │ │ └── libhvcall.h │ │ │ ├── libipmi │ │ │ │ ├── Makefile │ │ │ │ ├── libipmi.code │ │ │ │ ├── libipmi.h │ │ │ │ ├── libipmi.in │ │ │ │ └── libipmi.oco │ │ │ ├── libnativeio │ │ │ │ ├── nativeio.code │ │ │ │ └── nativeio.in │ │ │ ├── libnvram │ │ │ │ ├── Makefile │ │ │ │ ├── envvar.c │ │ │ │ ├── libnvram.code │ │ │ │ ├── libnvram.in │ │ │ │ ├── nvram.c │ │ │ │ └── nvram.h │ │ │ └── libvirtio │ │ │ │ ├── Makefile │ │ │ │ ├── p9.c │ │ │ │ ├── p9.h │ │ │ │ ├── virtio-9p.c │ │ │ │ ├── virtio-9p.h │ │ │ │ ├── virtio-blk.c │ │ │ │ ├── virtio-blk.h │ │ │ │ ├── virtio.c │ │ │ │ ├── virtio.code │ │ │ │ ├── virtio.h │ │ │ │ └── virtio.in │ │ ├── llfw │ │ │ ├── boot_abort.S │ │ │ ├── boot_abort.h │ │ │ ├── clib │ │ │ │ ├── Makefile.inc │ │ │ │ ├── iolib.c │ │ │ │ └── iolib.h │ │ │ ├── io_generic │ │ │ │ ├── Makefile.inc │ │ │ │ └── io_generic.S │ │ │ ├── nvramlog.S │ │ │ ├── romfs.S │ │ │ └── romfs_wrap.c │ │ ├── make.rules │ │ ├── other-licence │ │ │ ├── Makefile │ │ │ └── x86emu │ │ │ │ ├── Makefile │ │ │ │ ├── x86emu_changes.diff │ │ │ │ └── x86emu_download.sh │ │ ├── romfs │ │ │ ├── header.img │ │ │ └── tools │ │ │ │ ├── .gitignore │ │ │ │ ├── Makefile │ │ │ │ ├── build_ffs.c │ │ │ │ ├── cfg_parse.c │ │ │ │ ├── cfgparse.h │ │ │ │ ├── create_crc.c │ │ │ │ ├── create_flash.c │ │ │ │ └── createcrc.h │ │ ├── rtas │ │ │ ├── Makefile.inc │ │ │ ├── flash │ │ │ │ ├── block_lists.c │ │ │ │ ├── block_lists.h │ │ │ │ └── tmpXXX.update-comments │ │ │ ├── reloc.S │ │ │ ├── rtas.lds │ │ │ ├── rtas_call.c │ │ │ ├── rtas_common.S │ │ │ └── rtas_entry.S │ │ ├── slof │ │ │ ├── Makefile.inc │ │ │ ├── OF.lds │ │ │ ├── default-font.c │ │ │ ├── engine.in │ │ │ ├── entry.S │ │ │ ├── fs │ │ │ │ ├── accept.fs │ │ │ │ ├── alloc-mem-debug.fs │ │ │ │ ├── alloc-mem.fs │ │ │ │ ├── available.fs │ │ │ │ ├── banner.fs │ │ │ │ ├── base.fs │ │ │ │ ├── boot.fs │ │ │ │ ├── bootmsg.fs │ │ │ │ ├── claim.fs │ │ │ │ ├── client.fs │ │ │ │ ├── debug.fs │ │ │ │ ├── devices │ │ │ │ │ ├── pci-class_02.fs │ │ │ │ │ ├── pci-class_0c.fs │ │ │ │ │ └── pci-device_10de_0141.fs │ │ │ │ ├── dictionary.fs │ │ │ │ ├── display.fs │ │ │ │ ├── dump.fs │ │ │ │ ├── elf.fs │ │ │ │ ├── envvar.fs │ │ │ │ ├── envvar_defaults.fs │ │ │ │ ├── exception.fs │ │ │ │ ├── fbuffer.fs │ │ │ │ ├── fcode │ │ │ │ │ ├── 1275.fs │ │ │ │ │ ├── core.fs │ │ │ │ │ ├── evaluator.fs │ │ │ │ │ ├── little-big.fs │ │ │ │ │ ├── locals.fs │ │ │ │ │ └── tokens.fs │ │ │ │ ├── find-hash.fs │ │ │ │ ├── generic-disk.fs │ │ │ │ ├── history.fs │ │ │ │ ├── ide.fs │ │ │ │ ├── instance.fs │ │ │ │ ├── little-endian.fs │ │ │ │ ├── loaders.fs │ │ │ │ ├── logging.fs │ │ │ │ ├── node.fs │ │ │ │ ├── nvram.fs │ │ │ │ ├── packages.fs │ │ │ │ ├── packages │ │ │ │ │ ├── bulk.fs │ │ │ │ │ ├── deblocker.fs │ │ │ │ │ ├── disk-label.fs │ │ │ │ │ ├── ext2-files.fs │ │ │ │ │ ├── fat-files.fs │ │ │ │ │ ├── filler.fs │ │ │ │ │ ├── iso-9660.fs │ │ │ │ │ ├── obp-tftp.fs │ │ │ │ │ ├── rom-files.fs │ │ │ │ │ └── sms.fs │ │ │ │ ├── pci-bridge.fs │ │ │ │ ├── pci-class-code-names.fs │ │ │ │ ├── pci-config-bridge.fs │ │ │ │ ├── pci-device.fs │ │ │ │ ├── pci-helper.fs │ │ │ │ ├── pci-properties.fs │ │ │ │ ├── pci-scan.fs │ │ │ │ ├── preprocessor.fs │ │ │ │ ├── property.fs │ │ │ │ ├── quiesce.fs │ │ │ │ ├── rmove.fs │ │ │ │ ├── romfs.fs │ │ │ │ ├── root.fs │ │ │ │ ├── rtas │ │ │ │ │ ├── rtas-cpu.fs │ │ │ │ │ ├── rtas-flash.fs │ │ │ │ │ ├── rtas-init.fs │ │ │ │ │ ├── rtas-reboot.fs │ │ │ │ │ └── rtas-vpd.fs │ │ │ │ ├── scsi-loader.fs │ │ │ │ ├── scsi-support.fs │ │ │ │ ├── search.fs │ │ │ │ ├── slof-logo.fs │ │ │ │ ├── sms │ │ │ │ │ ├── sms-load.fs │ │ │ │ │ └── sms-nvram.fs │ │ │ │ ├── stack.fs │ │ │ │ ├── start-up.fs │ │ │ │ ├── term-io.fs │ │ │ │ ├── terminal.fs │ │ │ │ ├── timebase.fs │ │ │ │ ├── translate.fs │ │ │ │ ├── update_flash.fs │ │ │ │ ├── usb │ │ │ │ │ ├── usb-enumerate.fs │ │ │ │ │ ├── usb-hub.fs │ │ │ │ │ ├── usb-kbd-device-support.fs │ │ │ │ │ ├── usb-keyboard.fs │ │ │ │ │ ├── usb-mouse.fs │ │ │ │ │ ├── usb-ohci.fs │ │ │ │ │ ├── usb-static.fs │ │ │ │ │ ├── usb-storage-support.fs │ │ │ │ │ ├── usb-storage-wrapper.fs │ │ │ │ │ ├── usb-storage.fs │ │ │ │ │ └── usb-support.fs │ │ │ │ ├── vpd-bootlist.fs │ │ │ │ └── xmodem.fs │ │ │ ├── lowmem.S │ │ │ ├── ofw.S │ │ │ ├── paflof.c │ │ │ ├── paflof.h │ │ │ ├── ppc64.c │ │ │ ├── ppc64.code │ │ │ ├── ppc64.h │ │ │ ├── ppc64.in │ │ │ ├── prep.h │ │ │ ├── prim.code │ │ │ ├── prim.in │ │ │ ├── ref.pl │ │ │ └── types.h │ │ └── tools │ │ │ ├── .gitignore │ │ │ ├── Makefile │ │ │ ├── create_reloc_table.sh │ │ │ └── gen_reloc_table.c │ ├── config.ipxe.general.h │ ├── config.seabios │ ├── config.vga.cirrus │ ├── config.vga.isavga │ ├── config.vga.qxl │ ├── config.vga.stdvga │ ├── config.vga.vmware │ ├── configure-seabios.sh │ ├── openbios │ │ ├── .gitignore │ │ ├── COPYING │ │ ├── Documentation │ │ │ ├── ChangeLog.arch │ │ │ ├── README.debugger │ │ │ ├── TODO.sparc │ │ │ └── kernel │ │ │ │ ├── AUTHORS │ │ │ │ ├── COPYING │ │ │ │ ├── Changelog.stepan │ │ │ │ ├── TODO │ │ │ │ ├── dictformat.txt │ │ │ │ ├── glossary.txt │ │ │ │ └── initializers.txt │ │ ├── Makefile │ │ ├── Makefile.target │ │ ├── README │ │ ├── VERSION │ │ ├── arch │ │ │ ├── amd64 │ │ │ │ ├── Kconfig │ │ │ │ ├── boot.c │ │ │ │ ├── build.xml │ │ │ │ ├── builtin.c │ │ │ │ ├── console.c │ │ │ │ ├── context.c │ │ │ │ ├── context.h │ │ │ │ ├── defconfig │ │ │ │ ├── init.fs │ │ │ │ ├── ldscript │ │ │ │ ├── lib.c │ │ │ │ ├── linux_load.c │ │ │ │ ├── multiboot.c │ │ │ │ ├── multiboot.h │ │ │ │ ├── openbios.c │ │ │ │ ├── openbios.h │ │ │ │ ├── plainboot.c │ │ │ │ ├── relocate.h │ │ │ │ ├── segment.c │ │ │ │ ├── segment.h │ │ │ │ ├── switch.S │ │ │ │ └── sys_info.c │ │ │ ├── build.xml │ │ │ ├── unix │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile │ │ │ │ ├── blk.c │ │ │ │ ├── blk.h │ │ │ │ ├── boot.c │ │ │ │ ├── build.xml │ │ │ │ ├── gui_qt │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── gui-qt.cpp │ │ │ │ │ ├── gui-qt.h │ │ │ │ │ ├── gui-qt.pro │ │ │ │ │ ├── logo.xpm │ │ │ │ │ └── qt-main.cpp │ │ │ │ ├── plugins.c │ │ │ │ ├── plugins │ │ │ │ │ ├── Kconfig │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── Rules.plugin │ │ │ │ │ ├── loader.c │ │ │ │ │ ├── plugin_pci │ │ │ │ │ │ ├── Makefile │ │ │ │ │ │ ├── Makefile.old │ │ │ │ │ │ └── plugin_pci.c │ │ │ │ │ └── plugin_qt │ │ │ │ │ │ ├── Makefile │ │ │ │ │ │ ├── logo.xpm │ │ │ │ │ │ ├── pciconfig.h │ │ │ │ │ │ ├── plugin_qt.cpp │ │ │ │ │ │ ├── plugin_qt.h │ │ │ │ │ │ ├── plugin_qt.pro │ │ │ │ │ │ ├── qt_main.cpp │ │ │ │ │ │ └── qt_rom.fs │ │ │ │ ├── tree.fs │ │ │ │ └── unix.c │ │ │ └── x86 │ │ │ │ ├── Kconfig │ │ │ │ ├── boot.c │ │ │ │ ├── boot.h │ │ │ │ ├── build.xml │ │ │ │ ├── builtin.c │ │ │ │ ├── console.c │ │ │ │ ├── context.c │ │ │ │ ├── context.h │ │ │ │ ├── defconfig │ │ │ │ ├── entry.S │ │ │ │ ├── exception.c │ │ │ │ ├── init.fs │ │ │ │ ├── ldscript │ │ │ │ ├── lib.c │ │ │ │ ├── linux_load.c │ │ │ │ ├── multiboot.c │ │ │ │ ├── multiboot.h │ │ │ │ ├── openbios.c │ │ │ │ ├── openbios.h │ │ │ │ ├── plainboot.c │ │ │ │ ├── relocate.h │ │ │ │ ├── segment.c │ │ │ │ ├── segment.h │ │ │ │ ├── sys_info.c │ │ │ │ └── xbox │ │ │ │ ├── console.c │ │ │ │ └── methods.c │ │ ├── build.xml │ │ ├── config │ │ │ ├── examples │ │ │ │ ├── amd64_config.xml │ │ │ │ ├── ppc64_config.xml │ │ │ │ ├── ppc_config.xml │ │ │ │ ├── sparc32_config.xml │ │ │ │ ├── sparc64_config.xml │ │ │ │ └── x86_config.xml │ │ │ ├── scripts │ │ │ │ ├── reldir │ │ │ │ └── switch-arch │ │ │ └── xml │ │ │ │ ├── config-c.xsl │ │ │ │ ├── config-forth.xsl │ │ │ │ ├── dictionary.xsl │ │ │ │ ├── fcode.xsl │ │ │ │ ├── makefile.xsl │ │ │ │ ├── object.xsl │ │ │ │ ├── rules.xml │ │ │ │ ├── util.xsl │ │ │ │ └── xinclude.xsl │ │ ├── drivers │ │ │ ├── Kconfig │ │ │ ├── adb_bus.c │ │ │ ├── adb_bus.h │ │ │ ├── adb_kbd.c │ │ │ ├── adb_kbd.h │ │ │ ├── adb_mouse.c │ │ │ ├── adb_mouse.h │ │ │ ├── build.xml │ │ │ ├── cuda.c │ │ │ ├── cuda.h │ │ │ ├── escc.c │ │ │ ├── escc.h │ │ │ ├── esp.c │ │ │ ├── esp.fs │ │ │ ├── esp.h │ │ │ ├── floppy.c │ │ │ ├── floppy.h │ │ │ ├── fw_cfg.c │ │ │ ├── hdreg.h │ │ │ ├── ide.c │ │ │ ├── ide.h │ │ │ ├── iommu.c │ │ │ ├── iommu.h │ │ │ ├── kbd.c │ │ │ ├── kbd.h │ │ │ ├── macio.c │ │ │ ├── macio.h │ │ │ ├── obio.c │ │ │ ├── obio.h │ │ │ ├── pc_kbd.c │ │ │ ├── pc_serial.c │ │ │ ├── pci.c │ │ │ ├── pci.fs │ │ │ ├── pci.h │ │ │ ├── pci_database.c │ │ │ ├── pci_database.h │ │ │ ├── sbus.c │ │ │ ├── sbus.fs │ │ │ ├── scsi.h │ │ │ ├── tcx.fs │ │ │ ├── timer.c │ │ │ ├── timer.h │ │ │ ├── vga.fs │ │ │ ├── vga.h │ │ │ ├── vga_load_regs.c │ │ │ ├── vga_set_mode.c │ │ │ └── vga_vbe.c │ │ ├── forth │ │ │ ├── Kconfig │ │ │ ├── admin │ │ │ │ ├── README │ │ │ │ ├── banner.fs │ │ │ │ ├── build.xml │ │ │ │ ├── callback.fs │ │ │ │ ├── devices.fs │ │ │ │ ├── help.fs │ │ │ │ ├── iocontrol.fs │ │ │ │ ├── nvram.fs │ │ │ │ ├── reset.fs │ │ │ │ ├── script.fs │ │ │ │ ├── security.fs │ │ │ │ ├── selftest.fs │ │ │ │ └── userboot.fs │ │ │ ├── bootstrap │ │ │ │ ├── bootstrap.fs │ │ │ │ ├── build.xml │ │ │ │ ├── builtin.fs │ │ │ │ ├── hayes.fs │ │ │ │ ├── interpreter.fs │ │ │ │ ├── memory.fs │ │ │ │ └── start.fs │ │ │ ├── build.xml │ │ │ ├── debugging │ │ │ │ ├── build.xml │ │ │ │ ├── client.fs │ │ │ │ ├── fcode.fs │ │ │ │ ├── firmware.fs │ │ │ │ └── see.fs │ │ │ ├── device │ │ │ │ ├── README.device │ │ │ │ ├── build.xml │ │ │ │ ├── builtin.fs │ │ │ │ ├── device.fs │ │ │ │ ├── display.fs │ │ │ │ ├── extra.fs │ │ │ │ ├── fcode.fs │ │ │ │ ├── feval.fs │ │ │ │ ├── font.fs │ │ │ │ ├── logo.fs │ │ │ │ ├── missing │ │ │ │ ├── other.fs │ │ │ │ ├── package.fs │ │ │ │ ├── pathres.fs │ │ │ │ ├── preof.fs │ │ │ │ ├── property.fs │ │ │ │ ├── romfont.bin │ │ │ │ ├── structures.fs │ │ │ │ ├── table.fs │ │ │ │ ├── terminal.fs │ │ │ │ └── tree.fs │ │ │ ├── lib │ │ │ │ ├── 64bit.fs │ │ │ │ ├── build.xml │ │ │ │ ├── creation.fs │ │ │ │ ├── lists.fs │ │ │ │ ├── locals.fs │ │ │ │ ├── preinclude.fs │ │ │ │ ├── preprocessor.fs │ │ │ │ ├── split.fs │ │ │ │ ├── string.fs │ │ │ │ └── vocabulary.fs │ │ │ ├── packages │ │ │ │ ├── Kconfig │ │ │ │ ├── README │ │ │ │ ├── build.xml │ │ │ │ ├── deblocker.fs │ │ │ │ ├── disklabel.fs │ │ │ │ ├── obp-tftp.fs │ │ │ │ ├── packages.fs │ │ │ │ └── terminal-emulator.fs │ │ │ ├── system │ │ │ │ ├── build.xml │ │ │ │ ├── ciface.fs │ │ │ │ └── main.fs │ │ │ ├── testsuite │ │ │ │ ├── README │ │ │ │ ├── build.xml │ │ │ │ ├── fract.fs │ │ │ │ ├── framebuffer-test.fs │ │ │ │ ├── memory-testsuite.fs │ │ │ │ └── splitfunc-testsuite.fs │ │ │ └── util │ │ │ │ ├── apic.fs │ │ │ │ ├── build.xml │ │ │ │ ├── pci.fs │ │ │ │ └── util.fs │ │ ├── fs │ │ │ ├── build.xml │ │ │ ├── ext2 │ │ │ │ ├── build.xml │ │ │ │ ├── ext2.h │ │ │ │ ├── ext2_close.c │ │ │ │ ├── ext2_closedir.c │ │ │ │ ├── ext2_fs.c │ │ │ │ ├── ext2_fs.h │ │ │ │ ├── ext2_lseek.c │ │ │ │ ├── ext2_mount.c │ │ │ │ ├── ext2_open.c │ │ │ │ ├── ext2_opendir.c │ │ │ │ ├── ext2_read.c │ │ │ │ ├── ext2_readdir.c │ │ │ │ ├── ext2_utils.c │ │ │ │ ├── ext2_utils.h │ │ │ │ └── libext2.h │ │ │ ├── grubfs │ │ │ │ ├── Kconfig │ │ │ │ ├── build.xml │ │ │ │ ├── debug.h │ │ │ │ ├── defs.h │ │ │ │ ├── dir.h │ │ │ │ ├── disk_inode.h │ │ │ │ ├── disk_inode_ffs.h │ │ │ │ ├── fat.h │ │ │ │ ├── filesys.h │ │ │ │ ├── fs.h │ │ │ │ ├── fsys_affs.c │ │ │ │ ├── fsys_ext2fs.c │ │ │ │ ├── fsys_fat.c │ │ │ │ ├── fsys_ffs.c │ │ │ │ ├── fsys_iso9660.c │ │ │ │ ├── fsys_jfs.c │ │ │ │ ├── fsys_minix.c │ │ │ │ ├── fsys_ntfs.c │ │ │ │ ├── fsys_reiserfs.c │ │ │ │ ├── fsys_ufs.c │ │ │ │ ├── fsys_vstafs.c │ │ │ │ ├── fsys_xfs.c │ │ │ │ ├── glue.h │ │ │ │ ├── grubfs_fs.c │ │ │ │ ├── iso9660.h │ │ │ │ ├── jfs.h │ │ │ │ ├── shared.h │ │ │ │ ├── ufs_dinode.h │ │ │ │ ├── ufs_fs.h │ │ │ │ ├── vstafs.h │ │ │ │ └── xfs.h │ │ │ ├── hfs │ │ │ │ ├── block.c │ │ │ │ ├── btree.c │ │ │ │ ├── build.xml │ │ │ │ ├── data.c │ │ │ │ ├── file.c │ │ │ │ ├── hfs.c │ │ │ │ ├── hfs_fs.c │ │ │ │ ├── include │ │ │ │ │ ├── apple.h │ │ │ │ │ ├── block.h │ │ │ │ │ ├── btree.h │ │ │ │ │ ├── data.h │ │ │ │ │ ├── file.h │ │ │ │ │ ├── hfs.h │ │ │ │ │ ├── libhfs.h │ │ │ │ │ ├── low.h │ │ │ │ │ ├── medium.h │ │ │ │ │ ├── node.h │ │ │ │ │ ├── record.h │ │ │ │ │ └── volume.h │ │ │ │ ├── low.c │ │ │ │ ├── medium.c │ │ │ │ ├── node.c │ │ │ │ ├── record.c │ │ │ │ └── volume.c │ │ │ ├── hfs_mdb.h │ │ │ ├── hfsplus │ │ │ │ ├── build.xml │ │ │ │ ├── hfsp_blockiter.c │ │ │ │ ├── hfsp_btree.c │ │ │ │ ├── hfsp_fs.c │ │ │ │ ├── hfsp_record.c │ │ │ │ ├── hfsp_unicode.c │ │ │ │ ├── hfsp_volume.c │ │ │ │ ├── include │ │ │ │ │ ├── apple.h │ │ │ │ │ ├── blockiter.h │ │ │ │ │ ├── btree.h │ │ │ │ │ ├── hfs.h │ │ │ │ │ ├── hfsp.h │ │ │ │ │ ├── hfstime.h │ │ │ │ │ ├── libhfsp.h │ │ │ │ │ ├── record.h │ │ │ │ │ ├── swab.h │ │ │ │ │ ├── unicode.h │ │ │ │ │ └── volume.h │ │ │ │ └── libhfsp.c │ │ │ ├── ioglue.c │ │ │ ├── iso9660 │ │ │ │ ├── build.xml │ │ │ │ ├── iso9660.h │ │ │ │ ├── iso9660_close.c │ │ │ │ ├── iso9660_closedir.c │ │ │ │ ├── iso9660_fs.c │ │ │ │ ├── iso9660_fs.h │ │ │ │ ├── iso9660_lseek.c │ │ │ │ ├── iso9660_mount.c │ │ │ │ ├── iso9660_open.c │ │ │ │ ├── iso9660_opendir.c │ │ │ │ ├── iso9660_read.c │ │ │ │ ├── iso9660_readdir.c │ │ │ │ └── libiso9660.h │ │ │ └── os.h │ │ ├── include │ │ │ ├── arch │ │ │ │ ├── amd64 │ │ │ │ │ ├── elf.h │ │ │ │ │ ├── io.h │ │ │ │ │ ├── pci.h │ │ │ │ │ └── types.h │ │ │ │ ├── common │ │ │ │ │ ├── a.out.h │ │ │ │ │ ├── elf.h │ │ │ │ │ ├── elf_boot.h │ │ │ │ │ ├── fw_cfg.h │ │ │ │ │ ├── nvram.h │ │ │ │ │ └── xcoff.h │ │ │ │ ├── unix │ │ │ │ │ ├── plugin_pci.h │ │ │ │ │ └── plugins.h │ │ │ │ └── x86 │ │ │ │ │ ├── elf.h │ │ │ │ │ ├── io.h │ │ │ │ │ ├── pci.h │ │ │ │ │ └── types.h │ │ │ ├── config.h │ │ │ ├── drivers │ │ │ │ ├── drivers.h │ │ │ │ ├── pci.h │ │ │ │ └── vga.h │ │ │ ├── fs │ │ │ │ └── fs.h │ │ │ ├── kernel │ │ │ │ ├── kernel.h │ │ │ │ └── stack.h │ │ │ ├── libc │ │ │ │ ├── byteorder.h │ │ │ │ ├── diskio.h │ │ │ │ ├── stdlib.h │ │ │ │ ├── string.h │ │ │ │ └── vsprintf.h │ │ │ ├── libopenbios │ │ │ │ ├── aout_load.h │ │ │ │ ├── bindings.h │ │ │ │ ├── bootcode_load.h │ │ │ │ ├── bootinfo_load.h │ │ │ │ ├── elf_load.h │ │ │ │ ├── fcode_load.h │ │ │ │ ├── fontdata.h │ │ │ │ ├── forth_load.h │ │ │ │ ├── initprogram.h │ │ │ │ ├── ipchecksum.h │ │ │ │ ├── load.h │ │ │ │ ├── of.h │ │ │ │ ├── ofmem.h │ │ │ │ ├── openbios.h │ │ │ │ ├── sys_info.h │ │ │ │ ├── video.h │ │ │ │ └── xcoff_load.h │ │ │ ├── mconfig.h │ │ │ ├── packages │ │ │ │ ├── nvram.h │ │ │ │ └── video.h │ │ │ └── sysinclude.h │ │ ├── kernel │ │ │ ├── Kconfig │ │ │ ├── README │ │ │ ├── bootstrap.c │ │ │ ├── build.xml │ │ │ ├── cross.h │ │ │ ├── dict.c │ │ │ ├── forth.c │ │ │ ├── include │ │ │ │ └── dict.h │ │ │ └── stack.c │ │ ├── libc │ │ │ ├── build.xml │ │ │ ├── ctype.c │ │ │ ├── diskio.c │ │ │ ├── extra.c │ │ │ ├── misc.c │ │ │ ├── string.c │ │ │ └── vsprintf.c │ │ ├── libgcc │ │ │ ├── __divdi3.c │ │ │ ├── __divti3.c │ │ │ ├── __lshrdi3.c │ │ │ ├── __negti2.c │ │ │ ├── __udivdi3.c │ │ │ ├── __udivmoddi4.c │ │ │ ├── __udivmodti4.c │ │ │ ├── __udivti3.c │ │ │ ├── __umoddi3.c │ │ │ ├── __umodti3.c │ │ │ ├── ashldi3.c │ │ │ ├── ashrdi3.c │ │ │ ├── build.xml │ │ │ ├── crtsavres.S │ │ │ ├── libgcc.h │ │ │ └── multi3.c │ │ ├── libopenbios │ │ │ ├── Kconfig │ │ │ ├── aout_load.c │ │ │ ├── bindings.c │ │ │ ├── bootcode_load.c │ │ │ ├── bootinfo_load.c │ │ │ ├── build.xml │ │ │ ├── clib.fs │ │ │ ├── client.c │ │ │ ├── elf_info.c │ │ │ ├── elf_load.c │ │ │ ├── fcode_load.c │ │ │ ├── font_8x16.c │ │ │ ├── font_8x8.c │ │ │ ├── forth_load.c │ │ │ ├── helpers.fs │ │ │ ├── init.c │ │ │ ├── initprogram.c │ │ │ ├── ipchecksum.c │ │ │ ├── linuxbios.h │ │ │ ├── linuxbios_info.c │ │ │ ├── load.c │ │ │ ├── ofmem_common.c │ │ │ ├── video_common.c │ │ │ └── xcoff_load.c │ │ ├── packages │ │ │ ├── bootinfo-loader.c │ │ │ ├── build.xml │ │ │ ├── cmdline.c │ │ │ ├── cmdline.fs │ │ │ ├── deblocker.c │ │ │ ├── disk-label.c │ │ │ ├── disk-label.fs │ │ │ ├── elf-loader.c │ │ │ ├── init.c │ │ │ ├── mac-parts.c │ │ │ ├── mac-parts.h │ │ │ ├── molvideo.c │ │ │ ├── nvram.c │ │ │ ├── packages.h │ │ │ ├── pc-parts.c │ │ │ ├── sun-parts.c │ │ │ └── xcoff-loader.c │ │ └── utils │ │ │ ├── README │ │ │ ├── devbios │ │ │ ├── COPYING │ │ │ ├── CREDITS │ │ │ ├── ChangeLog │ │ │ ├── Makefile │ │ │ ├── Makefile.24 │ │ │ ├── README.bios │ │ │ ├── ToDo │ │ │ ├── bios.h │ │ │ ├── bios_core.c │ │ │ ├── comp.c │ │ │ ├── filesystem.c │ │ │ ├── flashchips.c │ │ │ ├── flashchips.h │ │ │ ├── pcisets.c │ │ │ ├── pcisets.h │ │ │ ├── procfs.c │ │ │ ├── programming.c │ │ │ └── programming.h │ │ │ ├── dist │ │ │ ├── debian │ │ │ │ ├── changelog │ │ │ │ ├── control │ │ │ │ ├── packages │ │ │ │ └── rules │ │ │ └── openbios.spec │ │ │ ├── iso │ │ │ ├── README │ │ │ └── boot │ │ │ │ └── grub │ │ │ │ ├── README │ │ │ │ ├── menu.lst │ │ │ │ └── stage2_eltorito │ │ │ └── ofclient │ │ │ ├── Makefile │ │ │ ├── README │ │ │ ├── endian.h │ │ │ ├── of1275.c │ │ │ ├── of1275.h │ │ │ ├── of1275_io.c │ │ │ └── ofclient.c │ ├── qemu-palcode │ │ ├── .gitignore │ │ ├── COPYING │ │ ├── HEADER │ │ ├── Makefile │ │ ├── console-low.S │ │ ├── console.c │ │ ├── console.h │ │ ├── core-cia.h │ │ ├── core-typhoon.h │ │ ├── crb.c │ │ ├── hwrpb.h │ │ ├── init.c │ │ ├── ioport.h │ │ ├── memcpy.c │ │ ├── memset.c │ │ ├── osf.h │ │ ├── pal.S │ │ ├── pal.h │ │ ├── palcode.ld │ │ ├── pci.c │ │ ├── pci.h │ │ ├── pci_ids.h │ │ ├── pci_regs.h │ │ ├── printf.c │ │ ├── protos.h │ │ ├── ps2port.c │ │ ├── ps2port.h │ │ ├── strlen.S │ │ ├── sys-clipper.S │ │ ├── sys-clipper.h │ │ ├── sys-sx164.h │ │ ├── uart.c │ │ ├── uart.h │ │ ├── util.c │ │ ├── vgafonts.c │ │ ├── vgaio.c │ │ ├── vgatables.c │ │ └── vgatables.h │ ├── seabios │ │ ├── .gitignore │ │ ├── COPYING │ │ ├── COPYING.LESSER │ │ ├── Makefile │ │ ├── README │ │ ├── TODO │ │ ├── src │ │ │ ├── Kconfig │ │ │ ├── acpi-dsdt-cpu-hotplug.dsl │ │ │ ├── acpi-dsdt-dbug.dsl │ │ │ ├── acpi-dsdt-hpet.dsl │ │ │ ├── acpi-dsdt-isa.dsl │ │ │ ├── acpi-dsdt-pci-crs.dsl │ │ │ ├── acpi-dsdt.dsl │ │ │ ├── acpi.c │ │ │ ├── acpi.h │ │ │ ├── ahci.c │ │ │ ├── ahci.h │ │ │ ├── apm.c │ │ │ ├── asm-offsets.c │ │ │ ├── ata.c │ │ │ ├── ata.h │ │ │ ├── biostables.c │ │ │ ├── biosvar.h │ │ │ ├── block.c │ │ │ ├── blockcmd.c │ │ │ ├── blockcmd.h │ │ │ ├── bmp.c │ │ │ ├── bmp.h │ │ │ ├── boot.c │ │ │ ├── boot.h │ │ │ ├── bootsplash.c │ │ │ ├── bregs.h │ │ │ ├── byteorder.h │ │ │ ├── cdrom.c │ │ │ ├── clock.c │ │ │ ├── cmos.h │ │ │ ├── code16gcc.s │ │ │ ├── config.h │ │ │ ├── coreboot.c │ │ │ ├── dev-q35.h │ │ │ ├── disk.c │ │ │ ├── disk.h │ │ │ ├── entryfuncs.S │ │ │ ├── esp-scsi.c │ │ │ ├── esp-scsi.h │ │ │ ├── farptr.h │ │ │ ├── floppy.c │ │ │ ├── font.c │ │ │ ├── gen-defs.h │ │ │ ├── ioport.h │ │ │ ├── jpeg.c │ │ │ ├── jpeg.h │ │ │ ├── kbd.c │ │ │ ├── lsi-scsi.c │ │ │ ├── lsi-scsi.h │ │ │ ├── lzmadecode.c │ │ │ ├── lzmadecode.h │ │ │ ├── megasas.c │ │ │ ├── megasas.h │ │ │ ├── memmap.c │ │ │ ├── memmap.h │ │ │ ├── misc.c │ │ │ ├── mouse.c │ │ │ ├── mptable.c │ │ │ ├── mptable.h │ │ │ ├── mtrr.c │ │ │ ├── optionroms.c │ │ │ ├── optionroms.h │ │ │ ├── output.c │ │ │ ├── paravirt.c │ │ │ ├── paravirt.h │ │ │ ├── pci.c │ │ │ ├── pci.h │ │ │ ├── pci_ids.h │ │ │ ├── pci_regs.h │ │ │ ├── pcibios.c │ │ │ ├── pciinit.c │ │ │ ├── pic.c │ │ │ ├── pic.h │ │ │ ├── pirtable.c │ │ │ ├── pmm.c │ │ │ ├── pnpbios.c │ │ │ ├── post.c │ │ │ ├── ps2port.c │ │ │ ├── ps2port.h │ │ │ ├── q35-acpi-dsdt.dsl │ │ │ ├── ramdisk.c │ │ │ ├── resume.c │ │ │ ├── romfile.c │ │ │ ├── romlayout.S │ │ │ ├── serial.c │ │ │ ├── shadow.c │ │ │ ├── smbios.c │ │ │ ├── smbios.h │ │ │ ├── smm.c │ │ │ ├── smp.c │ │ │ ├── ssdt-pcihp.dsl │ │ │ ├── ssdt-proc.dsl │ │ │ ├── ssdt-susp.dsl │ │ │ ├── stacks.c │ │ │ ├── system.c │ │ │ ├── types.h │ │ │ ├── usb-ehci.c │ │ │ ├── usb-ehci.h │ │ │ ├── usb-hid.c │ │ │ ├── usb-hid.h │ │ │ ├── usb-hub.c │ │ │ ├── usb-hub.h │ │ │ ├── usb-msc.c │ │ │ ├── usb-msc.h │ │ │ ├── usb-ohci.c │ │ │ ├── usb-ohci.h │ │ │ ├── usb-uas.c │ │ │ ├── usb-uas.h │ │ │ ├── usb-uhci.c │ │ │ ├── usb-uhci.h │ │ │ ├── usb.c │ │ │ ├── usb.h │ │ │ ├── util.c │ │ │ ├── util.h │ │ │ ├── vbe.h │ │ │ ├── vgahooks.c │ │ │ ├── virtio-blk.c │ │ │ ├── virtio-blk.h │ │ │ ├── virtio-pci.c │ │ │ ├── virtio-pci.h │ │ │ ├── virtio-ring.c │ │ │ ├── virtio-ring.h │ │ │ ├── virtio-scsi.c │ │ │ ├── virtio-scsi.h │ │ │ ├── xen.c │ │ │ └── xen.h │ │ ├── tools │ │ │ ├── acpi_extract.py │ │ │ ├── acpi_extract_preprocess.py │ │ │ ├── buildrom.py │ │ │ ├── buildversion.sh │ │ │ ├── checkrom.py │ │ │ ├── checkstack.py │ │ │ ├── checksum.py │ │ │ ├── encodeint.py │ │ │ ├── gen-offsets.sh │ │ │ ├── kconfig │ │ │ │ ├── .gitignore │ │ │ │ ├── Makefile │ │ │ │ ├── POTFILES.in │ │ │ │ ├── check.sh │ │ │ │ ├── conf.c │ │ │ │ ├── confdata.c │ │ │ │ ├── expr.c │ │ │ │ ├── expr.h │ │ │ │ ├── gconf.c │ │ │ │ ├── gconf.glade │ │ │ │ ├── images.c │ │ │ │ ├── kconfig_load.c │ │ │ │ ├── kxgettext.c │ │ │ │ ├── lex.zconf.c_shipped │ │ │ │ ├── lkc.h │ │ │ │ ├── lkc_proto.h │ │ │ │ ├── lxdialog │ │ │ │ │ ├── .gitignore │ │ │ │ │ ├── BIG.FAT.WARNING │ │ │ │ │ ├── check-lxdialog.sh │ │ │ │ │ ├── checklist.c │ │ │ │ │ ├── dialog.h │ │ │ │ │ ├── inputbox.c │ │ │ │ │ ├── menubox.c │ │ │ │ │ ├── textbox.c │ │ │ │ │ ├── util.c │ │ │ │ │ └── yesno.c │ │ │ │ ├── mconf.c │ │ │ │ ├── menu.c │ │ │ │ ├── nconf.c │ │ │ │ ├── nconf.gui.c │ │ │ │ ├── nconf.h │ │ │ │ ├── qconf.cc │ │ │ │ ├── qconf.h │ │ │ │ ├── symbol.c │ │ │ │ ├── util.c │ │ │ │ ├── zconf.gperf │ │ │ │ ├── zconf.hash.c_shipped │ │ │ │ ├── zconf.l │ │ │ │ ├── zconf.tab.c_shipped │ │ │ │ └── zconf.y │ │ │ ├── layoutrom.py │ │ │ ├── readserial.py │ │ │ ├── test-build.sh │ │ │ ├── transdump.py │ │ │ └── vgafixup.py │ │ └── vgasrc │ │ │ ├── Kconfig │ │ │ ├── bochsvga.c │ │ │ ├── bochsvga.h │ │ │ ├── clext.c │ │ │ ├── clext.h │ │ │ ├── geodevga.c │ │ │ ├── geodevga.h │ │ │ ├── stdvga.c │ │ │ ├── stdvga.h │ │ │ ├── stdvgaio.c │ │ │ ├── stdvgamodes.c │ │ │ ├── vbe.c │ │ │ ├── vgabios.c │ │ │ ├── vgabios.h │ │ │ ├── vgaentry.S │ │ │ ├── vgafb.c │ │ │ ├── vgafonts.c │ │ │ ├── vgahw.h │ │ │ └── vgalayout.lds.S │ ├── sgabios │ │ ├── COPYING │ │ ├── Makefile │ │ ├── csum8.c │ │ ├── design.txt │ │ ├── rom16.ld │ │ ├── sgabios.S │ │ └── sgabios.h │ └── vgabios │ │ ├── .cvsignore │ │ ├── BUGS │ │ ├── COPYING │ │ ├── ChangeLog │ │ ├── Makefile │ │ ├── Notes │ │ ├── README │ │ ├── TODO │ │ ├── biossums.c │ │ ├── clext.c │ │ ├── dataseghack │ │ ├── tests │ │ ├── lfbprof │ │ │ ├── Makefile │ │ │ ├── lfbprof.c │ │ │ └── lfbprof.h │ │ └── testbios.c │ │ ├── vbe.c │ │ ├── vbe.h │ │ ├── vbe_display_api.txt │ │ ├── vbetables-gen.c │ │ ├── vgabios.c │ │ ├── vgabios.h │ │ ├── vgafonts.h │ │ └── vgatables.h ├── rules.mak ├── savevm.c ├── scripts │ ├── analyse-9p-simpletrace.py │ ├── check-qerror.sh │ ├── checkpatch.pl │ ├── cleanup-trace-events.pl │ ├── create_config │ ├── feature_to_c.sh │ ├── get_maintainer.pl │ ├── gtester-cat │ ├── hxtool │ ├── kvm │ │ ├── kvm_flightrecorder │ │ ├── kvm_stat │ │ └── vmxcap │ ├── make-release │ ├── make_device_config.sh │ ├── ordereddict.py │ ├── qapi-commands.py │ ├── qapi-types.py │ ├── qapi-visit.py │ ├── qapi.py │ ├── qemu-binfmt-conf.sh │ ├── qemu-gdb.py │ ├── qemu-guest-agent │ │ └── fsfreeze-hook │ ├── qtest │ ├── refresh-pxe-roms.sh │ ├── signrom.py │ ├── simpletrace.py │ ├── texi2pod.pl │ ├── tracetool.py │ ├── tracetool │ │ ├── __init__.py │ │ ├── backend │ │ │ ├── __init__.py │ │ │ ├── dtrace.py │ │ │ ├── events.py │ │ │ ├── ftrace.py │ │ │ ├── simple.py │ │ │ ├── stderr.py │ │ │ └── ust.py │ │ └── format │ │ │ ├── __init__.py │ │ │ ├── c.py │ │ │ ├── d.py │ │ │ ├── events_c.py │ │ │ ├── events_h.py │ │ │ ├── h.py │ │ │ └── stap.py │ └── update-linux-headers.sh ├── slirp │ ├── COPYRIGHT │ ├── Makefile.objs │ ├── arp_table.c │ ├── bootp.c │ ├── bootp.h │ ├── cksum.c │ ├── debug.h │ ├── dnssearch.c │ ├── if.c │ ├── if.h │ ├── ip.h │ ├── ip_icmp.c │ ├── ip_icmp.h │ ├── ip_input.c │ ├── ip_output.c │ ├── libslirp.h │ ├── main.h │ ├── mbuf.c │ ├── mbuf.h │ ├── misc.c │ ├── misc.h │ ├── sbuf.c │ ├── sbuf.h │ ├── slirp.c │ ├── slirp.h │ ├── slirp_config.h │ ├── socket.c │ ├── socket.h │ ├── tcp.h │ ├── tcp_input.c │ ├── tcp_output.c │ ├── tcp_subr.c │ ├── tcp_timer.c │ ├── tcp_timer.h │ ├── tcp_var.h │ ├── tcpip.h │ ├── tftp.c │ ├── tftp.h │ ├── udp.c │ └── udp.h ├── spice-qemu-char.c ├── stubs │ ├── Makefile.objs │ ├── arch-query-cpu-def.c │ ├── clock-warp.c │ ├── cpu-get-clock.c │ ├── cpu-get-icount.c │ ├── cpus.c │ ├── dump.c │ ├── fd-register.c │ ├── fdset-add-fd.c │ ├── fdset-find-fd.c │ ├── fdset-get-fd.c │ ├── fdset-remove-fd.c │ ├── gdbstub.c │ ├── get-fd.c │ ├── get-vm-name.c │ ├── iothread-lock.c │ ├── migr-blocker.c │ ├── mon-is-qmp.c │ ├── mon-print-filename.c │ ├── mon-printf.c │ ├── mon-protocol-event.c │ ├── mon-set-error.c │ ├── pci-drive-hot-add.c │ ├── reset.c │ ├── set-fd-handler.c │ ├── slirp.c │ ├── sysbus.c │ ├── vm-stop.c │ └── vmstate.c ├── sysconfigs │ └── target │ │ └── target-x86_64.conf ├── target-i386 │ ├── Makefile.objs │ ├── TODO │ ├── arch_dump.c │ ├── arch_memory_mapping.c │ ├── cc_helper.c │ ├── cc_helper_template.h │ ├── cpu-qom.h │ ├── cpu.c │ ├── cpu.h │ ├── excp_helper.c │ ├── fpu_helper.c │ ├── gdbstub.c │ ├── helper.c │ ├── helper.h │ ├── hyperv.c │ ├── hyperv.h │ ├── int_helper.c │ ├── ioport-user.c │ ├── kvm-stub.c │ ├── kvm.c │ ├── kvm_i386.h │ ├── machine.c │ ├── mem_helper.c │ ├── misc_helper.c │ ├── ops_sse.h │ ├── ops_sse_header.h │ ├── seg_helper.c │ ├── shift_helper_template.h │ ├── smm_helper.c │ ├── svm.h │ ├── svm_helper.c │ ├── topology.h │ └── translate.c ├── tcg-runtime.c ├── tcg │ ├── LICENSE │ ├── README │ ├── TODO │ ├── i386 │ │ ├── tcg-target.c │ │ └── tcg-target.h │ ├── optimize.c │ ├── tcg-op.h │ ├── tcg-opc.h │ ├── tcg-runtime.h │ ├── tcg.c │ ├── tcg.h │ └── tci │ │ ├── README │ │ ├── tcg-target.c │ │ └── tcg-target.h ├── tci.c ├── tests │ ├── Makefile │ └── tcg │ │ └── Makefile ├── thread-pool.c ├── thunk.c ├── tpm.c ├── trace-events ├── trace │ ├── Makefile.objs │ ├── control-internal.h │ ├── control.c │ ├── control.h │ ├── default.c │ ├── event-internal.h │ ├── ftrace.c │ ├── ftrace.h │ ├── simple.c │ ├── simple.h │ └── stderr.c ├── translate-all.c ├── translate-all.h ├── ui │ ├── Makefile.objs │ ├── cocoa.m │ ├── console.c │ ├── curses.c │ ├── curses_keys.h │ ├── cursor.c │ ├── cursor_hidden.xpm │ ├── cursor_left_ptr.xpm │ ├── d3des.c │ ├── d3des.h │ ├── gtk.c │ ├── input.c │ ├── keymaps.c │ ├── keymaps.h │ ├── qemu-pixman.c │ ├── qemu-x509.h │ ├── sdl.c │ ├── sdl_keysym.h │ ├── sdl_zoom.c │ ├── sdl_zoom.h │ ├── sdl_zoom_template.h │ ├── spice-core.c │ ├── spice-display.c │ ├── spice-input.c │ ├── vgafont.h │ ├── vnc-auth-sasl.c │ ├── vnc-auth-sasl.h │ ├── vnc-auth-vencrypt.c │ ├── vnc-auth-vencrypt.h │ ├── vnc-enc-hextile-template.h │ ├── vnc-enc-hextile.c │ ├── vnc-enc-tight.c │ ├── vnc-enc-tight.h │ ├── vnc-enc-zlib.c │ ├── vnc-enc-zrle-template.c │ ├── vnc-enc-zrle.c │ ├── vnc-enc-zrle.h │ ├── vnc-enc-zywrle-template.c │ ├── vnc-enc-zywrle.h │ ├── vnc-jobs.c │ ├── vnc-jobs.h │ ├── vnc-palette.c │ ├── vnc-palette.h │ ├── vnc-tls.c │ ├── vnc-tls.h │ ├── vnc-ws.c │ ├── vnc-ws.h │ ├── vnc.c │ ├── vnc.h │ ├── vnc_keysym.h │ ├── x_keymap.c │ └── x_keymap.h ├── user-exec.c ├── util │ ├── Makefile.objs │ ├── acl.c │ ├── aes.c │ ├── bitmap.c │ ├── bitops.c │ ├── cache-utils.c │ ├── compatfd.c │ ├── crc32c.c │ ├── cutils.c │ ├── envlist.c │ ├── error.c │ ├── event_notifier-posix.c │ ├── event_notifier-win32.c │ ├── fifo8.c │ ├── hbitmap.c │ ├── hexdump.c │ ├── host-utils.c │ ├── iov.c │ ├── module.c │ ├── notify.c │ ├── osdep.c │ ├── oslib-posix.c │ ├── oslib-win32.c │ ├── path.c │ ├── qemu-config.c │ ├── qemu-error.c │ ├── qemu-openpty.c │ ├── qemu-option.c │ ├── qemu-progress.c │ ├── qemu-sockets.c │ ├── qemu-thread-posix.c │ ├── qemu-thread-win32.c │ ├── qemu-timer-common.c │ ├── unicode.c │ └── uri.c ├── version.rc ├── vl.c ├── xbzrle.c ├── xen-all.c ├── xen-mapcache.c └── xen-stub.c └── tools ├── gensyscalls.py ├── output ├── __init__.py ├── dot.py ├── graph.py ├── html.py ├── htmloutput.css ├── htmloutput.js ├── italy.png └── output.py ├── qtrace.py ├── runtime ├── __init__.py ├── commonrpc.py ├── windriver.py ├── winsyscall.py └── winsyscall │ ├── i386 │ └── syscall-asm.asm │ ├── makefile │ ├── sources │ ├── syscall.c │ ├── syscall.def │ └── test_winsyscall.py ├── taint.py └── trace ├── __init__.py ├── common.py ├── reader.py ├── syscall.proto └── syscall.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/README.md -------------------------------------------------------------------------------- /src/CODING_STYLE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/CODING_STYLE -------------------------------------------------------------------------------- /src/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/COPYING -------------------------------------------------------------------------------- /src/COPYING.LIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/COPYING.LIB -------------------------------------------------------------------------------- /src/Changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/Changelog -------------------------------------------------------------------------------- /src/HACKING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/HACKING -------------------------------------------------------------------------------- /src/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/LICENSE -------------------------------------------------------------------------------- /src/MAINTAINERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/MAINTAINERS -------------------------------------------------------------------------------- /src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/Makefile -------------------------------------------------------------------------------- /src/Makefile.objs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/Makefile.objs -------------------------------------------------------------------------------- /src/Makefile.target: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/Makefile.target -------------------------------------------------------------------------------- /src/QMP/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/QMP/README -------------------------------------------------------------------------------- /src/QMP/qemu-ga-client: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/QMP/qemu-ga-client -------------------------------------------------------------------------------- /src/QMP/qmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/QMP/qmp -------------------------------------------------------------------------------- /src/QMP/qmp-events.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/QMP/qmp-events.txt -------------------------------------------------------------------------------- /src/QMP/qmp-shell: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/QMP/qmp-shell -------------------------------------------------------------------------------- /src/QMP/qmp-spec.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/QMP/qmp-spec.txt -------------------------------------------------------------------------------- /src/QMP/qmp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/QMP/qmp.py -------------------------------------------------------------------------------- /src/QMP/qom-fuse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/QMP/qom-fuse -------------------------------------------------------------------------------- /src/QMP/qom-get: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/QMP/qom-get -------------------------------------------------------------------------------- /src/QMP/qom-list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/QMP/qom-list -------------------------------------------------------------------------------- /src/QMP/qom-set: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/QMP/qom-set -------------------------------------------------------------------------------- /src/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/README -------------------------------------------------------------------------------- /src/VERSION: -------------------------------------------------------------------------------- 1 | 1.6.0 2 | -------------------------------------------------------------------------------- /src/aio-posix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/aio-posix.c -------------------------------------------------------------------------------- /src/aio-win32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/aio-win32.c -------------------------------------------------------------------------------- /src/arch_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/arch_init.c -------------------------------------------------------------------------------- /src/async.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/async.c -------------------------------------------------------------------------------- /src/audio/Makefile.objs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/audio/Makefile.objs -------------------------------------------------------------------------------- /src/audio/alsaaudio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/audio/alsaaudio.c -------------------------------------------------------------------------------- /src/audio/audio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/audio/audio.c -------------------------------------------------------------------------------- /src/audio/audio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/audio/audio.h -------------------------------------------------------------------------------- /src/audio/audio_int.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/audio/audio_int.h -------------------------------------------------------------------------------- /src/audio/coreaudio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/audio/coreaudio.c -------------------------------------------------------------------------------- /src/audio/dsoundaudio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/audio/dsoundaudio.c -------------------------------------------------------------------------------- /src/audio/esdaudio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/audio/esdaudio.c -------------------------------------------------------------------------------- /src/audio/fmodaudio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/audio/fmodaudio.c -------------------------------------------------------------------------------- /src/audio/mixeng.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/audio/mixeng.c -------------------------------------------------------------------------------- /src/audio/mixeng.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/audio/mixeng.h -------------------------------------------------------------------------------- /src/audio/noaudio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/audio/noaudio.c -------------------------------------------------------------------------------- /src/audio/ossaudio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/audio/ossaudio.c -------------------------------------------------------------------------------- /src/audio/paaudio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/audio/paaudio.c -------------------------------------------------------------------------------- /src/audio/sdlaudio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/audio/sdlaudio.c -------------------------------------------------------------------------------- /src/audio/spiceaudio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/audio/spiceaudio.c -------------------------------------------------------------------------------- /src/audio/wavaudio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/audio/wavaudio.c -------------------------------------------------------------------------------- /src/audio/wavcapture.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/audio/wavcapture.c -------------------------------------------------------------------------------- /src/backends/baum.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/backends/baum.c -------------------------------------------------------------------------------- /src/backends/msmouse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/backends/msmouse.c -------------------------------------------------------------------------------- /src/backends/rng-egd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/backends/rng-egd.c -------------------------------------------------------------------------------- /src/backends/rng.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/backends/rng.c -------------------------------------------------------------------------------- /src/backends/tpm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/backends/tpm.c -------------------------------------------------------------------------------- /src/balloon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/balloon.c -------------------------------------------------------------------------------- /src/block-migration.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/block-migration.c -------------------------------------------------------------------------------- /src/block.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/block.c -------------------------------------------------------------------------------- /src/block/Makefile.objs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/block/Makefile.objs -------------------------------------------------------------------------------- /src/block/backup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/block/backup.c -------------------------------------------------------------------------------- /src/block/blkdebug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/block/blkdebug.c -------------------------------------------------------------------------------- /src/block/blkverify.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/block/blkverify.c -------------------------------------------------------------------------------- /src/block/bochs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/block/bochs.c -------------------------------------------------------------------------------- /src/block/cloop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/block/cloop.c -------------------------------------------------------------------------------- /src/block/commit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/block/commit.c -------------------------------------------------------------------------------- /src/block/cow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/block/cow.c -------------------------------------------------------------------------------- /src/block/curl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/block/curl.c -------------------------------------------------------------------------------- /src/block/dmg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/block/dmg.c -------------------------------------------------------------------------------- /src/block/gluster.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/block/gluster.c -------------------------------------------------------------------------------- /src/block/iscsi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/block/iscsi.c -------------------------------------------------------------------------------- /src/block/linux-aio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/block/linux-aio.c -------------------------------------------------------------------------------- /src/block/mirror.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/block/mirror.c -------------------------------------------------------------------------------- /src/block/nbd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/block/nbd.c -------------------------------------------------------------------------------- /src/block/parallels.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/block/parallels.c -------------------------------------------------------------------------------- /src/block/qapi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/block/qapi.c -------------------------------------------------------------------------------- /src/block/qcow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/block/qcow.c -------------------------------------------------------------------------------- /src/block/qcow2-cache.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/block/qcow2-cache.c -------------------------------------------------------------------------------- /src/block/qcow2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/block/qcow2.c -------------------------------------------------------------------------------- /src/block/qcow2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/block/qcow2.h -------------------------------------------------------------------------------- /src/block/qed-check.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/block/qed-check.c -------------------------------------------------------------------------------- /src/block/qed-cluster.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/block/qed-cluster.c -------------------------------------------------------------------------------- /src/block/qed-gencb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/block/qed-gencb.c -------------------------------------------------------------------------------- /src/block/qed-table.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/block/qed-table.c -------------------------------------------------------------------------------- /src/block/qed.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/block/qed.c -------------------------------------------------------------------------------- /src/block/qed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/block/qed.h -------------------------------------------------------------------------------- /src/block/raw-aio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/block/raw-aio.h -------------------------------------------------------------------------------- /src/block/raw-posix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/block/raw-posix.c -------------------------------------------------------------------------------- /src/block/raw-win32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/block/raw-win32.c -------------------------------------------------------------------------------- /src/block/raw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/block/raw.c -------------------------------------------------------------------------------- /src/block/rbd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/block/rbd.c -------------------------------------------------------------------------------- /src/block/sheepdog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/block/sheepdog.c -------------------------------------------------------------------------------- /src/block/snapshot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/block/snapshot.c -------------------------------------------------------------------------------- /src/block/ssh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/block/ssh.c -------------------------------------------------------------------------------- /src/block/stream.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/block/stream.c -------------------------------------------------------------------------------- /src/block/vdi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/block/vdi.c -------------------------------------------------------------------------------- /src/block/vhdx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/block/vhdx.c -------------------------------------------------------------------------------- /src/block/vhdx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/block/vhdx.h -------------------------------------------------------------------------------- /src/block/vmdk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/block/vmdk.c -------------------------------------------------------------------------------- /src/block/vpc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/block/vpc.c -------------------------------------------------------------------------------- /src/block/vvfat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/block/vvfat.c -------------------------------------------------------------------------------- /src/block/win32-aio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/block/win32-aio.c -------------------------------------------------------------------------------- /src/blockdev-nbd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/blockdev-nbd.c -------------------------------------------------------------------------------- /src/blockdev.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/blockdev.c -------------------------------------------------------------------------------- /src/blockjob.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/blockjob.c -------------------------------------------------------------------------------- /src/bt-host.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/bt-host.c -------------------------------------------------------------------------------- /src/bt-vhci.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/bt-vhci.c -------------------------------------------------------------------------------- /src/configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/configure -------------------------------------------------------------------------------- /src/coroutine-gthread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/coroutine-gthread.c -------------------------------------------------------------------------------- /src/coroutine-win32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/coroutine-win32.c -------------------------------------------------------------------------------- /src/cpu-exec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/cpu-exec.c -------------------------------------------------------------------------------- /src/cpus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/cpus.c -------------------------------------------------------------------------------- /src/cputlb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/cputlb.c -------------------------------------------------------------------------------- /src/default-configs/i386-bsd-user.mak: -------------------------------------------------------------------------------- 1 | # Default configuration for i386-bsd-user 2 | -------------------------------------------------------------------------------- /src/default-configs/i386-linux-user.mak: -------------------------------------------------------------------------------- 1 | # Default configuration for i386-linux-user 2 | -------------------------------------------------------------------------------- /src/default-configs/x86_64-bsd-user.mak: -------------------------------------------------------------------------------- 1 | # Default configuration for x86_64-bsd-user 2 | -------------------------------------------------------------------------------- /src/default-configs/x86_64-linux-user.mak: -------------------------------------------------------------------------------- 1 | # Default configuration for x86_64-linux-user 2 | -------------------------------------------------------------------------------- /src/device-hotplug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/device-hotplug.c -------------------------------------------------------------------------------- /src/device_tree.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/device_tree.c -------------------------------------------------------------------------------- /src/disas.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/disas.c -------------------------------------------------------------------------------- /src/disas/Makefile.objs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/disas/Makefile.objs -------------------------------------------------------------------------------- /src/disas/alpha.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/disas/alpha.c -------------------------------------------------------------------------------- /src/disas/arm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/disas/arm.c -------------------------------------------------------------------------------- /src/disas/cris.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/disas/cris.c -------------------------------------------------------------------------------- /src/disas/hppa.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/disas/hppa.c -------------------------------------------------------------------------------- /src/disas/i386.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/disas/i386.c -------------------------------------------------------------------------------- /src/disas/ia64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/disas/ia64.c -------------------------------------------------------------------------------- /src/disas/lm32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/disas/lm32.c -------------------------------------------------------------------------------- /src/disas/m68k.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/disas/m68k.c -------------------------------------------------------------------------------- /src/disas/microblaze.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/disas/microblaze.c -------------------------------------------------------------------------------- /src/disas/mips.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/disas/mips.c -------------------------------------------------------------------------------- /src/disas/moxie.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/disas/moxie.c -------------------------------------------------------------------------------- /src/disas/ppc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/disas/ppc.c -------------------------------------------------------------------------------- /src/disas/s390.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/disas/s390.c -------------------------------------------------------------------------------- /src/disas/sh4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/disas/sh4.c -------------------------------------------------------------------------------- /src/disas/sparc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/disas/sparc.c -------------------------------------------------------------------------------- /src/disas/tci.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/disas/tci.c -------------------------------------------------------------------------------- /src/dma-helpers.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/dma-helpers.c -------------------------------------------------------------------------------- /src/docs/atomics.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/docs/atomics.txt -------------------------------------------------------------------------------- /src/docs/blkverify.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/docs/blkverify.txt -------------------------------------------------------------------------------- /src/docs/bootindex.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/docs/bootindex.txt -------------------------------------------------------------------------------- /src/docs/ccid.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/docs/ccid.txt -------------------------------------------------------------------------------- /src/docs/libcacard.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/docs/libcacard.txt -------------------------------------------------------------------------------- /src/docs/memory.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/docs/memory.txt -------------------------------------------------------------------------------- /src/docs/migration.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/docs/migration.txt -------------------------------------------------------------------------------- /src/docs/rdma.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/docs/rdma.txt -------------------------------------------------------------------------------- /src/docs/tracing.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/docs/tracing.txt -------------------------------------------------------------------------------- /src/docs/usb2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/docs/usb2.txt -------------------------------------------------------------------------------- /src/docs/xbzrle.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/docs/xbzrle.txt -------------------------------------------------------------------------------- /src/dtc/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/dtc/.gitignore -------------------------------------------------------------------------------- /src/dtc/GPL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/dtc/GPL -------------------------------------------------------------------------------- /src/dtc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/dtc/Makefile -------------------------------------------------------------------------------- /src/dtc/Makefile.dtc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/dtc/Makefile.dtc -------------------------------------------------------------------------------- /src/dtc/Makefile.ftdump: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/dtc/Makefile.ftdump -------------------------------------------------------------------------------- /src/dtc/README.license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/dtc/README.license -------------------------------------------------------------------------------- /src/dtc/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/dtc/TODO -------------------------------------------------------------------------------- /src/dtc/checks.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/dtc/checks.c -------------------------------------------------------------------------------- /src/dtc/data.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/dtc/data.c -------------------------------------------------------------------------------- /src/dtc/dtc-lexer.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/dtc/dtc-lexer.l -------------------------------------------------------------------------------- /src/dtc/dtc-parser.y: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/dtc/dtc-parser.y -------------------------------------------------------------------------------- /src/dtc/dtc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/dtc/dtc.c -------------------------------------------------------------------------------- /src/dtc/dtc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/dtc/dtc.h -------------------------------------------------------------------------------- /src/dtc/dtdiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/dtc/dtdiff -------------------------------------------------------------------------------- /src/dtc/flattree.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/dtc/flattree.c -------------------------------------------------------------------------------- /src/dtc/fstree.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/dtc/fstree.c -------------------------------------------------------------------------------- /src/dtc/ftdump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/dtc/ftdump.c -------------------------------------------------------------------------------- /src/dtc/libfdt/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/dtc/libfdt/TODO -------------------------------------------------------------------------------- /src/dtc/libfdt/fdt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/dtc/libfdt/fdt.c -------------------------------------------------------------------------------- /src/dtc/libfdt/fdt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/dtc/libfdt/fdt.h -------------------------------------------------------------------------------- /src/dtc/libfdt/fdt_ro.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/dtc/libfdt/fdt_ro.c -------------------------------------------------------------------------------- /src/dtc/libfdt/fdt_rw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/dtc/libfdt/fdt_rw.c -------------------------------------------------------------------------------- /src/dtc/libfdt/fdt_sw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/dtc/libfdt/fdt_sw.c -------------------------------------------------------------------------------- /src/dtc/libfdt/libfdt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/dtc/libfdt/libfdt.h -------------------------------------------------------------------------------- /src/dtc/livetree.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/dtc/livetree.c -------------------------------------------------------------------------------- /src/dtc/srcpos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/dtc/srcpos.c -------------------------------------------------------------------------------- /src/dtc/srcpos.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/dtc/srcpos.h -------------------------------------------------------------------------------- /src/dtc/tests/base01.cmd: -------------------------------------------------------------------------------- 1 | dtc -f -b 0 -V 16 -I dts -O asm 2 | -------------------------------------------------------------------------------- /src/dtc/tests/data.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/dtc/tests/data.S -------------------------------------------------------------------------------- /src/dtc/tests/empty.dts: -------------------------------------------------------------------------------- 1 | /dts-v1/; 2 | 3 | / { 4 | }; 5 | -------------------------------------------------------------------------------- /src/dtc/tests/getprop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/dtc/tests/getprop.c -------------------------------------------------------------------------------- /src/dtc/tests/incbin.bin: -------------------------------------------------------------------------------- 1 | abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ -------------------------------------------------------------------------------- /src/dtc/tests/incbin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/dtc/tests/incbin.c -------------------------------------------------------------------------------- /src/dtc/tests/include3.dts: -------------------------------------------------------------------------------- 1 | 123456789 010000 2 | -------------------------------------------------------------------------------- /src/dtc/tests/include4.dts: -------------------------------------------------------------------------------- 1 | compatible = "test_tree1"; 2 | -------------------------------------------------------------------------------- /src/dtc/tests/include5.dts: -------------------------------------------------------------------------------- 1 | prop-int 2 | -------------------------------------------------------------------------------- /src/dtc/tests/include6.dts: -------------------------------------------------------------------------------- 1 | "hello world" 2 | -------------------------------------------------------------------------------- /src/dtc/tests/include8.dts: -------------------------------------------------------------------------------- 1 | subsubnode@0 { -------------------------------------------------------------------------------- /src/dtc/tests/setprop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/dtc/tests/setprop.c -------------------------------------------------------------------------------- /src/dtc/tests/tests.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/dtc/tests/tests.h -------------------------------------------------------------------------------- /src/dtc/tests/tests.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/dtc/tests/tests.sh -------------------------------------------------------------------------------- /src/dtc/tests/trees.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/dtc/tests/trees.S -------------------------------------------------------------------------------- /src/dtc/treesource.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/dtc/treesource.c -------------------------------------------------------------------------------- /src/dtc/util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/dtc/util.c -------------------------------------------------------------------------------- /src/dtc/util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/dtc/util.h -------------------------------------------------------------------------------- /src/dump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/dump.c -------------------------------------------------------------------------------- /src/exec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/exec.c -------------------------------------------------------------------------------- /src/fpu/softfloat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/fpu/softfloat.c -------------------------------------------------------------------------------- /src/fsdev/Makefile.objs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/fsdev/Makefile.objs -------------------------------------------------------------------------------- /src/fsdev/file-op-9p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/fsdev/file-op-9p.h -------------------------------------------------------------------------------- /src/fsdev/qemu-fsdev.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/fsdev/qemu-fsdev.c -------------------------------------------------------------------------------- /src/fsdev/qemu-fsdev.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/fsdev/qemu-fsdev.h -------------------------------------------------------------------------------- /src/gdb-xml/arm-vfp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/gdb-xml/arm-vfp.xml -------------------------------------------------------------------------------- /src/gdb-xml/cf-core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/gdb-xml/cf-core.xml -------------------------------------------------------------------------------- /src/gdb-xml/cf-fp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/gdb-xml/cf-fp.xml -------------------------------------------------------------------------------- /src/gdbstub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/gdbstub.c -------------------------------------------------------------------------------- /src/hmp-commands.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hmp-commands.hx -------------------------------------------------------------------------------- /src/hmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hmp.c -------------------------------------------------------------------------------- /src/hmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hmp.h -------------------------------------------------------------------------------- /src/hw/9pfs/codir.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/9pfs/codir.c -------------------------------------------------------------------------------- /src/hw/9pfs/cofile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/9pfs/cofile.c -------------------------------------------------------------------------------- /src/hw/9pfs/cofs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/9pfs/cofs.c -------------------------------------------------------------------------------- /src/hw/9pfs/coxattr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/9pfs/coxattr.c -------------------------------------------------------------------------------- /src/hw/9pfs/virtio-9p.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/9pfs/virtio-9p.c -------------------------------------------------------------------------------- /src/hw/9pfs/virtio-9p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/9pfs/virtio-9p.h -------------------------------------------------------------------------------- /src/hw/Makefile.objs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/Makefile.objs -------------------------------------------------------------------------------- /src/hw/acpi/Makefile.objs: -------------------------------------------------------------------------------- 1 | common-obj-$(CONFIG_ACPI) += core.o piix4.o ich9.o 2 | 3 | -------------------------------------------------------------------------------- /src/hw/acpi/core.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/acpi/core.c -------------------------------------------------------------------------------- /src/hw/acpi/ich9.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/acpi/ich9.c -------------------------------------------------------------------------------- /src/hw/acpi/piix4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/acpi/piix4.c -------------------------------------------------------------------------------- /src/hw/alpha/Makefile.objs: -------------------------------------------------------------------------------- 1 | obj-y += dp264.o pci.o typhoon.o 2 | -------------------------------------------------------------------------------- /src/hw/alpha/dp264.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/alpha/dp264.c -------------------------------------------------------------------------------- /src/hw/alpha/pci.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/alpha/pci.c -------------------------------------------------------------------------------- /src/hw/alpha/typhoon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/alpha/typhoon.c -------------------------------------------------------------------------------- /src/hw/arm/armv7m.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/arm/armv7m.c -------------------------------------------------------------------------------- /src/hw/arm/boot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/arm/boot.c -------------------------------------------------------------------------------- /src/hw/arm/collie.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/arm/collie.c -------------------------------------------------------------------------------- /src/hw/arm/exynos4210.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/arm/exynos4210.c -------------------------------------------------------------------------------- /src/hw/arm/gumstix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/arm/gumstix.c -------------------------------------------------------------------------------- /src/hw/arm/highbank.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/arm/highbank.c -------------------------------------------------------------------------------- /src/hw/arm/kzm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/arm/kzm.c -------------------------------------------------------------------------------- /src/hw/arm/mainstone.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/arm/mainstone.c -------------------------------------------------------------------------------- /src/hw/arm/musicpal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/arm/musicpal.c -------------------------------------------------------------------------------- /src/hw/arm/nseries.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/arm/nseries.c -------------------------------------------------------------------------------- /src/hw/arm/omap1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/arm/omap1.c -------------------------------------------------------------------------------- /src/hw/arm/omap2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/arm/omap2.c -------------------------------------------------------------------------------- /src/hw/arm/omap_sx1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/arm/omap_sx1.c -------------------------------------------------------------------------------- /src/hw/arm/palm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/arm/palm.c -------------------------------------------------------------------------------- /src/hw/arm/pic_cpu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/arm/pic_cpu.c -------------------------------------------------------------------------------- /src/hw/arm/pxa2xx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/arm/pxa2xx.c -------------------------------------------------------------------------------- /src/hw/arm/pxa2xx_pic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/arm/pxa2xx_pic.c -------------------------------------------------------------------------------- /src/hw/arm/realview.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/arm/realview.c -------------------------------------------------------------------------------- /src/hw/arm/spitz.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/arm/spitz.c -------------------------------------------------------------------------------- /src/hw/arm/stellaris.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/arm/stellaris.c -------------------------------------------------------------------------------- /src/hw/arm/strongarm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/arm/strongarm.c -------------------------------------------------------------------------------- /src/hw/arm/strongarm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/arm/strongarm.h -------------------------------------------------------------------------------- /src/hw/arm/tosa.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/arm/tosa.c -------------------------------------------------------------------------------- /src/hw/arm/vexpress.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/arm/vexpress.c -------------------------------------------------------------------------------- /src/hw/arm/z2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/arm/z2.c -------------------------------------------------------------------------------- /src/hw/audio/ac97.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/audio/ac97.c -------------------------------------------------------------------------------- /src/hw/audio/adlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/audio/adlib.c -------------------------------------------------------------------------------- /src/hw/audio/cs4231.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/audio/cs4231.c -------------------------------------------------------------------------------- /src/hw/audio/cs4231a.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/audio/cs4231a.c -------------------------------------------------------------------------------- /src/hw/audio/es1370.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/audio/es1370.c -------------------------------------------------------------------------------- /src/hw/audio/fmopl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/audio/fmopl.c -------------------------------------------------------------------------------- /src/hw/audio/fmopl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/audio/fmopl.h -------------------------------------------------------------------------------- /src/hw/audio/gus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/audio/gus.c -------------------------------------------------------------------------------- /src/hw/audio/gusemu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/audio/gusemu.h -------------------------------------------------------------------------------- /src/hw/audio/gustate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/audio/gustate.h -------------------------------------------------------------------------------- /src/hw/audio/lm4549.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/audio/lm4549.c -------------------------------------------------------------------------------- /src/hw/audio/lm4549.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/audio/lm4549.h -------------------------------------------------------------------------------- /src/hw/audio/pcspk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/audio/pcspk.c -------------------------------------------------------------------------------- /src/hw/audio/pl041.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/audio/pl041.c -------------------------------------------------------------------------------- /src/hw/audio/pl041.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/audio/pl041.h -------------------------------------------------------------------------------- /src/hw/audio/pl041.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/audio/pl041.hx -------------------------------------------------------------------------------- /src/hw/audio/sb16.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/audio/sb16.c -------------------------------------------------------------------------------- /src/hw/audio/wm8750.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/audio/wm8750.c -------------------------------------------------------------------------------- /src/hw/block/block.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/block/block.c -------------------------------------------------------------------------------- /src/hw/block/cdrom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/block/cdrom.c -------------------------------------------------------------------------------- /src/hw/block/dataplane/Makefile.objs: -------------------------------------------------------------------------------- 1 | obj-y += ioq.o virtio-blk.o 2 | -------------------------------------------------------------------------------- /src/hw/block/ecc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/block/ecc.c -------------------------------------------------------------------------------- /src/hw/block/fdc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/block/fdc.c -------------------------------------------------------------------------------- /src/hw/block/m25p80.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/block/m25p80.c -------------------------------------------------------------------------------- /src/hw/block/nand.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/block/nand.c -------------------------------------------------------------------------------- /src/hw/block/nvme.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/block/nvme.c -------------------------------------------------------------------------------- /src/hw/block/nvme.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/block/nvme.h -------------------------------------------------------------------------------- /src/hw/block/onenand.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/block/onenand.c -------------------------------------------------------------------------------- /src/hw/block/tc58128.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/block/tc58128.c -------------------------------------------------------------------------------- /src/hw/block/xen_disk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/block/xen_disk.c -------------------------------------------------------------------------------- /src/hw/bt/Makefile.objs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/bt/Makefile.objs -------------------------------------------------------------------------------- /src/hw/bt/core.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/bt/core.c -------------------------------------------------------------------------------- /src/hw/bt/hci-csr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/bt/hci-csr.c -------------------------------------------------------------------------------- /src/hw/bt/hci.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/bt/hci.c -------------------------------------------------------------------------------- /src/hw/bt/hid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/bt/hid.c -------------------------------------------------------------------------------- /src/hw/bt/l2cap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/bt/l2cap.c -------------------------------------------------------------------------------- /src/hw/bt/sdp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/bt/sdp.c -------------------------------------------------------------------------------- /src/hw/char/debugcon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/char/debugcon.c -------------------------------------------------------------------------------- /src/hw/char/escc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/char/escc.c -------------------------------------------------------------------------------- /src/hw/char/ipack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/char/ipack.c -------------------------------------------------------------------------------- /src/hw/char/ipack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/char/ipack.h -------------------------------------------------------------------------------- /src/hw/char/lm32_uart.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/char/lm32_uart.c -------------------------------------------------------------------------------- /src/hw/char/mcf_uart.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/char/mcf_uart.c -------------------------------------------------------------------------------- /src/hw/char/omap_uart.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/char/omap_uart.c -------------------------------------------------------------------------------- /src/hw/char/parallel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/char/parallel.c -------------------------------------------------------------------------------- /src/hw/char/pl011.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/char/pl011.c -------------------------------------------------------------------------------- /src/hw/char/serial.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/char/serial.c -------------------------------------------------------------------------------- /src/hw/char/sh_serial.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/char/sh_serial.c -------------------------------------------------------------------------------- /src/hw/char/spapr_vty.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/char/spapr_vty.c -------------------------------------------------------------------------------- /src/hw/char/tpci200.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/char/tpci200.c -------------------------------------------------------------------------------- /src/hw/core/irq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/core/irq.c -------------------------------------------------------------------------------- /src/hw/core/loader.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/core/loader.c -------------------------------------------------------------------------------- /src/hw/core/ptimer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/core/ptimer.c -------------------------------------------------------------------------------- /src/hw/core/qdev.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/core/qdev.c -------------------------------------------------------------------------------- /src/hw/core/stream.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/core/stream.c -------------------------------------------------------------------------------- /src/hw/core/sysbus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/core/sysbus.c -------------------------------------------------------------------------------- /src/hw/cpu/a15mpcore.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/cpu/a15mpcore.c -------------------------------------------------------------------------------- /src/hw/cpu/a9mpcore.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/cpu/a9mpcore.c -------------------------------------------------------------------------------- /src/hw/cpu/icc_bus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/cpu/icc_bus.c -------------------------------------------------------------------------------- /src/hw/cris/boot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/cris/boot.c -------------------------------------------------------------------------------- /src/hw/cris/boot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/cris/boot.h -------------------------------------------------------------------------------- /src/hw/cris/pic_cpu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/cris/pic_cpu.c -------------------------------------------------------------------------------- /src/hw/display/g364fb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/display/g364fb.c -------------------------------------------------------------------------------- /src/hw/display/pl110.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/display/pl110.c -------------------------------------------------------------------------------- /src/hw/display/qxl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/display/qxl.c -------------------------------------------------------------------------------- /src/hw/display/qxl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/display/qxl.h -------------------------------------------------------------------------------- /src/hw/display/sm501.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/display/sm501.c -------------------------------------------------------------------------------- /src/hw/display/tcx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/display/tcx.c -------------------------------------------------------------------------------- /src/hw/display/vga.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/display/vga.c -------------------------------------------------------------------------------- /src/hw/display/vga.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/display/vga.h -------------------------------------------------------------------------------- /src/hw/display/xenfb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/display/xenfb.c -------------------------------------------------------------------------------- /src/hw/dma/i82374.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/dma/i82374.c -------------------------------------------------------------------------------- /src/hw/dma/i8257.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/dma/i8257.c -------------------------------------------------------------------------------- /src/hw/dma/omap_dma.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/dma/omap_dma.c -------------------------------------------------------------------------------- /src/hw/dma/pl080.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/dma/pl080.c -------------------------------------------------------------------------------- /src/hw/dma/pl330.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/dma/pl330.c -------------------------------------------------------------------------------- /src/hw/dma/puv3_dma.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/dma/puv3_dma.c -------------------------------------------------------------------------------- /src/hw/dma/pxa2xx_dma.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/dma/pxa2xx_dma.c -------------------------------------------------------------------------------- /src/hw/dma/rc4030.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/dma/rc4030.c -------------------------------------------------------------------------------- /src/hw/dma/soc_dma.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/dma/soc_dma.c -------------------------------------------------------------------------------- /src/hw/gpio/max7310.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/gpio/max7310.c -------------------------------------------------------------------------------- /src/hw/gpio/omap_gpio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/gpio/omap_gpio.c -------------------------------------------------------------------------------- /src/hw/gpio/pl061.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/gpio/pl061.c -------------------------------------------------------------------------------- /src/hw/gpio/puv3_gpio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/gpio/puv3_gpio.c -------------------------------------------------------------------------------- /src/hw/gpio/zaurus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/gpio/zaurus.c -------------------------------------------------------------------------------- /src/hw/i2c/core.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/i2c/core.c -------------------------------------------------------------------------------- /src/hw/i2c/omap_i2c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/i2c/omap_i2c.c -------------------------------------------------------------------------------- /src/hw/i2c/pm_smbus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/i2c/pm_smbus.c -------------------------------------------------------------------------------- /src/hw/i2c/smbus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/i2c/smbus.c -------------------------------------------------------------------------------- /src/hw/i2c/smbus_ich9.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/i2c/smbus_ich9.c -------------------------------------------------------------------------------- /src/hw/i386/kvm/apic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/i386/kvm/apic.c -------------------------------------------------------------------------------- /src/hw/i386/kvm/clock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/i386/kvm/clock.c -------------------------------------------------------------------------------- /src/hw/i386/kvm/i8254.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/i386/kvm/i8254.c -------------------------------------------------------------------------------- /src/hw/i386/kvm/i8259.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/i386/kvm/i8259.c -------------------------------------------------------------------------------- /src/hw/i386/kvmvapic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/i386/kvmvapic.c -------------------------------------------------------------------------------- /src/hw/i386/multiboot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/i386/multiboot.c -------------------------------------------------------------------------------- /src/hw/i386/multiboot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/i386/multiboot.h -------------------------------------------------------------------------------- /src/hw/i386/pc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/i386/pc.c -------------------------------------------------------------------------------- /src/hw/i386/pc_piix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/i386/pc_piix.c -------------------------------------------------------------------------------- /src/hw/i386/pc_q35.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/i386/pc_q35.c -------------------------------------------------------------------------------- /src/hw/i386/pc_sysfw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/i386/pc_sysfw.c -------------------------------------------------------------------------------- /src/hw/i386/smbios.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/i386/smbios.c -------------------------------------------------------------------------------- /src/hw/ide/ahci.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/ide/ahci.c -------------------------------------------------------------------------------- /src/hw/ide/ahci.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/ide/ahci.h -------------------------------------------------------------------------------- /src/hw/ide/atapi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/ide/atapi.c -------------------------------------------------------------------------------- /src/hw/ide/cmd646.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/ide/cmd646.c -------------------------------------------------------------------------------- /src/hw/ide/core.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/ide/core.c -------------------------------------------------------------------------------- /src/hw/ide/ich.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/ide/ich.c -------------------------------------------------------------------------------- /src/hw/ide/internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/ide/internal.h -------------------------------------------------------------------------------- /src/hw/ide/isa.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/ide/isa.c -------------------------------------------------------------------------------- /src/hw/ide/macio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/ide/macio.c -------------------------------------------------------------------------------- /src/hw/ide/microdrive.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/ide/microdrive.c -------------------------------------------------------------------------------- /src/hw/ide/mmio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/ide/mmio.c -------------------------------------------------------------------------------- /src/hw/ide/pci.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/ide/pci.c -------------------------------------------------------------------------------- /src/hw/ide/pci.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/ide/pci.h -------------------------------------------------------------------------------- /src/hw/ide/piix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/ide/piix.c -------------------------------------------------------------------------------- /src/hw/ide/qdev.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/ide/qdev.c -------------------------------------------------------------------------------- /src/hw/ide/via.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/ide/via.c -------------------------------------------------------------------------------- /src/hw/input/adb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/input/adb.c -------------------------------------------------------------------------------- /src/hw/input/hid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/input/hid.c -------------------------------------------------------------------------------- /src/hw/input/lm832x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/input/lm832x.c -------------------------------------------------------------------------------- /src/hw/input/pckbd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/input/pckbd.c -------------------------------------------------------------------------------- /src/hw/input/pl050.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/input/pl050.c -------------------------------------------------------------------------------- /src/hw/input/ps2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/input/ps2.c -------------------------------------------------------------------------------- /src/hw/input/tsc2005.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/input/tsc2005.c -------------------------------------------------------------------------------- /src/hw/input/tsc210x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/input/tsc210x.c -------------------------------------------------------------------------------- /src/hw/input/vmmouse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/input/vmmouse.c -------------------------------------------------------------------------------- /src/hw/intc/apic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/intc/apic.c -------------------------------------------------------------------------------- /src/hw/intc/arm_gic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/intc/arm_gic.c -------------------------------------------------------------------------------- /src/hw/intc/i8259.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/intc/i8259.c -------------------------------------------------------------------------------- /src/hw/intc/imx_avic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/intc/imx_avic.c -------------------------------------------------------------------------------- /src/hw/intc/ioapic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/intc/ioapic.c -------------------------------------------------------------------------------- /src/hw/intc/lm32_pic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/intc/lm32_pic.c -------------------------------------------------------------------------------- /src/hw/intc/omap_intc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/intc/omap_intc.c -------------------------------------------------------------------------------- /src/hw/intc/openpic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/intc/openpic.c -------------------------------------------------------------------------------- /src/hw/intc/pl190.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/intc/pl190.c -------------------------------------------------------------------------------- /src/hw/intc/puv3_intc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/intc/puv3_intc.c -------------------------------------------------------------------------------- /src/hw/intc/sh_intc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/intc/sh_intc.c -------------------------------------------------------------------------------- /src/hw/intc/xics.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/intc/xics.c -------------------------------------------------------------------------------- /src/hw/isa/apm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/isa/apm.c -------------------------------------------------------------------------------- /src/hw/isa/i82378.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/isa/i82378.c -------------------------------------------------------------------------------- /src/hw/isa/isa-bus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/isa/isa-bus.c -------------------------------------------------------------------------------- /src/hw/isa/lpc_ich9.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/isa/lpc_ich9.c -------------------------------------------------------------------------------- /src/hw/isa/pc87312.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/isa/pc87312.c -------------------------------------------------------------------------------- /src/hw/isa/piix4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/isa/piix4.c -------------------------------------------------------------------------------- /src/hw/isa/vt82c686.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/isa/vt82c686.c -------------------------------------------------------------------------------- /src/hw/lm32/lm32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/lm32/lm32.h -------------------------------------------------------------------------------- /src/hw/lm32/milkymist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/lm32/milkymist.c -------------------------------------------------------------------------------- /src/hw/m68k/an5206.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/m68k/an5206.c -------------------------------------------------------------------------------- /src/hw/m68k/mcf5206.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/m68k/mcf5206.c -------------------------------------------------------------------------------- /src/hw/m68k/mcf5208.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/m68k/mcf5208.c -------------------------------------------------------------------------------- /src/hw/m68k/mcf_intc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/m68k/mcf_intc.c -------------------------------------------------------------------------------- /src/hw/mips/addr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/mips/addr.c -------------------------------------------------------------------------------- /src/hw/mips/cputimer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/mips/cputimer.c -------------------------------------------------------------------------------- /src/hw/mips/mips_int.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/mips/mips_int.c -------------------------------------------------------------------------------- /src/hw/mips/mips_jazz.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/mips/mips_jazz.c -------------------------------------------------------------------------------- /src/hw/mips/mips_r4k.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/mips/mips_r4k.c -------------------------------------------------------------------------------- /src/hw/misc/a9scu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/misc/a9scu.c -------------------------------------------------------------------------------- /src/hw/misc/applesmc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/misc/applesmc.c -------------------------------------------------------------------------------- /src/hw/misc/arm_l2x0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/misc/arm_l2x0.c -------------------------------------------------------------------------------- /src/hw/misc/cbus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/misc/cbus.c -------------------------------------------------------------------------------- /src/hw/misc/debugexit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/misc/debugexit.c -------------------------------------------------------------------------------- /src/hw/misc/eccmemctl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/misc/eccmemctl.c -------------------------------------------------------------------------------- /src/hw/misc/imx_ccm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/misc/imx_ccm.c -------------------------------------------------------------------------------- /src/hw/misc/ivshmem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/misc/ivshmem.c -------------------------------------------------------------------------------- /src/hw/misc/lm32_sys.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/misc/lm32_sys.c -------------------------------------------------------------------------------- /src/hw/misc/max111x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/misc/max111x.c -------------------------------------------------------------------------------- /src/hw/misc/mst_fpga.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/misc/mst_fpga.c -------------------------------------------------------------------------------- /src/hw/misc/omap_clk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/misc/omap_clk.c -------------------------------------------------------------------------------- /src/hw/misc/omap_gpmc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/misc/omap_gpmc.c -------------------------------------------------------------------------------- /src/hw/misc/omap_l4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/misc/omap_l4.c -------------------------------------------------------------------------------- /src/hw/misc/omap_sdrc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/misc/omap_sdrc.c -------------------------------------------------------------------------------- /src/hw/misc/omap_tap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/misc/omap_tap.c -------------------------------------------------------------------------------- /src/hw/misc/puv3_pm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/misc/puv3_pm.c -------------------------------------------------------------------------------- /src/hw/misc/pvpanic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/misc/pvpanic.c -------------------------------------------------------------------------------- /src/hw/misc/sga.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/misc/sga.c -------------------------------------------------------------------------------- /src/hw/misc/tmp105.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/misc/tmp105.c -------------------------------------------------------------------------------- /src/hw/misc/tmp105.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/misc/tmp105.h -------------------------------------------------------------------------------- /src/hw/misc/vfio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/misc/vfio.c -------------------------------------------------------------------------------- /src/hw/misc/vmport.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/misc/vmport.c -------------------------------------------------------------------------------- /src/hw/misc/zynq_slcr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/misc/zynq_slcr.c -------------------------------------------------------------------------------- /src/hw/moxie/moxiesim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/moxie/moxiesim.c -------------------------------------------------------------------------------- /src/hw/net/dp8393x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/net/dp8393x.c -------------------------------------------------------------------------------- /src/hw/net/e1000.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/net/e1000.c -------------------------------------------------------------------------------- /src/hw/net/e1000_regs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/net/e1000_regs.h -------------------------------------------------------------------------------- /src/hw/net/eepro100.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/net/eepro100.c -------------------------------------------------------------------------------- /src/hw/net/lan9118.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/net/lan9118.c -------------------------------------------------------------------------------- /src/hw/net/lance.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/net/lance.c -------------------------------------------------------------------------------- /src/hw/net/mcf_fec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/net/mcf_fec.c -------------------------------------------------------------------------------- /src/hw/net/mipsnet.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/net/mipsnet.c -------------------------------------------------------------------------------- /src/hw/net/ne2000-isa.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/net/ne2000-isa.c -------------------------------------------------------------------------------- /src/hw/net/ne2000.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/net/ne2000.c -------------------------------------------------------------------------------- /src/hw/net/ne2000.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/net/ne2000.h -------------------------------------------------------------------------------- /src/hw/net/pcnet-pci.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/net/pcnet-pci.c -------------------------------------------------------------------------------- /src/hw/net/pcnet.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/net/pcnet.c -------------------------------------------------------------------------------- /src/hw/net/pcnet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/net/pcnet.h -------------------------------------------------------------------------------- /src/hw/net/rtl8139.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/net/rtl8139.c -------------------------------------------------------------------------------- /src/hw/net/smc91c111.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/net/smc91c111.c -------------------------------------------------------------------------------- /src/hw/net/spapr_llan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/net/spapr_llan.c -------------------------------------------------------------------------------- /src/hw/net/vhost_net.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/net/vhost_net.c -------------------------------------------------------------------------------- /src/hw/net/virtio-net.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/net/virtio-net.c -------------------------------------------------------------------------------- /src/hw/net/vmxnet3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/net/vmxnet3.c -------------------------------------------------------------------------------- /src/hw/net/vmxnet3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/net/vmxnet3.h -------------------------------------------------------------------------------- /src/hw/net/xen_nic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/net/xen_nic.c -------------------------------------------------------------------------------- /src/hw/net/xgmac.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/net/xgmac.c -------------------------------------------------------------------------------- /src/hw/nvram/ds1225y.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/nvram/ds1225y.c -------------------------------------------------------------------------------- /src/hw/nvram/fw_cfg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/nvram/fw_cfg.c -------------------------------------------------------------------------------- /src/hw/pci-bridge/dec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/pci-bridge/dec.c -------------------------------------------------------------------------------- /src/hw/pci-bridge/dec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/pci-bridge/dec.h -------------------------------------------------------------------------------- /src/hw/pci-host/apb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/pci-host/apb.c -------------------------------------------------------------------------------- /src/hw/pci-host/pam.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/pci-host/pam.c -------------------------------------------------------------------------------- /src/hw/pci-host/piix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/pci-host/piix.c -------------------------------------------------------------------------------- /src/hw/pci-host/prep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/pci-host/prep.c -------------------------------------------------------------------------------- /src/hw/pci-host/q35.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/pci-host/q35.c -------------------------------------------------------------------------------- /src/hw/pci/msi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/pci/msi.c -------------------------------------------------------------------------------- /src/hw/pci/msix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/pci/msix.c -------------------------------------------------------------------------------- /src/hw/pci/pci-stub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/pci/pci-stub.c -------------------------------------------------------------------------------- /src/hw/pci/pci.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/pci/pci.c -------------------------------------------------------------------------------- /src/hw/pci/pci_bridge.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/pci/pci_bridge.c -------------------------------------------------------------------------------- /src/hw/pci/pci_host.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/pci/pci_host.c -------------------------------------------------------------------------------- /src/hw/pci/pcie.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/pci/pcie.c -------------------------------------------------------------------------------- /src/hw/pci/pcie_aer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/pci/pcie_aer.c -------------------------------------------------------------------------------- /src/hw/pci/pcie_host.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/pci/pcie_host.c -------------------------------------------------------------------------------- /src/hw/pci/pcie_port.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/pci/pcie_port.c -------------------------------------------------------------------------------- /src/hw/pci/shpc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/pci/shpc.c -------------------------------------------------------------------------------- /src/hw/pci/slotid_cap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/pci/slotid_cap.c -------------------------------------------------------------------------------- /src/hw/ppc/e500-ccsr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/ppc/e500-ccsr.h -------------------------------------------------------------------------------- /src/hw/ppc/e500.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/ppc/e500.c -------------------------------------------------------------------------------- /src/hw/ppc/e500.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/ppc/e500.h -------------------------------------------------------------------------------- /src/hw/ppc/e500plat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/ppc/e500plat.c -------------------------------------------------------------------------------- /src/hw/ppc/mac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/ppc/mac.h -------------------------------------------------------------------------------- /src/hw/ppc/mpc8544ds.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/ppc/mpc8544ds.c -------------------------------------------------------------------------------- /src/hw/ppc/ppc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/ppc/ppc.c -------------------------------------------------------------------------------- /src/hw/ppc/ppc405.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/ppc/ppc405.h -------------------------------------------------------------------------------- /src/hw/ppc/ppc405_uc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/ppc/ppc405_uc.c -------------------------------------------------------------------------------- /src/hw/ppc/ppc4xx_pci.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/ppc/ppc4xx_pci.c -------------------------------------------------------------------------------- /src/hw/ppc/ppc_booke.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/ppc/ppc_booke.c -------------------------------------------------------------------------------- /src/hw/ppc/prep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/ppc/prep.c -------------------------------------------------------------------------------- /src/hw/ppc/spapr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/ppc/spapr.c -------------------------------------------------------------------------------- /src/hw/ppc/spapr_pci.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/ppc/spapr_pci.c -------------------------------------------------------------------------------- /src/hw/ppc/spapr_rtas.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/ppc/spapr_rtas.c -------------------------------------------------------------------------------- /src/hw/ppc/spapr_vio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/ppc/spapr_vio.c -------------------------------------------------------------------------------- /src/hw/s390x/css.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/s390x/css.c -------------------------------------------------------------------------------- /src/hw/s390x/css.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/s390x/css.h -------------------------------------------------------------------------------- /src/hw/s390x/ipl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/s390x/ipl.c -------------------------------------------------------------------------------- /src/hw/s390x/sclp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/s390x/sclp.c -------------------------------------------------------------------------------- /src/hw/scsi/esp-pci.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/scsi/esp-pci.c -------------------------------------------------------------------------------- /src/hw/scsi/esp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/scsi/esp.c -------------------------------------------------------------------------------- /src/hw/scsi/megasas.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/scsi/megasas.c -------------------------------------------------------------------------------- /src/hw/scsi/mfi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/scsi/mfi.h -------------------------------------------------------------------------------- /src/hw/scsi/scsi-bus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/scsi/scsi-bus.c -------------------------------------------------------------------------------- /src/hw/scsi/scsi-disk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/scsi/scsi-disk.c -------------------------------------------------------------------------------- /src/hw/scsi/srp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/scsi/srp.h -------------------------------------------------------------------------------- /src/hw/scsi/viosrp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/scsi/viosrp.h -------------------------------------------------------------------------------- /src/hw/sd/Makefile.objs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/sd/Makefile.objs -------------------------------------------------------------------------------- /src/hw/sd/omap_mmc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/sd/omap_mmc.c -------------------------------------------------------------------------------- /src/hw/sd/pl181.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/sd/pl181.c -------------------------------------------------------------------------------- /src/hw/sd/pxa2xx_mmci.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/sd/pxa2xx_mmci.c -------------------------------------------------------------------------------- /src/hw/sd/sd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/sd/sd.c -------------------------------------------------------------------------------- /src/hw/sd/sdhci.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/sd/sdhci.c -------------------------------------------------------------------------------- /src/hw/sd/sdhci.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/sd/sdhci.h -------------------------------------------------------------------------------- /src/hw/sd/ssi-sd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/sd/ssi-sd.c -------------------------------------------------------------------------------- /src/hw/sh4/r2d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/sh4/r2d.c -------------------------------------------------------------------------------- /src/hw/sh4/sh7750.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/sh4/sh7750.c -------------------------------------------------------------------------------- /src/hw/sh4/sh_pci.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/sh4/sh_pci.c -------------------------------------------------------------------------------- /src/hw/sh4/shix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/sh4/shix.c -------------------------------------------------------------------------------- /src/hw/sparc/Makefile.objs: -------------------------------------------------------------------------------- 1 | obj-y += sun4m.o leon3.o 2 | -------------------------------------------------------------------------------- /src/hw/sparc/leon3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/sparc/leon3.c -------------------------------------------------------------------------------- /src/hw/sparc/sun4m.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/sparc/sun4m.c -------------------------------------------------------------------------------- /src/hw/sparc64/Makefile.objs: -------------------------------------------------------------------------------- 1 | obj-y += sun4u.o 2 | -------------------------------------------------------------------------------- /src/hw/sparc64/sun4u.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/sparc64/sun4u.c -------------------------------------------------------------------------------- /src/hw/ssi/omap_spi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/ssi/omap_spi.c -------------------------------------------------------------------------------- /src/hw/ssi/pl022.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/ssi/pl022.c -------------------------------------------------------------------------------- /src/hw/ssi/ssi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/ssi/ssi.c -------------------------------------------------------------------------------- /src/hw/ssi/xilinx_spi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/ssi/xilinx_spi.c -------------------------------------------------------------------------------- /src/hw/timer/ds1338.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/timer/ds1338.c -------------------------------------------------------------------------------- /src/hw/timer/hpet.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/timer/hpet.c -------------------------------------------------------------------------------- /src/hw/timer/i8254.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/timer/i8254.c -------------------------------------------------------------------------------- /src/hw/timer/imx_epit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/timer/imx_epit.c -------------------------------------------------------------------------------- /src/hw/timer/imx_gpt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/timer/imx_gpt.c -------------------------------------------------------------------------------- /src/hw/timer/m48t59.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/timer/m48t59.c -------------------------------------------------------------------------------- /src/hw/timer/pl031.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/timer/pl031.c -------------------------------------------------------------------------------- /src/hw/timer/puv3_ost.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/timer/puv3_ost.c -------------------------------------------------------------------------------- /src/hw/timer/sh_timer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/timer/sh_timer.c -------------------------------------------------------------------------------- /src/hw/timer/tusb6010.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/timer/tusb6010.c -------------------------------------------------------------------------------- /src/hw/timer/twl92230.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/timer/twl92230.c -------------------------------------------------------------------------------- /src/hw/tpm/tpm_int.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/tpm/tpm_int.h -------------------------------------------------------------------------------- /src/hw/tpm/tpm_tis.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/tpm/tpm_tis.c -------------------------------------------------------------------------------- /src/hw/tpm/tpm_tis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/tpm/tpm_tis.h -------------------------------------------------------------------------------- /src/hw/unicore32/puv3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/unicore32/puv3.c -------------------------------------------------------------------------------- /src/hw/usb/bus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/usb/bus.c -------------------------------------------------------------------------------- /src/hw/usb/ccid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/usb/ccid.h -------------------------------------------------------------------------------- /src/hw/usb/core.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/usb/core.c -------------------------------------------------------------------------------- /src/hw/usb/desc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/usb/desc.c -------------------------------------------------------------------------------- /src/hw/usb/desc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/usb/desc.h -------------------------------------------------------------------------------- /src/hw/usb/dev-audio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/usb/dev-audio.c -------------------------------------------------------------------------------- /src/hw/usb/dev-hid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/usb/dev-hid.c -------------------------------------------------------------------------------- /src/hw/usb/dev-hub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/usb/dev-hub.c -------------------------------------------------------------------------------- /src/hw/usb/dev-serial.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/usb/dev-serial.c -------------------------------------------------------------------------------- /src/hw/usb/dev-uas.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/usb/dev-uas.c -------------------------------------------------------------------------------- /src/hw/usb/dev-wacom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/usb/dev-wacom.c -------------------------------------------------------------------------------- /src/hw/usb/hcd-ehci.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/usb/hcd-ehci.c -------------------------------------------------------------------------------- /src/hw/usb/hcd-ehci.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/usb/hcd-ehci.h -------------------------------------------------------------------------------- /src/hw/usb/hcd-musb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/usb/hcd-musb.c -------------------------------------------------------------------------------- /src/hw/usb/hcd-ohci.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/usb/hcd-ohci.c -------------------------------------------------------------------------------- /src/hw/usb/hcd-uhci.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/usb/hcd-uhci.c -------------------------------------------------------------------------------- /src/hw/usb/hcd-xhci.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/usb/hcd-xhci.c -------------------------------------------------------------------------------- /src/hw/usb/host-bsd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/usb/host-bsd.c -------------------------------------------------------------------------------- /src/hw/usb/host-linux.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/usb/host-linux.c -------------------------------------------------------------------------------- /src/hw/usb/host-stub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/usb/host-stub.c -------------------------------------------------------------------------------- /src/hw/usb/host.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/usb/host.h -------------------------------------------------------------------------------- /src/hw/usb/libhw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/usb/libhw.c -------------------------------------------------------------------------------- /src/hw/usb/quirks.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/usb/quirks.c -------------------------------------------------------------------------------- /src/hw/usb/quirks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/usb/quirks.h -------------------------------------------------------------------------------- /src/hw/usb/redirect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/usb/redirect.c -------------------------------------------------------------------------------- /src/hw/virtio/dataplane/Makefile.objs: -------------------------------------------------------------------------------- 1 | common-obj-y += hostmem.o vring.o 2 | -------------------------------------------------------------------------------- /src/hw/virtio/vhost.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/virtio/vhost.c -------------------------------------------------------------------------------- /src/hw/virtio/virtio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/virtio/virtio.c -------------------------------------------------------------------------------- /src/hw/xen/xen_apic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/xen/xen_apic.c -------------------------------------------------------------------------------- /src/hw/xen/xen_pt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/xen/xen_pt.c -------------------------------------------------------------------------------- /src/hw/xen/xen_pt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/xen/xen_pt.h -------------------------------------------------------------------------------- /src/hw/xen/xen_pt_msi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/xen/xen_pt_msi.c -------------------------------------------------------------------------------- /src/hw/xtensa/pic_cpu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/hw/xtensa/pic_cpu.c -------------------------------------------------------------------------------- /src/include/block/aio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/include/block/aio.h -------------------------------------------------------------------------------- /src/include/block/nbd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/include/block/nbd.h -------------------------------------------------------------------------------- /src/include/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/include/config.h -------------------------------------------------------------------------------- /src/include/disas/bfd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/include/disas/bfd.h -------------------------------------------------------------------------------- /src/include/elf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/include/elf.h -------------------------------------------------------------------------------- /src/include/hw/boards.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/include/hw/boards.h -------------------------------------------------------------------------------- /src/include/hw/bt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/include/hw/bt.h -------------------------------------------------------------------------------- /src/include/hw/hw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/include/hw/hw.h -------------------------------------------------------------------------------- /src/include/hw/ide.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/include/hw/ide.h -------------------------------------------------------------------------------- /src/include/hw/irq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/include/hw/irq.h -------------------------------------------------------------------------------- /src/include/hw/loader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/include/hw/loader.h -------------------------------------------------------------------------------- /src/include/hw/pcmcia.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/include/hw/pcmcia.h -------------------------------------------------------------------------------- /src/include/hw/ptimer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/include/hw/ptimer.h -------------------------------------------------------------------------------- /src/include/hw/qdev.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/include/hw/qdev.h -------------------------------------------------------------------------------- /src/include/hw/sd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/include/hw/sd.h -------------------------------------------------------------------------------- /src/include/hw/sh4/sh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/include/hw/sh4/sh.h -------------------------------------------------------------------------------- /src/include/hw/ssi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/include/hw/ssi.h -------------------------------------------------------------------------------- /src/include/hw/stream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/include/hw/stream.h -------------------------------------------------------------------------------- /src/include/hw/sysbus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/include/hw/sysbus.h -------------------------------------------------------------------------------- /src/include/hw/usb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/include/hw/usb.h -------------------------------------------------------------------------------- /src/include/hw/xilinx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/include/hw/xilinx.h -------------------------------------------------------------------------------- /src/include/net/eth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/include/net/eth.h -------------------------------------------------------------------------------- /src/include/net/net.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/include/net/net.h -------------------------------------------------------------------------------- /src/include/net/queue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/include/net/queue.h -------------------------------------------------------------------------------- /src/include/net/slirp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/include/net/slirp.h -------------------------------------------------------------------------------- /src/include/net/tap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/include/net/tap.h -------------------------------------------------------------------------------- /src/include/qemu-io.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/include/qemu-io.h -------------------------------------------------------------------------------- /src/include/qemu/acl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/include/qemu/acl.h -------------------------------------------------------------------------------- /src/include/qemu/aes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/include/qemu/aes.h -------------------------------------------------------------------------------- /src/include/qemu/iov.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/include/qemu/iov.h -------------------------------------------------------------------------------- /src/include/qemu/log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/include/qemu/log.h -------------------------------------------------------------------------------- /src/include/qemu/tls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/include/qemu/tls.h -------------------------------------------------------------------------------- /src/include/qemu/uri.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/include/qemu/uri.h -------------------------------------------------------------------------------- /src/include/qom/cpu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/include/qom/cpu.h -------------------------------------------------------------------------------- /src/include/sysemu/bt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/include/sysemu/bt.h -------------------------------------------------------------------------------- /src/include/trace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/include/trace.h -------------------------------------------------------------------------------- /src/iohandler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/iohandler.c -------------------------------------------------------------------------------- /src/ioport.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/ioport.c -------------------------------------------------------------------------------- /src/kvm-all.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/kvm-all.c -------------------------------------------------------------------------------- /src/kvm-stub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/kvm-stub.c -------------------------------------------------------------------------------- /src/libcacard/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/libcacard/Makefile -------------------------------------------------------------------------------- /src/libcacard/cac.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/libcacard/cac.c -------------------------------------------------------------------------------- /src/libcacard/cac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/libcacard/cac.h -------------------------------------------------------------------------------- /src/libcacard/event.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/libcacard/event.c -------------------------------------------------------------------------------- /src/libcacard/eventt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/libcacard/eventt.h -------------------------------------------------------------------------------- /src/libcacard/vcard.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/libcacard/vcard.c -------------------------------------------------------------------------------- /src/libcacard/vcard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/libcacard/vcard.h -------------------------------------------------------------------------------- /src/libcacard/vcardt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/libcacard/vcardt.c -------------------------------------------------------------------------------- /src/libcacard/vcardt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/libcacard/vcardt.h -------------------------------------------------------------------------------- /src/libcacard/vevent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/libcacard/vevent.h -------------------------------------------------------------------------------- /src/libcacard/vreader.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/libcacard/vreader.c -------------------------------------------------------------------------------- /src/libcacard/vreader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/libcacard/vreader.h -------------------------------------------------------------------------------- /src/linux-headers/asm-arm/kvm_para.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /src/linux-headers/asm-mips/kvm_para.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /src/linux-user/flat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/linux-user/flat.h -------------------------------------------------------------------------------- /src/linux-user/ioctls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/linux-user/ioctls.h -------------------------------------------------------------------------------- /src/linux-user/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/linux-user/main.c -------------------------------------------------------------------------------- /src/linux-user/mmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/linux-user/mmap.c -------------------------------------------------------------------------------- /src/linux-user/qemu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/linux-user/qemu.h -------------------------------------------------------------------------------- /src/linux-user/signal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/linux-user/signal.c -------------------------------------------------------------------------------- /src/linux-user/socket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/linux-user/socket.h -------------------------------------------------------------------------------- /src/linux-user/strace.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/linux-user/strace.c -------------------------------------------------------------------------------- /src/linux-user/vm86.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/linux-user/vm86.c -------------------------------------------------------------------------------- /src/linux-user/x86_64/target_cpu.h: -------------------------------------------------------------------------------- 1 | #include "../i386/target_cpu.h" 2 | -------------------------------------------------------------------------------- /src/main-loop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/main-loop.c -------------------------------------------------------------------------------- /src/memory.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/memory.c -------------------------------------------------------------------------------- /src/memory_mapping.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/memory_mapping.c -------------------------------------------------------------------------------- /src/migration-exec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/migration-exec.c -------------------------------------------------------------------------------- /src/migration-fd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/migration-fd.c -------------------------------------------------------------------------------- /src/migration-rdma.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/migration-rdma.c -------------------------------------------------------------------------------- /src/migration-tcp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/migration-tcp.c -------------------------------------------------------------------------------- /src/migration-unix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/migration-unix.c -------------------------------------------------------------------------------- /src/migration.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/migration.c -------------------------------------------------------------------------------- /src/monitor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/monitor.c -------------------------------------------------------------------------------- /src/nbd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/nbd.c -------------------------------------------------------------------------------- /src/net/Makefile.objs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/net/Makefile.objs -------------------------------------------------------------------------------- /src/net/checksum.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/net/checksum.c -------------------------------------------------------------------------------- /src/net/clients.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/net/clients.h -------------------------------------------------------------------------------- /src/net/dump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/net/dump.c -------------------------------------------------------------------------------- /src/net/eth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/net/eth.c -------------------------------------------------------------------------------- /src/net/hub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/net/hub.c -------------------------------------------------------------------------------- /src/net/hub.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/net/hub.h -------------------------------------------------------------------------------- /src/net/net.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/net/net.c -------------------------------------------------------------------------------- /src/net/queue.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/net/queue.c -------------------------------------------------------------------------------- /src/net/slirp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/net/slirp.c -------------------------------------------------------------------------------- /src/net/socket.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/net/socket.c -------------------------------------------------------------------------------- /src/net/tap-aix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/net/tap-aix.c -------------------------------------------------------------------------------- /src/net/tap-bsd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/net/tap-bsd.c -------------------------------------------------------------------------------- /src/net/tap-haiku.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/net/tap-haiku.c -------------------------------------------------------------------------------- /src/net/tap-linux.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/net/tap-linux.c -------------------------------------------------------------------------------- /src/net/tap-linux.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/net/tap-linux.h -------------------------------------------------------------------------------- /src/net/tap-solaris.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/net/tap-solaris.c -------------------------------------------------------------------------------- /src/net/tap-win32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/net/tap-win32.c -------------------------------------------------------------------------------- /src/net/tap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/net/tap.c -------------------------------------------------------------------------------- /src/net/tap_int.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/net/tap_int.h -------------------------------------------------------------------------------- /src/net/util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/net/util.c -------------------------------------------------------------------------------- /src/net/util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/net/util.h -------------------------------------------------------------------------------- /src/net/vde.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/net/vde.c -------------------------------------------------------------------------------- /src/os-posix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/os-posix.c -------------------------------------------------------------------------------- /src/os-win32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/os-win32.c -------------------------------------------------------------------------------- /src/page_cache.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/page_cache.c -------------------------------------------------------------------------------- /src/pc-bios/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/pc-bios/Makefile -------------------------------------------------------------------------------- /src/pc-bios/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/pc-bios/README -------------------------------------------------------------------------------- /src/pc-bios/bamboo.dtb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/pc-bios/bamboo.dtb -------------------------------------------------------------------------------- /src/pc-bios/bamboo.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/pc-bios/bamboo.dts -------------------------------------------------------------------------------- /src/pc-bios/bios.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/pc-bios/bios.bin -------------------------------------------------------------------------------- /src/pc-bios/keymaps/ar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/pc-bios/keymaps/ar -------------------------------------------------------------------------------- /src/pc-bios/keymaps/da: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/pc-bios/keymaps/da -------------------------------------------------------------------------------- /src/pc-bios/keymaps/de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/pc-bios/keymaps/de -------------------------------------------------------------------------------- /src/pc-bios/keymaps/es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/pc-bios/keymaps/es -------------------------------------------------------------------------------- /src/pc-bios/keymaps/et: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/pc-bios/keymaps/et -------------------------------------------------------------------------------- /src/pc-bios/keymaps/fi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/pc-bios/keymaps/fi -------------------------------------------------------------------------------- /src/pc-bios/keymaps/fo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/pc-bios/keymaps/fo -------------------------------------------------------------------------------- /src/pc-bios/keymaps/fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/pc-bios/keymaps/fr -------------------------------------------------------------------------------- /src/pc-bios/keymaps/hr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/pc-bios/keymaps/hr -------------------------------------------------------------------------------- /src/pc-bios/keymaps/hu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/pc-bios/keymaps/hu -------------------------------------------------------------------------------- /src/pc-bios/keymaps/is: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/pc-bios/keymaps/is -------------------------------------------------------------------------------- /src/pc-bios/keymaps/it: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/pc-bios/keymaps/it -------------------------------------------------------------------------------- /src/pc-bios/keymaps/ja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/pc-bios/keymaps/ja -------------------------------------------------------------------------------- /src/pc-bios/keymaps/lt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/pc-bios/keymaps/lt -------------------------------------------------------------------------------- /src/pc-bios/keymaps/lv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/pc-bios/keymaps/lv -------------------------------------------------------------------------------- /src/pc-bios/keymaps/mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/pc-bios/keymaps/mk -------------------------------------------------------------------------------- /src/pc-bios/keymaps/nl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/pc-bios/keymaps/nl -------------------------------------------------------------------------------- /src/pc-bios/keymaps/nl-be: -------------------------------------------------------------------------------- 1 | # Dutch (Belgium) 2 | map 0x813 3 | include common 4 | -------------------------------------------------------------------------------- /src/pc-bios/keymaps/no: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/pc-bios/keymaps/no -------------------------------------------------------------------------------- /src/pc-bios/keymaps/pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/pc-bios/keymaps/pl -------------------------------------------------------------------------------- /src/pc-bios/keymaps/pt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/pc-bios/keymaps/pt -------------------------------------------------------------------------------- /src/pc-bios/keymaps/ru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/pc-bios/keymaps/ru -------------------------------------------------------------------------------- /src/pc-bios/keymaps/sl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/pc-bios/keymaps/sl -------------------------------------------------------------------------------- /src/pc-bios/keymaps/sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/pc-bios/keymaps/sv -------------------------------------------------------------------------------- /src/pc-bios/keymaps/th: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/pc-bios/keymaps/th -------------------------------------------------------------------------------- /src/pc-bios/keymaps/tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/pc-bios/keymaps/tr -------------------------------------------------------------------------------- /src/pc-bios/ohw.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/pc-bios/ohw.diff -------------------------------------------------------------------------------- /src/pc-bios/ppc_rom.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/pc-bios/ppc_rom.bin -------------------------------------------------------------------------------- /src/pc-bios/sgabios.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/pc-bios/sgabios.bin -------------------------------------------------------------------------------- /src/pc-bios/slof.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/pc-bios/slof.bin -------------------------------------------------------------------------------- /src/pc-bios/vgabios.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/pc-bios/vgabios.bin -------------------------------------------------------------------------------- /src/pixman/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/pixman/.gitignore -------------------------------------------------------------------------------- /src/pixman/AUTHORS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/pixman/CODING_STYLE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/pixman/CODING_STYLE -------------------------------------------------------------------------------- /src/pixman/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/pixman/COPYING -------------------------------------------------------------------------------- /src/pixman/ChangeLog: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/pixman/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/pixman/INSTALL -------------------------------------------------------------------------------- /src/pixman/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/pixman/Makefile.am -------------------------------------------------------------------------------- /src/pixman/NEWS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/pixman/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/pixman/README -------------------------------------------------------------------------------- /src/pixman/RELEASING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/pixman/RELEASING -------------------------------------------------------------------------------- /src/pixman/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/pixman/TODO -------------------------------------------------------------------------------- /src/pixman/autogen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/pixman/autogen.sh -------------------------------------------------------------------------------- /src/pixman/configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/pixman/configure.ac -------------------------------------------------------------------------------- /src/po/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/po/Makefile -------------------------------------------------------------------------------- /src/po/de_DE.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/po/de_DE.po -------------------------------------------------------------------------------- /src/po/fr_FR.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/po/fr_FR.po -------------------------------------------------------------------------------- /src/po/hu.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/po/hu.po -------------------------------------------------------------------------------- /src/po/it.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/po/it.po -------------------------------------------------------------------------------- /src/po/messages.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/po/messages.po -------------------------------------------------------------------------------- /src/po/tr.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/po/tr.po -------------------------------------------------------------------------------- /src/qapi-schema.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qapi-schema.json -------------------------------------------------------------------------------- /src/qdev-monitor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qdev-monitor.c -------------------------------------------------------------------------------- /src/qemu-char.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qemu-char.c -------------------------------------------------------------------------------- /src/qemu-coroutine.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qemu-coroutine.c -------------------------------------------------------------------------------- /src/qemu-doc.texi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qemu-doc.texi -------------------------------------------------------------------------------- /src/qemu-img-cmds.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qemu-img-cmds.hx -------------------------------------------------------------------------------- /src/qemu-img.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qemu-img.c -------------------------------------------------------------------------------- /src/qemu-img.texi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qemu-img.texi -------------------------------------------------------------------------------- /src/qemu-io-cmds.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qemu-io-cmds.c -------------------------------------------------------------------------------- /src/qemu-io.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qemu-io.c -------------------------------------------------------------------------------- /src/qemu-log.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qemu-log.c -------------------------------------------------------------------------------- /src/qemu-nbd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qemu-nbd.c -------------------------------------------------------------------------------- /src/qemu-nbd.texi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qemu-nbd.texi -------------------------------------------------------------------------------- /src/qemu-options.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qemu-options.h -------------------------------------------------------------------------------- /src/qemu-options.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qemu-options.hx -------------------------------------------------------------------------------- /src/qemu-seccomp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qemu-seccomp.c -------------------------------------------------------------------------------- /src/qemu-tech.texi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qemu-tech.texi -------------------------------------------------------------------------------- /src/qemu-timer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qemu-timer.c -------------------------------------------------------------------------------- /src/qemu.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qemu.nsi -------------------------------------------------------------------------------- /src/qemu.sasl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qemu.sasl -------------------------------------------------------------------------------- /src/qga/Makefile.objs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qga/Makefile.objs -------------------------------------------------------------------------------- /src/qga/channel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qga/channel.h -------------------------------------------------------------------------------- /src/qga/commands.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qga/commands.c -------------------------------------------------------------------------------- /src/qga/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qga/main.c -------------------------------------------------------------------------------- /src/qmp-commands.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qmp-commands.hx -------------------------------------------------------------------------------- /src/qmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qmp.c -------------------------------------------------------------------------------- /src/qobject/qbool.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qobject/qbool.c -------------------------------------------------------------------------------- /src/qobject/qdict.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qobject/qdict.c -------------------------------------------------------------------------------- /src/qobject/qerror.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qobject/qerror.c -------------------------------------------------------------------------------- /src/qobject/qfloat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qobject/qfloat.c -------------------------------------------------------------------------------- /src/qobject/qint.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qobject/qint.c -------------------------------------------------------------------------------- /src/qobject/qjson.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qobject/qjson.c -------------------------------------------------------------------------------- /src/qobject/qlist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qobject/qlist.c -------------------------------------------------------------------------------- /src/qobject/qstring.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qobject/qstring.c -------------------------------------------------------------------------------- /src/qom/Makefile.objs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qom/Makefile.objs -------------------------------------------------------------------------------- /src/qom/container.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qom/container.c -------------------------------------------------------------------------------- /src/qom/cpu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qom/cpu.c -------------------------------------------------------------------------------- /src/qom/object.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qom/object.c -------------------------------------------------------------------------------- /src/qom/qom-qobject.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qom/qom-qobject.c -------------------------------------------------------------------------------- /src/qtest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qtest.c -------------------------------------------------------------------------------- /src/qtrace/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qtrace/Makefile -------------------------------------------------------------------------------- /src/qtrace/common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qtrace/common.h -------------------------------------------------------------------------------- /src/qtrace/context.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qtrace/context.cc -------------------------------------------------------------------------------- /src/qtrace/context.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qtrace/context.h -------------------------------------------------------------------------------- /src/qtrace/gate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qtrace/gate.c -------------------------------------------------------------------------------- /src/qtrace/logging.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qtrace/logging.cc -------------------------------------------------------------------------------- /src/qtrace/logging.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qtrace/logging.h -------------------------------------------------------------------------------- /src/qtrace/monitor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qtrace/monitor.c -------------------------------------------------------------------------------- /src/qtrace/options.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qtrace/options.cc -------------------------------------------------------------------------------- /src/qtrace/options.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qtrace/options.h -------------------------------------------------------------------------------- /src/qtrace/qtrace.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/qtrace/qtrace.cc -------------------------------------------------------------------------------- /src/readline.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/readline.c -------------------------------------------------------------------------------- /src/roms/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/roms/Makefile -------------------------------------------------------------------------------- /src/roms/SLOF/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/roms/SLOF/INSTALL -------------------------------------------------------------------------------- /src/roms/SLOF/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/roms/SLOF/LICENSE -------------------------------------------------------------------------------- /src/roms/SLOF/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/roms/SLOF/README -------------------------------------------------------------------------------- /src/roms/SLOF/board-qemu/slof/.gitignore: -------------------------------------------------------------------------------- 1 | OF.ffs 2 | -------------------------------------------------------------------------------- /src/roms/SLOF/romfs/tools/.gitignore: -------------------------------------------------------------------------------- 1 | build_romfs 2 | -------------------------------------------------------------------------------- /src/roms/SLOF/tools/.gitignore: -------------------------------------------------------------------------------- 1 | gen_reloc_table 2 | -------------------------------------------------------------------------------- /src/roms/config.seabios: -------------------------------------------------------------------------------- 1 | # empty, default config works for us 2 | -------------------------------------------------------------------------------- /src/roms/openbios/.gitignore: -------------------------------------------------------------------------------- 1 | obj-* 2 | .stgit-* 3 | config-host.mak 4 | -------------------------------------------------------------------------------- /src/roms/openbios/VERSION: -------------------------------------------------------------------------------- 1 | 1.1 2 | -------------------------------------------------------------------------------- /src/roms/openbios/arch/amd64/relocate.h: -------------------------------------------------------------------------------- 1 | void relocate(struct sys_info *); 2 | -------------------------------------------------------------------------------- /src/roms/openbios/arch/x86/relocate.h: -------------------------------------------------------------------------------- 1 | void relocate(struct sys_info *); 2 | -------------------------------------------------------------------------------- /src/roms/openbios/fs/grubfs/debug.h: -------------------------------------------------------------------------------- 1 | /* for grub compatibility */ 2 | -------------------------------------------------------------------------------- /src/roms/qemu-palcode/.gitignore: -------------------------------------------------------------------------------- 1 | *.o 2 | palcode-* 3 | -------------------------------------------------------------------------------- /src/roms/seabios/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/roms/seabios/TODO -------------------------------------------------------------------------------- /src/roms/seabios/src/code16gcc.s: -------------------------------------------------------------------------------- 1 | .code16gcc 2 | -------------------------------------------------------------------------------- /src/roms/vgabios/.cvsignore: -------------------------------------------------------------------------------- 1 | vbetables.h 2 | -------------------------------------------------------------------------------- /src/roms/vgabios/BUGS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/roms/vgabios/BUGS -------------------------------------------------------------------------------- /src/roms/vgabios/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/roms/vgabios/TODO -------------------------------------------------------------------------------- /src/rules.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/rules.mak -------------------------------------------------------------------------------- /src/savevm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/savevm.c -------------------------------------------------------------------------------- /src/scripts/hxtool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/scripts/hxtool -------------------------------------------------------------------------------- /src/scripts/qapi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/scripts/qapi.py -------------------------------------------------------------------------------- /src/scripts/qtest: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | export QTEST_QEMU_BINARY=$1 4 | shift 5 | "$@" 6 | -------------------------------------------------------------------------------- /src/slirp/COPYRIGHT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/slirp/COPYRIGHT -------------------------------------------------------------------------------- /src/slirp/arp_table.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/slirp/arp_table.c -------------------------------------------------------------------------------- /src/slirp/bootp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/slirp/bootp.c -------------------------------------------------------------------------------- /src/slirp/bootp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/slirp/bootp.h -------------------------------------------------------------------------------- /src/slirp/cksum.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/slirp/cksum.c -------------------------------------------------------------------------------- /src/slirp/debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/slirp/debug.h -------------------------------------------------------------------------------- /src/slirp/dnssearch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/slirp/dnssearch.c -------------------------------------------------------------------------------- /src/slirp/if.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/slirp/if.c -------------------------------------------------------------------------------- /src/slirp/if.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/slirp/if.h -------------------------------------------------------------------------------- /src/slirp/ip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/slirp/ip.h -------------------------------------------------------------------------------- /src/slirp/ip_icmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/slirp/ip_icmp.c -------------------------------------------------------------------------------- /src/slirp/ip_icmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/slirp/ip_icmp.h -------------------------------------------------------------------------------- /src/slirp/ip_input.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/slirp/ip_input.c -------------------------------------------------------------------------------- /src/slirp/ip_output.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/slirp/ip_output.c -------------------------------------------------------------------------------- /src/slirp/libslirp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/slirp/libslirp.h -------------------------------------------------------------------------------- /src/slirp/main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/slirp/main.h -------------------------------------------------------------------------------- /src/slirp/mbuf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/slirp/mbuf.c -------------------------------------------------------------------------------- /src/slirp/mbuf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/slirp/mbuf.h -------------------------------------------------------------------------------- /src/slirp/misc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/slirp/misc.c -------------------------------------------------------------------------------- /src/slirp/misc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/slirp/misc.h -------------------------------------------------------------------------------- /src/slirp/sbuf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/slirp/sbuf.c -------------------------------------------------------------------------------- /src/slirp/sbuf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/slirp/sbuf.h -------------------------------------------------------------------------------- /src/slirp/slirp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/slirp/slirp.c -------------------------------------------------------------------------------- /src/slirp/slirp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/slirp/slirp.h -------------------------------------------------------------------------------- /src/slirp/socket.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/slirp/socket.c -------------------------------------------------------------------------------- /src/slirp/socket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/slirp/socket.h -------------------------------------------------------------------------------- /src/slirp/tcp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/slirp/tcp.h -------------------------------------------------------------------------------- /src/slirp/tcp_input.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/slirp/tcp_input.c -------------------------------------------------------------------------------- /src/slirp/tcp_subr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/slirp/tcp_subr.c -------------------------------------------------------------------------------- /src/slirp/tcp_timer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/slirp/tcp_timer.c -------------------------------------------------------------------------------- /src/slirp/tcp_timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/slirp/tcp_timer.h -------------------------------------------------------------------------------- /src/slirp/tcp_var.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/slirp/tcp_var.h -------------------------------------------------------------------------------- /src/slirp/tcpip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/slirp/tcpip.h -------------------------------------------------------------------------------- /src/slirp/tftp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/slirp/tftp.c -------------------------------------------------------------------------------- /src/slirp/tftp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/slirp/tftp.h -------------------------------------------------------------------------------- /src/slirp/udp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/slirp/udp.c -------------------------------------------------------------------------------- /src/slirp/udp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/slirp/udp.h -------------------------------------------------------------------------------- /src/spice-qemu-char.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/spice-qemu-char.c -------------------------------------------------------------------------------- /src/stubs/cpus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/stubs/cpus.c -------------------------------------------------------------------------------- /src/stubs/dump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/stubs/dump.c -------------------------------------------------------------------------------- /src/stubs/gdbstub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/stubs/gdbstub.c -------------------------------------------------------------------------------- /src/stubs/get-fd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/stubs/get-fd.c -------------------------------------------------------------------------------- /src/stubs/reset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/stubs/reset.c -------------------------------------------------------------------------------- /src/stubs/slirp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/stubs/slirp.c -------------------------------------------------------------------------------- /src/stubs/vm-stop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/stubs/vm-stop.c -------------------------------------------------------------------------------- /src/stubs/vmstate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/stubs/vmstate.c -------------------------------------------------------------------------------- /src/sysconfigs/target/target-x86_64.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/target-i386/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/target-i386/TODO -------------------------------------------------------------------------------- /src/target-i386/cpu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/target-i386/cpu.c -------------------------------------------------------------------------------- /src/target-i386/cpu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/target-i386/cpu.h -------------------------------------------------------------------------------- /src/target-i386/kvm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/target-i386/kvm.c -------------------------------------------------------------------------------- /src/target-i386/svm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/target-i386/svm.h -------------------------------------------------------------------------------- /src/tcg-runtime.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/tcg-runtime.c -------------------------------------------------------------------------------- /src/tcg/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/tcg/LICENSE -------------------------------------------------------------------------------- /src/tcg/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/tcg/README -------------------------------------------------------------------------------- /src/tcg/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/tcg/TODO -------------------------------------------------------------------------------- /src/tcg/optimize.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/tcg/optimize.c -------------------------------------------------------------------------------- /src/tcg/tcg-op.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/tcg/tcg-op.h -------------------------------------------------------------------------------- /src/tcg/tcg-opc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/tcg/tcg-opc.h -------------------------------------------------------------------------------- /src/tcg/tcg-runtime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/tcg/tcg-runtime.h -------------------------------------------------------------------------------- /src/tcg/tcg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/tcg/tcg.c -------------------------------------------------------------------------------- /src/tcg/tcg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/tcg/tcg.h -------------------------------------------------------------------------------- /src/tcg/tci/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/tcg/tci/README -------------------------------------------------------------------------------- /src/tci.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/tci.c -------------------------------------------------------------------------------- /src/tests/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/tests/Makefile -------------------------------------------------------------------------------- /src/thread-pool.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/thread-pool.c -------------------------------------------------------------------------------- /src/thunk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/thunk.c -------------------------------------------------------------------------------- /src/tpm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/tpm.c -------------------------------------------------------------------------------- /src/trace-events: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/trace-events -------------------------------------------------------------------------------- /src/trace/control.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/trace/control.c -------------------------------------------------------------------------------- /src/trace/control.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/trace/control.h -------------------------------------------------------------------------------- /src/trace/default.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/trace/default.c -------------------------------------------------------------------------------- /src/trace/ftrace.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/trace/ftrace.c -------------------------------------------------------------------------------- /src/trace/ftrace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/trace/ftrace.h -------------------------------------------------------------------------------- /src/trace/simple.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/trace/simple.c -------------------------------------------------------------------------------- /src/trace/simple.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/trace/simple.h -------------------------------------------------------------------------------- /src/trace/stderr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/trace/stderr.c -------------------------------------------------------------------------------- /src/translate-all.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/translate-all.c -------------------------------------------------------------------------------- /src/translate-all.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/translate-all.h -------------------------------------------------------------------------------- /src/ui/Makefile.objs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/ui/Makefile.objs -------------------------------------------------------------------------------- /src/ui/cocoa.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/ui/cocoa.m -------------------------------------------------------------------------------- /src/ui/console.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/ui/console.c -------------------------------------------------------------------------------- /src/ui/curses.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/ui/curses.c -------------------------------------------------------------------------------- /src/ui/curses_keys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/ui/curses_keys.h -------------------------------------------------------------------------------- /src/ui/cursor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/ui/cursor.c -------------------------------------------------------------------------------- /src/ui/d3des.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/ui/d3des.c -------------------------------------------------------------------------------- /src/ui/d3des.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/ui/d3des.h -------------------------------------------------------------------------------- /src/ui/gtk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/ui/gtk.c -------------------------------------------------------------------------------- /src/ui/input.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/ui/input.c -------------------------------------------------------------------------------- /src/ui/keymaps.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/ui/keymaps.c -------------------------------------------------------------------------------- /src/ui/keymaps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/ui/keymaps.h -------------------------------------------------------------------------------- /src/ui/qemu-pixman.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/ui/qemu-pixman.c -------------------------------------------------------------------------------- /src/ui/qemu-x509.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/ui/qemu-x509.h -------------------------------------------------------------------------------- /src/ui/sdl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/ui/sdl.c -------------------------------------------------------------------------------- /src/ui/sdl_keysym.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/ui/sdl_keysym.h -------------------------------------------------------------------------------- /src/ui/sdl_zoom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/ui/sdl_zoom.c -------------------------------------------------------------------------------- /src/ui/sdl_zoom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/ui/sdl_zoom.h -------------------------------------------------------------------------------- /src/ui/spice-core.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/ui/spice-core.c -------------------------------------------------------------------------------- /src/ui/spice-input.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/ui/spice-input.c -------------------------------------------------------------------------------- /src/ui/vgafont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/ui/vgafont.h -------------------------------------------------------------------------------- /src/ui/vnc-enc-zlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/ui/vnc-enc-zlib.c -------------------------------------------------------------------------------- /src/ui/vnc-enc-zrle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/ui/vnc-enc-zrle.c -------------------------------------------------------------------------------- /src/ui/vnc-enc-zrle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/ui/vnc-enc-zrle.h -------------------------------------------------------------------------------- /src/ui/vnc-jobs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/ui/vnc-jobs.c -------------------------------------------------------------------------------- /src/ui/vnc-jobs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/ui/vnc-jobs.h -------------------------------------------------------------------------------- /src/ui/vnc-palette.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/ui/vnc-palette.c -------------------------------------------------------------------------------- /src/ui/vnc-palette.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/ui/vnc-palette.h -------------------------------------------------------------------------------- /src/ui/vnc-tls.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/ui/vnc-tls.c -------------------------------------------------------------------------------- /src/ui/vnc-tls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/ui/vnc-tls.h -------------------------------------------------------------------------------- /src/ui/vnc-ws.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/ui/vnc-ws.c -------------------------------------------------------------------------------- /src/ui/vnc-ws.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/ui/vnc-ws.h -------------------------------------------------------------------------------- /src/ui/vnc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/ui/vnc.c -------------------------------------------------------------------------------- /src/ui/vnc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/ui/vnc.h -------------------------------------------------------------------------------- /src/ui/vnc_keysym.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/ui/vnc_keysym.h -------------------------------------------------------------------------------- /src/ui/x_keymap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/ui/x_keymap.c -------------------------------------------------------------------------------- /src/ui/x_keymap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/ui/x_keymap.h -------------------------------------------------------------------------------- /src/user-exec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/user-exec.c -------------------------------------------------------------------------------- /src/util/acl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/util/acl.c -------------------------------------------------------------------------------- /src/util/aes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/util/aes.c -------------------------------------------------------------------------------- /src/util/bitmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/util/bitmap.c -------------------------------------------------------------------------------- /src/util/bitops.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/util/bitops.c -------------------------------------------------------------------------------- /src/util/compatfd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/util/compatfd.c -------------------------------------------------------------------------------- /src/util/crc32c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/util/crc32c.c -------------------------------------------------------------------------------- /src/util/cutils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/util/cutils.c -------------------------------------------------------------------------------- /src/util/envlist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/util/envlist.c -------------------------------------------------------------------------------- /src/util/error.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/util/error.c -------------------------------------------------------------------------------- /src/util/fifo8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/util/fifo8.c -------------------------------------------------------------------------------- /src/util/hbitmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/util/hbitmap.c -------------------------------------------------------------------------------- /src/util/hexdump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/util/hexdump.c -------------------------------------------------------------------------------- /src/util/host-utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/util/host-utils.c -------------------------------------------------------------------------------- /src/util/iov.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/util/iov.c -------------------------------------------------------------------------------- /src/util/module.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/util/module.c -------------------------------------------------------------------------------- /src/util/notify.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/util/notify.c -------------------------------------------------------------------------------- /src/util/osdep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/util/osdep.c -------------------------------------------------------------------------------- /src/util/path.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/util/path.c -------------------------------------------------------------------------------- /src/util/qemu-error.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/util/qemu-error.c -------------------------------------------------------------------------------- /src/util/unicode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/util/unicode.c -------------------------------------------------------------------------------- /src/util/uri.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/util/uri.c -------------------------------------------------------------------------------- /src/version.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/version.rc -------------------------------------------------------------------------------- /src/vl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/vl.c -------------------------------------------------------------------------------- /src/xbzrle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/xbzrle.c -------------------------------------------------------------------------------- /src/xen-all.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/xen-all.c -------------------------------------------------------------------------------- /src/xen-mapcache.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/xen-mapcache.c -------------------------------------------------------------------------------- /src/xen-stub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/src/xen-stub.c -------------------------------------------------------------------------------- /tools/gensyscalls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/tools/gensyscalls.py -------------------------------------------------------------------------------- /tools/output/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tools/output/dot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/tools/output/dot.py -------------------------------------------------------------------------------- /tools/output/graph.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/tools/output/graph.py -------------------------------------------------------------------------------- /tools/output/html.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/tools/output/html.py -------------------------------------------------------------------------------- /tools/qtrace.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/tools/qtrace.py -------------------------------------------------------------------------------- /tools/runtime/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tools/runtime/winsyscall/syscall.def: -------------------------------------------------------------------------------- 1 | LIBRARY SYSCALL 2 | EXPORTS 3 | syscall @1 4 | -------------------------------------------------------------------------------- /tools/taint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/tools/taint.py -------------------------------------------------------------------------------- /tools/trace/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tools/trace/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/tools/trace/common.py -------------------------------------------------------------------------------- /tools/trace/reader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpaleari/qtrace/HEAD/tools/trace/reader.py -------------------------------------------------------------------------------- /tools/trace/syscall.proto: -------------------------------------------------------------------------------- 1 | ../../src/qtrace/pb/syscall.proto --------------------------------------------------------------------------------