Re: [PATCH] target/loongarch: Fix helper_lddir() a CID INTEGER_OVERFLOW issue

2024-07-26 Thread Michael Tokarev
24.07.2024 04:58, Song Gao wrote: When the lddir level is 4 and the base is a HugePage, we may try to put value 4 into a field in the TLBENTRY that is only 2 bits wide. Fixes: Coverity CID 1547717 Fixes: 9c70db9a43388 ("target/loongarch: Fix tlb huge page loading issue") Signed-off-by: Song Gao

Re: [PATCH v2] chardev/char-win-stdio.c: restore old console mode

2024-07-24 Thread Michael Tokarev
24.07.2024 13:25, Marc-André Lureau wrote: Hi On Wed, Jul 24, 2024 at 8:48 AM Michael Tokarev mailto:m...@tls.msk.ru>> wrote: 22.07.2024 12:52, songziming wrote: > If I use `-serial stdio` on Windows, after QEMU exits, the terminal > could not handle arrow keys and

Re: [PATCH v2 1/3] hw/cxl/cxl-host: Fix segmentation fault when getting cxl-fmw property

2024-07-23 Thread Michael Tokarev
05.07.2024 14:39, Jonathan Cameron via wrote: From: Zhao Liu QEMU crashes (Segmentation fault) when getting cxl-fmw property via qmp: (QEMU) qom-get path=machine property=cxl-fmw This issue is caused by accessing wrong callback (opaque) type in machine_get_cfmw(). cxl_machine_init() sets

Re: [PATCH v2] chardev/char-win-stdio.c: restore old console mode

2024-07-23 Thread Michael Tokarev
22.07.2024 12:52, songziming wrote: If I use `-serial stdio` on Windows, after QEMU exits, the terminal could not handle arrow keys and tab any more. Because stdio backend on Windows sets console mode to virtual terminal input when starts, but does not restore the old mode when finalize. This

Re: [PULL v2 18/61] intel_iommu: fix FRCD construction macro

2024-07-23 Thread Michael Tokarev
23.07.2024 13:56, Michael S. Tsirkin wrote: From: Clément Mathieu--Drif The constant must be unsigned, otherwise the two's complement overrides the other fields when a PASID is present. Fixes: 1b2b12376c8a ("intel-iommu: PASID support") Signed-off-by: Clément Mathieu--Drif Reviewed-by: Yi

[PULL 09/16] hw/i386/sgx: Get rid of qemu_open_old()

2024-07-17 Thread Michael Tokarev
useful, convert it into a error message hint. Cc: Paolo Bonzini Cc: Richard Henderson Cc: Eduardo Habkost Cc: "Michael S. Tsirkin" Cc: Marcel Apfelbaum Signed-off-by: Zhao Liu Reviewed-by: Michael Tokarev Signed-off-by: Michael Tokarev --- hw/i386/sgx.c | 6 -- 1 file changed, 4 insertion

[PULL 00/16] Trivial patches for 2024-07-17

2024-07-17 Thread Michael Tokarev
to fetch changes up to 66a8de9889ceb929e2abe7fb0e424f45210d9dda: meson: Update meson-buildoptions.sh (2024-07-17 14:04:15 +0300) trivial patches for 2024-07-17 Michael

[PULL 14/16] backends/iommufd: Get rid of qemu_open_old()

2024-07-17 Thread Michael Tokarev
off-by: Zhao Liu Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Yi Liu Reviewed-by: Michael Tokarev Signed-off-by: Michael Tokarev --- backends/iommufd.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/backends/iommufd.c b/backends/iommufd.c index 84fefbc9ee..cabd1b5002 10064

[PULL 12/16] hw/vfio/container: Get rid of qemu_open_old()

2024-07-17 Thread Michael Tokarev
off-by: Zhao Liu Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Cédric Le Goater Reviewed-by: Michael Tokarev Signed-off-by: Michael Tokarev --- hw/vfio/container.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/hw/vfio/container.c b/hw/vfio/container.c index 425

[PULL 10/16] hw/usb/host-libusb: Get rid of qemu_open_old()

2024-07-17 Thread Michael Tokarev
-Daudé Reviewed-by: Michael Tokarev Signed-off-by: Michael Tokarev --- hw/usb/host-libusb.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hw/usb/host-libusb.c b/hw/usb/host-libusb.c index 80122b4125..691bc881fb 100644 --- a/hw/usb/host-libusb.c +++ b/hw/usb/host-libusb.c @@

[PULL 08/16] tests/avocado: Remove the non-working virtio_check_params test

2024-07-17 Thread Michael Tokarev
-e1a8-917d-5a57-ce5185da1...@redhat.com/ Signed-off-by: Thomas Huth Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Michael Tokarev (mjt: add reference as suggested by philm) Signed-off-by: Michael Tokarev --- tests/avocado/virtio_check_params.py | 143 --- 1 file

[PULL 04/16] hw/i386/x86: Fix superfluous trailing semicolon

2024-07-17 Thread Michael Tokarev
From: Zhao Liu Signed-off-by: Zhao Liu Reviewed-by: Peter Maydell Reviewed-by: Michael Tokarev Signed-off-by: Michael Tokarev --- hw/i386/x86.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/i386/x86.c b/hw/i386/x86.c index a4aa8e0810..01fc5e6562 100644 --- a/hw/i386

[PULL 07/16] doc/net/l2tpv3: Update boolean fields' description to avoid short-form use

2024-07-17 Thread Michael Tokarev
From: Zhao Liu The short-form boolean options has been deprecated since v6.0 (refer to docs/about/deprecated.rst). Update the description and example of boolean fields in l2tpv3 option to avoid deprecation warning. Cc: Jason Wang Signed-off-by: Zhao Liu Reviewed-by: Michael Tokarev Signed

[PULL 03/16] accel/kvm/kvm-all: Fix superfluous trailing semicolon

2024-07-17 Thread Michael Tokarev
From: Zhao Liu Signed-off-by: Zhao Liu Reviewed-by: Peter Maydell Reviewed-by: Alex Bennée Reviewed-by: Michael Tokarev Signed-off-by: Michael Tokarev --- accel/kvm/kvm-all.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accel/kvm/kvm-all.c b/accel/kvm/kvm-all.c index

[PULL 06/16] target/hexagon/imported/mmvec: Fix superfluous trailing semicolon

