Stefan Hajnoczi
214a8da236
* configure: don't enable firmware for targets that are not built
* configure: don't use strings(1)
* scsi, target/i386: switch from device_legacy_reset() to device_cold_reset()
* target/i386: AVX support for TCG
* target/i386: fix SynIC SINT assertion failure on guest reset
* target/i386: Use atomic operations for pte updates and other cleanups
* tests/tcg: extend SSE tests to AVX
* virtio-scsi: send "REPORTED LUNS CHANGED" sense data upon disk hotplug events
-----BEGIN PGP SIGNATURE-----
iQFIBAABCAAyFiEE8TM4V0tmI4mGbHaCv/vSX3jHroMFAmNOlOcUHHBib256aW5p
QHJlZGhhdC5jb20ACgkQv/vSX3jHroNuvwgAj/Z5pI9KU33XiWKFR3bZf2lHh21P
xmTzNtPmnP1WHDY1DNug/UB+BLg3c+carpTf5n3B8aKI4X3FfxGSJvYlXy4BONFD
XqYMH3OZB5GaR8Wza9trNYjDs/9hOZus/0R6Hqdl/T38PlMjf8mmayULJIGdcFcJ
WJvITVntbcCwwbpyJbRC5BNigG8ZXTNRoKBgtFVGz6Ox+n0YydwKX5qU5J7xRfCU
lW41LjZ0Fk5lonH16+xuS4WD5EyrNt8cMKCGsxnyxhI7nehe/OGnYr9l+xZJclrh
inQlSwJv0IpUJcrGCI4Xugwux4Z7ZXv3JQ37FzsdZcv/ZXpGonXMeXNJ9A==
=o6x7
-----END PGP SIGNATURE-----
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
* configure: don't enable firmware for targets that are not built
* configure: don't use strings(1)
* scsi, target/i386: switch from device_legacy_reset() to device_cold_reset()
* target/i386: AVX support for TCG
* target/i386: fix SynIC SINT assertion failure on guest reset
* target/i386: Use atomic operations for pte updates and other cleanups
* tests/tcg: extend SSE tests to AVX
* virtio-scsi: send "REPORTED LUNS CHANGED" sense data upon disk hotplug events
# -----BEGIN PGP SIGNATURE-----
#
# iQFIBAABCAAyFiEE8TM4V0tmI4mGbHaCv/vSX3jHroMFAmNOlOcUHHBib256aW5p
# QHJlZGhhdC5jb20ACgkQv/vSX3jHroNuvwgAj/Z5pI9KU33XiWKFR3bZf2lHh21P
# xmTzNtPmnP1WHDY1DNug/UB+BLg3c+carpTf5n3B8aKI4X3FfxGSJvYlXy4BONFD
# XqYMH3OZB5GaR8Wza9trNYjDs/9hOZus/0R6Hqdl/T38PlMjf8mmayULJIGdcFcJ
# WJvITVntbcCwwbpyJbRC5BNigG8ZXTNRoKBgtFVGz6Ox+n0YydwKX5qU5J7xRfCU
# lW41LjZ0Fk5lonH16+xuS4WD5EyrNt8cMKCGsxnyxhI7nehe/OGnYr9l+xZJclrh
# inQlSwJv0IpUJcrGCI4Xugwux4Z7ZXv3JQ37FzsdZcv/ZXpGonXMeXNJ9A==
# =o6x7
# -----END PGP SIGNATURE-----
# gpg: Signature made Tue 18 Oct 2022 07:58:31 EDT
# gpg: using RSA key F13338574B662389866C7682BFFBD25F78C7AE83
# gpg: issuer "pbonzini@redhat.com"
# gpg: Good signature from "Paolo Bonzini <bonzini@gnu.org>" [full]
# gpg: aka "Paolo Bonzini <pbonzini@redhat.com>" [full]
# 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
* tag 'for-upstream' of https://gitlab.com/bonzini/qemu: (53 commits)
target/i386: remove old SSE decoder
target/i386: move 3DNow to the new decoder
tests/tcg: extend SSE tests to AVX
target/i386: Enable AVX cpuid bits when using TCG
target/i386: implement VLDMXCSR/VSTMXCSR
target/i386: implement XSAVE and XRSTOR of AVX registers
target/i386: reimplement 0x0f 0x28-0x2f, add AVX
target/i386: reimplement 0x0f 0x10-0x17, add AVX
target/i386: reimplement 0x0f 0xc2, 0xc4-0xc6, add AVX
target/i386: reimplement 0x0f 0x38, add AVX
target/i386: Use tcg gvec ops for pmovmskb
target/i386: reimplement 0x0f 0x3a, add AVX
target/i386: clarify (un)signedness of immediates from 0F3Ah opcodes
target/i386: reimplement 0x0f 0xd0-0xd7, 0xe0-0xe7, 0xf0-0xf7, add AVX
target/i386: reimplement 0x0f 0x70-0x77, add AVX
target/i386: reimplement 0x0f 0x78-0x7f, add AVX
target/i386: reimplement 0x0f 0x50-0x5f, add AVX
target/i386: reimplement 0x0f 0xd8-0xdf, 0xe8-0xef, 0xf8-0xff, add AVX
target/i386: reimplement 0x0f 0x60-0x6f, add AVX
target/i386: Introduce 256-bit vector helpers
...
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2022-10-18 11:14:31 -04:00
..
2022-06-11 11:44:15 +02:00
2022-05-19 16:19:02 +01:00
2022-09-29 17:40:01 +01:00
2022-05-14 12:33:44 +02:00
2022-09-30 18:42:34 +02:00
2022-01-21 15:52:56 +10:00
2022-10-06 19:30:43 +04:00
2020-09-18 14:12:32 -04:00
2021-03-19 15:18:43 +01:00
2022-10-09 16:38:45 -04:00
2022-06-08 19:38:47 +01:00
2022-01-28 14:29:46 +00:00
2022-10-09 16:38:45 -04:00
2022-05-25 10:31:33 +02:00
2022-05-30 19:49:42 +02:00
2022-07-14 16:24:38 +02:00
2022-08-25 21:59:04 +02:00
2022-09-30 18:43:44 +02:00
2022-07-18 19:28:46 +01:00
2022-09-07 09:19:10 +02:00
2021-09-30 13:42:10 +01:00
2020-09-18 14:12:32 -04:00
2022-06-11 11:44:50 +02:00
2020-09-30 19:11:36 +02:00
2022-09-20 15:44:25 +08:00
2022-02-21 10:35:13 +01:00
2022-07-26 10:37:46 -04:00
2022-04-06 10:50:37 +02:00
2022-07-14 16:24:38 +02:00
2022-05-11 16:50:32 +02:00
2022-05-11 16:49:06 +02:00
2022-10-14 14:29:50 +10:00
2022-09-04 07:02:56 +01:00
2022-10-13 13:55:53 -04:00
2022-06-09 19:32:49 -04:00
2022-09-20 15:44:24 +08:00
2022-10-17 16:15:09 -03:00
2021-11-02 15:55:14 +00:00
2022-06-15 16:43:42 +01:00
2022-10-14 14:29:50 +10:00
2022-09-04 07:02:56 +01:00
2022-05-11 16:49:06 +02:00
2022-09-26 17:23:47 +02:00
2022-10-13 23:38:33 +02:00
2021-11-02 14:14:55 -04:00
2022-07-14 16:24:38 +02:00
2021-10-30 18:39:37 +02:00
2022-06-11 11:44:50 +02:00
2021-03-19 15:18:43 +01:00
2022-10-14 14:29:50 +10:00
2022-09-07 09:19:10 +02:00
2022-05-11 16:50:01 +02:00
2022-09-27 07:32:30 +02:00
2022-05-06 09:06:51 -06:00
2022-10-09 16:38:45 -04:00
2022-05-11 16:49:06 +02:00
2022-06-29 00:24:59 +02:00
2019-08-16 13:31:52 +02:00
2022-08-25 21:59:04 +02:00
2021-10-27 17:10:00 -07:00
2022-01-20 09:09:37 +01:00
2020-09-09 09:27:09 -04:00
2020-09-09 09:27:09 -04:00
2022-04-21 17:03:51 +04:00
2022-06-09 14:47:42 +01:00
2022-04-21 11:37:04 +01:00
2020-11-15 17:04:40 +01:00
2022-06-10 09:31:42 +10:00
2020-09-09 09:27:09 -04:00
2020-09-09 09:27:09 -04:00
2020-09-18 14:12:32 -04:00
2020-11-15 17:04:40 +01:00
2022-05-19 16:19:03 +01:00
2021-03-08 17:20:01 +00:00
2022-08-01 11:58:02 +02:00
2019-06-12 13:20:21 +02:00
2020-12-18 15:20:17 -05:00
2022-05-14 12:32:41 +02:00
2021-09-01 11:59:12 +10:00
2022-06-22 09:49:34 +02:00
2020-09-09 09:27:09 -04:00
2020-12-10 12:15:04 -05:00
2020-09-18 14:12:32 -04:00
2021-07-09 18:21:33 +02:00
2020-09-09 09:27:09 -04:00