Re: [PATCH 2 of 3] [KVM] Add DCR access information to struct kvm_run

2008-04-10 Thread Josh Boyer
On Tue, 8 Apr 2008 13:54:41 +1000 David Gibson <[EMAIL PROTECTED]> wrote: > On Mon, Apr 07, 2008 at 10:25:32PM -0500, Hollis Blanchard wrote: > > On Monday 07 April 2008 20:11:28 David Gibson wrote: > > > On Mon, Apr 07, 2008 at 03:53:33PM -0500, Hollis Blanchard wrote: > > > > 1 file changed, 7 i

Re: [PATCH 2 of 3] [KVM] Add DCR access information to struct kvm_run

2008-04-07 Thread David Gibson
On Mon, Apr 07, 2008 at 11:06:10PM -0500, Hollis Blanchard wrote: > On Monday 07 April 2008 22:54:41 David Gibson wrote: > > On Mon, Apr 07, 2008 at 10:25:32PM -0500, Hollis Blanchard wrote: > > > On Monday 07 April 2008 20:11:28 David Gibson wrote: > > > > On Mon, Apr 07, 2008 at 03:53:33PM -0500,

Re: [PATCH 2 of 3] [KVM] Add DCR access information to struct kvm_run

2008-04-07 Thread Hollis Blanchard
On Monday 07 April 2008 22:54:41 David Gibson wrote: > On Mon, Apr 07, 2008 at 10:25:32PM -0500, Hollis Blanchard wrote: > > On Monday 07 April 2008 20:11:28 David Gibson wrote: > > > On Mon, Apr 07, 2008 at 03:53:33PM -0500, Hollis Blanchard wrote: > > > > 1 file changed, 7 insertions(+) > > > > i

Re: [PATCH 2 of 3] [KVM] Add DCR access information to struct kvm_run

2008-04-07 Thread David Gibson
On Mon, Apr 07, 2008 at 10:25:32PM -0500, Hollis Blanchard wrote: > On Monday 07 April 2008 20:11:28 David Gibson wrote: > > On Mon, Apr 07, 2008 at 03:53:33PM -0500, Hollis Blanchard wrote: > > > 1 file changed, 7 insertions(+) > > > include/linux/kvm.h |7 +++ > > > > > > > > > Device Cont

Re: [PATCH 2 of 3] [KVM] Add DCR access information to struct kvm_run

2008-04-07 Thread Hollis Blanchard
On Monday 07 April 2008 20:11:28 David Gibson wrote: > On Mon, Apr 07, 2008 at 03:53:33PM -0500, Hollis Blanchard wrote: > > 1 file changed, 7 insertions(+) > > include/linux/kvm.h |7 +++ > > > > > > Device Control Registers are essentially another address space found on > > PowerPC 4xx pro

Re: [PATCH 2 of 3] [KVM] Add DCR access information to struct kvm_run

2008-04-07 Thread David Gibson
On Mon, Apr 07, 2008 at 03:53:33PM -0500, Hollis Blanchard wrote: > 1 file changed, 7 insertions(+) > include/linux/kvm.h |7 +++ > > > Device Control Registers are essentially another address space found on > PowerPC > 4xx processors, analogous to PIO on x86. DCRs are always 32 bits, and

[PATCH 2 of 3] [KVM] Add DCR access information to struct kvm_run

2008-04-07 Thread Hollis Blanchard
1 file changed, 7 insertions(+) include/linux/kvm.h |7 +++ Device Control Registers are essentially another address space found on PowerPC 4xx processors, analogous to PIO on x86. DCRs are always 32 bits, and are identified by a 32-bit number. We forward DCR accesses to userspace for emul