Discussion:
Controlling VirtualBox machine settings from guest system
Roman Rader
2013-10-28 04:47:39 UTC
Permalink
Hello

As I found from documentation and source code, there's no possibility to
modify machine settings from guest system.

I want to patch VB to treat certain guestproperties as settings - hence
we'll have ability (using VBoxControl) to change RAM amount for example,
from guest system (now instantly of course, but after reboot).

Do I think right way about guestproperties?
Maybe there exists some more appropriate way to do it?
--
С уважеМОеЌ,
РПЌаМ РаЎер

Regards,
Roman Rader
Ian Chapman
2013-10-28 09:48:50 UTC
Permalink
Post by Roman Rader
As I found from documentation and source code, there's no possibility to
modify machine settings from guest system.
I want to patch VB to treat certain guestproperties as settings - hence
we'll have ability (using VBoxControl) to change RAM amount for example,
from guest system (now instantly of course, but after reboot).
Do I think right way about guestproperties?
Maybe there exists some more appropriate way to do it?
You could do it from the guest system via the virtualbox webservice that
comes with VirtualBox which exposes the API making it accessible over
the network for example, including guests running within that VirtualBox
instance. You can then write your own scripts or use one of the several
3rd party utilities.
--
Ian Chapman.
Roman Rader
2013-10-30 17:48:19 UTC
Permalink
Yeah, webservice is good idea, thanks!

The aim is to provide such interface without any preparations on host
(starting web service or other).. just using with Guest Additions.


On Mon, Oct 28, 2013 at 11:48 AM, Ian Chapman
Post by Ian Chapman
Post by Roman Rader
As I found from documentation and source code, there's no possibility to
modify machine settings from guest system.
I want to patch VB to treat certain guestproperties as settings - hence
we'll have ability (using VBoxControl) to change RAM amount for example,
from guest system (now instantly of course, but after reboot).
Do I think right way about guestproperties?
Maybe there exists some more appropriate way to do it?
You could do it from the guest system via the virtualbox webservice that
comes with VirtualBox which exposes the API making it accessible over
the network for example, including guests running within that VirtualBox
instance. You can then write your own scripts or use one of the several
3rd party utilities.
--
Ian Chapman.
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
from
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
VBox-users-community mailing list
https://lists.sourceforge.net/lists/listinfo/vbox-users-community
_______________________________________________
?subject=unsubscribe
--
С уважеМОеЌ,
РПЌаМ РаЎер

Regards,
Roman Rader
Loading...