2024-07-17 Thread Michael Tokarev
From: Zhao Liu Fix the superfluous trailing semicolon in target/hexagon/imported/mmvec/ ext.idef. Cc: Brian Cain Signed-off-by: Zhao Liu Reviewed-by: Alex Bennée Reviewed-by: Brian Cain Reviewed-by: Michael Tokarev Signed-off-by: Michael Tokarev --- target/hexagon/imported/mmvec/ext.idef

[PULL 02/16] README.rst: add the missing punctuations

2024-07-17 Thread Michael Tokarev
From: Zhihai Dong Make the README more clearly. Signed-off-by: Zhihai Dong Reviewed-by: Peter Maydell Reviewed-by: Michael Tokarev Signed-off-by: Michael Tokarev --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index

[PULL 05/16] util/oslib-posix: Fix superfluous trailing semicolon

2024-07-17 Thread Michael Tokarev
From: Zhao Liu Signed-off-by: Zhao Liu Reviewed-by: Peter Maydell Reviewed-by: Alex Bennée Reviewed-by: Michael Tokarev Signed-off-by: Michael Tokarev --- util/oslib-posix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/oslib-posix.c b/util/oslib-posix.c index

[PULL 13/16] backends/hostmem-epc: Get rid of qemu_open_old()

2024-07-17 Thread Michael Tokarev
ao Liu Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Igor Mammedov Reviewed-by: Michael Tokarev Signed-off-by: Michael Tokarev --- backends/hostmem-epc.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/backends/hostmem-epc.c b/backends/hostmem-epc.c index f58fcf00a1..6

[PULL 11/16] hw/usb/u2f-passthru: Get rid of qemu_open_old()

2024-07-17 Thread Michael Tokarev
-Daudé Reviewed-by: Michael Tokarev Signed-off-by: Michael Tokarev --- hw/usb/u2f-passthru.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hw/usb/u2f-passthru.c b/hw/usb/u2f-passthru.c index b7025d303d..c4a783d128 100644 --- a/hw/usb/u2f-passthru.c +++ b/hw/usb/u2f-passthru.c @

[PULL 15/16] backends/rng-random: Get rid of qemu_open_old()

2024-07-17 Thread Michael Tokarev
or handling case after removing error_setg_file_open(), add comment to remind here. Cc: Laurent Vivier Cc: Amit Shah Signed-off-by: Zhao Liu Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Michael Tokarev (mjt: drop superfluous commit as suggested by philmd) Signed-off-by: Michael Tokarev -

[PULL 16/16] meson: Update meson-buildoptions.sh

2024-07-17 Thread Michael Tokarev
From: Zhao Liu Update meson-buildoptions.sh to stay in sync with meson_options.txt. Signed-off-by: Zhao Liu Reviewed-by: Daniel P. Berrangé Reviewed-by: Michael Tokarev Signed-off-by: Michael Tokarev --- scripts/meson-buildoptions.sh | 14 +++--- 1 file changed, 7 insertions(+), 7

[PULL 01/16] block/curl: rewrite http header parsing function

2024-07-17 Thread Michael Tokarev
Existing code was long, unclear and twisty. This also relaxes the rules a tiny bit: allows to have whitespace before header name and colon and makes the header value match to be case-insensitive. Signed-off-by: Michael Tokarev Reviewed-by: Vladimir Sementsov-Ogievskiy --- block/curl.c | 44

[ANNOUNCE] QEMU 8.2.6 Stable released

2024-07-17 Thread Michael Tokarev
). This is supposed to be the last release in 8.2.x series. Thank you everyone who has been involved and helped with the stable series! /mjt Changelog (stable-8.2-hash master-hash Author Name: Commmit-Subject): 46300ebc38 Michael Tokarev: Update version for 8.2.6 release 57d9378af9 3936bbdf9a Vincent Fu: hw

[ANNOUNCE] QEMU 9.0.2 Stable released

2024-07-17 Thread Michael Tokarev
everyone who has been involved and helped with the stable series! /mjt Changelog (stable-9.0-hash master-hash Author Name: Commmit-Subject): 5ebde3b5c0 Michael Tokarev: Update version for 9.0.2 release e0d660aeea 3936bbdf9a Vincent Fu: hw/nvme: fix number of PIDs for FDP RUH update e4a9b44f7a

[ANNOUNCE] QEMU 7.2.13 Stable released

2024-07-17 Thread Michael Tokarev
info command lack of input validation). Thank you everyone who has been involved and helped with the stable series! /mjt Changelog (stable-7.2-hash master-hash Author Name: Commmit-Subject): ee29e78fce Michael Tokarev: Update version for 7.2.13 release 6807403eed a0124e333e Maxim Mikityanskiy

Re: [PATCH v3 00/27] qemu-img: refersh options and --help handling, cleanups

2024-07-16 Thread Michael Tokarev
A friendly ping? 24.04.2024 11:50, Michael Tokarev wrote: Quite big patchset trying to implement normal, readable qemu-img --help (and qemu-img COMMAND --help) output with readable descriptions, and adding many long options in the process. In the end I stopped using qemu-img-opts.hx in qemu

Re: [PATCH v4 0/7] util: Introduce qemu_get_runtime_dir()

2024-07-16 Thread Michael Tokarev
16.07.2024 12:32, Akihiko Odaki wrote: On 2024/07/16 17:06, Michael Tokarev wrote: Since runtime dir is always used with a filename within, how about    char *qemu_get_runtime_path(const char *filename) which return RUNTIME_DIR/filename instead of just RUNTIME_DIR ? I'm not sure

Re: [PATCH v4 0/7] util: Introduce qemu_get_runtime_dir()

2024-07-16 Thread Michael Tokarev
16.07.2024 10:27, Akihiko Odaki wrote: qemu_get_runtime_dir() returns a dynamically allocated directory path that is appropriate for storing runtime files. It corresponds to "run" directory in Unix. Since runtime dir is always used with a filename within, how about char

Re: [PATCH 7/7] backends/rng-random: Get rid of qemu_open_old()

