ChangeLog/2.1: Difference between revisions

From QEMU
No edit summary
Line 5: Line 5:


=== Future incompatible changes ===
=== Future incompatible changes ===
* Three options are using different names on the command line and in configuration file.  In particular:
** The "acpi" configuration file section matches command-line option "acpitable";
** The "boot-opts" configuration file section matches command-line option "boot";
** The "smp-opts" configuration file section matches command-line option "smp".
:Starting with QEMU xyz.jkl, -readconfig will standardize on the name for the command line option.


=== ARM ===
=== ARM ===

Revision as of 13:31, 15 May 2014

(as of commit f30d56e7d63fe2f536511bffa13306bec2e01c37)

System emulation

Incompatible changes

Future incompatible changes

  • Three options are using different names on the command line and in configuration file. In particular:
    • The "acpi" configuration file section matches command-line option "acpitable";
    • The "boot-opts" configuration file section matches command-line option "boot";
    • The "smp-opts" configuration file section matches command-line option "smp".
Starting with QEMU xyz.jkl, -readconfig will standardize on the name for the command line option.

ARM

  • Improvements to Allwinner SoC emulation.
  • Much more complete support for AArch64.

Microblaze

  • Support for u-boot initrd images.

Power

s390

SPARC

x86

  • QEMU now presents version 0x14 for the emulated local APIC, for consistency with KVM and improved compatibility with Mac OS X.
  • More faithful SMBus controller emulation.
  • More faithful CPL (current privilege level) emulation in TCG mode.

KVM

Xen

Xtensa

Device emulation

SCSI

USB

  • Support for file-sharing via MTP emulation

GUI

  • Many bug fixes for the GTK+ interface.
  • Mouse wheel support for the SDL 2.0 interface.

Monitor

Migration

  • Many fixes to XBZRLE.

Network

Block devices in system emulation

Various

Block devices and tools

  • Support for compressed (streamOptimized) VMDK images as conversion targets.

TCG

  • Improvement to AArch64, Alpha, ia64 and SPARC backends

Tracing

User-mode emulation

  • Support for opening /proc/self/exe.

Known issues