]> git.proxmox.com Git - qemu.git/commit
Merge branch 'ppc-for-upstream' of git://github.com/agraf/qemu
authorBlue Swirl <blauwirbel@gmail.com>
Sat, 9 Mar 2013 11:02:07 +0000 (11:02 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 9 Mar 2013 11:02:07 +0000 (11:02 +0000)
commit62e1aeaee4d0450222a0ea43c713b59526e3e0fe
tree9aeb9e95add5e5cb89b97bdeae93347bf44fb26d
parentd6258c93a7133bb2bf2ab4e91476bc0b631ba7f1
parentd63919c93e6fb0587632adafba82c21e55ea4396
Merge branch 'ppc-for-upstream' of git://github.com/agraf/qemu

* 'ppc-for-upstream' of git://github.com/agraf/qemu: (66 commits)
  pseries: Add compatible property to root of device tree
  target-ppc: Move CPU aliases out of translate_init.c
  target-ppc: Report CPU aliases for QMP
  target-ppc: List alias names alongside CPU models
  target-ppc: Make host CPU a subclass of the host's CPU model
  PPC: xnu kernel expects FLUSH to be cleared on STOP
  PPC: Fix dma interrupt
  target-ppc: Fix PPC_DUMP_SPR_ACCESS build
  target-ppc: Synchronize FPU state with KVM
  target-ppc: Add mechanism for synchronizing SPRs with KVM
  Save memory allocation in the elf loader
  pseries: Implement h_read hcall
  target-ppc: Change "POWER7" CPU alias
  target-ppc: Fix remaining microcontroller typos among models
  target-ppc: Split model definitions out of translate_init.c
  target-ppc: Update Coding Style for CPU models
  target-ppc: Turn descriptive CPU model comments into device descriptions
  target-ppc: Turn descriptive CPU family comments into device descriptions
  target-ppc: Set remaining fields on CPU family classes
  target-ppc: Register all types for TARGET_PPCEMB
  ...