[PULL 0/4] 9p queue for 5.2 (2020-11-06)

Christian Schoenebeck posted 4 patches 3 years, 5 months ago
Only 3 patches received!
hw/9pfs/9p-local.c  | 10 +++++-----
hw/9pfs/9p.c        | 16 ++++++++--------
hw/9pfs/9p.h        |  9 +++------
hw/9pfs/Kconfig     |  4 ----
hw/9pfs/cofs.c      |  2 +-
hw/9pfs/meson.build |  2 +-
6 files changed, 18 insertions(+), 25 deletions(-)
[PULL 0/4] 9p queue for 5.2 (2020-11-06)
Posted by Christian Schoenebeck 3 years, 5 months ago
The following changes since commit e2766868d45d8c8f8991cfd133e6a0c14abfe577:

  Merge remote-tracking branch 'remotes/kraxel/tags/fixes-20201104-pull-request' into staging (2020-11-04 22:13:02 +0000)

are available in the Git repository at:

  https://github.com/cschoenebeck/qemu.git tags/pull-9p-20201106

for you to fetch changes up to e6b99460b14469e0b83febc8d5a501947d1d5c7c:

  hw/9pfs: Fix Kconfig dependency problem between 9pfs and Xen (2020-11-05 15:21:11 +0100)

----------------------------------------------------------------
9pfs: some fixes

* Fix meson build config for Xen.

* Code style fixes.

----------------------------------------------------------------
Philippe Mathieu-Daudé (1):
      hw/9pfs: Fix Kconfig dependency problem between 9pfs and Xen

Xinhao Zhang (3):
      hw/9pfs : add spaces around operator
      hw/9pfs : open brace '{' following struct go on the same line
      hw/9pfs : add space before the open parenthesis '('

 hw/9pfs/9p-local.c  | 10 +++++-----
 hw/9pfs/9p.c        | 16 ++++++++--------
 hw/9pfs/9p.h        |  9 +++------
 hw/9pfs/Kconfig     |  4 ----
 hw/9pfs/cofs.c      |  2 +-
 hw/9pfs/meson.build |  2 +-
 6 files changed, 18 insertions(+), 25 deletions(-)

Re: [PULL 0/4] 9p queue for 5.2 (2020-11-06)
Posted by Peter Maydell 3 years, 5 months ago
On Fri, 6 Nov 2020 at 09:36, Christian Schoenebeck
<qemu_oss@crudebyte.com> wrote:
>
> The following changes since commit e2766868d45d8c8f8991cfd133e6a0c14abfe577:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/fixes-20201104-pull-request' into staging (2020-11-04 22:13:02 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/cschoenebeck/qemu.git tags/pull-9p-20201106
>
> for you to fetch changes up to e6b99460b14469e0b83febc8d5a501947d1d5c7c:
>
>   hw/9pfs: Fix Kconfig dependency problem between 9pfs and Xen (2020-11-05 15:21:11 +0100)
>
> ----------------------------------------------------------------
> 9pfs: some fixes
>
> * Fix meson build config for Xen.
>
> * Code style fixes.


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.2
for any user-visible changes.

-- PMM