Statistics
| Branch: | Tag: | Revision:

root / lib / hypervisor / hv_kvm @ 8926b648

Name Size
__init__.py 91.9 kB
monitor.py 11.4 kB
netdev.py 3.7 kB

Latest revisions

# Date Author Comment
8926b648 04/08/2014 12:14 pm Apollon Oikonomopoulos

QMP: raise exception on unsupported QMP command

Raise a special exception, qmp.QmpCommandNotSupported, whenever an
unsupported QMP command is about to be executed. This is intended to
assist in falling back to the human monitor for hotplug operations. As...

bb439d22 04/08/2014 12:14 pm Apollon Oikonomopoulos

QMP: fetch supported commands on connect

Store the set of supported QMP commands in
QmpConnection.supported_commands. This allows selective error handling
to give the caller a chance to downgrade to HMP when unsupported
commands are encountered.

The `query-commands` QMP command used to implement this, appeared in...

246fa7d4 04/07/2014 02:37 pm Klaus Aehlig

Merge branch 'stable-2.11' into master

  • stable-2.11
    (no changes)
  • stable-2.10
    KVM: use running HVPs to calc blockdev options
    KVM: reserve a PCI slot for the SCSI controller
    Check for LVM-based verification results only when enabled
    Fix "existing" typos...
5f2d6a8f 04/07/2014 12:48 pm Apollon Oikonomopoulos

KVM: move tap control functions to a submodule

Move all tap-related functionality to the hv_kvm.netdev submodule. We
rename _OpenTap to OpenTap, since it will now be used as a public
function.

Also, change the hv_kvm tests to import the new code.

Signed-off-by: Apollon Oikonomopoulos <>...

67308d3b 04/07/2014 12:47 pm Apollon Oikonomopoulos

Convert QmpMessage to a new-style class

Signed-off-by: Apollon Oikonomopoulos <>
Reviewed-by: Hrvoje Ribicic <>

c637cc47 04/07/2014 12:47 pm Apollon Oikonomopoulos

KVM: move monitor & QMP classes to a submodule

We move the HMP and QMP classes to the hv_kvm.monitor module.

Signed-off-by: Apollon Oikonomopoulos <>
Reviewed-by: Hrvoje Ribicic <>

349215e3 04/07/2014 12:47 pm Apollon Oikonomopoulos

Convert hv_kvm to a package

Weighing in at 3k LOC, it is probably time to split hv_kvm into a number
of modules before adding new code.

Signed-off-by: Apollon Oikonomopoulos <>
Reviewed-by: Hrvoje Ribicic <>

View revisions

Also available in: Atom