[PULL v2 00/38] Block layer patches

2023-01-24 Thread Kevin Wolf
The following changes since commit 00b1faea41d283e931256aa78aa975a369ec3ae6: Merge tag 'pull-target-arm-20230123' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2023-01-23 13:40:28 +) are available in the Git repository at: https://repo.or.cz/qemu/kevin.git

Re: [PATCH v1 0/3] contrib/elf2dmp: Windows Server 2022 support

2023-01-24 Thread Yan Vugenfirer
Ping. On Tue, Jan 10, 2023 at 6:10 PM Viktor Prutyanov < viktor.prutya...@phystech.edu> wrote: > On 11/30/22 3:03 AM, Viktor Prutyanov wrote: > > Hi, > > > > For now, elf2dmp is unable to convert ELF-dump to DMP-dump made of > > Windows Server 2022 guest. This patch series fixes it. > > > >

Re: [PATCH 2/2] target/arm: Look up ARMCPRegInfo at runtime

2023-01-24 Thread Alex Bennée
Richard Henderson writes: > On 1/23/23 02:53, Peter Maydell wrote: >> On Fri, 6 Jan 2023 at 19:45, Richard Henderson >> wrote: >>> >>> Do not encode the pointer as a constant in the opcode stream. >>> This pointer is specific to the cpu that first generated the >>> translation, which runs

Re: [PATCH] acpi: Set maximum size to 64k for "etc/acpi/rsdp" blob

