Re: [PATCH v4 6/7] hw/sd/sdhci: Implement Freescale eSDHC device model

2022-10-29 Thread Philippe Mathieu-Daudé
On 29/10/22 20:28, Bernhard Beschow wrote: Am 29. Oktober 2022 13:04:00 UTC schrieb Bernhard Beschow : Am 29. Oktober 2022 11:33:51 UTC schrieb Bernhard Beschow : Am 27. Oktober 2022 21:40:01 UTC schrieb "Philippe Mathieu-Daudé" : Hi Bernhard, On 18/10/22 23:01, Bernhard Beschow wrote: Will

Re: [PATCH v4 6/7] hw/sd/sdhci: Implement Freescale eSDHC device model

2022-10-29 Thread Bernhard Beschow
Am 29. Oktober 2022 13:04:00 UTC schrieb Bernhard Beschow : >Am 29. Oktober 2022 11:33:51 UTC schrieb Bernhard Beschow : >>Am 27. Oktober 2022 21:40:01 UTC schrieb "Philippe Mathieu-Daudé" >>: >>>Hi Bernhard, >>> >>>On 18/10/22 23:01, Bernhard Beschow wrote: Will allow e500 boards to access S

Re: [PATCH 5/7] block/nfs: Fix 32-bit Windows build

2022-10-29 Thread Stefan Weil via
Am 08.09.22 um 15:28 schrieb Bin Meng: From: Bin Meng libnfs.h declares nfs_fstat() as the following for win32: int nfs_fstat(struct nfs_context *nfs, struct nfsfh *nfsfh, struct __stat64 *st); The 'st' parameter should be of type 'struct __stat64'. The codes happen to bui

Re: [PATCH 0/7] nsis: gitlab-ci: Improve QEMU Windows installer packaging

2022-10-29 Thread Bin Meng
Hi Thomas, On Wed, Sep 21, 2022 at 8:24 PM Thomas Huth wrote: > > On 21/09/2022 14.18, Bin Meng wrote: > > Hi, > > > > On Thu, Sep 8, 2022 at 9:28 PM Bin Meng wrote: > >> > >> At present packaging the required DLLs of QEMU executables is a > >> manual process, and error prone. > >> > >> Improve

Re: [PATCH v4 6/7] hw/sd/sdhci: Implement Freescale eSDHC device model

2022-10-29 Thread Bernhard Beschow
Am 29. Oktober 2022 11:33:51 UTC schrieb Bernhard Beschow : >Am 27. Oktober 2022 21:40:01 UTC schrieb "Philippe Mathieu-Daudé" >: >>Hi Bernhard, >> >>On 18/10/22 23:01, Bernhard Beschow wrote: >>> Will allow e500 boards to access SD cards using just their own devices. >>> >>> Signed-off-by: Bernh

[PATCH] block/blkio: Tolerate device size changes

2022-10-29 Thread Alberto Faria
Some libblkio drivers may be able to work with regular files (e.g., io_uring) or otherwise resizable devices. Conservatively set BlockDriver::has_variable_length to true to ensure bdrv_nb_sectors() always gives up-to-date results. Also implement BlockDriver::bdrv_co_truncate for the case where no

Re: [PATCH v4 6/7] hw/sd/sdhci: Implement Freescale eSDHC device model

2022-10-29 Thread Bernhard Beschow
Am 27. Oktober 2022 21:40:01 UTC schrieb "Philippe Mathieu-Daudé" : >Hi Bernhard, > >On 18/10/22 23:01, Bernhard Beschow wrote: >> Will allow e500 boards to access SD cards using just their own devices. >> >> Signed-off-by: Bernhard Beschow >> --- >> hw/sd/sdhci.c | 120 +++

Re: [PATCH v4 5/7] hw/ppc/e500: Implement pflash handling

2022-10-29 Thread Bernhard Beschow
Am 29. Oktober 2022 09:29:33 UTC schrieb Daniel Henrique Barboza : > > >On 10/28/22 19:42, Philippe Mathieu-Daudé wrote: >> On 28/10/22 17:09, Daniel Henrique Barboza wrote: >>> Bernhard, >>> >>> The 32 builds aren't fancying this patch. The issue is down there: >>> >>> On 10/18/22 18:01, Bernha

Re: [PATCH] block/blkio: Add virtio-blk-vfio-pci BlockDriver

2022-10-29 Thread Alberto Faria
On Fri, Oct 28, 2022 at 2:17 PM Alberto Faria wrote: > libblkio 1.1.0 [1] introduces a virtio-blk-vfio-pci driver, which > accesses a virtio-blk PCI device using VFIO. Add a corresponding > BlockDriver. > > [1] https://gitlab.com/libblkio/libblkio/-/tree/v1.1.0 > > Signed-off-by: Alberto Faria I

Re: [PATCH] block/blkio: Make driver nvme-io_uring take a "path" instead of a "filename"

2022-10-29 Thread Alberto Faria
On Sat, Oct 29, 2022 at 7:05 AM Markus Armbruster wrote: > Alberto Faria writes: > > > The nvme-io_uring driver expects a character special file such as > > /dev/ng0n1. Follow the convention of having a "filename" option when a > > regular file is expected, and a "path" option otherwise. > > I su

Re: [PATCH v4 5/7] hw/ppc/e500: Implement pflash handling

2022-10-29 Thread Daniel Henrique Barboza
On 10/28/22 19:42, Philippe Mathieu-Daudé wrote: On 28/10/22 17:09, Daniel Henrique Barboza wrote: Bernhard, The 32 builds aren't fancying this patch. The issue is down there: On 10/18/22 18:01, Bernhard Beschow wrote: Allows e500 boards to have their root file system reside on flash using