qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 5f5e33: target-alpha: Let cpu_alpha_init() re


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 5f5e33: target-alpha: Let cpu_alpha_init() return AlphaCPU
Date: Fri, 28 Dec 2012 12:30:13 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 5f5e335088925cedc5b912fd8bb4e1e933094d56
      
https://github.com/qemu/qemu/commit/5f5e335088925cedc5b912fd8bb4e1e933094d56
  Author: Andreas Färber <address@hidden>
  Date:   2012-12-18 (Tue, 18 Dec 2012)

  Changed paths:
    M target-alpha/cpu.h
    M target-alpha/translate.c

  Log Message:
  -----------
  target-alpha: Let cpu_alpha_init() return AlphaCPU

Replace cpu_init() macro with inline function for backwards
compatibility.

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


  Commit: ad6011775a324d7c3e2a8bd824e03c5e576dda48
      
https://github.com/qemu/qemu/commit/ad6011775a324d7c3e2a8bd824e03c5e576dda48
  Author: Andreas Färber <address@hidden>
  Date:   2012-12-18 (Tue, 18 Dec 2012)

  Changed paths:
    M hw/alpha_dp264.c
    M hw/alpha_sys.h
    M hw/alpha_typhoon.c

  Log Message:
  -----------
  alpha: Pass AlphaCPU array to Typhoon

Also store it in TyphoonCchip.

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


  Commit: c92458538f501eda585b4b774c50644aed391a8a
      
https://github.com/qemu/qemu/commit/c92458538f501eda585b4b774c50644aed391a8a
  Author: Andreas Färber <address@hidden>
  Date:   2012-12-18 (Tue, 18 Dec 2012)

  Changed paths:
    M hw/alpha_typhoon.c
    M target-alpha/cpu-qom.h
    M target-alpha/cpu.h
    M target-alpha/sys_helper.c

  Log Message:
  -----------
  target-alpha: Avoid leaking the alarm timer over reset

Move the timer from CPUAlphaState to AlphaCPU to avoid the pointer being
zero'ed once we implement reset. Would cause a segfault in
sys_helper.c:helper_set_alarm().

This also simplifies timer initialization in Typhoon.

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


  Commit: 0c28246fcd5ea9ccb22aa93ef2e0af14463fec58
      
https://github.com/qemu/qemu/commit/0c28246fcd5ea9ccb22aa93ef2e0af14463fec58
  Author: Andreas Färber <address@hidden>
  Date:   2012-12-18 (Tue, 18 Dec 2012)

  Changed paths:
    M target-alpha/cpu.c
    M target-alpha/cpu.h
    M target-alpha/translate.c

  Log Message:
  -----------
  target-alpha: Turn CPU definitions into subclasses

Make TYPE_ALPHA_CPU abstract and add types <name>-alpha-cpu.
Use type inheritence, and turn "2*" models into aliases.

Move cpu_alpha_init() to cpu.c and split out CPU realization.
Default to creating type "ev67-alpha-cpu" as before.

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


  Commit: 494342b35b55b3b126821141e15c8a49df122ff1
      
https://github.com/qemu/qemu/commit/494342b35b55b3b126821141e15c8a49df122ff1
  Author: Andreas Färber <address@hidden>
  Date:   2012-12-18 (Tue, 18 Dec 2012)

  Changed paths:
    M target-alpha/cpu.c
    M target-alpha/cpu.h

  Log Message:
  -----------
  target-alpha: Add support for -cpu ?

Implement alphabetical listing of CPU subclasses.

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


  Commit: 92a3136174f60ee45b113296cb2c2a5225b00369
      
https://github.com/qemu/qemu/commit/92a3136174f60ee45b113296cb2c2a5225b00369
  Author: Andreas Färber <address@hidden>
  Date:   2012-12-19 (Wed, 19 Dec 2012)

  Changed paths:
    M cpu-common.h
    M target-alpha/cpu.c
    M target-arm/helper.c
    M target-m68k/helper.c

  Log Message:
  -----------
  cpu: Introduce CPUListState struct

This generalizes {ARM,M68k,Alpha}CPUListState to avoid declaring it for
each target. Place it in cpu-common.h to avoid circular dependencies.

Signed-off-by: Andreas Färber <address@hidden>
Reviewed-by: Igor Mammedov <address@hidden>
Reviewed-by: Eduardo Habkost <address@hidden>


  Commit: 04a2d61e494532260214736ebb0f975822771643
      
