Re: [libvirt] [PATCH v5 0/7] Console corruption patchset

2012-02-27 Thread Peter Krempa

On 02/25/2012 01:27 AM, Eric Blake wrote:

On 02/23/2012 07:03 AM, Peter Krempa wrote:

Yet another spin of the console corruption patches.



ACK series if you make some changes to 6/7.  At this point, I don't know
if we're going to get a timely review from Dan, so I'm comfortable
pushing into the tree now to lengthen the testing time we can give this
prior to the 0.9.11 freeze.


Thanks; I made the requested changes, tested the build and pushed.

Peter






--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


Re: [libvirt] [PATCH v5 0/7] Console corruption patchset

2012-02-24 Thread Eric Blake
On 02/23/2012 07:03 AM, Peter Krempa wrote:
 Yet another spin of the console corruption patches.
 
 Current state:
 
 * 1/7 - pidfile: Make checking binary path in virPidFileRead optional
 - No changes to v4.
 - ACKed by Eric
 * 2/7 - Add flags for virDomainOpenConsole
 - No changes to v4.
 - ACKed by Eric
 * 3/7 - virsh: add support for VIR_DOMAIN_CONSOLE_* flags
 - No changes to v4.
 - ACKed by Eric
 * 4/7 - fdstream: Emit stream abort callback even if poll() doesnt.
 - Tweaked according to Eric's review
 * 5/7 - fdstream: Add internal callback on stream close
 - Tweaked according to Eric's review
 * 6/7 - util: Add helpers for safe domain console operations
 - Tweaked according to Eric's review
 * 7/7 - qemu: Add ability to abort existing console while creating new one
 - No changes to v4.
 - ACKed by Eric

ACK series if you make some changes to 6/7.  At this point, I don't know
if we're going to get a timely review from Dan, so I'm comfortable
pushing into the tree now to lengthen the testing time we can give this
prior to the 0.9.11 freeze.

-- 
Eric Blake   ebl...@redhat.com+1-919-301-3266
Libvirt virtualization library http://libvirt.org



signature.asc
Description: OpenPGP digital signature
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] [PATCH v5 0/7] Console corruption patchset

2012-02-23 Thread Peter Krempa
Yet another spin of the console corruption patches.

Current state:

* 1/7 - pidfile: Make checking binary path in virPidFileRead optional
- No changes to v4.
- ACKed by Eric
* 2/7 - Add flags for virDomainOpenConsole
- No changes to v4.
- ACKed by Eric
* 3/7 - virsh: add support for VIR_DOMAIN_CONSOLE_* flags
- No changes to v4.
- ACKed by Eric
* 4/7 - fdstream: Emit stream abort callback even if poll() doesnt.
- Tweaked according to Eric's review
* 5/7 - fdstream: Add internal callback on stream close
- Tweaked according to Eric's review
* 6/7 - util: Add helpers for safe domain console operations
- Tweaked according to Eric's review
* 7/7 - qemu: Add ability to abort existing console while creating new one
- No changes to v4.
- ACKed by Eric

Peter Krempa (7):
  pidfile: Make checking binary path in virPidFileRead optional
  Add flags for virDomainOpenConsole
  virsh: add support for VIR_DOMAIN_CONSOLE_* flags
  fdstream: Emit stream abort callback even if poll() doesnt.
  fdstream: Add internal callback on stream close
  util: Add helpers for safe domain console operations
  qemu: Add ability to abort existing console while creating new one

 configure.ac |   25 +++
 include/libvirt/libvirt.h.in |   12 ++
 po/POTFILES.in   |1 +
 src/Makefile.am  |6 +-
 src/conf/virconsole.c|  408 ++
 src/conf/virconsole.h|   36 
 src/fdstream.c   |   97 ++-
 src/fdstream.h   |   13 ++-
 src/libvirt.c|   18 ++-
 src/libvirt_private.syms |6 +
 src/qemu/qemu_domain.c   |5 +
 src/qemu/qemu_domain.h   |3 +
 src/qemu/qemu_driver.c   |   21 ++-
 src/util/virpidfile.c|   21 ++-
 tools/console.c  |5 +-
 tools/console.h  |3 +-
 tools/virsh.c|   24 ++-
 tools/virsh.pod  |8 +-
 18 files changed, 680 insertions(+), 32 deletions(-)
 create mode 100644 src/conf/virconsole.c
 create mode 100644 src/conf/virconsole.h

-- 
1.7.3.4

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list