The following changes since commit 369e8f5bbd8a5301bde6fae22b93fe9288c552a5:
buildfix: update texinfo menu (2019-11-18 10:33:29 +0000)
are available in the git repository at:
git://github.com/bonzini/qemu.git tags/for-upstream
for you to fetch changes up to 7a3e29b12f5afe0106a5713bb4db6e23dc66ef91:
mc146818rtc: fix timer interrupt reinjection again (2019-11-19 10:02:13 +0100)
----------------------------------------------------------------
* microvm docs and fixes (Sergio, Liam)
* New processor features for Intel errata (myself, Pawan)
* Kconfig fixes (myself, Thomas)
* Revert mc146818rtc change (myself)
* Deprecate scsi-disk (myself)
* RTC fix (myself, Marcelo)
----------------------------------------------------------------
Alexey Kardashevskiy (1):
scripts: Detect git worktrees for get_maintainer.pl --git
Liam Merwick (1):
hw/i386: Move save_tsc_khz from PCMachineClass to X86MachineClass
Paolo Bonzini (5):
target/i386: add PSCHANGE_NO bit for the ARCH_CAPABILITIES MSR
vfio: vfio-pci requires EDID
scsi: deprecate scsi-disk
Revert "mc146818rtc: fix timer interrupt reinjection"
mc146818rtc: fix timer interrupt reinjection again
Pawan Gupta (1):
target/i386: Export TAA_NO bit to guests
Sergio Lopez (3):
microvm: fix memory leak in microvm_fix_kernel_cmdline
docs/microvm.rst: fix alignment in "Limitations"
docs/microvm.rst: add instructions for shutting down the guest
Thomas Huth (1):
hw/i386: Fix compiler warning when CONFIG_IDE_ISA is disabled
docs/microvm.rst | 27 +++++++++++++--
hw/i386/microvm.c | 2 ++
hw/i386/pc.c | 1 -
hw/i386/pc_piix.c | 8 ++---
hw/i386/pc_q35.c | 4 +--
hw/i386/x86.c | 1 +
hw/rtc/mc146818rtc.c | 79 ++++++++++++++++++++++---------------------
hw/scsi/scsi-bus.c | 12 ++++++-
hw/scsi/scsi-disk.c | 3 ++
hw/vfio/Kconfig | 1 +
include/hw/i386/pc.h | 2 --
include/hw/i386/x86.h | 2 ++
qemu-deprecated.texi | 5 +++
scripts/get_maintainer.pl | 2 +-
target/i386/cpu.c | 4 +--
target/i386/machine.c | 4 +--
tests/qemu-iotests/051.pc.out | 6 ++--
17 files changed, 104 insertions(+), 59 deletions(-)
--
1.8.3.1