search for: target_address

Displaying 5 results from an estimated 5 matches for "target_address".

2011 Jan 17
1
virt-install with --channel option inquiry
hi, virt guys, This is Hongqing from Fedroa QA team. I try to forward the guest installation logs to host with virtio. I have used virsh edit <guestName> to add a channel, it works fine. I think it would be better if I can initialize it when I create the guest using virt-install, and virt-install also offers the option, I have tried below, but it does not work. virt-install
2017 Jan 04
5
RFC: LLD range extension thunks
...tes the transfer of control to the callee when the distance between the caller and callee exceeds the range of the branch instruction. A simple example in psuedo assembly for a non-position independent ARM function call. source: BL long_range_thunk_to_target ... long_range_thunk_to_target LDR r12, target_address ; r12 is the corruptible interprocedural scratch register (ip) BX r12 target_address: .word target ; ... target: ... What is an errata patching thunk? Some CPU errata (hardware bugs) can be fixed at a link time by replacing an instruction with a branch to a sequence of equivalent instructions that...
2017 Jan 05
2
RFC: LLD range extension thunks
...caller and callee exceeds the >> range of the branch instruction. A simple example in psuedo assembly >> for a non-position independent ARM function call. >> >> source: >> BL long_range_thunk_to_target >> ... >> long_range_thunk_to_target >> LDR r12, target_address ; r12 is the corruptible interprocedural >> scratch register (ip) >> BX r12 >> target_address: >> .word target ; >> ... >> target: >> ... >> >> What is an errata patching thunk? >> Some CPU errata (hardware bugs) can be fixed at a link tim...
2012 Jul 03
0
using vmchannel between 6.x host/guests
...use it is supposed to work even if networking in the guest is down/borked. My analysis is that there is a mismatch between what libvirt is feeding qemu-kvm and what qemu-kvm is willing to accept: virt-install option: --channel unix,path=/var/run/cluster/fence/foobar,mode=bind,target_type=guestfwd,target_address=10.0.2.179:1229 turns into this XML: <channel type='unix'> <source mode='bind' path='/var/run/cluster/fence/foobar'/> <target type='guestfwd' address='10.0.2.179' port='1229'/> </channel> Which then gets fed to qemu-kvm a...
2010 Feb 15
5
Hardisk cloning for centos-5.3
Hi, I want to clone my hardisk containing the centos-5.3 OS and its swap region on to new raw hardisk via network either through ssh, tftp or ftp. How do i do that ? Is there any Tool for that or will DD command be sufficient.I know that dd command will have to be used on hardisk with already existing partitions and not on raw disk. Regards, Premraj M Disclaimer : This message is