On Tue, May 03, 2011 at 12:36:19PM -0600, Alex Williamson wrote: > This series pulls together several related patches for bugs and > performance that I found last week. Only the 2nd patch is actually > modified from inital posting, adding the comments suggested by > Markus. The 1st two patches fix pretty serious brokeness in the > CPUPhysMemoryClient interface. Of the two current users, kvm and > vhost, only vhost is actually affected by these bugs. Please > apply. Thanks, > > Alex
Applied first two, thanks! > --- > > Alex Williamson (3): > CPUPhysMemoryClient: Batch contiguous addresses when playing catchup > CPUPhysMemoryClient: Pass guest physical address not region offset > CPUPhysMemoryClient: Fix typo in phys memory client registration > > > exec.c | 46 ++++++++++++++++++++++++++++++++++++++++------ > 1 files changed, 40 insertions(+), 6 deletions(-)