[PATCH 17/22] target/i386: extract gen_far_call/jmp, reordering temporaries

2023-12-22 Thread Paolo Bonzini
Extract the code into new functions, and swap T0/T1 so that T0 corresponds to the first immediate in the instruction stream. Signed-off-by: Paolo Bonzini --- target/i386/tcg/translate.c | 90 - 1 file changed, 50 insertions(+), 40 deletions(-) diff --git a/ta

Re: [RFC PATCH 01/11] acpi: hmp/qmp: Add hmp/qmp support for system_sleep

2023-12-22 Thread Annie.li
On 12/22/2023 7:37 AM, Markus Armbruster wrote: "Annie.li" writes: Hi Markus, On 12/5/2023 3:34 PM, Markus Armbruster wrote: You neglected to cc: QAPI schema maintainers. I found it by chance. Next time :) Yep, should have cc to the maintainers. Annie Li writes: Following hmp/qmp com

Re: [RFC PATCH 2/5] vhost: Add support for presetup

2023-12-22 Thread Eugenio Perez Martin
On Mon, Sep 18, 2023 at 6:56 AM Yajun Wu wrote: > > Add New API vhost_dev_start_presetup to notify backend the start > and end of presetup. > > API vhost_dev_presetup to send out the device configurations: > 1. acked_features > 2. memory table > 3. vring information > 4. disable host/guest notifie

Re: [RFC PATCH 5/5] virtio-net: Introduce LM early load

2023-12-22 Thread Eugenio Perez Martin
On Mon, Sep 18, 2023 at 6:51 AM Yajun Wu wrote: > > Register a new vmstate for virtio-net with an early_setup flag to send > the device state during migration setup. > > This can reduce the migration downtime of a virtio-net device with a > vhost-user backend. > > This feature is disabled by defau

Re: [RFC PATCH 0/5] virtio-net: Introduce LM early load

2023-12-22 Thread Eugenio Perez Martin
Hi Yajun, Sorry for the late reply. Apart from the few nitpicks commented, I think it is valid to start from this series and then add the capability to re-send the configuration in case the source changes it by another series on top. That would allow us to keep both series small. Not sure if all

[PATCH] include/ui/rect.h: fix qemu_rect_init() mis-assignment

2023-12-22 Thread Michael Tokarev
From: Elen Avan Signed-off-by: Elen Avan Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2051 Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2050 Fixes: a200d53b1fde "virtio-gpu: replace PIXMAN for region/rect test" Cc: qemu-sta...@nongnu.org Reviewed-by: Michael Tokarev --- in

Re: [PATCH 0/3] block: Make snapshots fail gracefully on inactive images

2023-12-22 Thread Michael Tokarev
01.12.2023 17:25, Kevin Wolf : Kevin Wolf (3): block: Fix crash when loading snapshot on inactive node vl: Improve error message for conflicting -incoming and -loadvm iotests: Basic tests for internal snapshots This smells like a stable-8.2 material, at least the first change (tho I'd

Re: [PATCH] include/ui/rect.h: fix qemu_rect_init() mis-assignment

2023-12-22 Thread Marc-André Lureau
On Fri, Dec 22, 2023 at 11:18 PM Michael Tokarev wrote: > > From: Elen Avan > Signed-off-by: Elen Avan > Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2051 > Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2050 > Fixes: a200d53b1fde "virtio-gpu: replace PIXMAN for region/rect t

Re: [PATCH V6 03/14] cpus: stop vm in suspended runstate

2023-12-22 Thread Markus Armbruster
Steven Sistare writes: > On 12/22/2023 7:20 AM, Markus Armbruster wrote: >> Steve Sistare writes: >> >>> Currently, a vm in the suspended state is not completely stopped. The VCPUs >>> have been paused, but the cpu clock still runs, and runstate notifiers for >>> the transition to stopped have

Re: [PATCH 37/40] plugins: add an API to read registers

2023-12-22 Thread Akihiko Odaki
On 2023/12/22 22:45, Alex Bennée wrote: Akihiko Odaki writes: On 2023/12/21 19:38, Alex Bennée wrote: We can only request a list of registers once the vCPU has been initialised so the user needs to use either call the get function on vCPU initialisation or during the translation phase. We don

<    1   2