Displaying 9 results from an estimated 9 matches for "chanaged".
Did you mean:
chanages
2008 Nov 25
7
when timer go back in dom0 save and restore or migrate, PV domain hung
...1, save PV domain
2, change system time of PV domain back
3, restore a PV domain
or
1, migrate a PV domain from Machine A to Machine B
2, the system time of Machine B is slower than Machine A.
the problem is wc_sec will be change when system-time chanaged in dom0 or restore in a slower-system-time machine, but when restoring, xen don''t restore the wc_sec of share_info from xenstore and use native one. So guest os will hang.
this patch will work for this issue.
Thanks
-- Song Wei
diff -r a5ed0dbc829f tools/libxc/xc_domain_restore.c
---...
2008 Aug 26
0
Custom Debian package bulding
Hi
I am using Debian source packages from http://xi.rename-it.nl/debian/.
When downloading dependencies, I have seen that the package requires
MySQL, that I don't use. How could I remove this dependency or chanage
them? Is that defined in any file?
However, I would like to use SQLite or Postgres to store dict data for
the Expire plugin. Where should I enable these flags?
Thanks.
2007 Sep 17
3
how do I get the beautiful html rspec results in textmate?
I''m going through PeepCode RSpec Basics and he gets a beautiful rspec
results page in html when he presses a hotkey in TextMate.
I would guess it''s along the lines of Apple + R but I don''t get the same
results and I''m using the same bundle.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Nov 27
1
Re: RE: Re: Re: when timer go back in dom0 save and restore ormigrate, PV domain hung
...or
1, migrate a PV domain from Machine A to
Machine B
2, the system time of Machine B is slower than
Machine A.
the problem is wc_sec will be change when
system-time chanaged in dom0 or restore in a
slower-system-time machine, but when restoring, xen don''t
restore the wc_sec of share_info from xenstore and use
native one. So guest os will hang.
this patch will work for this issue....
2018 May 24
0
[PATCH net-next v12 5/5] virtio_net: Extend virtio to use VF datapath when available
This patch enables virtio_net to switch over to a VF datapath when STANDBY
feature is enabled and a VF netdev is present with the same MAC address.
It allows live migration of a VM with a direct attached VF without the need
to setup a bond/team between a VF and virtio net device in the guest.
It uses the API that is exported by the net_failover driver to create and
and destroy a master failover
2006 Mar 25
67
Your Ruby IDE
Just a poll here i am looking for a good IDE for rails and wondering
what you guys use?
features i like in an ide
code highlites
auto code complete
file browser
Currently i am using dreamwever but the code highliting is really bad
its also a pain to set up other doucment types such as .yml data config.
--
Posted via http://www.ruby-forum.com/.
2012 Oct 05
16
FreeBSD 10-CURRENT and 9-STABLE snapshots
Hi,
A number of FreeBSD users have displayed interest in the availability
and testing of -STABLE and -CURRENT snapshot releases.
I have been working on generating snapshots regularly, and now would
like to announce their availability for those interested in testing.
Please note, as always with the -STABLE and -CURRENT branches, these
snapshots are not intended for production systems.
The
2018 May 22
7
[PATCH net-next v11 0/5] Enable virtio_net to act as a standby for a passthru device
The main motivation for this patch is to enable cloud service providers
to provide an accelerated datapath to virtio-net enabled VMs in a
transparent manner with no/minimal guest userspace changes. This also
enables hypervisor controlled live migration to be supported with VMs that
have direct attached SR-IOV VF devices.
Patch 1 introduces a failover module that provides a generic interface for
2018 May 24
11
[PATCH net-next v12 0/5] Enable virtio_net to act as a standby for a passthru device
The main motivation for this patch is to enable cloud service providers
to provide an accelerated datapath to virtio-net enabled VMs in a
transparent manner with no/minimal guest userspace changes. This also
enables hypervisor controlled live migration to be supported with VMs that
have direct attached SR-IOV VF devices.
Patch 1 introduces a failover module that provides a generic interface for