Re: [PATCH v4 00/27] hw/i386/pc: Remove deprecated 2.6 and 2.7 PC machines

2025-05-13 Thread Igor Mammedov via Devel
On Thu, 8 May 2025 15:35:23 +0200 Philippe Mathieu-Daudé wrote: > Since v3: > - Addressed Thomas and Zhao review comments > - Rename fw_cfg_init_mem_[no]dma() helpers > - Remove unused CPU properties > - Remove {multi,linux}boot.bin > - Added R-b tags > > Since v2: > - Addressed Mark review com

Re: [PATCH v4 0/1] add RAPL feature in libvirt

2025-03-13 Thread Igor Mammedov
On Thu, 6 Mar 2025 13:51:35 +0100 Anthony Harivel wrote: > Hi, > > The enhancement in this new version based on last feedback are: > > * add more documentation on limitation of the feature > * no more double check of the vmsr socket, once is enough > * virQEMUBuildBufferEscapeComma() is used f

Re: Add iommu device when VM configured with > 255 vcpus

2024-05-30 Thread Igor Mammedov
On Wed, 29 May 2024 14:44:52 -0400 Sergio Durigan Junior wrote: > On Tuesday, May 28 2024, Jim Fehlig via Devel wrote: > > > Hi All, > > > > I vaguely recall a discussion about $subject, but can't find it > > now. Perhaps buried in another thread. The topic has been raised > > internally again,

Re: [PATCH for-9.0] docs/about: Mark the iaspc machine type as deprecated

2024-03-27 Thread Igor Mammedov
On Wed, 27 Mar 2024 10:49:43 + Daniel P. Berrangé wrote: > On Tue, Mar 26, 2024 at 05:16:32PM +0100, Igor Mammedov wrote: > > On Tue, 26 Mar 2024 14:29:58 +0100 > > Philippe Mathieu-Daudé wrote: > > > > > Hi Igor, > > > > > > On 26/3/2

Re: [PATCH for-9.0] docs/about: Mark the iaspc machine type as deprecated

2024-03-26 Thread Igor Mammedov
On Tue, 26 Mar 2024 13:30:48 + Mark Cave-Ayland wrote: > On 26/03/2024 12:51, Igor Mammedov wrote: > > > ISAPC machine was introduced 25 years ago and it's a lot of time since > > such machine was around with real ISA only PC hardware practically defunct. > > A

Re: [PATCH for-9.0] docs/about: Mark the iaspc machine type as deprecated

2024-03-26 Thread Igor Mammedov
On Tue, 26 Mar 2024 14:29:58 +0100 Philippe Mathieu-Daudé wrote: > Hi Igor, > > On 26/3/24 14:08, Thomas Huth wrote: > > > > s/iaspc/isapc/ in the subject > > > > On 26/03/2024 13.51, Igor Mammedov wrote: > >> ISAPC machine was introduced 25 years

[PATCH for-9.0] docs/about: Mark the iaspc machine type as deprecated

2024-03-26 Thread Igor Mammedov
le of boot) Rather than spending time on fixing 'the oldest' no longer tested machine type, deprecate it so we can clean up QEMU code from legacy fixups and hopefully make it easier to follow. Folks who have to use ancient guest that requires ISAPC can still use older QEMU to play with it.