Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
* configure fix for environment variables (Daniel)
* fix memory leaks (Alex)
* x86_64 MTTCG fixes (Emilio)
* introduce atomic64 (Emilio)
* Fix for virtio hang (Fam, myself)
* SH serial port fix (Geert)
* Deprecate rotation_rate for scsi-block (Fam)
* Extend memory-backend-file availability to all POSIX hosts (Hikaru)
* Memory API cleanups and fixes (Igor, Li Qiang, Peter, Philippe)
* MSI/IOMMU fix (Jan)
* Socket reconnection fixes (Marc-André)
* icount fixes (Emilio, myself)
* QSP fixes for Coverity (myself)
* Some record/replay improovements (Pavel)
* Packed struct fixes (Peter)
* Windows dump fixes and elf2dmp (Viktor)
* kbmclock fix (Yongji)
# gpg: Signature made Tue 02 Oct 2018 18:13:12 BST
# gpg: using RSA key BFFBD25F78C7AE83
# 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: (80 commits)
hw/scsi/mptendian: Avoid taking address of fields in packed structs
cpus: fix TCG kick timer leak
docs/devel/memory.txt: Document _with_attrs accessors
hw/nvram/fw_cfg: Use memberwise copy of MemoryRegionOps struct
memory: Remove old_mmio accessors
memory: Fix access_with_adjusted_size(small size) on big-endian memory regions
memory: Refactor common shifting code from accessors
memory: Use MAKE_64BIT_MASK()
virtio: do not take address of packed members
replay: replay BH for IDE trim operation
hostmem-file: make available memory-backend-file on POSIX-based hosts
target/i386: fix translation for icount mode
hvf: drop unused variable
qom/object: add some interface asserts
accel/tcg: Remove dead code
lsi53c895a: convert to trace-events
scsi-block: Deprecate rotation_rate
kvmclock: run KVM_KVMCLOCK_CTRL ioctl in vcpu thread
MAINTAINERS: add myself as elf2dmp maintainer
contrib: add elf2dmp tool
...
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- MAINTAINERS 5 additions, 0 deletionsMAINTAINERS
- Makefile 5 additions, 0 deletionsMakefile
- Makefile.objs 1 addition, 0 deletionsMakefile.objs
- accel/tcg/translate-all.c 0 additions, 9 deletionsaccel/tcg/translate-all.c
- accel/tcg/translator.c 6 additions, 2 deletionsaccel/tcg/translator.c
- backends/Makefile.objs 1 addition, 1 deletionbackends/Makefile.objs
- backends/hostmem-file.c 1 addition, 1 deletionbackends/hostmem-file.c
- backends/hostmem-memfd.c 19 additions, 13 deletionsbackends/hostmem-memfd.c
- chardev/char-pty.c 0 additions, 6 deletionschardev/char-pty.c
- chardev/char-socket.c 36 additions, 50 deletionschardev/char-socket.c
- configure 45 additions, 0 deletionsconfigure
- contrib/elf2dmp/Makefile.objs 1 addition, 0 deletionscontrib/elf2dmp/Makefile.objs
- contrib/elf2dmp/addrspace.c 233 additions, 0 deletionscontrib/elf2dmp/addrspace.c
- contrib/elf2dmp/addrspace.h 44 additions, 0 deletionscontrib/elf2dmp/addrspace.h
- contrib/elf2dmp/download.c 47 additions, 0 deletionscontrib/elf2dmp/download.c
- contrib/elf2dmp/download.h 13 additions, 0 deletionscontrib/elf2dmp/download.h
- contrib/elf2dmp/err.h 13 additions, 0 deletionscontrib/elf2dmp/err.h
- contrib/elf2dmp/kdbg.h 194 additions, 0 deletionscontrib/elf2dmp/kdbg.h
- contrib/elf2dmp/main.c 589 additions, 0 deletionscontrib/elf2dmp/main.c
- contrib/elf2dmp/pdb.c 322 additions, 0 deletionscontrib/elf2dmp/pdb.c
Loading
Please register or sign in to comment