ui/curses_keys.h | 113 +++++++++++++++++++++++++------------------ monitor.c | 23 +++++++++ ui/curses.c | 79 ++++++++++++++++++++++++------ ui/vnc.c | 64 ++++++++++++++++++++---- qemu-deprecated.texi | 11 +++++ qemu-options.hx | 35 ++++++++++---- 6 files changed, 243 insertions(+), 82 deletions(-)
The following changes since commit e2a18635a400b0e68679614132e9ef6316105590:
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-03-08' into staging (2019-03-09 20:55:44 +0000)
are available in the Git repository at:
git://git.kraxel.org/qemu tags/ui-20190311-v2-pull-request
for you to fetch changes up to 0143840771548e8ffece831398d745880ddfa080:
monitor: deprecate acl_show, acl_reset, acl_policy, acl_add, acl_remove (2019-03-11 08:39:02 +0100)
----------------------------------------------------------------
curses: wide char input support.
vnc: acl update, stall fix.
----------------------------------------------------------------
Daniel P. Berrangé (2):
vnc: allow specifying a custom authorization object name
monitor: deprecate acl_show, acl_reset, acl_policy, acl_add,
acl_remove
Gerd Hoffmann (1):
vnc: fix update stalls
Samuel Thibault (2):
Reduce curses escdelay from 1s to 25ms
curses: support wide input
ui/curses_keys.h | 113 +++++++++++++++++++++++++------------------
monitor.c | 23 +++++++++
ui/curses.c | 79 ++++++++++++++++++++++++------
ui/vnc.c | 64 ++++++++++++++++++++----
qemu-deprecated.texi | 11 +++++
qemu-options.hx | 35 ++++++++++----
6 files changed, 243 insertions(+), 82 deletions(-)
--
2.18.1
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
On Mon, 11 Mar 2019 at 08:40, Gerd Hoffmann <kraxel@redhat.com> wrote: > > The following changes since commit e2a18635a400b0e68679614132e9ef6316105590: > > Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-03-08' into staging (2019-03-09 20:55:44 +0000) > > are available in the Git repository at: > > git://git.kraxel.org/qemu tags/ui-20190311-v2-pull-request > > for you to fetch changes up to 0143840771548e8ffece831398d745880ddfa080: > > monitor: deprecate acl_show, acl_reset, acl_policy, acl_add, acl_remove (2019-03-11 08:39:02 +0100) > > ---------------------------------------------------------------- > curses: wide char input support. > vnc: acl update, stall fix. > > ---------------------------------------------------------------- Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0 for any user-visible changes. -- PMM -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list
On Mon, Mar 11, 2019 at 01:45:13PM +0000, Peter Maydell wrote: > On Mon, 11 Mar 2019 at 08:40, Gerd Hoffmann <kraxel@redhat.com> wrote: > > > > The following changes since commit e2a18635a400b0e68679614132e9ef6316105590: > > > > Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-03-08' into staging (2019-03-09 20:55:44 +0000) > > > > are available in the Git repository at: > > > > git://git.kraxel.org/qemu tags/ui-20190311-v2-pull-request > > > > for you to fetch changes up to 0143840771548e8ffece831398d745880ddfa080: > > > > monitor: deprecate acl_show, acl_reset, acl_policy, acl_add, acl_remove (2019-03-11 08:39:02 +0100) > > > > ---------------------------------------------------------------- > > curses: wide char input support. > > vnc: acl update, stall fix. > > > > ---------------------------------------------------------------- > > Applied, thanks. > > Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0 > for any user-visible changes. Gerd, I'll take care of updating the changelog for the auth / acl related parts of the pull request Regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :| -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list
Daniel P. Berrangé, le lun. 11 mars 2019 13:51:16 +0000, a ecrit: > On Mon, Mar 11, 2019 at 01:45:13PM +0000, Peter Maydell wrote: > > On Mon, 11 Mar 2019 at 08:40, Gerd Hoffmann <kraxel@redhat.com> wrote: > > > > > > The following changes since commit e2a18635a400b0e68679614132e9ef6316105590: > > > > > > Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-03-08' into staging (2019-03-09 20:55:44 +0000) > > > > > > are available in the Git repository at: > > > > > > git://git.kraxel.org/qemu tags/ui-20190311-v2-pull-request > > > > > > for you to fetch changes up to 0143840771548e8ffece831398d745880ddfa080: > > > > > > monitor: deprecate acl_show, acl_reset, acl_policy, acl_add, acl_remove (2019-03-11 08:39:02 +0100) > > > > > > ---------------------------------------------------------------- > > > curses: wide char input support. > > > vnc: acl update, stall fix. > > > > > > ---------------------------------------------------------------- > > > > Applied, thanks. > > > > Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0 > > for any user-visible changes. > > Gerd, I'll take care of updating the changelog for the auth / acl > related parts of the pull request I wanted to do the same for the curses part but I don't seem to have a wiki account, could somebody create one for me? Samuel
On Mon, Mar 11, 2019 at 03:08:16PM +0100, Samuel Thibault wrote: > Daniel P. Berrangé, le lun. 11 mars 2019 13:51:16 +0000, a ecrit: > > On Mon, Mar 11, 2019 at 01:45:13PM +0000, Peter Maydell wrote: > > > On Mon, 11 Mar 2019 at 08:40, Gerd Hoffmann <kraxel@redhat.com> wrote: > > > > > > > > The following changes since commit e2a18635a400b0e68679614132e9ef6316105590: > > > > > > > > Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-03-08' into staging (2019-03-09 20:55:44 +0000) > > > > > > > > are available in the Git repository at: > > > > > > > > git://git.kraxel.org/qemu tags/ui-20190311-v2-pull-request > > > > > > > > for you to fetch changes up to 0143840771548e8ffece831398d745880ddfa080: > > > > > > > > monitor: deprecate acl_show, acl_reset, acl_policy, acl_add, acl_remove (2019-03-11 08:39:02 +0100) > > > > > > > > ---------------------------------------------------------------- > > > > curses: wide char input support. > > > > vnc: acl update, stall fix. > > > > > > > > ---------------------------------------------------------------- > > > > > > Applied, thanks. > > > > > > Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0 > > > for any user-visible changes. > > > > Gerd, I'll take care of updating the changelog for the auth / acl > > related parts of the pull request > > I wanted to do the same for the curses part but I don't seem to have a > wiki account, could somebody create one for me? Sure, I can create you an account. Will message you offlist... Regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
Samuel Thibault, le lun. 11 mars 2019 15:08:16 +0100, a ecrit: > Daniel P. Berrangé, le lun. 11 mars 2019 13:51:16 +0000, a ecrit: > > On Mon, Mar 11, 2019 at 01:45:13PM +0000, Peter Maydell wrote: > > > On Mon, 11 Mar 2019 at 08:40, Gerd Hoffmann <kraxel@redhat.com> wrote: > > > > > > > > The following changes since commit e2a18635a400b0e68679614132e9ef6316105590: > > > > > > > > Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-03-08' into staging (2019-03-09 20:55:44 +0000) > > > > > > > > are available in the Git repository at: > > > > > > > > git://git.kraxel.org/qemu tags/ui-20190311-v2-pull-request > > > > > > > > for you to fetch changes up to 0143840771548e8ffece831398d745880ddfa080: > > > > > > > > monitor: deprecate acl_show, acl_reset, acl_policy, acl_add, acl_remove (2019-03-11 08:39:02 +0100) > > > > > > > > ---------------------------------------------------------------- > > > > curses: wide char input support. > > > > vnc: acl update, stall fix. > > > > > > > > ---------------------------------------------------------------- > > > > > > Applied, thanks. > > > > > > Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0 > > > for any user-visible changes. > > > > Gerd, I'll take care of updating the changelog for the auth / acl > > related parts of the pull request > > I wanted to do the same for the curses part but I don't seem to have a > wiki account, could somebody create one for me? Done so, and thus Gerd: done so :) Samuel
© 2016 - 2025 Red Hat, Inc.