]> git.proxmox.com Git - mirror_qemu.git/commitdiff
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 10 Oct 2016 09:39:29 +0000 (10:39 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 10 Oct 2016 09:39:29 +0000 (10:39 +0100)
* Thread Sanitizer fixes (Alex)
* Coverity fixes (David)
* test-qht fixes (Emilio)
* QOM interface for info irq/info pic (Hervé)
* -rtc clock=rt fix (Junlian)
* mux chardev fixes (Marc-André)
* nicer report on death by signal (Michal)
* qemu-tech TLC (Paolo)
* MSI support for edu device (Peter)
* qemu-nbd --offset fix (Tomáš)

# gpg: Signature made Fri 07 Oct 2016 17:25:10 BST
# gpg:                using RSA key 0xBFFBD25F78C7AE83
# gpg: Good signature from "Paolo Bonzini <bonzini@gnu.org>"
# gpg:                 aka "Paolo Bonzini <pbonzini@redhat.com>"
# Primary key fingerprint: 46F5 9FBD 57D6 12E7 BFD4  E2F7 7E15 100C CD36 69B1
#      Subkey fingerprint: F133 3857 4B66 2389 866C  7682 BFFB D25F 78C7 AE83

* remotes/bonzini/tags/for-upstream: (39 commits)
  qemu-doc: merge qemu-tech and qemu-doc
  qemu-tech: rewrite some parts
  qemu-tech: reorganize content
  qemu-tech: move TCG test documentation to tests/tcg/README
  qemu-tech: move user mode emulation features from qemu-tech
  qemu-tech: document lazy condition code evaluation in cpu.h
  qemu-tech: move text from qemu-tech to tcg/README
  qemu-doc: drop installation and compilation notes
  qemu-doc: replace introduction with the one from the internals manual
  qemu-tech: drop index
  test-qht: perform lookups under rcu_read_lock
  qht: fix unlock-after-free segfault upon resizing
  qht: simplify qht_reset_size
  qemu-nbd: Shrink image size by specified offset
  qemu_kill_report: Report PID name too
  util: Introduce qemu_get_pid_name
  char: update read handler in all cases
  char: use a fixed idx for child muxed chr
  i8259: give ISA device when registering ISA ioports
  .travis.yml: add gcc sanitizer build
  ...

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
1  2 
Makefile
hw/intc/Makefile.objs
include/hw/i386/pc.h
util/oslib-posix.c

diff --cc Makefile
index b103a98c95b031e16ad7dfd8a62e89ceb99e705c,f148077f8f71c72e83bf7e811aff3fa09e6175e5..5f6acaed3bc9ead0bbee025835fab188e56f201d
+++ b/Makefile
@@@ -590,12 -589,12 +589,12 @@@ qemu-ga.8: qemu-ga.tex
        $(call quiet-command, \
          perl -Ww -- $(SRC_PATH)/scripts/texi2pod.pl $< qemu-ga.pod && \
          $(POD2MAN) --section=8 --center=" " --release=" " qemu-ga.pod > $@, \
 -        "  GEN   $@")
 +        "GEN","$@")
  
- dvi: qemu-doc.dvi qemu-tech.dvi
- html: qemu-doc.html qemu-tech.html
- info: qemu-doc.info qemu-tech.info
- pdf: qemu-doc.pdf qemu-tech.pdf
+ dvi: qemu-doc.dvi
+ html: qemu-doc.html
+ info: qemu-doc.info
+ pdf: qemu-doc.pdf
  
  qemu-doc.dvi qemu-doc.html qemu-doc.info qemu-doc.pdf: \
        qemu-img.texi qemu-nbd.texi qemu-options.texi qemu-option-trace.texi \
index 9cca2800d32a09bac0ddc56b55c2864c73a0f2f6,f24c837118cf1e65c26d3fab19cd3d7f765389da..2f44a2da26e9f318b4e72bd34a172ee6c1cd0dc6
@@@ -16,8 -16,8 +16,9 @@@ common-obj-$(CONFIG_ARM_GIC) += arm_gic
  common-obj-$(CONFIG_ARM_GIC) += arm_gicv3.o
  common-obj-$(CONFIG_ARM_GIC) += arm_gicv3_dist.o
  common-obj-$(CONFIG_ARM_GIC) += arm_gicv3_redist.o
 +common-obj-$(CONFIG_ARM_GIC) += arm_gicv3_its_common.o
  common-obj-$(CONFIG_OPENPIC) += openpic.o
+ common-obj-y += intc.o
  
  obj-$(CONFIG_APIC) += apic.o apic_common.o
  obj-$(CONFIG_ARM_GIC_KVM) += arm_gic_kvm.o
Simple merge
Simple merge