https://github.com/qemu/qemu/commit/04a2d61e494532260214736ebb0f975822771643
  Author: Eduardo Habkost <address@hidden>
  Date:   2012-12-19 (Wed, 19 Dec 2012)

  Changed paths:
    M hw/qdev-properties.c
    M hw/qdev.c

  Log Message:
  -----------
  qdev: Coding style fixes

Add missing braces and break lines larger than 80 chars.

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


  Commit: a404b61244ff555ace0a1360fc22275fbeda503e
      
https://github.com/qemu/qemu/commit/a404b61244ff555ace0a1360fc22275fbeda503e
  Author: Eduardo Habkost <address@hidden>
  Date:   2012-12-19 (Wed, 19 Dec 2012)

  Changed paths:
    M hw/Makefile.objs
    A hw/qdev-properties-system.c
    M hw/qdev-properties.c
    M hw/qdev-properties.h
    M hw/qdev.c

  Log Message:
  -----------
  qdev-properties.c: Separate core from the code used only by qemu-system-*

This separates the qdev properties code in two parts:
 - qdev-properties.c, that contains most of the qdev properties code;
 - qdev-properties-system.c for code specific for qemu-system-*,
   containing:
   - Property types: drive, chr, netdev, vlan, that depend on code that
     won't be included on *-user
   - qemu_add_globals(), that depends on qemu-config.o.

This change should help on two things:
 - Allowing DeviceState to be used by *-user without pulling
   dependencies that are specific for qemu-system-*;
 - Writing qdev unit tests without pulling too many dependencies.

The copyright/license of qdev-properties.c isn't explicitly stated at
the file, so add a simple copyright/license header pointing to the
commit ID of the original file.

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


  Commit: 8737c51c0444f832c4e97d7eb7540eae457e08e4
      
https://github.com/qemu/qemu/commit/8737c51c0444f832c4e97d7eb7540eae457e08e4
  Author: Andreas Färber <address@hidden>
  Date:   2012-12-19 (Wed, 19 Dec 2012)

  Changed paths:
    M cpu-defs.h
    M include/qemu/cpu.h
    M kvm-all.c

  Log Message:
  -----------
  cpu: Move kvm_fd into CPUState

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


  Commit: 20d695a9254c1b086a456d3b79a3c311236643ba
      
https://github.com/qemu/qemu/commit/20d695a9254c1b086a456d3b79a3c311236643ba
  Author: Andreas Färber <address@hidden>
  Date:   2012-12-19 (Wed, 19 Dec 2012)

  Changed paths:
    M cpu-defs.h
    M include/qemu/cpu.h
    M kvm-all.c
    M kvm.h
    M target-i386/kvm.c
    M target-ppc/kvm.c
    M target-s390x/kvm.c

  Log Message:
  -----------
  kvm: Pass CPUState to kvm_arch_*

Move kvm_vcpu_dirty field into CPUState to simplify things and change
its type to bool while at it.

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


  Commit: 1bc22652d62f862a5def54f939e87fdb7a5593ae
      
https://github.com/qemu/qemu/commit/1bc22652d62f862a5def54f939e87fdb7a5593ae
  Author: Andreas Färber <address@hidden>
  Date:   2012-12-19 (Wed, 19 Dec 2012)

  Changed paths:
    M hw/kvm/apic.c
    M hw/kvm/clock.c
    M hw/ppc.c
    M hw/s390-virtio-bus.c
    M hw/spapr.c
    M kvm-all.c
    M kvm.h
    M target-i386/kvm.c
    M target-ppc/kvm.c
    M target-ppc/kvm_ppc.h
    M target-s390x/cpu.h
    M target-s390x/interrupt.c
    M target-s390x/kvm.c
    M target-s390x/misc_helper.c

  Log Message:
  -----------
  kvm: Pass CPUState to kvm_vcpu_ioctl()

Adapt helper functions to pass X86CPU / PowerPCCPU / S390CPU.

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


  Commit: 7058581a26f4299e0b7e05677c64c1b5a50d0e75
      
https://github.com/qemu/qemu/commit/7058581a26f4299e0b7e05677c64c1b5a50d0e75
  Author: Andreas Färber <address@hidden>
  Date:   2012-12-19 (Wed, 19 Dec 2012)

  Changed paths:
    M hw/ppc.c
    M hw/ppc.h
    M hw/ppc_booke.c

  Log Message:
  -----------
  ppc: Pass PowerPCCPU to ppc_set_irq()

