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/5] [PULL] qemu-kvm.git uq/master queue
Date: Thu, 8 Mar 2012 09:49:42 -0300 [thread overview]
Message-ID: <cover.1331210986.git.mtosatti@redhat.com> (raw)
The following changes since commit e32605062cd62c2a958ad28a6ad7de4eeab12027:
xilinx_zynq: machine model initial version (2012-03-07 02:20:19 +0100)
are available in the git repository at:
git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master
Jan Kiszka (4):
i8254: Factor out base class for KVM reuse
i8254: Open-code timer restore
kvm: Add kvm_has_pit_state2 helper
kvm: x86: Add user space part for in-kernel i8254
Michael S. Tsirkin (1):
kvm: fill in padding to help valgrind
Makefile.objs | 2 +-
Makefile.target | 2 +-
hw/i8254.c | 281 +++++++---------------------------------------
hw/i8254.h | 11 ++
hw/i8254_common.c | 311 +++++++++++++++++++++++++++++++++++++++++++++++++++
hw/i8254_internal.h | 85 ++++++++++++++
hw/kvm/i8254.c | 254 +++++++++++++++++++++++++++++++++++++++++
hw/pc.c | 14 ++-
kvm-all.c | 12 ++
kvm-stub.c | 5 +
kvm.h | 1 +
target-i386/kvm.c | 6 +
12 files changed, 742 insertions(+), 242 deletions(-)
create mode 100644 hw/i8254_common.c
create mode 100644 hw/i8254_internal.h
create mode 100644 hw/kvm/i8254.c
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/5] [PULL] qemu-kvm.git uq/master queue
Date: Thu, 8 Mar 2012 09:49:42 -0300 [thread overview]
Message-ID: <cover.1331210986.git.mtosatti@redhat.com> (raw)
The following changes since commit e32605062cd62c2a958ad28a6ad7de4eeab12027:
xilinx_zynq: machine model initial version (2012-03-07 02:20:19 +0100)
are available in the git repository at:
git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master
Jan Kiszka (4):
i8254: Factor out base class for KVM reuse
i8254: Open-code timer restore
kvm: Add kvm_has_pit_state2 helper
kvm: x86: Add user space part for in-kernel i8254
Michael S. Tsirkin (1):
kvm: fill in padding to help valgrind
Makefile.objs | 2 +-
Makefile.target | 2 +-
hw/i8254.c | 281 +++++++---------------------------------------
hw/i8254.h | 11 ++
hw/i8254_common.c | 311 +++++++++++++++++++++++++++++++++++++++++++++++++++
hw/i8254_internal.h | 85 ++++++++++++++
hw/kvm/i8254.c | 254 +++++++++++++++++++++++++++++++++++++++++
hw/pc.c | 14 ++-
kvm-all.c | 12 ++
kvm-stub.c | 5 +
kvm.h | 1 +
target-i386/kvm.c | 6 +
12 files changed, 742 insertions(+), 242 deletions(-)
create mode 100644 hw/i8254_common.c
create mode 100644 hw/i8254_internal.h
create mode 100644 hw/kvm/i8254.c
next reply other threads:[~2012-03-08 13:47 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-08 12:49 Marcelo Tosatti [this message]
2012-03-08 12:49 ` [Qemu-devel] [PATCH 0/5] [PULL] qemu-kvm.git uq/master queue Marcelo Tosatti
2012-03-08 12:49 ` [PATCH 1/5] i8254: Factor out base class for KVM reuse Marcelo Tosatti
2012-03-08 12:49 ` [Qemu-devel] " Marcelo Tosatti
2012-03-08 12:49 ` [PATCH 2/5] i8254: Open-code timer restore Marcelo Tosatti
2012-03-08 12:49 ` [Qemu-devel] " Marcelo Tosatti
2012-03-08 12:49 ` [PATCH 3/5] kvm: Add kvm_has_pit_state2 helper Marcelo Tosatti
2012-03-08 12:49 ` [Qemu-devel] " Marcelo Tosatti
2012-03-08 12:49 ` [PATCH 4/5] kvm: x86: Add user space part for in-kernel i8254 Marcelo Tosatti
2012-03-08 12:49 ` [Qemu-devel] " Marcelo Tosatti
2012-03-08 12:49 ` [PATCH 5/5] kvm: fill in padding to help valgrind Marcelo Tosatti
2012-03-08 12:49 ` [Qemu-devel] " Marcelo Tosatti
2012-03-09 19:18 ` [Qemu-devel] [PATCH 0/5] [PULL] qemu-kvm.git uq/master queue Anthony Liguori
-- strict thread matches above, loose matches on Subject: below --
2013-04-18 2:48 Marcelo Tosatti
2011-12-22 20:13 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.1331210986.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.