search for: berrange

Displaying 20 results from an estimated 1529 matches for "berrange".

2011 Jun 06
0
Release of libvirt-0.9.2
...to be when using migration as various work has been done to extend the protocol and to avoid having the migration command stop other concurrent operations (like virsh list). See below for a number of new features, improvement and bug fixes: Features: - Framework for lock manager plugins (Daniel P. Berrange) - API for network config change transactions (Michal Privoznik) - flags for setting memory parameters (Hu Tao) - virDomainGetState public API (Jiri Denemark) - qemu: allow blkstat/blkinfo calls during migration (Federico Simoncelli) - Introduce migration v3 API (Daniel P. Berrange) - Defining the...
2011 Apr 04
0
Release of libvirt-0.9.0
...arge release w.r.t. the amount of features and changes, and well worth bumping the middle version number. We are also getting closer to a 1.0.0 release ! Features: - Support cputune cpu usage tuning (Osier Yang and Nikunj A. Dadhania) - Add public APIs for storage volume upload/download (Daniel P. Berrange) - Add public API for setting migration speed on the fly (Daniel P. Berrange) - Add libxenlight driver (Jim Fehlig and Markus Gro?) - qemu: support migration to fd (Eric Blake) - libvirt: add virDomain{Get,Set}BlkioParameters (Gui Jianfeng) - setmem: introduce a new libvirt API (virDomainSetMemoryF...
2018 Dec 10
3
Power on and power off code using LIBVIRT
Dear Team, Please provide the code for power on and power off the VM using Libvirt. Last week also I sent some query, but I dint get any response. Please help me in finding the same. Thanks & regards, Chaithra
2010 Jul 05
0
Release of libvirt-0.8.2
...build: avoid compiler warning (Eric Blake) - build: prefer WIN32 over __MINGW32__ checks (Eric Blake) - dnsmasqReload: avoid mingw link failure (Eric Blake) - mingw: Fix symbol export (Matthias Bolte) Bug Fixes: - Avoid invoking the qemu monitor destroy callback if the constructor fails (Daniel P. Berrange) - cgroup: Add missing errno == ENOENT check in virCgroupRemoveRecursively (Ryota Ozaki) - Fix crash when detaching devices from qemu domains. (Chris Lalancette) - virFileResolveLink: guarantee an absolute path (Eric Blake) - phyp: don't steal storage management from other drivers (Eric Blake)...
2008 Dec 03
1
Xen-Version in CentOS 5.3?
Hi folks, I tried to find out what xen version upstream intends to use in 5.3, but did not find anything. So now I hope that there is some secret knowledge among the CentOS people you could share? :-) Any hint or link would be helpful. Thanks in advance, Dirk
2006 Nov 28
8
[PATCH] Enable uppercase letters to be entered in QEMU monitor terminal
...rca. A real long term solution would be to somehow get the monitor to use the proper keymap tables like the SDL display does, but that''s something which should really be done upstream rather than as a Xen patch since it would be a rather large amount of work. Signed-off-by: Daniel P. Berrange <berrange@redhat.com> Regards, Dan. -- |=- Red Hat, Engineering, Emerging Technologies, Boston. +1 978 392 2496 -=| |=- Perl modules: http://search.cpan.org/~danberr/ -=| |=- Projects: http://freshmeat.net/~danielpb/ -=| |=- GnuPG: 7D3B95...
2010 May 05
2
FYI: Notes on setting up KVM guests using iSCSI
...e. I'm not a fan of NFS, so I wrote some blog posts on how to use iSCSI in the context of libvirt + KVM. There is of course more than one way todo things, so I've outlined a couple of different options. One completely manual command line approach using tgtadm on the iSCSI server: http://berrange.com/posts/2010/05/05/provisioning-kvm-virtual-machines-on-iscsi-the-hard-way-part-1-of-2/ ..and virsh/virt-install on the KVM host http://berrange.com/posts/2010/05/05/provisioning-kvm-virtual-machines-on-iscsi-the-hard-way-part-2-of-2/ Then one completely GUI based approach, using a QNAP NAS...
2019 Aug 20
2
Re: Compiling Libvirt on Windows for Hyper V support
Hi, I have attached my compressed config file. Thanks, Reza > On Aug 20, 2019, at 12:03 PM, Daniel P. Berrangé <berrange@redhat.com> wrote: > > Re-adding the mailing list CC - please don't drop it. > > On Tue, Aug 20, 2019 at 11:54:34AM -0400, reza shahriari wrote: >> Hi, >> >> I am using msys2. When I run `./configure` without any parameters and I still see missing pthreads i...
2018 Dec 08
4
certificate pinning
Hello! Does libvirt uses certificate pinning in tls? I want to setup a transparent proxy (mitmproxy) and can't do this even after I added mitmproxy ca certificate to the trusted certificates in ubuntu.
2017 May 17
2
Re: Callback re-registration after libvirtd restart
No, I'm not, I'm calling it sooner: func libvirt_start() { libvirt.EventRegisterDefaultImpl() event_listen() } S pozdravom / Best regards Daniel Kucera. 2017-05-17 15:47 GMT+02:00 Daniel P. Berrange <berrange@redhat.com>: > On Wed, May 17, 2017 at 03:41:09PM +0200, Daniel Kučera wrote: > > Hi Daniel, > > > > I tried that but it doesn't work: > > > > func libvirt_close_callback(conn *libvirt.Connect, reason > > libvirt.ConnectCloseReason){ >...
2011 May 05
0
Release of libvirt-0.9.1
...mingw build (Eric Blake) - do not build libvirt_iohelper when building without libvirtd (Wen Congyang) - virsh: fix mingw startup (Eric Blake) - build: avoid compiler warning on cygwin (Eric Blake) - Fix build for older gcc (Jim Fehlig) - Don't try to enable stack protector on Win32 (Daniel P. Berrange) Bug Fixes: - storage: avoid null deref and leak on failure (Eric Blake) - esx: Avoid null dereference on error in esxDomainGetInfo (Matthias Bolte) - remote: avoid null dereference on error (Eric Blake) - cgroup: avoid leaking a file (Eric Blake) - virsh: avoid null pointer dereference (Eric Blak...
2018 May 09
3
Re: Libvirt access control drivers
Ok, excuse me for misunderstanding, how it is possible then to set up access control when I use remote connection to KVM ( not in UNIX domain)? Is there any way within libvirt, maybe based on authentication or certificates? 2018-05-09 11:14 GMT+03:00 Daniel P. Berrangé <berrange@redhat.com>: > On Wed, May 09, 2018 at 11:13:01AM +0300, Anastasiya Ruzhanskaya wrote: > > I read this page https://libvirt.org/aclpolkit.html > > And it is written :"At this point in time, the only attribute provided by > > libvirt to identify the user invoking the op...
2018 Dec 10
2
Re: certificate pinning
...inside about by which CA were signed client and server certificates and then compares against stored values? I mean can I just concatenate after signing or I need to combine two CAs before generating libvirt's client and server certificates? пн, 10 дек. 2018 г. в 13:11, Daniel P. Berrangé <berrange@redhat.com>: > Re-adding the libvirt-users list - please don't take discussions off-list. > > On Mon, Dec 10, 2018 at 01:10:18PM +0300, Anastasiya Ruzhanskaya wrote: > > I already found out how to set up all the certificates and tls works fine > > for me. > > What...
2017 Apr 21
1
Re: libvirt remote connection
It seems, that I have turned off all encryption for tcp in libvirt.conf, but still rpc packets are not showed, only tcp. I suppose, that I don't need to add additional plugins to wirehark for libvirt and rpc, am I right? 2017-04-21 11:23 GMT+03:00 Daniel P. Berrange <berrange@redhat.com>: > On Fri, Apr 21, 2017 at 10:16:47AM +0300, Anastasiya Ruzhanskaya wrote: > > Hello, > > I have some questions about libvirt remote connection. > > Am I right that internally libvirt uses only tcp ( ssh and tls are only > > encryption based o...
2019 Aug 20
2
Re: Compiling Libvirt on Windows for Hyper V support
Hi, I tried that out, I got a new error about pthreads in my config.log. Could you take another look. Thanks again, Reza > On Aug 20, 2019, at 12:36 PM, Daniel P. Berrangé <berrange@redhat.com> wrote: > > On Tue, Aug 20, 2019 at 12:29:15PM -0400, reza shahriari wrote: >> Hi, >> >> I have attached my compressed config file. >> >> Thanks, >> >> Reza >> >> >> >>> On Aug 20, 2019, at 12:03 PM, Dan...
2020 Aug 03
2
Re: Xend and libvirt
Hello, On Mon, Aug 3, 2020 at 12:08 PM Daniel P. Berrangé <berrange@redhat.com> wrote: > On Sat, Aug 01, 2020 at 04:51:57PM +0300, David K. Kahurani wrote: > > Hello > > > > On a probably a few days old build of libvirt, it is not possible to > connect to my local system. > > > > The command used is: > > > > $v...
2017 May 17
2
Re: Callback re-registration after libvirtd restart
...I kill my app, ^CGot signal:%!(EXTRA syscall.Signal=interrupt) close callback: 0 but not when I restart libvirtd. I tried using both local and remote connect URIs: qemu+ssh://10.130.16.101/system, qemu+ssh://localhost/system, qemu+ssh:///system Thanks. D. 2017-05-17 15:24 GMT+02:00 Daniel P. Berrange <berrange@redhat.com>: > On Wed, May 17, 2017 at 03:08:23PM +0200, Daniel Kučera wrote: > > Hi all, > > > > I'm using libvirt-go and I following code to listen for lifecycle events: > > > > func event_listen() { > > log.Printf("event_listen...
2020 Aug 27
2
Re: Distinguishing between host and guest initiated VM shutdown
"Daniel P. Berrange" <dan@berrange.com> writes: > On Wed, Aug 26, 2020 at 10:35:22PM +0200, Milan Zamazal wrote: >> Hi, >> > >> we have a problem in oVirt that highly available VMs don't restart after >> host poweroff because Vdsm identifies the case as a user initiated &...
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 «name» I should use for? >The virNodeDevicePtr APIs are for getting information about physical >dev...
2020 Apr 30
2
Re: [Query] Facing issue in build libvirt6.0 on ubuntu 1804
Hi Daniel, Thanks for command. Can I install specific version of prebuilt libvirt ? Eg: version 6.0 On Thu, Apr 30, 2020, 4:54 PM Daniel P. Berrangé <berrange@redhat.com> wrote: > On Thu, Apr 30, 2020 at 01:35:18PM +0530, Ramesh B wrote: > > Hi all, > > > > I am trying to build libvirt 6.0 on ubuntu OS 18.04. > > Facing one issue libvirt source compilation. > > > > ============================================ &g...