]> git.proxmox.com Git - mirror_qemu.git/commit
Merge remote-tracking branch 'remotes/rth/tags/pull-i386-20160314' into staging
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 15 Mar 2016 10:08:12 +0000 (10:08 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 15 Mar 2016 10:08:12 +0000 (10:08 +0000)
commit9828f9b6c84009ecb07796202317297bdbb8c0ef
treec7ce66aba0153f916e37385a07f7a5ecfa45403c
parent1a8b40816839f71ef2076bbd88c4aecaf5b8d75b
parentb9f9c5b41aab06479cb1695990b7cca98ef84fc7
Merge remote-tracking branch 'remotes/rth/tags/pull-i386-20160314' into staging

target-i386 fixes

# gpg: Signature made Mon 14 Mar 2016 17:54:06 GMT using RSA key ID 4DD0279B
# gpg: Good signature from "Richard Henderson <rth7680@gmail.com>"
# gpg:                 aka "Richard Henderson <rth@redhat.com>"
# gpg:                 aka "Richard Henderson <rth@twiddle.net>"

* remotes/rth/tags/pull-i386-20160314:
  target-i386: Dump unknown opcodes with -d unimp
  target-i386: Fix inhibit irq mask handling
  target-i386: Use gen_nop_modrm for prefetch instructions
  target-i386: Fix addr16 prefix
  target-i386: Fix SMSW for 64-bit mode
  target-i386: Fix SMSW and LMSW from/to register
  target-i386: Avoid repeated calls to the bnd_jmp helper

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>