Displaying 20 results from an estimated 1000 matches similar to: "[GIT] Xen pvhvm driver, emulated device unplug fixes"
2012 Mar 21
2
[PATCH] xen: initialize platform_pci even if xen_emul_unplug=never
When xen_emul_unplug=never is specified on kernel command line
reading files from /sys/hypervisor is broken (returns -EBUSY).
It is caused by xen_bus dependency on platform_pci and
platform_pci isn''t initialized when xen_emul_unplug=never is
specified.
Fix it by allowing platform_pcii to ignore xen_emul_unplug=never,
and do not intialize xen_[blk|net]front instead.
Signed-off-by: Igor
2013 Dec 03
22
[PATCH] xen/pvhvm: If xen_platform_pci=0 is set don''t blow up.
The user has the option of disabling the platform driver:
00:02.0 Unassigned class [ff80]: XenSource, Inc. Xen Platform Device (rev 01)
which is used to unplug the emulated drivers (IDE, Realtek 8169, etc)
and allow the PV drivers to take over. If the user wishes
to disable that they can set:
xen_platform_pci=0
(in the guest config file)
or
xen_emul_unplug=never
(on the Linux command
2011 Oct 31
2
Xen 4.1.2 PVHVM guest with Linux 3.1.0 network problem, empty MAC address (all zeroes)
Hello,
While testing Fedora 16 Xen PVHVM guests I noticed the following problem:
When starting F16 PVHVM guest I can see the vifX.0 and tapX.0 interfaces appear on dom0,
but after the guest kernel (Linux 3.1.0) starts and loads PVHVM drivers the
vif/tap interfaces disappear from dom0..
so the bridge in dom0 doesn''t have any vifs/taps connected to it anymore.
Has anyone seen that
2013 Jun 27
0
I have a problem with PVHVM guests when save/restore
Hello users,
I have a problem when I save/restore a PVHVM guest.
I installed xen-4.1.2 on my server. And I run a PVHVM guest on LVM.
And my PVHVM guest is ubuntu-12.04.2-desktop.
Actually when I save a machine, it acts fine.
(Of course, when I saved it, There were some processes like movie player)
But, When I restore it, It seems more slow.
Additionally, machine finally die after a while.
I
2013 Sep 23
7
Failed to create PVHVM domU in Xen 4.4
Checked out the latest unstable version of Xen 4.4 but failed to create a
PVHVM domU
Configured Xen with ./configure --prefix=/usr
DomU config file:
name = "pvhvm"
builder=''hvm''
device_model = ''qemu-xen''
memory = ''512''
vcpus = ''4''
pae=1
acpi=1
apic=1
vif = [ ''mac=00:16:3E:51:20:8C, bridge=xenbr0,
2013 Aug 16
1
[PATCH] xen: initialize xen panic handler for PVHVM
kernel use callback linked in panic_notifier_list to notice others when panic
happens.
NORET_TYPE void panic(const char * fmt, ...){
...
atomic_notifier_call_chain(&panic_notifier_list, 0, buf);
}
When xen aware this, it will call xen_reboot(SHUTDOWN_crash) to send out an
event with reason code - SHUTDOWN_crash.
xen_panic_handler_init() is defined to register on panic_notifier_list but
2013 Aug 16
1
[PATCH] xen: initialize xen panic handler for PVHVM
kernel use callback linked in panic_notifier_list to notice others when panic
happens.
NORET_TYPE void panic(const char * fmt, ...){
...
atomic_notifier_call_chain(&panic_notifier_list, 0, buf);
}
When xen aware this, it will call xen_reboot(SHUTDOWN_crash) to send out an
event with reason code - SHUTDOWN_crash.
xen_panic_handler_init() is defined to register on panic_notifier_list but
2013 Aug 16
1
[PATCH] xen: initialize xen panic handler for PVHVM
kernel use callback linked in panic_notifier_list to notice others when panic
happens.
NORET_TYPE void panic(const char * fmt, ...){
...
atomic_notifier_call_chain(&panic_notifier_list, 0, buf);
}
When xen aware this, it will call xen_reboot(SHUTDOWN_crash) to send out an
event with reason code - SHUTDOWN_crash.
xen_panic_handler_init() is defined to register on panic_notifier_list but
2013 Dec 26
0
PVHVM example for xen 4.3.1
Hello,
I'm looking for an example configuration for a PVHVM domU that works with 4.3.1. The one at http://wiki.xen.org/wiki/Xen_Linux_PV_on_HVM_drivers causes 3 warnings and some errors:
WARNING: ignoring "kernel" directive for HVM guest. Use "firmware_override" instead if you really want a non-default firmware
WARNING: ignoring device_model directive.
WARNING: Use
2012 Aug 24
9
pvhvm on debian
hello,
I know this not quite a xen problem but im sure a fair number of people are
using debian for their dom0 and maybe have some insight into this.
I have a large number of dom0''s running squeeze and for a long time i was
hoping for pvhvm to make into the official debian xen packages and recently
during some periodic updates I noticed pvhvm working after a kernel package
update.
Now
2013 Jul 12
3
Xen Balloon Driver on PVHVM CentOS6
Hi List,
I'm trying to work out the balloon driver on CentOS6 HVM but it seems to be
not working with default 2.6.32 or newer 3.4 kernel.
Does balloon driver work on HVM linux guests with Linux Kernel 3.4 from
centos repo ?
PV is fine and is able to balloon.
My host is Xen 4.1.2 with dom0 as 3.4.46-8.el6.centos.alt.x86_64
My guest is CentOS6.4 with kernel 3.4.46-8.el6.centos.alt.x86_64
2013 Aug 27
4
Is: Xen 4.2 and using 'xl' to save/restore is buggy with PVHVM Linux guests (v3.10 and v3.11 and presumarily earlier as well). Works with Xen 4.3 and Xen 4.4. Was:Re: FAILURE 3.11.0-rc7upstream(x86_64) 3.11.0-rc7upstream(i386)\: 2013-08-26 (tst001)
Hey,
I have a nighly build/test system that boots various machines with
upstream Linux and randomly selects Xen 4.1, Xen 4.2, Xen 4.3 and unstable.
After a bit of digging I found out that Xen 4.2 ''xl'' (but not ''xm'')
has some badness in it. When "migrating" (''xl'' save followed by ''xl'' restore'')
the PVHVM
2019 Apr 10
0
chown: changing ownership of 'test': Invalid argument
On Wed, 10 Apr 2019 09:04:06 +0200
Ian Coetzee via samba <samba at lists.samba.org> wrote:
> Hi All,
>
> I have a very weird issue on one of my servers. I think I might just
> be missing something quite obviously... I will post the config files
> at the bottom
>
> I have a brand new Debian server running as an LXC container
> I am running said server as a domain
2013 Jun 11
8
[PATCH v2] xen: fix initialization of wallclock time for PVHVM on migration
Call update_domain_wallclock_time on hvm_latch_shinfo_size even if
the bitness of the guest has already been set, this fixes the problem
with the wallclock not being set for PVHVM guests on resume from
migration.
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Cc: Jan Beulich <JBeulich@suse.com>
Cc: Keir Fraser <keir@xen.org>
Cc: George Dunlap
2019 Apr 10
0
chown: changing ownership of 'test': Invalid argument
Hai Ian,
Can you run my setup debugger..
https://raw.githubusercontent.com/thctlo/samba4/master/samba-collect-debug-info.sh
Anonimize where needed and post output.
Because when i run this, it works fine.
chown -v username test-own.txt
changed ownership of 'test-own.txt' from root to username
And yes, this user only exist in AD.
Check if attr and acl are installed also.
And if
2011 Mar 11
2
[GIT PULL stable-2.6.32.x] PV on HVM fixes
Hi Jeremy,
I backported the branch I have in linux-next plus some older PV on HVM
fixes to stable-2.6.32.x.
Please pull:
git://xenbits.xen.org/people/sstabellini/linux-pvhvm.git stable-2.6.32-pvhvm
Ian Campbell (11):
xen: do not respond to unknown xenstore control requests
xen: use new schedop interface for suspend
xen: switch to new schedop hypercall by default.
xen:
2019 Apr 10
2
chown: changing ownership of 'test': Invalid argument
Hi Rowland,
Please see my replies inline.
On Wed, 10 Apr 2019 at 09:58, Rowland Penny via samba <samba at lists.samba.org>
wrote:
> On Wed, 10 Apr 2019 09:04:06 +0200
> Ian Coetzee via samba <samba at lists.samba.org> wrote:
>
> > Hi All,
> >
> > I have a very weird issue on one of my servers. I think I might just
> > be missing something quite
2013 Jun 11
21
[PATCH] xen: fix initialization of wallclock time for PVHVM on migration
The initial values of the wallclock time in the shared info page are
set for PVHVM guests when the hypercall page is initialized, since the
hypercall page is not reinitialized on resume, the hypervisor
wallclock time is not properly set on resume.
Fix it by forcing an update of the wallclock values when the shared
info page is mapped.
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
2013 Jul 22
0
Re: FreeBSD PVHVM call for testing
Hi,
After some more testing I thought it would be good to put this into production for my personal server. I''ve used pvhvm_v19 and built it without debugging options and installed it on a FreeBSD 9.1 system.
I''ve run into some hiccups with 9.1 user land and a 10-CURRENT kernel, but that''s all solvable[0].
My VPS has some very limited memory (256M), but I''ve
2013 Jun 19
0
Re: FreeBSD PVHVM call for testing
Hi,
On 19 Jun 2013, at 18:52, Justin T. Gibbs <gibbs@FreeBSD.org> wrote:
>> I guess the kernel-toolchain takes a long time to build…and from what I can see it does a clean before rebuilding also.
>>
>> I''m doing the kernel-toolchain step only now and will report how long it took.
This seems to be it, that took roughly 2 hours to build. The actual kernel is