Message ID | 20240206002344.12372-1-iii@linux.ibm.com (mailing list archive) |
---|---|
Headers | show |
Series | make vm-build-freebsd fixes | expand |
Ilya Leoshkevich <iii@linux.ibm.com> writes: > v2: https://lists.gnu.org/archive/html/qemu-devel/2024-02/msg00890.html > v2 -> v3: Structure the meson check similar to have_asan_fiber; > Reduce the context size a little (Philippe). > > v1: https://lists.gnu.org/archive/html/qemu-devel/2024-01/msg05155.html > v1 -> v2: Link with libinotify instead of disabling the inotify > support (Daniel). > Use a bit more context lines in order to prevent the > incorrect application of the test patch. > > Hi, > > I needed to verify that my qemu-user changes didn't break BSD, and > Daniel Berrange suggested vm-build-freebsd on IRC. I had several > problems with it, which this series resolves. Queued to testing/next, thanks.
On Wed, 2024-02-07 at 15:02 +0000, Alex Bennée wrote: > Ilya Leoshkevich <iii@linux.ibm.com> writes: > > > v2: > > https://lists.gnu.org/archive/html/qemu-devel/2024-02/msg00890.html > > v2 -> v3: Structure the meson check similar to have_asan_fiber; > > Reduce the context size a little (Philippe). > > > > v1: > > https://lists.gnu.org/archive/html/qemu-devel/2024-01/msg05155.html > > v1 -> v2: Link with libinotify instead of disabling the inotify > > support (Daniel). > > Use a bit more context lines in order to prevent the > > incorrect application of the test patch. > > > > Hi, > > > > I needed to verify that my qemu-user changes didn't break BSD, and > > Daniel Berrange suggested vm-build-freebsd on IRC. I had several > > problems with it, which this series resolves. > > Queued to testing/next, thanks. Hi Alex, thanks! But I think Thomas already took it into his tree: https://lists.gnu.org/archive/html/qemu-devel/2024-02/msg01015.html Best regards, Ilya
Ilya Leoshkevich <iii@linux.ibm.com> writes: > On Wed, 2024-02-07 at 15:02 +0000, Alex Bennée wrote: >> Ilya Leoshkevich <iii@linux.ibm.com> writes: >> >> > v2: >> > https://lists.gnu.org/archive/html/qemu-devel/2024-02/msg00890.html >> > v2 -> v3: Structure the meson check similar to have_asan_fiber; >> > Reduce the context size a little (Philippe). >> > >> > v1: >> > https://lists.gnu.org/archive/html/qemu-devel/2024-01/msg05155.html >> > v1 -> v2: Link with libinotify instead of disabling the inotify >> > support (Daniel). >> > Use a bit more context lines in order to prevent the >> > incorrect application of the test patch. >> > >> > Hi, >> > >> > I needed to verify that my qemu-user changes didn't break BSD, and >> > Daniel Berrange suggested vm-build-freebsd on IRC. I had several >> > problems with it, which this series resolves. >> >> Queued to testing/next, thanks. > > Hi Alex, > > thanks! But I think Thomas already took it into his tree: > > https://lists.gnu.org/archive/html/qemu-devel/2024-02/msg01015.html Ahh I missed that Thomas had pulled it. It should all rectify itself when I create the PR tomorrow. > > Best regards, > Ilya