2024-07-15 Thread Michael Tokarev
15.07.2024 13:10, Zhao Liu wrote: ... Thanks Philippe! I'll wait patch 1's comment, after that I can post a new version with the change you mentioned. I don't think either of this is necessary. Patch 1 LGTM, and I'll drop the comment while applying. /mjt -- GPG Key transition (from rsa2048

Re: [PATCH 0/4] trivial: Fix superfluous trailing semicolon

2024-07-15 Thread Michael Tokarev
04.07.2024 11:47, Zhao Liu wrote: Hi, I checked the files in QEMU to fix these few errors about "superfluous trailing semicolon" to honor the requirement in checkpatch.pl. Applied to the trivial-patches queue (pending confirmation from Brian for the 4th patch). Thanks, /mjt -- GPG Key

Re: [PATCH 4/4] target/hexagon/imported/mmvec: Fix superfluous trailing semicolon

2024-07-15 Thread Michael Tokarev
06.07.2024 00:50, Brian Cain wrote: On 7/4/2024 3:47 AM, Zhao Liu wrote: Fix the superfluous trailing semicolon in target/hexagon/imported/mmvec/ ext.idef. Cc: Brian Cain Signed-off-by: Zhao Liu Reviewed-by: Brian Cain Brian, is it okay to fix this in something "imported" ? I realize

[Stable-9.0.2 27/27] hw/nvme: fix number of PIDs for FDP RUH update

2024-07-15 Thread Michael Tokarev
Signed-off-by: Klaus Jensen (cherry picked from commit 3936bbdf9a2e9233875f850c7576c79d06add261) Signed-off-by: Michael Tokarev diff --git a/hw/nvme/ctrl.c b/hw/nvme/ctrl.c index 127c3d2383..e89f9f7808 100644 --- a/hw/nvme/ctrl.c +++ b/hw/nvme/ctrl.c @@ -4352,7 +4352,7 @@ stati

[Stable-9.0.2 24/27] virtio: remove virtio_tswap16s() call in vring_packed_event_read()

2024-07-15 Thread Michael Tokarev
Reviewed-by: Peter Maydell Reviewed-by: Eugenio Pérez Reviewed-by: Michael S. Tsirkin Signed-off-by: Michael S. Tsirkin (cherry picked from commit 7aa6492401e95fb296dec7cda81e67d91f6037d7) Signed-off-by: Michael Tokarev diff --git a/hw/virtio/virtio.c b/hw/virtio/virtio.c index 871674f9be..

[Stable-9.0.2 26/27] sphinx/qapidoc: Fix to generate doc for explicit, unboxed arguments

2024-07-15 Thread Michael Tokarev
4078ee5469e5 (docs/sphinx: Add new qapi-doc Sphinx extension) Cc: qemu-sta...@nongnu.org Signed-off-by: Markus Armbruster Message-ID: <20240628112756.794237-1-arm...@redhat.com> Reviewed-by: John Snow (cherry picked from commit e389929d19a543ea5b34d02553b355f9f1c03162) Signed-off-by: Michae

[Stable-9.0.2 25/27] char-stdio: Restore blocking mode of stdout on exit

2024-07-15 Thread Michael Tokarev
a0124e333e2176640f233e5ea57a2f413985d9b5) Signed-off-by: Michael Tokarev diff --git a/chardev/char-stdio.c b/chardev/char-stdio.c index 3c648678ab..b960ddd4e4 100644 --- a/chardev/char-stdio.c +++ b/chardev/char-stdio.c @@ -41,6 +41,7 @@ /* init terminal so that we can grab keys */ static

[Stable-9.0.2 23/27] virtio-pci: Fix the failure process in kvm_virtio_pci_vector_use_one()

2024-07-15 Thread Michael Tokarev
") Cc: qemu-sta...@nongnu.org Signed-off-by: Cindy Lu Message-Id: <20240528084840.194538-1-l...@redhat.com> Reviewed-by: Peter Maydell Reviewed-by: Michael S. Tsirkin Signed-off-by: Michael S. Tsirkin (cherry picked from commit a113d041e8d0b152d72a7c2bf47dd09aabf9ade2) Signed-off-by:

[Stable-9.0.2 00/27] Patch Round-up for stable 9.0.2, frozen on 2024-07-14

2024-07-15 Thread Michael Tokarev
The following patches are queued for QEMU stable v9.0.2: https://gitlab.com/qemu-project/qemu/-/commits/staging-9.0 Patch freeze is 2024-07-14 (frozen), and the release is planned for 2024-07-16: https://wiki.qemu.org/Planning/9.0 Please respond here or CC qemu-sta...@nongnu.org on any

[Stable-8.2.6 22/23] sphinx/qapidoc: Fix to generate doc for explicit, unboxed arguments

2024-07-15 Thread Michael Tokarev
4078ee5469e5 (docs/sphinx: Add new qapi-doc Sphinx extension) Cc: qemu-sta...@nongnu.org Signed-off-by: Markus Armbruster Message-ID: <20240628112756.794237-1-arm...@redhat.com> Reviewed-by: John Snow (cherry picked from commit e389929d19a543ea5b34d02553b355f9f1c03162) Signed-off-by: Michael T

[Stable-8.2.6 19/23] virtio-pci: Fix the failure process in kvm_virtio_pci_vector_use_one()

2024-07-15 Thread Michael Tokarev
") Cc: qemu-sta...@nongnu.org Signed-off-by: Cindy Lu Message-Id: <20240528084840.194538-1-l...@redhat.com> Reviewed-by: Peter Maydell Reviewed-by: Michael S. Tsirkin Signed-off-by: Michael S. Tsirkin (cherry picked from commit a113d041e8d0b152d72a7c2bf47dd09aabf9ade2) Signed-off-by:

[Stable-8.2.6 20/23] virtio: remove virtio_tswap16s() call in vring_packed_event_read()

2024-07-15 Thread Michael Tokarev
Reviewed-by: Peter Maydell Reviewed-by: Eugenio Pérez Reviewed-by: Michael S. Tsirkin Signed-off-by: Michael S. Tsirkin (cherry picked from commit 7aa6492401e95fb296dec7cda81e67d91f6037d7) Signed-off-by: Michael Tokarev diff --git a/hw/virtio/virtio.c b/hw/virtio/virtio.c index c177c31ca0..

[Stable-8.2.6 21/23] char-stdio: Restore blocking mode of stdout on exit

