Re: [PATCH v1 03/21] Xen headers: correct typos

2024-02-20 Thread Michael Tokarev
20.02.2024 11:52, Manos Pitsidianakis пишет: Correct typos automatically found with the `typos` tool Signed-off-by: Manos Pitsidianakis --- include/hw/xen/interface/arch-x86/xen-x86_64.h | 2 +- include/hw/xen/interface/arch-x86/xen.h| 2 +- include/

Re: [PATCH] xen/pt: fix igd passthrough for pc machine with xen accelerator

2024-02-17 Thread Michael Tokarev
17.05.2023 22:48, Stefano Stabellini : On Wed, 17 May 2023, Michael Tokarev wrote: 17.05.2023 12:47, Chuck Zmudzinski wrote: On 5/17/2023 2:39 AM, Michael Tokarev wrote: 08.02.2023 05:03, Chuck Zmudzinski wrote:... Fixes: 998250e97661 ("xen, gfx passthrough: register host bridge specif

Re: [PATCH 2/3] sysemu/xen: Remove unreachable xen_ram_alloc() code

2023-10-04 Thread Michael Tokarev
05.09.2023 15:21, Philippe Mathieu-Daudé wrote: The xen_ram_alloc() call in softmmu/physmem.c is guarded by checking for xen_enabled(), which evaluate to 'false' when XEN is not built in. The compiler elide the function call, and thus the inlined function is not used. Remove it. I still don't t

Re: [PATCH] xen/pt: fix igd passthrough for pc machine with xen accelerator

2023-05-17 Thread Michael Tokarev
17.05.2023 12:47, Chuck Zmudzinski wrote: On 5/17/2023 2:39 AM, Michael Tokarev wrote: 08.02.2023 05:03, Chuck Zmudzinski wrote:... Fixes: 998250e97661 ("xen, gfx passthrough: register host bridge specific to passthrough") Signed-off-by: Chuck Zmudzinski Has this change been forg

Re: [PATCH] xen/pt: fix igd passthrough for pc machine with xen accelerator

2023-05-16 Thread Michael Tokarev
08.02.2023 05:03, Chuck Zmudzinski wrote: Commit 998250e97661 ("xen, gfx passthrough: register host bridge specific to passthrough") uses the igd-passthrough-i440FX pci host device with the xenfv machine type and igd-passthru=on, but using it for the pc machine type, xen accelerator, and igd-pass

Re: [PATCH] 9pfs/xen: Fix segfault on shutdown

2023-05-04 Thread Michael Tokarev
02.05.2023 17:37, Jason Andryuk wrote: xen_9pfs_free can't use gnttabdev since it is already closed and NULL-ed out when free is called. Do the teardown in _disconnect(). This matches the setup done in _connect(). Ping? /mjt

q: incorrect register emulation mask for Xen PCI passthrough?

2022-06-04 Thread Michael Tokarev
There's a debian bugreport open - now against qemu - https://bugs.debian.org/988333 - which initially said VGA Intel IGD Passthrough to Debian Xen HVM DomUs not working but worked okay with windows DomUs. The most interesting comment in there is the last one, https://bugs.debian.org/988333#146

Re: [Xen-devel] [PATCH] configure: Don't add Xen's libs to LDFLAGS

2019-01-21 Thread Michael Tokarev
bug was resulting in various binaries like the linux-user ones getting linked against the Xen libs unnecessarily. Well, at that time I confirmed the patch fixes this issue, and this is the same change I come across too, and it is already used on Debian. So Signed