]> 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>
Fri, 16 Mar 2018 11:05:03 +0000 (11:05 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 16 Mar 2018 11:05:03 +0000 (11:05 +0000)
* Record-replay lockstep execution, log dumper and fixes (Alex, Pavel)
* SCSI fix to pass maximum transfer size (Daniel Barboza)
* chardev fixes and improved iothread support (Daniel BerrangĂ©, Peter)
* checkpatch tweak (Eric)
* make help tweak (Marc-AndrĂ©)
* make more PCI NICs available with -net or -nic (myself)
* change default q35 NIC to e1000e (myself)
* SCSI support for NDOB bit (myself)
* membarrier system call support (myself)
* SuperIO refactoring (Philippe)
* miscellaneous cleanups and fixes (Thomas)

# gpg: Signature made Mon 12 Mar 2018 16:10:52 GMT
# 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: (69 commits)
  tcg: fix cpu_io_recompile
  replay: update documentation
  replay: save vmstate of the asynchronous events
  replay: don't process async events when warping the clock
  scripts/replay-dump.py: replay log dumper
  replay: avoid recursive call of checkpoints
  replay: check return values of fwrite
  replay: push replay_mutex_lock up the call tree
  replay: don't destroy mutex at exit
  replay: make locking visible outside replay code
  replay/replay-internal.c: track holding of replay_lock
  replay/replay.c: bump REPLAY_VERSION again
  replay: save prior value of the host clock
  replay: added replay log format description
  replay: fix save/load vm for non-empty queue
  replay: fixed replay_enable_events
  replay: fix processing async events
  cpu-exec: fix exception_index handling
  hw/i386/pc: Factor out the superio code
  hw/alpha/dp264: Use the TYPE_SMC37C669_SUPERIO
  ...

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
# Conflicts:
# default-configs/i386-softmmu.mak
# default-configs/x86_64-softmmu.mak

1  2 
Makefile
chardev/char-socket.c
chardev/char.c
configure
default-configs/i386-softmmu.mak
default-configs/x86_64-softmmu.mak
linux-user/main.c
tests/test-char.c

diff --cc Makefile
Simple merge
Simple merge
diff --cc chardev/char.c
Simple merge
diff --cc configure
Simple merge
index 8973579bd014be05957cf0c1289781ccd23cff17,9e5a29fa4a5efcc98498aeb4139ca8c3ab255a85..8c7d4a0fa06b9b836c84d416271ab0a0517a7184
@@@ -63,4 -63,5 +63,6 @@@ CONFIG_PXB=
  CONFIG_ACPI_VMGENID=y
  CONFIG_FW_CFG_DMA=y
  CONFIG_I2C=y
 +CONFIG_SEV=$(CONFIG_KVM)
+ CONFIG_VTD=y
+ CONFIG_AMD_IOMMU=y
index 5e27a7a4f4cee0783b862844870535886c122d11,7baf91b9212ec5baf7db8e99523e2b2dafea46cd..0390b4303c14a013bc273fbaf48fdf664331472a
@@@ -63,4 -63,5 +63,6 @@@ CONFIG_PXB=
  CONFIG_ACPI_VMGENID=y
  CONFIG_FW_CFG_DMA=y
  CONFIG_I2C=y
 +CONFIG_SEV=$(CONFIG_KVM)
+ CONFIG_VTD=y
+ CONFIG_AMD_IOMMU=y
Simple merge
Simple merge