On 03/08/2012 06:49 AM, Marcelo Tosatti wrote:
The following changes since commit e32605062cd62c2a958ad28a6ad7de4eeab12027:
xilinx_zynq: machine model initial version (2012-03-07 02:20:19 +0100)
Pulled. Thanks.
Regards,
Anthony Liguori
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