[PULL 0/3] Misc patches

Daniel P. Berrangé posted 3 patches 5 years, 9 months ago
Test docker-quick@centos7 passed
Test FreeBSD passed
Test docker-mingw@fedora passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200207122440.2650229-1-berrange@redhat.com
Maintainers: "Daniel P. Berrangé" <berrange@redhat.com>
There is a newer version of this series
authz/listfile.c     |  2 +-
io/channel-websock.c | 36 ++++++++++++++++++++++++------------
qemu-options.hx      | 12 +++++++-----
3 files changed, 32 insertions(+), 18 deletions(-)
[PULL 0/3] Misc patches
Posted by Daniel P. Berrangé 5 years, 9 months ago
The following changes since commit 5b7686f3fa2092d2b3be92df67b5966ee1b0142a:

  Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-02-06' into staging (2020-02-06 18:59:12 +0000)

are available in the Git repository at:

  https://github.com/berrange/qemu tags/misc-fixes-pull-request

for you to fetch changes up to 416b71906edfcf280ef31d0e5e607898330b6271:

  docs: stop documenting the e1000 NIC model as the default (2020-02-07 12:22:19 +0000)

----------------------------------------------------------------

* Use correct constants for 'bool' type
* Fix compatibility with noVNC in websocket impl
* Remove inaccurate docs aout default NIC model

----------------------------------------------------------------

Daniel P. Berrangé (1):
  docs: stop documenting the e1000 NIC model as the default

Jafar Abdi (1):
  authz: fix usage of bool in listfile.c

yuchenlin (1):
  io/channel-websock: treat 'binary' and no sub-protocol as the same

 authz/listfile.c     |  2 +-
 io/channel-websock.c | 36 ++++++++++++++++++++++++------------
 qemu-options.hx      | 12 +++++++-----
 3 files changed, 32 insertions(+), 18 deletions(-)

-- 
2.24.1


Re: [PULL 0/3] Misc patches
Posted by Peter Maydell 5 years, 9 months ago
On Fri, 7 Feb 2020 at 12:25, Daniel P. Berrangé <berrange@redhat.com> wrote:
>
> The following changes since commit 5b7686f3fa2092d2b3be92df67b5966ee1b0142a:
>
>   Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-02-06' into staging (2020-02-06 18:59:12 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/berrange/qemu tags/misc-fixes-pull-request
>
> for you to fetch changes up to 416b71906edfcf280ef31d0e5e607898330b6271:
>
>   docs: stop documenting the e1000 NIC model as the default (2020-02-07 12:22:19 +0000)
>
> ----------------------------------------------------------------
>
> * Use correct constants for 'bool' type
> * Fix compatibility with noVNC in websocket impl
> * Remove inaccurate docs aout default NIC model
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM