Re: [PATCH 2/2] hyperv: Implement Time Synchronization using host time sample

2014-10-14 Thread Victor Miasnikov
in VM settings Best regards, Victor Miasnikov Blog: http://vvm.blog.tut.by/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please re

Non-FIXed in Linux Kernel v3.14.8 2014-06-16 Fw: hyperv: Change the receive buffer size for legacy hosts Re: Regression in hyperv network driver in 3.14 Fw: Debian Bug#748609: ( 3.14-0 : Hyper-V netvs

2014-06-26 Thread Victor Miasnikov
in Linux Kernel v3.14.8 2014-06-16 :-( Reason? Roadmap? ( Without this patch ( i.e. in kernel v3.14 ) LANCard driver/.ko is simply not start in case VM with OS Linux on Hyper-V host with Win 2008 R2 ( Win 2012 R2 not affected) ) Best regards, Victor Miasnikov Blog: http://vvm.blog.tut.by

search by phrase a-la "MS-TFS: 157532" -- "has relevance for Hyper-V sysadmins" Re: [PATCH] video: hyperv: hyperv_fb: refresh the VM screen by force on VM panic

2014-06-26 Thread Victor Miasnikov
VM screen by force ... www.gossamer-threads.com/lists/linux/kernel/1952989 5 hours ago - the VSC flushes any future framebuffer change to the VSP immediately. MS-TFS: 157532. Signed-off-by: Dexuan Cui == greg k-h> I don't allow gerrit ids for the same reason. greg k-h> If you want

Re: Linux does not use more than the startup RAM under Hyper-V with dynamic memory enabled RE: [PATCH 2/2] Drivers: hv: balloon: Online the hot-added memory "in context" Re: [PATCH 1/1] Drivers: hv:

2014-03-07 Thread Victor Miasnikov
y0 bank always in online state): SUBSYSTEM=="memory", ACTION=="add", DEVPATH=="/devices/system/memory/memory[1-9]*", RUN+="/bin/cp /sys$devpath/../memory0/state /sys$devpath/state" == And another topic in russian: http://social.technet.microsoft.com/Forums/ru

Re: Linux does not use more than the startup RAM under Hyper-V with dynamic memory enabled RE: [PATCH 2/2] Drivers: hv: balloon: Online the hot-added memory "in context" Re: [PATCH 1/1] Drivers: hv:

2014-03-06 Thread Victor Miasnikov
my in-context onlining patches accepted upstream. Thanks! Feature dynamic memory hot add in Hyper-V VMs with Linux OS -- is very usefull for Hyper-V sysadmins Stable work for this feature -- must be hi-priority task for developers Best regards, Victor Miasnikov Blog: http://vvm.blog.tut.by/

Re: Linux does not use more than the startup RAM under Hyper-V with dynamic memory enabled RE: [PATCH 2/2] Drivers: hv: balloon: Online the hot-added memory "in context" Re: [PATCH 1/1] Drivers: hv:

2014-03-06 Thread Victor Miasnikov
code to executable file by run command: gcc -o putarg -s putarg.c The resulting binary need be placed an accessible location , such as /usr/bin, or wherever you want. Now udev rule using "putarg" can be written as : SUBSYSTEM=="memory", ACTION=="add", RUN+

RE: [PATCH 2/2] Drivers: hv: balloon: Online the hot-added memory "in context" Re: [PATCH 1/1] Drivers: hv: Implement the file copy service

2014-01-09 Thread Victor Miasnikov
dded memory" in "user space" Best regards, Victor Miasnikov Blog: http://vvm.blog.tut.by/ P.S. == [PATCH 2/2] Drivers: hv: balloon: Online the hot-added memory "in context" == What news? Roadmap? -- To unsubscribe from this list: send the line &

ToDo: backport to v3.2 patches Fw: use hv_storvsc instead of ata_piix for IDE disks ( but not for the CD-ROM) Re: Kernel v3.2 used in SlackWare 14.00 please, backport all needed patches

2013-05-30 Thread Victor Miasnikov
Original Message - From: "Patrick J. Volkerding" To: "Victor Miasnikov" vvm Sent: Thursday, August 16, 2012 7:00 PM Subject: Re: b3) Please: backport to Slackware 14.0 patches 1b) db63a4c8115a libata 1) cd006086fa5d ata_piix Fw: Slackware 14.0 RC2 in virtual computer ( guest )

Kernel v3.2 used in SlackWare 14.00 please, backport all needed patches Re: [PATCH net, 1/2] hyperv: Fix a kernel warning from netvsc_linkstatus_callback()

2013-05-23 Thread Victor Miasnikov
p; prefer_ms_hyperv) { host->flags |= ATA_HOST_IGNORE_ATA; dev_info(host->dev, "%s detected, ATA device ignore set\n", ignore->ident); } #endif == _Absolutly_ ( as _minimum_ for SlackWare 14.00 ) need backport requested at 2012-06-08(!) : ( look on sub-string &quo