2023-01-24 Thread Igor Mammedov
On Tue, 17 Jan 2023 19:15:21 +0800 Sun Feng wrote: > Migrate from aarch64 host with PAGE_SIZE 64k to 4k failed with following > errors: > > qmp_cmd_name: migrate-incoming, arguments: {"uri": "tcp:[::]:49152"} > {"timestamp": {"seconds": 1673922775, "microseconds": 534702}, "event": >

Re: [PATCH] docs/pcie.txt: Replace ioh3420 with pcie-root-port

2023-01-24 Thread Laszlo Ersek
On 1/23/23 18:42, Daniel P. Berrangé wrote: > From: Marcel Apfelbaum > > Do not mention ioh3420 in the "how to" doc. > The device still works and can be used by already > existing setups, but no need to be mentioned. > > Suggested-by: Andrew Jones > Reviewed-by: Laszlo Ersek > Signed-off-by:

Re: [PATCH v6 5/5] riscv: Introduce satp mode hw capabilities

2023-01-24 Thread Alexandre Ghiti
On Mon, Jan 23, 2023 at 11:51 AM Andrew Jones wrote: > > On Mon, Jan 23, 2023 at 10:03:24AM +0100, Alexandre Ghiti wrote: > > Currently, the max satp mode is set with the only constraint that it must be > > implemented in qemu, i.e. set in valid_vm_1_10_[32|64]. > > > > But we actually need to

Re: [PATCH RFC 10/21] ramblock: Add ramblock_file_map()

2023-01-24 Thread Dr. David Alan Gilbert
* Peter Xu (pet...@redhat.com) wrote: > Add a helper to do mmap() for a ramblock based on the cached informations. > > A trivial thing to mention is we need to move ramblock->fd setup to be > earlier, before the ramblock_file_map() call, because it'll need to > reference the fd being mapped.

Re: [PATCH v6 3/5] riscv: Allow user to set the satp mode

2023-01-24 Thread Alexandre Ghiti
On Mon, Jan 23, 2023 at 11:29 AM Andrew Jones wrote: > > On Mon, Jan 23, 2023 at 10:03:22AM +0100, Alexandre Ghiti wrote: > ... > > +/* Sets the satp mode to the max supported */ > > +static void set_satp_mode_default(RISCVCPU *cpu, bool is_32_bit) > > +{ > > nit: When passing in the cpu object

Re: [PATCH v6 3/5] riscv: Allow user to set the satp mode

2023-01-24 Thread Alexandre Ghiti
On Mon, Jan 23, 2023 at 11:14 AM Andrew Jones wrote: > > On Mon, Jan 23, 2023 at 10:03:22AM +0100, Alexandre Ghiti wrote: > > RISC-V specifies multiple sizes for addressable memory and Linux probes for > > the machine's support at startup via the satp CSR register (done in > > csr.c:validate_vm).

Re: [PATCH v6 3/5] riscv: Allow user to set the satp mode

2023-01-24 Thread Alexandre Ghiti
Hi Andrew, On Mon, Jan 23, 2023 at 11:11 AM Andrew Jones wrote: > > On Mon, Jan 23, 2023 at 10:03:22AM +0100, Alexandre Ghiti wrote: > > RISC-V specifies multiple sizes for addressable memory and Linux probes for > > the machine's support at startup via the satp CSR register (done in > >

Re: [PATCH] block: Handle curl 7.55.0, 7.85.0 version changes

2023-01-24 Thread Peter Maydell
On Mon, 23 Jan 2023 at 20:15, Anton Johansson via wrote: > > * 7.55.0 deprecates CURLINFO_CONTENT_LENGTH_DOWNLOAD in favour of a *_T > version, which returns curl_off_t instead of a double. > * 7.85.0 deprecates CURLOPT_PROTOCOLS and CURLOPT_REDIR_PROTOCOLS in > favour of *_STR variants,

Re: [PATCH] vhost-user-fs: add capability to allow migration

2023-01-24 Thread Dr. David Alan Gilbert
* Stefan Hajnoczi (stefa...@gmail.com) wrote: > On Mon, 23 Jan 2023 at 14:54, Stefan Hajnoczi wrote: > > > > On Mon, Jan 23, 2023 at 06:27:23PM +, Dr. David Alan Gilbert wrote: > > > * Michael S. Tsirkin (m...@redhat.com) wrote: > > > > On Sun, Jan 22, 2023 at 06:09:40PM +0200, Anton Kuchin

Re: [PATCH 2/2] target/arm: Look up ARMCPRegInfo at runtime

2023-01-24 Thread Peter Maydell
On Tue, 24 Jan 2023 at 00:20, Richard Henderson wrote: > > On 1/23/23 02:53, Peter Maydell wrote: > > On Fri, 6 Jan 2023 at 19:45, Richard Henderson > > wrote: > >> > >> Do not encode the pointer as a constant in the opcode stream. > >> This pointer is specific to the cpu that first generated

Re: [RFC PATCH 0/2] hw/cxl: Passthrough HDM decoder emulation

2023-01-24 Thread Jonathan Cameron via
On Mon, 23 Jan 2023 17:53:24 + Fan Ni wrote: > On Mon, Jan 23, 2023 at 12:17:10PM +, Jonathan Cameron wrote: > > > > > Until now, testing using CXL has relied up always using two root ports > > below a host bridge, to work around a current assumption in the Linux > > kernel support

Re: MSYS2 and libfdt

2023-01-24 Thread Thomas Huth
On 23/01/2023 17.23, Daniel P. Berrangé wrote: On Fri, Jan 20, 2023 at 05:57:29PM +0400, Marc-André Lureau wrote: Hi Thomas On Fri, Jan 20, 2023 at 12:31 PM Thomas Huth wrote: On 19/01/2023 09.56, Marc-André Lureau wrote: Hi On Thu, Jan 19, 2023 at 12:31 PM Thomas Huth wrote: Hi

Re: [PATCH v6 5/5] riscv: Introduce satp mode hw capabilities

2023-01-24 Thread Alexandre Ghiti
Hi Alistair, On Tue, Jan 24, 2023 at 1:41 AM Alistair Francis wrote: > > On Mon, Jan 23, 2023 at 7:09 PM Alexandre Ghiti > wrote: > > > > Currently, the max satp mode is set with the only constraint that it must be > > implemented in qemu, i.e. set in valid_vm_1_10_[32|64]. > > > > But we

RE: [PATCH v2 00/13] Introduce igb

2023-01-24 Thread Sriram Yagnaraman
> -Original Message- > From: Akihiko Odaki > Sent: Tuesday, 24 January 2023 05:54 > To: Jason Wang ; Sriram Yagnaraman > > Cc: Dmitry Fleytman ; Michael S. Tsirkin > ; Marcel Apfelbaum ; > Alex Bennée ; Philippe Mathieu-Daudé > ; Thomas Huth ; Wainer dos Santos > Moschetta ; Beraldo

Re: [RFC v2 2/2] spice: Add an option to forward the dmabuf directly to the encoder (v2)

2023-01-24 Thread Gerd Hoffmann
Hi, > The other option I can think of is to just not deal with drawables at all and > somehow > directly share the dmabuf fd with the Encoder. This is what I expected to happen. This also the case when using dma-bufs for local display. > > IMHO we should not hard-code todays spice-server

Re: [PATCH 1/1] modules: load modules from /var/run/qemu/ directory firstly

2023-01-24 Thread Philippe Mathieu-Daudé
On 23/1/23 19:48, Siddhi Katage wrote: From: Siddhi Katage An old running QEMU will try to load modules with new build-id first,this will fail as expected ,then QEMU will fallback to load the old modules that matches its build-id from /var/run/qemu/ directory . Make /var/run/qemu/ directory as

Re: [PATCH] block: Handle curl 7.55.0, 7.85.0 version changes

2023-01-24 Thread Philippe Mathieu-Daudé
On 23/1/23 21:14, Anton Johansson via wrote: * 7.55.0 deprecates CURLINFO_CONTENT_LENGTH_DOWNLOAD in favour of a *_T version, which returns curl_off_t instead of a double. * 7.85.0 deprecates CURLOPT_PROTOCOLS and CURLOPT_REDIR_PROTOCOLS in favour of *_STR variants, specifying the desired

<    1   2   3