Wei Liu
Wei Liu
> @liuw Can you further elaborate on the use case for this please? I didn't notice this. Sorry. The use case is that people can configure the guest to collect...
@likebreath Oh that's very unfortunate. I think we have a few options: 1. Vendor their code in tree and maintain it ourselves. 2. Import the bespoke parser code from either...
> Sorry about missing this issue. I believe the we started with `u8` as it was simply enough at the time. > > The hypervisor (kvm or mshv) has a...
> > > Sorry about missing this issue. I believe the we started with `u8` as it was simply enough at the time. > > > The hypervisor (kvm or...
For x86, CH will need to use X2APIC mode. Not sure what's needed for ARM64 -- that seems to be what @peng6662001 is working on.
Is there a way to gain access to both hardware platforms?
@hbrueckner > Alternatively, you can also obtain s390x VSIs in the IBM Cloud (let me know and I can share some more details). Can you share more details about this?...
@wedsonaf can help describe the use case.
> Bumping number of segments is the way to do it. The 16 limit was an arbitrary choice. Supporting multiple buses per segment is much much harder because software expects...
@rbradford @wedsonaf I did the naive thing of bumping the limit to 65535, which didn't end well. Each PCI segment ended up having a size of zero due to the...