2024-07-15 Thread Michael Tokarev
a0124e333e2176640f233e5ea57a2f413985d9b5) Signed-off-by: Michael Tokarev diff --git a/chardev/char-stdio.c b/chardev/char-stdio.c index 3c648678ab..b960ddd4e4 100644 --- a/chardev/char-stdio.c +++ b/chardev/char-stdio.c @@ -41,6 +41,7 @@ /* init terminal so that we can grab keys */ static

[Stable-8.2.6 00/23] Patch Round-up for stable 8.2.6, frozen on 2024-07-14

2024-07-15 Thread Michael Tokarev
The following patches are queued for QEMU stable v8.2.6: https://gitlab.com/qemu-project/qemu/-/commits/staging-8.2 Patch freeze is 2024-07-14 (frozen), and the release is planned for 2024-07-16: https://wiki.qemu.org/Planning/8.2 I expect this to be the last release in stable-8.2.x

[Stable-8.2.6 23/23] hw/nvme: fix number of PIDs for FDP RUH update

2024-07-15 Thread Michael Tokarev
Signed-off-by: Klaus Jensen (cherry picked from commit 3936bbdf9a2e9233875f850c7576c79d06add261) Signed-off-by: Michael Tokarev diff --git a/hw/nvme/ctrl.c b/hw/nvme/ctrl.c index eaa6946604..2aa0aecfab 100644 --- a/hw/nvme/ctrl.c +++ b/hw/nvme/ctrl.c @@ -4352,7 +4352,7 @@ stati

[Stable-7.2.13 19/19] char-stdio: Restore blocking mode of stdout on exit

2024-07-14 Thread Michael Tokarev
a0124e333e2176640f233e5ea57a2f413985d9b5) Signed-off-by: Michael Tokarev diff --git a/chardev/char-stdio.c b/chardev/char-stdio.c index 3c648678ab..b960ddd4e4 100644 --- a/chardev/char-stdio.c +++ b/chardev/char-stdio.c @@ -41,6 +41,7 @@ /* init terminal so that we can grab keys */ static

[Stable-7.2.13 18/19] virtio: remove virtio_tswap16s() call in vring_packed_event_read()

2024-07-14 Thread Michael Tokarev
Reviewed-by: Peter Maydell Reviewed-by: Eugenio Pérez Reviewed-by: Michael S. Tsirkin Signed-off-by: Michael S. Tsirkin (cherry picked from commit 7aa6492401e95fb296dec7cda81e67d91f6037d7) Signed-off-by: Michael Tokarev diff --git a/hw/virtio/virtio.c b/hw/virtio/virtio.c index 4a35d7cb0c..

[Stable-7.2.13 00/19] Patch Round-up for stable 7.2.13, frozen on 2024-07-14

2024-07-14 Thread Michael Tokarev
The following patches are queued for QEMU stable v7.2.13: https://gitlab.com/qemu-project/qemu/-/commits/staging-7.2 Patch freeze is 2024-07-14 (frozen), and the release is planned for 2024-07-16: https://wiki.qemu.org/Planning/7.2 Please respond here or CC qemu-sta...@nongnu.org on any

Re: [PATCH] net: Reinstate '-net nic, model=help' output as documented in man page

2024-07-09 Thread Michael Tokarev
Signed-off-by: David Woodhouse Cc: qemu-sta...@nongnu.org Reviewed-by: Michael Tokarev Thanks, /mjt --- net/net.c | 25 ++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/net/net.c b/net/net.c index 6938da05e0..2eb8bc9c0b 100644 --- a/net/net.c +++ b

[Stable-9.0.2 07/22] accel/tcg: Fix typo causing tb->page_addr[1] to not be recorded

2024-07-04 Thread Michael Tokarev
ffaf) Signed-off-by: Michael Tokarev diff --git a/accel/tcg/tb-maint.c b/accel/tcg/tb-maint.c index da39a43bd8..653397eca3 100644 --- a/accel/tcg/tb-maint.c +++ b/accel/tcg/tb-maint.c @@ -712,7 +712,7 @@ static void tb_record(TranslationBlock *tb) tb_page_addr_t paddr0 =

[Stable-9.0.2 18/22] qcow2: Don't open data_file with BDRV_O_NO_IO

