This was sent from a wrong mail address by mistake, sorry for the noise.
Can be ignored as a duplicate.
From: Bhavin Gandhi
DM_TABLE_DEPS expects a device name in dm_ioctl.name. In one of the
cases, full path of the device was getting returned causing the ioctl
call to fail with `ENXIO (No such device or address)`.
Also rename the function and variable names to better reflect that we
are dealing w
On 7/2/25 12:23, Ján Tomko wrote:
> On a Thursday in 2025, Michal Privoznik via Devel wrote:
>> From: Michal Privoznik
>>
>> In some cases (well, majority), open() is either rewritten to
>> open64(), either by plain '#define open open64') or at assembly
>> level (using __REDIRECT macro). See for
On 7/1/25 18:35, Daniel P. Berrangé via Devel wrote:
On Tue, Jul 01, 2025 at 03:58:02PM +0200, Boris Fiuczynski wrote:
On 7/1/25 10:46, Daniel P. Berrangé via Devel wrote:
On Sun, Jun 29, 2025 at 11:19:30PM -0400, Collin Walling wrote:
From: Boris Fiuczynski
Allow to define the default for d
On a Thursday in 2025, Michal Privoznik via Devel wrote:
Inspired by a patchset against virt-aa-helper that I reviewed recently:
https://lists.libvirt.org/archives/list/devel@lists.libvirt.org/thread/QQXMAK56H2CXCIZPALG5BHDNTKT3OQKZ/
Green pipeline:
https://gitlab.com/MichalPrivoznik/libvirt/-
On Wed, Jul 02, 2025 at 12:05:45PM +0200, Boris Fiuczynski wrote:
> On 7/1/25 18:35, Daniel P. Berrangé via Devel wrote:
> > On Tue, Jul 01, 2025 at 03:58:02PM +0200, Boris Fiuczynski wrote:
> > > On 7/1/25 10:46, Daniel P. Berrangé via Devel wrote:
> > > > On Sun, Jun 29, 2025 at 11:19:30PM -0400,
On a Thursday in 2025, Michal Privoznik via Devel wrote:
From: Michal Privoznik
In some cases (well, majority), open() is either rewritten to
open64(), either by plain '#define open open64') or at assembly
level (using __REDIRECT macro). See for more info.
This didn't really matter to us, bec
On 7/2/25 12:12, Ján Tomko wrote:
> On a Thursday in 2025, Michal Privoznik via Devel wrote:
>> Inspired by a patchset against virt-aa-helper that I reviewed recently:
>>
>> https://lists.libvirt.org/archives/list/devel@lists.libvirt.org/
>> thread/QQXMAK56H2CXCIZPALG5BHDNTKT3OQKZ/
>>
>> Green pipe
On 7/2/25 12:22, Ján Tomko wrote:
> On a Thursday in 2025, Michal Privoznik via Devel wrote:
>> From: Michal Privoznik
>>
>> While use of realpath() is not forbidden, our some of our mocks
>> already have a test friendly reimplementation of
>> virFileCanonicalizePath(). Use the latter.
>>
>
> Tha
Daniel P. Berrangé wrote:
> On Sat, Apr 26, 2025 at 09:42:36AM +0200, Roman Bogorodskiy wrote:
> > Implement NAT networking support based on the Packet Filter (pf)
> > firewall in FreeBSD. At this point, the implementation is very basic.
> > It creates:
> >
> > - Essential NAT translation rule
On Thu, Jun 26, 2025 at 03:29:58PM -0600, Jim Fehlig via Devel wrote:
> Similar to x86, the default SCSI controller model for ARM is lsilogic.
> But unlike x86, the ARM virt machine type prefers virtio devices. Switch
> the default controller model for ARM from lsilogic to virtio-scsi.
>
> Signed-o
On Tue, Jun 24, 2025 at 05:48:52PM +0200, Ján Tomko via Devel wrote:
> +++ b/docs/compiling.rst
> @@ -105,8 +105,8 @@ Notes:
> ~~
>
> By default when the ``meson`` is run from within a GIT checkout, it will turn
> -on -Werror for builds. This can be disabled with --werror=false, but this is
>
On 7/2/25 12:20, Daniel P. Berrangé via Devel wrote:
On Wed, Jul 02, 2025 at 12:05:45PM +0200, Boris Fiuczynski wrote:
On 7/1/25 18:35, Daniel P. Berrangé via Devel wrote:
On Tue, Jul 01, 2025 at 03:58:02PM +0200, Boris Fiuczynski wrote:
On 7/1/25 10:46, Daniel P. Berrangé via Devel wrote:
On
From: Bhavin Gandhi
DM_TABLE_DEPS expects a device name in dm_ioctl.name. In one of the
cases, full path of the device was getting returned causing the ioctl
call to fail with `ENXIO (No such device or address)`.
Also rename the function and variable names to better reflect that we
are dealing w
On 7/2/25 10:11, Andrea Bolognani wrote:
On Thu, Jun 26, 2025 at 03:29:58PM -0600, Jim Fehlig via Devel wrote:
Similar to x86, the default SCSI controller model for ARM is lsilogic.
But unlike x86, the ARM virt machine type prefers virtio devices. Switch
the default controller model for ARM from
On a Thursday in 2025, Michal Privoznik via Devel wrote:
From: Michal Privoznik
While use of realpath() is not forbidden, our some of our mocks
already have a test friendly reimplementation of
virFileCanonicalizePath(). Use the latter.
That's a good enough reason to forbid it in syntax-check
16 matches
Mail list logo