Adapt static caller functions.

This cleans up after passing PowerPCCPU to kvmppc_set_interrupt().

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


  Commit: 7e0a924734e7bfad7568bf57fec68bfecd5c2575
      
https://github.com/qemu/qemu/commit/7e0a924734e7bfad7568bf57fec68bfecd5c2575
  Author: Andreas Färber <address@hidden>
  Date:   2012-12-19 (Wed, 19 Dec 2012)

  Changed paths:
    M hw/ppc.c

  Log Message:
  -----------
  ppc: Pass PowerPCCPU to [h]decr callbacks

Cleans up after passing PowerPCCPU to ppc_set_irq().

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


  Commit: 50c680f06ca81aebc91ac4a325f194b2d8396721
      
https://github.com/qemu/qemu/commit/50c680f06ca81aebc91ac4a325f194b2d8396721
  Author: Andreas Färber <address@hidden>
  Date:   2012-12-19 (Wed, 19 Dec 2012)

  Changed paths:
    M hw/ppc.c

  Log Message:
  -----------
  ppc: Pass PowerPCCPU to [h]decr timer callbacks

Cleans up after passing PowerPCCPU to [h]decr exception callbacks.

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


  Commit: ee0c98e650da0ce1e4e17dc1e2bbb946cde2c45c
      
https://github.com/qemu/qemu/commit/ee0c98e650da0ce1e4e17dc1e2bbb946cde2c45c
  Author: Andreas Färber <address@hidden>
  Date:   2012-12-19 (Wed, 19 Dec 2012)

  Changed paths:
    M hw/ppc_booke.c

  Log Message:
  -----------
  ppc_booke: Pass PowerPCCPU to {decr,fit,wdt} timer callbacks

Cleans up after passing PowerPCCPU to booke_update_irq().

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


  Commit: 2f9859fb49cb3c6ec876bc0bf709f28afcdd2384
      
https://github.com/qemu/qemu/commit/2f9859fb49cb3c6ec876bc0bf709f28afcdd2384
  Author: Andreas Färber <address@hidden>
  Date:   2012-12-19 (Wed, 19 Dec 2012)

  Changed paths:
    M hw/ppc405_uc.c
    M hw/ppc4xx.h
    M hw/ppc4xx_devs.c

  Log Message:
  -----------
  ppc4xx_devs: Return PowerPCCPU from ppc4xx_init()

Prepares for passing PowerPCCPU to ppc_booke_timers_init().

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


  Commit: a34a92b9ecd8d25bd1de9df601ed31ccd8ebcae7
      
https://github.com/qemu/qemu/commit/a34a92b9ecd8d25bd1de9df601ed31ccd8ebcae7
  Author: Andreas Färber <address@hidden>
  Date:   2012-12-19 (Wed, 19 Dec 2012)

  Changed paths:
    M hw/ppc.h
    M hw/ppc/e500.c
    M hw/ppc405_uc.c
    M hw/ppc440_bamboo.c
    M hw/ppc_booke.c
    M hw/virtex_ml507.c

  Log Message:
  -----------
  ppc_booke: Pass PowerPCCPU to ppc_booke_timers_init()

Cleans up after passing PowerPCCPU to timer callbacks.

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


  Commit: a60f24b56b07f46453424263b276b0879c25c4e6
      
https://github.com/qemu/qemu/commit/a60f24b56b07f46453424263b276b0879c25c4e6
  Author: Andreas Färber <address@hidden>
  Date:   2012-12-19 (Wed, 19 Dec 2012)

  Changed paths:
    M cpu-defs.h
    M include/qemu/cpu.h
    M kvm-all.c
    M kvm.h
    M target-i386/cpu.c
    M target-i386/kvm.c
    M target-ppc/kvm.c
    M target-s390x/kvm.c

  Log Message:
  -----------
  cpu: Move kvm_state field into CPUState

Adapt some functions to take CPUState / {PowerPC,S390}CPU argument.

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


  Commit: f7575c96c6058763fe3bd8dd26f3d09473f2df36
      
