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 0/6] [PULL] qemu-kvm.git uq/master queue
Date: Fri, 5 Aug 2011 17:55:25 -0300 [thread overview]
Message-ID: <cover.1312577731.git.mtosatti@redhat.com> (raw)
The following changes since commit 35d7ace74bd07e3d6983c1fd7cbfab4e11175689:
qcow2: Fix L1 table size after bdrv_snapshot_goto (2011-08-05 07:15:47 -0500)
are available in the git repository at:
git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master
Jan Kiszka (2):
kvmclock: Fix feature detection
kvm: Drop obsolete KVM_IOEVENTFD #ifdefs
Joerg Roedel (3):
qemu: Add strtosz_suffix_unit function
qemu-x86: Add tsc_freq option to -cpu
qemu-x86: Set tsc_khz in kvm when supported
Marcelo Tosatti (1):
Remove #ifdef KVM_CAP_TSC_CONTROL
cutils.c | 16 +++++++++++-----
hw/kvmclock.c | 7 ++-----
kvm-all.c | 8 --------
qemu-common.h | 2 ++
target-i386/cpu.h | 1 +
target-i386/cpuid.c | 13 +++++++++++++
target-i386/kvm.c | 16 +++++++++++++++-
7 files changed, 44 insertions(+), 19 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: Marcelo Tosatti <mtosatti@redhat.com>
To: Anthony Liguori <aliguori@us.ibm.com>
Cc: Marcelo Tosatti <mtosatti@redhat.com>,
qemu-devel@nongnu.org, kvm@vger.kernel.org
Subject: [Qemu-devel] [PATCH 0/6] [PULL] qemu-kvm.git uq/master queue
Date: Fri, 5 Aug 2011 17:55:25 -0300 [thread overview]
Message-ID: <cover.1312577731.git.mtosatti@redhat.com> (raw)
The following changes since commit 35d7ace74bd07e3d6983c1fd7cbfab4e11175689:
qcow2: Fix L1 table size after bdrv_snapshot_goto (2011-08-05 07:15:47 -0500)
are available in the git repository at:
git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master
Jan Kiszka (2):
kvmclock: Fix feature detection
kvm: Drop obsolete KVM_IOEVENTFD #ifdefs
Joerg Roedel (3):
qemu: Add strtosz_suffix_unit function
qemu-x86: Add tsc_freq option to -cpu
qemu-x86: Set tsc_khz in kvm when supported
Marcelo Tosatti (1):
Remove #ifdef KVM_CAP_TSC_CONTROL
cutils.c | 16 +++++++++++-----
hw/kvmclock.c | 7 ++-----
kvm-all.c | 8 --------
qemu-common.h | 2 ++
target-i386/cpu.h | 1 +
target-i386/cpuid.c | 13 +++++++++++++
target-i386/kvm.c | 16 +++++++++++++++-
7 files changed, 44 insertions(+), 19 deletions(-)
next reply other threads:[~2011-08-05 20:56 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-05 20:55 Marcelo Tosatti [this message]
2011-08-05 20:55 ` [Qemu-devel] [PATCH 0/6] [PULL] qemu-kvm.git uq/master queue Marcelo Tosatti
2011-08-05 20:55 ` [PATCH 1/6] kvmclock: Fix feature detection Marcelo Tosatti
2011-08-05 20:55 ` [Qemu-devel] " Marcelo Tosatti
2011-08-05 20:55 ` [PATCH 2/6] kvm: Drop obsolete KVM_IOEVENTFD #ifdefs Marcelo Tosatti
2011-08-05 20:55 ` [Qemu-devel] " Marcelo Tosatti
2011-08-05 20:55 ` [PATCH 3/6] qemu: Add strtosz_suffix_unit function Marcelo Tosatti
2011-08-05 20:55 ` [Qemu-devel] " Marcelo Tosatti
2011-08-05 20:55 ` [PATCH 4/6] qemu-x86: Add tsc_freq option to -cpu Marcelo Tosatti
2011-08-05 20:55 ` [Qemu-devel] " Marcelo Tosatti
2011-08-05 20:55 ` [PATCH 5/6] qemu-x86: Set tsc_khz in kvm when supported Marcelo Tosatti
2011-08-05 20:55 ` [Qemu-devel] " Marcelo Tosatti
2011-08-05 21:28 ` Jan Kiszka
2011-08-05 21:28 ` [Qemu-devel] " Jan Kiszka
2011-08-05 20:55 ` [PATCH 6/6] Remove #ifdef KVM_CAP_TSC_CONTROL Marcelo Tosatti
2011-08-05 20:55 ` [Qemu-devel] " Marcelo Tosatti
2011-08-08 20:07 ` [PATCH 0/6] [PULL] qemu-kvm.git uq/master queue Anthony Liguori
2011-08-08 20:07 ` [Qemu-devel] " Anthony Liguori
-- strict thread matches above, loose matches on Subject: below --
2011-10-27 12:10 Marcelo Tosatti
2011-04-16 22:10 Marcelo Tosatti
2011-04-16 23:57 ` Anthony Liguori
2010-03-04 15:05 Marcelo Tosatti
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.1312577731.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.