All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Jones <drjones@redhat.com>
To: kvm@vger.kernel.org
Cc: pbonzini@redhat.com, lvivier@redhat.com, thuth@redhat.com
Subject: Re: [kvm-unit-tests PATCH 0/4] x86: enable malloc and friends
Date: Tue, 1 Nov 2016 09:58:58 +0100	[thread overview]
Message-ID: <20161101085858.hgjnyctq6t2az23l@kamzik.brq.redhat.com> (raw)
In-Reply-To: <1477939906-28802-1-git-send-email-drjones@redhat.com>

On Mon, Oct 31, 2016 at 07:51:42PM +0100, Andrew Jones wrote:
> And do some other alloc related things too...

I thought of some further needed improvements and will send a
v2 shortly.

> 
> Andrew Jones (4):
>   lib/alloc: improve robustness
>   x86: lib/alloc: move heap management to common code
>   lib/alloc: return a zeroed page from alloc_page
>   lib/x86/vm: enable malloc and friends
> 
>  lib/alloc.c         | 50 ++++++++++++++++++++++++++++++++++++-------
>  lib/alloc.h         | 10 +++++++++
>  lib/x86/vm.c        | 61 ++++++++++++++++++++++++-----------------------------
>  lib/x86/vm.h        |  2 +-
>  x86/Makefile.common |  1 +
>  x86/vmx.c           |  6 ------
>  x86/vmx_tests.c     |  9 --------
>  7 files changed, 81 insertions(+), 58 deletions(-)
> 
> -- 
> 2.7.4
> 
> --
> To unsubscribe from this list: send the line "unsubscribe kvm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

      parent reply	other threads:[~2016-11-01  8:59 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-31 18:51 [kvm-unit-tests PATCH 0/4] x86: enable malloc and friends Andrew Jones
2016-10-31 18:51 ` [kvm-unit-tests PATCH 1/4] lib/alloc: improve robustness Andrew Jones
2016-11-02  6:08   ` Thomas Huth
2016-11-02 10:24     ` Andrew Jones
2016-10-31 18:51 ` [kvm-unit-tests PATCH 2/4] x86: lib/alloc: move heap management to common code Andrew Jones
2016-11-02  6:14   ` Thomas Huth
2016-10-31 18:51 ` [kvm-unit-tests PATCH 3/4] lib/alloc: return a zeroed page from alloc_page Andrew Jones
2016-11-01 14:47   ` Paolo Bonzini
2016-10-31 18:51 ` [kvm-unit-tests PATCH 4/4] lib/x86/vm: enable malloc and friends Andrew Jones
2016-11-01 14:48   ` Paolo Bonzini
2016-11-01 15:49     ` Andrew Jones
2016-11-01  8:58 ` Andrew Jones [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161101085858.hgjnyctq6t2az23l@kamzik.brq.redhat.com \
    --to=drjones@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=lvivier@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=thuth@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.