https://github.com/qemu/qemu/commit/f7575c96c6058763fe3bd8dd26f3d09473f2df36
  Author: Andreas Färber <address@hidden>
  Date:   2012-12-19 (Wed, 19 Dec 2012)

  Changed paths:
    M cpu-defs.h
    M include/qemu/cpu.h
    M kvm-all.c
    M target-i386/kvm.c
    M target-s390x/kvm.c

  Log Message:
  -----------
  cpu: Move kvm_run into CPUState

Pass CPUState / {X86,S390}CPU to helper functions.

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


  Commit: 62e0c095450f6a7eb37914991f3f7966aa4da7a1
      
https://github.com/qemu/qemu/commit/62e0c095450f6a7eb37914991f3f7966aa4da7a1
  Author: Andreas Färber <address@hidden>
  Date:   2012-12-19 (Wed, 19 Dec 2012)

  Changed paths:
    M MAINTAINERS

  Log Message:
  -----------
  MAINTAINERS: Include X86CPU in CPU maintenance area

Document that the x86 CPU refactorings are going through the qom-cpu
tree. This does not contradict the established practice that patches
adding KVM features to the x86 CPU go through the KVM maintainers,
it merely takes it out of target-i386 TCG's Odd Fixes status.

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


  Commit: 501a7ce7270955be151c442c27620fa7af2f3ce5
      
