Re: [PATCH 1/4] multifd: wait for channels_ready before sending sync

2023-09-22 Thread Elena Ufimtseva
On Fri, Sep 22, 2023 at 01:06:53PM -0300, Fabiano Rosas wrote: > Elena Ufimtseva writes: > > > In multifd_send_sync_main we need to wait for channels_ready > > before submitting sync packet as the threads may still be sending > > their previous pages. > > There is also no need to check for channe

Re: [PATCH 6/9] vt82c686: Support machine-default audiodev with fallback

2023-09-22 Thread BALATON Zoltan
On Fri, 22 Sep 2023, Paolo Bonzini wrote: On Fri, Sep 22, 2023 at 2:17 PM BALATON Zoltan wrote: mc->default_cpu_type = POWERPC_CPU_TYPE_NAME("460exb"); mc->default_ram_size = 512 * MiB; mc->default_ram_id = "ppc4xx.sdram"; + +machine_add_audiodev_property(mc); This hunk has no

[PATCH v2] cxl/vendor: update niagara to only build on linux, add KConfig options

2023-09-22 Thread Gregory Price
Niagara uses which presently limits its compatibility to linux hosts. Change build to only build it on linux. Add Kconfig file for skhynix directory, and make niagara depend on CXL_MEM_DEVICE and LINUX. Add an explicit flag for niagara. Signed-off-by: Gregory Price --- hw/cxl/Kconfig

[PATCH] hw/i386: changes towards enabling -Wshadow=local

2023-09-22 Thread Ani Sinha
Code changes that addresses all compiler complaints coming from enabling -Wshadow flags. Enabling -Wshadow catches cases of local variables shadowing other local variables or parameters. These makes the code confusing and/or adds bugs that are difficult to catch. CC: Markus Armbruster CC: Philipp

Re: [PATCH 0/9] Replace remaining target_ulong in system-mode accel

2023-09-22 Thread Michael Tokarev
[Trimming Cc list] 22.09.2023 13:45, Anton Johansson: On 21/09/23, Michael Tokarev wrote: Anton Johansson (9): accel/kvm: Widen pc/saved_insn for kvm_sw_breakpoint accel/hvf: Widen pc/saved_insn for hvf_sw_breakpoint target: Use vaddr for kvm_arch_[insert|remove]_hw_breakpoint

Re: [PATCH 2/2] seabios: remove PCI drivers from bios.bin

2023-09-22 Thread Volker Rümelin
Am 21.09.23 um 14:10 schrieb Paolo Bonzini: > bios.bin is now used only by ISA PC, so PCI drivers are not necessary. > > Signed-off-by: Paolo Bonzini > --- > pc-bios/bios.bin | Bin 131072 -> 131072 bytes > roms/config.seabios-128k | 30 ++ > 2 files changed,

Re: [PATCH 2/4] aspeed: Clean up local variable shadowing

2023-09-22 Thread Markus Armbruster
Cédric Le Goater writes: > Remove superfluous local 'irq' variables and use the one define at the > top of the routine. This fixes warnings in aspeed_soc_ast2600_realize() > such as : > > ../hw/arm/aspeed_ast2600.c: In function ‘aspeed_soc_ast2600_realize’: > ../hw/arm/aspeed_ast2600.c:420:18

Re: [PATCH v6] hw/i386/pc: improve physical address space bound check for 32-bit x86 systems

2023-09-22 Thread Ani Sinha
On Fri, 22 Sept, 2023, 10:25 pm Philippe Mathieu-Daudé, wrote: > On 22/9/23 18:04, Ani Sinha wrote: > > 32-bit x86 systems do not have a reserved memory for hole64. On those > 32-bit > > systems without PSE36 or PAE CPU features, hotplugging memory devices > are not > > supported by QEMU as QEMU

<    1   2   3