Displaying 20 results from an estimated 100 matches similar to: "pointer to "spice" device by virNodeDeviceLookupByName"
2020 Mar 18
2
Re[2]: pointer to "spice" device by virNodeDeviceLookupByName
Thanks, clear!
But may be is a method to get XML description for spice params, like it could be possible for physical devices?
>Среда, 18 марта 2020, 13:21 +03:00 от Daniel P. Berrangé <berrange@redhat.com>:
>
>On Wed, Mar 18, 2020 at 01:10:41PM +0300, Андрей Фокин wrote:
>>
>> Is possible to get a pointer to «spice» by virNodeDeviceLookupByName API?
>> What
2020 Mar 18
0
Re: pointer to "spice" device by virNodeDeviceLookupByName
On Wed, Mar 18, 2020 at 01:10:41PM +0300, Андрей Фокин wrote:
>
> Is possible to get a pointer to «spice» by virNodeDeviceLookupByName API?
> What «name» I should use for?
The virNodeDevicePtr APIs are for getting information about physical
devices on a host.
spice is not a device, it is a remote framebuffer protocol used by QEMU
So the question doesn't really make any sense.
2020 Mar 18
0
Re: pointer to "spice" device by virNodeDeviceLookupByName
On Wed, Mar 18, 2020 at 01:25:28PM +0300, Andrey Fokin wrote:
>
> Thanks, clear!
> But may be is a method to get XML description for spice params, like it could be possible for physical devices?
virDomainGetXMLDesc() will give you the XML config for the guest.
You can get specific data from this using many common XML APIs.
Regards,
Daniel
--
|: https://berrange.com -o-
2016 Dec 29
1
AD DC as KVM guest on file server host?
29.12.2016 19:01, Filippe LeMarchand пишет:
> Is kvm I/O realy disadventage? I use samba file server as kvm guest
> (LVM storage pool) in some setups and disn't notice any problems.
> Sequential read/write speed isn't noticeably different from
> non-virtualized samba host. Did I miss something and should expect
> sudden trouble?
No you shouldn't. What I meant is: of
2016 Mar 17
1
Questions regarding hostdev scsi
Hi!
I'm oVirt developer responsible for most of 'hostdev' support. While
working on SCSI passthrough (that is hostdev type='scsi'), I've
encountered few issues I'm not sure how to solve somewhat effectively
and nicely.
Just a note - oVirt by default disables 'dynamic_ownership', meaning
we have to handle endpoint ownership/labeling ourselves. This
is not
2015 Mar 26
1
virConnectListAllNodeDevices requires number of devices to be known
Hi,
virConnectListAllNodeDevices() takes a virNodeDevicePtr **devices. So I
need to create an array of virNodeDevicePtr. For that I need to know size /
Number of devices. What is the function for that ?
Thank You.
2015 Mar 27
1
Channel Device virConnectListAllNodeDevices
Hello,
I've added a Channel Device through virt-manager GUI. virsh dumpxml shows
the device as.
<channel type='unix'>
<source mode='bind'
path='/var/lib/libvirt/qemu/channel/target/ubuntusaucy.marx'/>
<target type='virtio' name='marx'/>
<alias name='channel2'/>
<address
2016 Dec 26
4
AD DC as KVM guest on file server host?
The most dramatic disadventage of kvm guest is block device I/O, so I
wouldn't recommend to virtualize file server if it is not necessary.
In my case on host ntpd configured as source for virtual dc, and bind9
configured as type=slave for zones hosted on dc, (make shure that srv
records in _msdcs.mysambadomain.local are resolving when virtual dc is
down) and smbd fileserver with
2013 Jan 21
5
Cucumber issues when generating a new rails app.
Hi,
please i''m a newbie and enthusiast of RoR. i''m presently studying a
book(rails 3 in action). I tried setting a up a new rails app: I''ve
created my cucumber feature. but on running rake db:migrate, it gives a
blank output. From the book i''m to expect: (in /home/user/ticketee),
also on running rake cucumber:ok, i don''t get any result.
Pleas i need
2016 Aug 24
0
Enable Shadow Copy service
Dear,
I appreciate the initial contact.
I realized these attempts, but it still fails.
For testing purposes, I created 2 LVM, one for the share folder and another to store the snapshots / shadow copy.
My smb.conf looked like this:
[data]
comment = Folder data
path = /mnt/dados
read only = No
browseable = yes
inherit acls = Yes
inherit permissions = Yes
guest account = guest
guest
2015 Aug 10
2
Clang attributes issue
Hi All,
Sorry for my previous email: there was some issue with my email system.
Hope you don't have any problems with reading my message now.
Aaron,
Not long ago I met a problem related to clang attributes implementation. I
tried to add a new CXX11 attribute with separated namespace like here:
def FooAligned : InheritableAttr {
let Spellings = [CXX11<"_Foo_attrs",
2012 Jan 07
1
[LLVMdev] compile .bc in cpp program
Hello, can i compile binary file .bc in my cpp program? now i use following
code:
if (system("opt a.out.bc -std-compile-opts -disable-inlining -loop-deletion
-loop-extract -loop-extract-single -loop-rotate -loop-index-split
-loop-unroll -opt-phis -loop-unswitch -loop-reduce -o test.bc") == -1) {
Error("Don't install LLVM!");
exit(1);
}
if (system("llvmc test.bc -o
2017 Jul 04
0
node device lifecycle callback can't resive event
Hi all,
I registe node device lifecycle event callback function after connect qemu. In the callback function, I printf the event and detail.
When I plug a USB into host, and then pull out, but there is nothing happen. The callback was not called.
Could you tell me Why? And what dose node device mean?
I want to auto-hotplug usb devices by using libvirt.
Bellow the call of libvirt:
// node
2016 Sep 27
15
Good Bye SAMBA?!?!?
Hi list
I am sad, today! I start to study how windows deal with CIFS, Active
Directory and DFS, I just decide follow the other path!
I will give a try to windows tools....
The question is: why Linux doesn t have such tools to help and improve
server deployments?!?
Everything will be easier than go to linux console and try and try and try
and nothing happen!
So, for now on, I will use Windows
2012 Sep 05
4
Suggestion: render filters
Will not be useful functionality similar
https://github.com/shell/rails3_before_render ? Something like
ActionController filters but not before action. Filters before render. See
also http://www.perfectline.ee/blog/ruby-on-rails-before-render-filter,
http://penkin.co.uk/rails3_before_render-plugin/. And don''t you know gem
for this? Thanks.
--
You received this message because you
2012 Dec 26
6
puppetlabs/apt and apt::ppa
Greetings,
I''m trying to add ppa:nginx/stable repo for Ubuntu 12.04.1 LTS.
Server: puppetmaster-common 3.0.1-1puppetlabs1
Agent: puppet 2.7.11
And when I try to apply manifest - getting:
puppet agent -t
info: Caching catalog for wproxy71.tpnt.net
err: Failed to apply catalog: Could not find dependency
File[/etc/apt/sources.list.d] for
2013 Apr 03
1
validates uniqueness scope allow_blank/allow_nil -> validation error
I have this in a model:
class GenreBadge < ActiveRecord::Base
belongs_to :game, counter_cache: :genre_badges_count, touch: true
belongs_to :genre
validates :game_id, uniqueness: {scope: :genre_id}, allow_blank:
true
end
When I get one existing genre badge
genre_badge = game.genre_badges.first
genre_badge.game_id = nil
genre_badge.save!
It creates an validation exception:
2013 Jun 19
3
Re: libvirt hang on domain attemp to create domain
В письме от Среда, 19-июн-2013 09:35:27 пользователь Michal Privoznik написал:
> On 18.06.2013 22:21, Александр wrote:
> > В письме от Вторник, 18-июн-2013 12:10:41 пользователь Michal Privoznik
> >
> > написал:
> >> On 18.06.2013 07:14, Александр wrote:
> >>> good day, i am trying to create domain via virDomainDefineXML. and my
> >>> program
2013 Jun 18
2
Re: libvirt hang on domain attemp to create domain
В письме от Вторник, 18-июн-2013 12:10:41 пользователь Michal Privoznik
написал:
> On 18.06.2013 07:14, Александр wrote:
> > good day, i am trying to create domain via virDomainDefineXML. and my
> > program hanging, also i failed to caonnect to libvirt daemon with
> > virt-manager after this, only killing libvirtd via SIGKILL and restarting
> > it solveing hang (i mean
2013 Jun 20
2
Re: libvirt hang on domain attemp to create domain
On 20.06.2013 12:56, Alexandr wrote:
> On 20.06.2013 10:44, Michal Privoznik wrote:
>> On 20.06.2013 09:40, Александр wrote:
>>> В письме от Четверг, 20-июн-2013 09:15:14 Вы написали:
>>>> On 19.06.2013 21:24, Александр wrote:
>>>>> В письме от Среда, 19-июн-2013 09:35:27 пользователь Michal Privoznik
>>> написал:
>>>>>> On