https://github.com/qemu/qemu/commit/501a7ce7270955be151c442c27620fa7af2f3ce5
  Author: Andreas Färber <address@hidden>
  Date:   2012-12-22 (Sat, 22 Dec 2012)

  Changed paths:
    M .gitignore
    M MAINTAINERS
    M Makefile
    R Makefile.dis
    M Makefile.objs
    M Makefile.target
    R Makefile.user
    R a.out.h
    M acl.c
    R acl.h
    M aes.c
    R aes.h
    M aio-posix.c
    M aio-win32.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/noaudio.c
    M audio/ossaudio.c
    M audio/spiceaudio.c
    M audio/wavaudio.c
    M audio/wavcapture.c
    M audio/winwaveaudio.c
    M backends/rng-egd.c
    M backends/rng-random.c
    M 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
    M block/commit.c
    M block/cow.c
    M block/curl.c
    M block/dmg.c
    M block/gluster.c
    M block/iscsi.c
    M block/linux-aio.c
    M 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
    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
    M block/win32-aio.c
    R block_int.h
    M blockdev-nbd.c
    M blockdev.c
    R blockdev.h
    M blockjob.c
    R blockjob.h
    M bsd-user/elfload.c
    M bsd-user/main.c
    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 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
    M dump-stub.c
    M dump.c
    R dump.h
    R elf.h
    M envlist.c
    R envlist.h
    M error.c
    R error.h
    M event_notifier-posix.c
    M event_notifier-win32.c
    R event_notifier.h
    R exec-all.h
    R exec-memory.h
    M exec.c
    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.c
    M hmp.h
    M host-utils.c
    R host-utils.h
    R hppa-dis.c
    R hppa.ld
    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.h
    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/ac97.c
    M hw/acpi.c
    M hw/acpi.h
    M hw/acpi_ich9.c
    M hw/acpi_piix4.c
    M hw/adb.c
    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/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/arm11mpcore.c
    M hw/arm_boot.c
    M hw/arm_mptimer.c
    M hw/arm_sysctl.c
    M hw/arm_timer.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/cs4231a.c
    M hw/cuda.c
    M hw/debugcon.c
    M hw/dec_pci.c
    M hw/device-hotplug.c
    M hw/dma.c
    M hw/dp8393x.c
    M hw/dummy_m68k.c
    M hw/e1000.c
    M hw/eepro100.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/etraxfs.h
    M hw/etraxfs_dma.c
    M hw/etraxfs_dma.h
    M hw/etraxfs_eth.c
    M hw/etraxfs_ser.c
    M hw/etraxfs_timer.c
    M hw/exynos4210.c
    M hw/exynos4210.h
    M hw/exynos4210_fimd.c
    M hw/exynos4210_i2c.c
    M hw/exynos4210_mct.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/flash.h
    M hw/framebuffer.c
    M hw/framebuffer.h
    M hw/fw_cfg.c
    M hw/g364fb.c
    M hw/grackle_pci.c
    M hw/grlib_apbuart.c
    M hw/grlib_gptimer.c
    M hw/gt64xxx.c
    M hw/gumstix.c
    M hw/hd-geometry.c
    M hw/hda-audio.c
    M hw/hid.c
    M hw/hid.h
    M hw/highbank.c
    M hw/hpet.c
    M hw/hw.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/i82801b11.c
    M hw/ich9.h
    M hw/ide.h
    M hw/ide/ahci.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_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_internal.h
    M hw/ioh3420.c
    M hw/ioh3420.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/apic.c
    M hw/kvm/clock.c
    M hw/kvm/i8254.c
    M hw/kvm/i8259.c
    M hw/kvm/ioapic.c
    M 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_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/loader.c
    M hw/lpc_ich9.c
    M hw/lsi53c895a.c
    M 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/mc146818rtc.c
    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/microblaze_boot.c
    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/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
    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_gpmc.c
    M hw/omap_gptimer.c
    M hw/omap_lcdc.c
    M hw/omap_sx1.c
    M hw/omap_synctimer.c
    M hw/omap_uart.c
    M hw/onenand.c
    M hw/opencores_eth.c
    M hw/openpic.c
    M hw/openrisc_sim.c
    M hw/openrisc_timer.c
    M hw/palm.c
    M hw/pam.c
    M hw/pam.h
    M hw/parallel.c
    M hw/pc.c
    M hw/pc.h
    M hw/pc_piix.c
    M 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/pl031.c
    M hw/pl110.c
    M hw/pl181.c
    M hw/ppc.c
    M hw/ppc.h
    M hw/ppc/Makefile.objs
    M hw/ppc/e500.c
    M hw/ppc/e500plat.c
    M hw/ppc/mpc8544ds.c
    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
    M hw/ppce500_pci.c
    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/pxa.h
    M hw/pxa2xx.c
    M hw/pxa2xx_keypad.c
    M hw/pxa2xx_lcd.c
    M hw/pxa2xx_timer.c
    M hw/q35.h
    M hw/qdev-addr.c
    M hw/qdev-addr.h
    M hw/qdev-core.h
    M hw/qdev-monitor.c
    M hw/qdev-monitor.h
    M hw/qdev-properties-system.c
    M hw/qdev-properties.c
    M hw/qdev.c
    M hw/qxl-logger.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/event-facility.c
    M hw/s390x/event-facility.h
    M hw/s390x/sclp.c
    M hw/s390x/sclpconsole.c
    M hw/s390x/sclpquiesce.c
    M hw/sb16.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/serial-pci.c
    M hw/serial.c
    M hw/serial.h
    M hw/sga.c
    M hw/sh7750.c
    M hw/sh_intc.h
    M hw/sh_pci.c
    M hw/sh_serial.c
    M hw/sh_timer.c
    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
    M 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
    M hw/spapr_events.c
    M hw/spapr_hcall.c
    M hw/spapr_iommu.c
    M hw/spapr_llan.c
    M 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/spitz.c
    M hw/ssd0303.c
    M hw/ssd0323.c
    M hw/ssi-sd.c
    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/sun4u.c
    M hw/sysbus.c
    M hw/sysbus.h
    M hw/tc6393xb.c
    M hw/tcx.c
    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/bus.c
    M hw/usb/combined-packet.c
    M hw/usb/core.c
    M hw/usb/dev-bluetooth.c
    M hw/usb/dev-hid.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-ehci-pci.c
    M 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
    M hw/usb/redirect.c
    M hw/versatile_pci.c
    M hw/versatilepb.c
    M hw/vexpress.c
    M 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-console.c
    M hw/virtio-net.c
    M hw/virtio-net.h
    M hw/virtio-pci.c
    M hw/virtio-rng.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
    M hw/vt82c686.c
    M hw/watchdog.c
    M hw/watchdog.h
    M hw/wdt_i6300esb.c
    M hw/wdt_ib700.c
    M hw/xen-host-pci-device.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/xenfb.c
    M hw/xgmac.c
    M hw/xilinx.h
    M hw/xilinx_axidma.c
    M hw/xilinx_axienet.c
    M hw/xilinx_ethlite.c
    M hw/xilinx_spi.c
    M 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/zynq_slcr.c
    R hwaddr.h
    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/rng-random.h
    M 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/event.c
    M libcacard/vreader.c
    M libcacard/vscclient.c
    R libfdt_env.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/cris/syscall.h
    M linux-user/elfload.c
    M linux-user/main.c
    M linux-user/microblaze/syscall.h
    M linux-user/qemu.h
    M linux-user/syscall.c
    M linux-user/syscall_defs.h
    R lm32-dis.c
    R m68k-dis.c
    R m68k.ld
    M main-loop.c
    R main-loop.h
    R memory-internal.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
    M net/clients.h
    M net/dump.c
    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
    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
    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 pixman
    R poison.h
    R ppc-dis.c
    R ppc.ld
    R ppc64.ld
    R qapi-schema-guest.json
    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-error.c
    R qemu-error.h
    R qemu-file.h
    R qemu-ga.c
    M qemu-img.c
    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
    R qemu-os-posix.h
    R qemu-os-win32.h
    R qemu-pixman.c
    R qemu-pixman.h
    M qemu-progress.c
    R qemu-queue.h
    M qemu-seccomp.c
    R qemu-seccomp.h
    M qemu-sockets.c
    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
    R qemu-types.h
    R qemu-user-types.h
    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.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 rules.mak
    R s390-dis.c
    R s390.ld
    M savevm.c
    M scripts/feature_to_c.sh
    M scripts/get_maintainer.pl
    M scripts/qapi-commands.py
    M scripts/qapi-types.py
    M scripts/qapi-visit.py
    R sh4-dis.c
    M slirp/bootp.h
    M slirp/if.c
    M slirp/ip_input.c
    M slirp/main.h
    M slirp/misc.c
    M slirp/sbuf.c
    M slirp/slirp.c
    M slirp/slirp.h
    M slirp/tftp.h
    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
    M stubs/arch-query-cpu-def.c
    M stubs/fd-register.c
    M stubs/fdset-add-fd.c
    M stubs/fdset-find-fd.c
    M stubs/fdset-get-fd.c
    M stubs/fdset-remove-fd.c
    M stubs/get-fd.c
    M stubs/set-fd-handler.c
    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/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/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-i386/arch_dump.c
    M target-i386/arch_memory_mapping.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/svm_helper.c
    M target-i386/translate.c
    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/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/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/cpu-qom.h
    M target-mips/cpu.h
    M target-mips/helper.h
    M target-mips/op_helper.c
    M target-mips/translate.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/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/cpu-qom.h
    M target-s390x/cpu.c
    M target-s390x/cpu.h
    M target-s390x/fpu_helper.c
    M target-s390x/helper.c
    M target-s390x/helper.h
    M target-s390x/int_helper.c
    M target-s390x/interrupt.c
    M target-s390x/kvm.c
    M target-s390x/mem_helper.c
    M target-s390x/misc_helper.c
    M target-s390x/translate.c
    M target-sh4/cpu-qom.h
    M target-sh4/cpu.h
    M target-sh4/helper.h
    M target-sh4/op_helper.c
    M target-sh4/translate.c
    M target-sparc/cpu-qom.h
    M target-sparc/cpu.h
    M target-sparc/helper.c
    M target-sparc/helper.h
    M target-sparc/int32_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/cpu-qom.h
    M target-unicore32/cpu.h
    M target-unicore32/helper.c
    M target-unicore32/helper.h
    M target-unicore32/op_helper.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.h
    M target-xtensa/helper.c
    M target-xtensa/helper.h
    M target-xtensa/op_helper.c
    M target-xtensa/translate.c
    M target-xtensa/xtensa-semi.c
    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/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.c
    R tci-dis.c
    M tci.c
    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/libqtest.c
    M tests/tcg/cris/crisutils.h
    M tests/tcg/test-i386-fprem.c
    M tests/tcg/test-i386.c
    M 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
    M tests/test-thread-pool.c
    M tests/test-visitor-serialization.c
    M thread-pool.c
    R thread-pool.h
    M thunk.c
    R thunk.h
    M trace/simple.c
    M translate-all.c
    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.h
    M ui/vnc-enc-tight.c
    M ui/vnc-jobs.c
    M ui/vnc-palette.h
    M ui/vnc-tls.c
    M ui/vnc-tls.h
    M ui/vnc.c
    M ui/vnc.h
    M uri.c
    R uri.h
    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 qom-cpu

