[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PULL 00/13] Net patches
|
From: |
Jason Wang |
|
Subject: |
Re: [PULL 00/13] Net patches |
|
Date: |
Tue, 11 Jan 2022 10:09:46 +0800 |
On Tue, Jan 11, 2022 at 12:49 AM Peter Maydell <peter.maydell@linaro.org> wrote:
>
> On Mon, 10 Jan 2022 at 03:40, Jason Wang <jasowang@redhat.com> wrote:
> >
> > The following changes since commit df722e33d5da26ea8604500ca8f509245a0ea524:
> >
> > Merge tag 'bsd-user-arm-pull-request' of gitlab.com:bsdimp/qemu into
> > staging (2022-01-08 09:37:59 -0800)
> >
> > are available in the git repository at:
> >
> > https://github.com/jasowang/qemu.git tags/net-pull-request
> >
> > for you to fetch changes up to 5136cc6d3b8b74f4fa572f0874656947a401330e:
> >
> > net/vmnet: update MAINTAINERS list (2022-01-10 11:30:55 +0800)
> >
> > ----------------------------------------------------------------
> >
> > ----------------------------------------------------------------
>
> Fails to build on OSX Catalina:
>
> ../../net/vmnet-common.m:165:10: error: use of undeclared identifier
> 'VMNET_SHARING_SERVICE_BUSY'
> case VMNET_SHARING_SERVICE_BUSY:
> ^
>
> This constant only got added in macOS 11.0. I guess that technically
> our supported-platforms policy only requires us to support 11 (Big Sur)
> and 12 (Monterey) at this point, but it would be nice to still be able
> to build on Catalina (10.15).
Yes, it was only supported by the vmnet framework starting from
Catalyst according to
https://developer.apple.com/documentation/vmnet?language=objc.
>
> (Personally I would like Catalina still to work at least for a little
> while, because my x86 Mac is old enough that it is not supported by
> Big Sur. I'll have to dump it once Apple stops doing security support
> for Catalina, but they haven't done that quite yet.)
Sure, Vladislav please fix this and send a new version.
Thanks
>
> -- PMM
>
- [PULL 04/13] net/colo-compare.c: Optimize compare order for performance, (continued)
- [PULL 04/13] net/colo-compare.c: Optimize compare order for performance, Jason Wang, 2022/01/09
- [PULL 06/13] net/filter: Optimize filter_send to coroutine, Jason Wang, 2022/01/09
- [PULL 09/13] net/vmnet: implement shared mode (vmnet-shared), Jason Wang, 2022/01/09
- [PULL 11/13] net/vmnet: implement bridged mode (vmnet-bridged), Jason Wang, 2022/01/09
- [PULL 07/13] net/vmnet: add vmnet dependency and customizable option, Jason Wang, 2022/01/09
- [PULL 10/13] net/vmnet: implement host mode (vmnet-host), Jason Wang, 2022/01/09
- [PULL 12/13] net/vmnet: update qemu-options.hx, Jason Wang, 2022/01/09
- [PULL 08/13] net/vmnet: add vmnet backends to qapi/net, Jason Wang, 2022/01/09
- [PULL 13/13] net/vmnet: update MAINTAINERS list, Jason Wang, 2022/01/09
- Re: [PULL 00/13] Net patches, Peter Maydell, 2022/01/10