Re: [Qemu-devel] [PATCH v6 0/3] ppc: handle broadcast tlb flush

2016-09-20 Thread David Gibson
On Tue, Sep 20, 2016 at 10:04:58PM +0530, Nikunj A Dadhania wrote: > PowerPC failed to handle broadcast TLB flush operations. Executing > instructions that are defined architecturally as synchronizing global TLB > should have a global effect. > > * tlbie on BookS > * tlbivax on BookE > * H_CALLs

[Qemu-devel] [PATCH v6 0/3] ppc: handle broadcast tlb flush

2016-09-20 Thread Nikunj A Dadhania
PowerPC failed to handle broadcast TLB flush operations. Executing instructions that are defined architecturally as synchronizing global TLB should have a global effect. * tlbie on BookS * tlbivax on BookE * H_CALLs (H_REMOVE, H_BULK_REMOVE and H_PROTECT) in case of pseries, since they contai