Release Notes
- General Information
- Bugs
- Known Issues
- Tips
- xVM Bugfixes in OpenSolaris SXCE Builds
- Known xVM Issues with each OpenSolaris SXCE Build
General Information
Note that the use of the virsh and virt-install commands are preferred over the use of the legacy xm command whenever possible.
Domain 0
To configure dom0, the control domain, see the document dom0 configuration for admins at http://www.opensolaris.org/os/community/xen/docs/configuring-dom0/.Note the following issues when configuring dom0:
- ZFS ARC limitation needed
ZFS must be prevented from taking too much memory from dom0. Limit the ARC by adding the following line to /etc/system:
set zfs:zfs_arc_max = 0x10000000
Reboot the system.
-
Limit dom0 memory
Limit dom0 to a specific amount of memory by using the Xen dom0_mem option. For example, if you have 4Gb of memory, give dom0 1Gb in /rpool/boot/grub/menu.lst:
... kernel$ /boot/$ISADIR/xen.gz dom0_mem=1024M ...
Guest Domains
Supported guests are:- HVM: Fully virtualized guests,referred to as hardware-assisted virtual machines (HVMs). These are virtual machines that utilize Intel-VT and AMD-V extensions. In addition to having the right CPU, the extensions must also be enabled by the BIOS; see "Tips," below.
-
HVM + PVIO: These guests provide better performance through the use of PVIO drivers.
For Windows guests, obtain the Sun xVM Guest Additions (Early Access 3) drivers and Sun xVM Guest Additions (Early Access 3) Installation guide here.
For Solaris 10 guests, the Solaris 10 5/09 release, which includes the drivers, is recommended.
If you choose to use a release prior to Solaris 10 10/08, download Solaris 10 patch 137112-06 (or later) from SunSolve.
- Paravirtualized (PV): A PV guest OS is a modified OS that is aware that is operating under a hypervisor, which results in higher performance.
Notes
You cannot add temporary access to a device for an HVM domU because you cannot dynamically add IDE CD-ROM devices. To make a CD-ROM available for use in an HVM guest, you must add the device before you boot the guest. You can then change the media by using virsh attach-disk. Note that in an HVM domU, you must use eject in the domU to unlock a removable-media
device, such as a CD device, before running the attach-disk subcommand. For additional explanation, see the virsh(1M) man page, including "Example
4 Changing a CD in a Solaris HVM Guest Domain."
For Windows guests that require Microsoft support, run the hypervisor on Windows Server 2008 logo certified hardware.
Bugs
Bugs Affecting xVM Installs
-
6593895 install does not set Xen console settings.
If an install is done over the serial console, then the Solaris console will come up across the serial console after the install. However, with Xen, you have to explicitly change it to something like:
Xen 3.3:
kernel$ /boot/$ISADIR/xen.gz console=com1
Xen versions earlier than 3.3:kernel$ /boot/$ISADIR/xen.gz console=com1 com1=9600,8n1
- 6838935 snv113 xvm bits panic on boot.
Bugs Affecting Control Domains
-
6447387 can't restart xenstored.
It is not possible to restart xenstored and have dom0 continue to work.
-
6743709 NFS accesses should happen as the right user.
For successful creation and use of a virtual disk hosted on NFS, the user xvm on the dom0 host must have write permission for the given path. This may involve setting ACLs on the NFS host, or simply a chown of the containing directory to the xvm user or user ID 60.
-
6750222 S3 suspend/resume not supported under Xen.
-
6772624 fast reboot support for xVM dom0.
reboot -f should support dom0.
-
6851808 Stop delivering 32-bit dom0.
Removing the 32-bit hypervisor and dom0 will not have any effect on guests; 32-bit guests can run on a 64-bit dom0. This work is currently targetting nv_118.
Bugs Affecting Guest Domains
-
6669641 need to prevent migration from AMD dom0 to Intel dom0.
The host and the target must each have the same CPU type (AMD or Intel).
-
6735652 domU (usbdevice tablet) support should be enabled by default
All Linux HVM guests do not have the USB tablet mouse support enabled.
Workaround: Use the PS2 mouse to provide limited mouse capability; it will exhibit poor tracking.
-
6740798 It should be possible to share physical cd/dvd driver across guests.
You cannot install two guests that use the same ISO at the same time. It is recommended that you complete the first guest operating system installation before you start a second guest operating system installation.
Also see CR 6792411 Read-only disks cannot be shared between running domains.
-
6800822 RHEL guests won't install if CD media check is run.
When installing a RHEL guest, the installer will ask to do a CD Media Check. This check can be Selected or Skipped. If you select the "check the media" option, it will stop the install from proceeding, so do not select this option. The workaround is to Skip the CD Media Check.
Bugs Affecting Machines
-
Tecra-M5 Workaround
There is an INI routine in this machine's ACPI tables that can't tolerate being run twice. A recompile of the ACPI routines that removed the offending INI portion fixed the problem. To obtain the revised file, go to this location.
Untar the tar file.
cd / tar xvf acpi.tar
Then you should be able to reboot into dom0.
-
6476572 hci1394 causes NMI (because of PCI SERR) on Tyan 2895, Ultra-40
You cannot boot dom0 on Ultra-40 systems when this error condition occurs.
The workaround is to add the following to the end of the unix line in the grub entry in /boot/grub/menu.lst (or in grub itself):
-B disable-hci1394=true
For example:
title Solaris xVM kernel$ /boot/$ISADIR/xen.gz console=com1 com1=9600,8n1 module$ /platform/i86xpv/kernel/$ISADIR/unix /platform/i86xpv/kernel/$ISADIR/unix -B disable-hci1394=true module$ /platform/i86pc/$ISADIR/boot_archive
Bugs Affecting Console Settings
-
6593895 install does not set Xen console settings
For information and a workaround, see this report.
Known Issues
No Support for Access to the Performance Counter
Currently, there is no support for access to the performance counter under Xen and Solaris xVM. cputrack -h operations do not work. libcpc(3LIB) is not supported. An RFE, CR 6534225, has been filed.
Tips
Booting and VT-x or AMD-V Extensions
In some systems with Intel or AMD processors, the hardware virtualization extensions used by xVM for HVM mode are disabled by default in the BIOS. Before booting Windows or other operating systems in HVM mode, you might need to change the BIOS settings to enable either Intel VT-x or AMD-V.
Some system manufacturers do not provide a BIOS option to enable these extensions. If you have such a system, you will be unable to use HVM, even if you have an HVM-capable CPU. In this case, contact the system vendor to see if there is a BIOS upgrade available.
Sending CTRL+ALT+DEL to an HVM domU
The key sequence to send a CTRL+ALT+DEL to a guest Windows DomU while using virt-manager is: Control,Control,Control,Alt+Del.
Press Control three times, then Alt+Del.
How to Determine Whether a Machine Is HVM-Capable
To determine whether a machine is HVM-capable, run the virt-install command with the -v option. If HVM is not supported, an error message displays:# virt-install -v ERROR Host does not support virtualization type 'hvm'
IDE Drives
- Legacy ATA (IDE) drives are not recommended as the root or image drive on which control domain 0 is installed, for performance reasons.
xVM Bugfixes in OpenSolaris SXCE Builds
SXCE Build 116
6842226 sync pygrub zfs boot support to SPA version 16
6842715 libvirt management daemon cannot start due to missing symlink libgnutls.so.13
SXCE Build 114
6806214 live migration kill pv networking
6830613 sync pygrub zfs boot support to SPA version 15 and ZPL version 4
SXCE Build 113
SXCE Build 111
6730876 System crashing while running snv_93 on Celestica AMD64 (32bit)
6775011 bad trap page fault while starting dom0
6787135 Solaris kernel panic: pfn_to_mfn(): illegal PFN 0x8063ef0
6814349 memory leak in xdfs_probe()
6815308 support vlan id and bandwidth in xen tools
6816065 virt-install is unable to find boot/x86.microroot for PV 2009.06 guests
SXCE Build 110
6677559 Solaris should provide a PV cdrom driver for xVM HVM environments
6703437 xdb doesn't do anything with xm block-configure requests
SXCE Build 109
6796376 RX_BUFFER_HEADROOM should go
6803634 mac_rx_set() panic from xnb with Jumbo frames enabled
6791678 xvm guests don't communicate through vnics configured on vlan
SXCE Build 108
6796508 vbd-check doesn't work
6796736 PASSIVE mode is needed to broadcast packet via VNIC attached to a domU from dom0
SXCE Build 107
6763745 vdiskadm rename allows concurrent renaming of snapshot and vdisk
6772442 vbd-check doesn't work correctly for long paths
6772703 vdiskadm creation of vdisk with snapshot should fail
6774824 Running Guest was left in suspended state when crash dump file could not be created
SXCE Build 106
6785327 shutdown console XML is incorrect
6778197 "virsh detach-device" on network interface is not working
SXCE Build 105
6722170 win guest will hang after running serveral times of migration between two xvmserver_09 dom0
6728926 Xen panic in sh_guess_wrmap__shadow_4_guest_4() on Intel
6762072 virt-clone of a sparse VMDK file on i13_b1 fails
6764686 "xm migrate" fails in case of reverse migration attempted from Ops Center
6773154 guest fails initial start with 'Backend device not found'
6776248 domU suspend should time out
6776460 hg qrefresh scrambled virt-install vdisk patch
6774998 ONPIT: Xen HVM DomU guests fail to install on dom0 running Crossbow
SXCE Build 104
6743154 PV solaris guests lose time after reboot
6755376 (xVM) unexpected IRQ trap at vector 06
6764734 tsc sync is unnecessary for hvm guests
6768269 vdiskadm snapshot fails if disk name contains 'vdisk'
6768719 build scripts need incremental build option
6770841 libvirt cannot correctly parse HVM serial console for a shutdown domU
SXCE Build 103
6748538 show_guest_stack() shouldn't show stack for HVM domains
6762673 shouldn't use livemode=text
6762883 Single vcpu HVM guests perform better with APIC support
SXCE Build 102
6718520 test:///default URI is ignored
6740122 win2k8 with --vcpus > 1 blue screen 0x101
6741165 virsh attach-disk fails to attach ISO to shutdown guest on xvmserver
6745490 blktap should support unmanaged files
6748407 Add support for AMD 2MB pages
6749195 empty CD-ROM disappears from HVM domains
6754887 Failed 2Mb allocations are too chatty
6734731 vif-vnic instances can race against each other
SXCE Build 101
6699787 "Cannot load psm xpv_psm" message in /var/adm/messages after initial install of snv_88
6753406 solaris_nevada|snv99 hangs during pxe boot into HVM domU
6754188 solaris_nevada|collapsing deltas wiped out last set of code review updates
6754781 solaris_nevada|qemu-dm printing erroneous error about vdisk_write
6754976 solaris_nevada|syseventd registration should be done by SMF service method
6755765 solaris_nevada|pygrub dies if is_disk_image returns null buf
6755944 SUNWxvmdomu packaging issue in snv_99
6756798 xpvtap doesn't delete as_callback if IO not performed
SXCE Build 100
6668099 Implement dot (.) relative pathnames to VBDs
6670055 xVM Server needs to support VMDK file format
6734155 i_xvdi_oestate_cb() is racing with i_xvdi_oestate_handler()
6734170 do block-detach immediately after block-attach can hang xdf
6746496 Unable to connect to xend after first boot of "Solaris xVM"
6749400 hypervisor panics at boot (nv99)
6755976 directory ownership issues in SUNWvdisk
6539533 Solaris dom0 needs blktap support
SXCE Build 99
6717224 HVM domUs stop doing IO, peg CPU
6739608 missing label for i86xpv dtrace_interrupt_enable causes panic on debug_enter
6739609 add HYPERVISOR_mca hypercall for physical topology and MCA info
6739610 hypervisor support for physical cpu information and for cpu offline
6739613 hypervisor machine check architecture enhancements for FMA/xVM
6742301 virsh dump isn't working properly
6742735 The HVM installs fail at the end of the installation with a xend.err
6742771 6733536 broke xvm_init()
SXCE Build 98
6709329 xdt should not try to re-size Xen trace buffers if they are already allocated
6714159 xdt should be moved out of the miniroot
6724358 Windows guests lose the time after reboots
6736323 hvm returns invalid subsystem vendor ID
6737986 SMBIOS HCT Test in SVVP fails on WS 2008
6738369 sync pygrub zfs boot support to SPA version 13
6740423 read back uCode version after ucodeadm -u for cpus > 0 in dom0
6741145 Allow virsh detach-disk to work on shutdown domains
6741748 virsh shutdown should poweroff, not halt
SXCE Build 97
6668111 Forward certain xend messages to syslog
6713385 remove HPET from HVM platform
6713700 Dynamic blk dev support in kernel
6713736 NPIV lun support in XVM
6717602 win2008 32-bit guest suffers domain crash on AMD server
6727404 intermittent fdisk errors while installing Indiana guests
6730116 HVM domains may fail to start due to failures setting up the NIC(s)
6733006 snv hvm guest migration fail if xend is restarted after guest was created
6736106 xVM PV installs hang, waiting in xdf_connect() for CD
6736269 Indiana guest problems in xVM with EPT
6736791 Xen daemons should chdir to a directory they can write to
SXCE Build 96
6709569 timer_mode should be set to 1 for SMP HVM guests
6720485 pit_beep driver should be supplied for Xen.
6728176 fix for 6343667 broke domU boot
6728330 ide driver can hang in dom0
6732945 xvm grub code needs to be updated to support zpool version 12
SXCE Build 95
6629100 virsh ttyconsole returns an incorrect exit code of 1 when successful in virsh/libvirt 0.4
6664927 virsh detach-disk should output error message when run on shutdown domains
6724529 AMD 8 socket fix needs to be backported from xen-unstable
SXCE Build 94
6634671 domu panicked on mutex when being tested by xmstress and network load together
6659006 build scripts should ignore user's LD_LIBRARY_PATH
6664507 virsh console command on Xen DomU system does not enforce console write exclusivity
6669932 virt-install needs to support floppy disks
6714450 The xVM gates should be able to live on opensolaris.org
6716290 add static DTrace probe for CPU state transitions into i86xpv
6716741 Long pause during PV domU boot when dom0 has been up for a long time
6718206 floppy disk support in libvirt
6718462 need HVM serial support in virt-install
6718709 virsh list should default to using the --all flag
6718906 xVM console should be more verbose
6721644 ValueError: Disk size must be an int or a float
6722356 Excessive stack usage in libvirt's remote driver
6723266 Since virt-console.c uses LC_ALL, it should #include
SXCE Build 93
6626482 would like PXE booting for HVM domains
6627257 virt-install -x option not working for Solaris domUs
6637647 Fail to create Guest w/ empty entry for cdrom
6647801 acquireKernel() doesn't raise an exception properly on failure
6647828 virt-install could detect jumpstart and !NFS install
6667553 Port virtinst 0.300_3 to xVM
6695116 UnboundLocalError: local variable 'vnchost' referenced before assignment
6710070 build-webrev doesn't clean up MQ gates
6710315 PXE install of HVM guests fails post the addition of the PV network driver
6711663 virt-install -x parsing is too picky
6712015 virt-install(1m) should use lofi mounts
6712018 libvirt debug packages are way too chatty
6715819 Addition of virtinst_300_3 creates unwanted CBE dependency on libvirt
6716039 single 0 in a mac address crashes virt-install
6716457 LU to build 92 doesn't fix permissions for the xVM devices
6717097 virt-install reboots back into install mode
6593925 virt-install netinstall requires a real hostname
6601852 virt-install can't install domU on net different from default route net
SXCE Build 92
6618042 xend's start timeout shouldn't be 0
6674678 PSARC 2008/289 Least Privilege for xVM
SXCE Build 91
6677804 Can't shutdown Solaris HVM guest with PV drivers
6685348 Hypervisor event provider for DTrace
6691660 Race condition between trace() and tb_control() in trace.c
6699048 XEN_SYSCTL_tbuf_op sysctl-hypercall data misaligned in 32-bit Solaris
SXCE Build 90
6648473 xnf should drop outsized packets and report an error
6661907 Solaris HVM cannot start non-boot CPUs on Intel systems
6664938 xend needs to run qemu instances in a new contract
6695757 uts/i86pc/i86hvm/Makefile.targ has incorrect dependencies, take 2
6697576 xvm privcmd: SYSCTL_PERFC implementation is incomplete, panics dom0 kernel
SXCE Build 89
6665936 83a HVM guest on 83a Dom0 will not boot after shutdown on x4600
6681377 HVM install fails with hard reset or dom0 panic
6687883 i_xvdi_enum_worker() corrupts its stack
6690215 re-sync ZFS libfsimage and pygrub to ZFS root grub changes
6691520 PV-HVM xdf panics on resume
6692474 uts/i86pc/i86hvm/Makefile.targ has incorrect dependencies
6692475 EPT support (baseline)
6693098 Need a new disk link generator for xVM virtual disks
6694522 Update xvm hypervisor to 3.1.4
6694523 backport wbinvd patch to xvm hypervisor
6601353 default vnic selection logic could be enhanced
SXCE Build 88
-
6639790 need Solaris PV-on-HVM migration support
6659979 need rtls shell driver for PV in HVM networking
6681272 Need method of detecting presence and revision of Solaris HVM PV drivers
6683443 xVM panics during boot on systems without acpi
6683894 grant tables and free list don't have the same number of entries
6684164 fix for 6545999 breaks 32-bit dom0
6685393 xvm-gate needs compile fixes for newer GCC version
6687668 Solaris HVM panics on linux dom0
SXCE Build 87
-
6641399 Solaris should provide a PV disk driver for xVM HVM environments
6650717 3.2: hat_devload() of Xen heap pages panics domains
6656763 libvirt gets usb device parsing wrong
6664963 save/restore of USB tablet doesn't work
6671659 xdf_open() is too restrictive with the O_EXCL/FEXCL flag
6677713 build-webrev should clear out old cruft before starting
6679768 RPATH/RUNPATH and packaging issues with SUNWlibvirt
6680568 need README in libvirt.hg
6470538 domUs are unfriendly when too little memory is available to boot
SXCE Build 86
-
6621270 yet another example of 6584331 (xen naming)
6636791 "IRQ17 is shared" needs toning down
6648861 push-gate should force umask
6650301 dom0 panics given bad domU device configuration
6660654 Zombie disks come back from the dead after virsh detach-disk
6663334 pkgadd of SUNWxvmpv fails when live upgrading from snv_82 to snv_83
6665404 Xen svn b83a Dom0 kernel panics on scp
6666738 xnf and xpvd entries erroneously present in usr/src/uts/intel/os/name_to_major
6670692 remove trigger from xm command
6670693 xpv driver hangs in 32-bit HVM domU on a 64-bit dom0
6672440 xdb protocol message is too chatty
6672484 build-webrev should record warnings and outgoing details
6674783 xpv should refuse to load on pre-xen-3.1 systems
6675230 excessive HVM timer warnings overburden console
6679779 i86xpv platform contig alloc code mishandles dma_attr_seg specification 6687456 xm-test dmesg searches for "XEN" instead of "xVM" 6540109 libfsimage needs ZFS support 6562068 xen version should indicate if it is a DEBUG build
SXCE Build 85
-
6663166 xdb needs to sanity check nr_segments
6658504 64bit UP RHEL4/FC4 HVM kernel panic while boot up
6616631 Xen live migration may require ballooning down of dom0 first
6655569 xm dump-core does not work for HVM domains
6664921 xm top was broken by Clearview UV
6656611 xm block-attach does not attach a device if the backend dev is over 9
6562776 'xm block-detach' shows help message twice
6566458 xm console on a non-started managed domain is unfriendly
6637319 xm block-attach on an un-booted snv_75a xVM domU wrongly returns an erro r.
6567928 xm allows block-attach of the same disk device to multiple U
6564625 s10u4 HVM hangs in startup_bianity check nr_segmentss_disk()
6565233 Windows HVM guest hung while shutting down
6586971 Solaris for amd64 hangs under xen 3.0.4-1 HVM on AMD systems
6637636 HVM domU live migration support
6636516 Memory not ballooning when creating HVM
6641928 Xend should see the paused domain
6670147 PSARC 2008/165 xVM Hypervisor Remote Access (virtd)
6606903 Encounter Kernel panic when setting up 3rd guest domain on Xen
SXCE Build 84
-
6627690 xnf shouldn't re-implement macro functionality from ring.h
6658272 xnb needs a kstat when tx response is not OK
6651488 PV NIC doesn't work on 3.1 dom0
6652631 Accessing nxge device in xVM causes panic in page_get_contigpages
SXCE Build 83
-
6651973 hvm migration: cannot open dlpi interface
6647697 xVM needs change to work with post-clearview
6651460 xpv panics are throwing away buffered printk()s
6656262 need workaround for hg 0.9.5 bug
6652135 xvm services get enabled in a domU
6654909 xvm-gate build scripts should be able to skip the "prepare gates" setp
6655048 build-all parses $CODEMGR_WS incorrectly
SXCE Build 82
SXCE Build 81
-
6633784 checksum offload with Linux dom0 produces invalid checksum
6615202 vnic: WARNING: vnic_dev_create failed with 17
6632774 panic setting up xen console
6609805 still missing XPV_DISALLOW_MIGRATE/XPV_ALLOW_MIGRATE bracketing in hat_i86.c
6609324 deadlock trying to own the HAT migrate lock
6637632 FC6 HVM Guest can not boot up
6635080 xvm's get_page() emits spurious error message when hvcopy target domU has disappeared
6525093 xnb/xnf should use hypervisor based copy for xnb->xnf data path
6608917 members of struct xnf and xnb need unique names
6616384 xnb's grant ref unmapping is inefficient
6619947 Solaris should provide a PV network driver for xVM HVM environments
6615598 vnic_info() returns wrong error code even when it finds the right VNIC
6637679 onnv kernel of 2007-12-03 doesn't boot as dom0 on shocks.sfbay
6643419 boot/amd64/x86.miniroot is not being built breaking pv installs on build 80
SXCE Build 80
-
6634227 vnic creation should fail for invalid ethernet addresses
6629832 xnbu incorrectly uses checksum offload flags
6634698 vnic minor_perm and device_policy entries are absent
6617503 smf services still disabling themselves
SXCE Build 79a
SXCE Build 79
-
6632880 intermittent EIO errors from xvm xdf driver
6634322 xdf doesn't properly handle lack of barrier feature
6612343 The fix for 6292092 and xvm dom0 not getting along
6616943 Attempting to boot the xVM kernel after installation panics b1600 blade
6611846 after boot, all dom0 interrupts are targeting CPU 0 in a MP system
6636181 Bad trap booting MP domU with build 79 bits
SXCE Build 78
-
6624247 xenstored can improve performance by storing its state in memory
6615523 Xen packages dependency issues in snv_75 and XVM install issue with SUNWCreq.
6623626 xend has enabled its legacy http server
6613915 assertion failed: pdp->xd_evtchn != 0
6566429 xdf should respect NDELAY in xdf_open()
6613914 memory leak occurs in xdf when handling flush-disk-cache op
SXCE Build 77
-
6618391 64-bit xVM lets processes fiddle with kernelspace, but Xen bug saves us
6618395 watches debugging could use some SDT
SXCE Build 76
-
6605264 vna should tell the difference between existence and other failure returns
6609032 pygrub conf handling needs work returns
6608279 xend leaks resources by holding a reference to a checkpoint file following a domain resume
6617199 virt-install VNC consoles broken by move of vino client
6616864 amd64 syscall handler needs fixing for xen 3.1.1
6614268 ballooning out pages with stale read only mappings causes problems
6616009 elfsigning the xVM hypervisor causes boot-time panics
6611180 balloon_zero_page() should be torched
6611166 balloon_dec_reservation() should page_unresv() on failure
Known xVM Issues with each OpenSolaris SXCE Build
SXCE Build 82
-
6652393 assertion failed: (((uintptr_t)&__tmp) & (16 - 1)) == 0, file: ../../common/os/mutex.c, line: 356
System panics
SXCE Build 81
-
6652393 assertion failed: (((uintptr_t)&__tmp) & (16 - 1)) == 0, file: ../../common/os/mutex.c, line: 356
System panics
SXCE Build 80
-
6637679 onnv kernel of 2007-12-03 doesn't boot as dom0 on shocks.sfbay
Silent boot failure
-
6643419 boot/amd64/x86.miniroot is not being built breaking pv installs on build 80
PV guest installs fail.
SXCE Build 79a
-
6637679 onnv kernel of 2007-12-03 doesn't boot as dom0 on shocks.sfbay
Silent boot failure
SXCE Builds 78 & 79
-
6626942 hvm snv_77 domU crashes in tsc_read() on rdtscp instruction, after 6600939
HVM is DOA
-
6637679 onnv kernel of 2007-12-03 doesn't boot as dom0 on shocks.sfbay
Silent boot failure
SXCE Build 77
-
6627899 Build 77 xVM guests fail to install due to changes in hsfs in 77
Broke ISO and DVD installs of xVM guests
-
6626942 hvm snv_77 domU crashes in tsc_read() on rdtscp instruction, after 6600939
HVM is DOA