search for: vrit

Displaying 8 results from an estimated 8 matches for "vrit".

Did you mean: virt
2010 Nov 07
0
vrit ip config
cat /etc/sysconfig/network-scripts/ifcfg-eth0* # nVidia Corporation MCP61 Ethernet DEVICE=eth0 BOOTPROTO=static HWADDR=6C:F0:49:93:11:A3 IPADDR=192.168.182.237 NETMASK=255.255.255.0 ONBOOT=yes # nVidia Corporation MCP61 Ethernet DEVICE=eth0:1 BOOTPROTO=static IPADDR=192.168.182.238 NETMASK=255.255.255.0 ONBOOT=yes when reboot, ping show network down network up xend start network down how to
2015 Oct 29
1
vcenter convert OpenStack
HI: Dear all. I met a problem about libguest-tools, hope to get your help. even: OS: Fedora 22 rpm version: libguestfs-tools 1.30.3 vrit-v2v 1.30.3 problome: I convert a suse_guest from vcenter to the kvm. export LIBGUESTFS_BACKEND=direct suse_guest: file (suse.vmdk1 suse.my suse.ovf) step1. zip suse-disk1.vmdk.gz suse.my suse.ovf step2. virt-v2v -i ova suse-disk1.vmdk.gz -of qcow2 -o local -os /var/tmp step3: gene...
2014 Oct 10
0
Re: Plan for libguestfs 1.28
...gt; and outdisk are attached to this guest.... > > Do you mean that in the latest upstream, virt-resize doesn't run the guest? OK so you mean the libguestfs appliance. > > TBH I'm not exactly sure what your concerns are. > > We are afraid that if a guest is started when vrit-xxx command is > issued, it will bring some unexpected risks and take too much time to > complete this command. If you have any concrete problems, then let us know. You may wish to limit the number of virt-resize processes than can run at any one time. GNU 'sem' can do this relativ...
2020 Apr 15
2
[ARM] Register pressure with -mthumb forces register reload before each call
...; > (b) In ARMTargetLowering::LowerCall, put another constraint like > > > > number of arguments, as a proxy for register pressure for Thumb-1, but > > > > that's bound to trip another cases. > > > > > > > > (c) Give higher priority to allocate vrit reg used for indirect calls > > > > ? However, if that > > > > results in spilling of some other register, it would defeat the > > > > purpose of saving code-size. I suppose ideally we want to trigger the > > > > heuristic of using indirect call only...
2014 Oct 10
3
Re: Plan for libguestfs 1.28
On Fri, Oct 10, 2014 at 04:03:26PM +0800, Zhi Yong Wu wrote: > On Fri, Oct 10, 2014 at 3:39 PM, Richard W.M. Jones <rjones@redhat.com> wrote: > > On Fri, Oct 10, 2014 at 11:40:03AM +0800, Zhi Yong Wu wrote: > >> HI, Richard > >> > >> Is there any plan to make daemon to directly run on the hypervisor, > >> not starting a guest? e.g. directly export
2020 Mar 31
2
[ARM] Register pressure with -mthumb forces register reload before each call
...lls to same function in basic block in ARMTargetLowering::LowerCall for Thumb-1 ISA. (b) In ARMTargetLowering::LowerCall, put another constraint like number of arguments, as a proxy for register pressure for Thumb-1, but that's bound to trip another cases. (c) Give higher priority to allocate vrit reg used for indirect calls ? However, if that results in spilling of some other register, it would defeat the purpose of saving code-size. I suppose ideally we want to trigger the heuristic of using indirect call only when we know beforehand that it will not result in spilling. But I am not sure i...
2020 Apr 07
2
[ARM] Register pressure with -mthumb forces register reload before each call
...c block in ARMTargetLowering::LowerCall for Thumb-1 ISA. > > (b) In ARMTargetLowering::LowerCall, put another constraint like > number of arguments, as a proxy for register pressure for Thumb-1, but > that's bound to trip another cases. > > (c) Give higher priority to allocate vrit reg used for indirect calls > ? However, if that > results in spilling of some other register, it would defeat the > purpose of saving code-size. I suppose ideally we want to trigger the > heuristic of using indirect call only when we know beforehand that it > will not result in spil...
2020 Apr 15
4
[ARM] Register pressure with -mthumb forces register reload before each call
...; > > > > > (b) In ARMTargetLowering::LowerCall, put another constraint like > > > number of arguments, as a proxy for register pressure for Thumb-1, but > > > that's bound to trip another cases. > > > > > > (c) Give higher priority to allocate vrit reg used for indirect calls > > > ? However, if that > > > results in spilling of some other register, it would defeat the > > > purpose of saving code-size. I suppose ideally we want to trigger the > > > heuristic of using indirect call only when we know beforeh...