On Tue, Jul 02, 2013 at 11:15:18AM +0530, Aneesh Kumar K.V wrote:
> From: "Aneesh Kumar K.V"
>
> Both RMA and hash page table request will be a multiple of 256K. We can use
> a chunk size of 256K to track the free/used 256K chunk in the bitmap. This
> should help to reduce the bitmap size.
>
> S
On Tue, Jul 02, 2013 at 11:15:16AM +0530, Aneesh Kumar K.V wrote:
> From: "Aneesh Kumar K.V"
>
> Powerpc architecture uses a hash based page table mechanism for mapping
> virtual
> addresses to physical address. The architecture require this hash page table
> to
> be physically contiguous. With
On Tue, 2013-07-02 at 23:25 +, Yoder Stuart-B08248 wrote:
> The write-up below is the first draft of a proposal for how the kernel can
> expose
> platform devices to user space using vfio.
>
> In short, I'm proposing a new ioctl VFIO_DEVICE_GET_DEVTREE_INFO which
> allows user space to correl
hi Alexander,
thanks for your time, this patch works fine.
Tested-by: Nello Martuscielli
-nello
On Tue, Jul 2, 2013 at 4:18 PM, Alexander Graf wrote:
> We don't emulate breakpoints yet, so just ignore reads and writes
> to / from DABR.
>
> This fixes booting of more recent Linux guest kernel
On 03.07.2013, at 01:25, Yoder Stuart-B08248 wrote:
> The write-up below is the first draft of a proposal for how the kernel can
> expose
> platform devices to user space using vfio.
>
> In short, I'm proposing a new ioctl VFIO_DEVICE_GET_DEVTREE_INFO which
> allows user space to correlate regi
The write-up below is the first draft of a proposal for how the kernel can
expose
platform devices to user space using vfio.
In short, I'm proposing a new ioctl VFIO_DEVICE_GET_DEVTREE_INFO which
allows user space to correlate regions and interrupts to the corresponding
device tree node structure
On 03.07.2013, at 00:28, Benjamin Herrenschmidt wrote:
> On Tue, 2013-07-02 at 17:12 +0200, Alexander Graf wrote:
>> Is CMA a mandatory option in the kernel? Or can it be optionally
>> disabled? If it can be disabled, we should keep the preallocated
>> fallback case around for systems that have
On Tue, 2013-07-02 at 17:12 +0200, Alexander Graf wrote:
> Is CMA a mandatory option in the kernel? Or can it be optionally
> disabled? If it can be disabled, we should keep the preallocated
> fallback case around for systems that have CMA disabled.
Why ? More junk code to keep around ...
If CM
On 03.07.2013, at 00:13, Scott Wood wrote:
> On 07/02/2013 05:08:02 PM, Yoder Stuart-B08248 wrote:
>>
>> KVM_EXIT_EPAPR_HCALL exit definition
>>/* KVM_EXIT_EPAPR_HCALL */
>>struct {
>>
On 07/02/2013 05:08:02 PM, Yoder Stuart-B08248 wrote:
KVM_EXIT_EPAPR_HCALL exit definition
/* KVM_EXIT_EPAPR_HCALL */
struct {
__u64 nr;
__u64
Version 3 changes
-added "kvm," prefix to hcall properties in device tree
-specified which registers ret and args will end up in
-removed e500-specific comments
KVM_CAP_EXIT_EPAPR_HCALL Capability
A new capability
> -Original Message-
> From: Wood Scott-B07421
> Sent: Tuesday, July 02, 2013 11:56 AM
> To: Yoder Stuart-B08248
> Cc: Alexander Graf; Bhushan Bharat-R65777; Wood Scott-B07421;
> k...@vger.kernel.org list; kvm-
> p...@vger.kernel.org
> Subject: Re: RFC: proposal for VM reset & shutdown h
On 07/02/2013 10:33:58 AM, Yoder Stuart-B08248 wrote:
> -Original Message-
> From: Alexander Graf [mailto:ag...@suse.de]
> Sent: Tuesday, July 02, 2013 10:23 AM
> To: Yoder Stuart-B08248
> Cc: Bhushan Bharat-R65777; Wood Scott-B07421; k...@vger.kernel.org
list; kvm-ppc@vger.kernel.org
On 07/02/2013 06:28 PM, Aneesh Kumar K.V wrote:
Alexander Graf writes:
On 07/02/2013 05:29 PM, Aneesh Kumar K.V wrote:
Alexander Graf writes:
On 07/02/2013 07:45 AM, Aneesh Kumar K.V wrote:
From: "Aneesh Kumar K.V"
Older version of power architecture use Real Mode Offset register and Re
Alexander Graf writes:
> On 07/02/2013 05:29 PM, Aneesh Kumar K.V wrote:
>> Alexander Graf writes:
>>
>>> On 07/02/2013 07:45 AM, Aneesh Kumar K.V wrote:
From: "Aneesh Kumar K.V"
Older version of power architecture use Real Mode Offset register and Real
Mode Limit
Selec
> -Original Message-
> From: Alexander Graf [mailto:ag...@suse.de]
> Sent: Tuesday, July 02, 2013 10:23 AM
> To: Yoder Stuart-B08248
> Cc: Bhushan Bharat-R65777; Wood Scott-B07421; k...@vger.kernel.org list;
> kvm-ppc@vger.kernel.org
> Subject: Re: RFC: proposal for VM reset & shutdown h
On 07/02/2013 05:31 PM, Aneesh Kumar K.V wrote:
Alexander Graf writes:
On 07/02/2013 07:45 AM, Aneesh Kumar K.V wrote:
From: "Aneesh Kumar K.V"
Powerpc architecture uses a hash based page table mechanism for mapping virtual
addresses to physical address. The architecture require this hash pa
Marek Szyprowski writes:
> Hello,
>
> On 7/2/2013 7:45 AM, Aneesh Kumar K.V wrote:
>> From: "Aneesh Kumar K.V"
>>
>> We want to use CMA for allocating hash page table and real mode area for
>> PPC64. Hence move DMA contiguous related changes into a seperate config
>> so that ppc64 can enable CMA
On 07/02/2013 05:29 PM, Aneesh Kumar K.V wrote:
Alexander Graf writes:
On 07/02/2013 07:45 AM, Aneesh Kumar K.V wrote:
From: "Aneesh Kumar K.V"
Older version of power architecture use Real Mode Offset register and Real Mode
Limit
Selector for mapping guest Real Mode Area. The guest RMA shou
Alexander Graf writes:
> On 07/02/2013 07:45 AM, Aneesh Kumar K.V wrote:
>> From: "Aneesh Kumar K.V"
>>
>> Powerpc architecture uses a hash based page table mechanism for mapping
>> virtual
>> addresses to physical address. The architecture require this hash page table
>> to
>> be physically co
Alexander Graf writes:
> On 07/02/2013 07:45 AM, Aneesh Kumar K.V wrote:
>> From: "Aneesh Kumar K.V"
>>
>> Older version of power architecture use Real Mode Offset register and Real
>> Mode Limit
>> Selector for mapping guest Real Mode Area. The guest RMA should be physically
>> contigous since
On 07/02/2013 05:07 PM, Yoder Stuart-B08248 wrote:
Version 2 changes
-remove advertising via KVM_HC_FEATURES
-define a new exit type (KVM_EXIT_EPAPR_HCALL) for user space
handled hcalls
-advertise KVM_EXIT_EPAPR_HCALL to user space via new capability
flag
-defined device
On 07/02/2013 07:45 AM, Aneesh Kumar K.V wrote:
From: "Aneesh Kumar K.V"
Older version of power architecture use Real Mode Offset register and Real Mode
Limit
Selector for mapping guest Real Mode Area. The guest RMA should be physically
contigous since we use the range when address translation
On 07/02/2013 07:45 AM, Aneesh Kumar K.V wrote:
From: "Aneesh Kumar K.V"
Powerpc architecture uses a hash based page table mechanism for mapping virtual
addresses to physical address. The architecture require this hash page table to
be physically contiguous. With KVM on Powerpc currently we use
Version 2 changes
-remove advertising via KVM_HC_FEATURES
-define a new exit type (KVM_EXIT_EPAPR_HCALL) for user space
handled hcalls
-advertise KVM_EXIT_EPAPR_HCALL to user space via new capability
flag
-defined device tree properties to advertise the existence
of reset an
We don't emulate breakpoints yet, so just ignore reads and writes
to / from DABR.
This fixes booting of more recent Linux guest kernels for me.
Reported-by: Nello Martuscielli
Signed-off-by: Alexander Graf
---
arch/powerpc/kvm/book3s_emulate.c | 2 ++
1 file changed, 2 insertions(+)
diff --gi
Hello,
On 7/2/2013 7:45 AM, Aneesh Kumar K.V wrote:
From: "Aneesh Kumar K.V"
We want to use CMA for allocating hash page table and real mode area for
PPC64. Hence move DMA contiguous related changes into a seperate config
so that ppc64 can enable CMA without requiring DMA contiguous.
Acked-by
Il 30/06/2013 03:38, Alexander Graf ha scritto:
> Hi Marcelo / Gleb,
>
> This is my current patch queue for ppc. Please pull and apply to next, so it
> makes its way into 3.11.
>
> Changes include:
>
> - Book3S PR: Add support for 1TB segments
> - Book3S PR fixes
>
> Alex
>
>
> The follo
28 matches
Mail list logo