2024-07-04 Thread Michael Tokarev
(cherry picked from commit bd385a5298d7062668e804d73944d52aec9549f1) Signed-off-by: Michael Tokarev diff --git a/block/qcow2.c b/block/qcow2.c index 956128b409..4c78665bcb 100644 --- a/block/qcow2.c +++ b/block/qcow2.c @@ -1636,7 +1636,22 @@ qcow2_do_open(BlockDriverState *bs, QDict *options, int

[Stable-9.0.2 17/22] tests: add testing of parameter=1 for SMP topology

2024-07-04 Thread Michael Tokarev
: <20240513123358.612355-3-berra...@redhat.com> Signed-off-by: Philippe Mathieu-Daudé (cherry picked from commit e68dcbb07923df0886802727edc3b21a10b0d342) Signed-off-by: Michael Tokarev diff --git a/tests/unit/test-smp-parse.c b/tests/unit/test-smp-parse.c index 56165e6644..9fdba24fce 100644 --- a

[Stable-9.0.2 05/22] hw/audio/virtio-snd: Always use little endian audio format

2024-07-04 Thread Michael Tokarev
reams") Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Michael S. Tsirkin Message-Id: <20240422211830.25606-1-phi...@linaro.org> (cherry picked from commit a276ec8e2632c9015d0f9b4e47194e4e91dfa8bb) Signed-off-by: Michael Tokarev diff --git a/hw/audio/virtio-snd.c b/hw/audio/vi

[Stable-9.0.2 03/22] ui/gtk: Draw guest frame at refresh cycle

2024-07-04 Thread Michael Tokarev
Lureau Message-Id: <20240426225059.3871283-1-dongwon@intel.com> (cherry picked from commit 77bf310084dad38b3a2badf01766c659056f1cf2) Signed-off-by: Michael Tokarev diff --git a/ui/gtk-egl.c b/ui/gtk-egl.c index 955234429d..bceeeb0352 100644 --- a/ui/gtk-egl.c +++ b/ui/gtk-egl.c @@ -150,6

[Stable-9.0.2 15/22] target/arm: Fix FJCVTZS vs flush-to-zero

2024-07-04 Thread Michael Tokarev
Signed-off-by: Richard Henderson Message-id: 20240625183536.1672454-4-richard.hender...@linaro.org [PMM: fixed hardcoded tab in test case] Signed-off-by: Peter Maydell (cherry picked from commit 7619129f0d4a14d918227c5c47ad7433662e9ccc) Signed-off-by: Michael Tokarev diff --git a/target/arm/vfp_helper.c b/

[Stable-9.0.2 08/22] linux-user: Make TARGET_NR_setgroups affect only the current thread

2024-07-04 Thread Michael Tokarev
Signed-off-by: Ilya Leoshkevich Reviewed-by: Philippe Mathieu-Daudé Message-Id: <20240614154710.1078766-1-...@linux.ibm.com> Reviewed-by: Richard Henderson Signed-off-by: Richard Henderson (cherry picked from commit 54b27921026df384f67df86f04c39539df375c60) Signed-off-by: Michael Toka

[Stable-9.0.2 12/22] tests: Update our CI to use CentOS Stream 9 instead of 8

2024-07-04 Thread Michael Tokarev
Message-ID: <20240418101056.302103-5-th...@redhat.com> Signed-off-by: Thomas Huth (cherry picked from commit 641b1efe01b2dd6e7ac92f23d392dcee73508746) Signed-off-by: Michael Tokarev diff --git a/.gitlab-ci.d/buildtest.yml b/.gitlab-ci.d/buildtest.yml index 92e65bb78e..8440bc8ef6 100644 --

[Stable-9.0.2 19/22] iotests/244: Don't store data-file with protocol in image

2024-07-04 Thread Michael Tokarev
Blake Reviewed-by: Stefan Hajnoczi Reviewed-by: Hanna Czenczek (cherry picked from commit 2eb42a728d27a43fdcad5f37d3f65706ce6deba5) Signed-off-by: Michael Tokarev diff --git a/tests/qemu-iotests/244 b/tests/qemu-iotests/244 index 3e61fa25bb..bb9cc6512f 100755 --- a/tests/qemu-iotests/244 +++ b

[Stable-9.0.2 21/22] block: Parse filenames only when explicitly requested

2024-07-04 Thread Michael Tokarev
. All other callers pass false and disable filename parsing this way. Cc: qemu-sta...@nongnu.org Signed-off-by: Kevin Wolf Reviewed-by: Eric Blake Reviewed-by: Stefan Hajnoczi Reviewed-by: Hanna Czenczek (cherry picked from commit 7ead946998610657d38d1a505d5f25300d4ca613) Signed-off-by: Michael

[Stable-9.0.2 22/22] tcg/optimize: Fix TCG_COND_TST* simplification of setcond2

2024-07-04 Thread Michael Tokarev
mu-project/qemu/-/issues/2413 Signed-off-by: Richard Henderson Tested-by: Alex Bennée Message-Id: <20240701024623.1265028-1-richard.hender...@linaro.org> (cherry picked from commit a71d9dfbf63db42d6e6ae87fc112d1f5502183bd) Signed-off-by: Michael Tokarev diff --git a/tcg/optimize.c b/tcg/

[Stable-9.0.2 13/22] i386/cpu: fixup number of addressable IDs for processor cores in the physical package

2024-07-04 Thread Michael Tokarev
: Zhao Liu Message-ID: <20240611032314.64076-1-xuchuangxc...@bytedance.com> Signed-off-by: Paolo Bonzini (cherry picked from commit 903916f0a017fe4b7789f1c6c6982333a5a71876) Signed-off-by: Michael Tokarev (Mjt: fixup for 9.0 due to other changes in this area past 9.0) diff --git a/target/i38

[Stable-9.0.2 14/22] target/arm: Fix VCMLA Dd, Dn, Dm[idx]

2024-07-04 Thread Michael Tokarev
u/-/issues/2376 Reviewed-by: Peter Maydell Signed-off-by: Richard Henderson Message-id: 20240625183536.1672454-2-richard.hender...@linaro.org Signed-off-by: Peter Maydell (cherry picked from commit 76bccf3cb9d9383da0128bbc6d1300cddbe3ae8f) Signed-off-by: Michael Tokarev diff --git a/targ

[Stable-9.0.2 06/22] stdvga: fix screen blanking

2024-07-04 Thread Michael Tokarev
: https://gitlab.com/qemu-project/qemu/-/issues/2067 Signed-off-by: Gerd Hoffmann Reviewed-by: Marc-André Lureau Message-ID: <20240605131444.797896-2-kra...@redhat.com> Signed-off-by: Philippe Mathieu-Daudé (cherry picked from commit b1cf266c82cb1211ee2785f1813a6a3f3e693390) Signed-off-by: M

[Stable-9.0.2 20/22] iotests/270: Don't store data-file with json: prefix in image

2024-07-04 Thread Michael Tokarev
Blake Reviewed-by: Stefan Hajnoczi Reviewed-by: Hanna Czenczek (cherry picked from commit 7e1110664ecbc4826f3c978ccb06b6c1bce823e6) Signed-off-by: Michael Tokarev diff --git a/tests/qemu-iotests/270 b/tests/qemu-iotests/270 index 74352342db..c37b674aa2 100755 --- a/tests/qemu-iotests/270 +++ b

[Stable-9.0.2 16/22] hw/core: allow parameter=1 for SMP topology on any machine

2024-07-04 Thread Michael Tokarev
@redhat.com> Signed-off-by: Philippe Mathieu-Daudé (cherry picked from commit 9d7950edb0cdf8f4e5746e220e6e8a9e713bad16) Signed-off-by: Michael Tokarev (Mjt: remove hunk about modules in hw/core/machine-smp.c introduced in v9.0.0-155-g8ec0a4634798 "hw/core/machine: Support modules in -smp

[Stable-9.0.2 04/22] Revert "monitor: use aio_co_reschedule_self()"

2024-07-04 Thread Michael Tokarev
picked from commit 719c6819ed9a9838520fa732f9861918dc693bda) Signed-off-by: Michael Tokarev diff --git a/qapi/qmp-dispatch.c b/qapi/qmp-dispatch.c index f3488afeef..176b549473 100644 --- a/qapi/qmp-dispatch.c +++ b/qapi/qmp-dispatch.c @@ -212,7 +212,8 @@ QDict *coroutine_mixed_fn qmp_dispatch(const Qm

[Stable-9.0.2 11/22] migration: Fix file migration with fdset

2024-07-04 Thread Michael Tokarev
sad Pandit Reviewed-by: Peter Xu Reviewed-by: Daniel P. Berrangé Signed-off-by: Fabiano Rosas (cherry picked from commit 6d3279655ac49b806265f08415165f471d33e032) Signed-off-by: Michael Tokarev diff --git a/migration/file.c b/migration/file.c index ab18ba505a..ba5b5c44ff 100644 --- a/migration/fi

[Stable-9.0.2 10/22] tcg/loongarch64: Fix tcg_out_movi vs some pcrel pointers

2024-07-04 Thread Michael Tokarev
("tcg/loongarch64: Implement tcg_out_mov and tcg_out_movi") Reviewed-by: Song Gao Reported-by: Song Gao Signed-off-by: Richard Henderson (cherry picked from commit 521d7fb3ebdf88112ed13556a93e3037742b9eb8) Signed-off-by: Michael Tokarev diff --git a/tcg/loongarch64/tcg-target.c

[Stable-9.0.2 02/22] virtio-net: drop too short packets early

2024-07-04 Thread Michael Tokarev
(vdev, q->tx_vq); g_free(elem); and aren't problematic. Signed-off-by: Alexey Dobriyan Signed-off-by: Jason Wang (cherry picked from commit 2c3e4e2de699cd4d9f6c71f30a22d8f125cd6164) Signed-off-by: Michael Tokarev diff --git a/hw/net/virtio-net.c b/hw/net/virtio-net.c index 24e5e7d

[Stable-9.0.2 09/22] target/sparc: use signed denominator in sdiv helper

2024-07-04 Thread Michael Tokarev
Signed-off-by: Clément Chigot Reviewed-by: Richard Henderson Message-Id: <20240606144331.698361-1-chi...@adacore.com> Signed-off-by: Richard Henderson (cherry picked from commit 6b4965373e561b77f91cfbdf41353635c9661358) Signed-off-by: Michael Tokarev diff --git a/target/sparc/helper.c b/targe

[Stable-9.0.2 00/22] Patch Round-up for stable 9.0.2, freeze on 2024-07-14

2024-07-04 Thread Michael Tokarev
The following patches are queued for QEMU stable v9.0.2: https://gitlab.com/qemu-project/qemu/-/commits/staging-9.0 Patch freeze is 2024-07-14, and the release is planned for 2024-07-16: https://wiki.qemu.org/Planning/9.0 Please respond here or CC qemu-sta...@nongnu.org on any additional

[Stable-9.0.2 01/22] target/i386: fix size of EBP writeback in gen_enter()

2024-07-04 Thread Michael Tokarev
/qemu-project/qemu/-/issues/2198 Message-ID: <20240606095319.229650-5-mark.cave-ayl...@ilande.co.uk> Cc: qemu-sta...@nongnu.org Signed-off-by: Paolo Bonzini (cherry picked from commit 3973615e7fbaeef1deeaa067577e373781ced70a) Signed-off-by: Michael Tokarev diff --git a/target/i386/tcg/transla

[Stable-8.2.6 02/18] virtio-net: drop too short packets early

2024-07-04 Thread Michael Tokarev
(vdev, q->tx_vq); g_free(elem); and aren't problematic. Signed-off-by: Alexey Dobriyan Signed-off-by: Jason Wang (cherry picked from commit 2c3e4e2de699cd4d9f6c71f30a22d8f125cd6164) Signed-off-by: Michael Tokarev diff --git a/hw/net/virtio-net.c b/hw/net/virtio-net.c index 8451dbe

[Stable-8.2.6 05/18] stdvga: fix screen blanking

2024-07-04 Thread Michael Tokarev
: https://gitlab.com/qemu-project/qemu/-/issues/2067 Signed-off-by: Gerd Hoffmann Reviewed-by: Marc-André Lureau Message-ID: <20240605131444.797896-2-kra...@redhat.com> Signed-off-by: Philippe Mathieu-Daudé (cherry picked from commit b1cf266c82cb1211ee2785f1813a6a3f3e693390) Signed-off-by: M

[Stable-8.2.6 08/18] target/sparc: use signed denominator in sdiv helper

2024-07-04 Thread Michael Tokarev
Signed-off-by: Clément Chigot Reviewed-by: Richard Henderson Message-Id: <20240606144331.698361-1-chi...@adacore.com> Signed-off-by: Richard Henderson (cherry picked from commit 6b4965373e561b77f91cfbdf41353635c9661358) Signed-off-by: Michael Tokarev diff --git a/target/sparc/helper.c b/targe

[Stable-8.2.6 06/18] accel/tcg: Fix typo causing tb->page_addr[1] to not be recorded

2024-07-04 Thread Michael Tokarev
ffaf) Signed-off-by: Michael Tokarev diff --git a/accel/tcg/tb-maint.c b/accel/tcg/tb-maint.c index 0d069a081e..1510f111d6 100644 --- a/accel/tcg/tb-maint.c +++ b/accel/tcg/tb-maint.c @@ -712,7 +712,7 @@ static void tb_record(TranslationBlock *tb) tb_page_addr_t paddr0 =

[Stable-8.2.6 10/18] migration: Fix file migration with fdset

2024-07-04 Thread Michael Tokarev
sad Pandit Reviewed-by: Peter Xu Reviewed-by: Daniel P. Berrangé Signed-off-by: Fabiano Rosas (cherry picked from commit 6d3279655ac49b806265f08415165f471d33e032) Signed-off-by: Michael Tokarev (Mjt: context fixup in migration/file.c due to missing v8.2.0-1958-gb7b03eb614d0 "migration/multifd: Ad

[Stable-8.2.6 13/18] target/arm: Fix VCMLA Dd, Dn, Dm[idx]

2024-07-04 Thread Michael Tokarev
u/-/issues/2376 Reviewed-by: Peter Maydell Signed-off-by: Richard Henderson Message-id: 20240625183536.1672454-2-richard.hender...@linaro.org Signed-off-by: Peter Maydell (cherry picked from commit 76bccf3cb9d9383da0128bbc6d1300cddbe3ae8f) Signed-off-by: Michael Tokarev diff --git a/targ

[Stable-8.2.6 04/18] hw/audio/virtio-snd: Always use little endian audio format

2024-07-04 Thread Michael Tokarev
reams") Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Michael S. Tsirkin Message-Id: <20240422211830.25606-1-phi...@linaro.org> (cherry picked from commit a276ec8e2632c9015d0f9b4e47194e4e91dfa8bb) Signed-off-by: Michael Tokarev diff --git a/hw/audio/virtio-snd.c b/hw/audio/vi

[Stable-8.2.6 11/18] tests: Update our CI to use CentOS Stream 9 instead of 8

2024-07-04 Thread Michael Tokarev
Message-ID: <20240418101056.302103-5-th...@redhat.com> Signed-off-by: Thomas Huth (cherry picked from commit 641b1efe01b2dd6e7ac92f23d392dcee73508746) Signed-off-by: Michael Tokarev diff --git a/.gitlab-ci.d/buildtest.yml b/.gitlab-ci.d/buildtest.yml index 96d6744525..0ac3124c23 100644 --

[Stable-8.2.6 15/18] qcow2: Don't open data_file with BDRV_O_NO_IO

2024-07-04 Thread Michael Tokarev
(cherry picked from commit bd385a5298d7062668e804d73944d52aec9549f1) Signed-off-by: Michael Tokarev diff --git a/block/qcow2.c b/block/qcow2.c index 13e032bd5e..7af7c0bee4 100644 --- a/block/qcow2.c +++ b/block/qcow2.c @@ -1636,7 +1636,22 @@ qcow2_do_open(BlockDriverState *bs, QDict *options, int

[Stable-8.2.6 07/18] linux-user: Make TARGET_NR_setgroups affect only the current thread

2024-07-04 Thread Michael Tokarev
Signed-off-by: Ilya Leoshkevich Reviewed-by: Philippe Mathieu-Daudé Message-Id: <20240614154710.1078766-1-...@linux.ibm.com> Reviewed-by: Richard Henderson Signed-off-by: Richard Henderson (cherry picked from commit 54b27921026df384f67df86f04c39539df375c60) Signed-off-by: Michael Toka

[Stable-8.2.6 12/18] i386/cpu: fixup number of addressable IDs for processor cores in the physical package

2024-07-04 Thread Michael Tokarev
: Zhao Liu Message-ID: <20240611032314.64076-1-xuchuangxc...@bytedance.com> Signed-off-by: Paolo Bonzini (cherry picked from commit 903916f0a017fe4b7789f1c6c6982333a5a71876) Signed-off-by: Michael Tokarev (Mjt: fixup for 8.2 due to other changes in this area past 9.0) diff --git a/target/i38

[Stable-8.2.6 18/18] block: Parse filenames only when explicitly requested

2024-07-04 Thread Michael Tokarev
. All other callers pass false and disable filename parsing this way. Cc: qemu-sta...@nongnu.org Signed-off-by: Kevin Wolf Reviewed-by: Eric Blake Reviewed-by: Stefan Hajnoczi Reviewed-by: Hanna Czenczek (cherry picked from commit 7ead946998610657d38d1a505d5f25300d4ca613) Signed-off-by: Michael

[Stable-8.2.6 17/18] iotests/270: Don't store data-file with json: prefix in image

2024-07-04 Thread Michael Tokarev
Blake Reviewed-by: Stefan Hajnoczi Reviewed-by: Hanna Czenczek (cherry picked from commit 7e1110664ecbc4826f3c978ccb06b6c1bce823e6) Signed-off-by: Michael Tokarev diff --git a/tests/qemu-iotests/270 b/tests/qemu-iotests/270 index 74352342db..c37b674aa2 100755 --- a/tests/qemu-iotests/270 +++ b

[Stable-8.2.6 16/18] iotests/244: Don't store data-file with protocol in image

2024-07-04 Thread Michael Tokarev
Blake Reviewed-by: Stefan Hajnoczi Reviewed-by: Hanna Czenczek (cherry picked from commit 2eb42a728d27a43fdcad5f37d3f65706ce6deba5) Signed-off-by: Michael Tokarev diff --git a/tests/qemu-iotests/244 b/tests/qemu-iotests/244 index 3e61fa25bb..bb9cc6512f 100755 --- a/tests/qemu-iotests/244 +++ b

[Stable-8.2.6 03/18] ui/gtk: Draw guest frame at refresh cycle

2024-07-04 Thread Michael Tokarev
Lureau Message-Id: <20240426225059.3871283-1-dongwon@intel.com> (cherry picked from commit 77bf310084dad38b3a2badf01766c659056f1cf2) Signed-off-by: Michael Tokarev diff --git a/ui/gtk-egl.c b/ui/gtk-egl.c index 955234429d..bceeeb0352 100644 --- a/ui/gtk-egl.c +++ b/ui/gtk-egl.c @@ -150,6

[Stable-8.2.6 09/18] tcg/loongarch64: Fix tcg_out_movi vs some pcrel pointers

2024-07-04 Thread Michael Tokarev
("tcg/loongarch64: Implement tcg_out_mov and tcg_out_movi") Reviewed-by: Song Gao Reported-by: Song Gao Signed-off-by: Richard Henderson (cherry picked from commit 521d7fb3ebdf88112ed13556a93e3037742b9eb8) Signed-off-by: Michael Tokarev diff --git a/tcg/loongarch64/tcg-target.c

[Stable-8.2.6 01/18] target/i386: fix size of EBP writeback in gen_enter()

2024-07-04 Thread Michael Tokarev
/qemu-project/qemu/-/issues/2198 Message-ID: <20240606095319.229650-5-mark.cave-ayl...@ilande.co.uk> Cc: qemu-sta...@nongnu.org Signed-off-by: Paolo Bonzini (cherry picked from commit 3973615e7fbaeef1deeaa067577e373781ced70a) Signed-off-by: Michael Tokarev diff --git a/target/i386/tcg/transla

[Stable-8.2.6 14/18] target/arm: Fix FJCVTZS vs flush-to-zero

2024-07-04 Thread Michael Tokarev
Signed-off-by: Richard Henderson Message-id: 20240625183536.1672454-4-richard.hender...@linaro.org [PMM: fixed hardcoded tab in test case] Signed-off-by: Peter Maydell (cherry picked from commit 7619129f0d4a14d918227c5c47ad7433662e9ccc) Signed-off-by: Michael Tokarev diff --git a/target/arm/vfp_helper.c b/

[Stable-8.2.6 00/18] Patch Round-up for stable 8.2.6, freeze on 2024-07-14

2024-07-04 Thread Michael Tokarev
The following patches are queued for QEMU stable v8.2.6: https://gitlab.com/qemu-project/qemu/-/commits/staging-8.2 Patch freeze is 2024-07-14, and the release is planned for 2024-07-16: https://wiki.qemu.org/Planning/8.2 Please respond here or CC qemu-sta...@nongnu.org on any additional

[Stable-7.2.13 16/17] iotests/270: Don't store data-file with json: prefix in image

2024-07-04 Thread Michael Tokarev
Blake Reviewed-by: Stefan Hajnoczi Reviewed-by: Hanna Czenczek (cherry picked from commit 7e1110664ecbc4826f3c978ccb06b6c1bce823e6) Signed-off-by: Michael Tokarev diff --git a/tests/qemu-iotests/270 b/tests/qemu-iotests/270 index 74352342db..c37b674aa2 100755 --- a/tests/qemu-iotests/270 +++ b

[Stable-7.2.13 14/17] qcow2: Don't open data_file with BDRV_O_NO_IO

2024-07-04 Thread Michael Tokarev
(cherry picked from commit bd385a5298d7062668e804d73944d52aec9549f1) Signed-off-by: Michael Tokarev diff --git a/block/qcow2.c b/block/qcow2.c index 4dd3ff..c810424feb 100644 --- a/block/qcow2.c +++ b/block/qcow2.c @@ -1614,7 +1614,22 @@ static int coroutine_fn qcow2_do_open(BlockDriverState *bs

[Stable-7.2.13 13/17] target/arm: Fix VCMLA Dd, Dn, Dm[idx]

2024-07-04 Thread Michael Tokarev
u/-/issues/2376 Reviewed-by: Peter Maydell Signed-off-by: Richard Henderson Message-id: 20240625183536.1672454-2-richard.hender...@linaro.org Signed-off-by: Peter Maydell (cherry picked from commit 76bccf3cb9d9383da0128bbc6d1300cddbe3ae8f) Signed-off-by: Michael Tokarev diff --git a/

[Stable-7.2.13 07/17] Update lcitool and fedora to 37

2024-07-04 Thread Michael Tokarev
Bennée Message-Id: <20230124180127.1881110-11-alex.ben...@linaro.org> (cherry picked from commit 0054dc8bde408d61257bacdb489bbacc4ca5cde5) Signed-off-by: Michael Tokarev diff --git a/tests/docker/dockerfiles/fedora-win32-cross.docker b/tests/docker/dockerfiles/fedora-win32-cross.docker inde

[Stable-7.2.13 02/17] virtio-net: drop too short packets early

2024-07-04 Thread Michael Tokarev
(vdev, q->tx_vq); g_free(elem); and aren't problematic. Signed-off-by: Alexey Dobriyan Signed-off-by: Jason Wang (cherry picked from commit 2c3e4e2de699cd4d9f6c71f30a22d8f125cd6164) Signed-off-by: Michael Tokarev diff --git a/hw/net/virtio-net.c b/hw/net/virtio-net.c index b6177a6

[Stable-7.2.13 10/17] tests: don't run benchmarks for the tsan build

2024-07-04 Thread Michael Tokarev
ben...@linaro.org> (cherry picked from commit 7c7d369b33f01d3705a14c361689776de6bb5b7a) Signed-off-by: Michael Tokarev diff --git a/.gitlab-ci.d/buildtest.yml b/.gitlab-ci.d/buildtest.yml index dec57a3240..9b6da37582 100644 --- a/.gitlab-ci.d/buildtest.yml +++ b/.gitlab-ci.d/buildtest.yml @@ -469,7

[Stable-7.2.13 03/17] stdvga: fix screen blanking

2024-07-04 Thread Michael Tokarev
: https://gitlab.com/qemu-project/qemu/-/issues/2067 Signed-off-by: Gerd Hoffmann Reviewed-by: Marc-André Lureau Message-ID: <20240605131444.797896-2-kra...@redhat.com> Signed-off-by: Philippe Mathieu-Daudé (cherry picked from commit b1cf266c82cb1211ee2785f1813a6a3f3e693390) Signed-off-by: M

[Stable-7.2.13 09/17] tests: Update our CI to use CentOS Stream 9 instead of 8

2024-07-04 Thread Michael Tokarev
Message-ID: <20240418101056.302103-5-th...@redhat.com> Signed-off-by: Thomas Huth (cherry picked from commit 641b1efe01b2dd6e7ac92f23d392dcee73508746) (Mjt: numerous merge conflicts due to many changes in testing framework) Signed-off-by: Michael Tokarev diff --git a/.gitlab-ci.d/buildtest.ym

[Stable-7.2.13 04/17] linux-user: Make TARGET_NR_setgroups affect only the current thread

2024-07-04 Thread Michael Tokarev
Signed-off-by: Ilya Leoshkevich Reviewed-by: Philippe Mathieu-Daudé Message-Id: <20240614154710.1078766-1-...@linux.ibm.com> Reviewed-by: Richard Henderson Signed-off-by: Richard Henderson (cherry picked from commit 54b27921026df384f67df86f04c39539df375c60) Signed-off-by: Michael Toka

[Stable-7.2.13 17/17] block: Parse filenames only when explicitly requested

2024-07-04 Thread Michael Tokarev
. All other callers pass false and disable filename parsing this way. Cc: qemu-sta...@nongnu.org Signed-off-by: Kevin Wolf Reviewed-by: Eric Blake Reviewed-by: Stefan Hajnoczi Reviewed-by: Hanna Czenczek (cherry picked from commit 7ead946998610657d38d1a505d5f25300d4ca613) Signed-off-by: Michael

[Stable-7.2.13 12/17] i386/cpu: fixup number of addressable IDs for processor cores in the physical package

2024-07-04 Thread Michael Tokarev
: Zhao Liu Message-ID: <20240611032314.64076-1-xuchuangxc...@bytedance.com> Signed-off-by: Paolo Bonzini (cherry picked from commit 903916f0a017fe4b7789f1c6c6982333a5a71876) Signed-off-by: Michael Tokarev (Mjt: fixup for 7.2 due to other changes in this area past 8.2) diff --git a/target/i38

  1   2   3   4   5   6   7   8   9   10   >