Vladimir Sementsov-Ogievskiy writes:
> This option doesn't make sense since long ago (10 years!)
> commit 1e7398a140f7a6 ("vhost: enable vhost without without MSI-X").
>
> Prior 1e7398a140f7a6, to enable vhost for some specific kind of guests
> (that don't have MSI-X support), you should have set
On Thu, Aug 28, 2025 at 10:29:41AM +0200, Claudio Fontana wrote:
> it is very useful for platforms to know how much time a node is
> spending running guests.
>
> Signed-off-by: Claudio Fontana
> ---
> include/libvirt/libvirt-host.h | 10
> src/test/test_driver.c
On 8/28/25 14:54, Stefan Kober wrote:
> On-behalf-of: SAP stefan.ko...@sap.com
> Signed-off-by: Stefan Kober
> ---
> src/ch/ch_alias.c | 59 ++
> src/ch/ch_alias.h | 27 +
> src/ch/meson.build | 2 ++
> 3 files changed, 88 inserti
This option doesn't make sense since long ago (10 years!)
commit 1e7398a140f7a6 ("vhost: enable vhost without without MSI-X").
Prior 1e7398a140f7a6, to enable vhost for some specific kind of guests
(that don't have MSI-X support), you should have set vhostforce=on
(with vhost=on or unset).
Since
On 8/28/25 10:29, Claudio Fontana wrote:
> it is very useful for platforms to know how much time a node is
> spending running guests.
>
> Signed-off-by: Claudio Fontana
> ---
> include/libvirt/libvirt-host.h | 10
> src/test/test_driver.c | 9 +--
On 8/28/25 14:54, Stefan Kober wrote:
> On-behalf-of: SAP stefan.ko...@sap.com
> Signed-off-by: Stefan Kober
> ---
> src/ch/ch_monitor.c | 40 +---
> 1 file changed, 1 insertion(+), 39 deletions(-)
>
> diff --git a/src/ch/ch_monitor.c b/src/ch/ch_monitor.c
> i
On 8/28/25 14:54, Stefan Kober wrote:
> This allows users to call API endpoints that require passing data in a
> generic way. Previously, only virCHMonitorPutNoContent was offered.
>
> On-behalf-of: SAP stefan.ko...@sap.com
> Signed-off-by: Stefan Kober
> ---
> src/ch/ch_monitor.c | 61 +
On 8/28/25 14:54, Stefan Kober wrote:
> This patchset adds the necessary functionality to support disk hotplugging in
> the CH driver.
>
> Some alias handling that can be extended to other device types is added, in
> order to allow detaching the devices via the Cloud Hypervisor API.
>
> Stefan
On 01.09.25 14:50, Markus Armbruster wrote:
Vladimir Sementsov-Ogievskiy writes:
On 30.08.25 11:17, Markus Armbruster wrote:
Vladimir Sementsov-Ogievskiy writes:
This option simply duplicates the @vhost option since long ago
(10 years!)
commit 1e7398a140f7a6 ("vhost: enable vhost without w
Vladimir Sementsov-Ogievskiy writes:
> On 30.08.25 11:17, Markus Armbruster wrote:
>> Vladimir Sementsov-Ogievskiy writes:
>>
>>> This option simply duplicates the @vhost option since long ago
>>> (10 years!)
>>> commit 1e7398a140f7a6 ("vhost: enable vhost without without MSI-X").
>>
>> This is
On a Friday in 2025, Peter Krempa via Devel wrote:
Add few more stable dumps to help comparing two .replies files
(especially useful when updating to new git versions of qemu)
Peter Krempa (8):
scripts: qemu-replies-tool: Convert the QMP conversation to list of
dicts
scripts: qemu-replies-t
The 11.7.0 release of both libvirt and libvirt-python is tagged and
signed tarballs are available at
https://download.libvirt.org/
https://download.libvirt.org/python/
Thanks everybody who helped with this release by sending patches,
reviewing, testing, or providing feedback. Your work is
On 30.08.25 11:17, Markus Armbruster wrote:
Vladimir Sementsov-Ogievskiy writes:
This option simply duplicates the @vhost option since long ago
(10 years!)
commit 1e7398a140f7a6 ("vhost: enable vhost without without MSI-X").
This isn't obvious to me.
As far as I can see, their only use is i
Hi Cédric
> From: Cédric Le Goater
> Sent: Monday, September 1, 2025 4:28 PM
> To: Jamin Lin ; reviewer:Incompatible changes
> ; Peter Maydell ; Steven
> Lee ; Troy Lee ; Andrew
> Jeffery ; Joel Stanley ; open
> list:All patches CC here ; open list:ASPEED BMCs
>
> Cc: Troy Lee ; Kane Chen
>
> S
The GIC interrupts 128 - 136 were only used by the AST2700 A0 SoC.
Since the AST2700 A0 has been deprecated, these interrupt
definitions are no longer needed. This commit removes them to
clean up the codebase.
Signed-off-by: Jamin Lin
---
hw/arm/aspeed_ast27x0.c | 40 +---
The GIC interrupts 128 - 136 were only used by the AST2700 A0 SoC.
Since the AST2700 A0 has been deprecated, these interrupt
definitions are no longer needed. This commit removes them to
clean up the codebase.
Signed-off-by: Jamin Lin
---
docs/specs/aspeed-intc.rst | 93 +++--
The ast2700a0-evb machine represents the first revision of the AST2700 and
serves as the initial engineering sample rather than a production version.
A newer revision, A1, is now supported, and the ast2700a1-evb should replace
the older A0 version.
Signed-off-by: Jamin Lin
---
docs/about/depreca
v1:
- Remove ast2700a0-evb machine
- Remove ast2700-a0 SOC
- Remove GIC 128 - 136 for AST2700 A0
*** BLURB HERE ***
Jamin Lin (4):
hw/arm: Remove ast2700a0-evb machine
hw/arm/aspeed_ast27x0: Remove ast2700-a0 SOC
hw/intc/aspeed: Remove GIC 128 - 136
docs/specs/aspeed-intc: Remove G
The ast2700-a1 SOC represented the first revision of the AST2700 and
was intended as an early engineering sample rather than a production
platform. A newer revision, A1, is now supported, and the ast2700-a1
SOC should replace the older A0 version.
Signed-off-by: Jamin Lin
---
hw/arm/aspeed_ast27
On Mon, Aug 11, 2025 at 6:40 AM Laine Stump wrote:
>
> Sorry again for taking so long to respond to this - it's turned into a
> ridiculous mental block for me for really unexplainable reasons...
>
> On 5/30/25 8:21 AM, Enrique Llorente via Devel wrote:
> > This commit introduces a feature enhancem
On 1/9/25 09:29, Philippe Mathieu-Daudé wrote:
Kind ping :)
On 27/6/24 09:10, Philippe Mathieu-Daudé wrote:
Support for spec v1.10 was deprecated in QEMU v9.1.
Signed-off-by: Philippe Mathieu-Daudé
---
docs/about/deprecated.rst | 6 --
docs/about/removed-features.rst | 5 +
Kind ping :)
On 27/6/24 09:10, Philippe Mathieu-Daudé wrote:
Support for spec v1.10 was deprecated in QEMU v9.1.
Signed-off-by: Philippe Mathieu-Daudé
---
docs/about/deprecated.rst | 6 --
docs/about/removed-features.rst | 5 +
include/hw/sd/sd.h | 1 -
hw/sd
On 28/8/25 16:37, Philippe Mathieu-Daudé wrote:
mipssim machine (single user of mipsnet device) is
deprecated since v10.0; remove for 10.2.
Philippe Mathieu-Daudé (2):
hw/mips: Remove mipssim machine
hw/net: Remove mipsnet device model
Series queued.
23 matches
Mail list logo