[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/4] 9p queue for 5.2 (2020-11-06)
|
From: |
Christian Schoenebeck |
|
Subject: |
[PULL 0/4] 9p queue for 5.2 (2020-11-06) |
|
Date: |
Fri, 06 Nov 2020 10:13:10 +0100 |
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(-)
- [PULL 0/4] 9p queue for 5.2 (2020-11-06),
Christian Schoenebeck <=
- [PULL 1/4] hw/9pfs : add spaces around operator, Christian Schoenebeck, 2020/11/06
- [PULL 2/4] hw/9pfs : open brace '{' following struct go on the same line, Christian Schoenebeck, 2020/11/06
- [PULL 3/4] hw/9pfs : add space before the open parenthesis '(', Christian Schoenebeck, 2020/11/06
- [PULL 4/4] hw/9pfs: Fix Kconfig dependency problem between 9pfs and Xen, Christian Schoenebeck, 2020/11/06
- Re: [PULL 0/4] 9p queue for 5.2 (2020-11-06), Peter Maydell, 2020/11/06