Re: CONFIG_HYPERVISOR_GUEST=y {-- replace -- CONFIG_PARAVIRT_GUEST=y {= { # CONFIG_HYPERVISOR_GUEST is not set } Re: 3.10-rc1 Fw: [PATCH 2/2] x86: Make Linux guest support optional

2013-05-15 Thread Victor Miasnikov
kernel code. + Say Y here to enable options for running Linux under various hyper- + visors. This option enables basic hypervisor detection and platform + setup. - If you say N, all options in this submenu will be skipped and disabled. + If you say N, all options in this submenu will be s

Re: CONFIG_HYPERVISOR_GUEST=y {-- replace -- CONFIG_PARAVIRT_GUEST=y {= { # CONFIG_HYPERVISOR_GUEST is not set } Re: 3.10-rc1 Fw: [PATCH 2/2] x86: Make Linux guest support optional

2013-05-15 Thread Victor Miasnikov
h iosapic.h paravirt.h == . . . #ifdef CONFIG_PARAVIRT_GUEST #define PARAVIRT_HYPERVISOR_TYPE_DEFAULT 0 #define PARAVIRT_HYPERVISOR_TYPE_XEN 1 . . . == == Comments ? Best regards, Victor Miasnikov Blog: http://vvm.blog.tut.by/ -- To unsubscribe from this list: send the line "unsubscri

Re: CONFIG_HYPERVISOR_GUEST=y {-- replace -- CONFIG_PARAVIRT_GUEST=y {= { # CONFIG_HYPERVISOR_GUEST is not set } Re: 3.10-rc1 system starts regular boot when waking from s2ram Fw: [PATCH 2/2] x86: M

2013-05-15 Thread Victor Miasnikov
14/398 == . . . # CONFIG_HYPERVISOR_GUEST is not set . . . == For record: $grep HYPERVISOR_GUEST .config # CONFIG_HYPERVISOR_GUEST is not set Why not CONFIG_HYPERVISOR_GUEST=y ? $grep PARAVIRT_GUEST .config $ Best regards, Victor Miasnikov Blog: http://vvm.blog.tut.by/ -- To unsubscribe from this list: send th

CONFIG_HYPERVISOR_GUEST=y {-- replace -- CONFIG_PARAVIRT_GUEST=y {= { # CONFIG_HYPERVISOR_GUEST is not set } Re: 3.10-rc1 system starts regular boot when waking from s2ram Fw: [PATCH 2/2] x86: Make

2013-05-15 Thread Victor Miasnikov
g system. == IMHO, related not only Hyper-V, but XEN, KVM , etc. ( and VMWare config VMWARE_BALLOON tristate "VMware Balloon Driver" - depends on X86 + depends on X86 && HYPERVISOR_GUEST ) Best regards, Victor Miasnikov Blog: http://vvm.blog.tut.by/ P.S. Is good? CONFI

Please, apply patch both 3.10 and 3.9 Re: [PATCH 1/1] X86: Handle Xen emulation of Hyper-V more gracefully

2013-04-18 Thread Victor Miasnikov
e 3.10 ) to 3.9 ( on 2013-04-18 -- 3.9-rc(7+N) ) look like usefull . . . Please, apply patch both 3.10 and 3.9 Best regards, Victor Miasnikov Blog: http://vvm.blog.tut.by/ - Original Message - From: "Michael S. Tsirkin" To: "K. Y. Srinivasan" Cc: Sent: Thursday,

Re: KVM "Hyper-V emulation" -- this can be related "Linux on Hyper-V" ? Or "KVM emulates Hyper-V" as "Hyper-V emulates Hyper-V" ? Re: [PATCH 2/3] X86: Add a check to catch Xen emulation of Hyper-V

2013-04-17 Thread Victor Miasnikov
-- Linuxes with latest stable kernel v3.8 ( for example Arch Linux) -- other possible variants Best regards, Victor Miasnikov Blog: http://vvm.blog.tut.by/ P.S. I'm personal not want, what KVM "Hyper-V emulation" initiative stopped implemented If it work as need -- this is ver

Re: KVM "Hyper-V emulation" -- this can be related "Linux on Hyper-V" ? Or "KVM emulates Hyper-V" as "Hyper-V emulates Hyper-V" ? Re: [PATCH 2/3] X86: Add a check to catch Xen emulation of Hyper-V

2013-04-17 Thread Victor Miasnikov
ures of (newer?) Hyper-V that some emulation may not provide, but that are also not easily detectable. Yes + On Wed, Apr 17, 2013 at 12:10:01PM +0300, Victor Miasnikov wrote: Question is very simple: Hyper-V users/sysadmins need wait patch a-la this: Or "KVM_and_or_XEN_or_ot

KVM "Hyper-V emulation" -- this can be related "Linux on Hyper-V" ? Or "KVM emulates Hyper-V" as "Hyper-V emulates Hyper-V" ? Re: [PATCH 2/3] X86: Add a check to catch Xen emulation of Hyper-V

2013-04-17 Thread Victor Miasnikov
doesn't emulate Hyper-V well enough, and if the KVM support isn't compiled in, we end up stubling over the Hyper-V emulation and try to activate it -- and it fails. ] . . . + /* + * KVM emulates Hyper-V to support enlightened Windows. + * Check to see first if we are on a KVM Hyp