Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agraf
commit4d0365165dd831b9f5d305a1480447dd83810a55
authorBlue Swirl <blauwirbel@gmail.com>
Sun, 15 Apr 2012 18:39:55 +0000 (15 18:39 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 15 Apr 2012 18:39:55 +0000 (15 18:39 +0000)
treeeb17645a64014127895149b78741f5cd4abc957c
parentb79b38e4b3199984a6ad0ead5be2431c8e804eaa
parentc17491b63e198ac48d533f8a9d301d11c5880a36
Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agraf

* 'ppc-for-upstream' of git://repo.or.cz/qemu/agraf:
  pseries: Fix reset of VIO network device
  pseries: Reset vscsi properly
  pseries: Correctly use the device model reset hooks
  pseries: Remove old hcalls hook stub
  pseries: Remove old debug leftovers from spapr_vscsi
  pseries: Fix RTAS based config access
  target-ppc/machine.c: Drop unnecessary ifdefs
  target-ppc: Init dcache and icache size for e500 user mode
  target-ppc: Fix type casts for w64 (uintptr_t)
  target-ppc: QOM'ify CPU reset
  target-ppc: Start QOM'ifying CPU init
  target-ppc: QOM'ify CPU
  target-ppc: Add hooks for handling tcg and kvm limitations
  target-ppc: Drop cpu_ppc_close()
  pseries: Consolidate hack for RTAS display-character usage
  pseries: Remove unused fields from VIOsPAPRBus structure
  pseries: Implement RTAS system-reboot call
  pseries: Fix bug with reset of VIO CRQs
  pseries: Clean up hcall_dprintf() debugging messages
  PPC: Fix TLB invalidation bug within the PPC interrupt handler.