qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] acbb09: prep: Include devices for ppc64 as we


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] acbb09: prep: Include devices for ppc64 as well
Date: Fri, 11 Jan 2013 08:00:22 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: acbb090b2400f627a801074c4e3e006c7501bb26
      
https://github.com/qemu/qemu/commit/acbb090b2400f627a801074c4e3e006c7501bb26
  Author: Andreas Färber <address@hidden>
  Date:   2012-08-15 (Wed, 15 Aug 2012)

  Changed paths:
    M default-configs/ppc64-softmmu.mak

  Log Message:
  -----------
  prep: Include devices for ppc64 as well

Allows running qemu-system-ppc64 -M prep for consistency.

Reported-by: Markus Armbruster <address@hidden>
Signed-off-by: Andreas Färber <address@hidden>
Acked-by: Hervé Poussineau <address@hidden>


  Commit: 1ae41f447d1467172b0f8290ca1b83726ea9942a
      
https://github.com/qemu/qemu/commit/1ae41f447d1467172b0f8290ca1b83726ea9942a
  Author: Hervé Poussineau <address@hidden>
  Date:   2012-08-15 (Wed, 15 Aug 2012)

  Changed paths:
    M hw/Makefile.objs
    A hw/pc87312.c
    A hw/pc87312.h
    M trace-events

  Log Message:
  -----------
  prep: Add pc87312 Super I/O emulation

This provides floppy and IDE controllers as well as serial and parallel
ports. However, dynamic configuration of devices is not yet supported.

