qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] update-linux-headers changes
@ 2015-09-09 13:25 Paolo Bonzini
  2015-09-09 13:25 ` [Qemu-devel] [PATCH 1/2] update Linux headers to 4.2 Paolo Bonzini
  2015-09-09 13:25 ` [Qemu-devel] [PATCH 2/2] target-i386: move asm-x86/hyperv.h to standard-headers Paolo Bonzini
  0 siblings, 2 replies; 6+ messages in thread
From: Paolo Bonzini @ 2015-09-09 13:25 UTC (permalink / raw)
  To: qemu-devel; +Cc: den

Patch 1 updates the Linux headers, which required an unexpected change
to hw/pci/pcie_aer.c.

Patch 2 modifies the update-linux-headers script so that asm-x86/hyperv.h
can be moved to standard-headers.  This is required by the Hyper-V crash
MSR patches, which use a Hyper-V define in cpu.h.

Paolo Bonzini (2):
  update Linux headers to 4.2
  target-i386: move asm-x86/hyperv.h to standard-headers

 hw/pci/pcie_aer.c                                  |   4 +-
 .../standard-headers}/asm-x86/hyperv.h             |  12 +-
 include/standard-headers/linux/pci_regs.h          | 381 +++++++++++++++------
 include/standard-headers/linux/virtio_ring.h       |   3 +-
 linux-headers/asm-x86/hyperv.h                     | 251 +-------------
 linux-headers/asm-x86/kvm.h                        |   4 +-
 linux-headers/linux/kvm.h                          |   1 -
 scripts/update-linux-headers.sh                    |  78 +++--
 target-i386/kvm.c                                  |   2 +-
 9 files changed, 342 insertions(+), 394 deletions(-)
 copy {linux-headers => include/standard-headers}/asm-x86/hyperv.h (97%)

-- 
2.4.3

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

end of thread, other threads:[~2015-09-09 14:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-09 13:25 [Qemu-devel] [PATCH 0/2] update-linux-headers changes Paolo Bonzini
2015-09-09 13:25 ` [Qemu-devel] [PATCH 1/2] update Linux headers to 4.2 Paolo Bonzini
2015-09-09 14:23   ` Cornelia Huck
2015-09-09 14:31     ` Paolo Bonzini
2015-09-09 13:25 ` [Qemu-devel] [PATCH 2/2] target-i386: move asm-x86/hyperv.h to standard-headers Paolo Bonzini
2015-09-09 14:48   ` Cornelia Huck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).