All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v1 0/3] add support for VCPU event states
@ 2018-05-31 11:43 Dongjiu Geng
  2018-05-31  4:15 ` no-reply
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Dongjiu Geng @ 2018-05-31 11:43 UTC (permalink / raw)
  To: peter.maydell, qemu-arm, qemu-devel, linuxarm

support for KVM_GET/SET_VCPU_EVENTS to get/set the SError exception
state, and support the state migration.

Dongjiu Geng (3):
  linux-headers: update to v4.17-rc7
  kvm: sync linux headers
  target: arm: Add support for VCPU event states

 include/standard-headers/asm-x86/hyperv.h       |   1 -
 include/standard-headers/asm-x86/kvm_para.h     |   2 +-
 include/standard-headers/linux/ethtool.h        |  36 ++-
 include/standard-headers/linux/input.h          |   4 +-
 include/standard-headers/linux/pci_regs.h       |   7 +-
 include/standard-headers/linux/virtio_balloon.h |  15 +
 include/standard-headers/linux/virtio_gpu.h     |   1 -
 include/standard-headers/rdma/vmw_pvrdma-abi.h  |  49 ++--
 linux-headers/COPYING                           | 358 +-----------------------
 linux-headers/asm-arm/kvm.h                     |  15 +
 linux-headers/asm-arm64/kvm.h                   |  19 ++
 linux-headers/asm-x86/hyperv.h                  |   1 -
 linux-headers/asm-x86/kvm.h                     |  19 +-
 linux-headers/linux/kvm.h                       |  31 +-
 linux-headers/linux/vfio.h                      |  27 ++
 target/arm/cpu.h                                |   5 +
 target/arm/kvm64.c                              |  64 +++++
 target/arm/machine.c                            |   3 +
 18 files changed, 268 insertions(+), 389 deletions(-)
 delete mode 100644 include/standard-headers/asm-x86/hyperv.h
 delete mode 100644 linux-headers/asm-x86/hyperv.h

-- 
2.7.4

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-05-31 20:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-31 11:43 [Qemu-devel] [PATCH v1 0/3] add support for VCPU event states Dongjiu Geng
2018-05-31  4:15 ` no-reply
2018-05-31 11:43 ` [Qemu-devel] [PATCH v1 1/3] linux-headers: update to v4.17-rc7 Dongjiu Geng
2018-05-31 11:43 ` [Qemu-devel] [PATCH v1 2/3] kvm: sync linux headers Dongjiu Geng
2018-05-31 11:43 ` [Qemu-devel] [PATCH v1 3/3] target: arm: Add support for VCPU event states Dongjiu Geng

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.