Signed-off-by: Hervé Poussineau <address@hidden>
[AF: QOM'ify, split out header, create CharDriverState if absent]
Signed-off-by: Andreas Färber <address@hidden>


  Commit: 52a71bff6085398fbb8602718af228cd6339c02d
      
https://github.com/qemu/qemu/commit/52a71bff6085398fbb8602718af228cd6339c02d
  Author: Hervé Poussineau <address@hidden>
  Date:   2012-08-15 (Wed, 15 Aug 2012)

  Changed paths:
    M MAINTAINERS
    M default-configs/ppc-softmmu.mak
    M default-configs/ppc64-softmmu.mak
    M hw/ppc_prep.c

  Log Message:
  -----------
  prep: Use pc87312 device instead of collection of random ISA devices

We can't however replace the built-in IDE controller, as the one in
pc87312 is only single-channel and can use only IRQ 14. Therefore the
pc87312's IDE function gets disabled via the config property.

PReP emulation also gains a parallel port emulation this way.

Signed-off-by: Hervé Poussineau <address@hidden>
[AF: Use TYPE_PC87312 constant, add to ppc64-softmmu and to MAINTAINERS]
Signed-off-by: Andreas Färber <address@hidden>


  Commit: 7682e8580722f951559f372ba3d2b6170fdbe734
      
https://github.com/qemu/qemu/commit/7682e8580722f951559f372ba3d2b6170fdbe734
  Author: Nickolai Zeldovich <address@hidden>
  Date:   2013-01-08 (Tue, 08 Jan 2013)

  Changed paths:
    M readline.c

  Log Message:
  -----------
  readline: avoid memcpy() of overlapping regions

memcpy() for overlapping regions is undefined behavior; use memmove()
instead in readline_hist_add().

[Keep tab characters since surrounding code still uses them -- Stefan]

Signed-off-by: Nickolai Zeldovich <address@hidden>
Reviewed-by: Richard Henderson <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: 63e3555e80c31776285accbb4d0c14ae91c457dc
      
https://github.com/qemu/qemu/commit/63e3555e80c31776285accbb4d0c14ae91c457dc
  Author: Andreas Färber <address@hidden>
  Date:   2013-01-10 (Thu, 10 Jan 2013)

  Changed paths:
    A .exrc
    M .gitignore
    M .gitmodules
    M HACKING
    M MAINTAINERS
    M Makefile
    R Makefile.dis
    R Makefile.hw
    M Makefile.objs
    M Makefile.target
    R Makefile.user
    A QMP/qemu-ga-client
    M QMP/qmp-events.txt
    M QMP/qmp-shell
    M QMP/qmp.py
    M VERSION
    R a.out.h
    M acl.c
    R acl.h
    M aes.c
    R aes.h
    A aio-posix.c
    A aio-win32.c
    R aio.c
    R alpha-dis.c
    R alpha.ld
    M arch_init.c
    R arch_init.h
    R arm-dis.c
    R arm.ld
    M async.c
    M audio/Makefile.objs
    M audio/alsaaudio.c
    M audio/audio.c
    M audio/audio.h
    M audio/audio_template.h
    M audio/noaudio.c
    M audio/ossaudio.c
    M audio/spiceaudio.c
    M audio/wavaudio.c
    M audio/wavcapture.c
    M audio/winwaveaudio.c
    A backends/Makefile.objs
    A backends/rng-egd.c
    A backends/rng-random.c
    A backends/rng.c
    M balloon.c
    R balloon.h
    M bitmap.c
    R bitmap.h
    M bitops.c
    R bitops.h
    M block-migration.c
    R block-migration.h
    M block.c
    R block.h
    M block/Makefile.objs
    M block/blkdebug.c
    M block/blkverify.c
    M block/bochs.c
    M block/cloop.c
    A block/commit.c
    M block/cow.c
    M block/curl.c
    M block/dmg.c
    A block/gluster.c
    M block/iscsi.c
    A block/linux-aio.c
    A block/mirror.c
    M block/nbd.c
    M block/parallels.c
    M block/qcow.c
    M block/qcow2-cache.c
    M block/qcow2-cluster.c
    M block/qcow2-refcount.c
    M block/qcow2-snapshot.c
    M block/qcow2.c
    M block/qcow2.h
    M block/qed-table.c
    M block/qed.c
    M block/qed.h
    A block/raw-aio.h
    R block/raw-posix-aio.h
    M block/raw-posix.c
    M block/raw-win32.c
    M block/raw.c
    M block/rbd.c
    M block/sheepdog.c
    M block/stream.c
    M block/vdi.c
    M block/vmdk.c
    M block/vpc.c
    M block/vvfat.c
    A block/win32-aio.c
    R block_int.h
    A blockdev-nbd.c
    M blockdev.c
    R blockdev.h
    A blockjob.c
    M bsd-user/elfload.c
    M bsd-user/main.c
    R bsd-user/qemu-types.h
    M bsd-user/qemu.h
    R bswap.h
    M bt-host.c
    R bt-host.h
    M bt-vhci.c
    R buffered_file.c
    R buffered_file.h
    M cache-utils.c
    R cache-utils.h
    M cmd.c
    M compatfd.c
    R compatfd.h
    R compiler.h
    R config.h
    M configure
    R console.c
    R console.h
    M coroutine-gthread.c
    M coroutine-sigaltstack.c
    M coroutine-ucontext.c
    M coroutine-win32.c
    R cpu-all.h
    R cpu-common.h
    R cpu-defs.h
    M cpu-exec.c
    M cpus.c
    R cpus.h
    M cputlb.c
    R cputlb.h
    R cris-dis.c
    R cursor.c
    R cursor_hidden.xpm
    R cursor_left_ptr.xpm
    M cutils.c
    R def-helper.h
    M default-configs/arm-softmmu.mak
    M default-configs/microblaze-softmmu.mak
    M default-configs/microblazeel-softmmu.mak
    M default-configs/pci.mak
    M default-configs/sparc64-softmmu.mak
    M device_tree.c
    R device_tree.h
    R dis-asm.h
    M disas.c
    R disas.h
    A disas/Makefile.objs
    A disas/alpha.c
    A disas/arm.c
    A disas/cris.c
    A disas/hppa.c
    A disas/i386.c
    A disas/ia64.c
    A disas/lm32.c
    A disas/m68k.c
    A disas/microblaze.c
    A disas/mips.c
    A disas/ppc.c
    A disas/s390.c
    A disas/sh4.c
    A disas/sparc.c
    A disas/tci.c
    M dma-helpers.c
    R dma.h
    A docs/qemupciserial.inf
    A docs/specs/pci-serial.txt
    M docs/specs/ppc-spapr-hcalls.txt
    A docs/specs/standard-vga.txt
    A docs/spice-port-fqdn.txt
    M docs/tracing.txt
    M docs/usb2.txt
    M dump-stub.c
    M dump.c
    R dump.h
    R dyngen-exec.h
    R elf.h
    M envlist.c
    R envlist.h
    M error.c
    R error.h
    A event_notifier-posix.c
    A event_notifier-win32.c
    R event_notifier.c
    R event_notifier.h
    R exec-all.h
    R exec-memory.h
    R exec-obsolete.h
    M exec.c
    M fpu/softfloat-specialize.h
    M fpu/softfloat.c
    R fpu/softfloat.h
    M fsdev/qemu-fsdev-dummy.c
    M fsdev/qemu-fsdev.c
    M fsdev/qemu-fsdev.h
    M fsdev/virtfs-proxy-helper.c
    M fsdev/virtio-9p-marshal.c
    M gdbstub.c
    R gdbstub.h
    R gen-icount.h
    M hmp-commands.hx
    M hmp.c
    M hmp.h
    M host-utils.c
    R host-utils.h
    R hppa-dis.c
    R hppa.ld
    M hw/9pfs/Makefile.objs
    M hw/9pfs/codir.c
    M hw/9pfs/cofile.c
    M hw/9pfs/cofs.c
    M hw/9pfs/coxattr.c
    M hw/9pfs/virtio-9p-coth.c
    M hw/9pfs/virtio-9p-coth.h
    M hw/9pfs/virtio-9p-device.c
    M hw/9pfs/virtio-9p-handle.c
    M hw/9pfs/virtio-9p-local.c
    M hw/9pfs/virtio-9p-posix-acl.c
    M hw/9pfs/virtio-9p-synth.c
    M hw/9pfs/virtio-9p-synth.h
    M hw/9pfs/virtio-9p-xattr-user.c
    M hw/9pfs/virtio-9p-xattr.c
    M hw/9pfs/virtio-9p-xattr.h
    M hw/9pfs/virtio-9p.c
    M hw/9pfs/virtio-9p.h
    M hw/Makefile.objs
    M hw/a9mpcore.c
    M hw/ac97.c
    M hw/acpi.c
    M hw/acpi.h
    A hw/acpi_ich9.c
    A hw/acpi_ich9.h
    M hw/acpi_piix4.c
    M hw/adb.c
    M hw/adb.h
    M hw/adlib.c
    M hw/ads7846.c
    M hw/alpha_dp264.c
    M hw/alpha_pci.c
    M hw/alpha_sys.h
    M hw/alpha_typhoon.c
    M hw/an5206.c
    M hw/apb_pci.c
    M hw/apb_pci.h
    M hw/apic.c
    M hw/apic_common.c
    M hw/apic_internal.h
    M hw/apm.c
    M hw/apm.h
    M hw/applesmc.c
    M hw/arm-misc.h
    M hw/arm/Makefile.objs
    M hw/arm11mpcore.c
    M hw/arm_boot.c
    M hw/arm_gic.c
    M hw/arm_gic_common.c
    M hw/arm_gic_internal.h
    M hw/arm_l2x0.c
    M hw/arm_mptimer.c
    M hw/arm_sysctl.c
    M hw/arm_timer.c
    M hw/armv7m.c
    M hw/armv7m_nvic.c
    M hw/audiodev.h
    M hw/axis_dev88.c
    M hw/baum.c
    M hw/baum.h
    M hw/blizzard.c
    M hw/block-common.c
    M hw/boards.h
    M hw/bonito.c
    M hw/bt-hci-csr.c
    M hw/bt-hci.c
    M hw/bt-hid.c
    M hw/bt-l2cap.c
    M hw/bt.c
    M hw/bt.h
    M hw/cadence_gem.c
    M hw/cadence_ttc.c
    M hw/cadence_uart.c
    M hw/cbus.c
    M hw/ccid-card-emulated.c
    M hw/ccid-card-passthru.c
    M hw/cirrus_vga.c
    M hw/collie.c
    M hw/cris-boot.h
    M hw/cs4231.c
    M hw/cs4231a.c
    M hw/cuda.c
    A hw/dataplane/Makefile.objs
    A hw/dataplane/event-poll.c
    A hw/dataplane/event-poll.h
    A hw/dataplane/hostmem.c
    A hw/dataplane/hostmem.h
    A hw/dataplane/ioq.c
    A hw/dataplane/ioq.h
    A hw/dataplane/virtio-blk.c
    A hw/dataplane/virtio-blk.h
    A hw/dataplane/vring.c
    A hw/dataplane/vring.h
    M hw/debugcon.c
    A hw/debugexit.c
    M hw/dec_pci.c
    M hw/dec_pci.h
    M hw/device-hotplug.c
    M hw/devices.h
    M hw/dma.c
    M hw/dp8393x.c
    M hw/ds1225y.c
    M hw/ds1338.c
    M hw/dummy_m68k.c
    M hw/e1000.c
    M hw/eccmemctl.c
    M hw/eepro100.c
    M hw/elf_ops.h
    M hw/empty_slot.c
    M hw/empty_slot.h
    M hw/es1370.c
    M hw/escc.c
    M hw/escc.h
    M hw/esp-pci.c
    M hw/esp.c
    M hw/esp.h
    M hw/etraxfs.h
    M hw/etraxfs_dma.c
    M hw/etraxfs_dma.h
    M hw/etraxfs_eth.c
    M hw/etraxfs_pic.c
    M hw/etraxfs_ser.c
    M hw/etraxfs_timer.c
    M hw/exynos4210.c
    M hw/exynos4210.h
    M hw/exynos4210_combiner.c
    M hw/exynos4210_fimd.c
    M hw/exynos4210_gic.c
    M hw/exynos4210_i2c.c
    M hw/exynos4210_mct.c
    M hw/exynos4210_pmu.c
    M hw/exynos4210_pwm.c
    M hw/exynos4210_rtc.c
    M hw/exynos4210_uart.c
    M hw/exynos4_boards.c
    M hw/fdc.c
    M hw/fdc.h
    A hw/fifo.c
    A hw/fifo.h
    M hw/flash.h
    M hw/framebuffer.c
    M hw/framebuffer.h
    M hw/fw_cfg.c
    M hw/fw_cfg.h
    M hw/g364fb.c
    M hw/grackle_pci.c
    M hw/grlib.h
    M hw/grlib_apbuart.c
    M hw/grlib_gptimer.c
    M hw/grlib_irqmp.c
    M hw/gt64xxx.c
    M hw/gumstix.c
    M hw/hd-geometry.c
    M hw/hda-audio.c
    M hw/heathrow_pic.c
    M hw/hid.c
    M hw/hid.h
    M hw/highbank.c
    M hw/hpet.c
    M hw/hw.h
    M hw/i2c.h
    M hw/i386/Makefile.objs
    M hw/i82378.c
    M hw/i8254.c
    M hw/i8254_common.c
    M hw/i8259.c
    M hw/i8259_internal.h
    A hw/i82801b11.c
    A hw/ich9.h
    M hw/ide.h
    M hw/ide/Makefile.objs
    M hw/ide/ahci.c
    M hw/ide/atapi.c
    M hw/ide/cmd646.c
    M hw/ide/core.c
    M hw/ide/ich.c
    M hw/ide/internal.h
    M hw/ide/isa.c
    M hw/ide/macio.c
    M hw/ide/microdrive.c
    M hw/ide/mmio.c
    M hw/ide/pci.c
    M hw/ide/piix.c
    M hw/ide/qdev.c
    M hw/ide/via.c
    M hw/imx.h
    M hw/imx_avic.c
    M hw/imx_ccm.c
    M hw/imx_serial.c
    M hw/imx_timer.c
    M hw/integratorcp.c
    M hw/intel-hda.c
    M hw/ioapic.c
    M hw/ioapic_internal.h
    M hw/ioh3420.c
    M hw/ioh3420.h
    M hw/irq.c
    M hw/irq.h
    M hw/isa-bus.c
    M hw/isa.h
    M hw/isa_mmio.c
    M hw/ivshmem.c
    M hw/jazz_led.c
    M hw/kvm/Makefile.objs
    M hw/kvm/apic.c
    M hw/kvm/clock.c
    M hw/kvm/i8254.c
    M hw/kvm/i8259.c
    M hw/kvm/ioapic.c
    A hw/kvm/pci-assign.c
    M hw/kvmvapic.c
    M hw/kzm.c
    M hw/lan9118.c
    M hw/lance.c
    M hw/leon3.c
    M hw/lm32.h
    M hw/lm32_boards.c
    M hw/lm32_hwsetup.h
    M hw/lm32_juart.c
    M hw/lm32_pic.c
    M hw/lm32_sys.c
    M hw/lm32_timer.c
    M hw/lm32_uart.c
    M hw/lm4549.c
    M hw/lm4549.h
    M hw/lm832x.c
    M hw/loader.c
    M hw/loader.h
    A hw/lpc_ich9.c
    M hw/lsi53c895a.c
    A hw/m25p80.c
    M hw/m48t59.c
    M hw/mac_dbdma.c
    M hw/mac_dbdma.h
    M hw/mac_nvram.c
    M hw/macio.c
    M hw/mainstone.c
    M hw/marvell_88w8618_audio.c
    M hw/max111x.c
    M hw/mc146818rtc.c
    M hw/mc146818rtc_regs.h
    M hw/mcf.h
    M hw/mcf5206.c
    M hw/mcf5208.c
    M hw/mcf_fec.c
    M hw/mcf_intc.c
    M hw/mcf_uart.c
    M hw/megasas.c
    M hw/mfi.h
    M hw/microblaze/Makefile.objs
    M hw/microblaze_boot.c
    M hw/microblaze_boot.h
    M hw/milkymist-ac97.c
    M hw/milkymist-hpdmc.c
    M hw/milkymist-hw.h
    M hw/milkymist-memcard.c
    M hw/milkymist-minimac2.c
    M hw/milkymist-pfpu.c
    M hw/milkymist-softusb.c
    M hw/milkymist-sysctl.c
    M hw/milkymist-tmu2.c
    M hw/milkymist-uart.c
    M hw/milkymist-vgafb.c
    M hw/milkymist.c
    M hw/mips.h
    M hw/mips_fulong2e.c
    M hw/mips_jazz.c
    M hw/mips_malta.c
    M hw/mips_mipssim.c
    M hw/mips_r4k.c
    M hw/mips_timer.c
    M hw/mipsnet.c
    M hw/mpc8544_guts.c
    R hw/msi.c
    R hw/msi.h
    R hw/msix.c
    R hw/msix.h
    M hw/msmouse.c
    M hw/msmouse.h
    M hw/mst_fpga.c
    M hw/multiboot.c
    M hw/musicpal.c
    M hw/nand.c
    M hw/ne2000-isa.c
    M hw/ne2000.c
    M hw/ne2000.h
    M hw/nseries.c
    A hw/null-machine.c
    M hw/nvram.h
    M hw/omap.h
    M hw/omap1.c
    M hw/omap2.c
    M hw/omap_dma.c
    M hw/omap_dss.c
    M hw/omap_gpio.c
    M hw/omap_gpmc.c
    M hw/omap_gptimer.c
    M hw/omap_i2c.c
    M hw/omap_intc.c
    M hw/omap_l4.c
    M hw/omap_lcdc.c
    M hw/omap_mmc.c
    M hw/omap_sdrc.c
    M hw/omap_spi.c
    M hw/omap_sx1.c
    M hw/omap_synctimer.c
    M hw/omap_tap.c
    M hw/omap_uart.c
    M hw/onenand.c
    M hw/opencores_eth.c
    M hw/openpic.c
    M hw/openpic.h
    M hw/openrisc_sim.c
    M hw/openrisc_timer.c
    M hw/palm.c
    A hw/pam.c
    A hw/pam.h
    M hw/parallel.c
    A hw/pc-testdev.c
    M hw/pc.c
    M hw/pc.h
    M hw/pc87312.c
    M hw/pc_piix.c
    A hw/pc_q35.c
    M hw/pc_sysfw.c
    R hw/pci-hotplug.c
    R hw/pci-stub.c
    R hw/pci.c
    R hw/pci.h
    A hw/pci/Makefile.objs
    A hw/pci/msi.c
    A hw/pci/msi.h
    A hw/pci/msix.c
    A hw/pci/msix.h
    A hw/pci/pci-hotplug.c
    A hw/pci/pci-stub.c
    A hw/pci/pci.c
    A hw/pci/pci.h
    A hw/pci/pci_bridge.c
    A hw/pci/pci_bridge.h
    A hw/pci/pci_bus.h
    A hw/pci/pci_host.c
    A hw/pci/pci_host.h
    A hw/pci/pci_ids.h
    A hw/pci/pci_regs.h
    A hw/pci/pcie.c
    A hw/pci/pcie.h
    A hw/pci/pcie_aer.c
    A hw/pci/pcie_aer.h
    A hw/pci/pcie_host.c
    A hw/pci/pcie_host.h
    A hw/pci/pcie_port.c
    A hw/pci/pcie_port.h
    A hw/pci/pcie_regs.h
    A hw/pci/shpc.c
    A hw/pci/shpc.h
    A hw/pci/slotid_cap.c
    A hw/pci/slotid_cap.h
    R hw/pci_bridge.c
    R hw/pci_bridge.h
    M hw/pci_bridge_dev.c
    R hw/pci_host.c
    R hw/pci_host.h
    R hw/pci_ids.h
    R hw/pci_internals.h
    R hw/pci_regs.h
    R hw/pcie.c
    R hw/pcie.h
    R hw/pcie_aer.c
    R hw/pcie_aer.h
    R hw/pcie_host.c
    R hw/pcie_host.h
    R hw/pcie_port.c
    R hw/pcie_port.h
    R hw/pcie_regs.h
    M hw/pckbd.c
    M hw/pcmcia.h
    M hw/pcnet-pci.c
    M hw/pcnet.c
    M hw/pcnet.h
    M hw/pcspk.c
    M hw/petalogix_ml605_mmu.c
    M hw/petalogix_s3adsp1800_mmu.c
    M hw/pflash_cfi01.c
    M hw/pflash_cfi02.c
    M hw/piix4.c
    M hw/piix_pci.c
    R hw/pixel_ops.h
    M hw/pl011.c
    M hw/pl022.c
    M hw/pl031.c
    M hw/pl041.c
    M hw/pl050.c
    M hw/pl061.c
    M hw/pl080.c
    M hw/pl110.c
    M hw/pl110_template.h
    M hw/pl181.c
    M hw/pl190.c
    M hw/pm_smbus.c
    M hw/pm_smbus.h
    M hw/ppc.c
    M hw/ppc.h
    M hw/ppc/Makefile.objs
    A hw/ppc/e500-ccsr.h
    A hw/ppc/e500.c
    A hw/ppc/e500.h
    A hw/ppc/e500plat.c
    A hw/ppc/mpc8544ds.c
    M hw/ppc405.h
    M hw/ppc405_boards.c
    M hw/ppc405_uc.c
    M hw/ppc440_bamboo.c
    M hw/ppc4xx.h
    M hw/ppc4xx_devs.c
    M hw/ppc4xx_pci.c
    M hw/ppc_booke.c
    M hw/ppc_mac.h
    M hw/ppc_newworld.c
    M hw/ppc_oldworld.c
    M hw/ppc_prep.c
    R hw/ppce500_mpc8544ds.c
    M hw/ppce500_pci.c
    A hw/ppce500_pci.h
    M hw/ppce500_spin.c
    M hw/prep_pci.c
    M hw/ps2.c
    M hw/ptimer.c
    M hw/ptimer.h
    M hw/puv3.c
    M hw/puv3_dma.c
    M hw/puv3_gpio.c
    M hw/puv3_intc.c
    M hw/puv3_ost.c
    M hw/puv3_pm.c
    M hw/pxa.h
    M hw/pxa2xx.c
    M hw/pxa2xx_dma.c
    M hw/pxa2xx_gpio.c
    M hw/pxa2xx_keypad.c
    M hw/pxa2xx_lcd.c
    M hw/pxa2xx_mmci.c
    M hw/pxa2xx_pcmcia.c
    M hw/pxa2xx_pic.c
    M hw/pxa2xx_timer.c
    A hw/q35.c
    A hw/q35.h
    M hw/qdev-addr.c
    M hw/qdev-addr.h
    A hw/qdev-core.h
    M hw/qdev-monitor.c
    A hw/qdev-monitor.h
    A hw/qdev-properties-system.c
    M hw/qdev-properties.c
    A hw/qdev-properties.h
    M hw/qdev.c
    M hw/qdev.h
    M hw/qxl-logger.c
    M hw/qxl-render.c
    M hw/qxl.c
    M hw/qxl.h
    M hw/r2d.c
    M hw/rc4030.c
    M hw/realview.c
    M hw/rtl8139.c
    M hw/s390-virtio-bus.c
    M hw/s390-virtio-bus.h
    M hw/s390-virtio.c
    M hw/s390x/Makefile.objs
    A hw/s390x/event-facility.c
    A hw/s390x/event-facility.h
    A hw/s390x/sclp.c
    A hw/s390x/sclp.h
    A hw/s390x/sclpconsole.c
    A hw/s390x/sclpquiesce.c
    M hw/sb16.c
    M hw/sbi.c
    M hw/scsi-bus.c
    M hw/scsi-defs.h
    M hw/scsi-disk.c
    M hw/scsi-generic.c
    M hw/scsi.h
    M hw/sd.c
    M hw/sd.h
    A hw/serial-isa.c
    A hw/serial-pci.c
    M hw/serial.c
    A hw/serial.h
    M hw/sga.c
    M hw/sh.h
    M hw/sh7750.c
    M hw/sh_intc.c
    M hw/sh_intc.h
    M hw/sh_pci.c
    M hw/sh_serial.c
    M hw/sh_timer.c
    M hw/sharpsl.h
    M hw/shix.c
    R hw/shpc.c
    R hw/shpc.h
    M hw/slavio_intctl.c
    M hw/slavio_misc.c
    M hw/slavio_timer.c
    R hw/slotid_cap.c
    R hw/slotid_cap.h
    M hw/sm501.c
    M hw/smbios.c
    A hw/smbus_ich9.c
    M hw/smc91c111.c
    M hw/soc_dma.c
    M hw/soc_dma.h
    M hw/spapr.c
    M hw/spapr.h
    A hw/spapr_events.c
    M hw/spapr_hcall.c
    M hw/spapr_iommu.c
    M hw/spapr_llan.c
    A hw/spapr_nvram.c
    M hw/spapr_pci.c
    M hw/spapr_pci.h
    M hw/spapr_rtas.c
    M hw/spapr_vio.c
    M hw/spapr_vio.h
    M hw/spapr_vscsi.c
    M hw/spapr_vty.c
    M hw/sparc32_dma.c
    M hw/sparc32_dma.h
    M hw/spitz.c
    M hw/srp.h
    M hw/ssd0303.c
    M hw/ssd0323.c
    M hw/ssi-sd.c
    M hw/ssi.c
    M hw/ssi.h
    M hw/stellaris.c
    M hw/stellaris_enet.c
    M hw/stellaris_input.c
    M hw/stream.h
    M hw/strongarm.c
    M hw/strongarm.h
    M hw/sun4c_intctl.c
    M hw/sun4m.c
    M hw/sun4m.h
    M hw/sun4m_iommu.c
    M hw/sun4u.c
    M hw/sysbus.c
    M hw/sysbus.h
    M hw/tc6393xb.c
    M hw/tcx.c
    M hw/tmp105.c
    A hw/tmp105.h
    M hw/tosa.c
    M hw/tsc2005.c
    M hw/tsc210x.c
    M hw/tusb6010.c
    M hw/twl92230.c
    A hw/uboot_image.h
    M hw/unin_pci.c
    M hw/usb.h
    M hw/usb/Makefile.objs
    M hw/usb/bus.c
    A hw/usb/combined-packet.c
    M hw/usb/core.c
    M hw/usb/desc.c
    M hw/usb/desc.h
    M hw/usb/dev-audio.c
    M hw/usb/dev-bluetooth.c
    M hw/usb/dev-hid.c
    M hw/usb/dev-hub.c
    M hw/usb/dev-network.c
    M hw/usb/dev-serial.c
    M hw/usb/dev-smartcard-reader.c
    M hw/usb/dev-storage.c
    M hw/usb/dev-uas.c
    M hw/usb/dev-wacom.c
    A hw/usb/hcd-ehci-pci.c
    A hw/usb/hcd-ehci-sysbus.c
    M hw/usb/hcd-ehci.c
    A hw/usb/hcd-ehci.h
    M hw/usb/hcd-musb.c
    M hw/usb/hcd-ohci.c
    M hw/usb/hcd-uhci.c
    M hw/usb/hcd-xhci.c
    M hw/usb/host-bsd.c
    M hw/usb/host-linux.c
    M hw/usb/host-stub.c
    M hw/usb/libhw.c
    A hw/usb/quirks-ftdi-ids.h
    A hw/usb/quirks-pl2303-ids.h
    A hw/usb/quirks.c
    A hw/usb/quirks.h
    M hw/usb/redirect.c
    M hw/versatile_i2c.c
    M hw/versatile_pci.c
    M hw/versatilepb.c
    M hw/vexpress.c
    A hw/vfio_pci.c
    M hw/vga-isa-mm.c
    M hw/vga-isa.c
    M hw/vga-pci.c
    M hw/vga.c
    M hw/vga_int.h
    M hw/vhost.c
    M hw/vhost.h
    M hw/vhost_net.c
    M hw/vhost_net.h
    M hw/virtex_ml507.c
    M hw/virtio-balloon.c
    M hw/virtio-balloon.h
    M hw/virtio-blk.c
    M hw/virtio-blk.h
    M hw/virtio-console.c
    M hw/virtio-net.c
    M hw/virtio-net.h
    M hw/virtio-pci.c
    M hw/virtio-pci.h
    A hw/virtio-rng.c
    A hw/virtio-rng.h
    M hw/virtio-scsi.c
    M hw/virtio-scsi.h
    M hw/virtio-serial-bus.c
    M hw/virtio.c
    M hw/virtio.h
    M hw/vmmouse.c
    M hw/vmport.c
    M hw/vmware_vga.c
    R hw/vmware_vga.h
    M hw/vt82c686.c
    M hw/watchdog.c
    M hw/watchdog.h
    M hw/wdt_i6300esb.c
    M hw/wdt_ib700.c
    M hw/wm8750.c
    M hw/xen-host-pci-device.c
    M hw/xen-host-pci-device.h
    M hw/xen.h
    M hw/xen_apic.c
    M hw/xen_backend.c
    M hw/xen_backend.h
    M hw/xen_common.h
    M hw/xen_console.c
    M hw/xen_devconfig.c
    M hw/xen_disk.c
    M hw/xen_domainbuild.c
    M hw/xen_machine_pv.c
    M hw/xen_nic.c
    M hw/xen_platform.c
    M hw/xen_pt.c
    M hw/xen_pt.h
    M hw/xen_pt_config_init.c
    M hw/xen_pt_msi.c
    M hw/xenfb.c
    M hw/xgmac.c
    M hw/xics.c
    M hw/xics.h
    M hw/xilinx.h
    M hw/xilinx_axidma.c
    M hw/xilinx_axienet.c
    M hw/xilinx_ethlite.c
    M hw/xilinx_intc.c
    A hw/xilinx_spi.c
    A hw/xilinx_spips.c
    M hw/xilinx_timer.c
    M hw/xilinx_uartlite.c
    M hw/xilinx_zynq.c
    M hw/xio3130_downstream.c
    M hw/xio3130_downstream.h
    M hw/xio3130_upstream.c
    M hw/xio3130_upstream.h
    M hw/xtensa_lx60.c
    M hw/xtensa_pic.c
    M hw/xtensa_sim.c
    M hw/z2.c
    M hw/zaurus.c
    M hw/zynq_slcr.c
    R i386-dis.c
    R i386.ld
    R ia64-dis.c
    R ia64.ld
    A include/block/aes.h
    A include/block/aio.h
    A include/block/block.h
    A include/block/block_int.h
    A include/block/blockjob.h
    A include/block/coroutine.h
    A include/block/coroutine_int.h
    A include/block/nbd.h
    A include/block/thread-pool.h
    A include/bt/bt.h
    A include/char/char.h
    A include/config.h
    A include/disas/bfd.h
    A include/disas/disas.h
    A include/elf.h
    A include/exec/address-spaces.h
    A include/exec/cpu-all.h
    A include/exec/cpu-common.h
    A include/exec/cpu-defs.h
    A include/exec/cputlb.h
    A include/exec/def-helper.h
    A include/exec/exec-all.h
    A include/exec/gdbstub.h
    A include/exec/gen-icount.h
    A include/exec/hwaddr.h
    A include/exec/ioport.h
    A include/exec/iorange.h
    A include/exec/memory-internal.h
    A include/exec/memory.h
    A include/exec/poison.h
    A include/exec/softmmu-semi.h
    A include/exec/softmmu_defs.h
    A include/exec/softmmu_exec.h
    A include/exec/softmmu_header.h
    A include/exec/softmmu_template.h
    A include/exec/spinlock.h
    A include/exec/user/abitypes.h
    A include/exec/user/thunk.h
    A include/fpu/softfloat.h
    A include/libfdt_env.h
    A include/migration/block.h
    A include/migration/migration.h
    A include/migration/page_cache.h
    A include/migration/qemu-file.h
    A include/migration/vmstate.h
    A include/monitor/monitor.h
    A include/monitor/readline.h
    A include/net/checksum.h
    A include/net/net.h
    A include/net/queue.h
    A include/net/slirp.h
    A include/net/tap.h
    A include/qapi/dealloc-visitor.h
    A include/qapi/error.h
    A include/qapi/opts-visitor.h
    A include/qapi/qmp-input-visitor.h
    A include/qapi/qmp-output-visitor.h
    A include/qapi/qmp/dispatch.h
    A include/qapi/qmp/json-lexer.h
    A include/qapi/qmp/json-parser.h
    A include/qapi/qmp/json-streamer.h
    A include/qapi/qmp/qbool.h
    A include/qapi/qmp/qdict.h
    A include/qapi/qmp/qerror.h
    A include/qapi/qmp/qfloat.h
    A include/qapi/qmp/qint.h
    A include/qapi/qmp/qjson.h
    A include/qapi/qmp/qlist.h
    A include/qapi/qmp/qobject.h
    A include/qapi/qmp/qstring.h
    A include/qapi/qmp/types.h
    A include/qapi/string-input-visitor.h
    A include/qapi/string-output-visitor.h
    A include/qapi/visitor-impl.h
    A include/qapi/visitor.h
    A include/qemu-common.h
    A include/qemu/acl.h
    A include/qemu/atomic.h
    A include/qemu/bitmap.h
    A include/qemu/bitops.h
    A include/qemu/bswap.h
    A include/qemu/cache-utils.h
    A include/qemu/compatfd.h
    A include/qemu/compiler.h
    A include/qemu/config-file.h
    R include/qemu/cpu.h
    A include/qemu/envlist.h
    A include/qemu/error-report.h
    A include/qemu/event_notifier.h
    A include/qemu/host-utils.h
    A include/qemu/int128.h
    A include/qemu/iov.h
    A include/qemu/log.h
    A include/qemu/main-loop.h
    A include/qemu/module.h
    A include/qemu/notify.h
    R include/qemu/object.h
    A include/qemu/option.h
    A include/qemu/option_int.h
    A include/qemu/osdep.h
    R include/qemu/page_cache.h
    R include/qemu/qom-qobject.h
    A include/qemu/queue.h
    A include/qemu/range.h
    M include/qemu/ratelimit.h
    A include/qemu/rng-random.h
    A include/qemu/rng.h
    A include/qemu/sockets.h
    A include/qemu/thread-posix.h
    A include/qemu/thread-win32.h
    A include/qemu/thread.h
    A include/qemu/timer.h
    A include/qemu/tls.h
    A include/qemu/typedefs.h
    A include/qemu/uri.h
    A include/qemu/xattr.h
    A include/qom/cpu.h
    A include/qom/object.h
    A include/qom/qom-qobject.h
    A include/sysemu/arch_init.h
    A include/sysemu/balloon.h
    A include/sysemu/blockdev.h
    A include/sysemu/cpus.h
    A include/sysemu/device_tree.h
    A include/sysemu/dma.h
    A include/sysemu/dump.h
    A include/sysemu/kvm.h
    A include/sysemu/memory_mapping.h
    A include/sysemu/os-posix.h
    A include/sysemu/os-win32.h
    A include/sysemu/qtest.h
    A include/sysemu/seccomp.h
    A include/sysemu/sysemu.h
    A include/sysemu/xen-mapcache.h
    A include/ui/console.h
    A include/ui/pixel_ops.h
    A include/ui/qemu-pixman.h
    A include/ui/qemu-spice.h
    A include/ui/spice-display.h
    R input.c
    R int128.h
    M iohandler.c
    M ioport.c
    R ioport.h
    R iorange.h
    M iov.c
    R iov.h
    M json-lexer.c
    R json-lexer.h
    M json-parser.c
    R json-parser.h
    M json-streamer.c
    R json-streamer.h
    M kvm-all.c
    M kvm-stub.c
    R kvm.h
    A ldscripts/alpha.ld
    A ldscripts/arm.ld
    A ldscripts/hppa.ld
    A ldscripts/i386.ld
    A ldscripts/ia64.ld
    A ldscripts/m68k.ld
    A ldscripts/mips.ld
    A ldscripts/ppc.ld
    A ldscripts/ppc64.ld
    A ldscripts/s390.ld
    A ldscripts/sparc.ld
    A ldscripts/sparc64.ld
    A ldscripts/x86_64.ld
    M libcacard/Makefile
    M libcacard/event.c
    M libcacard/vcard.c
    M libcacard/vcard_emul_nss.c
    M libcacard/vreader.c
    M libcacard/vscclient.c
    R libfdt_env.h
    R linux-aio.c
    M linux-headers/asm-powerpc/kvm_para.h
    M linux-headers/asm-s390/kvm.h
    M linux-headers/asm-s390/kvm_para.h
    M linux-headers/asm-x86/kvm.h
    M linux-headers/asm-x86/kvm_para.h
    M linux-headers/linux/kvm.h
    M linux-headers/linux/kvm_para.h
    A linux-headers/linux/vfio.h
    M linux-headers/linux/virtio_config.h
    M linux-headers/linux/virtio_ring.h
    M linux-user/alpha/target_signal.h
    M linux-user/arm/nwfpe/double_cpdo.c
    M linux-user/arm/nwfpe/extended_cpdo.c
    M linux-user/arm/nwfpe/fpa11.h
    M linux-user/arm/nwfpe/fpa11_cpdt.c
    M linux-user/arm/nwfpe/fpa11_cprt.c
    M linux-user/arm/nwfpe/fpopcode.c
    M linux-user/arm/nwfpe/single_cpdo.c
    M linux-user/arm/syscall_nr.h
    M linux-user/cris/syscall.h
    M linux-user/elfload.c
    M linux-user/i386/syscall_nr.h
    M linux-user/linuxload.c
    M linux-user/main.c
    M linux-user/microblaze/syscall.h
    R linux-user/qemu-types.h
    M linux-user/qemu.h
    M linux-user/signal.c
    M linux-user/sparc/syscall_nr.h
    M linux-user/strace.list
    M linux-user/syscall.c
    M linux-user/syscall_defs.h
    M linux-user/unicore32/syscall_nr.h
    R lm32-dis.c
    R m68k-dis.c
    R m68k.ld
    M main-loop.c
    R main-loop.h
    M memory.c
    R memory.h
    M memory_mapping-stub.c
    M memory_mapping.c
    R memory_mapping.h
    R microblaze-dis.c
    M migration-exec.c
    M migration-fd.c
    M migration-tcp.c
    M migration-unix.c
    M migration.c
    R migration.h
    R mips-dis.c
    R mips.ld
    M module.c
    R module.h
    M monitor.c
    R monitor.h
    M nbd.c
    R nbd.h
    R net.c
    R net.h
    M net/Makefile.objs
    R net/checksum.h
    A net/clients.h
    M net/dump.c
    R net/dump.h
    M net/hub.c
    M net/hub.h
    A net/net.c
    M net/queue.c
    R net/queue.h
    M net/slirp.c
    R net/slirp.h
    M net/socket.c
    R net/socket.h
    M net/tap-aix.c
    M net/tap-bsd.c
    M net/tap-haiku.c
    M net/tap-linux.c
    M net/tap-linux.h
    M net/tap-solaris.c
    M net/tap-win32.c
    M net/tap.c
    R net/tap.h
    A net/tap_int.h
    M net/util.c
    M net/vde.c
    R net/vde.h
    M notify.c
    R notify.h
    M os-posix.c
    M os-win32.c
    M osdep.c
    R osdep.h
    M oslib-posix.c
    M oslib-win32.c
    M page_cache.c
    M pc-bios/README
    A pc-bios/acpi-dsdt.aml
    M pc-bios/bios.bin
    M pc-bios/multiboot.bin
    M pc-bios/openbios-ppc
    M pc-bios/openbios-sparc32
    M pc-bios/openbios-sparc64
    M pc-bios/optionrom/multiboot.S
    A pc-bios/q35-acpi-dsdt.aml
    M pc-bios/slof.bin
    R pflib.c
    R pflib.h
    A pixman
    R poison.h
    R posix-aio-compat.c
    R ppc-dis.c
    R ppc.ld
    R ppc64.ld
    R qapi-schema-guest.json
    M qapi-schema.json
    M qapi/Makefile.objs
    M qapi/opts-visitor.c
    R qapi/opts-visitor.h
    M qapi/qapi-dealloc-visitor.c
    R qapi/qapi-dealloc-visitor.h
    R qapi/qapi-types-core.h
    M qapi/qapi-visit-core.c
    R qapi/qapi-visit-core.h
    R qapi/qapi-visit-impl.h
    R qapi/qmp-core.h
    M qapi/qmp-dispatch.c
    M qapi/qmp-input-visitor.c
    R qapi/qmp-input-visitor.h
    M qapi/qmp-output-visitor.c
    R qapi/qmp-output-visitor.h
    M qapi/qmp-registry.c
    M qapi/string-input-visitor.c
    R qapi/string-input-visitor.h
    M qapi/string-output-visitor.c
    R qapi/string-output-visitor.h
    M qbool.c
    R qbool.h
    M qdict.c
    R qdict.h
    R qemu-aio.h
    R qemu-barrier.h
    M qemu-bridge-helper.c
    M qemu-char.c
    R qemu-char.h
    R qemu-common.h
    M qemu-config.c
    R qemu-config.h
    R qemu-coroutine-int.h
    M qemu-coroutine-io.c
    M qemu-coroutine-lock.c
    M qemu-coroutine-sleep.c
    M qemu-coroutine.c
    R qemu-coroutine.h
    M qemu-doc.texi
    M qemu-error.c
    R qemu-error.h
    R qemu-file.h
    R qemu-ga.c
    M qemu-img-cmds.hx
    M qemu-img.c
    M qemu-img.texi
    M qemu-io.c
    R qemu-lock.h
    M qemu-log.c
    R qemu-log.h
    M qemu-nbd.c
    R qemu-objects.h
    R qemu-option-internal.h
    M qemu-option.c
    R qemu-option.h
    M qemu-options.hx
    R qemu-os-posix.h
    R qemu-os-win32.h
    M qemu-progress.c
    R qemu-queue.h
    A qemu-seccomp.c
    M qemu-sockets.c
    M qemu-tech.texi
    M qemu-thread-posix.c
    R qemu-thread-posix.h
    M qemu-thread-win32.c
    R qemu-thread-win32.h
    R qemu-thread.h
    M qemu-timer-common.c
    M qemu-timer.c
    R qemu-timer.h
    R qemu-tls.h
    M qemu-tool.c
    M qemu-user.c
    R qemu-x509.h
    R qemu-xattr.h
    R qemu_socket.h
    M qerror.c
    R qerror.h
    M qfloat.c
    R qfloat.h
    M qga/Makefile.objs
    M qga/channel-posix.c
    M qga/commands-posix.c
    M qga/commands-win32.c
    M qga/commands.c
    M qga/guest-agent-core.h
    A qga/main.c
    A qga/qapi-schema.json
    M qint.c
    R qint.h
    M qjson.c
    R qjson.h
    M qlist.c
    R qlist.h
    M qmp-commands.hx
    M qmp.c
    R qobject.h
    M qom/container.c
    M qom/cpu.c
    M qom/object.c
    M qom/qom-qobject.c
    M qstring.c
    R qstring.h
    M qtest.c
    R qtest.h
    R range.h
    M readline.c
    R readline.h
    M roms/Makefile
    M roms/SLOF
    M roms/openbios
    M roms/seabios
    M rules.mak
    R s390-dis.c
    R s390.ld
    M savevm.c
    M scripts/checkpatch.pl
    M scripts/feature_to_c.sh
    M scripts/get_maintainer.pl
    M scripts/kvm/kvm_stat
    M scripts/qapi-commands.py
    M scripts/qapi-types.py
    M scripts/qapi-visit.py
    M scripts/qapi.py
    A scripts/qemu-guest-agent/fsfreeze-hook
    A scripts/qemu-guest-agent/fsfreeze-hook.d/mysql-flush.sh.sample
    M scripts/tracetool/backend/dtrace.py
    M scripts/tracetool/format/h.py
    M scripts/update-linux-headers.sh
    R sh4-dis.c
    M slirp/Makefile.objs
    M slirp/arp_table.c
    M slirp/bootp.c
    M slirp/bootp.h
    A slirp/dnssearch.c
    M slirp/if.c
    M slirp/ip_icmp.c
    M slirp/ip_icmp.h
    M slirp/ip_input.c
    M slirp/libslirp.h
    M slirp/main.h
    M slirp/misc.c
    M slirp/misc.h
    M slirp/sbuf.c
    M slirp/slirp.c
    M slirp/slirp.h
    M slirp/tcp_input.c
    M slirp/tcp_subr.c
    M slirp/tftp.c
    M slirp/tftp.h
    M slirp/udp.c
    R softmmu-semi.h
    R softmmu_defs.h
    R softmmu_exec.h
    R softmmu_header.h
    R softmmu_template.h
    R sparc-dis.c
    R sparc.ld
    R sparc64.ld
    M spice-qemu-char.c
    A stubs/Makefile.objs
    A stubs/arch-query-cpu-def.c
    A stubs/fd-register.c
    A stubs/fdset-add-fd.c
    A stubs/fdset-find-fd.c
    A stubs/fdset-get-fd.c
    A stubs/fdset-remove-fd.c
    A stubs/get-fd.c
    A stubs/reset.c
    A stubs/set-fd-handler.c
    A stubs/sysbus.c
    A stubs/vmstate.c
    R sysconfigs/target/cpus-x86_64.conf
    R sysemu.h
    M target-alpha/cpu-qom.h
    M target-alpha/cpu.c
    M target-alpha/cpu.h
    M target-alpha/fpu_helper.c
    M target-alpha/helper.c
    M target-alpha/helper.h
    M target-alpha/int_helper.c
    M target-alpha/mem_helper.c
    M target-alpha/sys_helper.c
    M target-alpha/translate.c
    M target-arm/Makefile.objs
    M target-arm/arm-semi.c
    M target-arm/cpu-qom.h
    M target-arm/cpu.c
    M target-arm/cpu.h
    M target-arm/helper.c
    M target-arm/helper.h
    M target-arm/iwmmxt_helper.c
    M target-arm/neon_helper.c
    M target-arm/op_helper.c
    M target-arm/translate.c
    M target-cris/Makefile.objs
    M target-cris/cpu-qom.h
    M target-cris/cpu.h
    M target-cris/crisv32-decode.h
    M target-cris/helper.c
    M target-cris/helper.h
    M target-cris/op_helper.c
    M target-cris/translate.c
    M target-cris/translate_v10.c
    M target-i386/arch_dump.c
    M target-i386/arch_memory_mapping.c
    M target-i386/cc_helper.c
    M target-i386/cpu-qom.h
    M target-i386/cpu.c
    M target-i386/cpu.h
    M target-i386/excp_helper.c
    M target-i386/fpu_helper.c
    M target-i386/helper.c
    M target-i386/helper.h
    M target-i386/int_helper.c
    M target-i386/ioport-user.c
    M target-i386/kvm.c
    M target-i386/kvm_i386.h
    M target-i386/machine.c
    M target-i386/mem_helper.c
    M target-i386/misc_helper.c
    M target-i386/seg_helper.c
    M target-i386/smm_helper.c
    M target-i386/svm_helper.c
    M target-i386/translate.c
    M target-lm32/Makefile.objs
    M target-lm32/cpu-qom.h
    M target-lm32/cpu.h
    M target-lm32/helper.c
    M target-lm32/helper.h
    M target-lm32/op_helper.c
    M target-lm32/translate.c
    M target-m68k/Makefile.objs
    M target-m68k/cpu-qom.h
    M target-m68k/cpu.h
    M target-m68k/helper.c
    M target-m68k/helpers.h
    M target-m68k/m68k-semi.c
    M target-m68k/op_helper.c
    M target-m68k/translate.c
    M target-microblaze/Makefile.objs
    M target-microblaze/cpu-qom.h
    M target-microblaze/cpu.h
    M target-microblaze/helper.c
    M target-microblaze/helper.h
    M target-microblaze/op_helper.c
    M target-microblaze/translate.c
    M target-mips/Makefile.objs
    M target-mips/TODO
    M target-mips/cpu-qom.h
    M target-mips/cpu.h
    A target-mips/dsp_helper.c
    M target-mips/helper.c
    M target-mips/helper.h
    A target-mips/lmi_helper.c
    M target-mips/op_helper.c
    M target-mips/translate.c
    M target-mips/translate_init.c
    M target-openrisc/cpu.h
    M target-openrisc/helper.h
    M target-openrisc/int_helper.c
    M target-openrisc/interrupt.c
    M target-openrisc/mmu.c
    M target-openrisc/mmu_helper.c
    M target-openrisc/translate.c
    M target-ppc/cpu-qom.h
    M target-ppc/cpu.h
    M target-ppc/excp_helper.c
    M target-ppc/helper.c
    M target-ppc/helper.h
    M target-ppc/int_helper.c
    M target-ppc/kvm.c
    M target-ppc/kvm_ppc.c
    M target-ppc/kvm_ppc.h
    M target-ppc/machine.c
    M target-ppc/mem_helper.c
    M target-ppc/mmu_helper.c
    M target-ppc/translate.c
    M target-ppc/translate_init.c
    M target-s390x/Makefile.objs
    A target-s390x/cc_helper.c
    M target-s390x/cpu-qom.h
    M target-s390x/cpu.c
    M target-s390x/cpu.h
    A target-s390x/fpu_helper.c
    M target-s390x/helper.c
    M target-s390x/helper.h
    A target-s390x/int_helper.c
    A target-s390x/interrupt.c
    M target-s390x/kvm.c
    A target-s390x/mem_helper.c
    A target-s390x/misc_helper.c
    R target-s390x/op_helper.c
    M target-s390x/translate.c
    M target-sh4/Makefile.objs
    M target-sh4/cpu-qom.h
    M target-sh4/cpu.h
    M target-sh4/helper.c
    M target-sh4/helper.h
    M target-sh4/op_helper.c
    M target-sh4/translate.c
    M target-sparc/Makefile.objs
    M target-sparc/cpu-qom.h
    M target-sparc/cpu.c
    M target-sparc/cpu.h
    M target-sparc/fop_helper.c
    M target-sparc/helper.c
    M target-sparc/helper.h
    M target-sparc/int32_helper.c
    M target-sparc/int64_helper.c
    M target-sparc/ldst_helper.c
    M target-sparc/machine.c
    M target-sparc/mmu_helper.c
    M target-sparc/translate.c
    M target-unicore32/Makefile.objs
    M target-unicore32/cpu-qom.h
    M target-unicore32/cpu.c
    M target-unicore32/cpu.h
    M target-unicore32/helper.c
    M target-unicore32/helper.h
    M target-unicore32/op_helper.c
    M target-unicore32/softmmu.c
    M target-unicore32/translate.c
    M target-xtensa/core-dc232b.c
    M target-xtensa/core-dc233c.c
    M target-xtensa/core-fsf.c
    M target-xtensa/cpu-qom.h
    M target-xtensa/cpu.c
    M target-xtensa/cpu.h
    M target-xtensa/helper.c
    M target-xtensa/helper.h
    M target-xtensa/op_helper.c
    M target-xtensa/overlay_tool.h
    M target-xtensa/translate.c
    M target-xtensa/xtensa-semi.c
    R targphys.h
    M tcg/README
    M tcg/arm/tcg-target.c
    M tcg/arm/tcg-target.h
    M tcg/hppa/tcg-target.c
    M tcg/hppa/tcg-target.h
    M tcg/i386/tcg-target.c
    M tcg/i386/tcg-target.h
    M tcg/ia64/tcg-target.c
    M tcg/ia64/tcg-target.h
    M tcg/mips/tcg-target.c
    M tcg/mips/tcg-target.h
    M tcg/optimize.c
    M tcg/ppc/tcg-target.c
    M tcg/ppc/tcg-target.h
    M tcg/ppc64/tcg-target.c
    M tcg/ppc64/tcg-target.h
    M tcg/s390/tcg-target.c
    M tcg/s390/tcg-target.h
    M tcg/sparc/tcg-target.c
    M tcg/sparc/tcg-target.h
    M tcg/tcg-op.h
    M tcg/tcg-opc.h
    M tcg/tcg.c
    M tcg/tcg.h
    M tcg/tci/tcg-target.c
    M tcg/tci/tcg-target.h
    R tci-dis.c
    M tci.c
    M tests/Makefile
    M tests/check-qdict.c
    M tests/check-qfloat.c
    M tests/check-qint.c
    M tests/check-qjson.c
    M tests/check-qlist.c
    M tests/check-qstring.c
    M tests/fdc-test.c
    M tests/libqtest.c
    M tests/m48t59-test.c
    M tests/qemu-iotests/030
    M tests/qemu-iotests/030.out
    A tests/qemu-iotests/040
    A tests/qemu-iotests/040.out
    A tests/qemu-iotests/041
    A tests/qemu-iotests/041.out
    A tests/qemu-iotests/042
    A tests/qemu-iotests/042.out
    A tests/qemu-iotests/043
    A tests/qemu-iotests/043.out
    A tests/qemu-iotests/044
    A tests/qemu-iotests/044.out
    A tests/qemu-iotests/045
    A tests/qemu-iotests/045.out
    A tests/qemu-iotests/046
    A tests/qemu-iotests/046.out
    M tests/qemu-iotests/common
    M tests/qemu-iotests/common.config
    M tests/qemu-iotests/common.rc
    M tests/qemu-iotests/group
    M tests/qemu-iotests/iotests.py
    M tests/qemu-iotests/qcow2.py
    M tests/rtc-test.c
    M tests/tcg/Makefile
    M tests/tcg/cris/crisutils.h
    M tests/tcg/hello-i386.c
    M tests/tcg/linux-test.c
    A tests/tcg/mips/mips32-dsp/Makefile
    A tests/tcg/mips/mips32-dsp/absq_s_ph.c
    A tests/tcg/mips/mips32-dsp/absq_s_w.c
    A tests/tcg/mips/mips32-dsp/addq_ph.c
    A tests/tcg/mips/mips32-dsp/addq_s_ph.c
    A tests/tcg/mips/mips32-dsp/addq_s_w.c
    A tests/tcg/mips/mips32-dsp/addsc.c
    A tests/tcg/mips/mips32-dsp/addu_qb.c
    A tests/tcg/mips/mips32-dsp/addu_s_qb.c
    A tests/tcg/mips/mips32-dsp/addwc.c
    A tests/tcg/mips/mips32-dsp/bitrev.c
    A tests/tcg/mips/mips32-dsp/bposge32.c
    A tests/tcg/mips/mips32-dsp/cmp_eq_ph.c
    A tests/tcg/mips/mips32-dsp/cmp_le_ph.c
    A tests/tcg/mips/mips32-dsp/cmp_lt_ph.c
    A tests/tcg/mips/mips32-dsp/cmpgu_eq_qb.c
    A tests/tcg/mips/mips32-dsp/cmpgu_le_qb.c
    A tests/tcg/mips/mips32-dsp/cmpgu_lt_qb.c
    A tests/tcg/mips/mips32-dsp/cmpu_eq_qb.c
    A tests/tcg/mips/mips32-dsp/cmpu_le_qb.c
    A tests/tcg/mips/mips32-dsp/cmpu_lt_qb.c
    A tests/tcg/mips/mips32-dsp/dpaq_s_w_ph.c
    A tests/tcg/mips/mips32-dsp/dpaq_sa_l_w.c
    A tests/tcg/mips/mips32-dsp/dpau_h_qbl.c
    A tests/tcg/mips/mips32-dsp/dpau_h_qbr.c
    A tests/tcg/mips/mips32-dsp/dpsq_s_w_ph.c
    A tests/tcg/mips/mips32-dsp/dpsq_sa_l_w.c
    A tests/tcg/mips/mips32-dsp/dpsu_h_qbl.c
    A tests/tcg/mips/mips32-dsp/dpsu_h_qbr.c
    A tests/tcg/mips/mips32-dsp/extp.c
    A tests/tcg/mips/mips32-dsp/extpdp.c
    A tests/tcg/mips/mips32-dsp/extpdpv.c
    A tests/tcg/mips/mips32-dsp/extpv.c
    A tests/tcg/mips/mips32-dsp/extr_r_w.c
    A tests/tcg/mips/mips32-dsp/extr_rs_w.c
    A tests/tcg/mips/mips32-dsp/extr_s_h.c
    A tests/tcg/mips/mips32-dsp/extr_w.c
    A tests/tcg/mips/mips32-dsp/extrv_r_w.c
    A tests/tcg/mips/mips32-dsp/extrv_rs_w.c
    A tests/tcg/mips/mips32-dsp/extrv_s_h.c
    A tests/tcg/mips/mips32-dsp/extrv_w.c
    A tests/tcg/mips/mips32-dsp/insv.c
    A tests/tcg/mips/mips32-dsp/lbux.c
    A tests/tcg/mips/mips32-dsp/lhx.c
    A tests/tcg/mips/mips32-dsp/lwx.c
    A tests/tcg/mips/mips32-dsp/madd.c
    A tests/tcg/mips/mips32-dsp/maddu.c
    A tests/tcg/mips/mips32-dsp/main.c
    A tests/tcg/mips/mips32-dsp/maq_s_w_phl.c
    A tests/tcg/mips/mips32-dsp/maq_s_w_phr.c
    A tests/tcg/mips/mips32-dsp/maq_sa_w_phl.c
    A tests/tcg/mips/mips32-dsp/maq_sa_w_phr.c
    A tests/tcg/mips/mips32-dsp/mfhi.c
    A tests/tcg/mips/mips32-dsp/mflo.c
    A tests/tcg/mips/mips32-dsp/modsub.c
    A tests/tcg/mips/mips32-dsp/msub.c
    A tests/tcg/mips/mips32-dsp/msubu.c
    A tests/tcg/mips/mips32-dsp/mthi.c
    A tests/tcg/mips/mips32-dsp/mthlip.c
    A tests/tcg/mips/mips32-dsp/mtlo.c
    A tests/tcg/mips/mips32-dsp/muleq_s_w_phl.c
    A tests/tcg/mips/mips32-dsp/muleq_s_w_phr.c
    A tests/tcg/mips/mips32-dsp/muleu_s_ph_qbl.c
    A tests/tcg/mips/mips32-dsp/muleu_s_ph_qbr.c
    A tests/tcg/mips/mips32-dsp/mulq_rs_ph.c
    A tests/tcg/mips/mips32-dsp/mult.c
    A tests/tcg/mips/mips32-dsp/multu.c
    A tests/tcg/mips/mips32-dsp/packrl_ph.c
    A tests/tcg/mips/mips32-dsp/pick_ph.c
    A tests/tcg/mips/mips32-dsp/pick_qb.c
    A tests/tcg/mips/mips32-dsp/preceq_w_phl.c
    A tests/tcg/mips/mips32-dsp/preceq_w_phr.c
    A tests/tcg/mips/mips32-dsp/precequ_ph_qbl.c
    A tests/tcg/mips/mips32-dsp/precequ_ph_qbla.c
    A tests/tcg/mips/mips32-dsp/precequ_ph_qbr.c
    A tests/tcg/mips/mips32-dsp/precequ_ph_qbra.c
    A tests/tcg/mips/mips32-dsp/preceu_ph_qbl.c
    A tests/tcg/mips/mips32-dsp/preceu_ph_qbla.c
    A tests/tcg/mips/mips32-dsp/preceu_ph_qbr.c
    A tests/tcg/mips/mips32-dsp/preceu_ph_qbra.c
    A tests/tcg/mips/mips32-dsp/precrq_ph_w.c
    A tests/tcg/mips/mips32-dsp/precrq_qb_ph.c
    A tests/tcg/mips/mips32-dsp/precrq_rs_ph_w.c
    A tests/tcg/mips/mips32-dsp/precrqu_s_qb_ph.c
    A tests/tcg/mips/mips32-dsp/raddu_w_qb.c
    A tests/tcg/mips/mips32-dsp/rddsp.c
    A tests/tcg/mips/mips32-dsp/repl_ph.c
    A tests/tcg/mips/mips32-dsp/repl_qb.c
    A tests/tcg/mips/mips32-dsp/replv_ph.c
    A tests/tcg/mips/mips32-dsp/replv_qb.c
    A tests/tcg/mips/mips32-dsp/shilo.c
    A tests/tcg/mips/mips32-dsp/shilov.c
    A tests/tcg/mips/mips32-dsp/shll_ph.c
    A tests/tcg/mips/mips32-dsp/shll_qb.c
    A tests/tcg/mips/mips32-dsp/shll_s_ph.c
    A tests/tcg/mips/mips32-dsp/shll_s_w.c
    A tests/tcg/mips/mips32-dsp/shllv_ph.c
    A tests/tcg/mips/mips32-dsp/shllv_qb.c
    A tests/tcg/mips/mips32-dsp/shllv_s_ph.c
    A tests/tcg/mips/mips32-dsp/shllv_s_w.c
    A tests/tcg/mips/mips32-dsp/shra_ph.c
    A tests/tcg/mips/mips32-dsp/shra_r_ph.c
    A tests/tcg/mips/mips32-dsp/shra_r_w.c
    A tests/tcg/mips/mips32-dsp/shrav_ph.c
    A tests/tcg/mips/mips32-dsp/shrav_r_ph.c
    A tests/tcg/mips/mips32-dsp/shrav_r_w.c
    A tests/tcg/mips/mips32-dsp/shrl_qb.c
    A tests/tcg/mips/mips32-dsp/shrlv_qb.c
    A tests/tcg/mips/mips32-dsp/subq_ph.c
    A tests/tcg/mips/mips32-dsp/subq_s_ph.c
    A tests/tcg/mips/mips32-dsp/subq_s_w.c
    A tests/tcg/mips/mips32-dsp/subu_qb.c
    A tests/tcg/mips/mips32-dsp/subu_s_qb.c
    A tests/tcg/mips/mips32-dsp/wrdsp.c
    A tests/tcg/mips/mips32-dspr2/Makefile
    A tests/tcg/mips/mips32-dspr2/absq_s_qb.c
    A tests/tcg/mips/mips32-dspr2/addqh_ph.c
    A tests/tcg/mips/mips32-dspr2/addqh_r_ph.c
    A tests/tcg/mips/mips32-dspr2/addqh_r_w.c
    A tests/tcg/mips/mips32-dspr2/addqh_w.c
    A tests/tcg/mips/mips32-dspr2/addu_ph.c
    A tests/tcg/mips/mips32-dspr2/addu_s_ph.c
    A tests/tcg/mips/mips32-dspr2/adduh_qb.c
    A tests/tcg/mips/mips32-dspr2/adduh_r_qb.c
    A tests/tcg/mips/mips32-dspr2/append.c
    A tests/tcg/mips/mips32-dspr2/balign.c
    A tests/tcg/mips/mips32-dspr2/cmpgdu_eq_qb.c
    A tests/tcg/mips/mips32-dspr2/cmpgdu_le_qb.c
    A tests/tcg/mips/mips32-dspr2/cmpgdu_lt_qb.c
    A tests/tcg/mips/mips32-dspr2/dpa_w_ph.c
    A tests/tcg/mips/mips32-dspr2/dpaqx_s_w_ph.c
    A tests/tcg/mips/mips32-dspr2/dpaqx_sa_w_ph.c
    A tests/tcg/mips/mips32-dspr2/dpax_w_ph.c
    A tests/tcg/mips/mips32-dspr2/dps_w_ph.c
    A tests/tcg/mips/mips32-dspr2/dpsqx_s_w_ph.c
    A tests/tcg/mips/mips32-dspr2/dpsqx_sa_w_ph.c
    A tests/tcg/mips/mips32-dspr2/dpsx_w_ph.c
    A tests/tcg/mips/mips32-dspr2/mul_ph.c
    A tests/tcg/mips/mips32-dspr2/mul_s_ph.c
    A tests/tcg/mips/mips32-dspr2/mulq_rs_w.c
    A tests/tcg/mips/mips32-dspr2/mulq_s_ph.c
    A tests/tcg/mips/mips32-dspr2/mulq_s_w.c
    A tests/tcg/mips/mips32-dspr2/mulsa_w_ph.c
    A tests/tcg/mips/mips32-dspr2/mulsaq_s_w_ph.c
    A tests/tcg/mips/mips32-dspr2/precr_qb_ph.c
    A tests/tcg/mips/mips32-dspr2/precr_sra_ph_w.c
    A tests/tcg/mips/mips32-dspr2/precr_sra_r_ph_w.c
    A tests/tcg/mips/mips32-dspr2/prepend.c
    A tests/tcg/mips/mips32-dspr2/shra_qb.c
    A tests/tcg/mips/mips32-dspr2/shra_r_qb.c
    A tests/tcg/mips/mips32-dspr2/shrav_qb.c
    A tests/tcg/mips/mips32-dspr2/shrav_r_qb.c
    A tests/tcg/mips/mips32-dspr2/shrl_ph.c
    A tests/tcg/mips/mips32-dspr2/shrlv_ph.c
    A tests/tcg/mips/mips32-dspr2/subqh_ph.c
    A tests/tcg/mips/mips32-dspr2/subqh_r_ph.c
    A tests/tcg/mips/mips32-dspr2/subqh_r_w.c
    A tests/tcg/mips/mips32-dspr2/subqh_w.c
    A tests/tcg/mips/mips32-dspr2/subu_ph.c
    A tests/tcg/mips/mips32-dspr2/subu_s_ph.c
    A tests/tcg/mips/mips32-dspr2/subuh_qb.c
    A tests/tcg/mips/mips32-dspr2/subuh_r_qb.c
    A tests/tcg/mips/mips64-dsp/Makefile
    A tests/tcg/mips/mips64-dsp/absq_s_ob.c
    A tests/tcg/mips/mips64-dsp/absq_s_ph.c
    A tests/tcg/mips/mips64-dsp/absq_s_pw.c
    A tests/tcg/mips/mips64-dsp/absq_s_qh.c
    A tests/tcg/mips/mips64-dsp/absq_s_w.c
    A tests/tcg/mips/mips64-dsp/addq_ph.c
    A tests/tcg/mips/mips64-dsp/addq_pw.c
    A tests/tcg/mips/mips64-dsp/addq_qh.c
    A tests/tcg/mips/mips64-dsp/addq_s_ph.c
    A tests/tcg/mips/mips64-dsp/addq_s_pw.c
    A tests/tcg/mips/mips64-dsp/addq_s_qh.c
    A tests/tcg/mips/mips64-dsp/addq_s_w.c
    A tests/tcg/mips/mips64-dsp/addsc.c
    A tests/tcg/mips/mips64-dsp/addu_ob.c
    A tests/tcg/mips/mips64-dsp/addu_qb.c
    A tests/tcg/mips/mips64-dsp/addu_s_ob.c
    A tests/tcg/mips/mips64-dsp/addu_s_qb.c
    A tests/tcg/mips/mips64-dsp/addwc.c
    A tests/tcg/mips/mips64-dsp/bitrev.c
    A tests/tcg/mips/mips64-dsp/bposge32.c
    A tests/tcg/mips/mips64-dsp/bposge64.c
    A tests/tcg/mips/mips64-dsp/cmp_eq_ph.c
    A tests/tcg/mips/mips64-dsp/cmp_eq_pw.c
    A tests/tcg/mips/mips64-dsp/cmp_eq_qh.c
    A tests/tcg/mips/mips64-dsp/cmp_le_ph.c
    A tests/tcg/mips/mips64-dsp/cmp_le_pw.c
    A tests/tcg/mips/mips64-dsp/cmp_le_qh.c
    A tests/tcg/mips/mips64-dsp/cmp_lt_ph.c
    A tests/tcg/mips/mips64-dsp/cmp_lt_pw.c
    A tests/tcg/mips/mips64-dsp/cmp_lt_qh.c
    A tests/tcg/mips/mips64-dsp/cmpgu_eq_ob.c
    A tests/tcg/mips/mips64-dsp/cmpgu_eq_qb.c
    A tests/tcg/mips/mips64-dsp/cmpgu_le_ob.c
    A tests/tcg/mips/mips64-dsp/cmpgu_le_qb.c
    A tests/tcg/mips/mips64-dsp/cmpgu_lt_ob.c
    A tests/tcg/mips/mips64-dsp/cmpgu_lt_qb.c
    A tests/tcg/mips/mips64-dsp/cmpu_eq_ob.c
    A tests/tcg/mips/mips64-dsp/cmpu_eq_qb.c
    A tests/tcg/mips/mips64-dsp/cmpu_le_ob.c
    A tests/tcg/mips/mips64-dsp/cmpu_le_qb.c
    A tests/tcg/mips/mips64-dsp/cmpu_lt_ob.c
    A tests/tcg/mips/mips64-dsp/cmpu_lt_qb.c
    A tests/tcg/mips/mips64-dsp/dappend.c
    A tests/tcg/mips/mips64-dsp/dextp.c
    A tests/tcg/mips/mips64-dsp/dextpdp.c
    A tests/tcg/mips/mips64-dsp/dextpdpv.c
    A tests/tcg/mips/mips64-dsp/dextpv.c
    A tests/tcg/mips/mips64-dsp/dextr_l.c
    A tests/tcg/mips/mips64-dsp/dextr_r_l.c
    A tests/tcg/mips/mips64-dsp/dextr_r_w.c
    A tests/tcg/mips/mips64-dsp/dextr_rs_l.c
    A tests/tcg/mips/mips64-dsp/dextr_rs_w.c
    A tests/tcg/mips/mips64-dsp/dextr_s_h.c
    A tests/tcg/mips/mips64-dsp/dextr_w.c
    A tests/tcg/mips/mips64-dsp/dextrv_l.c
    A tests/tcg/mips/mips64-dsp/dextrv_r_l.c
    A tests/tcg/mips/mips64-dsp/dextrv_r_w.c
    A tests/tcg/mips/mips64-dsp/dextrv_rs_l.c
    A tests/tcg/mips/mips64-dsp/dextrv_rs_w.c
    A tests/tcg/mips/mips64-dsp/dextrv_s_h.c
    A tests/tcg/mips/mips64-dsp/dextrv_w.c
    A tests/tcg/mips/mips64-dsp/dinsv.c
    A tests/tcg/mips/mips64-dsp/dmadd.c
    A tests/tcg/mips/mips64-dsp/dmaddu.c
    A tests/tcg/mips/mips64-dsp/dmsub.c
    A tests/tcg/mips/mips64-dsp/dmsubu.c
    A tests/tcg/mips/mips64-dsp/dmthlip.c
    A tests/tcg/mips/mips64-dsp/dpaq_s_w_ph.c
    A tests/tcg/mips/mips64-dsp/dpaq_s_w_qh.c
    A tests/tcg/mips/mips64-dsp/dpaq_sa_l_pw.c
    A tests/tcg/mips/mips64-dsp/dpaq_sa_l_w.c
    A tests/tcg/mips/mips64-dsp/dpau_h_obl.c
    A tests/tcg/mips/mips64-dsp/dpau_h_obr.c
    A tests/tcg/mips/mips64-dsp/dpau_h_qbl.c
    A tests/tcg/mips/mips64-dsp/dpau_h_qbr.c
    A tests/tcg/mips/mips64-dsp/dpsq_s_w_ph.c
    A tests/tcg/mips/mips64-dsp/dpsq_s_w_qh.c
    A tests/tcg/mips/mips64-dsp/dpsq_sa_l_pw.c
    A tests/tcg/mips/mips64-dsp/dpsq_sa_l_w.c
    A tests/tcg/mips/mips64-dsp/dpsu_h_obl.c
    A tests/tcg/mips/mips64-dsp/dpsu_h_obr.c
    A tests/tcg/mips/mips64-dsp/dpsu_h_qbl.c
    A tests/tcg/mips/mips64-dsp/dpsu_h_qbr.c
    A tests/tcg/mips/mips64-dsp/dshilo.c
    A tests/tcg/mips/mips64-dsp/dshilov.c
    A tests/tcg/mips/mips64-dsp/extp.c
    A tests/tcg/mips/mips64-dsp/extpdp.c
    A tests/tcg/mips/mips64-dsp/extpdpv.c
    A tests/tcg/mips/mips64-dsp/extpv.c
    A tests/tcg/mips/mips64-dsp/extr_r_w.c
    A tests/tcg/mips/mips64-dsp/extr_rs_w.c
    A tests/tcg/mips/mips64-dsp/extr_s_h.c
    A tests/tcg/mips/mips64-dsp/extr_w.c
    A tests/tcg/mips/mips64-dsp/extrv_r_w.c
    A tests/tcg/mips/mips64-dsp/extrv_rs_w.c
    A tests/tcg/mips/mips64-dsp/extrv_s_h.c
    A tests/tcg/mips/mips64-dsp/extrv_w.c
    A tests/tcg/mips/mips64-dsp/head.S
    A tests/tcg/mips/mips64-dsp/insv.c
    A tests/tcg/mips/mips64-dsp/io.h
    A tests/tcg/mips/mips64-dsp/lbux.c
    A tests/tcg/mips/mips64-dsp/ldx.c
    A tests/tcg/mips/mips64-dsp/lhx.c
    A tests/tcg/mips/mips64-dsp/lwx.c
    A tests/tcg/mips/mips64-dsp/madd.c
    A tests/tcg/mips/mips64-dsp/maddu.c
    A tests/tcg/mips/mips64-dsp/maq_s_l_pwl.c
    A tests/tcg/mips/mips64-dsp/maq_s_l_pwr.c
    A tests/tcg/mips/mips64-dsp/maq_s_w_phl.c
    A tests/tcg/mips/mips64-dsp/maq_s_w_phr.c
    A tests/tcg/mips/mips64-dsp/maq_s_w_qhll.c
    A tests/tcg/mips/mips64-dsp/maq_s_w_qhlr.c
    A tests/tcg/mips/mips64-dsp/maq_s_w_qhrl.c
    A tests/tcg/mips/mips64-dsp/maq_s_w_qhrr.c
    A tests/tcg/mips/mips64-dsp/maq_sa_w_phl.c
    A tests/tcg/mips/mips64-dsp/maq_sa_w_phr.c
    A tests/tcg/mips/mips64-dsp/maq_sa_w_qhll.c
    A tests/tcg/mips/mips64-dsp/maq_sa_w_qhlr.c
    A tests/tcg/mips/mips64-dsp/maq_sa_w_qhrl.c
    A tests/tcg/mips/mips64-dsp/maq_sa_w_qhrr.c
    A tests/tcg/mips/mips64-dsp/mfhi.c
    A tests/tcg/mips/mips64-dsp/mflo.c
    A tests/tcg/mips/mips64-dsp/mips_boot.lds
    A tests/tcg/mips/mips64-dsp/modsub.c
    A tests/tcg/mips/mips64-dsp/msub.c
    A tests/tcg/mips/mips64-dsp/msubu.c
    A tests/tcg/mips/mips64-dsp/mthi.c
    A tests/tcg/mips/mips64-dsp/mthlip.c
    A tests/tcg/mips/mips64-dsp/mtlo.c
    A tests/tcg/mips/mips64-dsp/muleq_s_pw_qhl.c
    A tests/tcg/mips/mips64-dsp/muleq_s_pw_qhr.c
    A tests/tcg/mips/mips64-dsp/muleq_s_w_phl.c
    A tests/tcg/mips/mips64-dsp/muleq_s_w_phr.c
    A tests/tcg/mips/mips64-dsp/muleu_s_ph_qbl.c
    A tests/tcg/mips/mips64-dsp/muleu_s_ph_qbr.c
    A tests/tcg/mips/mips64-dsp/muleu_s_qh_obl.c
    A tests/tcg/mips/mips64-dsp/muleu_s_qh_obr.c
    A tests/tcg/mips/mips64-dsp/mulq_rs_ph.c
    A tests/tcg/mips/mips64-dsp/mulq_rs_qh.c
    A tests/tcg/mips/mips64-dsp/mulsaq_s_l_pw.c
    A tests/tcg/mips/mips64-dsp/mulsaq_s_w_qh.c
    A tests/tcg/mips/mips64-dsp/mult.c
    A tests/tcg/mips/mips64-dsp/multu.c
    A tests/tcg/mips/mips64-dsp/packrl_ph.c
    A tests/tcg/mips/mips64-dsp/packrl_pw.c
    A tests/tcg/mips/mips64-dsp/pick_ob.c
    A tests/tcg/mips/mips64-dsp/pick_ph.c
    A tests/tcg/mips/mips64-dsp/pick_pw.c
    A tests/tcg/mips/mips64-dsp/pick_qb.c
    A tests/tcg/mips/mips64-dsp/pick_qh.c
    A tests/tcg/mips/mips64-dsp/preceq_l_pwl.c
    A tests/tcg/mips/mips64-dsp/preceq_l_pwr.c
    A tests/tcg/mips/mips64-dsp/preceq_pw_qhl.c
    A tests/tcg/mips/mips64-dsp/preceq_pw_qhla.c
    A tests/tcg/mips/mips64-dsp/preceq_pw_qhr.c
    A tests/tcg/mips/mips64-dsp/preceq_pw_qhra.c
    A tests/tcg/mips/mips64-dsp/preceq_w_phl.c
    A tests/tcg/mips/mips64-dsp/preceq_w_phr.c
    A tests/tcg/mips/mips64-dsp/precequ_ph_qbl.c
    A tests/tcg/mips/mips64-dsp/precequ_ph_qbla.c
    A tests/tcg/mips/mips64-dsp/precequ_ph_qbr.c
    A tests/tcg/mips/mips64-dsp/precequ_ph_qbra.c
    A tests/tcg/mips/mips64-dsp/precequ_qh_obl.c
    A tests/tcg/mips/mips64-dsp/precequ_qh_obla.c
    A tests/tcg/mips/mips64-dsp/precequ_qh_obr.c
    A tests/tcg/mips/mips64-dsp/precequ_qh_obra.c
    A tests/tcg/mips/mips64-dsp/preceu_ph_qbl.c
    A tests/tcg/mips/mips64-dsp/preceu_ph_qbla.c
    A tests/tcg/mips/mips64-dsp/preceu_ph_qbr.c
    A tests/tcg/mips/mips64-dsp/preceu_ph_qbra.c
    A tests/tcg/mips/mips64-dsp/preceu_qh_obl.c
    A tests/tcg/mips/mips64-dsp/preceu_qh_obla.c
    A tests/tcg/mips/mips64-dsp/preceu_qh_obr.c
    A tests/tcg/mips/mips64-dsp/preceu_qh_obra.c
    A tests/tcg/mips/mips64-dsp/precr_ob_qh.c
    A tests/tcg/mips/mips64-dsp/precr_sra_qh_pw.c
    A tests/tcg/mips/mips64-dsp/precr_sra_r_qh_pw.c
    A tests/tcg/mips/mips64-dsp/precrq_ob_qh.c
    A tests/tcg/mips/mips64-dsp/precrq_ph_w.c
    A tests/tcg/mips/mips64-dsp/precrq_pw_l.c
    A tests/tcg/mips/mips64-dsp/precrq_qb_ph.c
    A tests/tcg/mips/mips64-dsp/precrq_qh_pw.c
    A tests/tcg/mips/mips64-dsp/precrq_rs_ph_w.c
    A tests/tcg/mips/mips64-dsp/precrq_rs_qh_pw.c
    A tests/tcg/mips/mips64-dsp/precrqu_s_ob_qh.c
    A tests/tcg/mips/mips64-dsp/precrqu_s_qb_ph.c
    A tests/tcg/mips/mips64-dsp/prependd.c
    A tests/tcg/mips/mips64-dsp/prependw.c
    A tests/tcg/mips/mips64-dsp/printf.c
    A tests/tcg/mips/mips64-dsp/raddu_l_ob.c
    A tests/tcg/mips/mips64-dsp/raddu_w_qb.c
    A tests/tcg/mips/mips64-dsp/rddsp.c
    A tests/tcg/mips/mips64-dsp/repl_ob.c
    A tests/tcg/mips/mips64-dsp/repl_ph.c
    A tests/tcg/mips/mips64-dsp/repl_pw.c
    A tests/tcg/mips/mips64-dsp/repl_qb.c
    A tests/tcg/mips/mips64-dsp/repl_qh.c
    A tests/tcg/mips/mips64-dsp/replv_ob.c
    A tests/tcg/mips/mips64-dsp/replv_ph.c
    A tests/tcg/mips/mips64-dsp/replv_pw.c
    A tests/tcg/mips/mips64-dsp/replv_qb.c
    A tests/tcg/mips/mips64-dsp/shilo.c
    A tests/tcg/mips/mips64-dsp/shilov.c
    A tests/tcg/mips/mips64-dsp/shll_ob.c
    A tests/tcg/mips/mips64-dsp/shll_ph.c
    A tests/tcg/mips/mips64-dsp/shll_pw.c
    A tests/tcg/mips/mips64-dsp/shll_qb.c
    A tests/tcg/mips/mips64-dsp/shll_qh.c
    A tests/tcg/mips/mips64-dsp/shll_s_ph.c
    A tests/tcg/mips/mips64-dsp/shll_s_pw.c
    A tests/tcg/mips/mips64-dsp/shll_s_qh.c
    A tests/tcg/mips/mips64-dsp/shll_s_w.c
    A tests/tcg/mips/mips64-dsp/shllv_ob.c
    A tests/tcg/mips/mips64-dsp/shllv_ph.c
    A tests/tcg/mips/mips64-dsp/shllv_pw.c
    A tests/tcg/mips/mips64-dsp/shllv_qb.c
    A tests/tcg/mips/mips64-dsp/shllv_qh.c
    A tests/tcg/mips/mips64-dsp/shllv_s_ph.c
    A tests/tcg/mips/mips64-dsp/shllv_s_pw.c
    A tests/tcg/mips/mips64-dsp/shllv_s_qh.c
    A tests/tcg/mips/mips64-dsp/shllv_s_w.c
    A tests/tcg/mips/mips64-dsp/shra_ob.c
    A tests/tcg/mips/mips64-dsp/shra_ph.c
    A tests/tcg/mips/mips64-dsp/shra_pw.c
    A tests/tcg/mips/mips64-dsp/shra_qh.c
    A tests/tcg/mips/mips64-dsp/shra_r_ob.c
    A tests/tcg/mips/mips64-dsp/shra_r_ph.c
    A tests/tcg/mips/mips64-dsp/shra_r_pw.c
    A tests/tcg/mips/mips64-dsp/shra_r_qh.c
    A tests/tcg/mips/mips64-dsp/shra_r_w.c
    A tests/tcg/mips/mips64-dsp/shrav_ph.c
    A tests/tcg/mips/mips64-dsp/shrav_pw.c
    A tests/tcg/mips/mips64-dsp/shrav_qh.c
    A tests/tcg/mips/mips64-dsp/shrav_r_ph.c
    A tests/tcg/mips/mips64-dsp/shrav_r_pw.c
    A tests/tcg/mips/mips64-dsp/shrav_r_qh.c
    A tests/tcg/mips/mips64-dsp/shrav_r_w.c
    A tests/tcg/mips/mips64-dsp/shrl_ob.c
    A tests/tcg/mips/mips64-dsp/shrl_qb.c
    A tests/tcg/mips/mips64-dsp/shrl_qh.c
    A tests/tcg/mips/mips64-dsp/shrlv_ob.c
    A tests/tcg/mips/mips64-dsp/shrlv_qb.c
    A tests/tcg/mips/mips64-dsp/shrlv_qh.c
    A tests/tcg/mips/mips64-dsp/subq_ph.c
    A tests/tcg/mips/mips64-dsp/subq_pw.c
    A tests/tcg/mips/mips64-dsp/subq_qh.c
    A tests/tcg/mips/mips64-dsp/subq_s_ph.c
    A tests/tcg/mips/mips64-dsp/subq_s_pw.c
    A tests/tcg/mips/mips64-dsp/subq_s_qh.c
    A tests/tcg/mips/mips64-dsp/subq_s_w.c
    A tests/tcg/mips/mips64-dsp/subu_ob.c
    A tests/tcg/mips/mips64-dsp/subu_qb.c
    A tests/tcg/mips/mips64-dsp/subu_s_ob.c
    A tests/tcg/mips/mips64-dsp/subu_s_qb.c
    A tests/tcg/mips/mips64-dsp/wrdsp.c
    A tests/tcg/mips/mips64-dspr2/.directory
    A tests/tcg/mips/mips64-dspr2/Makefile
    A tests/tcg/mips/mips64-dspr2/absq_s_qb.c
    A tests/tcg/mips/mips64-dspr2/addqh_ph.c
    A tests/tcg/mips/mips64-dspr2/addqh_r_ph.c
    A tests/tcg/mips/mips64-dspr2/addqh_r_w.c
    A tests/tcg/mips/mips64-dspr2/addqh_w.c
    A tests/tcg/mips/mips64-dspr2/addu_ph.c
    A tests/tcg/mips/mips64-dspr2/addu_qh.c
    A tests/tcg/mips/mips64-dspr2/addu_s_ph.c
    A tests/tcg/mips/mips64-dspr2/addu_s_qh.c
    A tests/tcg/mips/mips64-dspr2/adduh_ob.c
    A tests/tcg/mips/mips64-dspr2/adduh_qb.c
    A tests/tcg/mips/mips64-dspr2/adduh_r_ob.c
    A tests/tcg/mips/mips64-dspr2/adduh_r_qb.c
    A tests/tcg/mips/mips64-dspr2/append.c
    A tests/tcg/mips/mips64-dspr2/balign.c
    A tests/tcg/mips/mips64-dspr2/cmpgdu_eq_ob.c
    A tests/tcg/mips/mips64-dspr2/cmpgdu_eq_qb.c
    A tests/tcg/mips/mips64-dspr2/cmpgdu_le_ob.c
    A tests/tcg/mips/mips64-dspr2/cmpgdu_le_qb.c
    A tests/tcg/mips/mips64-dspr2/cmpgdu_lt_ob.c
    A tests/tcg/mips/mips64-dspr2/cmpgdu_lt_qb.c
    A tests/tcg/mips/mips64-dspr2/dbalign.c
    A tests/tcg/mips/mips64-dspr2/dpa_w_ph.c
    A tests/tcg/mips/mips64-dspr2/dpa_w_qh.c
    A tests/tcg/mips/mips64-dspr2/dpaqx_s_w_ph.c
    A tests/tcg/mips/mips64-dspr2/dpaqx_sa_w_ph.c
    A tests/tcg/mips/mips64-dspr2/dpax_w_ph.c
    A tests/tcg/mips/mips64-dspr2/dps_w_ph.c
    A tests/tcg/mips/mips64-dspr2/dps_w_qh.c
    A tests/tcg/mips/mips64-dspr2/dpsqx_s_w_ph.c
    A tests/tcg/mips/mips64-dspr2/dpsqx_sa_w_ph.c
    A tests/tcg/mips/mips64-dspr2/dpsx_w_ph.c
    A tests/tcg/mips/mips64-dspr2/head.S
    A tests/tcg/mips/mips64-dspr2/io.h
    A tests/tcg/mips/mips64-dspr2/mips_boot.lds
    A tests/tcg/mips/mips64-dspr2/mul_ph.c
    A tests/tcg/mips/mips64-dspr2/mul_s_ph.c
    A tests/tcg/mips/mips64-dspr2/mulq_rs_w.c
    A tests/tcg/mips/mips64-dspr2/mulq_s_ph.c
    A tests/tcg/mips/mips64-dspr2/mulq_s_w.c
    A tests/tcg/mips/mips64-dspr2/mulsa_w_ph.c
    A tests/tcg/mips/mips64-dspr2/mulsaq_s_w_ph.c
    A tests/tcg/mips/mips64-dspr2/precr_qb_ph.c
    A tests/tcg/mips/mips64-dspr2/precr_sra_ph_w.c
    A tests/tcg/mips/mips64-dspr2/precr_sra_r_ph_w.c
    A tests/tcg/mips/mips64-dspr2/prepend.c
    A tests/tcg/mips/mips64-dspr2/printf.c
    A tests/tcg/mips/mips64-dspr2/shra_qb.c
    A tests/tcg/mips/mips64-dspr2/shra_r_qb.c
    A tests/tcg/mips/mips64-dspr2/shrav_ob.c
    A tests/tcg/mips/mips64-dspr2/shrav_qb.c
    A tests/tcg/mips/mips64-dspr2/shrav_r_ob.c
    A tests/tcg/mips/mips64-dspr2/shrav_r_qb.c
    A tests/tcg/mips/mips64-dspr2/shrl_ph.c
    A tests/tcg/mips/mips64-dspr2/shrlv_ph.c
    A tests/tcg/mips/mips64-dspr2/subqh_ph.c
    A tests/tcg/mips/mips64-dspr2/subqh_r_ph.c
    A tests/tcg/mips/mips64-dspr2/subqh_r_w.c
    A tests/tcg/mips/mips64-dspr2/subqh_w.c
    A tests/tcg/mips/mips64-dspr2/subu_ph.c
    A tests/tcg/mips/mips64-dspr2/subu_qh.c
    A tests/tcg/mips/mips64-dspr2/subu_s_ph.c
    A tests/tcg/mips/mips64-dspr2/subu_s_qh.c
    A tests/tcg/mips/mips64-dspr2/subuh_ob.c
    A tests/tcg/mips/mips64-dspr2/subuh_qb.c
    A tests/tcg/mips/mips64-dspr2/subuh_r_ob.c
    A tests/tcg/mips/mips64-dspr2/subuh_r_qb.c
    A tests/tcg/test-i386-fprem.c
    M tests/tcg/test-i386.c
    M tests/tcg/test-mmap.c
    M tests/tcg/test_path.c
    M tests/tcg/testthread.c
    M tests/tcg/xtensa/Makefile
    M tests/tcg/xtensa/macros.inc
    A tests/tcg/xtensa/test_s32c1i.S
    A tests/tcg/xtensa/test_sr.S
    A tests/test-aio.c
    M tests/test-coroutine.c
    M tests/test-iov.c
    M tests/test-qmp-commands.c
    M tests/test-qmp-input-strict.c
    M tests/test-qmp-input-visitor.c
    M tests/test-qmp-output-visitor.c
    M tests/test-string-input-visitor.c
    M tests/test-string-output-visitor.c
    A tests/test-thread-pool.c
    M tests/test-visitor-serialization.c
    A thread-pool.c
    M thunk.c
    R thunk.h
    M trace-events
    A trace.h
    A trace/Makefile.objs
    M trace/control.c
    M trace/simple.c
    M translate-all.c
    A translate-all.h
    R uboot_image.h
    M ui/Makefile.objs
    M ui/cocoa.m
    A ui/console.c
    M ui/curses.c
    M ui/curses_keys.h
    A ui/cursor.c
    A ui/cursor_hidden.xpm
    A ui/cursor_left_ptr.xpm
    M ui/d3des.h
    A ui/input.c
    M ui/keymaps.c
    A ui/qemu-pixman.c
    R ui/qemu-spice.h
    A ui/qemu-x509.h
    M ui/sdl.c
    M ui/sdl_zoom.c
    M ui/spice-core.c
    M ui/spice-display.c
    R ui/spice-display.h
    M ui/spice-input.c
    A ui/vgafont.h
    M ui/vnc-auth-sasl.c
    M ui/vnc-auth-sasl.h
    M ui/vnc-enc-hextile-template.h
    M ui/vnc-enc-hextile.c
    M ui/vnc-enc-tight.c
    M ui/vnc-enc-zrle.c
    M ui/vnc-jobs.c
    M ui/vnc-jobs.h
    M ui/vnc-palette.c
    M ui/vnc-palette.h
    M ui/vnc-tls.c
    M ui/vnc-tls.h
    M ui/vnc.c
    M ui/vnc.h
    A uri.c
    M user-exec.c
    R vgafont.h
    M vl.c
    R vmstate.h
    R x86_64.ld
    M xen-all.c
    M xen-mapcache.c
    R xen-mapcache.h
    M xen-stub.c

  Log Message:
  -----------
  Merge branch 'master' of git://git.qemu.org/qemu into prep-up

Conflicts:
        hw/Makefile.objs
        hw/ppc_prep.c

Signed-off-by: Andreas Färber <address@hidden>


  Commit: 8c43a6f05d5ef3c9484bd2be9d4e818d58e62016
      
https://github.com/qemu/qemu/commit/8c43a6f05d5ef3c9484bd2be9d4e818d58e62016
  Author: Andreas Färber <address@hidden>
  Date:   2013-01-10 (Thu, 10 Jan 2013)

  Changed paths:
    M backends/rng-egd.c
    M backends/rng-random.c
    M backends/rng.c
    M hw/9pfs/virtio-9p-device.c
    M hw/a15mpcore.c
    M hw/a9mpcore.c
    M hw/ac97.c
    M hw/acpi_piix4.c
    M hw/ads7846.c
    M hw/apb_pci.c
    M hw/apic.c
    M hw/apic_common.c
    M hw/applesmc.c
    M hw/arm11mpcore.c
    M hw/arm_gic.c
    M hw/arm_gic_common.c
    M hw/arm_l2x0.c
    M hw/arm_mptimer.c
    M hw/arm_sysctl.c
    M hw/arm_timer.c
    M hw/armv7m.c
    M hw/armv7m_nvic.c
    M hw/bitbang_i2c.c
    M hw/cadence_gem.c
    M hw/cadence_ttc.c
    M hw/cadence_uart.c
    M hw/ccid-card-emulated.c
    M hw/ccid-card-passthru.c
    M hw/cirrus_vga.c
    M hw/cs4231.c
    M hw/cs4231a.c
    M hw/debugcon.c
    M hw/debugexit.c
    M hw/ds1225y.c
    M hw/ds1338.c
    M hw/e1000.c
    M hw/eccmemctl.c
    M hw/empty_slot.c
    M hw/es1370.c
    M hw/escc.c
    M hw/etraxfs_eth.c
    M hw/etraxfs_pic.c
    M hw/etraxfs_ser.c
    M hw/etraxfs_timer.c
    M hw/exynos4210_combiner.c
    M hw/exynos4210_fimd.c
    M hw/exynos4210_gic.c
    M hw/exynos4210_mct.c
    M hw/exynos4210_pmu.c
    M hw/exynos4210_pwm.c
    M hw/exynos4210_uart.c
    M hw/fdc.c
    M hw/fw_cfg.c
    M hw/g364fb.c
    M hw/grlib_apbuart.c
    M hw/grlib_gptimer.c
    M hw/grlib_irqmp.c
    M hw/gus.c
    M hw/hda-audio.c
    M hw/highbank.c
    M hw/hpet.c
    M hw/i2c.c
    M hw/i82374.c
    M hw/i82378.c
    M hw/i8254.c
    M hw/i8254_common.c
    M hw/i8259.c
    M hw/i8259_common.c
    M hw/ide/ahci.c
    M hw/ide/cmd646.c
    M hw/ide/ich.c
    M hw/ide/isa.c
    M hw/ide/piix.c
    M hw/ide/qdev.c
    M hw/ide/via.c
    M hw/imx_ccm.c
    M hw/imx_serial.c
    M hw/integratorcp.c
    M hw/intel-hda.c
    M hw/ioapic.c
    M hw/ioapic_common.c
    M hw/ioh3420.c
    M hw/isa-bus.c
    M hw/ivshmem.c
    M hw/jazz_led.c
    M hw/kvm/apic.c
    M hw/kvm/clock.c
    M hw/kvm/i8254.c
    M hw/kvm/i8259.c
    M hw/kvm/ioapic.c
    M hw/kvmvapic.c
    M hw/lan9118.c
    M hw/lance.c
    M hw/lm32_juart.c
    M hw/lm32_pic.c
    M hw/lm32_sys.c
    M hw/lm32_timer.c
    M hw/lm32_uart.c
    M hw/lm832x.c
    M hw/lsi53c895a.c
    M hw/m48t59.c
    M hw/macio.c
    M hw/marvell_88w8618_audio.c
    M hw/max111x.c
    M hw/max7310.c
    M hw/mc146818rtc.c
    M hw/milkymist-ac97.c
    M hw/milkymist-hpdmc.c
    M hw/milkymist-memcard.c
    M hw/milkymist-minimac2.c
    M hw/milkymist-pfpu.c
    M hw/milkymist-softusb.c
    M hw/milkymist-sysctl.c
    M hw/milkymist-tmu2.c
    M hw/milkymist-uart.c
    M hw/milkymist-vgafb.c
    M hw/mips_malta.c
    M hw/mipsnet.c
    M hw/mpc8544_guts.c
    M hw/mst_fpga.c
    M hw/musicpal.c
    M hw/nand.c
    M hw/ne2000-isa.c
    M hw/ne2000.c
    M hw/omap_gpio.c
    M hw/omap_i2c.c
    M hw/omap_intc.c
    M hw/onenand.c
    M hw/opencores_eth.c
    M hw/openpic.c
    M hw/parallel.c
    M hw/pc-testdev.c
    M hw/pc.c
    M hw/pc_sysfw.c
    M hw/pci/pci.c
    M hw/pci_bridge_dev.c
    M hw/pckbd.c
    M hw/pcnet-pci.c
    M hw/pcspk.c
    M hw/piix4.c
    M hw/pl011.c
    M hw/pl022.c
    M hw/pl031.c
    M hw/pl041.c
    M hw/pl050.c
    M hw/pl061.c
    M hw/pl080.c
    M hw/pl110.c
    M hw/pl181.c
    M hw/pl190.c
    M hw/ppce500_spin.c
    M hw/pxa2xx.c
    M hw/pxa2xx_dma.c
    M hw/pxa2xx_gpio.c
    M hw/pxa2xx_pic.c
    M hw/pxa2xx_timer.c
    M hw/qdev.c
    M hw/qxl.c
    M hw/realview_gic.c
    M hw/rtl8139.c
    M hw/s390-virtio-bus.c
    M hw/s390x/event-facility.c
    M hw/s390x/sclp.c
    M hw/s390x/sclpconsole.c
    M hw/s390x/sclpquiesce.c
    M hw/sb16.c
    M hw/sbi.c
    M hw/scsi-bus.c
    M hw/scsi-disk.c
    M hw/scsi-generic.c
    M hw/serial-isa.c
    M hw/serial-pci.c
    M hw/sga.c
    M hw/sh_pci.c
    M hw/slavio_intctl.c
    M hw/slavio_misc.c
    M hw/slavio_timer.c
    M hw/smbus.c
    M hw/smbus_eeprom.c
    M hw/smc91c111.c
    M hw/spapr_llan.c
    M hw/spapr_vio.c
    M hw/spapr_vscsi.c
    M hw/spapr_vty.c
    M hw/sparc32_dma.c
    M hw/spitz.c
    M hw/ssd0303.c
    M hw/ssd0323.c
    M hw/ssi-sd.c
    M hw/ssi.c
    M hw/stellaris.c
    M hw/stellaris_enet.c
    M hw/stream.c
    M hw/strongarm.c
    M hw/sun4c_intctl.c
    M hw/sun4m.c
    M hw/sun4m_iommu.c
    M hw/sun4u.c
    M hw/sysbus.c
    M hw/tcx.c
    M hw/tmp105.c
    M hw/tosa.c
    M hw/tusb6010.c
    M hw/twl92230.c
    M hw/usb/bus.c
    M hw/usb/dev-audio.c
    M hw/usb/dev-bluetooth.c
    M hw/usb/dev-hid.c
    M hw/usb/dev-hub.c
    M hw/usb/dev-network.c
    M hw/usb/dev-serial.c
    M hw/usb/dev-smartcard-reader.c
    M hw/usb/dev-storage.c
    M hw/usb/dev-uas.c
    M hw/usb/dev-wacom.c
    M hw/usb/hcd-ohci.c
    M hw/usb/hcd-xhci.c
    M hw/usb/host-bsd.c
    M hw/usb/host-linux.c
    M hw/usb/redirect.c
    M hw/versatile_pci.c
    M hw/versatilepb.c
    M hw/vga-isa.c
    M hw/vga-pci.c
    M hw/virtio-console.c
    M hw/virtio-pci.c
    M hw/virtio-serial-bus.c
    M hw/vmmouse.c
    M hw/vmport.c
    M hw/vmware_vga.c
    M hw/vt82c686.c
    M hw/wdt_i6300esb.c
    M hw/wdt_ib700.c
    M hw/wm8750.c
    M hw/xen_apic.c
    M hw/xen_platform.c
    M hw/xen_pt.c
    M hw/xgmac.c
    M hw/xilinx_axidma.c
    M hw/xilinx_axienet.c
    M hw/xilinx_ethlite.c
    M hw/xilinx_intc.c
    M hw/xilinx_spi.c
    M hw/xilinx_timer.c
    M hw/xilinx_uartlite.c
    M hw/xio3130_downstream.c
    M hw/xio3130_upstream.c
    M hw/z2.c
    M hw/zaurus.c
    M hw/zynq_slcr.c
    M include/qom/object.h
    M qom/container.c

  Log Message:
  -----------
  Make all static TypeInfos const

Since 39bffca2030950ef6efe57c2fac8327a45ae1015 (qdev: register all
types natively through QEMU Object Model), TypeInfo as used in
the common, non-iterative pattern is no longer amended with information
and should therefore be const.

Fix the documented QOM examples:

 sed -i 's/static TypeInfo/static const TypeInfo/g' include/qom/object.h

Since frequently the wrong examples are being copied by contributors of
new devices, fix all types in the tree:

 sed -i 's/^static TypeInfo/static const TypeInfo/g' */*.c
 sed -i 's/^static TypeInfo/static const TypeInfo/g' */*/*.c

This also avoids to piggy-back these changes onto real functional
changes or other refactorings.

Signed-off-by: Andreas Färber <address@hidden>
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: d0508c3664290baad379f6513c92cae6e5aac95b
      
https://github.com/qemu/qemu/commit/d0508c3664290baad379f6513c92cae6e5aac95b
  Author: Paolo Bonzini <address@hidden>
  Date:   2013-01-10 (Thu, 10 Jan 2013)

  Changed paths:
    M hw/qdev-core.h
    M hw/qdev.c

  Log Message:
  -----------
  qdev: add qbus_reset_all

Signed-off-by: Paolo Bonzini <address@hidden>
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: 47a150a4bbb06e45ef439a8222e9f46a7c4cca3f
      
https://github.com/qemu/qemu/commit/47a150a4bbb06e45ef439a8222e9f46a7c4cca3f
  Author: Paolo Bonzini <address@hidden>
  Date:   2013-01-10 (Thu, 10 Jan 2013)

  Changed paths:
    M hw/virtio-scsi.c

  Log Message:
  -----------
  virtio-scsi: abort in-flight I/O when the device is reset

When the device is reset, the SCSI bus should also be reset so
that in-flight I/O is cancelled.

Signed-off-by: Paolo Bonzini <address@hidden>
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: 8b07eaa110df41b027ee62cbf3549cc3e48ec147
      
https://github.com/qemu/qemu/commit/8b07eaa110df41b027ee62cbf3549cc3e48ec147
  Author: Gerd Hoffmann <address@hidden>
  Date:   2013-01-10 (Thu, 10 Jan 2013)

  Changed paths:
    M hw/intel-hda.c

  Log Message:
  -----------
  q35: add ich9 intel hda controller

Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 7d9f7b51cc62ec23ac72e3338165a2f3007631a2
      
https://github.com/qemu/qemu/commit/7d9f7b51cc62ec23ac72e3338165a2f3007631a2
  Author: Gerd Hoffmann <address@hidden>
  Date:   2013-01-10 (Thu, 10 Jan 2013)

  Changed paths:
    A docs/q35-chipset.cfg

  Log Message:
  -----------
  q35: document chipset devices

Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 94dec5948aeb240c7e324ce9ecffeb3e066c1b69
      
https://github.com/qemu/qemu/commit/94dec5948aeb240c7e324ce9ecffeb3e066c1b69
  Author: Gerd Hoffmann <address@hidden>
  Date:   2013-01-10 (Thu, 10 Jan 2013)

  Changed paths:
    M hw/pc_piix.c
    M hw/pc_q35.c

  Log Message:
  -----------
  pc: rename machine types

Starting with release 1.4 we have a fully functional q35 machine type,
i.e. "qemu -M q35" JustWorks[tm].  Update machine type names to reflect
that:

  * pc-1.4 becomes pc-i440fx-1.4
  * q35-next becomes pc-q35-1.4

The pc-1.3 (+older) names are maintained for compatibility reasons.
For the same reason the "pc" and "q35" aliases are kept.  pc-piix-1.4
continues to be the default machine type, again for compatibility
reasons.

Also updated the description (shown by "qemu -M ?") with host bridge
name, south bridge name and chipset release year.

Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 7e973bb2e17f929f47376a3872f7ccdff25a51ab
      
https://github.com/qemu/qemu/commit/7e973bb2e17f929f47376a3872f7ccdff25a51ab
  Author: Laszlo Ersek <address@hidden>
  Date:   2013-01-10 (Thu, 10 Jan 2013)

  Changed paths:
    M Makefile

  Log Message:
  -----------
  Makefile: install the "acpi-dsdt.aml" and "q35-acpi-dsdt.aml" blobs too

The WARNING message from commit f7e4dd6c made me notice.

Signed-off-by: Laszlo Ersek <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 75f13596452692fb7375ee558e9fb37cd649e603
      
https://github.com/qemu/qemu/commit/75f13596452692fb7375ee558e9fb37cd649e603
  Author: Stefan Weil <address@hidden>
  Date:   2013-01-11 (Fri, 11 Jan 2013)

  Changed paths:
    M configure

  Log Message:
  -----------
  configure: Fix comment (copy+paste bug)

Signed-off-by: Stefan Weil <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: 1d57db193f2eb619ccc9a60e76120379b757d9f2
      
https://github.com/qemu/qemu/commit/1d57db193f2eb619ccc9a60e76120379b757d9f2
  Author: Peter Maydell <address@hidden>
  Date:   2013-01-11 (Fri, 11 Jan 2013)

  Changed paths:
    M qga/channel-posix.c

  Log Message:
  -----------
  qga/channel-posix.c: Explicitly include string.h

Explicitly include string.h to avoid warnings under MacOS X/clang
about implicit declarations of strerror() and strlen().

Signed-off-by: Peter Maydell <address@hidden>
Reviewed-by: Stefan Weil <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: 68b891ec3937aa2e18eed5a403b1d9fd9b875084
      
https://github.com/qemu/qemu/commit/68b891ec3937aa2e18eed5a403b1d9fd9b875084
  Author: Stefan Weil <address@hidden>
  Date:   2013-01-11 (Fri, 11 Jan 2013)

  Changed paths:
    M savevm.c

  Log Message:
  -----------
  savevm: Remove MinGW specific code which is no longer needed

QEMU provides a portable function qemu_gettimeofday instead of
gettimeofday and also an implementation of localtime_r for MinGW.

Signed-off-by: Stefan Weil <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: eb7ff6fb0bddb33991fa44586ac8e2e02019dc97
      
https://github.com/qemu/qemu/commit/eb7ff6fb0bddb33991fa44586ac8e2e02019dc97
  Author: Stefan Weil <address@hidden>
  Date:   2013-01-11 (Fri, 11 Jan 2013)

  Changed paths:
    M block.c
    M block/vvfat.c
    M hw/omap1.c
    M vl.c

  Log Message:
  -----------
  Replace remaining gmtime, localtime by gmtime_r, localtime_r

This allows removing of MinGW specific code and improves
reentrancy for POSIX hosts.

[Removed unused ret variable in qemu_get_timedate() to fix warning:
vl.c: In function ‘qemu_get_timedate’:
vl.c:451:16: error: variable ‘ret’ set but not used 
[-Werror=unused-but-set-variable]
-- Stefan Hajnoczi]

Signed-off-by: Stefan Weil <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: c02e1eac887b1b0aee7361b1fcf889e7d47fed9d
      
https://github.com/qemu/qemu/commit/c02e1eac887b1b0aee7361b1fcf889e7d47fed9d
  Author: Julien Grall <address@hidden>
  Date:   2013-01-11 (Fri, 11 Jan 2013)

  Changed paths:
    M hw/pc.c

  Log Message:
  -----------
  hw/pc.c: Fix converting of ioport_register* to MemoryRegion

The commit 258711 introduced MemoryRegion to replace ioport_region*
for ioport 80h and F0h.
A MemoryRegion needs to have both read and write callback otherwise a segfault
will occur when an access is made.

The previous behaviour of this both ioport is to return 0xffffffffffffffff.
So keep this behaviour.

Reported-by: Adam Lackorzynski <address@hidden>
Signed-off-by: Julien Grall <address@hidden>
Tested-by: Adam Lackorzynski <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: 80ec24328607937690d0d620b99e8c24ab29e8f5
      
https://github.com/qemu/qemu/commit/80ec24328607937690d0d620b99e8c24ab29e8f5
  Author: Anthony Liguori <address@hidden>
  Date:   2013-01-11 (Fri, 11 Jan 2013)

  Changed paths:
    M MAINTAINERS
    M default-configs/ppc-softmmu.mak
    M default-configs/ppc64-softmmu.mak
    M hw/Makefile.objs
    A hw/pc87312.c
    A hw/pc87312.h
    M hw/ppc_prep.c
    M trace-events

  Log Message:
  -----------
  Merge remote-tracking branch 'afaerber-or/prep-up' into staging

* afaerber-or/prep-up:
  prep: Use pc87312 device instead of collection of random ISA devices
  prep: Add pc87312 Super I/O emulation
  prep: Include devices for ppc64 as well

Signed-off-by: Anthony Liguori <address@hidden>


  Commit: e2848a78b0a6715f94623bdf43ef74d3d08cfe4d
      
https://github.com/qemu/qemu/commit/e2848a78b0a6715f94623bdf43ef74d3d08cfe4d
  Author: Anthony Liguori <address@hidden>
  Date:   2013-01-11 (Fri, 11 Jan 2013)

  Changed paths:
    M Makefile
    A docs/q35-chipset.cfg
    M hw/intel-hda.c
    M hw/pc_piix.c
    M hw/pc_q35.c

  Log Message:
  -----------
  Merge remote-tracking branch 'kraxel/q35.1' into staging

* kraxel/q35.1:
  Makefile: install the "acpi-dsdt.aml" and "q35-acpi-dsdt.aml" blobs too
  pc: rename machine types
  q35: document chipset devices
  q35: add ich9 intel hda controller

Conflicts:
        hw/intel-hda.c

aliguori: resolve conflict with static const change from Andreas.

Signed-off-by: Anthony Liguori <address@hidden>


  Commit: fedf2de31023b4ee71a4e578db013976243a8143
      
https://github.com/qemu/qemu/commit/fedf2de31023b4ee71a4e578db013976243a8143
  Author: Anthony Liguori <address@hidden>
  Date:   2013-01-11 (Fri, 11 Jan 2013)

  Changed paths:
    M block.c
    M block/vvfat.c
    M configure
    M hw/omap1.c
    M hw/pc.c
    M qga/channel-posix.c
    M readline.c
    M savevm.c
    M vl.c

  Log Message:
  -----------
  Merge remote-tracking branch 'stefanha/trivial-patches' into staging

* stefanha/trivial-patches:
  hw/pc.c: Fix converting of ioport_register* to MemoryRegion
  Replace remaining gmtime, localtime by gmtime_r, localtime_r
  savevm: Remove MinGW specific code which is no longer needed
  qga/channel-posix.c: Explicitly include string.h
  configure: Fix comment (copy+paste bug)
  readline: avoid memcpy() of overlapping regions

Signed-off-by: Anthony Liguori <address@hidden>


Compare: https://github.com/qemu/qemu/compare/a6308bc2224d...fedf2de31023

reply via email to

[Prev in Thread] Current Thread [Next in Thread]