v3.10.0 (unreleased)
qemu: Add vmcoreinfo feature
Starting with QEMU 2.11, the guest can save kernel debug details when this feature is enabled and the kernel supports it.
3.9.0 (2017-11-02) - Debian 10 buster / sid
v3.8.0 (2017-10-04)
v3.7.0 (2017-09-04)
bhyve: Support autoport for VNC ports
qemu: Added support for setting heads of virtio GPU
v3.6.0 (2017-08-02) - Ubuntu 17.10 artful / 18.04 bionic
Handle hotplug change on VLAN configuration using OVS
fix some minor bugs when using 'host-model' CPU.
v3.0.0 (2017-01-17) - Debian 9 stretch & 8 jessie-backports
v2.5.0 (2016-12-04) - Ubuntu 17.04 zesty
export LIBVIRT_DEBUG=1
export LIBVIRT_LOG_FILTERS="1:qemu 1:libvirt"
export LIBVIRT_LOG_OUTPUTS="1:journald 1:file:/tmp/virsh.log"
LIBVIRT_LOG_FILTERS:
x:name (log message only)
x:+name (log message + stack trace)
1: DEBUG
2: INFO
3: WARNING
4: ERROR
LIBVIRT_LOG_OUTPUTS
stderr output goes to stderr
syslog:name use syslog for the output and use the given name as the ident
file:file_path output to a file, with the given filepath
journald output goes to systemd journal
https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/stable-virtio/virtio-win.iso
https://github.com/torvalds/linux/blob/master/drivers/virtio/Kconfig
VIRTIO_BALLOON supports increasing and decreasing the amount of memory within a KVM guest.
VIRTIO_MMIO support for memory mapped virtio platform device driver.
Macvlan VEPA: VM-VM communicate via VEPA capable switch
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Virtualization_Administration_Guide/sect-attch-nic-physdev.html
passthrough attaches a virtual function of a SRIOV capable NIC directly to a VM without losing the migration capability.
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Virtualization_Host_Configuration_and_Guest_Installation_Guide/App_Macvtap.html
when a guest virtual machine is configured to use a type='direct' network interface such as macvtap, ..., the guest cannot communicate with its own host.
My workaround: deassign macvtap host NIC's IP, and communicate with host's 2nd NIC.