All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marcelo Tosatti <mtosatti@redhat.com>
To: Anthony Liguori <aliguori@us.ibm.com>
Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org,
	Marcelo Tosatti <mtosatti@redhat.com>
Subject: [PATCH 00/10] [PULL] qemu-kvm.git uq/master queue
Date: Wed, 20 Oct 2010 15:43:37 -0200	[thread overview]
Message-ID: <cover.1287596626.git.mtosatti@redhat.com> (raw)

The following changes since commit 38cc9b607f85017b095793cab6c129bc9844f441:

  issue snd_pcm_start() when capturing audio (2010-10-18 00:39:06 +0400)

are available in the git repository at:
  git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master

Huang Ying (1):
      Add RAM -> physical addr mapping in MCE simulation

Joerg Roedel (2):
      Set cpuid definition to 0 before initializing it
      Add svm cpuid features

Marcelo Tosatti (7):
      signalfd compatibility
      iothread: use signalfd
      kvm: x86: add mce support
      Export qemu_ram_addr_from_host
      MCE: Relay UCR MCE to guest
      Add savevm/loadvm support for MCE
      Fix memory leak in register save load due to xsave support

 Makefile.objs         |    1 +
 compatfd.c            |  117 ++++++++++++++++++
 compatfd.h            |   43 +++++++
 configure             |   18 +++
 cpu-common.h          |    3 +-
 cpus.c                |  156 ++++++++++++++++++++++--
 exec-all.h            |    2 +-
 exec.c                |   26 +++--
 kvm-all.c             |   18 +++
 kvm-stub.c            |    5 +
 kvm.h                 |    9 ++
 target-i386/cpu.h     |   32 +++++-
 target-i386/cpuid.c   |   79 ++++++++++---
 target-i386/helper.c  |    6 +
 target-i386/kvm.c     |  311 ++++++++++++++++++++++++++++++++++++++++++++++++-
 target-i386/kvm_x86.h |   22 ++++
 16 files changed, 801 insertions(+), 47 deletions(-)
 create mode 100644 compatfd.c
 create mode 100644 compatfd.h
 create mode 100644 target-i386/kvm_x86.h

             reply	other threads:[~2010-10-20 17:45 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-20 17:43 Marcelo Tosatti [this message]
2010-10-20 17:43 ` [PATCH 01/10] Set cpuid definition to 0 before initializing it Marcelo Tosatti
2010-10-20 17:43 ` [PATCH 02/10] Add svm cpuid features Marcelo Tosatti
2010-10-20 17:43 ` [PATCH 03/10] signalfd compatibility Marcelo Tosatti
2010-10-20 17:43 ` [PATCH 04/10] iothread: use signalfd Marcelo Tosatti
2010-10-20 17:43 ` [PATCH 05/10] kvm: x86: add mce support Marcelo Tosatti
2010-10-20 19:58   ` Anthony Liguori
2010-10-20 17:43 ` [PATCH 06/10] Export qemu_ram_addr_from_host Marcelo Tosatti
2010-10-20 17:43 ` [PATCH 07/10] Add RAM -> physical addr mapping in MCE simulation Marcelo Tosatti
2010-10-20 19:56   ` Anthony Liguori
2010-10-20 17:43 ` [PATCH 08/10] MCE: Relay UCR MCE to guest Marcelo Tosatti
2010-10-20 19:51   ` Anthony Liguori
2010-10-20 20:59     ` Anthony Liguori
2010-10-20 21:33       ` [Qemu-devel] " Marcelo Tosatti
2010-10-20 21:28     ` Marcelo Tosatti
2010-10-20 21:56     ` Paolo Bonzini
2010-10-20 22:03       ` Anthony Liguori
2010-10-21  7:41         ` Paolo Bonzini
2010-10-20 17:43 ` [PATCH 09/10] Add savevm/loadvm support for MCE Marcelo Tosatti
2010-10-20 19:54   ` Anthony Liguori
2010-10-20 17:43 ` [PATCH 10/10] Fix memory leak in register save load due to xsave support Marcelo Tosatti
2010-10-20 19:01 ` [PATCH 00/10] [PULL] qemu-kvm.git uq/master queue Anthony Liguori
2010-10-20 19:05   ` Marcelo Tosatti
2010-10-20 19:15     ` Anthony Liguori
2010-10-20 19:52 ` Anthony Liguori
2010-10-20 21:59 ` Anthony Liguori
  -- strict thread matches above, loose matches on Subject: below --
2010-10-19 10:40 Marcelo Tosatti
2010-04-26 17:58 Marcelo Tosatti
2010-05-03 13:02 ` Anthony Liguori

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=cover.1287596626.git.mtosatti@redhat.com \
    --to=mtosatti@redhat.com \
    --cc=aliguori@us.ibm.com \
    --cc=kvm@vger.kernel.org \
    --cc=qemu-devel@nongnu.org \
    /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.