Adapt header include paths.

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


  Commit: 4de63460ca1639bfb0e465ecdcf95551564bb3d6
      
https://github.com/qemu/qemu/commit/4de63460ca1639bfb0e465ecdcf95551564bb3d6
  Author: Blue Swirl <address@hidden>
  Date:   2012-12-28 (Fri, 28 Dec 2012)

  Changed paths:
    M MAINTAINERS
    M hw/Makefile.objs
    M hw/alpha_dp264.c
    M hw/alpha_sys.h
    M hw/alpha_typhoon.c
    M hw/kvm/apic.c
    M hw/kvm/clock.c
    M hw/ppc.c
    M hw/ppc.h
    M hw/ppc/e500.c
    M hw/ppc405_uc.c
    M hw/ppc440_bamboo.c
    M hw/ppc4xx.h
    M hw/ppc4xx_devs.c
    M hw/ppc_booke.c
    A hw/qdev-properties-system.c
    M hw/qdev-properties.c
    M hw/qdev-properties.h
    M hw/qdev.c
    M hw/s390-virtio-bus.c
    M hw/spapr.c
    M hw/virtex_ml507.c
    M include/exec/cpu-common.h
    M include/exec/cpu-defs.h
    M include/qom/cpu.h
    M include/sysemu/kvm.h
    M kvm-all.c
    M target-alpha/cpu-qom.h
    M target-alpha/cpu.c
    M target-alpha/cpu.h
    M target-alpha/sys_helper.c
    M target-alpha/translate.c
    M target-arm/helper.c
    M target-i386/cpu.c
    M target-i386/kvm.c
    M target-m68k/helper.c
    M target-ppc/kvm.c
    M target-ppc/kvm_ppc.h
    M target-s390x/cpu.h
    M target-s390x/interrupt.c
    M target-s390x/kvm.c
    M target-s390x/misc_helper.c

  Log Message:
  -----------
  Merge branch 'qom-cpu' of git://repo.or.cz/qemu/afaerber

