Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
* core support for MemoryRegionCache from myself
* rules.mak speedup and cleanups from myself and Marc-Adnré
* multiboot command line fix from Vlad
* SCSI fixes from myself
* small qemu-timer speedup from myself
* x86 debugging improvements from Doug
* configurable Q35 devices from Chao
* x86 5-level paging support from Kirill
* x86 SHA_NI support for KVM from Yi Sun
* improved kvmclock migration logic from Marcelo
* bugfixes and doc fixes from others
# gpg: Signature made Thu 22 Dec 2016 15:01:13 GMT
# 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: (25 commits)
x86: implement la57 paging mode
target-i386: Fix eflags.TF/#DB handling of syscall/sysret insns
kvmclock: reduce kvmclock difference on migration
kvm: sync linux headers
scsi-disk: fix VERIFY for scsi-block
hw/block/pflash_cfi*.c: fix confusing assert fail message
multiboot: copy the cmdline verbatim, unescape module strings
x86: Fix x86_64 'g' packet response to gdb from 32-bit mode.
pc: make pit configurable
pc: make sata configurable
pc: make smbus configurable
target-i386: Add Intel SHA_NI instruction support.
block: drop remaining legacy aio functions in comment
main-loop: update comment for qemu_mutex_lock/unlock_iothread
timer: fix misleading comment in timer.h
qemu-timer: check active_timers outside lock/event
virtio-scsi: introduce virtio_scsi_acquire/release
build-sys: remove libtool left-over
rules.mak: add more rules to avoid chaining
rules.mak: speedup save-vars load-vars
...
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
Showing
- .gitignore 0 additions, 4 deletions.gitignore
- Makefile 3 additions, 6 deletionsMakefile
- Makefile.objs 0 additions, 1 deletionMakefile.objs
- Makefile.target 1 addition, 0 deletionsMakefile.target
- configure 0 additions, 2 deletionsconfigure
- exec.c 95 additions, 592 deletionsexec.c
- hw/block/pflash_cfi01.c 13 additions, 0 deletionshw/block/pflash_cfi01.c
- hw/block/pflash_cfi02.c 13 additions, 0 deletionshw/block/pflash_cfi02.c
- hw/i386/kvm/clock.c 127 additions, 15 deletionshw/i386/kvm/clock.c
- hw/i386/multiboot.c 10 additions, 10 deletionshw/i386/multiboot.c
- hw/i386/pc.c 62 additions, 6 deletionshw/i386/pc.c
- hw/i386/pc_piix.c 1 addition, 1 deletionhw/i386/pc_piix.c
- hw/i386/pc_q35.c 23 additions, 16 deletionshw/i386/pc_q35.c
- hw/scsi/scsi-disk.c 8 additions, 1 deletionhw/scsi/scsi-disk.c
- hw/scsi/virtio-scsi.c 18 additions, 9 deletionshw/scsi/virtio-scsi.c
- hw/watchdog/wdt_i6300esb.c 9 additions, 0 deletionshw/watchdog/wdt_i6300esb.c
- include/block/aio.h 2 additions, 2 deletionsinclude/block/aio.h
- include/exec/cpu-all.h 23 additions, 0 deletionsinclude/exec/cpu-all.h
- include/exec/cpu-common.h 0 additions, 15 deletionsinclude/exec/cpu-common.h
- include/exec/memory.h 166 additions, 0 deletionsinclude/exec/memory.h
Loading
Please register or sign in to comment