* 'qom-cpu' of git://repo.or.cz/qemu/afaerber:
  MAINTAINERS: Include X86CPU in CPU maintenance area
  cpu: Move kvm_run into CPUState
  cpu: Move kvm_state field into CPUState
  ppc_booke: Pass PowerPCCPU to ppc_booke_timers_init()
  ppc4xx_devs: Return PowerPCCPU from ppc4xx_init()
  ppc_booke: Pass PowerPCCPU to {decr,fit,wdt} timer callbacks
  ppc: Pass PowerPCCPU to [h]decr timer callbacks
  ppc: Pass PowerPCCPU to [h]decr callbacks
  ppc: Pass PowerPCCPU to ppc_set_irq()
  kvm: Pass CPUState to kvm_vcpu_ioctl()
  kvm: Pass CPUState to kvm_arch_*
  cpu: Move kvm_fd into CPUState
  qdev-properties.c: Separate core from the code used only by qemu-system-*
  qdev: Coding style fixes
  cpu: Introduce CPUListState struct
  target-alpha: Add support for -cpu ?
  target-alpha: Turn CPU definitions into subclasses
  target-alpha: Avoid leaking the alarm timer over reset
  alpha: Pass AlphaCPU array to Typhoon
  target-alpha: Let cpu_alpha_init() return AlphaCPU


  Commit: 62054c06d4d1d0d54ef87c2d9154efec00ad170c
      
https://github.com/qemu/qemu/commit/62054c06d4d1d0d54ef87c2d9154efec00ad170c
  Author: Alon Levy <address@hidden>
  Date:   2012-12-28 (Fri, 28 Dec 2012)

  Changed paths:
    M hw/usb/redirect.c

  Log Message:
  -----------
  usb/redirect.c: unbreak compilation due to include/char/char.h

Broken since:

commit 927d4878b0ff319ed87fed9363f314613b0a5ed9
Author: Paolo Bonzini <address@hidden>
Date:   Mon Dec 17 18:20:05 2012 +0100

    softmmu: move remaining include files to include/ subdirectories

Signed-off-by: Alon Levy <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: 927fa909d5d5cf8c07673cd16a6d3bdc81250bc0
      
https://github.com/qemu/qemu/commit/927fa909d5d5cf8c07673cd16a6d3bdc81250bc0
  Author: Brad Smith <address@hidden>
  Date:   2012-12-28 (Fri, 28 Dec 2012)

  Changed paths:
    M include/qemu/thread-posix.h
    M qemu-thread-posix.c

  Log Message:
  -----------
  Disable semaphores fallback code for OpenBSD

Disable the semaphores fallback code for OpenBSD as modern OpenBSD
releases now have sem_timedwait().

Signed-off-by: Brad Smith <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


Compare: https://github.com/qemu/qemu/compare/a2685bcc80f6...927fa909d5d5

reply via email to

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